html {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 12px;
  font-family: 'Fedra Sans Alt Pro', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  /*min-height: 100%;
  height: 100%;*/
  overflow-y: overlay;
  overflow-x: clip;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  body::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  body::-webkit-scrollbar-track {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
  body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  body::-webkit-scrollbar {
    width: 4px; }
  body.inner .main_header .side {
    width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --app-height: 100%; }

img[src=""] {
  display: none !important; }

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0; }

a {
  color: #1B69DE;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

input, select, textarea, button {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-family: 'Fedra Sans Alt Pro', Helvetica, Arial, sans-serif !important; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

video::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none; }

video {
  pointer-events: none; }

video::-webkit-media-controls-start-playback-button {
  display: none; }

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important; }

.main_header {
  padding: 40px 0 128px;
  background-color: #007555;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/pattern_bg.svg);
  background-size: auto 100%;
  position: relative; }
  .main_header > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px; }
  .main_header .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main_header .first::before {
      content: "";
      display: block;
      width: 200px; }
  .main_header .inner {
    padding: 136px 0 0;
    text-align: center; }
  .main_header h1 {
    padding: 0 0 16px;
    font-weight: 450;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #fff; }
  .main_header p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.8); }

.logo span {
  display: inline-block;
  width: 174px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/logo.svg); }

.lang_selector {
  width: 200px;
  text-align: right; }
  .lang_selector a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-decoration: none; }
    .lang_selector a:hover {
      text-decoration: underline; }

.content_wrapper {
  padding: 64px 0; }
  .content_wrapper > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px; }

.content_header {
  padding: 0 0 40px;
  text-align: center; }
  .content_header h2 {
    padding: 0 0 16px;
    font-weight: 450;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #222; }
  .content_header p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #727376; }

.courses_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px; }
  .courses_grid article {
    background-color: #f8f8f8;
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .courses_grid article:hover {
      background-color: #007853; }
      .courses_grid article:hover h3, .courses_grid article:hover p, .courses_grid article:hover .link a {
        color: #fff; }
  .courses_grid .image {
    height: 200px;
    background-color: rgba(255, 255, 255, 0.5); }
  .courses_grid img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .courses_grid .inner {
    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;
    min-height: 200px;
    padding: 32px 24px 28px; }
  .courses_grid .top {
    padding: 0 0 32px; }
  .courses_grid h3 {
    padding: 0 0 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .courses_grid p {
    font-size: 13px;
    line-height: 1.54;
    color: #727376;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .courses_grid .link a {
    font-weight: 450;
    font-size: 14px;
    line-height: 1.43;
    color: #007853;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .courses_grid .link a:hover {
      text-decoration: underline; }

.main_footer {
  padding: 32px 0; }
  .main_footer > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px; }

.copyright {
  font-size: 16px;
  line-height: 1.5;
  color: #727376; }
