@font-face {
  font-family: 'SFUI-Light';
  font-weight: 300;
  src: url(assets/fonts/SF/SFUIDisplay-Light.ttf); }

@font-face {
  font-family: 'SFUI-Regular';
  font-weight: 400;
  src: url(assets/fonts/SF/SFUIDisplay-Regular.ttf); }

@font-face {
  font-family: 'SFUI-Black';
  font-weight: 900;
  src: url(assets/fonts/SF/SFUIDisplay-Black.ttf); }

.btn-bordered {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 5px;
  outline: none;
  background: transparent;
  padding: 10px 45px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-bordered.accent {
    color: #7db789;
    border-color: #7db789; }
    .btn-bordered.accent:hover {
      color: #fff;
      background: #7db789; }
  .btn-bordered.accent-green {
    color: #7db789;
    border-color: #7db789; }
    .btn-bordered.accent-green:hover {
      color: #fff;
      background: #7db789; }
  .btn-bordered.accent-brown {
    color: #9b7c5f;
    border-color: #9b7c5f; }
    .btn-bordered.accent-brown:hover {
      color: #fff;
      background: #9b7c5f; }
  .btn-bordered:hover {
    color: #7db789;
    background-color: #fff; }

.btn-colored {
  display: inline-block;
  vertical-align: middle;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  letter-spacing: 1px;
  color: #7db789;
  border: 1.5px solid #fff;
  border-radius: 5px;
  outline: none;
  background: #fff;
  padding: 10px 45px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-colored.accent {
    color: #fff;
    border-color: #7db789;
    background-color: #7db789; }
    .btn-colored.accent:hover {
      background-color: transparent;
      color: #7db789;
      border: 1.5px solid #7db789; }
  .btn-colored.accent-green {
    color: #fff;
    border-color: #7db789;
    background-color: #7db789; }
    .btn-colored.accent-green:hover {
      background-color: transparent;
      color: #7db789;
      border: 1.5px solid #7db789; }
  .btn-colored.accent-brown {
    color: #fff;
    border-color: #9b7c5f;
    background-color: #9b7c5f; }
    .btn-colored.accent-brown:hover {
      background-color: transparent;
      color: #7db789;
      border: 1.5px solid #9b7c5f; }
  .btn-colored:hover {
    color: #fff;
    background-color: transparent;
    border: 1.5px solid #fff; }

.s-courses__showmore {
  display: inline-block;
  cursor: pointer;
  border: 1px solid blue; }

::selection {
  color: #ffffff;
  background-color: #7db789; }

a {
  color: #333;
  text-decoration: none; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3 {
  margin-bottom: 0.5em; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex-reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.extra-bg {
  background-color: #f2f2f2; }

.extra-bg-brown-light {
  background-color: #f5dc9f; }

.accent-text {
  font-weight: 600;
  background-color: #f8d76e;
  color: #333;
  padding: 0 5px; }

.accent-bg {
  background-color: #7db789;
  color: #fff; }
  .accent-bg .section__title {
    color: #fff; }
    .accent-bg .section__title:after {
      background-image: url("assets/img/sprite.svg#delimer-white"); }
  .accent-bg-green {
    background-color: #7db789;
    color: #fff; }
    .accent-bg-green .section__title {
      color: #fff; }
      .accent-bg-green .section__title:after {
        background-image: url("assets/img/sprite.svg#delimer-white"); }
  .accent-bg-corpgreen {
    background-color: #acdadd;
    color: #fff; }
    .accent-bg-corpgreen .section__title {
      color: #fff; }
      .accent-bg-corpgreen .section__title:after {
        background-image: url("assets/img/sprite.svg#delimer-white"); }
  .accent-bg-dark {
    background-color: #6e708c;
    color: #fff; }
    .accent-bg-dark .section__title {
      color: #fff; }
      .accent-bg-dark .section__title:after {
        background-image: url("assets/img/sprite.svg#delimer-white"); }
  .accent-bg.brown {
    background-color: #9b7c5f;
    color: #fff; }
    .accent-bg.brown .section__title {
      color: #fff; }
      .accent-bg.brown .section__title:after {
        background-image: url("assets/img/sprite.svg#delimer-white"); }

.accent-green {
  color: #7db789; }

.accent-brown {
  color: #9b7c5f; }
  .accent-brown-light {
    color: #f8d76e; }

html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 16px; }
  @media (max-width: 1200px) {
    html {
      font-size: 13px; } }
  @media (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body.sidenav-open {
    overflow-x: hidden; }
    body.sidenav-open main {
      -webkit-transform: translate(235px, 0);
          -ms-transform: translate(235px, 0);
              transform: translate(235px, 0);
      overflow-x: hidden; }
      @media (max-width: 768px) {
        body.sidenav-open main {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
  body.popup-open {
    width: 100%;
    height: 100vh;
    overflow: hidden; }

main {
  position: relative;
  padding-left: 65px;
  padding-top: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform ease-in-out .28s;
  transition: -webkit-transform ease-in-out .28s;
  -o-transition: transform ease-in-out .28s;
  transition: transform ease-in-out .28s;
  transition: transform ease-in-out .28s, -webkit-transform ease-in-out .28s;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    main {
      padding-left: 0; } }

.container {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  padding: 5vw 0; }
  @media (max-width: 1200px) {
    .container {
      width: 900px; } }
  @media (max-width: 992px) {
    .container {
      width: 650px; } }
  @media (max-width: 768px) {
    .container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media (max-width: 520px) {
    .container {
      padding: 13vw 15px; } }
  .container__offset {
    max-width: 760px; }

.section {
  width: 100%; }
  .section__title {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    color: #333;
    font-size: 3.2rem;
    text-align: center; }
    .section__title:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      margin: 10px auto;
      background-image: url("assets/img/sprite.svg#delimer-green");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
    @media (max-width: 992px) {
      .section__title {
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .section__title {
        font-size: 2.2rem; } }
    @media (max-width: 520px) {
      .section__title {
        margin-top: -3vw; } }
  .section__subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: auto;
    text-align: center; }
  .section__content-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vw; }
  .section__actions {
    margin: auto;
    text-align: center;
    padding-top: 4vw; }
    .section__actions a:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 520px) {
        .section__actions a:not(:last-child) {
          margin-right: 0;
          margin-bottom: 15px; } }
    @media (max-width: 550px) {
      .section__actions a {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media (max-width: 520px) {
      .section__actions {
        padding-top: 10vw; } }
  .section__mainimg {
    width: 100%;
    margin-top: 3vw; }
    .section__mainimg img {
      width: 100%; }
  .section__pagination {
    text-align: center;
    padding-top: 4vw; }
    @media (max-width: 520px) {
      .section__pagination {
        padding-top: 10vw; } }
    .section__pagination .page-numbers {
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
      font-weight: 40;
      font-size: 13px;
      line-height: 23px;
      text-decoration: none;
      color: #7db789;
      text-align: center;
      background-color: transparent;
      border: 1px solid #7db789;
      margin: 0 2px; }
      .section__pagination .page-numbers:hover, .section__pagination .page-numbers.current {
        color: #fff;
        background-color: #7db789; }
      .section__pagination .page-numbers.prev {
        background-image: url("assets/img/sprite.svg#slider-arrow-accent-green");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border: none; }
        .section__pagination .page-numbers.prev:hover {
          background-color: #fff; }
      .section__pagination .page-numbers.next {
        background-image: url("assets/img/sprite.svg#slider-arrow-accent-green");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border: none; }
        .section__pagination .page-numbers.next:hover {
          background-color: #fff; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: #fff;
  z-index: 999; }
  .preloader .logo {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    opacity: 0; }
    .preloader .logo img {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: none; }
    .preloader .logo .preloaderSvg .st0,
    .preloader .logo .preloaderSvg .st1,
    .preloader .logo .preloaderSvgAc .st0,
    .preloader .logo .preloaderSvgAc .st5 {
      -webkit-transition: fill 0.7s ease;
      -o-transition: fill 0.7s ease;
      transition: fill 0.7s ease; }

.totop-btn {
  display: block;
  position: fixed;
  bottom: 5vw;
  right: 3vw;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #333333;
  background-image: url("assets/img/sprite.svg#caret");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 768px) {
    .totop-btn {
      right: auto;
      left: 3vw; } }
  .totop-btn:hover {
    opacity: 1; }
  .totop-btn-shown {
    opacity: 0.9;
    pointer-events: all; }

.superplaceholder {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  pointer-events: none;
  background-color: transparent;
  font-size: 3.5rem;
  color: #6e708c;
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif; }
  .superplaceholder::-webkit-input-placeholder {
    font-size: 3.5rem;
    color: #9b7c5f;
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif; }
  .superplaceholder:-ms-input-placeholder {
    font-size: 3.5rem;
    color: #9b7c5f;
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif; }
  .superplaceholder::-ms-input-placeholder {
    font-size: 3.5rem;
    color: #9b7c5f;
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif; }
  .superplaceholder::placeholder {
    font-size: 3.5rem;
    color: #9b7c5f;
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif; }
    @media (max-width: 992px) {
      .superplaceholder::-webkit-input-placeholder {
        font-size: 2.5rem; }
      .superplaceholder:-ms-input-placeholder {
        font-size: 2.5rem; }
      .superplaceholder::-ms-input-placeholder {
        font-size: 2.5rem; }
      .superplaceholder::placeholder {
        font-size: 2.5rem; } }
    @media (max-width: 768px) {
      .superplaceholder::-webkit-input-placeholder {
        font-size: 1.5rem; }
      .superplaceholder:-ms-input-placeholder {
        font-size: 1.5rem; }
      .superplaceholder::-ms-input-placeholder {
        font-size: 1.5rem; }
      .superplaceholder::placeholder {
        font-size: 1.5rem; } }
  @media (max-width: 992px) {
    .superplaceholder {
      font-size: 2.5rem; } }
  @media (max-width: 768px) {
    .superplaceholder {
      font-size: 1.5rem; } }

@-webkit-keyframes preloader {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes preloader {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-dots {
    display: none;
    text-align: center;
    font-size: 0;
    margin-top: 3vw; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 0;
      outline: 0;
      background-color: #7db789;
      opacity: 0.3; }
      .owl-carousel .owl-dots .owl-dot:not(:last-child) {
        margin-right: 10px; }
      .owl-carousel .owl-dots .owl-dot.active {
        opacity: 1; }
    @media (max-width: 768px) {
      .owl-carousel .owl-dots {
        margin-top: 5vw; } }
    @media (max-width: 520px) {
      .owl-carousel .owl-dots {
        margin-top: 10vw; } }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -25px;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    opacity: 0.5; }
    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover {
      opacity: 0.9; }
  .owl-carousel .owl-nav .owl-next {
    right: 0px;
    background-image: url("assets/img/sprite.svg#slider-arrow"); }
    @media (max-width: 768px) {
      .owl-carousel .owl-nav .owl-next {
        right: -10px; } }
  .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    background-image: url("assets/img/sprite.svg#slider-arrow");
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 768px) {
      .owl-carousel .owl-nav .owl-prev {
        left: -10px; } }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url("assets/img/sprite.svg#play") no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

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

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

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

.owl-carousel .owl-video-tn {
  background-size: cover; }

.owl-carousel .item-video {
  height: auto; }

.owl-carousel .owl-video-wrapper {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .owl-carousel .owl-video-wrapper {
      width: 600px;
      height: 300px; } }

@media (max-width: 768px) {
  .owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    padding-top: 25px; } }

@media (max-width: 768px) {
  .owl-carousel .owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; } }

@media (max-width: 768px) {
  .owl-carousel .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .popup__title {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    color: #333;
    font-size: 2rem;
    text-align: center; }
    .popup__title:after {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      margin: 15px auto;
      background-image: url("assets/img/sprite.svg#delimer");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
    @media (max-width: 520px) {
      .popup__title {
        margin-bottom: 0;
        padding-right: 20px; } }
  .popup__subtitle {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 520px) {
      .popup__subtitle {
        margin-bottom: 15px; } }
  .popup__container {
    width: 100%;
    max-width: 450px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px;
    background-color: #ffffff;
    max-height: calc(100% - 30px);
    overflow: auto;
    position: relative; }
    @media (max-width: 520px) {
      .popup__container {
        max-height: 100%;
        max-width: 100%;
        padding: 20px 15px 15px 15px; } }
    .popup__container iframe {
      width: 100% !important; }
  .popup__form {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .popup__form_item {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .popup__form_item input:not([type=checkbox]), .popup__form_item textarea {
        font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 1rem;
        color: #333;
        -webkit-appearance: none;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px;
        border-radius: 5px;
        border: 0;
        border: 1px solid #c9c9c9;
        outline: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .popup__form_item input:not([type=checkbox]):focus, .popup__form_item textarea:focus {
          border-color: #acdadd; }
        .popup__form_item input:not([type=checkbox])::-webkit-input-placeholder, .popup__form_item textarea::-webkit-input-placeholder {
          font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
          color: #333;
          opacity: 0.5; }
        .popup__form_item input:not([type=checkbox]):-ms-input-placeholder, .popup__form_item textarea:-ms-input-placeholder {
          font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
          color: #333;
          opacity: 0.5; }
        .popup__form_item input:not([type=checkbox])::-ms-input-placeholder, .popup__form_item textarea::-ms-input-placeholder {
          font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
          color: #333;
          opacity: 0.5; }
        .popup__form_item input:not([type=checkbox])::placeholder, .popup__form_item textarea::placeholder {
          font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
          color: #333;
          opacity: 0.5; }
      .popup__form_item textarea {
        resize: none;
        min-height: 100px; }
      .popup__form_item input[type=submit] {
        font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
        display: inherit;
        margin: 0 auto;
        -webkit-appearance: none;
        font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
        letter-spacing: 1px;
        border: 1px solid #7db789;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        color: #fff;
        background-color: #7db789;
        padding: 11px 40px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.9rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .popup__form_item input[type=submit]:hover {
          background-color: transparent;
          color: #7db789; }
        .popup__form_item input[type=submit]:focus {
          border-color: #7db789; }
      .popup__form_item input[type=checkbox] {
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #c9c9c9;
        outline: 0;
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 2px; }
        .popup__form_item input[type=checkbox]:checked {
          background-image: url("assets/img/sprite.svg#checked");
          background-repeat: no-repeat;
          background-size: 14px;
          background-position: center; }
      .popup__form_item label {
        font-size: 0.9rem;
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px; }
      .popup__form_item:not(:last-child) {
        margin-bottom: 20px; }
      .popup__form_item-check:not(:last-child) {
        margin-bottom: 10px;
        position: relative; }
      .popup__form_item-submit {
        margin-top: 20px; }
  .popup__close {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #7db789;
    background-image: url("assets/img/sprite.svg#close");
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .popup__close:hover {
      opacity: 1; }
  .popup-shown {
    opacity: 1;
    pointer-events: all; }

.zoom-popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .zoom-popup__container {
    width: 100%;
    max-width: 450px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
    background-color: #ffffff;
    max-height: calc(100% - 30px);
    overflow: auto;
    position: relative; }
    @media (max-width: 520px) {
      .zoom-popup__container {
        max-height: 100%;
        height: 100vh;
        max-width: 100%;
        padding: 15px;
        padding-top: 40px; } }
  .zoom-popup__close {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #7db789;
    background-image: url("assets/img/sprite.svg#close");
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .zoom-popup__close:hover {
      opacity: 1; }
  .zoom-popup__img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .zoom-popup__img img {
      width: 100%; }
  .zoom-popup-shown {
    opacity: 1;
    pointer-events: all; }
    .zoom-popup-shown .zoom-popup__img img {
      display: block; }

.services-popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  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;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services-popup__container {
    width: 100%;
    height: 100%;
    max-width: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media (max-width: 768px) {
      .services-popup__container {
        max-height: 100%;
        height: 100vh;
        max-width: 100%;
        padding: 15px;
        padding-top: 40px; } }
  .services-popup__close {
    display: block;
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    opacity: 0.9;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 101;
    background-image: url("assets/img/sprite.svg#close-black");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services-popup__close:hover {
      opacity: 1; }
  .services-popup-shown {
    opacity: 1;
    pointer-events: all; }
    .services-popup-shown .s-services__descr {
      display: block; }

.navtop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px 10px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10; }
  .navtop .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navtop .container {
    padding: 0; }
    @media (max-width: 768px) {
      .navtop .container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .navtop__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navtop__item li {
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      .navtop__item li:not(:last-child) {
        margin-right: 10px; }
      .navtop__item li a {
        display: block;
        white-space: nowrap;
        font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; }
    .navtop__item_logo a {
      display: block;
      font-size: 0; }
      .navtop__item_logo a img {
        height: 45px; }
    .navtop__item_contact li a {
      font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
      font-weight: 400; }
      .navtop__item_contact li a:hover {
        text-decoration: underline; }
    .navtop__item_contact-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      right: 0;
      padding: 10px 15px;
      background-color: #fafafa;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navtop__item_contact-hidden li {
        padding: 3px 0;
        display: block; }
        .navtop__item_contact-hidden li:not(:last-child) {
          margin-right: 0; }
        .navtop__item_contact-hidden li a {
          text-decoration: none;
          font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
          font-weight: 400; }
          .navtop__item_contact-hidden li a:hover {
            text-decoration: underline; }
    .navtop__item_contact .contact-main {
      position: relative; }
      .navtop__item_contact .contact-main > a {
        padding-right: 15px;
        position: relative; }
        .navtop__item_contact .contact-main > a:after {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 7px);
          right: 0;
          width: 10px;
          height: 10px;
          background-image: url("assets/img/sprite.svg#caret-down");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: right top; }
      .navtop__item_contact .contact-main:hover .navtop__item_contact-hidden {
        opacity: 1;
        pointer-events: all; }
    .navtop__item_contact .mail a {
      display: block;
      width: 20px;
      height: 20px;
      font-size: 0;
      background-image: url("assets/img/sprite.svg#mail-icon");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .navtop__item_contact {
        padding-left: 65px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        margin-bottom: 5em; } }
    .navtop__item_social li a {
      width: 25px;
      height: 25px;
      opacity: 0.8;
      border-radius: 50%; }
      .navtop__item_social li a:hover {
        opacity: 1; }
      .navtop__item_social li a.fb {
        background-image: url("assets/img/sprite.svg#fb-brown");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .navtop__item_social li a.yt {
        background-image: url("assets/img/sprite.svg#yt-brown");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .navtop__item_social li a.insta {
        background-image: url("assets/img/sprite.svg#insta-brown");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .navtop__item_social {
        display: none; } }
    @media (max-width: 768px) {
      .navtop__item_lang ul {
        padding-left: 20px; } }
    .navtop__item_lang li:not(:last-child) {
      position: relative; }
      .navtop__item_lang li:not(:last-child):after {
        content: "/";
        display: block;
        position: absolute;
        right: -9px;
        top: 0; }
    .navtop__item_lang .hint {
      position: absolute;
      top: 100%;
      right: 0;
      display: inline-block;
      opacity: 0;
      pointer-events: none;
      padding: 5px;
      color: #fff;
      background-color: #333;
      font-size: 0.8rem;
      white-space: nowrap; }
    .navtop__item_lang li.disabled {
      position: relative; }
      .navtop__item_lang li.disabled a {
        opacity: 0.5; }
        .navtop__item_lang li.disabled a:hover {
          color: #333; }
      .navtop__item_lang li.disabled:hover .hint {
        opacity: 1;
        pointer-events: all; }
    .navtop__item_lang a:hover {
      color: #9b7c5f; }
    @media (max-width: 768px) {
      .navtop__item_lang {
        display: inline-block;
        vertical-align: top; } }
    .navtop__item_lang li.active a {
      color: #9b7c5f; }
    .navtop__item .scroll .active a {
      color: #9b7c5f; }
    .navtop__item a:hover {
      color: #9b7c5f; }
    @media (max-width: 992px) {
      .navtop__item_anchors {
        display: none; } }
  .navtop__green .navtop__item_social li a svg path {
    fill: #7db789; }
  .navtop__green .navtop__item li a:hover,
  .navtop__green .navtop__item li.active a {
    color: #9b7c5f; }

.sidenav {
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100vh - 65px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  width: 65px;
  -webkit-transition: width ease-in-out .28s;
  -o-transition: width ease-in-out .28s;
  transition: width ease-in-out .28s;
  background: #fff;
  z-index: 11; }
  .sidenav__title {
    font-family: "SFUI-Regular", sans-serif;
    font-weight: 400;
    display: block;
    width: 65px;
    height: 65px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 65px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .sidenav__title {
        background-color: transparent;
        font-size: 0;
        background-image: url("assets/img/sprite.svg#menu");
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: center; } }
  .sidenav__item {
    margin: 0;
    background: #fff;
    padding: 15px; }
  .sidenav__list {
    list-style: none;
    position: relative; }
    .sidenav__list > a {
      font-family: "SFUI-Regular", sans-serif;
      font-weight: 400;
      padding-left: 50px;
      margin-bottom: 0.5em;
      display: block; }
    .sidenav__list:not(:last-child) {
      margin-bottom: 25px; }
    .sidenav__list-hidden {
      padding-left: 50px;
      font-size: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .sidenav__list-hidden li {
        list-style: none;
        line-height: 2; }
        .sidenav__list-hidden li a:hover {
          color: #9b7c5f; }
        .sidenav__list-hidden li.current a {
          color: #ffffff;
          font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
          font-weight: 400;
          background-color: #f8d76e;
          padding: 0 5px; }
    .sidenav__list:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 2px;
      top: -5px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
    .sidenav__list.education:before {
      background-image: url("assets/img/sprite.svg#education-icon-black"); }
    .sidenav__list.extraservices:before {
      background-image: url("assets/img/sprite.svg#extraservices-icon-black"); }
    .sidenav__list.information:before {
      background-image: url("assets/img/sprite.svg#information-icon-black"); }
  @media (max-width: 768px) {
    .sidenav {
      width: 0; } }

body.sidenav-open .sidenav__list-hidden {
  font-size: 1rem; }

body.sidenav-open .sidenav {
  width: 320px; }
  @media (max-width: 480px) {
    body.sidenav-open .sidenav {
      width: 100%; } }

.slider {
  width: 100%;
  position: relative; }
  .slider__item {
    position: relative;
    min-height: calc(100vh - 65px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .slider__item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .slider__item-text {
      margin: auto;
      text-align: center;
      padding: 15px;
      z-index: 1;
      color: #fff; }
      .slider__item-text .slider__maintitle {
        font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
        font-size: 4.5rem;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .slider__item-text .slider__maintitle {
            font-size: 3rem;
            line-height: 1.2; } }
      .slider__item-text .descr {
        font-size: 1.3rem;
        max-width: 600px;
        margin: 0 auto 1.5em auto; }
    .slider__item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
  .slider-simple {
    width: 100%; }
    .slider-simple__item {
      font-size: 0;
      overflow: hidden; }
    .slider-simple .owl-nav .owl-prev,
    .slider-simple .owl-nav .owl-next {
      top: 50%;
      background-image: url("assets/img/sprite.svg#slider-arrow-accent-green"); }
    .slider-simple .owl-nav .owl-next {
      right: -60px; }
    .slider-simple .owl-nav .owl-prev {
      left: -60px; }
    @media (max-width: 768px) {
      .slider-simple .owl-dots {
        display: block !important; } }
    @media (max-width: 768px) {
      .slider-simple .owl-nav {
        position: absolute;
        bottom: 8px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 500px; } }
    .slider-simple .owl-nav .owl-prev,
    .slider-simple .owl-nav .owl-next {
      top: 50%; }
      @media (max-width: 768px) {
        .slider-simple .owl-nav .owl-prev,
        .slider-simple .owl-nav .owl-next {
          top: auto;
          border: 0;
          outline: 0;
          background-color: transparent;
          position: absolute;
          bottom: -18px;
          top: auto;
          color: #fff;
          margin-top: -25px;
          font-size: 0;
          width: 35px;
          height: 35px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 0 0;
          opacity: 0.5;
          cursor: pointer; } }
      @media (max-width: 768px) {
        .slider-simple .owl-nav .owl-prev:hover,
        .slider-simple .owl-nav .owl-next:hover {
          opacity: 0.9; } }

footer {
  background-color: #f2f2f2;
  padding-left: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform ease-in-out .28s;
  transition: -webkit-transform ease-in-out .28s;
  -o-transition: transform ease-in-out .28s;
  transition: transform ease-in-out .28s;
  transition: transform ease-in-out .28s, -webkit-transform ease-in-out .28s; }
  @media (max-width: 768px) {
    footer {
      padding-left: 0; } }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }

body.sidenav-open footer {
  -webkit-transform: translate(235px, 0);
      -ms-transform: translate(235px, 0);
          transform: translate(235px, 0);
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body.sidenav-open footer {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media (max-width: 992px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.footer__content-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .footer__content-item > a {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1em;
    font-family: "SFUI-Regular", sans-serif;
    text-decoration: none;
    color: #333;
    pointer-events: none; }
  .footer__content-item a:hover {
    text-decoration: underline; }
  @media (max-width: 992px) {
    .footer__content-item {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      margin-top: 20px; } }
  @media (max-width: 992px) {
    .footer__content-item:first-child {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; } }

.footer__logo {
  display: block; }
  .footer__logo img {
    height: 45px; }
    @media (max-width: 992px) {
      .footer__logo img {
        height: 40px; } }

.footer__social {
  margin: 1em 0; }
  .footer__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none; }
    @media (max-width: 992px) {
      .footer__social ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer__social ul li:not(:last-child) {
      margin-right: 10px; }
    .footer__social ul li a {
      width: 25px;
      height: 25px;
      display: block;
      opacity: 0.8;
      border-radius: 50%; }
      .footer__social ul li a:hover {
        opacity: 1; }
      .footer__social ul li a.fb {
        background-image: url("assets/img/sprite.svg#fb-green");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .footer__social ul li a.yt {
        background-image: url("assets/img/sprite.svg#yt-green");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .footer__social ul li a.insta {
        background-image: url("assets/img/sprite.svg#insta-green");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .footer__social {
      width: 95px;
      margin: 1em auto; } }

.footer__wrap .footer__content-item {
  margin-left: 5vw; }
  @media (max-width: 992px) {
    .footer__wrap .footer__content-item {
      margin-left: 0;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; } }

@media (max-width: 992px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.s-care__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5vw; }
  @media (max-width: 992px) {
    .s-care__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  @media (max-width: 520px) {
    .s-care__item {
      padding-top: 10vw; } }
  @media (max-width: 768px) {
    .s-care__item:not(:last-child) {
      margin-bottom: 10px; } }

.s-care__img {
  font-size: 0;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 992px) {
    .s-care__img {
      width: 100%; } }
  .s-care__img img {
    width: 100%; }

.s-care__text {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 992px) {
    .s-care__text {
      width: 100%;
      margin-top: 1em; } }
  .s-care__text-title {
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 400; }
    @media (max-width: 768px) {
      .s-care__text-title {
        line-height: 1.3; } }
  @media (max-width: 768px) {
    .s-care__text .s-care__btn a {
      margin: auto; } }
  @media (max-width: 520px) {
    .s-care__text .s-care__btn a {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center; } }

.s-courses__content-title {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 3vw 0;
  text-align: center; }

.s-courses__content_tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .s-courses__content_tabs li {
    padding: 10px;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: center; }
    .s-courses__content_tabs li.current {
      background-color: #7db789;
      color: #fff; }
    .s-courses__content_tabs li:hover {
      background-color: #7db789;
      color: #fff; }
  .s-courses__content_tabs-shown {
    margin-top: 15px; }
  .s-courses__content_tabs-mob {
    display: none; }
    @media (max-width: 768px) {
      .s-courses__content_tabs-mob {
        display: block;
        width: 100%; } }
    .s-courses__content_tabs-mob select {
      -webkit-appearance: none;
      padding: 20px;
      font-size: 1rem;
      font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
      background-color: #7db789;
      background-image: url("assets/img/sprite.svg#caret");
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: calc(100% - 15px) center;
      color: #fff;
      width: 100%;
      outline: 0;
      border: 0;
      border-radius: 5px; }
  @media (max-width: 768px) {
    .s-courses__content_tabs {
      display: none; } }

.s-courses__content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px; }
  .s-courses__content-wrapper.tab-content {
    display: none; }
    .s-courses__content-wrapper.tab-content.current {
      display: grid; }
  @media (max-width: 768px) {
    .s-courses__content-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) {
    .s-courses__content-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.s-courses__content-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -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;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
          box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
  background: #fff;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .s-courses__content-element span {
    display: block;
    padding-bottom: 10px;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  .s-courses__content-element a {
    display: inline-block;
    vertical-align: middle;
    color: #7db789;
    position: relative; }
    .s-courses__content-element a:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 1px;
      right: -25px;
      width: 20px;
      height: 20px;
      background-image: url("assets/img/sprite.svg#arrow");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
  .s-courses__content-element:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.s-courses .tab-content {
  -webkit-animation: tabsanim 0.6s ease;
          animation: tabsanim 0.6s ease; }

@-webkit-keyframes tabsanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tabsanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.s-courses-inner {
  position: relative;
  min-height: calc(100vh - 65px);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .s-courses-inner__content {
    background-color: #ffffff;
    padding: 50px;
    max-width: 650px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.1rem; }
    @media (max-width: 768px) {
      .s-courses-inner__content {
        padding: 20px; } }
    .s-courses-inner__content p:last-child {
      margin-bottom: 0; }
  .s-courses-inner__title {
    font-size: 3rem;
    line-height: 1.1;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    text-align: left; }
    @media (max-width: 768px) {
      .s-courses-inner__title {
        font-size: 1.5rem; } }

.s-animate {
  background-color: #7db789;
  background-image: url("assets/img/stars.gif");
  background-size: 400px;
  background-repeat: repeat;
  background-position: center; }
  .s-animate p {
    margin: 0; }
  .s-animate__text {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    font-size: 3.5rem;
    text-align: left;
    color: #fff; }
    @media (max-width: 768px) {
      .s-animate__text {
        font-size: 1.5rem; } }
  .s-animate.green {
    background-color: #acdadd; }
    .s-animate.green .s-animate__text {
      color: #ffffff;
      font-size: 2.5rem; }
      .s-animate.green .s-animate__text .accent-text {
        background-color: transparent;
        padding: 0;
        color: #7db789; }
      @media (max-width: 768px) {
        .s-animate.green .s-animate__text {
          font-size: 1.5rem; } }
  .s-animate.brown {
    background-color: #9b7c5f; }
    .s-animate.brown .s-animate-green__text {
      color: #ffffff; }

body.green .s-animate {
  background-color: #7db789; }
  body.green .s-animate__text {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    font-size: 3.5rem;
    text-align: left;
    color: #ffffff; }
    @media (max-width: 768px) {
      body.green .s-animate__text {
        font-size: 1.5rem; } }

.s-skills__item {
  padding-top: 5vw;
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 768px) {
    .s-skills__item {
      display: block; } }

.s-skills__text {
  width: 25%;
  font-size: 1.2rem;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center; }
  .s-skills__text:first-child p:first-child, .s-skills__text:first-child p:last-child {
    margin-left: 30px; }
    @media (max-width: 992px) {
      .s-skills__text:first-child p:first-child, .s-skills__text:first-child p:last-child {
        margin-left: 0; } }
  .s-skills__text:last-child p:first-child, .s-skills__text:last-child p:last-child {
    margin-left: -30px; }
    @media (max-width: 992px) {
      .s-skills__text:last-child p:first-child, .s-skills__text:last-child p:last-child {
        margin-left: 0; } }
  .s-skills__text:last-child .s-skills__icon:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .s-skills__text {
      width: 100%;
      font-size: 1rem; } }

@media (max-width: 520px) {
  .s-skills__icon {
    text-align: left;
    padding-left: 50px;
    position: relative;
    max-width: 235px; }
    .s-skills__icon:before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 4px;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
    .s-skills__icon-thinking:before {
      background-image: url("assets/img/sprite.svg#thinking"); }
    .s-skills__icon-solutions:before {
      background-image: url("assets/img/sprite.svg#solutions"); }
    .s-skills__icon-fail:before {
      background-image: url("assets/img/sprite.svg#fail"); }
    .s-skills__icon-creative:before {
      background-image: url("assets/img/sprite.svg#creative"); }
    .s-skills__icon-friends:before {
      background-image: url("assets/img/sprite.svg#friends"); }
    .s-skills__icon-trust:before {
      background-image: url("assets/img/sprite.svg#trust"); } }

.s-skills__icon .accent-text {
  font-family: "SFUI-Regular", sans-serif;
  font-weight: 400; }

.s-skills__img {
  width: 40%;
  font-size: 0; }
  .s-skills__img img {
    width: 100%; }
  @media (max-width: 768px) {
    .s-skills__img {
      display: none; } }

.s-teachers .section__teachers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .s-teachers .section__teachers-item {
    width: 30%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vw; }
    .s-teachers .section__teachers-item .teacher-name {
      font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
      font-weight: 40;
      font-size: 1.2rem;
      margin-top: 20px; }
    .s-teachers .section__teachers-item .teacher-position {
      font-size: 0.9rem;
      opacity: 0.8;
      margin-bottom: 20px; }
    .s-teachers .section__teachers-item .teacher-photo {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin: 0 auto;
      overflow: hidden; }
      .s-teachers .section__teachers-item .teacher-photo img {
        height: 100%;
        width: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    @media (max-width: 992px) {
      .s-teachers .section__teachers-item {
        width: 45%; } }
    @media (max-width: 520px) {
      .s-teachers .section__teachers-item {
        width: 100%;
        margin-top: 15px;
        padding-top: 10vw; } }

.s-reviews .container {
  padding-top: 2vw; }

.s-reviews__content-title {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 5vw 0;
  text-align: center; }

.s-reviews__content-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  .s-reviews__content-tabs li {
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: center; }
    .s-reviews__content-tabs li.current {
      border-bottom: 1px solid #7db789; }
  .s-reviews__content-tabs-shown {
    margin-top: 15px; }
    .s-reviews__content-tabs-shown .tab-content {
      display: none; }
      .s-reviews__content-tabs-shown .tab-content.current {
        display: block; }

.s-reviews__content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px; }

.s-reviews__content-element {
  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;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
          box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .s-reviews__content-element span {
    display: block;
    padding-bottom: 10px; }
  .s-reviews__content-element a {
    display: inline-block;
    vertical-align: middle;
    color: #7db789; }
    .s-reviews__content-element a:hover {
      text-decoration: underline; }
  .s-reviews__content-element:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5); }

.s-reviews__item {
  max-width: 800px;
  margin: 4vw auto 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .s-reviews__item-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 3vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden; }
    @media (max-width: 768px) {
      .s-reviews__item-photo {
        width: 100px;
        height: 100px; } }
    @media (max-width: 520px) {
      .s-reviews__item-photo {
        margin: 0 auto 15px auto; } }
  .s-reviews__item-descr .review-name {
    font-family: "SFUI-Regular", sans-serif;
    margin-bottom: 0;
    font-weight: 400; }
  .s-reviews__item-descr .review-link {
    font-size: 0.9rem;
    opacity: 0.9;
    color: #7db789; }
    .s-reviews__item-descr .review-link:hover {
      text-decoration: underline; }
    .s-reviews__item-descr .review-link img {
      display: none; }
  @media (max-width: 520px) {
    .s-reviews__item {
      display: block;
      text-align: center; } }

.s-reviews__video {
  margin: 4vw auto 0 auto; }
  .s-reviews__video-item {
    font-size: 0; }

.s-reviews .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px; }

.s-reviews .owl-dots {
  display: block; }

.s-reviews .owl-nav .owl-prev,
.s-reviews .owl-nav .owl-next {
  border: 0;
  outline: 0;
  background-color: transparent;
  position: absolute;
  bottom: -10px;
  top: auto;
  color: #fff;
  margin-top: -25px;
  font-size: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  opacity: 0.5;
  cursor: pointer; }
  .s-reviews .owl-nav .owl-prev:hover,
  .s-reviews .owl-nav .owl-next:hover {
    opacity: 0.9; }

.s-reviews .owl-nav .owl-next {
  background-image: url("assets/img/sprite.svg#slider-arrow-accent-green"); }

.s-reviews .owl-nav .owl-prev {
  background-image: url("assets/img/sprite.svg#slider-arrow-accent-green");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.s-partners {
  width: 100%; }
  .s-partners__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .s-partners__item img {
      max-height: 100px;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
      .s-partners__item img:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      @media (max-width: 992px) {
        .s-partners__item img {
          max-height: 90px; } }
    @media (max-width: 992px) {
      .s-partners__item {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

.s-news .section__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .s-news .section__content:after {
    content: '';
    width: 30%; }
    @media (max-width: 992px) {
      .s-news .section__content:after {
        width: 45%; } }
    @media (max-width: 768px) {
      .s-news .section__content:after {
        display: none; } }

.s-news__item {
  width: 30%;
  margin-top: 3vw; }
  @media (max-width: 992px) {
    .s-news__item {
      width: 45%; } }
  @media (max-width: 768px) {
    .s-news__item {
      width: 100%;
      margin-top: 15px; } }
  @media (max-width: 520px) {
    .s-news__item:not(:first-child) {
      padding-top: 10vw; } }

.s-news__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .s-news__link:hover {
    -webkit-box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
    @media (max-width: 992px) {
      .s-news__link:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; } }

.s-news__img {
  width: 100%;
  font-size: 0;
  height: 270px;
  overflow: hidden; }
  .s-news__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.s-news__text {
  width: 100%;
  margin-top: 1.5em;
  padding: 0 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .s-news__text-date {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #7db789; }
  .s-news__text-title {
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  .s-news__text p {
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .s-news__text {
      padding: 0; } }

@media (max-width: 768px) {
  .s-news .section__content {
    display: block; } }

.s-articles__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 520px) {
    .s-articles__content {
      display: block; } }

.s-articles__item {
  width: 48%;
  height: 100%;
  margin-top: 2vw; }
  @media (max-width: 992px) {
    .s-articles__item {
      width: 48%; } }
  @media (max-width: 520px) {
    .s-articles__item {
      width: 100%;
      margin-top: 15px; } }
  @media (max-width: 520px) {
    .s-articles__item:not(:first-child) {
      padding-top: 10vw; } }

.s-articles__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .s-articles__link:hover {
    -webkit-box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
    @media (max-width: 992px) {
      .s-articles__link:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; } }

.s-articles__img {
  width: 100%;
  font-size: 0;
  height: 300px;
  overflow: hidden; }
  .s-articles__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.s-articles__text {
  margin: 1.5em; }
  .s-articles__text-title {
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  @media (max-width: 992px) {
    .s-articles__text {
      margin: 1em 0 0 0; } }
  @media (max-width: 520px) {
    .s-articles__text p {
      margin-bottom: 0; } }

.s-form {
  position: relative; }
  .s-form__content {
    width: 100%;
    max-width: 800px;
    margin: 5vw auto 0 auto; }
    @media (max-width: 520px) {
      .s-form__content .flex {
        display: block;
        width: 100%; } }
  .s-form__input {
    border: 0;
    outline: none;
    color: #fff;
    background: transparent;
    border-bottom: 1.5px solid #fff;
    padding: 15px;
    font-size: 1rem;
    width: 100%;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .s-form__input::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.3;
      font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; }
    .s-form__input:-ms-input-placeholder {
      color: #fff;
      opacity: 0.3;
      font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; }
    .s-form__input::-ms-input-placeholder {
      color: #fff;
      opacity: 0.3;
      font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; }
    .s-form__input::placeholder {
      color: #fff;
      opacity: 0.3;
      font-family: "SFUI-Light", "Open Sans", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; }
    @media (max-width: 520px) {
      .s-form__input {
        width: 100%;
        margin-bottom: 15px; } }
    .s-form__input:focus {
      border-bottom: 1.5px solid #acdadd; }
    .s-form__input:not(:last-child) {
      margin-right: 20px; }
  .s-form__submit {
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    letter-spacing: 1px;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 5px;
    outline: none;
    background: transparent;
    padding: 10px 45px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .s-form__submit:hover {
      color: #7db789;
      background-color: #fff; }
    @media (max-width: 520px) {
      .s-form__submit {
        width: 100%; } }
  .s-form .success-msg {
    display: none;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #acdadd;
    text-align: center;
    font-weight: 400;
    margin: 20px auto;
    color: #fff;
    font-family: "SFUI-Regular", sans-serif; }
  .s-form .error-msg {
    display: none;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #CC4E5C;
    text-align: center;
    font-weight: 400;
    margin: 20px auto;
    color: #fff;
    font-family: "SFUI-Regular", sans-serif; }
  .s-form .wpcf7-response-output.wpcf7-mail-sent-ng {
    position: absolute;
    bottom: 0;
    margin: 10px auto; }
  .s-form div.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (max-width: 520px) {
      .s-form div.wpcf7-response-output {
        position: static !important;
        margin-top: 20px !important; } }
  .s-form span.wpcf7-not-valid-tip {
    font-size: 0.8rem !important;
    color: #CC4E5C !important;
    background-color: #fff;
    position: absolute !important; }
    @media (max-width: 520px) {
      .s-form span.wpcf7-not-valid-tip {
        position: static !important;
        margin-bottom: 20px !important;
        margin-top: -10px !important; } }
  .s-form div.wpcf7-response-output.wpcf7-aborted, .s-form div.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #fff !important;
    background-color: #fff;
    color: #CC4E5C; }
  .s-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #fff !important;
    background-color: #fff;
    color: #7db789; }
  .s-form .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: baseline;
    width: 60%; }
    @media (max-width: 520px) {
      .s-form .wpcf7-form-control-wrap {
        display: block;
        width: 100%; } }
  .s-form__submit {
    display: inline-block;
    vertical-align: baseline;
    width: 33%;
    text-align: center;
    padding: 10px; }
    @media (max-width: 520px) {
      .s-form__submit {
        display: block;
        width: 100%; } }

div.wpcf7 .ajax-loader {
  display: none !important;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto; }
  div.wpcf7 .ajax-loader.is-active {
    display: inline-block !important; }

.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
  color: #CC4E5C !important; }

div.wpcf7-response-output.wpcf7-aborted, div.wpcf7-response-output.wpcf7-validation-errors {
  margin: 0 auto !important;
  border-color: #CC4E5C !important;
  background-color: #CC4E5C;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  padding: 5px 0;
  color: #fff; }

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 0 auto !important;
  border-color: #7db789 !important;
  background-color: #7db789;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  padding: 5px 0;
  color: #fff; }

.wpcf7-form.invalid input.wpcf7-not-valid, .wpcf7-form.invalid textarea.wpcf7-not-valid {
  border-color: #CC4E5C; }

body.green .s-form .section__title {
  color: #fff; }
  body.green .s-form .section__title:after {
    background-image: url("assets/img/sprite.svg#delimer-white"); }

body.green .s-form__input:focus {
  border-bottom: 1.5px solid #f5dc9f; }

body.green .s-form .s-form__submit:hover {
  color: #7db789;
  background-color: #fff; }

body.green .s-form .success-msg {
  background-color: #f5dc9f; }

.s-contacts {
  position: relative; }
  .s-contacts__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3vw; }
  .s-contacts__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 24%;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    border-radius: 5px;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .s-contacts__item {
        width: 48%; } }
    @media (max-width: 520px) {
      .s-contacts__item {
        width: 100%;
        margin: 2vw auto; } }
    .s-contacts__item:hover {
      -webkit-box-shadow: 0 0 0 2px #9b7c5f;
              box-shadow: 0 0 0 2px #9b7c5f; }
    .s-contacts__item.current {
      -webkit-box-shadow: 0 0 0 2px #9b7c5f;
              box-shadow: 0 0 0 2px #9b7c5f; }
  .s-contacts__adress {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    font-size: 1rem; }
    @media (max-width: 992px) {
      .s-contacts__adress {
        padding: 10px; } }
    @media (max-width: 520px) {
      .s-contacts__adress {
        margin: 0 auto;
        width: 100%; } }
    .s-contacts__adress .adress__title {
      font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
      font-weight: 400;
      font-size: 1.3rem; }
    .s-contacts__adress .adress__descr div {
      margin: 5px auto; }
    .s-contacts__adress .adress__descr a {
      font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
      text-decoration: underline; }
      .s-contacts__adress .adress__descr a:hover {
        text-decoration: underline;
        color: #7db789; }
  .s-contacts__current {
    background-color: #ffffff;
    padding: 30px;
    max-width: 450px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px; }
    @media (max-width: 768px) {
      .s-contacts__current {
        padding: 10px;
        position: static; } }

body.green .adress__descr a:hover {
  text-decoration: underline;
  color: #9b7c5f; }

body.green .s-contacts__item:hover {
  -webkit-box-shadow: 0 0 0 2px #9b7c5f;
          box-shadow: 0 0 0 2px #9b7c5f; }

body.green .s-contacts__item.current {
  -webkit-box-shadow: 0 0 0 2px #9b7c5f;
          box-shadow: 0 0 0 2px #9b7c5f; }

.map-link {
  visibility: hidden;
  pointer-events: none; }

.s__map {
  font-size: 0; }
  .s__map iframe {
    height: 500px; }
    @media (max-width: 992px) {
      .s__map iframe {
        height: 300px; } }

.s-head {
  min-height: calc(100vh - 65px);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .s-head .container {
    z-index: 1; }
  .s-head__title {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .s-head__title {
        font-size: 3.5rem;
        line-height: 1.2; } }
    @media (max-width: 520px) {
      .s-head__title {
        font-size: 2rem;
        line-height: 1.2; } }
  .s-head__subtitle {
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto 1.5em auto;
    color: #fff;
    text-align: center; }
  .s-head:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 0; }

.s-description p:last-of-type {
  margin-bottom: 0; }

.s-description__title {
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  color: #333;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 3vw; }
  @media (max-width: 992px) {
    .s-description__title {
      line-height: 1.2; } }
  @media (max-width: 768px) {
    .s-description__title {
      font-size: 1.2rem; } }

.s-description__img {
  width: 49%; }
  .s-description__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.s-description__video {
  padding-top: 0; }
  .s-description__video iframe {
    width: 100%;
    height: 540px; }
    @media (max-width: 768px) {
      .s-description__video iframe {
        height: 400px; } }
    @media (max-width: 520px) {
      .s-description__video iframe {
        height: 280px; } }

.s-advantages__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.s-advantages__item {
  width: 30%;
  text-align: center;
  margin-top: 4vw; }
  @media (max-width: 768px) {
    .s-advantages__item {
      width: 45%; } }
  @media (max-width: 520px) {
    .s-advantages__item {
      width: 100%; } }
  @media (max-width: 520px) {
    .s-advantages__item:not(:first-child) {
      margin-top: 15vw; } }

.s-advantages__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 0; }
  .s-advantages__icon img {
    width: 100%; }

.s-advantages__title {
  margin: 20px auto;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.5px; }

.s-experience__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .s-experience__content {
      display: block;
      width: 100%; } }

.s-experience__item {
  width: 30%;
  padding-top: 5vw; }
  @media (max-width: 768px) {
    .s-experience__item {
      width: 100%; } }
  @media (max-width: 520px) {
    .s-experience__item {
      margin-top: 7vw; } }

.s-experience__title {
  font-family: "SFUI-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.1rem; }

.s-experience__img {
  font-size: 0;
  margin: 20px auto;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .s-experience__img {
      height: 200px; } }
  .s-experience__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.s-whatwecan__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3vw; }
  @media (max-width: 640px) {
    .s-whatwecan__content {
      width: 100%;
      display: block; } }

.s-whatwecan__item {
  width: 46%;
  padding-top: 2vw; }
  @media (max-width: 640px) {
    .s-whatwecan__item {
      width: 100%;
      margin-top: 7vw; } }
  @media (max-width: 520px) {
    .s-whatwecan__item {
      margin-top: 10vw; } }

.s-whatwecan__title {
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 20px auto; }

.s-whatwecan__img {
  font-size: 0;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .s-whatwecan__img {
      height: 200px; } }
  .s-whatwecan__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.s-videosection {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .s-videosection__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: -99; }
    @media (max-width: 768px) {
      .s-videosection__video iframe {
        pointer-events: all;
        z-index: 0; } }
  .s-videosection__video:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5); }
  .s-videosection__title {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    background-color: #fff;
    font-size: 2rem;
    position: absolute;
    bottom: 5vw;
    left: 5vw; }
    @media (max-width: 992px) {
      .s-videosection__title {
        padding: 10px;
        font-size: 1.3rem; } }
    @media (max-width: 520px) {
      .s-videosection__title {
        padding: 5px 10px;
        bottom: -1px;
        left: 0;
        right: 0; } }

.s-whywe .container {
  padding-bottom: 4vw; }

.s-whywe__item {
  padding: 5vw 0 0 0;
  margin: 0 auto;
  -webkit-columns: 2;
          columns: 2;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .s-whywe__item {
      -webkit-columns: 1;
              columns: 1; } }
  .s-whywe__item li {
    padding: 0 0 30px 50px;
    position: relative;
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    min-width: 48%; }
    @media (max-width: 640px) {
      .s-whywe__item li {
        max-width: 100%;
        font-size: 1rem;
        padding-bottom: 20px; } }
    .s-whywe__item li:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      background-color: #7db789;
      border-radius: 50%;
      background-image: url("assets/img/sprite.svg#list-icon");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }

body.green .s-whywe__item li:before {
  background-color: #7db789; }

.s-subjects__content {
  padding-top: 5vw; }

.s-subjects__item {
  width: 48%;
  border-radius: 5px;
  border: 1px solid #e0e6ed; }
  @media (max-width: 768px) {
    .s-subjects__item {
      display: none; } }
  @media (max-width: 768px) {
    .s-subjects__item.current {
      display: block;
      width: 100%; } }
  .s-subjects__item:last-child {
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 600; }

.s-subjects__head {
  padding: 60px 30px;
  text-align: center; }
  .s-subjects__head-colored {
    background-color: #7db789;
    border: 1px solid #7db789;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: calc(100% + 2px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-1px, -1px);
        -ms-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px); }
    .s-subjects__head-colored .s-subjects__name {
      color: #fff; }
    .s-subjects__head-colored.gray {
      background-color: #cccccc;
      border-color: #cccccc; }
      .s-subjects__head-colored.gray .s-subjects__name {
        height: 100px;
        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; }
  .s-subjects__head-bordered {
    background-color: transparent;
    border-bottom: 1px solid #e0e6ed; }
  @media (max-width: 992px) {
    .s-subjects__head {
      padding: 10px; } }
  @media (max-width: 768px) {
    .s-subjects__head {
      display: none; } }

.s-subjects__icon {
  height: 100px; }
  .s-subjects__icon img {
    height: 100%; }

.s-subjects__name {
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px; }
  @media (max-width: 768px) {
    .s-subjects__name {
      font-size: 1.2rem; } }

.s-subjects__list {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0; }
  .s-subjects__list li {
    padding: 15px 0;
    text-align: center; }
    .s-subjects__list li:not(:last-child) {
      border-bottom: 1px solid #e0e6ed; }
    @media (max-width: 768px) {
      .s-subjects__list li {
        padding: 10px; } }
  @media (max-width: 768px) {
    .s-subjects__list {
      padding: 0 20px; } }

.s-subjects__switcher-mob {
  -webkit-appearance: none;
  display: none;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  background-color: #7db789;
  background-image: url("assets/img/sprite.svg#caret");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  color: #fff;
  outline: 0;
  border: 0;
  border-radius: 5px;
  margin-top: 5vw; }
  @media (max-width: 768px) {
    .s-subjects__switcher-mob {
      display: block; } }

.s-shedule__content {
  padding-top: 5vw; }

.s-shedule__item {
  max-width: 700px;
  margin: 0 auto; }
  .s-shedule__item:not(:last-child) {
    padding-bottom: 5vw; }
  @media (max-width: 768px) {
    .s-shedule__item {
      display: block; } }

.s-shedule__col {
  width: 48%; }
  .s-shedule__col:first-child {
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    margin-bottom: 2vw; }
  .s-shedule__col_title {
    border-bottom: 2px solid #7db789; }
  .s-shedule__col .accent {
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  .s-shedule__col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media (max-width: 768px) {
    .s-shedule__col {
      width: 100%; } }

body.green .s-shedule__col_title {
  border-bottom: 2px solid #7db789; }

.s-howto__item {
  max-width: 800px;
  margin: 2vw auto 2vw auto;
  text-align: right; }
  .s-howto__item:first-child {
    margin-top: 5vw; }
  .s-howto__item:last-child {
    margin-bottom: 0; }
    .s-howto__item:last-child .s-howto__col:before {
      display: none; }
  .s-howto__item:nth-child(2n) {
    position: relative;
    text-align: left; }
    .s-howto__item:nth-child(2n):after {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: -10.5%;
      width: 2px;
      background-color: #9b7c5f; }
    .s-howto__item:nth-child(2n):after {
      display: none; }
      @media (max-width: 768px) {
        .s-howto__item:nth-child(2n):after {
          display: block;
          top: 32px;
          bottom: -17px;
          left: 11px; } }
  @media (max-width: 768px) and (max-width: 520px) {
    .s-howto__item:nth-child(2n):after {
      bottom: -9px; } }
    @media (max-width: 768px) {
      .s-howto__item:nth-child(2n) .s-howto__col:last-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 768px) {
      .s-howto__item:nth-child(2n) .s-howto__col:first-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (max-width: 768px) {
    .s-howto__item {
      text-align: left; } }
  .s-howto__item:last-child:after {
    display: none; }
  @media (max-width: 768px) {
    .s-howto__item:nth-child(n):last-child .s-howto__before:after {
      display: none; } }

.s-howto__col {
  width: 45%; }
  .s-howto__col:last-child {
    position: relative; }
    .s-howto__col:last-child:before {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      bottom: -65px;
      left: -10.5%;
      width: 2px;
      background-color: #9b7c5f; }
      @media (max-width: 1440px) {
        .s-howto__col:last-child:before {
          bottom: -35px; } }
      @media (max-width: 992px) {
        .s-howto__col:last-child:before {
          bottom: -22px; } }
      @media (max-width: 768px) {
        .s-howto__col:last-child:before {
          display: none; } }
    .s-howto__col:last-child:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      bottom: 10px;
      left: -13.5%;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #7db789; }
      @media (max-width: 992px) {
        .s-howto__col:last-child:after {
          left: -14%; } }
      @media (max-width: 768px) {
        .s-howto__col:last-child:after {
          display: none; } }
  .s-howto__col_title {
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  @media (max-width: 768px) {
    .s-howto__col {
      width: auto; } }

.s-howto__before {
  position: relative; }
  .s-howto__before .s-howto__col_title {
    position: relative; }
    @media (max-width: 768px) {
      .s-howto__before .s-howto__col_title {
        padding-left: 35px; } }
    @media (max-width: 768px) {
      .s-howto__before .s-howto__col_title:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        bottom: 10px;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #7db789; } }
  @media (max-width: 768px) {
    .s-howto__before .s-howto__col_descr {
      padding-top: 2vw;
      padding-left: 35px; } }
  @media (max-width: 768px) {
    .s-howto__before:after {
      content: '';
      display: block;
      position: absolute;
      top: 32px;
      bottom: -17px;
      left: 11px;
      width: 2px;
      background-color: #9b7c5f; } }
  @media (max-width: 768px) and (max-width: 520px) {
    .s-howto__before:after {
      bottom: -9px; } }

.s-faq__content {
  padding-top: 5vw;
  max-width: 800px;
  margin: 0 auto; }

.s-faq__item {
  border-bottom: 1px solid #e0e6ed;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .s-faq__item:first-child {
    border-top: 1px solid #e0e6ed; }
  .s-faq__item-opened .s-faq__question:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  @media (max-width: 768px) {
    .s-faq__item {
      padding: 15px 0; } }

.s-faq__question {
  max-height: 100%;
  font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding-right: 50px;
  position: relative; }
  .s-faq__question:after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    background-color: #f2f2f2;
    border-radius: 50%;
    background-image: url("assets/img/sprite.svg#close-green");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 768px) {
      .s-faq__question:after {
        width: 30px;
        height: 30px;
        top: -1px;
        background-size: 15px; } }
  .s-faq__question:hover:after {
    opacity: 1; }
  @media (max-width: 768px) {
    .s-faq__question {
      font-size: 1rem; } }

.s-faq__answer {
  display: none;
  padding-top: 15px; }

.s-getmoreinfo__content {
  padding-top: 5vw; }
  @media (max-width: 768px) {
    .s-getmoreinfo__content {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.s-getmoreinfo__item {
  width: 30%;
  padding-bottom: 25%;
  background-image: url("assets/img/kids-in-kindergarten.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .s-getmoreinfo__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .s-getmoreinfo__item:hover:after {
    opacity: 0.8; }
  .s-getmoreinfo__item:hover .s-getmoreinfo__title {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  .s-getmoreinfo__item:hover .s-getmoreinfo__btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  @media (max-width: 768px) {
    .s-getmoreinfo__item:not(:last-child) {
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .s-getmoreinfo__item {
      width: 45%;
      padding-bottom: 30%; } }
  @media (max-width: 768px) {
    .s-getmoreinfo__item {
      width: 100%;
      padding-bottom: 60%; } }

.s-getmoreinfo__wrapper {
  -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;
  color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 992px) {
    .s-getmoreinfo__wrapper {
      padding: 10px; } }

.s-getmoreinfo__title {
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  font-size: 1.5rem;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.s-getmoreinfo__btn {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .s-getmoreinfo__btn:hover {
    background-color: #ffffff;
    color: #333; }

.s-grid {
  padding: 5vw 0; }
  .s-grid__content img {
    width: 100%; }
  .s-grid .grid-sizer, .s-grid .grid-item {
    width: calc(25% - 5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
    margin-bottom: 5px; }
  .s-grid .gutter-sizer {
    width: 5px; }

.s-text-animate {
  background-color: #f8d76e; }
  .s-text-animate__title {
    font-size: 3.5rem;
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    color: #ffffff;
    text-align: left; }
    @media (max-width: 992px) {
      .s-text-animate__title {
        font-size: 2.5rem; } }
    @media (max-width: 768px) {
      .s-text-animate__title {
        font-size: 1.5rem; } }

.s-camp-shedule__item {
  max-width: 1000px;
  margin: 5vw auto 5vw auto;
  text-align: left; }
  .s-camp-shedule__item:first-child {
    margin-top: 5vw; }
  .s-camp-shedule__item:last-child {
    margin-bottom: 0; }
    .s-camp-shedule__item:last-child .s-camp-shedule__col:before {
      display: none; }
  @media (max-width: 768px) {
    .s-camp-shedule__item {
      text-align: left;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding-left: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 30px auto; } }
  .s-camp-shedule__item:last-child:after {
    display: none; }

.s-camp-shedule__col {
  width: 60%; }
  .s-camp-shedule__col:first-child {
    text-align: right;
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    width: 30%; }
    @media (max-width: 768px) {
      .s-camp-shedule__col:first-child {
        width: 100%;
        text-align: left; } }
  .s-camp-shedule__col:last-child {
    position: relative; }
    .s-camp-shedule__col:last-child:before {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      bottom: -120px;
      left: -8.6%;
      width: 2px;
      background-color: #9b7c5f; }
      @media (max-width: 1920px) {
        .s-camp-shedule__col:last-child:before {
          bottom: -100px; } }
      @media (max-width: 1200px) {
        .s-camp-shedule__col:last-child:before {
          bottom: -80px; } }
      @media (max-width: 992px) {
        .s-camp-shedule__col:last-child:before {
          bottom: -70px; } }
      @media (max-width: 768px) {
        .s-camp-shedule__col:last-child:before {
          bottom: -75px;
          left: -29px; } }
    .s-camp-shedule__col:last-child:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      bottom: 10px;
      left: -10.5%;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #7db789; }
      @media (max-width: 992px) {
        .s-camp-shedule__col:last-child:after {
          left: -11.5%; } }
      @media (max-width: 768px) {
        .s-camp-shedule__col:last-child:after {
          left: -40px; } }
  .s-camp-shedule__col_title {
    font-size: 1.2rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400; }
  @media (max-width: 768px) {
    .s-camp-shedule__col {
      width: 100%; } }

@media (max-width: 520px) {
  .s-numbered__content {
    display: block; } }

.s-numbered__item {
  width: 30%;
  padding-top: 3vw; }
  @media (max-width: 520px) {
    .s-numbered__item {
      width: 100%; } }
  .s-numbered__item:not(:last-child) {
    margin-bottom: 20px; }

.s-numbered__num {
  width: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto 20px auto;
  font-size: 1.3rem;
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  color: #ffffff;
  background-color: #f8d76e;
  border-radius: 50%; }
  @media (max-width: 520px) {
    .s-numbered__num {
      display: inline-block;
      vertical-align: middle;
      max-width: 80px;
      margin-bottom: 0;
      margin-right: 15px; } }

.s-numbered__descr {
  text-align: center;
  font-size: 1.2rem; }
  @media (max-width: 520px) {
    .s-numbered__descr {
      display: inline-block;
      vertical-align: middle; } }

.s-season__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  padding-top: 3vw; }
  @media (max-width: 768px) {
    .s-season__content {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px; } }
  @media (max-width: 520px) {
    .s-season__content {
      grid-template-columns: repeat(1, 1fr); } }

.s-season__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -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;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
          box-shadow: 0px 0px 1px 0px rgba(110, 112, 140, 0.5);
  background: #fff;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333; }
  .s-season__item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.s-season__num {
  font-family: "SFUI-Regular", sans-serif;
  color: #9b7c5f;
  font-weight: 400; }

.s-season__date {
  font-family: "SFUI-Regular", sans-serif;
  font-weight: 400; }

.s-prices__content {
  padding-top: 5vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 768px) {
    .s-prices__content {
      display: block; } }

.s-prices__item {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 25px;
  border: 1px solid #e0e6ed;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .s-prices__item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  @media (max-width: 768px) {
    .s-prices__item {
      width: 100%; }
      .s-prices__item:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .s-prices__item:not(:last-child) {
        margin-bottom: 15px; } }
  .s-prices__item ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.s-prices__title {
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  font-weight: bold;
  font-size: 1.3rem; }

.s-prices__subtitle {
  opacity: 0.8; }

.s-prices__mainprice {
  font-size: 2.2rem;
  font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
  font-weight: bold;
  padding: 25px 0; }

.s-prices__descr {
  padding: 15px 0;
  border-bottom: 1px solid #e0e6ed; }

.s-prices__getmoreinfo {
  padding-top: 25px; }
  @media (max-width: 992px) {
    .s-prices__getmoreinfo .btn-colored {
      padding: 10px 15px; } }

.s-diplomas__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5vw; }

.s-diplomas__item {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .s-diplomas__item img {
    width: 100%; }

.s-diplomas .grid-sizer, .s-diplomas .grid-item {
  width: calc(33% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  margin-bottom: 15px; }
  @media (max-width: 520px) {
    .s-diplomas .grid-sizer, .s-diplomas .grid-item {
      width: calc(50% - 15px); } }

.s-diplomas .gutter-sizer {
  width: 15px; }

.news-inner__title {
  background-color: #7db789;
  text-align: left;
  color: #fff; }
  .news-inner__title h1 {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    font-size: 2.5rem; }
    @media (max-width: 992px) {
      .news-inner__title h1 {
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .news-inner__title h1 {
        font-size: 1.2rem; } }

.news-inner__text_title {
  font-size: 1.1rem; }

.article-inner__title {
  background-color: #7db789;
  text-align: left;
  color: #fff; }
  .article-inner__title h1 {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    font-size: 2.5rem; }
    @media (max-width: 992px) {
      .article-inner__title h1 {
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .article-inner__title h1 {
        font-size: 1.2rem; } }

.article-inner__text_title {
  font-size: 1.1rem; }

.s-underfined {
  min-height: calc(100vh - 65px); }
  .s-underfined__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .s-underfined__content {
        display: block; } }
  .s-underfined__title {
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.3rem;
    text-align: center; }
    @media (max-width: 992px) {
      .s-underfined__title {
        line-height: 1.2; } }
    @media (max-width: 768px) {
      .s-underfined__title {
        font-size: 1rem;
        margin-bottom: 5vw; } }
  .s-underfined__code {
    font-family: "SFUI-Black", "Roboto-Regular", sans-serif;
    color: #7db789;
    font-size: 6rem;
    text-align: center; }
  .s-underfined__item {
    width: 48%; }
    .s-underfined__item-travolta img {
      width: 100%; }
    @media (max-width: 768px) {
      .s-underfined__item {
        width: 100%; } }

.s-services__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.s-services__item {
  width: 23%;
  margin-top: 3vw;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 992px) {
    .s-services__item {
      width: 48%;
      margin-top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 768px) {
    .s-services__item {
      width: 100%; } }
  @media (max-width: 520px) {
    .s-services__item:not(:first-child) {
      margin-top: 10vw; } }
  .s-services__item:hover {
    -webkit-box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
            box-shadow: 0 0 10px 0px rgba(110, 112, 140, 0.5);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
    @media (max-width: 992px) {
      .s-services__item:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; } }

.s-services__img {
  width: 100%;
  font-size: 0;
  height: 45%;
  overflow: hidden; }
  .s-services__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.s-services__text {
  width: 100%;
  margin-top: 1.5em;
  padding: 0 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9rem; }
  .s-services__text-title {
    font-size: 1.1rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    line-height: 1.2; }
  .s-services__text p {
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .s-services__text {
      padding: 0; } }

@media (max-width: 768px) {
  .s-services .section__content {
    display: block; } }

.s-services__descr {
  display: none;
  padding: 5vw 15px;
  opacity: 0; }
  .s-services__descr .slider-simple {
    margin-bottom: 3vw; }
    .s-services__descr .slider-simple .owl-nav .owl-prev,
    .s-services__descr .slider-simple .owl-nav .owl-next {
      border: 0;
      outline: 0;
      position: absolute;
      top: 50%;
      color: #fff;
      margin-top: -20px;
      font-size: 0;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 9px center;
      opacity: 0.7;
      cursor: pointer; }
      .s-services__descr .slider-simple .owl-nav .owl-prev:hover,
      .s-services__descr .slider-simple .owl-nav .owl-next:hover {
        opacity: 1; }
      @media (max-width: 768px) {
        .s-services__descr .slider-simple .owl-nav .owl-prev,
        .s-services__descr .slider-simple .owl-nav .owl-next {
          display: none; } }
    .s-services__descr .slider-simple .owl-nav .owl-next {
      right: 15px; }
    .s-services__descr .slider-simple .owl-nav .owl-prev {
      left: 15px; }
    @media (max-width: 768px) {
      .s-services__descr .slider-simple .owl-dots {
        margin-top: 3vw; } }
  .s-services__descr_title {
    font-size: 1.3rem;
    font-family: "SFUI-Regular", "Roboto-Bold", sans-serif;
    font-weight: 400;
    line-height: 1.2; }

@-webkit-keyframes popup {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes popup {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }


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