@charset "UTF-8";
/* Theme Name: M2P */
/* Version: 1.0 */
/* Author: Moook */
/* Author URI: https://moook.ru */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
} */
.t-title_xxl{
span{
	word-break: break-all;
}
}
@media (max-width: 767px) {
	*,
	*::before,
	*::after {
		box-sizing: border-box !important;
	}
}

html {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
max-width: 100%;
  overflow-x: hidden !important;
}

body.open {
  overflow: hidden !important;
}

/* .container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
} */

h1 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 77px;
}

h1.left {
  text-align: left;
}

@media (max-width: 992px) {
  h1.mobile-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 77px;
}

h2.left {
  text-align: left;
}

h2.white {
  color: #fff;
}

@media (max-width: 767px) {
  h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

h3 {
  font-weight: bold;
  font-size: 29px;
  color: #000000;
  margin-bottom: 50px;
}

h3.left {
  text-align: left;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

.header-top {
  width: 100%;
  height: 140px;
  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: #fff;
}

@media (max-width: 767px) {
  .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding: 20px 0;
    padding: 0 15px;
  }
}

.header-bottom {
  background: #DBDBDB;
}

.burger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 767px) {
  .burger {
    display: block;
    height: 24px;
  }
}

.burger.open span {
  background: #fff;
}

.burger.open span:before {
  width: 15px;
  background: #fff;
}

.burger.open span:after {
  width: 30px;
  background: #fff;
}

.burger span {
  width: 40px;
  height: 3px;
  background: #FF760B;
  position: relative;
  margin-right: 0px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 9px;
}

.burger span:before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  top: -9px;
  left: 0;
  background: #FF760B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger span:after {
  content: "";
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -9px;
  left: 0;
  background: #FF760B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .main-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
}

