.type--xs {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .type--xs {
    font-size: 10px;
  }
}
.type--sm {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .type--sm {
    font-size: 12px;
  }
}
.type--main,
h5,
p,
li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .type--main,
  h5,
  p,
  li {
    font-size: 14px;
  }
}
.type--md,
h4,
.btn--sm-fix,
.btn--md,
.btn--md-fix,
.banner-get,
.get-order,
.get-form {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .type--md,
  h4,
  .btn--sm-fix,
  .btn--md,
  .btn--md-fix,
  .banner-get,
  .get-order,
  .get-form {
    font-size: 15px;
  }
}
.type--lg,
h3,
.decription__title,
.question-text,
.course__title {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .type--lg,
  h3,
  .decription__title,
  .question-text,
  .course__title {
    font-size: 22px;
  }
}
.type--xl,
h2,
.banner-title,
.date__val,
.target__title,
.footer-title {
  font-size: 38px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .type--xl,
  h2,
  .banner-title,
  .date__val,
  .target__title,
  .footer-title {
    font-size: 24px;
  }
}
.type--xxl,
h1,
.section-title,
.payment-val {
  font-size: 48px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .type--xxl,
  h1,
  .section-title,
  .payment-val {
    font-size: 26px;
  }
}
.type--bold {
  font-weight: bold;
}
h1 {
  margin-top: 0;
  line-height: 1;
  font-weight: 300;
}
h2 {
  margin-top: 0;
  line-height: 1;
  font-weight: 300;
}
h3 {
  margin-top: 0;
  line-height: 1;
}
h4 {
  margin-top: 0;
  line-height: 1;
  font-weight: 300;
}
h5 {
  margin-top: 0;
  line-height: 1;
  font-weight: 300;
}
p {
  margin-top: 0;
}
a {
  text-decoration: none;
}
.link,
.link--mark,
.link--light {
  display: inline-block;
  position: relative;
  color: #00f;
  text-decoration: none;
}
.link:before,
.link--mark:before,
.link--light:before {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #00f;
}
.link:hover:before,
.link--mark:hover:before,
.link--light:hover:before {
  display: none;
}
.link--mark {
  color: $red;
}
.link--mark:before {
  content: '';
  background: $red;
}
.link--mark:hover {
  background: $red;
}
.link--light {
  color: #fff;
}
.link--light:before {
  content: '';
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.3);
}
.link--light:hover {
  background: #fff;
  color: #000;
}
.link--text {
  color: #00f;
  text-decoration: underline;
}
.link--text:hover {
  text-decoration: none;
}
.btn,
.btn--sm,
.btn--md,
.btn--lg,
.btn--mobile,
.btn--mark,
.btn--light,
.btn--dark,
.btn--dotted,
.btn--white,
.btn--darken,
.banner-get,
.get-order,
.get-form,
.end-btn {
  border-radius: 4px;
  transition: all 0.4s;
  display: inline-block;
  background: none;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}
