@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: local("helvetica"), url("../fonts/HelveticaLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: local("helvetica"), url("../fonts/HelveticaLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222020;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.container {
  max-width: 1070px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1100px) {
  .container {
    margin-right: 0;
    margin-left: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.swiper-button-next {
  width: 30px;
  height: 22px;
  color: var(--primary-color);
  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;
  right: -30px;
}
.swiper-button-next svg {
  width: 30px;
  height: 22px;
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  width: 30px;
  height: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--primary-color);
  left: -30px;
}
.swiper-button-prev svg {
  width: 30px;
  height: 22px;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--hover-color);
}

#block-services {
  padding-bottom: 50px;
}

.services--front-page, .services--teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services--front-page-item, .services--teaser-item {
  margin-left: 40px;
  margin-bottom: 40px;
}

.service--front-page {
  margin-top: 50px;
  width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
  padding-top: 3px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  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: 400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}

.service--front-page-title {
  text-decoration: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
}

.service--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 30px 30px 67px;
  margin-bottom: 68px;
  position: relative;
}

.service--full .course__price-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service__price-wrapper {
  margin-left: 20px;
  width: 250px;
  height: 90px;
  padding-left: 18px !important;
  padding-right: 70px !important;
  background-color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.service__price_subtitle {
  margin-right: 10px;
}

.service__link {
  margin-left: 10px;
}

.more-link.container {
  margin: 0;
  margin-top: 50px;
  margin-left: 40px;
  font-size: 24px;
  line-height: 28px;
  border-radius: 10px;
  background-color: var(--primary-color);
  min-height: 400px;
  width: 310px;
  color: var(--text-color);
  text-decoration: none;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.services--teaser .pager {
  margin-top: 50px;
}

.documents__item {
  padding-left: 45px;
  height: 130px;
}

.services__link {
  font-size: 24px;
  line-height: 28px;
  border-radius: 10px;
  background-color: var(--primary-color);
  min-height: 400px;
  width: 310px;
  color: var(--text-color);
  text-decoration: none;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

@media (max-width: 1100px) {
  .services--front-page, .services--teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .swiper-button-next {
    right: 6px;
  }

  .swiper-button-prev {
    left: 6px;
  }
}
.text-page__wrapper {
  line-height: 22px;
}
.text-page__wrapper .align-right {
  margin-left: 88px;
  margin-bottom: 20px;
}
.text-page__wrapper a {
  color: var(--links-color);
}

a {
  color: var(--links-color);
}

@media (max-width: 1100px) {
  .text-page__wrapper .align-right {
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
.scroll-lock {
  overflow: hidden;
}

button.scrollup {
  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;
  padding: 0;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  border: none;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.showBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-header {
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.page-header__links {
  background-color: var(--primary-border-color);
  border-bottom: 1px solid var(--secondary-border-color);
  padding-top: 13px;
  padding-bottom: 11px;
}

.page-header__mobile-contacts {
  display: none;
}

.cart__link {
  position: relative;
}
.cart__link .cart__counter {
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 9px;
  line-height: 9px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #DA3D3D;
  top: -6px;
  right: -9px;
  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;
}
.cart__link .cart__counter[hidden] {
  display: none;
}

.cart__link--mobilie .cart__counter {
  top: -5px;
  right: -6px;
}

.page-header__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.page-header__links-wrapper > div {
  margin-left: 42px;
}
.page-header__links-wrapper span:hover {
  text-decoration: underline;
}
.page-header__links-wrapper svg {
  color: var(--text-color-header-and-footer);
}
.page-header__links-wrapper a {
  margin-left: 8px;
  color: var(--text-color-header-and-footer);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__links-wrapper span {
  margin-left: 8px;
}

.cart__block--mobile {
  display: none;
}

.page-header__links a:hover {
  -webkit-text-decoration: underline black;
          text-decoration: underline black;
}
.page-header__links a:hover svg {
  color: var(--hover-color);
}

.page-header__main {
  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-top: 11px;
  padding-bottom: 12px;
}

.page-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__navigation-wrapper {
  margin-left: auto;
}

.page-header__logo-link {
  text-decoration: none;
}

.page-header__logo {
  width: auto;
  display: inline-block;
  margin-right: 7px;
  padding-left: 10px;
  max-height: 5rem;
  max-width: 15rem;
}

.page-header__title {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 11px;
  max-width: 243px;
}
.page-header__title h1 {
  margin: 0;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

.page-header__wrapper--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header__wrapper--large .page-header__right-block {
  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;
}
.page-header__wrapper--large .page-header__logo {
  max-height: unset;
  max-width: unset;
}
.page-header__wrapper--large .page-header__links-wrapper > div {
  margin-left: 12px;
}
.page-header__wrapper--large .page-header__links-wrapper a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 13px;
  font-size: 14px;
  line-height: 16px;
  background-color: var(--primary-border-color);
}

@media (max-width: 1100px) {
  .page-header__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page-header__title {
    display: none;
  }

  .page-header__links-wrapper > div {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .page-header__mobile-contacts {
    display: block;
  }

  .page-header__mobile-contacts a {
    text-decoration: none;
  }

  .cart__block--mobile {
    display: block;
  }

  .page-header__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .page-header__title {
    display: inline-block;
  }
  .page-header__title h1 {
    font-size: 13px;
    line-height: 15px;
    max-width: 125px;
  }

  .page-header__logo {
    padding-left: 0;
    max-height: 4rem;
    max-width: 10rem;
  }

  .page-header__links {
    display: none;
  }

  .page-header .main-search {
    display: none;
  }

  .page-header__navigation {
    margin-bottom: 8px;
    margin-right: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header__navigation .cart__link--mobile {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../img/cart-mobile.svg");
    background-repeat: no-repeat;
  }

  .page-header__navigation-wrapper {
    margin-left: 0;
  }

  .page-header__main-navigation {
    display: none;
  }

  .page-header--opened-menu .page-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-header--opened-menu .page-header__links {
    display: block;
    padding-bottom: 0;
  }
  .page-header--opened-menu .page-header__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }
  .page-header--opened-menu .page-header__links-wrapper .cart__link {
    display: none;
  }
  .page-header--opened-menu .page-header__links-wrapper span:hover {
    text-decoration: underline;
  }
  .page-header--opened-menu .page-header__links-wrapper > div {
    margin: 0;
    margin-bottom: 28px;
  }
  .page-header--opened-menu .page-header__links-wrapper a {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-header--opened-menu .cart__link--mobile {
    display: none;
  }
  .page-header--opened-menu .page-header__navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-header--opened-menu .main-navigation__toggle {
    background-image: url("../img/icon-menu-close.svg");
    width: 20px;
    height: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .page-header--opened-menu .main-navigation__toggle:hover, .page-header--opened-menu .main-navigation__toggle:active, .page-header--opened-menu .main-navigation__toggle:focus {
    background-image: url("../img/icon-menu-close-active.svg");
    scale: 1.1;
  }
  .page-header--opened-menu .main-search {
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page-header--opened-menu .main-search label {
    margin: 0;
    width: 20px;
    height: 20px;
  }
  .page-header--opened-menu .page-header__title {
    display: none;
  }
  .page-header--opened-menu .page-header__logo {
    display: none;
  }
  .page-header--opened-menu .page-header__mobile-contacts {
    display: none;
  }
  .page-header--opened-menu .page-header__main {
    -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;
  }
  .page-header--opened-menu .page-header__navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }
  .page-header--opened-menu .page-header__main-navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation .cart__link--mobile {
  display: none;
}

.main-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-navigation__item {
  padding: 0;
  position: relative;
  margin: 8px 0 8px 27px;
}
.main-navigation__item:nth-child(1) {
  margin-left: 0;
}

.main-navigation__item::after {
  content: "";
  width: calc(100% + 28px);
  height: 29px;
  background-color: transparent;
  position: absolute;
  display: none;
}

.main-navigation__item:hover::after {
  display: block;
}

.main-navigation__item > a {
  color: #7D7979;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  position: relative;
}

.main-navigation__item > a.is-active {
  color: #222020;
  font-weight: normal;
  position: relative;
}

.main-navigation__item > a.is-active::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 40%;
  bottom: -4px;
  background-color: var(--primary-color);
}

.main-navigation__item > a:hover,
.main-navigation__item > a:focus {
  color: #222020;
}

.main-navigation__item--arrow {
  padding-right: 23px;
}

.main-navigation__item--arrow svg {
  position: absolute;
  width: 13px;
  height: 8px;
  right: 0;
  top: 3px;
  cursor: pointer;
  color: #7D7979;
}

.main-navigation__item--arrow:hover svg {
  color: #222020;
}

.main-navigation__sub-menu-list {
  padding: 12px;
  margin: 0;
  min-width: 14em;
  list-style: none;
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  top: 38px;
  right: -35px;
  z-index: 20;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.main-navigation__sub-menu-list::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background: #FFFFFF;
  border: 15px solid transparent;
  border-top-color: white;
  border-right-color: white;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px -5px 7px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 25px;
  top: -10px;
}

.main-navigation__item--arrow:hover .main-navigation__sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation__sub-menu-item {
  padding: 6px 0;
}

.main-navigation__sub-menu-item > a {
  display: block;
  position: relative;
  color: #7D7979;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation__sub-menu-item > a:hover {
  color: #222020;
}

.main-navigation__toggle {
  display: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .main-navigation__item {
    font-size: 15px;
    margin-left: 23px;
  }
  .main-navigation__item--arrow {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .page-header__main {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .page-header__navigation {
    margin-bottom: 0px;
  }

  .main-navigation__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    padding-top: 30px;
  }

  .main-navigation__item {
    padding-right: 0;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
  }

  .main-navigation__item > a {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
  }

  .main-navigation__item > a.is-active::after {
    width: 46px;
    left: 50%;
    margin-left: -23px;
    right: unset;
    bottom: -9px;
  }

  .main-navigation__item--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-navigation__item--arrow > a {
    width: unset;
    margin-right: 10px;
  }

  .main-navigation__item--arrow svg {
    position: static;
  }

  .main-navigation__item--search {
    display: none;
  }

  .main-navigation__toggle {
    display: block;
    border: none;
    width: 24px;
    height: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 21px;
  }

  .main-navigation__toggle {
    background-image: url("../img/icon-menu-open.svg");
  }

  .main-navigation__sub-menu-list {
    position: static;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: unset;
    border-radius: unset;
    background-color: #F9F9F9;
    padding-top: 15px;
    margin-top: 15px;
  }
  .main-navigation__sub-menu-list::after {
    display: none;
  }

  .main-navigation__sub-menu-item {
    margin-bottom: 30px;
  }

  main-navigation__item--arrow-hovered .main-navigation__sub-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner {
  min-height: 676px;
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 231px;
  z-index: 10;
}

.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #363636;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner__heading {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 18px;
}

.banner__text {
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  width: 474px;
}

.banner__catalog-btn {
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .banner__text {
    font-size: 20px;
    line-height: 28px;
    width: 420px;
  }

  .banner__heading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .banner {
    min-height: 500px;
    padding-top: 150px;
  }

  .banner__text {
    font-size: 15px;
    line-height: 24px;
    width: 320px;
  }

  .banner__heading {
    font-size: 24px;
  }
}
.btn,
input[type=submit] {
  text-decoration: none;
  color: var(--text-color);
  width: 305px;
  padding: 18px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  border: none;
  border-radius: 10px;
  height: 62px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: var(--primary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn:hover,
button[type=submit]:hover {
  background-color: var(--hover-color);
}

.btn--transparent {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.btn--transparent:hover {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}

@media (max-width: 768px) {
  .btn,
button[type=submit] {
    width: 222px;
    font-size: 16px;
    line-height: 19px;
    height: 46px;
  }
}
.arrow-icon {
  color: var(--text-color);
}

.btn--teaser {
  width: 100%;
  height: 50px;
}

.page-main__title-wrapper {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.page-main__title-wrapper .container {
  position: relative;
  padding-bottom: 15px;
}

.page-main__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}
.page-main__title::after {
  content: "";
  width: 73px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  left: 10px;
  bottom: 0;
}

.page__title-wrapper {
  padding-top: 71px;
  margin-bottom: 29px;
}
.page__title-wrapper .container {
  position: relative;
  padding-bottom: 15px;
  padding-left: 0;
}

.page__title-wrapper--deep {
  padding-top: 30px;
}

.page__back-link {
  display: block;
  text-decoration: none;
  color: #7D7979;
  margin-bottom: 22px;
  padding-left: 22px;
  background-image: url("../img/back-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.page__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  position: relative;
}
.page__title::after {
  content: "";
  width: 73px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-main__title--center {
  text-align: center;
}
.page-main__title--center::after {
  left: 50%;
  margin-left: -36.5px;
}

.page-main__title--right {
  text-align: right;
}
.page-main__title--right::after {
  right: 10px;
  left: unset;
}

.page-main:not(.page-main--front) {
  z-index: 1;
  background-image: url("../img/texture.svg"), url("../img/texture.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #F9F9F9), color-stop(0%, #ffffff));
  background-image: url("../img/texture.svg"), url("../img/texture.svg"), linear-gradient(#F9F9F9 100%, #ffffff 0%);
  background-position: right 1000px, left 380px, top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .page-main__title-wrapper {
    margin-bottom: 24px;
  }
  .page-main__title-wrapper .container {
    padding-bottom: 4px;
  }

  .page-main__title {
    font-size: 18px;
  }
  .page-main__title::after {
    width: 54px;
  }

  .page__title-wrapper {
    padding-top: 45px;
    margin-bottom: 13px;
  }
  .page__title-wrapper .container {
    padding-bottom: 13px;
  }

  .page__title-wrapper--deep {
    padding-top: 18px;
  }

  .page__back-link {
    margin-bottom: 13px;
  }

  .page__title {
    font-size: 18px;
    line-height: 24px;
  }
  .page__title::after {
    width: 54px;
  }

  .page-main__title--center {
    text-align: center;
  }
  .page-main__title--center::after {
    left: 50%;
    margin-left: -27px;
  }

  .page-main__title--right {
    text-align: right;
  }
  .page-main__title--right::after {
    right: 10px;
    left: unset;
  }
}
.with-sidebar .container:not(.page-footer__bottom-container) {
  max-width: unset;
  padding: 0 1rem;
}
.with-sidebar .container:not(.page-footer__bottom-container) .page__title-wrapper {
  padding-top: 1rem;
}
.with-sidebar .page-main {
  background-image: none;
}
.with-sidebar .page-footer__bottom-container {
  margin: 0 1rem;
  padding-left: 0;
}
.with-sidebar .split-page {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.with-sidebar .split-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  width: 100%;
}
.with-sidebar .sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  padding-right: 1rem;
  background: #f9f9f9;
  border-right: 1px solid #c9c9c9;
}
.with-sidebar .sidebar .sveden li a {
  text-decoration: none;
  color: inherit;
}
.with-sidebar .sidebar .sveden li a:focus, .with-sidebar .sidebar .sveden li a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .with-sidebar .split-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .with-sidebar .sidebar {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.themes {
  padding-top: 127px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.themes.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.themes.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

#block-sh-custom-themes-front.custom-background {
  background-size: cover;
}

#block-sh-custom-themes-front.custom-background.blackout {
  background-size: cover;
}
#block-sh-custom-themes-front.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

#block-sh-custom-themes-front.custom-background.highlighting {
  background-size: cover;
}
#block-sh-custom-themes-front.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

#block-sh-custom-themes-front:not(.custom-background) {
  position: relative;
  background-image: url("../img/texture.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #F9F9F9), color-stop(0%, #ffffff));
  background-image: url("../img/texture.svg"), linear-gradient(#F9F9F9 100%, #ffffff 0%);
  background-position: left 431px, top;
  background-repeat: no-repeat;
}

.themes--page {
  padding-top: 0;
}

.themes__list {
  padding: 0;
  padding-left: 6px;
  padding-bottom: 30px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.themes-style-image .themes__list::after {
  content: "";
  display: block;
  width: 335px;
  height: 0;
  overflow: hidden;
}

.themes__list--page {
  padding-left: 0;
  padding-top: 19px;
  padding-bottom: 70px;
}

.themes__link {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--primary-color);
  min-height: 220px;
  color: var(--text-color);
  text-decoration: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
}
.themes__link span {
  width: 150px;
  padding-top: 30px;
}

.themes__link:hover {
  background-color: var(--hover-color);
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.themes__link--small {
  width: 250px;
}

.themes__link--medium {
  width: 330px;
}

.themes__link--large {
  width: 500px;
}

.themes-allThemes--full {
  width: 100%;
}

.themes__link--full {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 54px;
  min-height: unset;
  margin: 0 auto;
  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;
  font-size: 18px;
  line-height: 21px;
  background-position: right 44px center;
  background-size: 18px 12px;
}
.themes__link--full span {
  margin-left: 0;
  width: auto;
  padding: 0 30px 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.themes__link--full svg {
  width: 18px;
  height: 12px;
}

@media (max-width: 1100px) {
  .themes {
    padding-bottom: 26px;
  }

  .themes__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .themes__list li:nth-last-child(1) {
    width: 100%;
  }

  .themes__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 300px;
    height: 54px;
    min-height: unset;
    margin: 0 auto;
    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;
    font-size: 18px;
    line-height: 21px;
    background-position: right 44px center;
    background-size: 18px 12px;
  }
  .themes__link span {
    margin-left: 20%;
    width: auto;
    padding: 0 30px 0 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .themes__link svg {
    width: 18px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .themes {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .themes__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .themes__list--page {
    padding-top: 13px;
  }
}
/* icon style */
.themes-style-icon .themes__list {
  margin-left: -64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.themes-style-icon .themes__list > li,
.themes-style-icon .themes__list .theme {
  width: 33.33%;
  margin-bottom: 32px;
  padding-left: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 160px;
}
.themes-style-icon .themes__list::after {
  content: "";
  display: block;
  width: 369px;
  height: 0;
  overflow: hidden;
}
.themes-style-icon .themes__link {
  width: auto;
  min-height: inherit;
}
.themes-style-icon .themes__link--large {
  width: 500px !important;
}
.themes-style-icon .themes-allThemes--full {
  width: 100% !important;
  min-height: 0px !important;
}
@media (max-width: 1100px) {
  .themes-style-icon .themes__list {
    margin-left: 0;
  }
  .themes-style-icon .themes__list > li,
.themes-style-icon .themes__list .theme {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .themes-style-icon .themes__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .themes-style-icon .themes__list > li,
.themes-style-icon .themes__list .theme {
    width: 320px;
    padding-left: 0;
  }
  .themes-style-icon .themes__link {
    min-height: 54px;
  }
}

.courses {
  padding-top: 90px;
  background-image: url("../img/texture.svg");
  background-position: 1577px 607px;
  background-repeat: no-repeat;
}

.courses.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.courses.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.courses.custom-background {
  background-size: cover;
  background-position: center;
}

.courses.custom-background.blackout {
  background-size: cover;
  background-position: center;
}
.courses.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.courses.custom-background.highlighting {
  background-size: cover;
  background-position: center;
}
.courses.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.courses__list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.courses__item,
.courses__list--page .courses__course {
  margin-right: 60px;
  margin-bottom: 60px;
}

.courses__item:nth-child(3n),
.courses__list--page .courses__course:nth-child(3n) {
  margin-right: 0;
}

.courses__link {
  font-size: 24px;
  line-height: 28px;
  border-radius: 10px;
  background-color: var(--primary-color);
  min-height: 400px;
  width: 310px;
  color: var(--text-color);
  text-decoration: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.courses__link span {
  padding-top: 54px;
}

.courses__link--full {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 54px;
  min-height: unset;
  margin: 0 auto;
  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;
  font-size: 18px;
  line-height: 21px;
  background-position: right 44px center;
  background-size: 18px 12px;
  width: 100%;
  margin-bottom: 18px;
}
.courses__link--full span {
  margin-left: 0;
  width: auto;
  padding: 0 30px 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.courses__link--full svg {
  width: 18px;
  height: 12px;
}

.courses-allThemes--full {
  width: 100%;
}

.courses__link:hover {
  background-color: var(--hover-color);
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.courses__filter-form {
  padding-top: 9px;
}

.courses__filters-wrapper {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 24px 18px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.courses__select-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 310px;
  position: relative;
}
.courses__select-wrapper > div::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 8px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  right: 12px;
  top: 50px;
}

.courses__search-wrapper {
  width: 100%;
}
.courses__search-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.courses__search-wrapper > div input {
  outline-offset: 0;
}
.courses__search-wrapper > div input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  background: url(../img/cross.svg);
}

.courses__search-btn {
  width: 310px;
  padding-top: 20px;
}

.courses__select-wrapper, .courses__search-wrapper {
  margin-right: 27px;
  margin-bottom: 20px;
}

.courses__select-wrapper label, .courses__search-wrapper label {
  color: #000000;
  font-weight: normal;
  margin-bottom: 12px;
}

.courses__select-wrapper option[selected] {
  font-weight: bold;
}

.courses__select-wrapper select, .courses__search-wrapper .form-search {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 10px;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.courses__checkbox-wrapper {
  width: 310px;
  margin-right: 27px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 10px;
}

.courses__checkbox-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.courses__checkbox-wrapper label {
  color: #000000;
  font-weight: normal;
}

.courses__checkbox-wrapper input {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.courses__count-text {
  font-size: 24px;
  line-height: 46px;
  margin: 0;
  margin-bottom: 33px;
}

.courses__filters-title {
  display: none;
}

@media (max-width: 1100px) {
  .courses {
    padding-bottom: 43px;
  }

  .courses__list li:nth-last-child(1) {
    width: 100%;
  }

  .courses__list--page {
    width: 769px;
    margin-right: auto;
    margin-left: auto;
  }

  .courses__list--page .courses__course {
    margin-left: 35px;
    margin-right: 35px;
  }

  .courses__list--page .courses__course:nth-child(3n) {
    margin-right: 35px;
  }

  .courses__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 300px;
    height: 54px;
    min-height: unset;
    margin: 0 auto;
    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;
    font-size: 18px;
    line-height: 21px;
    background-position: right 44px center;
    background-size: 18px 12px;
  }
  .courses__link span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 20%;
    width: auto;
    padding: 0 40px 0 0;
  }
  .courses__link svg {
    width: 18px;
    height: 12px;
  }

  .courses__item {
    margin-right: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .courses {
    padding-bottom: 43px;
  }

  .courses__item {
    width: 100%;
  }

  .courses__list--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 11px;
    width: auto;
  }

  .courses__list--page .courses__course {
    margin-right: 0;
    margin-left: 0;
  }

  .courses__list--page .courses__course:nth-child(3n) {
    margin-right: 0;
  }

  .courses {
    padding-top: 43px;
  }

  .courses__filter-form {
    padding-top: 12px;
  }

  .courses__filters-wrapper {
    display: block;
    width: 300px;
    margin: 0 auto 27px;
    padding: 0 12px 28px;
  }

  .courses__select-wrapper {
    margin-right: 0;
  }

  .courses__select-wrapper > div, .courses__search-btn > .button {
    width: 276px;
  }

  .courses__checkbox-wrapper, .courses__search-btn {
    width: 100%;
  }

  .courses__count-text {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px;
  }

  .courses__filters-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    width: 100%;
    margin: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 12px;
    padding-left: 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .courses__filters-title::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    left: 2px;
    top: 32px;
  }

  .courses__filters-wrapper--close {
    padding-bottom: 0;
    margin-bottom: 33px;
  }
  .courses__filters-wrapper--close .courses__checkbox-wrapper,
.courses__filters-wrapper--close .courses__select-wrapper,
.courses__filters-wrapper--close .courses__search-wrapper {
    display: none;
  }
  .courses__filters-wrapper--close .courses__filters-title {
    padding-bottom: 26px;
    margin-bottom: 0;
  }
  .courses__filters-wrapper--close .courses__filters-title::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.course {
  width: 310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px;
  padding-top: 3px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  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: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}

.course--with-image {
  padding-top: 45px;
}

.course:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0 0 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0 0 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.course__image {
  -ms-flex-item-align: center;
      align-self: center;
}

.course__title {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.course__title a {
  color: inherit;
  text-decoration: none;
}

.course__parameters-list {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  padding-left: 27px;
  list-style: none;
  color: #7D7979;
}

.course__parameters-item {
  margin-bottom: 22px;
  position: relative;
}
.course__parameters-item::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: -32px;
  top: -6px;
}

.course__parameters-item--hours::before {
  background-image: url("../img/clock.svg");
}

.course__parameters-item--type::before {
  background-image: url("../img/education.svg");
}

.course__parameters-item--form::before {
  background-image: url("../img/book.svg");
}

.course__price-wrapper {
  padding-left: 18px;
  background-color: var(--secondary-color);
  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;
  border-radius: 10px;
}

.course__price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.course__add {
  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;
  height: 50px;
  width: 50px;
  background-color: var(--primary-color);
  border-radius: 10px;
  color: var(--text-color);
}

.course__add:hover {
  background-color: var(--hover-color);
}

.course--page .course__header {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 30px 30px 67px;
  margin-bottom: 135px;
  position: relative;
}
.course--page .course__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.course--page .course__parameters {
  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;
}
.course--page .course__title {
  font-size: 32px;
  line-height: 46px;
  font-weight: normal;
  max-width: 640px;
  margin: 0;
}
.course--page .course__image {
  position: absolute;
  max-width: 82px;
  top: 16px;
  left: -41px;
}
.course--page .course__sign-up {
  margin-left: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}
.course--page .course__parameters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 601px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course--page .course__parameters-item {
  margin-bottom: 0;
  padding-left: 48px;
  width: 350px;
}
.course--page .course__parameters-item::before {
  width: 37px;
  height: 37px;
  left: 0;
  top: -4px;
}
.course--page .course__parameters-item--hours {
  margin-bottom: 11px;
}
.course--page .course__parameters-item--hours::before {
  background-size: 24px 24px;
}
.course--page .course__parameters-item--type::before {
  background-size: 100%;
  left: 0;
  top: 0;
}
.course--page .course__price-wrapper {
  width: 274px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.course--page .course__price {
  font-size: 24px;
  line-height: 28px;
}
.course--page .courses__program-time {
  font-size: 24px;
  line-height: 46px;
  margin: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course--page .courses__program-time span {
  margin-right: 4px;
}
.course--page .courses__program-time div {
  font-weight: normal;
}
.course--page .courses__description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 135px;
}
.course--page .courses__description strong, .course--page .courses__description h1, .course--page .courses__description h2, .course--page .courses__description h3, .course--page .courses__description h4, .course--page .courses__description h5, .course--page .courses__description h6 {
  display: block;
  margin-top: 50px;
  font-weight: 500;
}
.course--page .courses__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 135px;
}
.course--page .courses__who-title {
  padding-top: 30px;
  position: relative;
}
.course--page .courses__who-title:after {
  left: 0;
  bottom: -13px;
}
.course--page .courses__who-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-height: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course--page .courses__who-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222020;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 61px;
  margin-bottom: 20px;
  padding-left: 57px;
  padding-right: 20px;
  width: 213px;
  height: 119px;
}
.course--page .courses__who-item a {
  text-decoration: none;
  color: inherit;
}
.course--page .courses__who-item .image {
  position: absolute;
  width: 82px;
  height: 82px;
  left: -41px;
  top: 50%;
  margin-top: -41px;
  border-radius: 50%;
  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;
  background-color: var(--secondary-color);
}
.course--page .courses__who-item .image svg {
  fill: var(--primary-color);
  color: var(--primary-color);
}
.course--page .course__info-block,
.course--page .courses__after {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 45px;
  max-width: 950px;
  font-size: 20px;
  line-height: 26px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
  counter-reset: requirement;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.course--page .course__info-block--small {
  max-width: 800px;
}
.course--page .course__info-block-title,
.course--page .courses__after-title {
  font-size: 26px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 400;
}
.course--page .course__info-block p,
.course--page .course__info-block li,
.course--page .courses__after p,
.course--page .courses__after li {
  margin: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course--page .course__info-block li:nth-last-child(1),
.course--page .courses__after li:nth-last-child(1) {
  margin-bottom: 0;
}
.course--page .course__info-block ul,
.course--page .courses__after ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course--page .course__info-block li:before,
.course--page .courses__after li:before {
  counter-increment: requirement;
  content: counter(requirement);
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  background-color: var(--primary-color);
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 25px;
  border-radius: 5px;
  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;
  font-weight: 500;
  font-size: 20px;
}
.course--page .courses__after-image {
  width: 190px;
  height: 190px;
}
.course--page .course__edu-plan-table {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border-collapse: collapse;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 51px;
  color: #7D7979;
}
.course--page .course__edu-plan-table-cell {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-top: 22px;
  padding-bottom: 22px;
}
.course--page .course__edu-plan-table-heading {
  font-weight: normal;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 19px;
}
.course--page .course__edu-plan-table-heading:nth-child(1) {
  padding-left: 30px;
}
.course--page .course__edu-plan-table-heading:nth-child(2) {
  padding-left: 106px;
}
.course--page .course__edu-plan-table-cell:nth-child(1) {
  padding-left: 30px;
  vertical-align: top;
}
.course--page .course__edu-plan-table-cell:nth-child(2) {
  padding-left: 106px;
  line-height: 26px;
}

@media (max-width: 1100px) {
  .course {
    width: 300px;
  }

  .course--page .course__header {
    padding-left: 30px;
  }
  .course--page .course__main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course--page .course__parameters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course--page .course__image {
    position: static;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: none;
  }
  .course--page .course__image img {
    display: block;
    margin: 0 auto;
  }
  .course--page .course__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .course--page .course__sign-up {
    margin: 0 auto;
  }
  .course--page .course__parameters-list {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .course--page .courses__who {
    display: block;
  }
  .course--page .courses__who-title {
    margin-bottom: 20px;
  }
  .course--page .courses__who-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    height: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    padding-left: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }
  .course--page .course__price-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .course--page .course__header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .course--page .course__main-info {
    margin-bottom: 31px;
  }
  .course--page .course__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .course--page .course__parameters-list {
    font-size: 16px;
    line-height: 19px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-bottom: 11px;
  }
  .course--page .course__parameters-item {
    width: auto;
    padding-left: 32px;
    margin-bottom: 27px;
  }
  .course--page .course__parameters-item::before {
    width: 28px;
    height: 20px;
    top: 0;
  }
  .course--page .course__parameters-item--hours::before {
    background-size: 16px 16px;
  }
  .course--page .course__parameters-item--type::before {
    background-size: 100%;
  }
  .course--page .course__price-wrapper {
    width: 265px;
    margin: 0;
  }
  .course--page .course__price {
    font-size: 20px;
    line-height: 23px;
  }
  .course--page .courses__program-time {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .course--page .courses__description,
.course--page .course__info-block {
    font-size: 16px;
    line-height: 22px;
  }
  .course--page .courses__description {
    margin-bottom: 50px;
  }
  .course--page .courses__who {
    margin-bottom: 50px;
  }
  .course--page .course__info-block {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
  }
  .course--page .courses__after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .course--page .course__edu-plan-table tbody tr:nth-child(1) td {
    border-top: none;
  }
  .course--page .course__edu-plan-table-heading {
    display: none;
  }
  .course--page .course__edu-plan-table-cell:nth-child(1) {
    display: none;
  }
  .course--page .course__edu-plan-table-cell:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
  }
}
.documents {
  background: #F9F9F9;
  background-size: cover;
}
.documents .page-main__title-wrapper {
  padding-top: 120px;
  background-color: #ffffff;
  margin-bottom: -90px;
}

.documents.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.documents.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.documents.custom-background .page-main__title-wrapper {
  background: inherit;
}

.documents.custom-background-blackout .page-main__title-wrapper {
  background: inherit;
}
.documents.custom-background-blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.documents.custom-background-highlighting .page-main__title-wrapper {
  background: inherit;
}
.documents.custom-background-highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 41px;
  margin-right: -26px;
}

.documents__list--page {
  padding-left: 41px;
  padding-bottom: 50px;
}

.documents__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222020;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 61px;
  margin-bottom: 20px;
  padding-left: 57px;
  padding-right: 20px;
  width: 213px;
  height: 119px;
}
.documents__item a {
  text-decoration: none;
  color: inherit;
}
.documents__item .document__image-wrapper {
  position: absolute;
  width: 82px;
  height: 82px;
  left: -41px;
  top: 50%;
  margin-top: -41px;
  border-radius: 50%;
  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;
  background-color: var(--secondary-color);
}
.documents__item .document__image-wrapper img {
  border-radius: 50%;
}
.documents__item .document__image-wrapper svg {
  max-height: 42px;
  max-width: 42px;
  fill: var(--primary-color);
  color: var(--primary-color);
}

.documents__item:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1100px) {
  .documents__item:nth-last-child(1) {
    margin-right: 0;
  }

  .documents__list--front .documents__item:nth-child(2) {
    margin-right: 50%;
  }

  .documents__list--front .documents__item:nth-child(5) {
    margin-right: 0;
  }

  .documents__list--front .documents__item:nth-child(6) {
    margin-left: 26%;
  }

  .documents__list--page .documents__item:nth-child(4n) {
    margin-right: 0;
  }

  .documents__list--page .documents__item {
    margin-bottom: 49px;
  }
}
@media (max-width: 1100px) {
  .documents {
    background-size: auto;
  }
  .documents .page-main__title-wrapper {
    margin-bottom: 60px;
  }

  .documents__list {
    margin-right: 0;
    padding-left: 60px;
  }

  .documents__list--page {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .documents {
    background-size: auto;
    padding-bottom: 22px;
  }
  .documents .page-main__title-wrapper {
    padding-top: 43px;
  }

  .documents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }

  .documents__list--page {
    padding-left: 0;
    padding-top: 11px;
  }

  .documents__item {
    margin-right: 0;
  }
}
.distance-learning {
  background-color: #F9F9F9;
  background-position-y: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
}
.distance-learning::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.distance-learning.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.distance-learning.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.distance-learning.custom-background {
  background-color: #F9F9F9;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
.distance-learning.custom-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.distance-learning.custom-background.blackout {
  background-color: #F9F9F9;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
.distance-learning.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.distance-learning.custom-background.highlighting {
  background-color: #F9F9F9;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
.distance-learning.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.distance-learning__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 600px;
  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;
  position: relative;
}

.distance-learning__title {
  margin: 0;
  font-weight: 500;
  font-size: 55px;
  line-height: 64px;
  color: #ffffff;
  max-width: 637px;
}

.distance-learning p {
  margin: 0;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  max-width: 646px;
}

.distance-learning__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.distance-learning__to-sdo {
  color: #ffffff;
}

.distance-learning__request {
  margin-right: 36px;
}

@media (max-width: 768px) {
  .distance-learning__wrapper {
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 17px;
    min-height: 314px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .distance-learning__title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
  }

  .distance-learning p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .distance-learning__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .distance-learning__request {
    margin-bottom: 18px;
  }
}
.our-advantages {
  padding-top: 126px;
  padding-bottom: 47px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #F9F9F9), color-stop(0%, #ffffff));
  background-image: linear-gradient(#F9F9F9 72%, #ffffff 0%);
}

.our-advantages.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.our-advantages.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.our-advantages.custom-background {
  background-size: cover;
}

.our-advantages.custom-background.blackout {
  background-size: cover;
}
.our-advantages.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.our-advantages.custom-background.highlighting {
  background-size: cover;
}
.our-advantages.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.our-advantages__list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 28px;
}

.our-advantages__item {
  color: #222020;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-advantages__item .advantage__image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  max-width: unset;
  margin-right: 24px;
  background-color: var(--secondary-color);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.our-advantages__item .advantage__image-wrapper img {
  border-radius: 50%;
}
.our-advantages__item .advantage__image-wrapper svg {
  max-width: 42px;
  max-height: 42px;
  fill: var(--primary-color);
  color: var(--primary-color);
}

.our-advantages__item:nth-child(-n+3) {
  margin-bottom: 82px;
}

@media (max-width: 1100px) {
  .our-advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our-advantages__list .our-advantages__item {
    min-width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .our-advantages {
    padding-top: 38px;
  }

  .our-advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 310px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 21px 14px;
    padding-bottom: 0;
  }
  .our-advantages__list .our-advantages__item {
    min-width: unset;
    width: 300px;
    margin-bottom: 25px;
  }
  .our-advantages__list .our-advantages__item img {
    margin-right: 15px;
  }

  .our-advantages__item-text {
    padding-right: 20px;
  }
}
.news-block {
  padding-top: 72px;
  position: relative;
  padding-bottom: 157px;
}
.news-block .page-main__title-wrapper {
  margin-bottom: 20px;
}
.news-block .swiper-container {
  padding: 40px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.news-block.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.news-block.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.news-block.custom-background {
  background-size: cover;
}

.news-block.custom-background.blackout {
  background-size: cover;
}
.news-block.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.news-block.custom-background.highlighting {
  background-size: cover;
}
.news-block.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.news__list--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news__list--page .news__item {
  margin-bottom: 25px;
}

.news__container {
  position: relative;
}

@media (max-width: 1100px) {
  .news-block .page-main__title-wrapper {
    margin-bottom: 0;
  }
  .news-block .swiper-container {
    padding: 24px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .news-block {
    padding-top: 0;
    padding-bottom: 31px;
  }

  .news__list--page {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__list--page .news__item {
    margin-bottom: 17px;
  }
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
  background-color: #FBFBFB;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 18px;
  min-height: 291px;
  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;
}

.news__wrapper:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.news__title {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #222020;
}

.news__text {
  font-size: 14px;
  line-height: 16px;
  color: #7D7979;
}
.news__text p {
  margin: 0;
}

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__date {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
}

.news__link {
  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;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.news__link:hover {
  background-color: var(--hover-color);
}

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

.news.swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item--full-width .news__wrapper {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  min-height: unset;
}
.news__item--full-width .news__title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.news__item--full-width .news__footer {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news__item--full-width .news__date {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.news__item--full-width .news__link {
  background-size: 22px 15px;
}
.news__item--full-width .news__text {
  font-size: 16px;
  line-height: 19px;
  max-width: 90%;
}

.news--full {
  padding-bottom: 100px;
}
.news--full p {
  margin: 20px 0;
}

@media (max-width: 1100px) {
  .news.swiper-slide-active {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .news__wrapper {
    width: 247px;
  }

  .news__item--full-width .news__wrapper {
    position: relative;
    padding: 18px 12px;
    padding-right: 9px;
    padding-bottom: 62px;
  }
  .news__item--full-width .news__title {
    margin-bottom: 9px;
  }
  .news__item--full-width .news__link {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  .news__item--full-width .news__text {
    max-width: unset;
  }
  .news__item--full-width .news__footer {
    margin-bottom: 15px;
  }

  .news__link {
    width: 40px;
    height: 40px;
    background-size: 18px 12px;
  }

  .news--full .news__date {
    display: none;
  }
}
.reviews {
  padding-top: 60px;
  padding-bottom: 126px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position-y: -208px;
  position: relative;
}
.reviews::before {
  content: "";
  background-color: rgba(248, 248, 248, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 208px;
}

.reviews.blackout::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.reviews.highlighting::before {
  content: "";
  background-color: rgba(248, 248, 248, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 208px;
}

.reviews.custom-background {
  background-size: cover;
}
.reviews.custom-background::before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.reviews.custom-background.blackout {
  background-size: cover;
}
.reviews.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.reviews.custom-background.highlighting {
  background-size: cover;
}
.reviews.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.reviews__list {
  padding-left: 12px;
  padding-bottom: 30px;
}

.reviews__list--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 45px;
  padding-left: 29px;
  padding-bottom: 70px;
}
.reviews__list--page .review {
  margin-bottom: 36px;
  margin-right: 51px;
}
.reviews__list--page .review:nth-child(3n) {
  margin-right: 0;
}

.reviews__container {
  position: relative;
}

@media (max-width: 1100px) {
  .reviews__list--page .review {
    margin-bottom: 36px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .reviews__list--page .review:nth-child(3n) {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding-top: 14px;
    padding-bottom: 0;
  }

  .reviews__list--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews__list--page .review {
    margin-bottom: 36px;
    margin-right: 0;
    margin-left: 0;
  }
  .reviews__list--page .review:nth-child(3n) {
    margin-right: 25px;
  }
}
.our-clients {
  padding-top: 60px;
  padding-bottom: 126px;
  position: relative;
}

.our-clients.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.our-clients.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.our-clients.custom-background {
  background-size: cover;
}

.our-clients.custom-background.blackout {
  background-size: cover;
}
.our-clients.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.our-clients.custom-background.highlighting {
  background-size: cover;
}
.our-clients.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.our-clients__container {
  position: relative;
}

.our-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .our-clients {
    padding-top: 34px;
    padding-bottom: 6px;
  }
}
.call-us {
  background-size: cover;
  padding-top: 109px;
  padding-bottom: 109px;
  position: relative;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.call-us .call-us__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: none;
  margin: 0;
}
.call-us .call-us__form .webform-confirmation__message {
  color: #fff;
  font-size: 25px;
  line-height: 29px;
}
.call-us .call-us__inputs-wrapper {
  margin-left: auto;
  max-width: 305px;
}
.call-us .call-us__input.call-us__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  border-color: transparent;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.call-us .call-us__input--name {
  background-image: url("../img/name.svg");
}
.call-us .call-us__input--tel {
  background-image: url("../img/phone.svg");
}
.call-us .call-us__input--date {
  background-image: url("../img/clock.svg");
}
.call-us .description {
  width: 276px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.call-us .description a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.call-us .captcha {
  margin-bottom: 21px;
}

.call-us.blackout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.call-us.highlighting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.call-us.custom-background.blackout::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.call-us.custom-background.highlighting::before {
  content: "";
  background-color: rgba(248, 248, 248, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.call-us.blackout::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.call-us.highlighting::before {
  content: "";
  background-color: rgba(248, 248, 248, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}

.call-us__caption {
  color: #ffffff;
}
.call-us__caption h2 {
  font-weight: 500;
  font-size: 55px;
  line-height: 64px;
  margin-top: 17px;
  margin-bottom: 32px;
}
.call-us__caption p {
  font-size: 25px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .call-us {
    padding-top: 20px;
    padding-bottom: 33px;
  }
  .call-us .call-us__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .call-us .call-us__form .btn {
    margin: 0 auto;
  }
  .call-us .call-us__inputs-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .call-us .call-us__input.call-us__input {
    font-size: 16px;
    line-height: 19px;
  }

  .call-us__caption h2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 17px;
    margin-bottom: 22px;
    padding-left: 20px;
  }
  .call-us__caption p {
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    margin-bottom: 27px;
  }
}
.page-footer {
  background-color: #F9F9F9;
  padding-top: 72px;
  margin-top: auto;
}

.page-footer__top-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 42px;
}

.with-sidebar .page-footer__nav {
  width: 260px;
}
@media (max-width: 768px) {
  .with-sidebar .page-footer__nav {
    width: 100%;
  }
}

.page-footer__nav {
  width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-footer h2 {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 30px;
  color: #7D7979;
  font-weight: 300;
  text-transform: uppercase;
}

.page-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-footer__nav-item {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 13px;
}

.page-footer__nav-item a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

.page-footer__copyright {
  border-top: 1px solid #4f4f4f;
}

.page-footer__bottom-container {
  padding-top: 18px;
  padding-bottom: 18px;
}
.page-footer__bottom-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .page-footer__bottom-container div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-footer__bottom-container div div:not(:nth-last-child(1)) {
    margin-bottom: 10px;
  }
}

.page-footer__copyright {
  font-size: 16px;
  color: var(--text-color-header-and-footer);
  background-color: var(--primary-border-color);
  border-top: 1px solid var(--secondary-border-color);
}

.page-footer__socials {
  margin-left: auto;
  margin-right: 5px;
}

@media (max-width: 1100px) {
  .page-footer__nav {
    width: 45%;
    margin-left: 0;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .page-footer {
    padding-top: 54px;
  }

  .page-footer__top-container {
    padding-bottom: 4px;
  }

  .page-footer h2 {
    text-align: center;
    margin-bottom: 29px;
  }

  .page-footer__nav {
    width: 100%;
    padding: 0;
    margin-bottom: 39px;
  }

  .page-footer__nav-list {
    padding-left: 0;
  }

  .page-footer__nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .page-footer__bottom-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-footer__bottom-container p {
    font-size: 12px;
  }

  .page-footer__socials {
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
  }

  .page-footer__copyright {
    padding-bottom: 35px;
    padding-top: 15px;
    text-align: center;
  }
}
.footer-contacts {
  padding-left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.footer-contacts a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 18px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contacts svg {
  color: var(--primary-color);
  margin-right: 9px;
  width: 24px;
  height: 18px;
}

.footer-contacts__address {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .footer-contacts {
    width: 50%;
    padding-left: 15px;
  }

  .footer-contacts__wrapper {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .footer-contacts {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contacts a {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
  }
  .footer-contacts h2 {
    margin-bottom: 28px;
  }

  .footer-contacts__address {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-contacts__wrapper {
    margin-left: 0;
    width: 100%;
  }

  .footer-contacts__socials-list {
    margin: 0 auto;
  }

  .footer-contacts {
    padding: 0;
  }
}
.footer-socials {
  margin: 0;
  margin-top: 26px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.footer-socials svg {
  margin: 0;
}

.footer-socials__item {
  margin-right: 8px;
}
.footer-socials__item svg {
  width: 30px;
  height: 30px;
  color: var(--primary-color);
  border-radius: 4px;
}

@media (max-width: 768px) {
  .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal-search {
  width: 307px;
  position: absolute;
  padding: 20px;
  border-radius: 4px;
  display: none;
  top: 144px;
  right: 0;
  z-index: 30;
  background-color: #ffffff;
}

.modal-search--show {
  display: block;
}

.modal-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-search input[type=search] {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}

.modal-search input[type=submit] {
  border: none;
  background-color: inherit;
  cursor: pointer;
  width: 30px;
  height: 23px;
  font-size: 0;
  line-height: 0;
  background-image: url("../img/loup.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.modal-search .js-form-type-search {
  width: 100%;
}

.contextual-region.modal-search {
  top: 99px;
}

@media (max-width: 1100px) {
  .modal-search {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 76px;
  }
}
.breadcrumbs {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.breadcrumbs__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
}

.breadcrumbs__item::before {
  content: "»";
  margin-left: 10px;
  margin-right: 4px;
}

.breadcrumbs__item:after {
  content: "";
  position: absolute;
  left: 27px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #424242;
}

.breadcrumbs__item:first-child::before {
  content: none;
}

.breadcrumbs__item:first-child::after {
  left: 0;
}

.breadcrumbs__link {
  color: #424242;
  text-decoration: none;
}

.breadcrumbs__item:hover {
  opacity: 0.7;
}

.breadcrumbs__item:nth-last-child(-n+2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__item:last-child::after {
  content: none;
}

.breadcrumbs__item:last-child:hover {
  opacity: 1;
}

.pagination {
  margin: 0;
  padding: 0;
  margin-bottom: 52px;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 100%;
}

.pager {
  width: 100%;
}

.pagination__link {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 18px;
  color: #000000;
  text-decoration: none;
}

.pagination__link--active {
  color: var(--primary-color);
}

.pagination__link--prev {
  background-image: url("../img/arrow-down.png");
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination__link--next {
  background-image: url("../img/arrow-down.png");
  width: 15px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.admin-navigation__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
.admin-navigation__list li {
  margin-right: 3px;
}

.admin-navigation__list a {
  padding: 11px;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  text-align: center;
  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;
  font-size: 12px;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  background-color: transparent;
}

.admin-navigation__list a:hover {
  color: var(--primary-color);
  background-color: gray;
}

.admin-navigation__list li.is_active a {
  background-color: white;
}

.admin-navigation__list li.is_active:hover a {
  background-color: #fff;
}

.messages {
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px;
  background-image: none;
  border: 1px solid;
}

.messages--status {
  color: green;
  background-color: #8fdc8f5c;
  border-color: #b8e4b8;
}
.messages--status a {
  color: green;
}

.messages--error {
  color: darkred;
  border-color: #f9c9bf;
  background-color: #fcf4f2;
}
.messages--error a {
  color: darkred;
}

.toolbar-menu-administration {
  max-width: none;
}

.theme__wrapper {
  color: #222020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  min-height: 220px;
  border-radius: 10px;
  padding: 18px;
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
}

.theme__wrapper:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0 0 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0 0 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.theme__info {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.theme__title {
  font-size: 20px;
  line-height: 23px;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 320px;
  margin: 0;
}

.theme__link {
  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;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.theme__link:hover {
  background-color: var(--hover-color);
}

.theme__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: -1;
}
.theme__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 2;
}

.theme__icon-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 82px;
  height: 82px;
  left: -41px;
  top: 50%;
  margin-top: -41px;
  border-radius: 50%;
  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;
  background-color: var(--secondary-color);
  padding: 1.25rem;
}

@media (max-width: 768px) {
  .theme,
.theme--large,
.theme--medium,
.theme--small {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
  }

  .theme__wrapper {
    padding: 14px;
    min-height: 173px;
  }

  .theme__link {
    height: 40px;
    width: 40px;
  }

  .theme__title {
    font-size: 16px;
    line-height: 19px;
  }

  .theme--catalog .theme-courses-number {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 8px;
  }
}
/* icon style */
.themes-style-icon .theme__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
  min-height: inherit;
}
.themes-style-icon .theme__image-wrapper {
  display: none;
}
.themes-style-icon .theme__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: transparent;
}
.themes-style-icon .theme .arrow-icon {
  display: none;
}
.themes-style-icon .theme--small {
  width: 250px !important;
}
.themes-style-icon .theme--large {
  width: 550px !important;
}

/* image style */
.themes-style-image .theme__icon-wrapper {
  display: none;
}
.themes-style-image .theme {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 375px;
  margin-bottom: 32px;
}
.themes-style-image .theme .theme__title {
  max-width: 209px;
}
.themes-style-image .theme--small {
  width: 250px;
}
.themes-style-image .theme--medium {
  width: 330px;
}
.themes-style-image .theme--large {
  width: 500px;
}
.themes-style-image .theme__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.themes-style-image .theme__wrapper:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.themes-style-image .theme__title {
  color: white;
}
.themes-style-image .theme__desc {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .themes-style-image .theme__desc {
    margin-bottom: 1rem;
  }
}
.themes-style-image .theme--catalog {
  width: 335px;
}
.themes-style-image .theme--catalog .theme__wrapper {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.themes-style-image .theme--catalog .theme__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.themes-style-image .theme--catalog .theme__title {
  width: 100%;
  max-width: unset;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.themes-style-image .theme--catalog .theme-courses-number {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  padding-bottom: 12px;
}
@media (max-width: 1100px) {
  .themes-style-image .theme,
.themes-style-image .theme--large,
.themes-style-image .theme--medium,
.themes-style-image .theme--small {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .themes-style-image .theme__wrapper {
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .themes-style-image .theme,
.themes-style-image .theme--large,
.themes-style-image .theme--medium,
.themes-style-image .theme--small {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.review.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.review--full {
  padding-bottom: 70px;
}

.review__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 306px;
  min-height: 281px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding-top: 48px;
  padding-bottom: 18px;
  padding-right: 16px;
  padding-left: 51px;
  background-color: #ffffff;
}

.review__wrapper:hover {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.review__link {
  text-decoration: none;
  position: relative;
}

.review__author-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #222020;
  margin: 0;
}

.review__author-position {
  font-size: 14px;
  line-height: 20px;
  color: #222020;
  margin: 0;
}

.review__text {
  font-size: 14px;
  line-height: 16px;
  color: #7D7979;
  margin: 0;
  margin-top: 32px;
  position: relative;
  padding-left: 0;
}
.review__text::before {
  content: "”";
  width: 15px;
  height: 15px;
  font-size: 36px;
  line-height: 42px;
  color: var(--primary-color);
  position: absolute;
  top: -3px;
  left: -22px;
}

.review__image div {
  position: absolute;
  left: -31px;
  top: 33px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  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;
  overflow: hidden;
  background-color: #ffffff;
}
.review__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.review--full {
  padding-left: 69px;
}

.review__wrapper--full {
  width: 100%;
  max-width: 954px;
  padding: 24px 50px 14px 43px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: unset;
}
.review__wrapper--full .review__image div {
  width: 124px;
  height: 124px;
  left: -64px;
  top: -30px;
}
.review__wrapper--full .review__author-name {
  font-size: 20px;
  line-height: 20px;
  margin-left: 55px;
  margin-bottom: 8px;
}
.review__wrapper--full .review__author-position {
  font-size: 18px;
  line-height: 20px;
  margin-left: 55px;
}
.review__wrapper--full .review__text {
  margin-top: 58px;
}
.review__wrapper--full .review__text p {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1100px) {
  .review.swiper-slide {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .review--full {
    padding-bottom: 50px;
    padding-top: 18px;
    padding-left: 0;
  }

  .review__wrapper {
    width: 247px;
    padding-top: 40px;
    padding-bottom: 18px;
    padding-right: 16px;
    padding-left: 31px;
  }

  .review__author-name {
    padding-left: 23px;
  }

  .review__author-position {
    padding-left: 23px;
  }

  .review__image div {
    left: -32px;
    top: 24px;
  }

  .review__wrapper--full {
    width: 300px;
    max-width: unset;
    padding: 55px 20px 40px 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .review__wrapper--full .review__image div {
    width: 66px;
    height: 66px;
    left: 50%;
    margin-left: -34px;
    top: -34px;
  }
  .review__wrapper--full .review__author-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    padding-left: 0;
    text-align: center;
    margin-left: 0;
  }
  .review__wrapper--full .review__author-position {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    text-align: center;
    margin-left: 0;
  }
  .review__wrapper--full .review__text {
    margin-top: 8px;
    margin-left: 25px;
  }
  .review__wrapper--full .review__text::before {
    font-size: 46px;
    top: 5px;
    left: -24px;
  }
  .review__wrapper--full .review__text p {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
.slider-block .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-block .swiper-button-next {
  right: 0;
}

.slider-block .swiper-button-next,
.slider-block .swiper-button-prev {
  top: 50%;
  width: 66px;
  margin-top: -33px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/arrow-forward.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 22px;
}
.slider-block .swiper-button-next:hover,
.slider-block .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-block .swiper-button-next::after,
.slider-block .swiper-button-prev::after {
  content: none;
}

.slide {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 600px;
  background-size: cover;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 125px;
  padding-bottom: 20px;
  position: relative;
}

.slide a:not(.btn) {
  color: inherit;
  text-decoration: none;
}

.slide h2 {
  margin: 0;
  margin-bottom: 38px;
  font-weight: 500;
  font-size: 55px;
  line-height: 64px;
  width: 50%;
  text-align: left;
  color: #ffffff;
}

.slide p {
  margin: 0;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
}

.slide--right h2 {
  margin-left: auto;
  width: 50%;
}

.slide--right p {
  margin-left: auto;
  width: 50%;
}

.slide--right .btn {
  margin-left: auto;
}

.slider__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 8px;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  border-radius: 50%;
  opacity: 1;
  margin: 0 13px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.swiper-container__slider .swiper-slide {
  min-height: 600px;
}

.slide__wrapper {
  min-height: 600px;
}
.slide__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 1100px) {
  .slide {
    padding-left: 53px;
    padding-right: 53px;
    min-height: 314px;
    padding-top: 47px;
  }

  .slide h2 {
    width: 65%;
    font-size: 28px;
  }

  .slide p {
    width: 65%;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .slide h2 {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 21px;
  }

  .slide p {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 45px;
  }

  .slider-block .swiper-button-next,
.slider-block .swiper-button-prev {
    width: 30px;
    margin-top: -16px;
    height: 38px;
    background-size: 15px 13px;
  }

  .slide__wrapper {
    min-height: unset;
  }

  .swiper-container__slider .swiper-slide {
    min-height: unset;
    max-width: unset;
  }
}
.webform-submission-form {
  max-width: 400px;
  margin: 0 auto;
}
.webform-submission-form .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.webform-submission-form input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-top: 30px;
}
.webform-submission-form input:not([type=submit]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  border: 1px solid;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.webform-submission-form input[type=radio],
.webform-submission-form input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 8px;
}
.webform-submission-form .form-item > label {
  display: block;
  margin-bottom: 5px;
}
.webform-submission-form .js-form-type-radio,
.webform-submission-form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.webform-submission-form .js-form-type-radio label,
.webform-submission-form .js-form-type-checkbox label {
  margin: 0;
}
.webform-submission-form .js-webform-radios,
.webform-submission-form .js-webform-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.webform-submission-form legend {
  margin-bottom: 8px;
}
.webform-submission-form .js-form-type-datelist select {
  border-radius: 5px;
  border: 1px solid;
  padding: 2px 9px 2px 2px;
  margin-bottom: 30px;
  margin-right: 7px;
}
.webform-submission-form label.form-required:after {
  content: " *";
  color: #2f1d1d;
}
.webform-submission-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 127px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
}
.webform-submission-form .privacy {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #636161;
  margin-bottom: 21px;
}
.webform-submission-form .privacy a {
  text-decoration: none;
  color: var(--primary-color);
}

.modal-request__wrapper {
  display: none;
}

.modal-request__wrapper--show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal-request__wrapper--show .modal-request {
  display: block;
}

.modal-request {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  min-height: 540px;
  max-width: 100%;
  background-color: white;
  z-index: 11;
  width: 700px;
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 18px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.modal-request .modal-request__close {
  position: absolute;
  top: 18px;
  right: 19px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon-menu-close.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.modal-request .modal-request__close:hover, .modal-request .modal-request__close:active, .modal-request .modal-request__close:focus {
  background-image: url("../img/icon-menu-close-active.svg");
  scale: 1.1;
}
.modal-request .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-request h2 {
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.modal-request form {
  width: 400px;
  margin: 0 auto;
}
.modal-request .btn {
  margin-left: auto;
  margin-right: auto;
}
.modal-request .request__input {
  border-color: transparent;
  background-color: #FAF8F8;
}
.modal-request .request.container {
  padding: 0;
}

.request.container {
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
}
.request.container .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.request.container .btn {
  margin-left: auto;
  margin-right: auto;
}

.modal-request .request__input.request__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
  border-color: transparent;
}
.modal-request .captcha {
  margin-bottom: 30px;
}

.request__input--email {
  background-image: url("../img/mail.svg");
}

.request__input--name {
  background-image: url("../img/name.svg");
}

.request__input--tel {
  background-image: url("../img/phone.svg");
}

.request__privacy {
  max-width: 400px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #636161;
  margin-bottom: 21px;
}
.request__privacy a {
  text-decoration: none;
  color: var(--primary-color);
}

.ask-question__wrapper {
  display: none;
}

.ask-question__wrapper--show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.ask-question__wrapper--show .ask-question {
  display: block;
}

.ask-question {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  min-height: 540px;
  max-width: 100%;
  background-color: white;
  z-index: 11;
  width: 700px;
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 18px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ask-question .ask-question__close {
  position: absolute;
  top: 18px;
  right: 19px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon-menu-close.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.ask-question .ask-question__close:hover, .ask-question .ask-question__close:active, .ask-question .ask-question__close:focus {
  background-image: url("../img/icon-menu-close-active.svg");
  scale: 1.1;
}
.ask-question .input.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  background-color: #FAF8F8;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .ask-question .input.input {
    margin-bottom: 20px;
  }
}
.ask-question textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  height: 127px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  border-color: inherit;
  background-color: #FAF8F8;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .ask-question textarea {
    margin-bottom: 10px;
  }
}
.ask-question .privacy {
  width: 400px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #636161;
  margin-bottom: 21px;
}
.ask-question .privacy a {
  text-decoration: none;
  color: var(--primary-color);
}
.ask-question .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ask-question h2 {
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.ask-question form {
  width: 400px;
  margin: 0 auto;
}
.ask-question .btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .request {
    min-height: 450px;
  }

  .request__input.request__input,
.request .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-request,
.ask-question {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-request form,
.ask-question form {
    max-width: 400px;
    width: auto;
  }
  .modal-request h2,
.ask-question h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .modal-request .modal-request__close,
.modal-request .ask-question__close,
.ask-question .modal-request__close,
.ask-question .ask-question__close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .modal-request .input.input,
.ask-question .input.input {
    width: 100%;
  }
  .modal-request .privacy,
.ask-question .privacy {
    width: 100%;
  }
  .modal-request textarea,
.ask-question textarea {
    width: 100%;
  }
}
.input--name {
  background-image: url("../img/name.svg");
}

.input--tel {
  background-image: url("../img/phone.svg");
}

.input--email {
  background-image: url("../img/mail.svg");
}

.input--question {
  background-image: url("../img/question.svg");
  background-repeat: no-repeat;
  background-position: 16px 14px;
}

.input--date {
  background-image: url("../img/clock.svg");
}

.soc-share {
  padding-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soc-share > span {
  font-size: 24px;
  line-height: 46px;
  color: #A8A7A7;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .soc-share {
    display: none;
  }
}
.ui-dialog {
  max-width: 100%;
}

.sveden {
  overflow: auto;
}

.sveden table {
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 0;
  border-collapse: collapse;
}

.sveden td,
.sveden th {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.sveden li {
  margin-top: 7px;
  margin-bottom: 7px;
}

.sveden li a {
  color: #231f20;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.sveden li:hover a {
  color: var(--primary-color);
}

.sveden div {
  overflow-x: auto;
}

.sveden h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.user-login-form,
.user-pass {
  width: 300px;
  margin: 0 auto;
}
.user-login-form label,
.user-pass label {
  display: block;
  margin-bottom: 10px;
}
.user-login-form input,
.user-pass input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  border-color: transparent;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.user-login-form input[name=name],
.user-pass input[name=name] {
  background-image: url("../img/name.svg");
}
.user-login-form input[name=pass],
.user-pass input[name=pass] {
  background-image: url("../img/lock.svg");
  background-size: 15px;
}
.user-login-form .button,
.user-pass .button {
  text-decoration: none;
  color: #ffffff;
  width: 300px;
  padding: 18px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  border: none;
  border-radius: 10px;
  height: 62px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: var(--primary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user-login-form .description {
  display: none;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__left-block,
.contacts__right-block {
  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-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 23px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 14px;
}
.contacts__wrapper h4 {
  font-weight: normal;
  margin: 0;
  width: 34%;
}
.contacts__wrapper p {
  margin: 0;
  width: 66%;
}

.contacts__left-block {
  line-height: 23px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.contacts__right-block {
  line-height: 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__right-block a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 18px;
  display: block;
}
.contacts__right-block svg {
  color: var(--primary-color);
  margin-right: 9px;
}
.contacts__right-block p {
  text-align: right;
}

.contacts__map-block {
  width: 100%;
  height: 324px;
  border-radius: 10px;
  margin: 50px 0;
}
.contacts__map-block > div {
  height: 100%;
}

@media (max-width: 768px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__left-block h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    width: auto;
    margin-bottom: 8px;
  }
  .contacts__left-block p {
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }

  .contacts__right-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
  }
  .contacts__right-block p {
    text-align: center;
  }

  .contacts__map-block {
    display: none;
  }
}
.text-page__wrapper b, .text-page__wrapper strong {
  font-weight: bold;
}
.text-page__wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.text-page__wrapper table td, .text-page__wrapper table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
  height: 4rem;
}

.slider-block {
  position: relative;
}

.slider-block.blackout {
  position: relative;
}
.slider-block.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.slider-block.highlighting {
  position: relative;
}
.slider-block.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.slider-block.custom-background {
  background-size: cover;
}

.slider-block.custom-background.blackout {
  background-size: cover;
}
.slider-block.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.slider-block.custom-background.highlighting {
  background-size: cover;
}
.slider-block.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.slider-block--full-width > .container {
  max-width: unset;
  padding: 0;
  position: relative;
}

.slider-block--full-width .slide {
  max-width: 1050px;
  margin: 0 auto;
}

.slider-block--full-width .slide__wrapper {
  background-size: cover;
}

.main-search label {
  color: #7D7979;
  margin-left: 27px;
}
.main-search label span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}
.main-search input {
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  outline: none;
}
.main-search .main-search__modal {
  display: none;
}

.main-search--open input {
  display: block;
}
.main-search--open button {
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  width: 50px;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-search--open .main-search__modal {
  width: 1050px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/loop.svg");
  background-repeat: no-repeat;
  background-position: center left 18px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  left: 50%;
  top: 110px;
  margin-left: -525px;
  height: 55px;
  background-color: #ffffff;
  padding-left: 50px;
}
.main-search--open .main-search__modal::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background: #FFFFFF;
  border: 15px solid transparent;
  border-top-color: white;
  border-right-color: white;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px -5px 7px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 42px;
  top: -10px;
}

@media (max-width: 1100px) {
  .main-search--open .main-search__modal {
    margin-left: -350px;
    width: 700px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-search--open .main-search__modal::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-search--open .main-search__modal {
    margin-left: -150px;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.how-train__title {
  margin-top: 40px;
  margin-bottom: 31px;
  font-size: 26px;
  line-height: 30px;
  color: #222020;
  font-weight: normal;
}

.how-train {
  padding-bottom: 173px;
}
.how-train p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 70px;
}

.how-train__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow: hidden;
  background-color: #f8f8f8;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 67px;
}
.how-train__card h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 32px;
}
.how-train__card p {
  margin-bottom: 32px;
}

.how-train__card-content {
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.how-train__card-img {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.how-train__card-img img {
  display: block;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.how-train__card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .how-train {
    padding-bottom: 23px;
  }
  .how-train p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 39px;
  }

  .how-train__title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .how-train__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .how-train__card h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .how-train__card p {
    font-size: 16px;
    line-height: 20px;
    max-width: unset;
    margin-bottom: 32px;
  }
  .how-train__card .btn {
    margin: 0 auto;
  }

  .how-train__card-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 34px;
  }

  .how-train__card-img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .how-train__card-img img {
    position: static;
  }
}
.page404 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page404 .page404__image-wrapper {
  background-image: url("../img/img404.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 306px;
}
.page404 .page404__text-wrapper {
  width: 500px;
}
.page404 h1 {
  font-size: 38px;
  margin-bottom: 50px;
  text-align: center;
}
.page404 p {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
}
.page404 .btn {
  margin: 0 auto;
}

.ui-autocomplete {
  max-width: 400px;
  max-height: 200px;
  overflow: auto;
}
.ui-autocomplete .ui-menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid var(--primary-color);
}

.user-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.user-block__subtitle div {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.user-block__title-wrapper {
  margin-bottom: 25px;
}

.user-block__content {
  margin-top: 50px;
}

.search-form {
  padding-top: 50px;
}
.search-form input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 17px;
  padding-left: 51px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
  display: block;
  background-image: url("../img/loup.svg");
}
.search-form input[type=submit] {
  margin: 0 auto;
  margin-bottom: 50px;
}
.search-form .action {
  margin-top: 30px;
}
.search-form .search-advanced summary {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-form .search-advanced summary .details-title {
  text-decoration: none;
}
.search-form .search-advanced .fieldset-wrapper .form-item, .search-form .search-advanced legend {
  margin-bottom: 0.5rem;
}

.contact-form {
  padding-bottom: 30px;
  padding: 20px;
}
.contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}

.contact-form.left-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 50px;
}

.contact-form.right-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 50px;
}

.contact-form.blackout {
  padding-bottom: 30px;
}
.contact-form.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.contact-form.highlighting {
  padding-bottom: 30px;
}
.contact-form.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.contact-form.custom-background {
  background-size: cover;
}

.contact-form.custom-background.blackout {
  background-size: cover;
}
.contact-form.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.contact-form.custom-background.highlighting {
  background-size: cover;
}
.contact-form.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.name-of-the-training-center-title {
  padding: 1rem;
  text-align: center;
  text-transform: inherit;
}

.highlighting .name-of-the-training-center-content {
  position: relative;
}

.left-position .name-of-the-training-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 40px;
}

.right-position .name-of-the-training-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 40px;
}

.page-main__title::after {
  display: none;
}

.name-of-the-training-center-title.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.name-of-the-training-center-title.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.name-of-the-training-center-title.custom-background {
  background-size: cover;
}

.name-of-the-training-center-title.custom-background.blackout {
  background-size: cover;
}
.name-of-the-training-center-title.custom-background.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.name-of-the-training-center-title.custom-background.highlighting {
  background-size: cover;
}
.name-of-the-training-center-title.custom-background.highlighting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

@media (max-width: 768px) {
  .name-of-the-training-center-title {
    display: none;
  }
}
.views_slideshow_controls_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(50% - 33px);
  z-index: 10;
}

.views_slideshow_controls_text_pause, .views-slideshow-controls-text-pause-processed, .views-slideshow-controls-text-status-pausey {
  display: none;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 8px;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.views_slideshow_controls_text_previous {
  top: 50%;
  width: 66px;
  margin-top: -33px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.views_slideshow_controls_text_previous a {
  display: none;
}

.views_slideshow_controls_text_next {
  top: 50%;
  width: 66px;
  margin-top: -33px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 22px;
}
.views_slideshow_controls_text_next a {
  display: none;
}

.views_slideshow_cycle_main .views_slideshow_slide {
  width: 100%;
}

.video-player-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.player-block__title-wrapper {
  margin-bottom: 25px;
}

.video-player {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player-block__subtitle {
  display: block;
}

.video-player video {
  height: auto;
  max-width: 100%;
}

#block-bloksvideo.blackout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

#block-bloksvideo.highlighting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.88);
}

.block__search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 50px 0;
}

.page-main__title--search-form {
  width: 100%;
  margin-bottom: 20px;
}

.block__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__search-input {
  width: 100%;
}

.block__search-button {
  margin-top: 20px;
}

.page-main__teachers {
  padding-bottom: 72px;
}

.teacher {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
  background-color: #FBFBFB;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 18px;
  min-height: 291px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-align: center;
}

.teacher__img-wrapper {
  margin-bottom: 0.5rem;
}
.teacher__img-wrapper img {
  max-height: 200px;
  height: 100%;
  width: auto;
}

.teacher__title a {
  text-decoration: none;
}

.teachers .more-link.container a {
  text-decoration: none;
}

.teachers--front-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teachers--front-page-item {
  margin: 20px;
}

.teacher__content .teacher__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .teacher__content .teacher__img-wrapper {
    display: block;
    margin: 0 1rem 0 0;
    float: left;
  }
}
.teacher__content .teacher__img-wrapper img {
  max-height: 400px;
  width: auto;
}

.teacher__position-wrapper {
  margin-bottom: auto;
}

.swiper-container__teachers .teachers--front-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin: 0 0 1rem 0;
}

.teachers__link {
  font-size: 24px;
  line-height: 28px;
  border-radius: 10px;
  background-color: var(--primary-color);
  min-height: 400px;
  width: 310px;
  color: var(--text-color);
  text-decoration: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.teachers__link span {
  padding-top: 54px;
}
.teachers__link a {
  text-decoration: none;
}

.teachers__link--full {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 54px;
  min-height: unset;
  margin: 0 auto;
  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;
  font-size: 18px;
  line-height: 21px;
  background-position: right 44px center;
  background-size: 18px 12px;
  max-width: 900px;
  width: 100%;
  margin-bottom: 18px;
}
.teachers__link--full span {
  margin-left: 0;
  width: auto;
  padding: 0 30px 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.teachers__link--full svg {
  width: 18px;
  height: 12px;
}
.teachers__link--full a {
  width: 100%;
}

.teachers__link:hover {
  background-color: var(--hover-color);
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15), 0px 0px 50px rgba(0, 0, 0, 0.1), 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.teachers__link-wrapper.teachers__link-wrapper--full {
  width: 100%;
  margin: 0;
}
.teachers__link-wrapper.teachers__link-wrapper--full a {
  margin: 0 auto;
  min-height: unset;
  height: 54px;
  width: 100%;
}

@media (max-width: 1100px) {
  .teachers__link-wrapper.teachers__link-wrapper--full a {
    width: 275px;
  }
}
.teachers__link-wrapper {
  margin: 20px;
}
.teachers__link-wrapper a {
  margin: 0;
  min-height: 291px;
  width: 275px;
  height: 100%;
}

@media (max-width: 1100px) {
  .teachers__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 54px;
    width: 300px;
    min-height: unset;
    margin: 0 auto;
    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;
    font-size: 18px;
    line-height: 21px;
    background-position: right 44px center;
    background-size: 18px 12px;
  }
  .teachers__link span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 20%;
    width: auto;
    padding: 0 40px 0 0;
  }
  .teachers__link svg {
    width: 18px;
    height: 12px;
  }
}
.ui-dialog {
  max-width: 600px;
  width: 100% !important;
  padding: 0;
}
@media (max-width: 768px) {
  .ui-dialog {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
  }
  .ui-dialog .ui-dialog-content {
    max-height: unset !important;
  }
}
.ui-dialog .ui-dialog-buttonpane {
  border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-decoration: none;
  color: var(--text-color);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 10px;
  background-color: var(--primary-color);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane button {
    width: 222px;
    height: 46px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.ui-dialog .ui-dialog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 100%;
  font-size: 1.75rem;
  line-height: 2.875rem;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .ui-dialog .ui-dialog-title {
    margin-top: 1rem;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 26px;
  height: 26px;
  background-image: url(/themes/custom/sh/img/icon-menu-close.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  height: 30px;
}
.ui-dialog .webform-submission-form {
  padding-top: 1rem;
}
.ui-dialog .webform-element-description {
  max-width: 400px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #636161;
  text-align: left;
}
.ui-dialog .webform-element-description a {
  text-decoration: none;
  color: var(--primary-color);
}
.ui-dialog .request.container {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border-radius: 10px;
  top: 50vh !important;
  left: 50vw !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ui-widget.ui-widget-content {
    border-radius: 0;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: unset;
            transform: unset;
  }
}

.ajax-progress.ajax-progress-throbber {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.ajax-progress.ajax-progress-throbber .throbber {
  background: transparent url("../img/preloader.svg") no-repeat 0 center;
  width: 100px;
  height: 100px;
}