:root {
  /* Colors */
  /* Grid */
  /* Typography */
}
/* latin & cyrillic */
@font-face {
  font-family: "Kaspersky Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Light.woff2') format('woff2'), url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Light.woff') format('woff');
}
@font-face {
  font-family: "Kaspersky Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Regular.woff2') format('woff2'), url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Regular.woff') format('woff');
}
@font-face {
  font-family: "Kaspersky Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Bold.woff2') format('woff2'), url('https://go.kaspersky.com/rs/802-IJN-240/images/KasperskySans-Bold.woff') format('woff');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Kaspersky Sans", -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
main,
details {
  display: block;
}
hr {
  box-sizing: content-box !important;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
textarea {
  overflow: auto;
  resize: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row > * {
    box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
.col {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      min-width: 0;
    }
.col-1 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 8.33333%;
    }
.col-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 16.66667%;
    }
.col-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%;
    }
.col-4 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 33.33333%;
    }
.col-5 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 41.66667%;
    }
.col-6 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%;
    }
.col-7 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 58.33333%;
    }
.col-8 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 66.66667%;
    }
.col-9 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 75%;
    }
.col-10 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 83.33333%;
    }
.col-11 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 91.66667%;
    }
.col-12 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 100%;
    }
.offset-0 {
        margin-left: 0%;
      }
.offset-1 {
        margin-left: 8.33333%;
      }
.offset-2 {
        margin-left: 16.66667%;
      }
.offset-3 {
        margin-left: 25%;
      }
.offset-4 {
        margin-left: 33.33333%;
      }
.offset-5 {
        margin-left: 41.66667%;
      }
.offset-6 {
        margin-left: 50%;
      }
.offset-7 {
        margin-left: 58.33333%;
      }
.offset-8 {
        margin-left: 66.66667%;
      }
.offset-9 {
        margin-left: 75%;
      }
.offset-10 {
        margin-left: 83.33333%;
      }
.offset-11 {
        margin-left: 91.66667%;
      }
/* @import "components/_nav.css"; */
.mktoForm {
  font-weight: 100;
}
.mktoModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mktoModal .mktoModalMask {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(29,29,27,.25);
  }
.mktoModal .mktoModalContent {
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgba(0,168,142,.25);
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    padding: 32px;
    max-width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
  }
.mktoModal .mktoModalClose {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.768 10l4.066-4.066-1.768-1.768L10 8.232 5.934 4.166 4.166 5.934 8.232 10l-4.066 4.066 1.768 1.768L10 11.768l4.066 4.066 1.768-1.768L11.768 10z' fill='%23AEAEAE'/%3E%3C/svg%3E");
    margin: 12px;
  }
.mktoModal .mktoModalMain {
    max-width: calc(100vw - 128px);
  }
input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 14px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1b;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
input:hover, textarea:hover, select:hover {
    border-color: #bde0f5;
    outline: 0;
  }
input:focus, textarea:focus, select:focus {
    border-color: #cccccc;
    border-bottom: 2px solid #23d1ae;
  }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
  }
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
  }
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
  }
input::placeholder, textarea::placeholder, select::placeholder {
    color: #999999;
    opacity: 1;
  }
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    display: none;
  }
label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 100;
  color: #999999;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mktoErrorMsg {
  font-size: 10px;
  line-height: 12px;
  color: #ff3748;
}
.mktoButton {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #ffffff;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 36px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #23d1ae;
  box-shadow: 0px 8px 32px rgba(35,209,174,.5);
}
.mktoButton:hover, .mktoButton:focus {
    background-color: #00a88e;
    box-shadow: 0px 12px 32px rgba(0,168,142,.65);
  }
.mktoButton:active {
    background-color: #265951;
    box-shadow: none;
  }
.mktoHtmlText p {
    margin: 8px 0 24px;
  }
.mktoHtmlText a {
    font-weight: bolder;
    color: #00a88e;
    text-decoration: underline;
    transition: all .3s ease;
  }
.mktoHtmlText a:hover,.mktoHtmlText a:focus {
      color: #23d1ae;
    }
.mktoRadioList,
.mktoCheckboxList {
  width: auto;
  padding: 0;
  float: none;
}
.mktoRadioList > label, .mktoCheckboxList > label {
    margin-top: 16px;
    display: block;
    width: 24px;
    height: 24px;
    min-width: auto;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
  }
.mktoRadioList > input, .mktoCheckboxList > input {
    display: none;
  }