.btn:hover,
.btn--sm:hover,
.btn--md:hover,
.btn--lg:hover,
.btn--mobile:hover,
.btn--mark:hover,
.btn--light:hover,
.btn--dark:hover,
.btn--dotted:hover,
.btn--white:hover,
.btn--darken:hover,
.banner-get:hover,
.get-order:hover,
.get-form:hover,
.end-btn:hover {
  cursor: pointer;
}
.btn--sm,
.end-btn {
  font-size: 16px;
  padding: 10px 30px;
}
.btn--sm .nav-icon,
.end-btn .nav-icon {
  width: 10px;
  height: 10px;
}
.btn--sm-fix {
  width: 150px;
  padding: 10px;
}
.btn--md,
.get-order {
  padding: 20px 45px;
}
.btn--md-fix,
.banner-get,
.get-form {
  padding: 15px 25px;
  width: 200px;
}
.btn--lg {
  font-size: 20px;
  padding: 10px 30px;
}
@media only screen and (max-width: 768px) {
  .btn--mobile {
    width: 100%;
    text-align: center;
  }
}
.btn--mark,
.banner-get,
.get-order,
.get-form,
.end-btn {
  color: #fff;
  background: #00f;
}
.btn--mark .nav-icon,
.banner-get .nav-icon,
.get-order .nav-icon,
.get-form .nav-icon,
.end-btn .nav-icon {
  fill: #fff;
}
.btn--mark:hover,
.banner-get:hover,
.get-order:hover,
.get-form:hover,
.end-btn:hover {
  background-color: #fff;
  border: 1px solid #00f;
  color: #00f;
}
.btn--mark:active,
.banner-get:active,
.get-order:active,
.get-form:active,
.end-btn:active {
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.45);
  border: 1px solid transparent;
}
.btn--mark input[type="submit"],
.banner-get input[type="submit"],
.get-order input[type="submit"],
.get-form input[type="submit"],
.end-btn input[type="submit"] {
  border: 0;
}
.btn--mark .nav-icon,
.banner-get .nav-icon,
.get-order .nav-icon,
.get-form .nav-icon,
.end-btn .nav-icon {
  fill: #fff;
}
.btn--light {
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.btn--light:hover {
  border: 1px solid #000;
}
.btn--light:active {
  border: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.2);
}
.btn--light .nav-icon {
  fill: #000;
}
.btn--dark {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.btn--dark:hover {
  border: 1px solid #999;
  color: #999;
}
.btn--dotted {
  border: 1px dashed #d7d7d7;
  background-color: #fff;
  text-align: center;
}
.btn--white {
  border: 1px solid rgba(255,255,255,0.9);
  color: rgba(255,255,255,0.9);
}
.btn--white .nav-icon {
  fill: rgba(255,255,255,0.9);
}
.btn--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--darken {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
  background: none;
}
.btn--darken:hover {
  border-color: #fff;
}
.btn--darken:active {
  color: rgba(255,255,255,0.3);
}
.nav-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.btn--hover {
  transform: perspective(100px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.1s;
}
.btn--hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #808080;
  border-radius: 10%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.btn--hover:hover,
.btn--hover:focus,
.btn--hover:active {
  color: #fff;
}
.btn--hover:hover:before {
  transform: scale(2);
}
.btn--hover:focus:before {
  transform: scale(2);
}
.btn--hover:active:before {
  transform: scale(2);
}
.input,
.textarea,
.select {
  padding: 15px;
  border: 1px solid #e3e3e3;
  resize: none;
  outline: 0 !important;
  font-family: $v-font;
  display: block !important;
  margin-bottom: 10px;
  background: #f7f7f8;
  transition: all 0.4s;
  color: #000;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
}
.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select::-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder,
.select:-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}
.input:hover::-webkit-input-placeholder,
.textarea:hover::-webkit-input-placeholder,
.select:hover::-webkit-input-placeholder {
  color: #000;
}
.input:hover::-moz-placeholder,
.textarea:hover::-moz-placeholder,
.select:hover::-moz-placeholder {
  color: #000;
}
.input:hover:-moz-placeholder,
.textarea:hover:-moz-placeholder,
.select:hover:-moz-placeholder {
  color: #000;
}
.input:hover:-ms-input-placeholder,
.textarea:hover:-ms-input-placeholder,
.select:hover:-ms-input-placeholder {
  color: #000;
}
.input:focus,
.textarea:focus,
.select:focus {
  border: 1px solid #00f;
}
.input--light {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.6);
  resize: none;
  outline: 0 !important;
  font-family: $v-font;
  display: block !important;
  margin-bottom: 10px;
  background: none;
  color: #fff;
  transition: all 0.4s;
}
.input--light::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.input--light::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.input--light:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
.input--light:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.input--light:hover {
  border: 1px solid #fff;
}
.input--light:hover::-webkit-input-placeholder {
  color: #fff;
}
.input--light:hover::-moz-placeholder {
  color: #fff;
}
.input--light:hover:-moz-placeholder {
  color: #fff;
}
.input--light:hover:-ms-input-placeholder {
  color: #fff;
}
.input--light:focus {
  border: 1px solid #fff;
}
.style-label {
  display: flex;
  position: relative;
  align-items: center;
}
.check-el input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.check-el .sytle-input-element {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.4s;
}
.check-el .sytle-input-element:hover {
  cursor: pointer;
}
.check-el .sytle-input-element:hover {
  border: 1px solid #000;
}
.check-el .icon-check {
  display: none;
}
.check-el .sytle-input:checked ~ .sytle-input-element {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.check-el .sytle-input:checked ~ .sytle-input-element .icon-check {
  display: block;
  fill: #000;
  width: 16px;
  height: 16px;
}
.style-label--radio input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.style-label--radio .sytle-input-element {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.style-label--radio .sytle-input-element:hover {
  cursor: pointer;
}
.style-label--radio .icon-check {
  display: none;
}
.style-label--radio .sytle-input:checked ~ .sytle-input-element {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.style-label--radio .sytle-input:checked ~ .sytle-input-element .icon-radio {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #000;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #525252;
  line-height: 1.4;
}
* {
  box-sizing: border-box;
}
li {
  margin-bottom: 20px;
}
.main-cont {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.main-cont:before,
.main-cont:after {
  content: '';
  display: table;
}
.main-cont:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .main-cont {
    width: 1200px;
  }
}
svg {
  display: none;
}
.banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 640px) {
  .banner {
    background: #b9b9b9 !important;
  }
}
.banner .main-cont {
  width: 100%;
  height: 100%;
}
.banner-title-sub {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .banner-title-sub {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.banner-title {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .banner-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-title {
    font-size: 18px;
  }
}
.banner-title-info {
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 0px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .banner-title-info {
    display: none;
  }
}
.banner-title-info:before,
.banner-title-info:after {
  content: '';
  display: table;
}
.banner-title-info:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .banner-title-info {
    width: 600px;
  }
}
.date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .date {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.date__val {
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .date__val {
    font-size: 18px;
  }
}
.date__text {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .date__text {
    font-size: 10px;
  }
}
.date__el {
  width: 31%;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 10px 0;
  }
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 130px;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .header-logo {
    width: 100px;
    height: 30px;
  }
}
.header-phone {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .header-phone {
    font-size: 14px;
  }
}
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
}
.section {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-about {
  display: flex;
  justify-content: space-between;
}
.section-about__col {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .section-about__col {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section-about__col {
    padding: 0 10px;
  }
}
.section-about__col img {
  width: 100%;
}
.section-about__col--img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section-about__col--img {
    display: none;
  }
}
.section-plan .main-cont {
  padding: 0 20px;
}
.icon-el svg {
  display: block;
}
.section-advant {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .section-advant {
    flex-wrap: wrap;
  }
}
.advant-el {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 30%;
  justify-content: flex-start;
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .advant-el {
    width: 100%;
    margin-bottom: 20px;
  }
}
.advant-el__title {
  font-size: 20px;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .advant-el__title {
    width: 100%;
    font-size: 14px;
  }
}
.advant-el__inf {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1024px) {
  .advant-el__inf {
    text-align: center;
    width: 100%;
  }
}
.advant-el__icon {
  margin-bottom: 20px;
}
.advant-el__icon img {
  width: 100px;
  height: 100px;
}
.advant-el__text {
  font-size: 14px;
}
.section--gray {
  background: #f4f4f4;
}
.section-teacher {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .section-teacher {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-teacher-cont {
  display: flex;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .section-teacher-cont {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.section-teacher__img {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .section-teacher__img {
    width: 100%;
    margin: 20px;
  }
}
.section-teacher__img img {
  width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .section-teacher__img img {
    width: 100%;
  }
}
.section-teacher__info {
  width: 48%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .section-teacher__info {
    width: 100%;
    padding: 0 10px;
  }
}
.title-type,
.two-teacher__title {
  font-size: 28px;
  color: #000;
}
.main-cont--sm {
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.main-cont--sm:before,
.main-cont--sm:after {
  content: '';
  display: table;
}
.main-cont--sm:after {
  clear: both;
}
@media only screen and (min-width: 960px) {
  .main-cont--sm {
    width: 960px;
  }
}
.img-mid {
  margin: 30px auto;
  display: block;
  width: 100%;
}
.target {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .target {
    flex-wrap: wrap;
  }
}
.target__col {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .target__col {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.payment {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .payment {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .payment {
    flex-wrap: wrap;
  }
}
.payment__col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 48%;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .payment__col {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.payment-val {
  color: #00f;
  margin: 30px 0;
  font-weight: 700;
}
.payment-val span {
  font-size: 18px;
}
.payment-sale {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 20px;
}
.payment-date {
  color: #868686;
  margin-bottom: 20px;
  text-align: center;
}
.payment-list {
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  text-align: center;
}
.payment__col-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(233,233,233,0.549);
  z-index: 10;
}
.btm-row--mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    flex-wrap: wrap;
  }
}
.footer-map {
  width: 50%;
  background: #808080;
  height: 400px;
}
@media only screen and (max-width: 640px) {
  .footer-map {
    width: 100%;
    height: auto;
    order: 2;
  }
}
.footer-info {
  width: 50%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer-info {
    padding: 20px;
    width: 100%;
    order: 1;
  }
}
.footer-info__cont {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  .footer-info__cont {
    width: 100%;
  }
}
.footer-title {
  margin-bottom: 20px;
  text-align: center;
}
.footer-text {
  text-align: center;
  margin-bottom: 20px;
}
.footer-phone,
.footer-mail {
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer-phone,
  .footer-mail {
    font-size: 16px;
  }
}
.footer-phone a,
.footer-mail a {
  color: #000;
  text-decoration: none;
}
.footer-phone span,
.footer-mail span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer-phone span img,
.footer-mail span img {
  width: 20px;
  height: 20px;
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.shrink {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  animation: slideInDown 1s 1 ease-in-out;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
}
.header-menu {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header-menu {
    display: none;
  }
}
.header-menu__el {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .header-menu__el {
    font-size: 12px;
  }
}
.modal-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 1s;
  opacity: 0;
  overflow: auto;
  background: rgba(0,0,0,0.5);
  text-align: center;
}
.modal-layer:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}
.modal-layer-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 1.4s;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .modal-layer-show {
    padding: 0;
  }
}
.modal {
  box-shadow: 0 2px 4px rgba(0,0,0,0.24);
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-20%);
  height: 1px;
  margin: -1px;
  width: 1px;
  padding: 0;
  clip: rect(0 0 0 0);
  opacity: 0;
  overflow: hidden;
}
.modal.modal__show {
  transform: translateY(0%);
  height: auto;
  clip: initial;
  margin: 0;
  opacity: 1;
  width: auto;
  transition: all 1.2s;
}
.modal-content {
  position: relative;
  padding: 20px 40px;
  background: #fff;
  max-width: 540px;
  text-align: initial;
}
@media only screen and (max-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
.modal-close:hover {
  cursor: pointer;
}
.modal-close .icon {
  width: 20px;
  height: 20px;
  fill: rgba(0,0,0,0.42);
}
@media only screen and (max-width: 768px) {
  .modal-close .icon {
    width: 18px;
    height: 18px;
  }
}
.modal-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.modal-form .input {
  width: 100%;
}
.get-form {
  width: 100%;
  margin-top: 20px;
}
.input-agree.field-error {
  padding: 10px;
  border: 1px solid #f00;
}
label.error {
  display: inline-block;
  margin-bottom: 10px;
  color: #00f;
}
.modal-true {
  padding: 20px;
}
.modal-true .icon {
  fill: #008000;
}
.get-order__text {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  font-size: 24px;
  color: #000;
}
.add-text {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .add-text {
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
.main-cont--md {
  *zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.main-cont--md:before,
.main-cont--md:after {
  content: '';
  display: table;
}
.main-cont--md:after {
  clear: both;
}
@media only screen and (min-width: 1000px) {
  .main-cont--md {
    width: 1000px;
  }
}
.two-teacher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .two-teacher {
    flex-wrap: wrap;
  }
}
.two-teacher__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70% 40%;
  background-position: top;
  margin-bottom: 20px;
}
.two-teacher__title {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .two-teacher__title {
    font-size: 20px;
  }
}
.two-teacher__text {
  text-decoration: none;
  color: #525252;
}
.two-teacher__el {
  width: 45%;
  display: block;
}
@media only screen and (max-width: 640px) {
  .two-teacher__el {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-course {
  text-align: center;
}
.section-about-course {
  padding-top: 0;
}
.end {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 9999;
}
.end-text {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.end-btn {
  margin-right: 10px;
  display: inline-block;
}
.btn-row-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-row-mid--col {
  flex-flow: column;
}
.end-btn--video {
  margin-bottom: 20px;
  padding: 20px 40px;
  text-transform: uppercase;
}
.end-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.end-btn--home {
  border: 1px solid #00f;
  background: #fff;
  color: #00f;
}
.attansion {
  background: #f8fbff;
  border: 1px solid #dfe2e6;
  border-radius: 10px;
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 20px;
  padding: 20px;
  margin: 40px auto;
}
.attansion:before,
.attansion:after {
  content: '';
  display: table;
}
.attansion:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .attansion {
    width: 600px;
  }
}
.attansion--yellow {
  background: #f6f6f6;
  text-align: left;
  width: 100%;
  border: 0;
}
.attansion--yellow p {
  font-size: 14px;
  margin-bottom: 5px;
}
.attansion--mark {
  text-align: left;
}
.banner-title--small {
  width: auto;
  margin-top: 20px;
  text-align: center;
  font-family: 'Montserrat Alternates', sans-serif;
}
@media only screen and (max-width: 640px) {
  .banner-title--small {
    margin-bottom: 20px;
  }
}
.banner-title--small b {
  color: #000;
}
.banner-title--small a {
  color: #6e6e6e;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .banner-title--small a {
    font-size: 10px;
  }
}
.banner-title--md {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .banner-title--md {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.decription {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .decription {
    flex-wrap: wrap;
    width: 100%;
  }
}
.decription__img {
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .decription__img {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
    display: none;
  }
}
.decription__img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .decription__text {
    order: 1;
    width: 100%;
  }
}
.decription__text strong {
  color: #000;
}
.decription__title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .decription__title {
    text-align: center;
  }
}
.link--mark {
  color: #00f;
  text-decoration: none;
}
.question {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #e3e3e3;
  margin: 30px 0;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .question {
    flex-wrap: wrap;
  }
}
.question .question-icon {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .question .question-icon {
    margin: 20px auto;
  }
}
.question .question-icon img {
  width: 100%;
}
.question-text {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .question-text {
    text-align: center;
  }
}
.question-cont {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 640px) {
  .question-cont {
    width: 100%;
  }
}
.question-title {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background: #f8fbff;
}
@media only screen and (max-width: 640px) {
  .end-btn--video {
    width: 100%;
    padding: 20px;
  }
  .end-title {
    font-size: 28px;
  }
}
.notice {
  border-radius: 10px;
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 20px;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  opacity: 0.8;
}
.notice:before,
.notice:after {
  content: '';
  display: table;
}
.notice:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .notice {
    width: 600px;
  }
}
.mark-block {
  background: #f8fbff;
  border: 1px solid #dfe2e6;
  border-radius: 10px;
  margin-left: auto;
  position: relative;
  width: 100%;
  padding: 30px;
  margin-top: 40px;
}
.attansion_text {
  line-height: 1.6;
}
.article-img {
  width: 100%;
  margin-bottom: 40px;
}
.footer-addtext {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-top: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.modal-text {
  text-align: center;
  margin-bottom: 30px;
}
.modal-text strong {
  color: #000;
}
.course {
  display: flex;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.4s;
  box-shadow: 0px 10px 10px #c5c2c2;
  max-width: 600px;
  margin: 100px auto 0 auto;
}
@media only screen and (max-width: 480px) {
  .course {
    flex-wrap: wrap;
  }
}
.course__img {
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .course__img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.course__img img {
  width: 100px;
}
.course__title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}
.course__text {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .course__info {
    width: 100%;
  }
}
@-moz-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
