@font-face {
  font-family: "Lato";
  src: url("../../../fonts/Lato-Light.woff2") format("woff2"), url("../../../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../../fonts/Lato-Bold.woff2") format("woff2"), url("../../../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../../fonts/Lato-Regular.woff2") format("woff2"), url("../../../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-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 {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #FAFCFF;
}
body.open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1175px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}
.container--fuild {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .container--fuild {
    padding: 0;
  }
}

header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 11;
}
@media (max-width: 992px) {
  header {
    top: 0;
  }
}

.burger {
  display: none;
  position: absolute;
  width: 26px;
  height: 23px;
  cursor: pointer;
  z-index: 111;
  right: 15px;
}
.burger.open:before {
  background: #000;
  transform: rotate(-45deg);
  top: 8px;
  height: 2px;
}
.burger.open:after {
  background: #000;
  top: 8px;
  transform: rotate(45deg);
  height: 2px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #000;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #000;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 26px;
  height: 23px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #000;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}

.header-content {
  position: relative;
}
@media (max-width: 992px) {
  .header-content {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  .header-content {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.header-top {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(116, 95, 133, 0.13);
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .header-top {
    height: 50px;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.header-top__discription {
  color: #676767;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .header-top__discription {
    font-size: 11px;
  }
}

.logo {
  border-right: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #161616;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.69px;
  text-transform: uppercase;
  height: 75px;
  margin-right: 27px;
}
@media (max-width: 992px) {
  .logo {
    height: 50px;
    font-size: 18px;
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .header-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FAFCFF;
    z-index: 12;
    padding: 0px 5px 0 20px;
    height: 100vh;
  }
}
.header-menu.open {
  display: block;
}
@media (max-width: 992px) {
  .header-menu nav {
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 24px;
  }
}
.header-menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .header-menu ul {
    flex-direction: column;
  }
}
.header-menu ul li {
  margin-right: 8px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .header-menu ul li {
    margin: 0 0 28px 0;
  }
}
.header-menu ul li.active a {
  color: #000;
  background: #FFF;
  font-weight: 700;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.header-menu ul li a {
  padding: 7px 18px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .header-menu ul li a {
    color: #676767;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.header-menu ul li a:hover {
  background: #FFF;
  color: #000;
}

.excellence {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .excellence {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.excellence-item {
  width: calc(33.3333333333% - 20px);
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(116, 95, 133, 0.13);
  padding: 32px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .excellence-item {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .excellence-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .excellence-item:last-child {
    margin-bottom: 0;
  }
}
.excellence-item__icon {
  display: flex;
  align-items: center;
  height: 64px;
  width: 64px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .excellence-item__icon {
    width: 40px;
    height: 40px;
  }
}
.excellence-item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.excellence-item__title {
  display: block;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .excellence-item__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.excellence-item p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.54px;
}
@media (max-width: 992px) {
  .excellence-item p {
    font-size: 14px;
  }
}

.numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .numbers {
    justify-content: flex-start;
    overflow-y: auto;
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .numbers {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-left: 10px;
  }
}

.number-item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 12px;
  border-radius: 15px;
  border: 1px solid #D2D2D2;
  padding: 35px 40px;
}
@media (max-width: 992px) {
  .number-item {
    width: 250px;
    min-width: 250px;
    padding: 25px;
    margin-right: 8px;
  }
}
.number-item__icon {
  width: 88px;
  height: 88px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .number-item__icon {
    width: 68px;
    height: 68px;
  }
}
.number-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.number-item__title {
  display: block;
  color: #050505;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 112.5% */
  letter-spacing: 1.44px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .number-item__title {
    color: #050505;
    font-size: 34px;
    line-height: 54px; /* 158.824% */
    letter-spacing: 1.02px;
    margin-bottom: 0;
  }
}
.number-item p {
  color: #363636;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media (max-width: 992px) {
  .number-item p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.study {
  border-radius: 20px;
  background: linear-gradient(109deg, #FFD467 13.76%, #FFE898 85.55%);
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .study {
    border-radius: 0;
  }
}
.study .study-bg {
  background: url(../img/yellow-bg.png) repeat;
  padding-top: 30px;
}
.study__image {
  width: 380px;
}
@media (max-width: 767px) {
  .study__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.study__image img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .study__image img {
    max-width: 380px;
    margin-right: -40px;
  }
}
.study__content {
  width: calc(100% - 500px);
}
@media (max-width: 992px) {
  .study__content {
    width: calc(100% - 400px);
  }
}
@media (max-width: 767px) {
  .study__content {
    width: 100%;
    margin-bottom: 30px;
    order: -2;
  }
}
.study__title {
  display: block;
  color: #050505;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 112.5% */
  letter-spacing: 1.44px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .study__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.84px;
  }
}
@media (max-width: 767px) {
  .study__title {
    text-align: center;
  }
  .study__title br {
    display: none;
  }
}
.study p {
  color: #050505;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  max-width: 440px;
}
@media (max-width: 992px) {
  .study p {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
  }
}
@media (max-width: 767px) {
  .study p {
    text-align: center;
    max-width: 100%;
    padding: 0 30px;
  }
}

.study-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .study-content {
    flex-direction: column;
  }
}

footer {
  background: #2C2C2C;
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}

.footer-top {
  padding-bottom: 60px;
  margin-bottom: 7px;
  border-bottom: 1px solid #3F3F3F;
}
@media (max-width: 767px) {
  .footer-top {
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
}

.footer-title {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
  display: block;
  margin-bottom: 18px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
}
.footer-menu li {
  margin-right: 26px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-menu li {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer-menu li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  text-decoration-line: underline;
}
.footer-menu li a:hover {
  text-decoration: none;
}

.footer-bottom {
  padding-bottom: 32px;
}
.footer-bottom p {
  color: #C8C8C8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  max-width: 800px;
  line-height: 150%; /* 18px */
}

.footer-logo {
  display: inline-block;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.78px;
  margin-bottom: 15px;
}

.copy {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}

h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px; /* 121.429% */
    margin-bottom: 20px;
  }
}

h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 112.5% */
  letter-spacing: 1.44px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 34px; /* 121.429% */
    margin-bottom: 24px;
  }
}
h2 small {
  display: block;
  padding-top: 12px;
  color: #363636;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  h2 small {
    font-size: 16px;
    padding-top: 12px;
  }
}

.offers {
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  .offers {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .offers h3 {
    padding-right: 90px;
  }
}

.offers-content {
  display: flex;
  flex-wrap: wrap;
}
.offers-content.hide {
  display: none;
}

.offers-item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .offers-item {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.offers-item:nth-child(4n+4) {
  margin-right: 0;
}

.offers-btn-block {
  position: relative;
}
.offers-btn-block:before {
  content: "";
  position: absolute;
  top: -66px;
  width: 100%;
  height: 66px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFF 100%);
}

.offers-btn {
  border-radius: 5px;
  background: #FFF;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
  border-color: rgb(255, 174, 80);
  background: rgb(255, 174, 80);
}
.offers-btn.hide {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}
.offers-btn.hide .icon {
  color: #fff;
}
.offers-btn.hide .offers-btn__hide {
  display: none;
}
.offers-btn.hide .offers-btn__show {
  display: block;
}
.offers-btn.hide .icon {
  transform: rotate(-180deg);
  color: #000;
}
.offers-btn__show {
  display: none;
}
.offers-btn .icon {
  position: relative;
  bottom: -2px;
  width: 11px;
  height: 7px;
  color: #fff;
  margin-left: 10px;
  transition: 0.5s;
}

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

.steps {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .steps {
    flex-wrap: wrap;
  }
}

.step {
  width: 15.6%;
  border-radius: 15px;
  background: #F4F7FC;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 310px;
}
@media (max-width: 992px) {
  .step {
    min-height: 70px;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
    padding-right: 60px;
  }
}
.step.active {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(116, 95, 133, 0.13);
  width: 33.4%;
}
@media (max-width: 992px) {
  .step.active {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.step.active .step__number {
  color: #FFA944;
}
@media (max-width: 992px) {
  .step.active .step__number {
    margin-bottom: 16px;
  }
}
.step.active .step__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
@media (max-width: 992px) {
  .step.active .step__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.step.active .step__title br {
  display: none;
}
.step.active .step__arrow {
  display: none;
}
.step.active p {
  display: block;
}
.step.active .step__btn {
  display: block;
}
@media (max-width: 992px) {
  .step.active .step__btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .step.active .btn {
    width: 100%;
    border-radius: 8px;
  }
}
.step__number {
  display: block;
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%; /* 64.38px */
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .step__number {
    font-size: 42px;
    margin: 0 24px 0 0;
  }
}
.step__title {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .step__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.step__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media (max-width: 992px) {
  .step__arrow {
    width: 60px;
    height: 100%;
    right: 0;
    bottom: 0;
    left: auto;
  }
}
.step p {
  display: none;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.51px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .step p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.step__btn {
  display: none;
}

.btn {
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  height: 46px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .btn {
    border-radius: 0;
    font-size: 17px;
  }
}
.btn:hover {
  background: #FFD954 100%;
}
.btn:hover:before {
  opacity: 0;
}
.btn span {
  position: relative;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFD954 0%, #FFBA88 100%);
  transition: 0.5s;
  opacity: 1;
}

.possibilities-block {
  padding-top: 40px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .possibilities-block {
    padding-bottom: 125px;
    padding-top: 0;
  }
}

.possibilities-bg {
  background: url(../img/yellow-bg.png) repeat;
  display: flex;
  justify-content: flex-end;
  height: 460px;
  position: relative;
}
@media (max-width: 767px) {
  .possibilities-bg {
    height: auto;
  }
}

.possibilities-position {
  position: absolute;
  width: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .possibilities-position {
    position: relative;
    padding: 30px 20px 210px 20px;
  }
}

.possibilities {
  background: linear-gradient(109deg, #6A67FF 13.76%, #DE98FF 85.55%);
  border-radius: 20px 0 0 20px;
  height: 460px;
}
@media (max-width: 767px) {
  .possibilities {
    height: auto;
    border-radius: 0;
  }
}
.possibilities__image-mobile {
  display: none;
  position: absolute;
  right: -80px;
  bottom: -100px;
}
@media (max-width: 767px) {
  .possibilities__image-mobile {
    display: block;
  }
}
.possibilities__content {
  height: calc(100% - 40px);
}
.possibilities__title {
  display: block;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 112.5% */
  letter-spacing: 1.44px;
  margin-bottom: 24px;
  max-width: 700px;
}
@media (max-width: 992px) {
  .possibilities__title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 31px; /* 110.714% */
  }
}
.possibilities p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  max-width: 500px;
}
@media (max-width: 992px) {
  .possibilities p {
    font-size: 14px;
    max-width: 300px;
  }
}
.possibilities__image {
  position: relative;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .possibilities__image {
    display: none;
  }
}
.possibilities__image img {
  border-radius: 0 20px 20px 0;
  height: 500px;
  display: block;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .possibilities__image img {
    width: 400px;
    -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.possibilities__image:before {
  content: "";
  width: 20px;
  height: 500px;
  background: #FAFCFF;
  position: absolute;
  left: 2px;
  top: 0px;
  transform: rotate(4deg);
}

.course-selection {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(116, 95, 133, 0.13);
  margin-bottom: 27px;
  padding: 23px 32px 13px 32px;
  position: relative;
}
@media (max-width: 767px) {
  .course-selection {
    padding: 23px 27px 13px 27px;
    margin-bottom: 13px;
  }
}
.course-selection:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}
@media (max-width: 767px) {
  .course-selection:before {
    display: none;
  }
}
.course-selection__title {
  display: block;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .course-selection__title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}

.filter {
  display: flex;
  justify-content: space-between;
}
.filter__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .filter__content {
    flex-wrap: nowrap;
    max-width: calc(100% + 54px);
    margin: 0 -27px;
    padding-left: 27px;
    overflow-x: auto;
  }
}
.filter__view {
  width: 50px;
  min-width: 50px;
  margin-left: 20px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .filter__view {
    display: none;
  }
}

.filter-tile {
  cursor: pointer;
}
.filter-tile.active .icon, .filter-tile:hover .icon {
  color: rgb(255, 174, 80);
}
.filter-tile .icon {
  width: 17px;
  height: 17px;
  color: rgb(214, 214, 214);
  transition: 0.5s;
}

.filter-fuild {
  cursor: pointer;
}
.filter-fuild.active .icon, .filter-fuild:hover .icon {
  color: rgb(255, 174, 80);
}
.filter-fuild .icon {
  width: 17px;
  height: 17px;
  color: rgb(214, 214, 214);
  transition: 0.5s;
}

.filter-item {
  position: relative;
  margin: 0 10px 10px 0;
}
.filter-item .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.filter-item label {
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 30px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 8px;
  transition: 0.5s;
}
.filter-item:hover label {
  color: #141414;
}
.filter-item.active label {
  background: #FFD954;
  color: #141414;
}

.course-catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .course-catalog {
    width: calc(100% + 20px);
    margin: 0 -10px 20px -10px;
  }
}

.course {
  width: calc(50% - 15px);
  padding: 20px 20px 80px 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(116, 95, 133, 0.13);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .course {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0;
    padding: 0;
  }
}
@media (min-width: 993px) {
  .course--fuild {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
  .course--fuild .btn {
    width: 356px !important;
  }
  .course--fuild .course__image {
    width: 356px;
    height: 242px;
    margin-bottom: 0;
  }
  .course--fuild .course__image img {
    height: 180px;
  }
  .course--fuild .course__content {
    width: calc(100% - 390px);
    padding-bottom: 90px;
  }
  .course--fuild .course__info {
    display: flex;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
  }
  .course--fuild .info-item {
    margin-right: 10px;
    padding: 7px 10px 4px 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0;
  }
  .course--fuild .info-item:last-child {
    margin-right: 0;
  }
  .course--fuild .info-item__number {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .course--fuild .info-item__number span {
    margin-left: 0;
  }
}
.course__content {
  position: relative;
}
@media (max-width: 767px) {
  .course__content {
    padding: 20px 20px 62px 20px;
  }
}
.course__rating {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #FFF;
  width: 62px;
  height: 28px;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  z-index: 9;
}
@media (max-width: 767px) {
  .course__rating {
    top: 10px;
    left: 10px;
  }
}
.course__rating .icon {
  margin-right: 5px;
}
.course__rating .icon img {
  display: block;
}
.course__image {
  display: block;
  position: relative;
  width: 100%;
  height: 255px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .course__image {
    height: 164px;
    margin-bottom: 0;
  }
}
.course__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .course__image img {
    border-radius: 0;
  }
}
.course h4 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.69px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .course h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.course p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .course p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.course .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .course .btn {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
}

.info-item {
  border-radius: 10px;
  background: #F4F8FD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 10px 10px 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.info-item:last-child {
  margin-bottom: 0;
}
.info-item__title {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.39px;
  margin-bottom: 3px;
}
.info-item__number {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.info-item__number strong {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.57px;
}
.info-item__number span {
  color: #FF5252;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  text-decoration: line-through;
  margin-left: 16px;
}

.popular {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .popular {
    width: calc(100% + 20px);
    margin: 0 -10px 10px -10px;
  }
}

.left-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .left-top {
    display: none;
  }
}

.left-bottom {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .left-bottom {
    display: none;
  }
}

.right-top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
@media (max-width: 992px) {
  .right-top {
    display: none;
  }
}

.right-bottom {
  position: absolute;
  right: 0;
  bottom: -130px;
  z-index: 9;
}
@media (max-width: 992px) {
  .right-bottom {
    display: none;
  }
}

.main-slider {
  height: 100vh;
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .main-slider {
    padding: 0;
    margin-bottom: 12px;
    height: auto;
  }
}

.slide {
  position: relative;
  height: calc(100vh - 20px);
  width: 100%;
}
@media (max-width: 992px) {
  .slide {
    height: auto;
    padding-top: 86px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slide {
    padding-bottom: 0;
    height: calc(80vh - 80px);
  }
  .swiper-slide:not(.swiper-slide-active) .slide {
    opacity: 0;
  }
}
.slide .container {
  height: 100%;
}
.slide__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .slide__img img {
    border-radius: 0;
  }
}

.swiper-pagination {
  display: none;
}
@media (max-width: 1440px) {
  .swiper-pagination {
    display: block;
  }
}

@media (max-width: 992px) {
  .swiper-pagination {
    bottom: 70px !important;
  }
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #FFA944;
}

.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff url(../img/slider-arrow.svg) 50% 50% no-repeat;
  left: 40px;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev:hover {
  background-color: #FFA944;
}

.swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff url(../img/slider-arrow.svg) 50% 50% no-repeat;
  right: 40px;
  transform: rotate(-180deg);
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next:hover {
  background-color: #FFA944;
}

.slide-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  height: 100%;
  align-items: center;
  padding-top: 140px;
}
@media (max-width: 992px) {
  .slide-content {
    padding-top: 0;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.slide__content {
  width: calc(100% - 386px);
}
@media (max-width: 992px) {
  .slide__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.slide__title {
  display: block;
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px; /* 102.273% */
  letter-spacing: 1.32px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .slide__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px; /* 103.571% */
    letter-spacing: 0.84px;
  }
}
.slide p {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .slide p {
    font-size: 14px;
    max-height: 120px;
    overflow: hidden;
  }
}
.slide__info {
  display: flex;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .slide__info {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slide__info {
    flex-direction: column;
  }
}
.slide__btn {
  width: 300px;
}
@media (max-width: 767px) {
  .slide__btn {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.slide__btn .btn {
  height: 60px;
}
.slide__image {
  width: 356px;
  height: 313px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .slide__image {
    order: -2;
    width: 74px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 4px;
  }
}
.slide__image img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .slide__image img {
    max-width: 60%;
    max-height: 60%;
  }
}

.slide-info-item {
  padding: 10px 15px 10px 10px;
  margin-right: 18px;
  border-radius: 10px;
  background: #FFF;
  min-width: 154px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .slide-info-item {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: space-between;
    padding: 8px 10px;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.slide-info-item__title {
  display: block;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.39px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .slide-info-item__cost {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.slide-info-item__cost strong {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.57px;
}
@media (max-width: 767px) {
  .slide-info-item__cost strong {
    font-size: 17px;
    letter-spacing: 0.45px;
  }
}
.slide-info-item__cost span {
  display: block;
  color: #FF5252;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .slide-info-item__cost span {
    font-size: 12px;
    letter-spacing: 0.36px;
    margin-left: 8px;
  }
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #D86D0A;
  z-index: 20;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
  background: #D86D0A !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #D86D0A;
}

.mCSB_scrollTools {
  z-index: 20;
  height: calc(100vh - 40px);
  margin-right: -5px;
}