.mktoRadioList input[name="subscriptionSingleOptIn"]:checked ~ label, .mktoRadioList input[name="requestDemo"]:checked ~ label, .mktoCheckboxList input[name="subscriptionSingleOptIn"]:checked ~ label, .mktoCheckboxList input[name="requestDemo"]:checked ~ label {
        background-color: #ffffff;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='3' fill='%2300A88E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4 8.21L11.152 18 3.6 11.747l2.502-2.508 4.724 3.912L17.58 6l2.82 2.21z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12' y1='6' x2='12' y2='18' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-position: center / contain;
        background-repeat: no-repeat;
        border: none;
      }
select {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 1l-7 7-7-7' stroke='%2323D1AE' stroke-width='2'/%3E%3C/svg%3E");
  background-position: 96% 50%;
  background-size: 14px 8px;
  background-repeat: no-repeat;
}
.mktoFieldWrap > label[for="subscriptionSingleOptIn"] {
    display: none;
  }
body {
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  color: #1d1d1b;
  min-width: 320px;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
.link {
  font-weight: bolder;
  color: #00a88e;
  text-decoration: underline;
  transition: all .3s ease;
}
.link:hover,.link:focus {
    color: #23d1ae;
  }
section {
  margin: 48px 0;
}
section.stat {
    margin-top: 0;
  }
/* Util */
.br--md {
  display: none;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
/* Navigation */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,168,142,.25);
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 90%;
  height: 80px;
  margin: auto;
}
.navbar-nav {
    cursor: pointer;
  }
.navbar-nav a {
      margin: 0 12px;
    }
.navbar__button {
    display: none;
  }