.main-menu.open {
  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;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main-menu li.active a {
  font-weight: bold;
  background: #fff;
  color: #FF760B;
}

@media (max-width: 767px) {
  .main-menu li.active a {
    font-weight: normal;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .main-menu li {
    margin-bottom: 30px;
  }
}

.main-menu a {
  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;
  text-align: center;
  font-size: 15px;
  color: #291B05;
  height: 35px;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .main-menu a {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .main-menu a {
    height: auto;
    padding: 0;
    color: #fff;
    font-size: 20px;
  }
}

.main-menu a:hover {
  background: #fff;
  color: #FF760B;
}

.wp-block-button__link, .btn, .user-registration-Button {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -o-linear-gradient(left, #ff9668, #ff9a44, #ef9d43, #e75516);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9668), color-stop(#ff9a44), color-stop(#ef9d43), to(#e75516));
  background-image: linear-gradient(to right, #ff9668, #ff9a44, #ef9d43, #e75516);
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 126, 70, 0.45);
  box-shadow: 0 4px 5px 0 rgba(255, 126, 70, 0.45);
}

@media (max-width: 480px) {
  .wp-block-button__link, .btn {
    width: 100%;
  }
}

.wp-block-button__link:hover, .btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-dark {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -o-linear-gradient(left, #15143c, #1d1c56, #292870, #4d4cbc);
  background-image: -webkit-gradient(linear, left top, right top, from(#15143c), color-stop(#1d1c56), color-stop(#292870), to(#4d4cbc));
  background-image: linear-gradient(to right, #15143c, #1d1c56, #292870, #4d4cbc);
  -webkit-box-shadow: 0 4px 5px 0 rgba(41, 40, 112, 0.45);
  box-shadow: 0 4px 5px 0 rgba(41, 40, 112, 0.45);
}

@media (max-width: 480px) {
  .btn-dark {
    width: 100%;
  }
}

.btn-dark:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.main-screen {
  background: 50% 50% no-repeat;
  background-size: cover;
  padding: 115px 0 315px 0;
  position: relative;
}

@media (max-width: 767px) {
  .main-screen {
    padding: 40px 0;
  }
}

.main-screen__content {
  background: rgba(0, 0, 0, 0.29);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 55px 0 90px 0;
}

@media (max-width: 767px) {
  .main-screen__content {
    padding: 30px 0;
  }
}

.main-screen__content h1 {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .main-screen__content h1 {
    font-size: 27px;
    padding-right: 0;
  }
}

.main-screen__content p {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 650px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .main-screen__content p {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.hidden {
  display: none;
}

.social {
  position: absolute;
  right: 160px;
  top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1440px) {
  .social {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .social {
    position: relative;
    right: 0;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .social a {
    margin: 0 20px !important;
  }
}

.social--horizontal {
  position: relative;
  right: 0;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social--horizontal a {
  margin: 0 0 0 20px !important;
}

.social a {
  margin-bottom: 25px;
}

.social svg {
  width: 29px;
  height: 29px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social svg path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.social svg:hover {
  color: #FF760B;
}

.social svg:hover path {
  fill: #FF760B;
}

.about {
  padding: 90px 0;
  min-height: 580px;
  position: relative;
  background: url(images/bg-2.png) 0 0 no-repeat;
}

@media (max-width: 1400px) {
  .about {
    min-height: auto;
    background-size: 100% auto;
  }
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0 30px 0;
  }
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-item {
  max-width: 320px;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .about-item {
    width: calc(100%/2 - 15px);
    margin-bottom: 25px;
  }
}

.about-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 82px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about-item__icon {
    height: 50px;
  }
}

.about-item__icon img {
  max-height: 100%;
}

.about-item p {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

@media (max-width: 992px) {
  .about-item p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-item p {
    font-size: 12px;
    line-height: 16px;
  }
}

.course {
  padding: 90px 0;
}

.course--bg {
  background: 100% 100% no-repeat;
}

@media (max-width: 767px) {
  .course--bg {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .course {
    padding: 30px 0;
  }
}

.course-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 190px;
}

@media (max-width: 1280px) {
  .course-card {
    margin-bottom: 120px;
  }
}

@media (max-width: 992px) {
  .course-card {
    margin-bottom: 40px;
  }
}

.course-card:last-child {
  margin-bottom: 0;
}

.course-card:nth-child(2n-1) .course-card__image {
  left: -47px;
}

@media (max-width: 992px) {
  .course-card:nth-child(2n-1) .course-card__image {
    left: 0;
  }
}

.course-card:nth-child(2n-1) .course-card__content p {
  text-align: right;
}

@media (max-width: 992px) {
  .course-card:nth-child(2n-1) .course-card__content p {
    text-align: left;
  }
}

.course-card:nth-child(2n-1) .course-card__info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.course-card:nth-child(2n-1) .course-card__list {
  padding-left: 190px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 1280px) {
  .course-card:nth-child(2n-1) .course-card__list {
    padding-left: 15px;
  }
}

.course-card__info {
  width: 408px;
  background: #FFFFFF;
  -webkit-box-shadow: -4px 1px 23px 6px rgba(0, 0, 0, 0.13);
  box-shadow: -4px 1px 23px 6px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

@media (max-width: 992px) {
  .course-card__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}

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

.course-card__image {
  position: relative;
  top: -44px;
  left: 47px;
  width: 100%;
  background: -o-linear-gradient(341.52deg, #FDC73B 0%, #FD8E3B 100%, #FF6D00 100%);
  background: linear-gradient(108.48deg, #FDC73B 0%, #FD8E3B 100%, #FF6D00 100%);
  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-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
}

@media (max-width: 992px) {
  .course-card__image {
    top: 0;
    left: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    width: 55%;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .course-card__image {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.course-card__image img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-card__text {
  padding: 17px 15px 25px 15px;
  display: block;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

@media (max-width: 767px) {
  .course-card__text {
    font-size: 15px;
    padding: 15px;
  }
}

.course-card__content {
  padding: 0 20px 30px 60px;
  margin-top: -10px;
}

@media (max-width: 992px) {
  .course-card__content {
    width: 45%;
    padding: 23px 35px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .course-card__content {
    width: 100%;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.course-card__content p {
  font-size: 16px;
  line-height: 137.7%;
  margin-bottom: 15px;
  color: #000000;
}

@media (max-width: 767px) {
  .course-card__content p {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.course-card__cost {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #FF3D00;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .course-card__cost {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 566px) {
  .course-card__cost {
    margin-bottom: 20px;
  }
}

.course-card__btn {
  display: block;
  text-align: right;
}

@media (max-width: 992px) {
  .course-card__btn {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .course-card__btn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 566px) {
  .course-card__btn {
    width: 100%;
  }
}

.course-card__btn .btn {
  background: #292870;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 13px rgba(136, 81, 255, 0.56);
  box-shadow: 1px 1px 13px rgba(136, 81, 255, 0.56);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 0 22px;
  height: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 3px;
}

.course-card__btn .btn:hover {
  background: #FF760B;
}

.course-card__list {
  width: calc(100% - 580px);
}

@media (max-width: 1280px) {
  .course-card__list {
    width: calc(100% - 530px);
  }
}

@media (max-width: 992px) {
  .course-card__list {
    display: none;
  }
}

.course-card__list ul {
  list-style-type: disc;
}

.course-card__list ul li {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.programm {
  padding: 125px 0 156px 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}

@media (max-width: 992px) {
  .programm {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .programm {
    padding: 30px 0;
  }
}

.programm {
  position: relative;
}

.programm:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  top: 0;
  left: 0;
}

.programm__content {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
}

.programm h2 {
  color: #fff;
  margin-bottom: 15px;
}

.programm p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .programm p {
    font-size: 13px;
  }
}

.team {
  padding: 70px 0;
  background: #FFEDE0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .team {
    padding: 30px 0 60px 0;
  }
}

.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-block .team-nav {
  width: calc(48% - 30px);
}

@media (max-width: 992px) {
  .team-block .team-nav {
    width: calc(100% + 30px);
    margin: 0 -15px 20px -15px;
  }
}

.team-block .team-nav .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-block .team-nav .tabs.owl-carousel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.team-block .team-nav .tabs .item {
  background: none;
  display: block;
  cursor: pointer;
  margin: 0 13px 13px 0;
  position: relative;
  width: 185px;
  height: 177px;
}

@media (max-width: 992px) {
  .team-block .team-nav .tabs .item {
    width: 120px;
    height: 120px;
    margin: 0;
  }
}

.team-block .team-nav .tabs .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.team-block .team-nav .tabs .item.current:before {
  content: "";
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.team-block .team-nav .tabs .item.current:after {
  content: "";
  background: url(images/check-team.svg) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.team-block .team-content {
  width: calc(52% - 30px);
}

@media (max-width: 992px) {
  .team-block .team-content {
    width: 100%;
  }
}

.team-block .team-content .tab-content {
  display: none;
}

.team-block .team-content .tab-content.current {
  display: inherit;
}

.team-block .owl-dots {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 99;
}

@media (max-width: 480px) {
  .team-block .owl-dots {
    bottom: 100px;
  }
}

.team-block .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team-block .owl-dots .owl-dot.active {
  background: #292870;
}

.team-block .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.team-block .owl-nav [class*='owl-'] {
  position: absolute;
  background: rgba(255, 255, 255, 0.2) url(images/arrow-right.svg) 50% 50% no-repeat;
  background-size: 13px 22px;
  width: 50px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  text-indent: -9999px;
  border: 0;
  left: -15px;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.team-block .owl-nav [class*='owl-']:last-child {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.team-block .owl-nav [class*='owl-']:last-child {
  left: auto;
  right: -15px;
  background: rgba(255, 255, 255, 0.2) url(images/arrow-right.svg) 50% 50% no-repeat;
}

.team-block .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.2) url(images/arrow-right.svg) 50% 50% no-repeat;
}

.team-block .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.team-card {
  background: rgba(255, 143, 58, 0.1);
  border-radius: 4px;
  padding: 60px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 350px;
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .team-card {
    max-width: auto;
  }
}

@media (max-width: 566px) {
  .team-card {
    padding: 15px 15px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.team-card__image {
  width: calc(47% - 15px);
  height: 230px;
}

@media (max-width: 992px) {
  .team-card__image {
    width: 200px;
  }
}

@media (max-width: 566px) {
  .team-card__image {
    margin-bottom: 20px;
  }
}

.team-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 1px 1px 22px 7px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 22px 7px rgba(0, 0, 0, 0.06);
}

.team-card__info {
  width: calc(53% - 15px);
}

@media (max-width: 992px) {
  .team-card__info {
    width: calc(100% - 230px);
  }
}

@media (max-width: 566px) {
  .team-card__info {
    width: 100%;
    text-align: center;
  }
}

.team-card__name {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .team-card__name {
    font-size: 19px;
  }
}

.team-card__position {
  font-weight: bold;
  font-size: 19px;
  color: #FF3D00;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .team-card__position {
    font-size: 15px;
  }
}

.team-card p {
  font-size: 16px;
  color: #000000;
}

@media (max-width: 992px) {
  .team-card p {
    font-size: 13px;
  }
}

.team-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 60px;
  margin-bottom: -20px;
  position: relative;
  z-index: 11;
}

.team-card__link a {
  height: 40px;
  font-size: 18px;
  width: 140px;
}

.team-card__link a span.text-hide {
  display: none;
}

.team-card__link a.open span.text-show {
  display: none;
}

.team-card__link a.open span.text-hide {
  display: block;
}

.team-card__show {
  padding-top: 80px;
  margin-bottom: -20px;
  display: none;
  padding-bottom: 40px;
}

.team-card__show.open {
  display: block;
}

.team-card__show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: disc;
  padding-left: 20px;
}

.team-card__show ul li {
  width: calc(100%/2 - 15px);
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.team-card__show ul li a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 566px) {
  .team-card__show ul li {
    width: 100%;
  }
}

.contacts {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .contacts {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .contacts h2 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .contacts h3 {
    font-size: 18px;
    color: #FF760B;
  }
}

.contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .contacts-content {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .contacts-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .contacts-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.contacts-content__col {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .contacts-content__col {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .contacts-content__col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .contacts-content__col:last-child {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .contacts-content__col:last-child {
    max-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

@media (max-width: 767px) {
  .contacts-content__col.last {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .contacts-content__col.last h3 {
    text-align: center;
    color: #000;
  }
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-list .contact-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-list .contact-item:last-child {
  margin-bottom: 0;
}

.contacts-list .contact-item .icon {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .contacts-list .contact-item .icon {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .contacts-list .contact-item .icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.contacts-list .contact-item a {
  font-weight: bold;
  font-size: 21px;
  color: #000000;
}

@media (max-width: 767px) {
  .contacts-list .contact-item a {
    font-size: 13px;
  }
}

.couse-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.couse-list li {
  font-size: 19px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .couse-list li {
    font-size: 13px;
  }
}

.couse-list li:last-child {
  margin-bottom: 0;
}

.form-btn {
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
}

.form-btn .btn-dark {
  min-width: 300px;
}

@media (max-width: 767px) {
  .form-btn .btn-dark {
    width: 100%;
    margin-top: 5px;
  }
}

.form {
  padding: 55px 60px;
  background: #FF760B;
  width: calc(100% + 200px);
  margin: 0 -100px;
}

@media (max-width: 1180px) {
  .form {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .form {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {
  .form {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.form .form-title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  color: #FFFFFF;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .form .form-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form .form-content .flex-column {
  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;
}

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

.form .form-content .col-6 {
  width: calc(100%/2 - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form .form-content__col:first-child {
  width: 440px;
}

@media (max-width: 767px) {
  .form .form-content__col:first-child {
    width: 100%;
  }
}

.form .form-content__col:last-child {
  width: calc(100% - 450px);
}

@media (max-width: 767px) {
  .form .form-content__col:last-child {
    width: 100%;
  }
}

.form .form-content__col .ajax-loader {
  display: none;
}

.form .form-content__col input[type=text], .form .form-content__col input[type=email], .form .form-content__col input[type=tel] {
  width: 100%;
  height: 68px;
  padding: 0 30px;
  font-size: 18px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
  .form .form-content__col input[type=text], .form .form-content__col input[type=email], .form .form-content__col input[type=tel] {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.form .form-content__col input[type=text]::-webkit-input-placeholder, .form .form-content__col input[type=email]::-webkit-input-placeholder, .form .form-content__col input[type=tel]::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form .form-content__col input[type=text]::-moz-placeholder, .form .form-content__col input[type=email]::-moz-placeholder, .form .form-content__col input[type=tel]::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form .form-content__col input[type=text]:-ms-input-placeholder, .form .form-content__col input[type=email]:-ms-input-placeholder, .form .form-content__col input[type=tel]:-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form .form-content__col input[type=text]::-ms-input-placeholder, .form .form-content__col input[type=email]::-ms-input-placeholder, .form .form-content__col input[type=tel]::-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form .form-content__col input[type=text]::placeholder, .form .form-content__col input[type=email]::placeholder, .form .form-content__col input[type=tel]::placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form textarea {
  width: 100%;
  height: 280px;
  resize: vertical;
  min-height: 280px;
  padding: 23px 30px;
  font-size: 20px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
  .form textarea {
    padding: 15px;
    font-size: 16px;
  }
}

.form textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.form textarea::placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.32);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row .col-6 {
  width: calc(100%/2 - 15px);
}

main {
  padding-bottom: 150px;
}

main.terms-page {
  padding: 0;
}

@media (max-width: 767px) {
  main.main-index {
    padding-top: 0;
  }
}

main.main-inner {
  padding: 75px 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

@media (max-width: 767px) {
  main.main-inner {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  main.main-inner--top-mob-small {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  main {
    padding: 50px 0;
  }
}

footer {
  padding: 60px 0;
  background: #2A282D;
}

footer.terms-footer {
  padding-top: 135px;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}

.footer-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .footer-content-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-content-main__right {
  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;
  height: 100%;
  text-align: right;
  height: 45px;
}

@media (max-width: 767px) {
  .footer-content-main__right {
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer-content-main__right .logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-content-main__right .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
  }
  .footer-content-main__right .social a {
    margin: 0 0 7px 0 !important;
  }
}

.footer-content-main__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-content-main__center {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
    text-align: center;
  }
}

.arrow-top {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .arrow-top {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    margin-bottom: 0;
  }
}

.footer-menu li {
  margin-bottom: 15px;
}

.footer-menu li.active a {
  color: #FF760B;
}

.footer-menu a {
  font-size: 15px;
  color: #FFFFFF;
}

.copy {
  font-size: 15px;
  color: #FFFFFF;
  display: block;
  width: 100%;
}

.program-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 992px) {
  .program-page .video {
    display: none;
  }
}

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

.program-page__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media (max-width: 992px) {
  .program-page__sticky {
    position: relative;
    top: 0;
  }
}

.program-page__content {
  width: calc(100% - 500px);
}

@media (max-width: 1180px) {
  .program-page__content {
    width: calc(100% - 460px);
  }
}

@media (max-width: 992px) {
  .program-page__content {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }
}

.program-page__side {
  width: 430px;
}

@media (max-width: 992px) {
  .program-page__side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.target-course {
  padding: 50px 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
}

@media (max-width: 1180px) {
  .target-course {
    padding: 20px 15px;
  }
}

@media (max-width: 992px) {
  .target-course {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.target-course__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.target-course__title .icon {
  margin-right: 15px;
}

.target-course p {
  font-size: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.teachers {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teachers__title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .teachers__title {
    font-size: 15px;
  }
}

.teachers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .teachers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.teachers .teacher-item {
  margin-left: -10px;
}

.teachers .teacher-item img {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .teachers .teacher-item img {
    width: 55px;
    height: 55px;
  }
}

.course-more {
  background: #FF760B;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .course-more {
    width: calc(100% + 30px);
    margin: 0 -15pc 20px -15px;
  }
}

.course-more__show {
  padding: 30px 55px;
  display: none;
}

@media (max-width: 1180px) {
  .course-more__show {
    padding: 20px 15px;
  }
}

.course-more__show.open {
  display: block;
}

.course-more__show li {
  font-size: 19px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .course-more__show li {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
}

.course-more-btn {
  padding: 20px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.course-more-btn.open:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.course-more-btn.open .course-more-btn__show {
  display: none;
}

.course-more-btn.open .course-more-btn__hide {
  display: block;
}

.course-more-btn__hide {
  display: none;
}

.course-more-btn:before {
  content: "";
  background: url(images/more-arrow.svg);
  width: 26px;
  height: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 13px);
}

.course-more-btn span {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.course-information {
  padding: 30px 55px 25px 55px;
  background: #FF760B;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .course-information {
    padding: 20px 15px;
  }
}

.course-information__col {
  width: calc(100%/2 - 15px);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .course-information__col {
    width: 100%;
  }
}

.course-information__title {
  display: block;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.course-information ol {
  list-style-type: disc;
  padding-left: 15px;
}

.course-information ol li {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.course-information ul {
  list-style-type: decimal;
  padding-left: 15px;
}

.course-information ul li {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.course-bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .course-bottom {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 992px) {
  .course-bottom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

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

.course-bottom .btn-dark {
  margin-bottom: 20px;
}

.course-bottom__cost {
  font-weight: bold;
  font-size: 27px;
  color: #FF5520;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1180px) {
  .course-bottom__cost {
    margin: 0 15px 20px 15px;
  }
}

@media (max-width: 767px) {
  .course-bottom__cost {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.course-bottom__text {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.program-couse-column {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

@media (max-width: 992px) {
  .program-couse-column {
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }
}

.program-couse-column__top {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.program-couse-column__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  padding: 25px 45px;
}

@media (max-width: 1180px) {
  .program-couse-column__title {
    padding: 20px 15px;
  }
}

.program-couse-column__title .icon {
  margin-right: 15px;
}

.program-couse-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  padding: 30px 45px;
}

@media (max-width: 1180px) {
  .program-couse-item {
    padding: 20px 15px;
  }
}

.program-couse-item:last-child {
  border-bottom: 0;
}

.program-couse-item__title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .program-couse-item__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.program-couse-item__title span {
  color: #ff0000;
}

.program-couse-item li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.program-couse-item li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #C4C4C4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 767px) {
  .program-couse-item li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.program-couse-item li:last-child {
  margin-bottom: 0;
}

.services {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  padding: 45px 70px 60px 45px;
}

@media (max-width: 992px) {
  .services {
    padding: 25px 15px 60px 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.services:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
}

.services h2 {
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}

.services__content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services ul {
  list-style-type: disc;
  padding-left: 20px;
  width: calc(100%/2 - 18px);
}

@media (max-width: 992px) {
  .services ul {
    width: 100%;
  }
}

.services li {
  font-size: 19px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.service-btn {
  margin-bottom: 80px;
  text-align: right;
  padding-right: 60px;
  padding-top: 60px;
}

@media (max-width: 992px) {
  .service-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
    padding: 0;
  }
}

.services-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .services-information {
    padding-left: 0;
  }
}

.services-information__col {
  width: calc(100%/2 - 18px);
  margin-top: -40px;
}

@media (max-width: 992px) {
  .services-information__col {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.services-information__col:last-child {
  margin-top: -420px;
}

@media (max-width: 992px) {
  .services-information__col:last-child {
    margin-top: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-information-item {
  background: #FFFFFF;
  -webkit-box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin-bottom: 35px;
  padding: 40px 60px;
}

@media (max-width: 992px) {
  .services-information-item {
    padding: 20px 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.services-information-item__title {
  font-weight: bold;
  font-size: 29px;
  display: block;
  margin-bottom: 20px;
  color: #291B05;
}

@media (max-width: 992px) {
  .services-information-item__title {
    font-size: 18px;
  }
}

.services-information-item p {
  font-size: 19px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 32px;
}

.services-information-item p a {
  color: #FF760B;
}

.services-information-item p a:hover {
  text-decoration: underline;
}

.services-information-item p:last-child {
  margin-bottom: 0;
}

.services-information-item .decimal-list {
  counter-reset: li;
}

.services-information-item .decimal-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-information-item .decimal-list li:before {
  content: counter(li);
  counter-increment: li;
  font-weight: 500;
  font-size: 30px;
  color: #FD943B;
  width: 32px;
  min-width: 32px;
  display: block;
}

.services-information-item .decimal-list li span {
  width: 32px;
  min-width: 32px;
  font-weight: 500;
  font-size: 30px;
  color: #FD943B;
}

@media (max-width: 992px) {
  .services-information-item .decimal-list li span {
    min-width: 24px;
    width: 24px;
    font-size: 20px;
  }
}

.services-information-item .dots-list li {
  padding-left: 21px;
  position: relative;
}

.services-information-item .dots-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FF760B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.services-information-item li {
  font-size: 19px;
  color: #000000;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .services-information-item li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.services-information-item li:last-child {
  margin-bottom: 0;
}

.form-bg {
  position: relative;
  padding-top: 70px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.form-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.19);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: absolute;
  top: 0;
  left: 0;
}

.form-block {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 4px;
  padding: 90px 15px;
}

@media (max-width: 767px) {
  .form-block {
    padding: 30px 15px;
    margin-top: -40px;
  }
}

.form-block form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.form-block__title {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .form-block__title {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.form-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-block .row .col-6 {
  width: calc(100%/2 - 5px);
}

@media (max-width: 480px) {
  .form-block .row .col-6 {
    width: 100%;
  }
}

.form-block .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-block .form-group input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .form-block .form-group input {
    font-size: 15px;
  }
}

.form-block .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .form-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .checkbox {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .form-block .checkbox {
    margin-bottom: 30px;
  }
}

.form-block .checkbox [type="checkbox"]:not(:checked), .form-block .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.form-block .checkbox [type="checkbox"]:not(:checked) + span, .form-block .checkbox [type="checkbox"]:checked + span {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding-left: 2.3em;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1.7;
  cursor: pointer;
}

@media (max-width: 767px) {
  .form-block .checkbox [type="checkbox"]:not(:checked) + span, .form-block .checkbox [type="checkbox"]:checked + span {
    font-size: 15px;
  }
}

.form-block .checkbox [type="checkbox"]:not(:checked) + span:before, .form-block .checkbox [type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: transparent;
  border-radius: .2em;
  -webkit-transition: all .275s;
  -o-transition: all .275s;
  transition: all .275s;
}

.form-block .checkbox [type="checkbox"]:not(:checked) + span:after, .form-block .checkbox [type="checkbox"]:checked + span:after {
  content: '✓';
  position: absolute;
  top: 10px;
  left: 4px;
  font-size: 22px;
  color: #FF760B;
  line-height: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 767px) {
  .form-block .checkbox [type="checkbox"]:not(:checked) + span:after, .form-block .checkbox [type="checkbox"]:checked + span:after {
    font-size: 1.375em;
  }
}

.form-block .checkbox [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.form-block .checkbox [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.form-block .checkbox [type="checkbox"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.form-block .checkbox [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.form-block .checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #777;
}

.form-block .checkbox [type="checkbox"]:disabled + label {
  color: rgba(255, 255, 255, 0.32);
}

.form-block .checkbox [type="checkbox"]:checked:focus + span:before, .form-block .checkbox [type="checkbox"]:not(:checked):focus + span:before {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(255, 118, 11, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(255, 118, 11, 0.2);
}

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

.form-block .btn {
  width: 370px;
}

.terms {
  position: relative;
  padding-top: 70px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.terms:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.19);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: absolute;
  top: 0;
  left: 0;
}

.terms-content {
  position: relative;
  z-index: 9;
}

.terms-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.terms-content__col {
  width: calc(100%/2 - 18px);
}

@media (max-width: 992px) {
  .terms-content__col {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .terms-content__col.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cert {
  margin-bottom: -80px;
}

@media (max-width: 992px) {
  .cert {
    width: 100%;
    text-align: center;
  }
}

.cert img {
  width: 100%;
  max-width: 600px;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 425px;
  height: 60px;
  border: 1px solid #BDBDBD;
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .download {
    margin-bottom: 30px;
  }
}

.download .icon {
  margin: 0 43px 0 27px;
}

@media (max-width: 992px) {
  .download .icon {
    margin: 0 15px;
  }
}

.download__text {
  font-size: 19px;
  color: #000000;
}

@media (max-width: 992px) {
  .download__text {
    font-size: 15px;
  }
}

.download__link {
  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: #bdbdbd;
  position: absolute;
  right: 0;
  top: 0;
  height: 59px;
  width: 86px;
}

.article-block, .video-block {
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 56px;
}

.article-block__top, .video-block__top {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  padding: 40px 65px 40px 65px;
}

@media (max-width: 767px) {
  .article-block__top, .video-block__top {
    padding: 20px 25px;
  }
}

.article-block__title, .video-block__title {
  font-weight: bold;
  font-size: 29px;
  color: #291B05;
}

@media (max-width: 767px) {
  .article-block__title, .video-block__title {
    font-size: 18px;
  }
}

.article-block__tab-nav, .video-block__tab-nav {
  padding-top: 50px;
}

.article-block__tab-nav ul.tabs, .video-block__tab-nav ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

@media (max-width: 767px) {
  .article-block__tab-nav ul.tabs, .video-block__tab-nav ul.tabs {
    padding-top: 15px;
  }
}

.article-block__tab-nav ul.tabs li, .video-block__tab-nav ul.tabs li {
  background: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-right: 80px;
}

@media (max-width: 767px) {
  .article-block__tab-nav ul.tabs li, .video-block__tab-nav ul.tabs li {
    margin-right: 50px;
  }
}

.article-block__tab-nav ul.tabs li:last-child, .video-block__tab-nav ul.tabs li:last-child {
  margin-right: 0;
}

.article-block__tab-nav ul.tabs li.current, .video-block__tab-nav ul.tabs li.current {
  font-weight: bold;
}

.article-block__content .tab-content, .video-block__content .tab-content {
  display: none;
  background: #fff;
  padding: 105px 40px 40px 40px;
}

@media (max-width: 767px) {
  .article-block__content .tab-content, .video-block__content .tab-content {
    padding: 65px 15px 30px 15px;
  }
}

.article-block__content .tab-content.current, .video-block__content .tab-content.current {
  display: inherit;
}

.hint-block {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 290px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .hint-block {
    display: none;
  }
}

.hint-block__title {
  display: block;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.hint-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.hint-item:last-child {
  margin-bottom: 0;
}

.hint-item .star {
  width: 21px;
  height: 21px;
  background: url(images/star.svg);
  margin-right: 10px;
}

.hint-item .star--empty {
  background: url(images/star-empty.svg);
}

.hint-item__text {
  padding-left: 15px;
  font-size: 16px;
  color: #000000;
}

.webinars,
.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .webinars,
.articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.webinar {
  width: 100%;
  max-width: 410px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin: 0 30px;
}

@media (max-width: 992px) {
  .webinar {
    display: none;
  }
}

@media (max-width: 767px) {
  .webinar {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 992px) {
  .webinar:first-child {
    display: block;
  }
}

.webinar__top {
  background: -o-linear-gradient(341.52deg, #FDC53B 0%, #FF6D00 100%);
  background: linear-gradient(108.48deg, #FDC53B 0%, #FF6D00 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.webinar__video {
  padding: 0 25px;
  margin-top: -45px;
}

.webinar__title {
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .webinar__title {
    font-size: 15px;
  }
}

.webinar__content {
  padding: 20px 40px;
}

.webinar__content p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .webinar__content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

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

.webinar__rating .star {
  display: block;
  width: 39px;
  height: 39px;
  background: url(images/star.svg);
  background-size: 39px 39px;
  margin-right: 17px;
}

@media (max-width: 767px) {
  .webinar__rating .star {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: 25px 25px;
  }
}

.webinar__rating .star--empty {
  background: url(images/star-empty.svg);
  background-size: 39px 39px;
}

@media (max-width: 767px) {
  .webinar__rating .star--empty {
    background-size: 25px 25px;
  }
}

.watch-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 50px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .watch-more {
    margin-left: 0;
  }
}

.watch-more .icon {
  margin-left: 10px;
}

.article {
  width: 100%;
  max-width: 410px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 5px 23px 6px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin: 0 30px;
  padding: 30px 30px 20px 30px;
}

@media (max-width: 992px) {
  .article {
    display: none;
  }
}

@media (max-width: 767px) {
  .article {
    margin: 0 0 30px 0;
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .article:first-child {
    display: block;
  }
}

.article__image {
  position: relative;
  width: 100%;
  height: 210px;
  border-radius: 4px;
}

.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__image:before {
  content: "";
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article__title {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  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;
}

.article__content {
  padding: 20px 0px;
}

.article__content p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .article__content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

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

.article__read {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
}

@media (max-width: 767px) {
  .article__read {
    font-size: 15px;
  }
}

.article__read:hover {
  text-decoration: none;
}

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

.article__rating .star {
  display: block;
  width: 39px;
  height: 39px;
  background: url(images/star.svg);
  background-size: 39px 39px;
  margin-right: 17px;
}

@media (max-width: 767px) {
  .article__rating .star {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: 25px 25px;
  }
}

.article__rating .star--empty {
  background: url(images/star-empty.svg);
  background-size: 39px 39px;
}

@media (max-width: 767px) {
  .article__rating .star--empty {
    background-size: 25px 25px;
  }
}

.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);
}

.owl-carousel .owl-wrapper {
  -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 {
  -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);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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-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 - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  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 {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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%;
}

.program-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-course__col {
  width: calc(100%/2 - 50px);
}

@media (max-width: 992px) {
  .program-course__col {
    width: calc(100%/2 - 15px);
  }
}

@media (max-width: 767px) {
  .program-course__col {
    width: 100%;
  }
}

.program-course-item {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .program-course-item {
    margin-bottom: 30px;
    height: auto;
  }
}

.program-course-item__head {
  padding: 30px 15px 30px 15px;
  border: 1px solid #B1B1B1;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .program-course-item__head {
    font-size: 16px;
  }
}

.program-course-item__head span {
  display: block;
  text-transform: uppercase;
  color: red;
}

.program-course-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .program-course-item__content {
    padding-bottom: 30px;
  }
}

.program-course-item p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .program-course-item p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.program-course-item .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .program-course-item .btn {
    position: relative;
  }
}

.video-page {
  max-width: 845px;
}

.video-page__title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .video-page__title {
    font-size: 23px;
  }
}

.video-page p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .video-page p {
    font-size: 15px;
  }
}

.video-page .article__rating {
  margin-bottom: 40px;
}

.video-page .video {
  position: relative;
  width: 100%;
}

.wpcf7-not-valid-tip {
  background-color: red;
  color: white !important;
  margin-bottom: .5rem;
  padding: .3rem;
}

.wpcf7-response-output {
  background-color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: white;
}



main.main-inner.textbook-page {padding:0 0 25px;}
main.main-inner.textbook-page > .container > p {padding-left:15px;padding-right:15px;}

.head-login {
	position:absolute;
	top:50px;
	right:50px;
	display:flex;
	gap:15px;
}
.head-login a, a.articulate-fs, .prev-link a, .btn-link {
	color:#fff;
	display:inline-block;
	padding:8px 25px;
	background:rgb(251, 107, 0);
	border-radius:8px;
	font-size: 14px;
	font-weight: bold;
}
#user-registration, .user-registration {margin:15px!important;}
.user-registration-Button {margin-top:20px;}
.ur-frontend-form .ur-form-row .ur-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
	margin:0!important
}

.header-top {padding:10px 0}
.textbook-body .header-top {
  height: 80px;
  padding:0
}


@media (max-width: 1400px) {
	.main-menu a {padding:0 20px}
}
@media (max-width: 1180px) {
	.header-top a.logo {margin-right:auto}
}
@media (max-width: 767px) {
	body {height:auto;min-height:100%}
	#top {position:sticky;top:0;left:0;width:100%;z-index:50}
	.head-login {position:static;gap:5px}
	.burger {order:1}
	
	.header-top, .textbook-body .header-top {padding:10px;box-shadow:0 0 5px rgba(0,0,0,0.4)}
	.logo img {width:60px}
	
	.head-login a {
		font-weight:normal;
		font-size:11px;
		padding:3px;
	}
	.ur-frontend-form .ur-form-row .ur-form-grid {
		display: grid;
		grid-template-columns: 1fr;
	}
}	

.prev-link {
	padding:0 15px 15px;
}
.prev-link span {font-size:11px;}
.prev-link a, a.articulate-fs {width:160px;text-align:center;box-sizing: content-box !important;}
.remark {margin:20px 15px;padding:15px;background:#f2f2f2;border-left:3px solid #ee721e}

.user-registration-MyAccount-content {text-align:left!important;}
.user-registration-MyAccount-content p {margin:0 0 15px;}
.user-registration-MyAccount-content h2, #user-registration.vertical .user-registration-MyAccount-content .user-registration-profile-header {display:none!important;}

.page-579 .container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px
}

.user-registration-Button {width: auto;}
.user-registration-message {margin-bottom:20px;}
#user-registration p {margin:10px 0;font-size:14px;line-height:20px;padding:20px}

.header-top .prev-link {
  padding: 0;
  position: absolute;
  top: 23px;
  left: 15px;
	display:flex;
	gap:15px;
}
.head-login{
  top: 23px;
}
main.main-inner.textbook-page{
  padding: 0;
  overflow: hidden;
  height: calc(100vh - 80px);
}
.textbook-page iframe{
  height: calc(100vh - 80px);
}
.textbook-body .logo img{
  height: 60px;
  object-fit: contain;
}

@media (max-width: 1180px) {
	.header-top, .textbook-body .header-top {padding-left:15px;padding-right:15px;box-sizing: border-box;}
	.head-login, .header-top .prev-link {
		position:static;
	}
	.intopmenu {
		display: flex;
		gap: 15px;
		align-items: flex-start;
	}
	.textbook-body .logo img {width:auto;}
  
}
@media (max-width: 900px) {
	.head-login, .intopmenu, .header-top .prev-link {
		gap: 10px;
	}
	.head-login a, a.articulate-fs, .prev-link a, .btn-link {
		padding:8px 10px;
		font-size: 12px;
	}
}


@media (max-width: 767px) {
  .textbook-body .header-top {
    height: 53px;
  }
  .textbook-body .logo img{
    height: auto;
  }
  .textbook-body #top {position:fixed;}
  main.main-inner.textbook-page{
    padding: 53px 0 0;
    overflow: hidden;
    height: 100vh;
	height: -webkit-fill-available;
  }
  .textbook-page iframe{
    height: calc(100vh - 15px);
	max-height:-webkit-fill-available;
  }
 .textbook-body .logo img {width:60px;}
}

.mobilemenu{
  display: none;
}
.mobilemenu.active{

}
.burger2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  cursor: pointer;
  z-index: 100;
}


.mobilemenu.active .burger2 span {
  background: #fff;
}

.mobilemenu.active .burger2 span:before {
  width: 15px;
  background: #fff;
}

.mobilemenu.active .burger2 span:after {
  width: 30px;
  background: #fff;
}

.burger2 span {
  width: 40px;
  height: 3px;
  background: #FF760B;
  position: relative;
  margin-right: 0px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 9px;
}

.burger2 span:before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  top: -9px;
  left: 0;
  background: #FF760B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger2 span:after {
  content: "";
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -9px;
  left: 0;
  background: #FF760B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .mobilemenu{
    display: block;

  }
  .mobilemenu .burger2{
    height: 24px;
    display: block;
  }
  .intopmenu{
display: none;
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  .head-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
  }
  .head-login a,   .prev-link a, .btn-link{
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    background: rgb(251, 107, 0);
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 230px;
    text-align: center;
    justify-content: center;
  }
  .prev-link{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width:230px;
     
  }
  .prev-link a{
    width: 230px;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.intopmenu.opened{
  display: flex;
  flex-direction: column;
  align-items: center;

}
.intopmenu.opened .prev-link{
  display: block;
}
.overview-list__list{
margin-bottom: 60px;
}

footer#t-footer {background:#fff;padding:0;}
main.main-inner.page-350 {padding-bottom:51px;}

.user-button {
	color: #fff;
    display: inline-block;
    padding: 8px 25px;
    background: rgb(251, 107, 0);
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.youtube_ratio { 
  width: 90%;
  aspect-ratio: 16 / 9;
}