.navbar__logo {
    text-decoration: none;
    margin-right: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.navbar__logo_k {
      width: 101px;
      height: auto;
    }
.navbar__logo_a9 {
      width: 87px;
      height: auto;
    }
.navbar__lang_menu {
      display: none;
      position: absolute;
      right: -12px;
      top: 48px;
      background: #ffffff;
      box-shadow: 0px 1px 4px rgba(35,209,174,.25);
      z-index: 1;
    }
.navbar__lang_menu_button {
        padding-right: 16px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='6.78812' height='1.69703' transform='matrix(0.707095 0.707119 -0.707095 0.707119 2.40039 3.59998)' fill='%231D1D1B'/%3E %3Crect width='6.78812' height='1.69703' transform='matrix(-0.707155 0.707059 -0.707155 -0.707059 10.7998 4.79987)' fill='%231D1D1B'/%3E %3C/svg%3E");
        background-position: 100% 50%;
        background-repeat: no-repeat;
      }
.navbar__lang_menu a {
        display: block;
        margin: 12px;
      }
.show {
  display: block;
}
/* Header */
header {
  padding-top: 80px;
  overflow: hidden;
}
.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__content {
    margin-top: 32px;
  }
.header__content_title {
      margin: 0;
      margin-bottom: 32px;
      font-size: 64px;
      line-height: 64px;
      font-weight: 700;
    }
.header__content_subtitle {
      margin: 0;
      font-size: 32px;
      line-height: 36px;
      font-weight: 400;
    }
.header__image {
    width: 454px;
    height: 340px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    z-index: -1;
  }
/* Statistics */
.stat {
  text-align: center;
}
.stat__icon {
    width: 200px;
    height: 200px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.stat__title {
    margin: 0;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }
.stat__text {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
/* Button Top */
.button-top {
  padding: 64px 0;
  text-align: center;
  background: url('https://go.kaspersky.com/rs/802-IJN-240/images/sh-a9-Kaspersky_Shape1_EnergyGreen_Med.png') 50% 50% no-repeat;
  background-size: cover;
}
.button-top__title {
    margin: 0;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }
.button-top__subtitle {
    margin: 0;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
.button-top__cta {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 3px;
    display: inline-block;
    box-sizing: border-box;
    padding: 24px 36px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #1d1d1b;
    box-shadow: 0px 8px 32px rgba(29,29,27,.5);
    transition: all .3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.button-top__cta:hover, .button-top__cta:focus {
      color: #23d1ae;
      box-shadow: 0px 12px 32px rgba(29,29,27,.65);
    }
.button-top__cta:active {
      color: #00a88e;
      box-shadow: none;
    }
/* Course */
.course__desc {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
.course__box {
    margin-top: 32px;
    background: #ffffff;
    box-shadow: -5px 5px 18px rgba(35,209,174,.25);
    padding: 48px;
  }
.course__box > ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
.course__box_intro {
      margin: 0 0 32px;
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      color: #23d1ae;
    }
.course__box_text {
      margin: 0;
      font-size: 20px;
      line-height: 24px;
      font-weight: 100;
    }
.course__box_text:not(:last-child) {
        margin-bottom: 32px;
      }
.course__box_text b {
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
      }
/* Accordion */
.accordion__item {
    border-bottom: 2px solid rgba(35,209,174,.5);
  }
.accordion__item_title {
      cursor: pointer;
      padding: 24px 0;
      transition: all .3s ease;
    }
.accordion__item_title h3 {
        margin: 0;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
      }
.accordion__item_title .arrow {
        margin-left: 24px;
        transform: rotate(0);
        transition: all .3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }
.accordion__item_title .arrow.down {
          transform: rotate(180deg);
        }
.accordion__item_content {
      padding: 0px 36px 36px;
      display: none;
    }
.accordion__item_content.active {
        display: block;
      }
.accordion__item_content p {
        margin: 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: 100;
      }
.accordion__item_content p.small {
          font-size: 16px;
          line-height: 18px;
        }
.accordion__item_content p:not(:last-child) {
          margin-bottom: 24px;
        }
.button-bottom {
  text-align: center;
}
.button-bottom a {
    margin: 12px;
  }
.btn {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #ffffff;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 36px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn__course {
    background-color: #ff3748;
    box-shadow: 0px 8px 32px rgba(255,55,72,.5);
  }
.btn__course:hover, .btn__course:focus {
      background-color: #ed2939;
      box-shadow: 0px 12px 32px rgba(255,55,72,.65);
    }
.btn__course:active {
      background-color: #ed2939;
      box-shadow: none;
    }
.btn__contact {
    background-color: #23d1ae;
    box-shadow: 0px 8px 32px rgba(35,209,174,.5);
  }
.btn__contact:hover, .btn__contact:focus {
      background-color: #00a88e;
      box-shadow: 0px 12px 32px rgba(0,168,142,.65);
    }
.btn__contact:active {
      background-color: #265951;
      box-shadow: none;
    }
.note {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
}
.footer {
  margin: 16px 0;
}
.footer__text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
  }
.footer__text a {
      white-space: nowrap;
    }
.footer__text ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding: 16px 0;
    }
.footer__text ul li {
        display: inline;
        margin-left: 3px;
      }
.footer__text ul li:before {
          content: 'â€¢';
          margin-right: 4px;
        }
@media (min-width: 576px) {
    .container {
      max-width: 544px;
    }
        .col--sm {
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
          min-width: 0;
        }
        .col--sm-1 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 8.33333%;
        }
        .col--sm-2 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 16.66667%;
        }
        .col--sm-3 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 25%;
        }
        .col--sm-4 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 33.33333%;
        }
        .col--sm-5 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 41.66667%;
        }
        .col--sm-6 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 50%;
        }
        .col--sm-7 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 58.33333%;
        }
        .col--sm-8 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 66.66667%;
        }
        .col--sm-9 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 75%;
        }
        .col--sm-10 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 83.33333%;
        }
        .col--sm-11 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 91.66667%;
        }
        .col--sm-12 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 100%;
        }
          .offset--sm-0 {
            margin-left: 0%;
          }
          .offset--sm-1 {
            margin-left: 8.33333%;
          }
          .offset--sm-2 {
            margin-left: 16.66667%;
          }
          .offset--sm-3 {
            margin-left: 25%;
          }
          .offset--sm-4 {
            margin-left: 33.33333%;
          }
          .offset--sm-5 {
            margin-left: 41.66667%;
          }
          .offset--sm-6 {
            margin-left: 50%;
          }
          .offset--sm-7 {
            margin-left: 58.33333%;
          }
          .offset--sm-8 {
            margin-left: 66.66667%;
          }
          .offset--sm-9 {
            margin-left: 75%;
          }
          .offset--sm-10 {
            margin-left: 83.33333%;
          }
          .offset--sm-11 {
            margin-left: 91.66667%;
          }
  .navbar__logo {
    margin-right: 32px;
  }
    .navbar__logo_k {
      width: auto;
    }
    .navbar__logo_a9 {
      width: 122px;
      height: 47px;
    }
    .navbar {
      width: 544px;
    }
}
@media (min-width: 768px) {
    .container {
      max-width: 736px;
    }
        .col--md {
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
          min-width: 0;
        }
        .col--md-1 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 8.33333%;
        }
        .col--md-2 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 16.66667%;
        }
        .col--md-3 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 25%;
        }
        .col--md-4 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 33.33333%;
        }
        .col--md-5 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 41.66667%;
        }
        .col--md-6 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 50%;
        }
        .col--md-7 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 58.33333%;
        }
        .col--md-8 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 66.66667%;
        }
        .col--md-9 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 75%;
        }
        .col--md-10 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 83.33333%;
        }
        .col--md-11 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 91.66667%;
        }
        .col--md-12 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 100%;
        }
          .offset--md-0 {
            margin-left: 0%;
          }
          .offset--md-1 {
            margin-left: 8.33333%;
          }
          .offset--md-2 {
            margin-left: 16.66667%;
          }
          .offset--md-3 {
            margin-left: 25%;
          }
          .offset--md-4 {
            margin-left: 33.33333%;
          }
          .offset--md-5 {
            margin-left: 41.66667%;
          }
          .offset--md-6 {
            margin-left: 50%;
          }
          .offset--md-7 {
            margin-left: 58.33333%;
          }
          .offset--md-8 {
            margin-left: 66.66667%;
          }
          .offset--md-9 {
            margin-left: 75%;
          }
          .offset--md-10 {
            margin-left: 83.33333%;
          }
          .offset--md-11 {
            margin-left: 91.66667%;
          }
  .br--md {
    display: block;
  }
  .navbar__button {
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 24px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 76px;
    font-weight: 400;
    height: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #23d1ae;
    transition: all .3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
    .navbar {
      width: 736px;
    }
    .header__content {
      margin: 0;
    }
    .header__image {
      left: -192px;
    }
  .btn {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
        .col--lg {
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
          min-width: 0;
        }
        .col--lg-1 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 8.33333%;
        }
        .col--lg-2 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 16.66667%;
        }
        .col--lg-3 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 25%;
        }
        .col--lg-4 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 33.33333%;
        }
        .col--lg-5 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 41.66667%;
        }
        .col--lg-6 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 50%;
        }
        .col--lg-7 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 58.33333%;
        }
        .col--lg-8 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 66.66667%;
        }
        .col--lg-9 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 75%;
        }
        .col--lg-10 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 83.33333%;
        }
        .col--lg-11 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 91.66667%;
        }
        .col--lg-12 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 100%;
        }
          .offset--lg-0 {
            margin-left: 0%;
          }
          .offset--lg-1 {
            margin-left: 8.33333%;
          }
          .offset--lg-2 {
            margin-left: 16.66667%;
          }
          .offset--lg-3 {
            margin-left: 25%;
          }
          .offset--lg-4 {
            margin-left: 33.33333%;
          }
          .offset--lg-5 {
            margin-left: 41.66667%;
          }
          .offset--lg-6 {
            margin-left: 50%;
          }
          .offset--lg-7 {
            margin-left: 58.33333%;
          }
          .offset--lg-8 {
            margin-left: 66.66667%;
          }
          .offset--lg-9 {
            margin-left: 75%;
          }
          .offset--lg-10 {
            margin-left: 83.33333%;
          }
          .offset--lg-11 {
            margin-left: 91.66667%;
          }
    .navbar {
      width: 960px;
    }
  .course__desc { margin-top: 36px; }
  .course__box { margin: 0; }
    .footer__text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
    }
      .footer__text ul {
        padding-left: 32px;
      }
    .footer__icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
    }
}
@media (min-width: 1200px) {
    .container {
      max-width: 1168px;
    }
        .col--xl {
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
          min-width: 0;
        }
        .col--xl-1 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 8.33333%;
        }
        .col--xl-2 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 16.66667%;
        }
        .col--xl-3 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 25%;
        }
        .col--xl-4 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 33.33333%;
        }
        .col--xl-5 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 41.66667%;
        }
        .col--xl-6 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 50%;
        }
        .col--xl-7 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 58.33333%;
        }
        .col--xl-8 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 66.66667%;
        }
        .col--xl-9 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 75%;
        }
        .col--xl-10 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 83.33333%;
        }
        .col--xl-11 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 91.66667%;
        }
        .col--xl-12 {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 100%;
        }
          .offset--xl-0 {
            margin-left: 0%;
          }
          .offset--xl-1 {
            margin-left: 8.33333%;
          }
          .offset--xl-2 {
            margin-left: 16.66667%;
          }
          .offset--xl-3 {
            margin-left: 25%;
          }
          .offset--xl-4 {
            margin-left: 33.33333%;
          }
          .offset--xl-5 {
            margin-left: 41.66667%;
          }
          .offset--xl-6 {
            margin-left: 50%;
          }
          .offset--xl-7 {
            margin-left: 58.33333%;
          }
          .offset--xl-8 {
            margin-left: 66.66667%;
          }
          .offset--xl-9 {
            margin-left: 75%;
          }
          .offset--xl-10 {
            margin-left: 83.33333%;
          }
          .offset--xl-11 {
            margin-left: 91.66667%;
          }
    .navbar {
      width: 1168px;
    }
    .header__image {
      left: 0px;
    }
}
@media (max-width: 474px) {
  .header__image {
    left: -64px;
  }
}

.googleRecaptcha {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}