@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  margin: 0;
}

#wrapper > .section > .container{
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
}

.my-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1150px;
}
.my-container.big {
  max-width: 1334px;
}
.my-container.flex {
  display: flex;
}
.my-container.pd-left {
  padding-right: 0px;
  max-width: 100%;
  padding-left: 21%;
}

.swiper-container.pd-left {
  padding-left: 21%;
  padding-right: 21%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 12px;
  cursor: pointer;
  padding-bottom: 12px;
  border-radius: 30px;
  background: linear-gradient(90deg, #ECB802 0%, #FF7629 100%);
  box-shadow: 0px 0px 15px rgba(246, 124, 100, 0.3);
  background-repeat: no-repeat;
  border: none;
}
.btn:hover {
  background: linear-gradient(90deg, #ECB802 100%, #FF7629 0%);
  color: #fff;
}
.btn.dw {
  padding-left: 61px;
  position: relative;
  padding-right: 27px;
}
.btn.dw::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/dw-icn.svg);
  left: 28px;
  top: 12px;
}
.btn.white {
  color: #000;
  background: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.arr-right {
  font-size: 24px;
  line-height: 28px;
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 81px;
  padding-right: 108px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.btn.arr-right::after {
  content: "";
  position: absolute;
  right: 75px;
  top: 50%;
  width: 21px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/arr-white.svg);
}

.h1 {
  display: block;
  color: #333333;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.h2 {
  display: block;
  color: #000000;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.s-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.s-breadcrumbs ul li {
  margin-right: 4px;
}
.s-breadcrumbs ul li:last-child {
  margin-right: 0px;
}
.s-breadcrumbs ul li a,
.s-breadcrumbs ul li span {
  display: block;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.s-breadcrumbs ul li span {
  color: #C9C9C9;
}

.bg-gray {
  background: #FAFAFA;
}

.bg-purple {
  background: #292C5B;
}

.def-inp.brs input {
  border: 1px solid #7A7A7A;
  border-radius: 54px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.def-inp input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  border: 0px solid #000;
  outline: none;
  border-bottom: 1px solid #ECB802;
  padding: 0;
  padding-bottom: 3px;
  padding-right: 15px;
}
.def-inp input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: inherit;
}
.def-inp input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: inherit;
}
.def-inp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: inherit;
}
.def-inp input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: inherit;
}

.white-form {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  padding: 50px;
}
.white-form .wf-hdr {
  display: block;
  color: #000000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 41px;
}
.white-form .wf-rows {
  margin-bottom: 51px;
}
.white-form .wf-rows .def-inp {
  margin-bottom: 30px;
}
.white-form .wf-rows .def-inp:last-child {
  margin-bottom: 0px;
}
.white-form .btn.purple {
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.nav-btm .def-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-btm .def-arrows.no-circle .swiper-button-next {
  top: -17px;
  right: 38%;
  transform: translateX(50%);
  margin: 0;
}
.nav-btm .def-arrows.no-circle .swiper-button-next::before {
  width: 20px;
  height: 36px;
  background: url(../img/swiper-button-next.svg);
}
.nav-btm .def-arrows.no-circle .swiper-button-prev {
  top: -17px;
  left: 38%;
  transform: translateX(-50%);
  margin: 0;
}
.nav-btm .def-arrows.no-circle .swiper-button-prev::before {
  width: 20px;
  height: 36px;
  background: url(../img/swiper-button-prev.svg);
}
.nav-btm .def-arrows .swiper-pagination.def-pag {
  position: relative;
  width: auto;
  margin-left: 71px;
  margin-right: 71px;
}

.def-arrows .swiper-button-next,
.def-arrows .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #ECB802;
  margin-top: -20px;
  top: 45.5%;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.def-arrows .swiper-button-next::before, .def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-prev::before,
.def-arrows .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  background: url(../img/swiper-next.svg);
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-prev::after {
  background: url(../img/swiper-next_yellow.svg);
  opacity: 0;
}
.def-arrows .swiper-button-next:hover,
.def-arrows .swiper-button-prev:hover {
  background: #fff;
}
.def-arrows .swiper-button-next:hover::before,
.def-arrows .swiper-button-prev:hover::before {
  opacity: 0;
}
.def-arrows .swiper-button-next:hover::after,
.def-arrows .swiper-button-prev:hover::after {
  opacity: 1;
}
.def-arrows .swiper-button-next {
  right: 60px;
}
.def-arrows .swiper-button-prev {
  left: 60px;
}
.def-arrows .swiper-button-prev::before {
  background: url(../img/swiper-prev.svg);
  left: 45%;
}
.def-arrows .swiper-button-prev::after {
  left: 45%;
  background: url(../img/swiper-prev_yellow.svg);
}
.def-arrows.no-circle .swiper-button-next,
.def-arrows.no-circle .swiper-button-prev {
  border-radius: 0px;
  background: transparent;
}
.def-arrows.no-circle .swiper-button-next::before, .def-arrows.no-circle .swiper-button-next::after,
.def-arrows.no-circle .swiper-button-prev::before,
.def-arrows.no-circle .swiper-button-prev::after {
  width: 18px;
  height: 31px;
  background: url(../img/noc-swiper-next.svg);
  background-repeat: no-repeat;
}
.def-arrows.no-circle .swiper-button-next::after,
.def-arrows.no-circle .swiper-button-prev::after {
  display: none;
}
.def-arrows.no-circle .swiper-button-next:hover::before,
.def-arrows.no-circle .swiper-button-prev:hover::before {
  opacity: 1;
}
.def-arrows.no-circle .swiper-button-prev {
  left: 60px;
}
.def-arrows.no-circle .swiper-button-prev::before {
  background: url(../img/noc-swiper-prev.svg);
  background-repeat: no-repeat;
}

.swiper-pagination.def-pag {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.swiper-pagination.def-pag .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #D9D9D9;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  transition: width 0.5s ease, background 0.5s ease, border-radius 0s ease;
  opacity: 1;
}
.swiper-pagination.def-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ECB802;
  border-radius: 10px;
  width: 25px;
}
.swiper-pagination.def-pag.white-bg .swiper-pagination-bullet {
  background: #D9D9D9;
}
.swiper-pagination.def-pag.white-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ECB802;
}
.swiper-pagination.def-pag.circ-pag .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.swiper-pagination.def-pag.circ-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ECB802;
  box-shadow: none;
}

.rb-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
}
.rb-wrap .container {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  user-select: none;
  color: #000000;
}
.rb-wrap .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rb-wrap .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #000;
  border-radius: 50%;
}
.rb-wrap .container input:checked ~ .checkmark {
  background-color: #000;
}

.btn-def {
  display: inline-block;
  color: #5862F5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.btn-def:hover {
  color: #000;
}

.custom-select.def-select .select-items div {
  transition: all 0.5s ease;
}
.custom-select.def-select .select-items div,
.custom-select.def-select .select-selected {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  border: 1px solid #ecb802;
  border-radius: 3px;
  padding-top: 13px;
  padding-left: 25px;
  padding-bottom: 13px;
  padding-right: 25px;
}
.custom-select.def-select .select-selected {
  padding-right: 50px;
}
.custom-select.def-select .select-selected:after {
  width: 24px;
  height: 14px;
  border: 0px solid #000;
  background: url(../img/df-sel.svg);
  top: 50%;
  margin-top: -6px;
  right: 15px;
}
.custom-select.def-select .select-arrow-active.select-selected::after {
  transform: rotate(180deg);
}
.custom-select.def-select .select-items div:hover {
  color: #ecb802;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  width: 10px;
  background: #626262 !important;
  opacity: 1 !important;
}

.s-top-banner {
  position: relative;
  padding-top: 22px;
}
.s-top-banner.with-bg {
  padding-top: 44px;
}
.s-top-banner.with-bg::after {
  display: none;
}
.s-top-banner.with-bg .stb-img {
  position: absolute;
  width: auto;
  height: auto;
  right: 34.5%;
  transform: translateX(50%);
  top: auto;
  bottom: 138px;
}
.s-top-banner.with-bg .stb-img img {
  display: block;
  max-width: 100%;
}
.s-top-banner.with-bg .stb-block {
  margin-bottom: 54px;
}
.s-top-banner.with-bg .stb-block .stb-b-hdr {
  font-size: 40px;
  line-height: 115%;
  max-width: 540px;
  margin-bottom: 19px;
}
.s-top-banner.with-bg .stb-block .stb-b-descr,
.s-top-banner.with-bg .stb-block .btn {
  margin-left: 20px;
}
.s-top-banner .s-breadcrumbs .my-container,
.s-top-banner .stb-block .my-container {
  max-width: 1187px;
}
.s-top-banner .s-breadcrumbs {
  margin-bottom: 62px;
}
.s-top-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35.7%;
  height: 100%;
  background: #3B3842;
}
.s-top-banner .stb-img {
  width: 314px;
  height: 314px;
  position: absolute;
  right: 35.7%;
  top: 38px;
  z-index: 1;
  transform: translateX(50%);
  border-radius: 10px;
  overflow: hidden;
}
.s-top-banner .stb-img span {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-top-banner .stb-block {
  margin-bottom: 93px;
  position: relative;
  z-index: 1;
}
.s-top-banner .stb-block .stb-b-descr {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #4A4A4A;
  margin-bottom: 26px;
  max-width: 467px;
}
.s-top-banner .stb-block .stb-b-hdr {
  display: block;
  color: #333333;
  font-size: 34px;
  line-height: 115%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 16px;
  max-width: 510px;
  margin-bottom: 29px;
}
.s-top-banner .stb-block .stb-b-hdr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: calc(100% - 14px);
  background: linear-gradient(180deg, #ECB802 0%, #FF7629 100%);
}
.s-top-banner .srb-btm {
  background: #4B4951;
  position: relative;
  z-index: 1;
  padding-top: 31px;
  padding-bottom: 27px;
}
.s-top-banner .srb-btm .srb-items {
  display: flex;
  justify-content: space-between;
}
.s-top-banner .srb-btm .srb-items .srb-itm {
  flex: auto;
  max-width: 255px;
  margin-left: 10px;
  width: 100%;
  margin-right: 10px;
}
.s-top-banner .srb-btm .srb-items .srb-itm:last-child {
  margin-right: 0px;
}
.s-top-banner .srb-btm .srb-items .srb-itm:first-child {
  margin-left: 0px;
}
.s-top-banner .srb-btm .srb-items .srb-itm .srb-i-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 11px;
}
.s-top-banner .srb-btm .srb-items .srb-itm .srb-i-descr {
  display: block;
  color: #BCBCBC;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.s-course-details {
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-course-details .scd-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.s-course-details .scd-block .scd-mobile-select {
  margin-bottom: 30px;
  display: none;
}
.s-course-details .scd-block .scd-nav {
  display: flex;
  background: #FAFAFA;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  cursor: pointer;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm:hover {
  background: #fff;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm span {
  color: #000;
  transition: all 0.5s ease;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm.active {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 15px;
  background: #fff;
}
.s-course-details .scd-block .scd-nav .scd-nv-itm.active span {
  background: linear-gradient(88.33deg, #ECB802 -11.28%, #FF7629 105.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.s-course-details .scd-block .scd-content-wrap {
  position: relative;
  z-index: 1;
}
.s-course-details .scd-block .scd-content-wrap .scd-content {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 20px 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.s-course-details .scd-block .scd-content-wrap .scd-content.active {
  display: block;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items {
  display: flex;
  flex-wrap: wrap;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm {
  position: relative;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  min-height: 103px;
  cursor: pointer;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm:hover {
  text-decoration: none;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm.active::before, .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm:hover::before {
  background: linear-gradient(90deg, #ecb802 0, #ff7629 100%);
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm.active::after, .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm:hover::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm.active .scd-text::after, .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm:hover .scd-text::after {
  opacity: 0;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C9C9C9;
  border-radius: 10px;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 10px;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 103px;
  height: 100%;
  z-index: 2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text {
  height: calc(100% - 2px);
  top: 1px;
  width: calc(100% - 2px);
  left: 1px;
  padding-left: 123px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-right: 70px;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text::after {
  content: "";
  position: absolute;
  right: 18px;
  transition: opacity 0.5s ease, right 0s ease;
  top: 50%;
  width: 14px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/right-arr.svg);
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text .scd-t-descr {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text .scd-t-descr .bold {
  font-weight: 700;
}

.s-program-learn {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-program-learn .spl-content-wrap .spl-content {
  display: none;
}
.s-program-learn .spl-content-wrap .spl-content.active {
  display: block;
}
.s-program-learn .spl-content-wrap .spl-content .spl-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-top .btn.dw {
  top: -2px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding-top: 68px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top {
  display: flex;
  margin-bottom: 37px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left {
  width: 50%;
  padding-right: 15px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left .spl-bt-l-hdr {
  display: block;
  color: #000000;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 16px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left .spl-bt-l-hdr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 2px;
  background: linear-gradient(180deg, #ECB802 0%, #FF7629 100%);
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  justify-content: flex-end;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr {
  color: #333333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  margin-right: 71px;
  margin-bottom: 10px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr.time {
  padding-left: 40px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url(../img/time-icn.svg);
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr:last-child {
  margin-right: 0px;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-items .spl-b-itm {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-items .spl-b-itm:first-child {
  border-top: 1px solid #C4C4C4;
}

.spl-btm {
  display: flex;
  background: url(../img/spl_bg.jpg) 50%;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 92px;
  padding-top: 50px;
  padding-bottom: 47px;
  justify-content: space-between;
}
.spl-btm .spl-b-left {
  width: 100%;
  max-width: 418px;
  padding-right: 15px;
  padding-top: 5px;
}
.spl-btm .spl-b-left .spl-bl-hdr {
  display: block;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.spl-btm .spl-b-left .spl-bl-hdr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 141px;
  height: 2px;
  background: #fff;
}
.spl-btm .spl-b-left .spl-bl-descr {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.spl-btm .spl-b-right {
  width: 100%;
  max-width: 256px;
}
.spl-btm .spl-b-right .spl-br-mail,
.spl-btm .spl-b-right .spl-br-phone {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-left: 41px;
  margin-bottom: 19px;
}
.spl-btm .spl-b-right .spl-br-mail::before,
.spl-btm .spl-b-right .spl-br-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url(../img/mail-icn.svg);
}
.spl-btm .spl-b-right .spl-br-phone::before {
  background: url(../img/phone-icn.svg);
  width: 26px;
  height: 26px;
}
.spl-btm .spl-b-right .spl-inp {
  margin-bottom: 10px;
}
.spl-btm .spl-b-right .spl-inp input {
  display: block;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  background: transparent;
}
.spl-btm .spl-b-right .spl-inp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.spl-btm .spl-b-right .spl-inp input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.spl-btm .spl-b-right .spl-inp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.spl-btm .spl-b-right .spl-inp input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.spl-btm .spl-b-right .btn.white {
  width: 100%;
  text-align: center;
}

.s-calc {
  padding-top: 73px;
  padding-bottom: 120px;
}
.s-calc .h1 {
  margin-bottom: 40px;
}
.s-calc .sc-nav {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.s-calc .sc-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 50px;
  box-sizing: border-box;
}
.s-calc .sc-nav .sc-nv-itm {
  width: 33.33%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(1) {
  z-index: 3;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(2) {
  z-index: 2;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(3) {
  z-index: 1;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(3) span {
  padding-right: 42px;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(3) span::before, .s-calc .sc-nav .sc-nv-itm:nth-child(3) span::after {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url(../img/flag-gray.svg);
}
.s-calc .sc-nav .sc-nv-itm:nth-child(3) span::after {
  background: url(../img/flag-black.svg);
}
.s-calc .sc-nav .sc-nv-itm:nth-child(2)::before, .s-calc .sc-nav .sc-nv-itm:nth-child(2)::after, .s-calc .sc-nav .sc-nv-itm:nth-child(3)::before, .s-calc .sc-nav .sc-nv-itm:nth-child(3)::after {
  border-radius: 0 50px 50px 0;
}
.s-calc .sc-nav .sc-nv-itm:nth-child(2)::after, .s-calc .sc-nav .sc-nv-itm:nth-child(3)::after {
  left: 0;
  width: calc(100% - 1px);
}
.s-calc .sc-nav .sc-nv-itm:nth-child(2).active::before, .s-calc .sc-nav .sc-nv-itm:nth-child(3).active::before {
  left: -16px;
  width: calc(100% + 16px);
}
.s-calc .sc-nav .sc-nv-itm:nth-child(2).active::after, .s-calc .sc-nav .sc-nv-itm:nth-child(3).active::after {
  left: -16px;
  width: calc(100% + 13px);
}
.s-calc .sc-nav .sc-nv-itm.active span {
  color: #000;
}
.s-calc .sc-nav .sc-nv-itm.active span::before {
  opacity: 0;
}
.s-calc .sc-nav .sc-nv-itm.active span::after {
  opacity: 1;
}
.s-calc .sc-nav .sc-nv-itm.active::before {
  background: linear-gradient(90deg, #ecb802 0, #ff7629 100%);
}
.s-calc .sc-nav .sc-nv-itm.active::after {
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.s-calc .sc-nav .sc-nv-itm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DFDFDF;
  border-radius: 50px;
}
.s-calc .sc-nav .sc-nv-itm::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 50px;
}
.s-calc .sc-nav .sc-nv-itm span {
  color: #9A9A9A;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  padding-right: 36px;
}
.s-calc .sc-nav .sc-nv-itm span::before, .s-calc .sc-nav .sc-nv-itm span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 21px;
  height: 16px;
  background: url(../img/arr-gray.svg);
  transition: all 0.5s ease;
}
.s-calc .sc-nav .sc-nv-itm span::after {
  background: url(../img/arr-black.svg);
  opacity: 0;
}
.s-calc .sc-content-wrap .sc-content {
  display: none;
}
.s-calc .sc-content-wrap .sc-content.active {
  display: block;
}
.s-calc .sc-content-wrap .sc-content .scc-hdr {
  display: block;
  color: #6F6F6F;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.s-calc .sc-content-wrap .sc-content .scc-one {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 43px;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap {
  max-height: 358px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex {
  flex-wrap: wrap;
  display: flex;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm {
  border: 1px solid #CECECE;
  border-radius: 10px;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 100px;
  position: relative;
  cursor: pointer;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm.active::before {
  border-color: #FB881E;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm.active::after {
  display: block;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm::before {
  content: "";
  position: absolute;
  border: 1px solid #1B1B1B;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  background: url(../img/cb-icn.svg);
  right: 34px;
  top: 50%;
  margin-top: -4.5px;
  display: none;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm .bold {
  font-weight: 700;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm:nth-child(odd) {
  margin-right: 5px;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm:nth-child(even) {
  margin-left: 5px;
}
.s-calc .sc-content-wrap .sc-content .scc-one .scc-btn-wrap {
  text-align: center;
}
.s-calc .sc-content-wrap .sc-content .scc-two {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .my-container {
  max-width: 390px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-hdr {
  margin-bottom: 39px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-hdr.small-margin {
  margin-bottom: 20px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider {
  position: relative;
  border: 0px solid #000;
  background: #E1E1E1;
  height: 6px;
  margin-bottom: 62px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider::before, .s-calc .sc-content-wrap .sc-content .scc-two .scc-slider::after {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #8C8C8C;
  border-radius: 50%;
  content: "";
  top: 50%;
  margin-top: -5px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider::before {
  left: -5px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider::after {
  right: -5px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider .ui-slider-handle {
  width: 57px;
  height: 24px;
  border: 1px solid #F88F1A;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  outline: none;
  top: -9px;
  color: #000;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider .ui-slider-handle::before, .s-calc .sc-content-wrap .sc-content .scc-two .scc-slider .ui-slider-handle::after {
  width: 14px;
  height: 16px;
  background: url(../img/slider-arr.svg);
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider .ui-slider-handle::before {
  transform: rotate(180deg);
  left: -17px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-slider .ui-slider-handle::after {
  right: -17px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items {
  margin-bottom: 40px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm {
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 37px;
  padding-right: 15px;
  margin-bottom: 8px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm::before {
  content: "";
  position: absolute;
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  left: 14px;
  top: 16px;
  border-radius: 50%;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm::after {
  content: "";
  position: absolute;
  background: #ECB802;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 16px;
  top: 18px;
  display: none;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm:hover {
  border-color: #f88f1a;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm.active {
  border-color: #f88f1a;
}
.s-calc .sc-content-wrap .sc-content .scc-two .scc-loc-items .scc-lc-itm.active::after {
  display: block;
}
.s-calc .sc-content-wrap .sc-content .scc-two .btn.arr-right {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 35px;
}
.s-calc .sc-content-wrap .sc-content .scc-two .btn.arr-right::after {
  right: 118px;
}
.s-calc .sc-content-wrap .sc-content .scc-three {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-calc .sc-content-wrap .sc-content .scc-three .my-container {
  max-width: 390px;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-hdr {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 11px;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-hdr::before {
  background: #ECB802;
  left: 0;
  width: 135px;
  height: 3px;
  position: absolute;
  bottom: 0;
  content: "";
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-descr {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 136.19%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 21px;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp {
  margin-bottom: 40px;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp input {
  display: block;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #F88E1B;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 11px;
  background: transparent;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp input::-webkit-input-placeholder {
  color: #C7C7C7;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp input:-moz-placeholder {
  color: #C7C7C7;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp input::-moz-placeholder {
  color: #C7C7C7;
}
.s-calc .sc-content-wrap .sc-content .scc-three .scc-inp input:-ms-input-placeholder {
  color: #C7C7C7;
}
.s-calc .sc-content-wrap .sc-content .scc-three .btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.s-response {
  background: #4B4951;
  padding-top: 57px;
  padding-bottom: 63px;
}
.s-response .sr-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.s-response .sr-top .h1 {
  color: #fff;
  padding-right: 15px;
}
.s-response .sr-top .srt-img {
  position: relative;
  top: 6px;
}
.s-response .sr-top .srt-img img {
  display: block;
  max-width: 100%;
}
.s-response .srt-descr {
  display: block;
  color: #C4C4C4;
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.s-response .srt-items {
  display: flex;
  flex-wrap: wrap;
}
.s-response .srt-items .srt-itm {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(50% - 15px);
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.s-response .srt-items .srt-itm:nth-child(odd) {
  margin-right: 15px;
}
.s-response .srt-items .srt-itm:nth-child(even) {
  margin-left: 15px;
}
.s-response .srt-items .srt-itm .srt-i-descr {
  display: block;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.s-response .srt-items .srt-itm .srt-i-price {
  display: block;
  color: #ECB802;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.s-response .srt-btm-descr {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.s-advantages {
  padding-top: 90px;
  padding-bottom: 60px;
}
.s-advantages .h1 {
  margin-bottom: 40px;
}
.s-advantages .sa-items {
  display: flex;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}
.s-advantages .sa-items .sa-itm {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
.s-advantages .sa-items .sa-itm .sai-img {
  height: 132px;
  position: relative;
}
.s-advantages .sa-items .sa-itm .sai-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-advantages .sa-items .sa-itm .sai-text {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 27px;
}
.s-advantages .sa-items .sa-itm .sai-text .sai-t-hdr {
  display: block;
  color: #464646;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
.s-advantages .sa-items .sa-itm .sai-text .sai-t-descr {
  display: block;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.s-graphic {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-graphic .h1 {
  margin-bottom: 39px;
}
.s-graphic .sg-items {
  display: flex;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}
.s-graphic .sg-items .sg-itm {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 40px;
  padding-bottom: 98px;
}
.s-graphic .sg-items .sg-itm .sgi-days {
  display: flex;
  margin-bottom: 30px;
}
.s-graphic .sg-items .sg-itm .sgi-days .sgi-day {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ECB802;
  background: #fff;
  border-radius: 2px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
}
.s-graphic .sg-items .sg-itm .sgi-days .sgi-day:last-child {
  margin-right: 0px;
}
.s-graphic .sg-items .sg-itm .sgi-days .sgi-day.active {
  background: #ECB802;
  color: #fff;
}
.s-graphic .sg-items .sg-itm .sgi-text .sgi-t-hdr {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 155%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 13px;
  margin-bottom: 17px;
  position: relative;
}
.s-graphic .sg-items .sg-itm .sgi-text .sgi-t-hdr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ECB802;
  width: 234px;
  height: 2px;
}
.s-graphic .sg-items .sg-itm .sgi-text .sgi-t-descr {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.s-graphic .sg-items .sg-itm .sgi-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 37px;
  background: #F8F8F8;
  border-radius: 0 0 5px 5px;
}
.s-graphic .sg-items .sg-itm .sgi-btm .sgi-b-time {
  display: block;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-left: 40px;
}
.s-graphic .sg-items .sg-itm .sgi-btm .sgi-b-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  background: url(../img/time-icn_orange.svg);
}

.s-trust {
  padding-top: 51px;
  padding-bottom: 112px;
}
.s-trust .h1 {
  margin-bottom: 30px;
}
.s-trust .st-slider .swiper-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.s-trust .st-slider .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 130px;
  width: 253px;
}
.s-trust .st-slider .swiper-slide .sts-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex;
  justify-content: center;
  padding: 5px 15px;
}
.s-trust .st-slider .swiper-slide .sts-logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.s-law {
  background: #4B4951;
  padding-top: 78px;
  padding-bottom: 70px;
}
.s-law .sl-block {
  position: relative;
  padding-left: 96px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 96px;
}
.s-law .sl-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ecb802 0, #ff7629 100%);
  border-radius: 10px;
}
.s-law .sl-block::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #4B4951;
  border-radius: 10px;
}
.s-law .sl-block p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 150.19%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.s-sign {
  background: #4B4951;
  padding-top: 71px;
  padding-bottom: 90px;
}
.s-sign .h1 {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 54px;
}
.s-sign .h1 span {
  color: #ECB802;
}
.s-sign .ss-block {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.s-sign .ss-block .ss-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.s-sign .ss-block .ss-left .ssl-hdr {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 33.8px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 33px;
}
.s-sign .ss-block .ss-left .ssl-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.s-sign .ss-block .ss-right {
  width: 50%;
  padding-right: 71px;
  padding-left: 71px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.s-sign .ss-block .ss-right .def-inp {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.s-sign .ss-block .ss-right .def-inp .di-descr {
  color: #707C8B;
  font-size: 15px;
  line-height: 135%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -12px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  z-index: 1;
  left: 12px;
}
.s-sign .ss-block .ss-right .def-inp input {
  display: block;
  border: 1px solid #B5BBC2;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
}
.s-sign .ss-block .ss-right .ssr-btm {
  padding-top: 2px;
}
.s-sign .ss-block .ss-right .ssr-btm .btn {
  border: 0px solid #000;
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.s-sign .ss-block .ss-right .ssr-btm .ssr-b-descr {
  display: block;
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.s-sign .ss-block .ss-right .ssr-btm .ssr-b-descr a {
  border-bottom: 1px solid #000;
}
.s-sign .ss-block .ss-right .ssr-btm .ssr-b-descr a:hover {
  border-color: transparent;
  color: #ecb802;
}

.s-teachers {
  padding-top: 62px;
  padding-bottom: 60px;
}
.s-teachers .h1 {
  margin-bottom: 38px;
}
.s-teachers .st-slider {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  margin-bottom: 24px;
}
.s-teachers .st-slider .def-arrows.no-circle .swiper-button-prev,
.s-teachers .st-slider .def-arrows.no-circle .swiper-button-next {
  top: 50%;
}
.s-teachers .st-slider .def-arrows.no-circle .swiper-button-prev {
  left: -52px;
}
.s-teachers .st-slider .def-arrows.no-circle .swiper-button-next {
  right: -50px;
}
.s-teachers .st-slider .swiper-slide {
  width: 100%;
}
.s-teachers .st-slider .swiper-slide .sts-itm {
  display: block;
  position: relative;
  padding-left: 366px;
  padding-top: 53px;
  padding-right: 61px;
  padding-bottom: 58px;
  border-radius: 20px;
  overflow: hidden;
}
.s-teachers .st-slider .swiper-slide .sts-itm .sts-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 326px;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
.s-teachers .st-slider .swiper-slide .sts-itm .sts-i-name {
  display: block;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.s-teachers .st-slider .swiper-slide .sts-itm .sts-i-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ECB802;
  width: 123px;
  height: 2px;
}
.s-teachers .st-slider .swiper-slide .sts-itm .sts-i-status {
  display: block;
  color: #828282;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 31px;
}
.s-teachers .st-slider .swiper-slide .sts-itm p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 36px;
  max-width: 445px;
}
.s-teachers .st-slider .swiper-slide .sts-itm .sts-i-btn {
  display: block;
  text-align: right;
  color: #ECB802;
  font-size: 16px;
  line-height: 130%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.s-teachers .nav-btm .def-pag {
  position: relative;
}

.s-course-gallery {
  padding-top: 121px;
  padding-bottom: 59px;
}
.s-course-gallery .h1 {
  color: #000;
  margin-bottom: 60px;
}
.s-course-gallery .scg-slider {
  margin-bottom: 73px;
}
.s-course-gallery .scg-slider .swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
.s-course-gallery .scg-slider .swiper-slide {
  width: 540px;
  height: 335px;
}
.s-course-gallery .scg-slider .swiper-slide .scg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.s-course-gallery .scg-slider .swiper-slide .scg-image span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

.s-students-reviews {
  padding-top: 74px;
  padding-bottom: 114px;
}
.s-students-reviews .h1 {
  color: #000;
  margin-bottom: 59px;
}
.s-students-reviews .ssr-btn-wrap {
  text-align: center;
  display: none;
}
.s-students-reviews .ssr-slider {
  margin-bottom: 63px;
}
.s-students-reviews .ssr-slider .swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
.s-students-reviews .ssr-slider .swiper-slide {
  width: 539px;
  padding-left: 70px;
}
.s-students-reviews .ssr-slider .swiper-slide .ssr-itm {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 0px 18px 18px 18px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 19px;
}
.s-students-reviews .ssr-slider .swiper-slide .ssr-itm .ssr-i-photo {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: -70px;
  border-radius: 15px;
  top: 0;
}
.s-students-reviews .ssr-slider .swiper-slide .ssr-itm .ssr-i-name {
  display: block;
  color: #ECB802;
  font-size: 18px;
  line-height: 136.19%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.s-students-reviews .ssr-slider .swiper-slide .ssr-itm p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 136.19%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.s-students-reviews .ssr-slider .swiper-slide .ssr-itm .ssr-i-date {
  display: block;
  text-align: right;
  color: #A5A5A5;
  font-size: 18px;
  line-height: 136.19%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.s-students-reviews .nav-btm .def-arrows .btn {
  position: absolute;
  right: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.s-format {
  padding-top: 71px;
  padding-bottom: 71px;
}
.s-format .h1 {
  margin-bottom: 48px;
}
.s-format .sf-mobile-descr {
  display: none;
}
.s-format .sf-mobile-select {
  display: none;
}
.s-format .sf-nav-items {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.s-format .sf-nav-items .sf-nv {
  width: 33.33%;
  text-align: center;
  border-bottom: 2px solid #EBEBEB;
  transition: all 0.5s ease;
  cursor: pointer;
  padding-bottom: 20px;
}
.s-format .sf-nav-items .sf-nv:hover, .s-format .sf-nav-items .sf-nv.active {
  border-color: #ecb802;
}
.s-format .sf-nav-items .sf-nv:hover .sfn-img, .s-format .sf-nav-items .sf-nv.active .sfn-img {
  filter: grayscale(0);
}
.s-format .sf-nav-items .sf-nv:hover .sfn-descr, .s-format .sf-nav-items .sf-nv.active .sfn-descr {
  color: #ecb802;
}
.s-format .sf-nav-items .sf-nv .sfn-img {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.s-format .sf-nav-items .sf-nv .sfn-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.s-format .sf-nav-items .sf-nv .sfn-descr {
  display: block;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
}
.s-format .sf-content-wrap .sf-content {
  display: none;
}
.s-format .sf-content-wrap .sf-content.active {
  display: block;
}
.s-format .sf-content-wrap .sf-content .sfc-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  padding-left: 65px;
  padding-right: 445px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn {
  display: none;
}
.s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn img {
  display: block;
  max-width: 100%;
}
.s-format .sf-content-wrap .sf-content .sfc-block .sfc-bg {
  width: 380px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F2691C;
  background-size: cover;
  background-position: 50%;
  object-fit: cover;
}
.s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr {
  display: block;
  color: #000000;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 4px;
  background: #ECB802;
  left: 0;
  bottom: 0;
}
.s-format .sf-content-wrap .sf-content .sfc-block p {
  margin: 0;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.s-format .sf-content-wrap .sf-content .sfc-block p:last-child {
  margin-bottom: 0px;
}

.s-docs {
  padding-top: 121px;
  padding-bottom: 120px;
}
.s-docs .sd-block {
  background: #4B4951;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: flex;
}
.s-docs .sd-block .sdb-right {
  width: 444px;
}
.s-docs .sd-block .sdb-right .white-form {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 61px;
  padding-top: 59px;
  height: 100%;
}
.s-docs .sd-block .sdb-right .white-form .wf-hdr {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 21px;
}
.s-docs .sd-block .sdb-right .white-form .wf-hdr::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 3px;
  background: #ECB802;
  content: "";
}
.s-docs .sd-block .sdb-right .white-form .wf-descr {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
}
.s-docs .sd-block .sdb-right .white-form .wf-rows {
  margin-bottom: 68px;
}
.s-docs .sd-block .sdb-left {
  width: calc(100% - 444px);
  padding-bottom: 61px;
}
.s-docs .sd-block .sdb-left .sdb-top {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  margin-bottom: 59px;
}
.s-docs .sd-block .sdb-left .sdb-top .h2 {
  padding-bottom: 21px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.s-docs .sd-block .sdb-left .sdb-top .h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 135px;
  height: 3px;
  background: #ECB802;
}
.s-docs .sd-block .sdb-left .sdb-top .sdb-t-descr {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 428px;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-container {
  padding-left: 60px;
  padding-right: 60px;
}
.s-docs .sd-block .sdb-left .sdb-slider .def-pag {
  display: none;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide {
  width: 375px;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide.swiper-slide-active .sdb-s-itm .sdb-si-img {
  opacity: 1;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm {
  display: block;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-img {
  opacity: 0.15;
  transition: all 0.5s ease;
  height: 269px;
  width: 100%;
  position: relative;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  overflow: hidden;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-text {
  text-align: center;
  padding-top: 10px;
}
.s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-text .sdb-si-t-descr {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.s-faq {
  padding-top: 19px;
  padding-bottom: 120px;
}
.s-faq .sf-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 52px;
  padding-bottom: 50px;
}
.s-faq .sf-block .h1 {
  margin-bottom: 48px;
}
.s-faq .sf-block .sf-flex {
  flex-wrap: wrap;
  display: flex;
}
.s-faq .sf-block .sf-flex .sff-mobile-select {
  display: none;
}
.s-faq .sf-block .sf-flex .sff-nav {
  width: 315px;
  padding-right: 25px;
  padding-top: 2px;
}
.s-faq .sf-block .sf-flex .sff-nav .sff-nv-itm {
  display: block;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 21px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.s-faq .sf-block .sf-flex .sff-nav .sff-nv-itm.active, .s-faq .sf-block .sf-flex .sff-nav .sff-nv-itm:hover {
  color: #ecb802;
}
.s-faq .sf-block .sf-flex .sff-nav .sff-nv-itm:last-child {
  margin-bottom: 0px;
}
.s-faq .sf-block .sf-flex .sf-content-wrap {
  width: calc(100% - 315px);
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content {
  display: none;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content.active {
  display: block;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items {
  border-top: 1px solid #C4C4C4;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm {
  border-bottom: 1px solid #C4C4C4;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top {
  color: #333333;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-right: 75px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top.active {
  padding-bottom: 24px;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top.active::after {
  transform: rotate(90deg);
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 15px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  background: url(../img/sff-arr.svg);
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-content {
  padding-bottom: 29px;
  display: none;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-content p {
  margin: 0;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}
.s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-content p:last-child {
  margin-bottom: 0px;
}

.modal.fade.in{
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #0008;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-hdr {
    font-size: 21px;
    line-height: 24px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-descr {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .s-teachers {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-students-reviews {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .s-format {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr {
    font-size: 28px;
    line-height: 34px;
  }
  .s-docs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-top-banner.with-bg .stb-block .stb-b-hdr {
    font-size: 34px;
    max-width: 470px;
  }
  .s-top-banner .stb-block .stb-b-hdr {
    font-size: 30px;
  }
  .s-top-banner .stb-block .stb-b-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .s-top-banner .stb-block {
    margin-bottom: 111px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text .scd-t-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .s-course-details .scd-block .scd-nav .scd-nv-itm {
    font-size: 16px;
    line-height: 19px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr {
    font-size: 21px;
    line-height: 25px;
    margin-right: 40px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left .spl-bt-l-hdr {
    font-size: 19px;
    line-height: 24px;
  }
  .s-calc .sc-nav .sc-nv-itm span {
    font-size: 24px;
    line-height: 30px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm {
    font-size: 16px;
    line-height: 19px;
  }
  .s-response .srt-items .srt-itm .srt-i-price {
    font-size: 21px;
    line-height: 24px;
  }
  .s-advantages .sa-items .sa-itm .sai-text .sai-t-hdr {
    font-size: 18px;
    line-height: 21px;
  }
  .s-advantages .sa-items .sa-itm .sai-text .sai-t-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .s-sign .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top {
    font-size: 16px;
    line-height: 19px;
  }
  .s-faq .sf-block .sf-flex .sff-nav .sff-nv-itm {
    font-size: 16px;
    line-height: 19px;
  }
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .s-breadcrumbs ul li a, .s-breadcrumbs ul li span {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1280px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  .s-sign .h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .s-faq .sf-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .s-top-banner .s-breadcrumbs .my-container, .s-top-banner .stb-block .my-container {
    max-width: 900px;
  }
  .s-top-banner.with-bg .stb-img {
    right: 0;
    transform: none;
    width: 50%;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-hdr {
    font-size: 18px;
    line-height: 21px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-descr {
    font-size: 12px;
    line-height: 14px;
  }
  .s-top-banner.with-bg .stb-block .stb-b-hdr {
    font-size: 30px;
    max-width: 430px;
  }
  .s-top-banner .stb-img {
    width: 200px;
    height: 200px;
    top: calc(50% - 76px);
    transform: translate(50%, -50%);
  }
  .s-top-banner .stb-block .stb-b-hdr {
    font-size: 26px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text .scd-t-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm {
    min-height: auto;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-docs .sd-block .sdb-right .white-form {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 41px;
    padding-bottom: 41px;
    height: 100%;
  }
  .s-docs .sd-block .sdb-right {
    width: 350px;
  }
  .s-docs .sd-block .sdb-left {
    width: calc(100% - 350px);
  }
  .s-docs .sd-block .sdb-right .white-form .wf-descr {
    margin-bottom: 30px;
  }
  .s-docs .sd-block .sdb-right .white-form .wf-rows {
    margin-bottom: 30px;
  }
  .s-docs .sd-block .sdb-left .sdb-top {
    padding-top: 41px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide {
    width: 290px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-img {
    height: 210px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-text .sdb-si-t-descr {
    font-size: 12px;
    line-height: 15px;
  }
  .s-docs .sd-block .sdb-left {
    padding-bottom: 41px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block {
    padding-left: 25px;
    padding-top: 40px;
    padding-right: 405px;
    padding-bottom: 40px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr {
    font-size: 24px;
    line-height: 32px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block p {
    font-size: 14px;
    line-height: 18px;
  }
  .s-format .sf-nav-items .sf-nv .sfn-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-i-name {
    font-size: 18px;
    line-height: 22px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-i-status {
    font-size: 14px;
    line-height: 18px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm p {
    font-size: 14px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm {
    padding-left: 351px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-course-gallery .scg-slider .swiper-slide {
    width: 500px;
    height: 300px;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm p {
    font-size: 16px;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .s-students-reviews .h1 {
    margin-bottom: 60px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left .spl-bt-l-hdr {
    font-size: 16px;
    line-height: 21px;
  }
  .s-calc .sc-nav .sc-nv-itm span {
    font-size: 21px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm {
    font-size: 14px;
    line-height: 17px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-response .srt-descr br {
    display: none;
  }
  .s-advantages .sa-items {
    left: -10px;
    width: calc(100% + 20px);
  }
  .s-advantages .sa-items .sa-itm {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .s-advantages .sa-items .sa-itm .sai-text {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .s-advantages .sa-items .sa-itm .sai-text .sai-t-hdr {
    font-size: 16px;
    line-height: 19px;
  }
  .s-advantages .sa-items .sa-itm .sai-text .sai-t-descr {
    font-size: 12px;
    line-height: 15px;
  }
  .s-advantages .sa-items .sa-itm .sai-img {
    height: 100px;
  }
  .s-advantages {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-graphic .sg-items .sg-itm .sgi-days .sgi-day {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .s-graphic .sg-items .sg-itm {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
  }
  .s-graphic .sg-items .sg-itm .sgi-days {
    justify-content: space-between;
  }
  .s-graphic .sg-items .sg-itm .sgi-text .sgi-t-hdr::before {
    width: 80%;
  }
  .s-graphic .sg-items .sg-itm .sgi-text .sgi-t-hdr {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .s-graphic .sg-items .sg-itm .sgi-text .sgi-t-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .s-graphic .sg-items .sg-itm .sgi-btm .sgi-b-time {
    font-size: 14px;
    line-height: 17px;
  }
  .s-graphic .sg-items .sg-itm .sgi-btm .sgi-b-time::before {
    top: -3px;
  }
  .s-graphic .sg-items .sg-itm .sgi-btm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .s-trust {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-law .sl-block p {
    font-size: 16px;
    line-height: 19px;
  }
  .s-law .sl-block p br {
    display: none;
  }
  .s-law .sl-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .spl-btm {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .spl-btm .spl-b-left .spl-bl-hdr {
    font-size: 24px;
    line-height: 30px;
  }
  .spl-btm .spl-b-left .spl-bl-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .my-container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  /**/
}
@media only screen and (max-width: 992px) {
  .s-sign .h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .s-top-banner.with-bg .stb-block .stb-b-hdr {
    font-size: 24px;
    max-width: 370px;
  }
  .s-top-banner .stb-block .stb-b-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-hdr {
    font-size: 16px;
    line-height: 19px;
  }
  .s-top-banner .srb-btm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-top-banner .stb-block .stb-b-hdr {
    font-size: 21px;
    max-width: 290px;
  }
  .s-top-banner .stb-img {
    top: calc(50% - 70px);
  }
  .s-docs .def-arrows .swiper-button-prev {
    left: 15px;
  }
  .s-docs .def-arrows .swiper-button-next {
    right: 15px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr {
    font-size: 16px;
    line-height: 19px;
    margin-right: 30px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr.time::before {
    top: -3px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right .spl-bt-r-descr.time {
    padding-left: 32px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-items .spl-b-itm {
    font-size: 14px;
    line-height: 17px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-hdr {
    font-size: 18px;
    line-height: 21px;
  }
  .s-response .srt-items .srt-itm .srt-i-price {
    font-size: 18px;
    line-height: 21px;
  }
  .s-response {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-graphic .sg-items .sg-itm {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .s-graphic .sg-items {
    left: -10px;
    width: calc(100% + 20px);
  }
  .s-graphic .sg-items .sg-itm .sgi-days .sgi-day {
    font-size: 10px;
    line-height: 10px;
    width: 20px;
    height: 20px;
  }
  .s-sign .ss-block .ss-right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .s-students-reviews .nav-btm .def-arrows .btn {
    font-size: 21px;
    line-height: 24px;
  }
  .spl-btm .spl-b-left {
    max-width: 290px;
  }
  .h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .s-sign .h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .s-sign .ss-block {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .s-sign .ss-block .ss-right .ssr-btm .btn {
    font-size: 18px;
    line-height: 22px;
  }
  .s-sign .ss-block .ss-left .ssl-hdr {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 21px;
    text-align: left;
  }
  .s-sign .ss-block .ss-left {
    width: 100%;
  }
  .s-sign .ss-block .ss-right {
    width: 100%;
  }
  .s-sign .ss-block {
    flex-wrpa: wrap;
  }
  .s-sign .ss-block .ss-left .ssl-img {
    display: none;
  }
  .s-sign {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .spl-btm .spl-b-left {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .spl-btm .spl-b-right {
    width: 100%;
    max-width: 100%;
  }
  .spl-btm {
    flex-wrap: wrap;
  }
  .spl-btm .spl-b-left .spl-bl-hdr {
    font-size: 21px;
    line-height: 28px;
  }
  .s-faq .sf-block .sf-flex .sff-nav {
    display: none;
  }
  .s-faq .sf-block .sf-flex .sf-content-wrap {
    width: 100%;
  }
  .s-faq .sf-block {
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
  }
  .s-faq .sf-block .sf-flex .sff-mobile-select {
    display: block;
    max-width: 290px;
    width: 100%;
    margin-bottom: 30px;
  }
  .s-faq .sf-block .h1 {
    margin-bottom: 30px;
  }
  .s-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-students-reviews .nav-btm .def-arrows .btn {
    display: none;
  }
  .s-students-reviews .ssr-btn-wrap {
    display: block;
    margin-top: 40px;
  }
  .s-graphic .sg-items .sg-itm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-graphic .sg-items .sg-itm:last-child {
    margin-bottom: 0px;
  }
  .s-graphic .sg-items .sg-itm .sgi-days .sgi-day {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    line-height: 14px;
  }
  .s-graphic .sg-items {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
  }
  .s-top-banner.with-bg .stb-img {
    display: none;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .s-top-banner .srb-btm .srb-items {
    flex-wrap: wrap;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm:first-child {
    margin-left: 10px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm:last-child {
    margin-right: 10px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-hdr {
    font-size: 18px;
    line-height: 21px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm .srb-i-descr {
    font-size: 14px;
    line-height: 16px;
  }
  .s-top-banner .srb-btm {
    padding-top: 45px;
  }
  .s-top-banner .stb-img {
    display: none;
  }
  .s-top-banner::after {
    display: none;
  }
  .s-top-banner .stb-block {
    margin-bottom: 54px;
  }
  .s-top-banner.with-bg .stb-block .stb-b-hdr,
.s-top-banner .stb-block .stb-b-hdr {
    font-size: 21px;
    line-height: 28px;
    max-width: 100%;
  }
  .s-top-banner.with-bg .stb-block .stb-b-hdr br,
.s-top-banner .stb-block .stb-b-hdr br {
    display: none;
  }
  .s-top-banner.with-bg .stb-block .btn,
.s-top-banner.with-bg .stb-block .stb-b-descr {
    margin-left: 0px;
  }
  .s-top-banner.with-bg {
    padding-top: 60px;
  }
  .s-top-banner .s-breadcrumbs {
    margin-bottom: 60px;
  }
  .s-course-details .scd-block .scd-nav {
    display: none;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .s-course-details .scd-block {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 80px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm:last-child {
    margin-bottom: 0px;
  }
  .s-course-details .scd-block .scd-mobile-select {
    display: block;
    max-width: 290px;
  }
  .s-docs .sd-block .sdb-left {
    width: 100%;
  }
  .s-docs .sd-block .sdb-right {
    width: 100%;
  }
  .s-docs .sd-block {
    flex-wrap: wrap;
  }
  .s-docs .my-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .s-docs .sd-block .sdb-right .white-form {
    padding-left: 36px;
    padding-right: 36px;
  }
  .s-law {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-law .sl-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-format {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-format .h1 {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 31px;
  }
  .s-format .h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 135px;
    height: 3px;
    background: #5862F5;
  }
  .s-format .sf-mobile-descr {
    display: block;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 60px;
    max-width: 509px;
  }
  .s-format .sf-nav-items {
    display: none;
  }
  .s-format .sf-content-wrap .sf-content {
    display: block;
    margin-bottom: 30px;
  }
  .s-format .sf-content-wrap .sf-content:last-child {
    margin-bottom: 0px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block {
    padding-left: 213px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-bg {
    display: none;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn {
    display: block;
    position: absolute;
    left: 50px;
    top: 50px;
    max-width: 113px;
    width: 100%;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn img {
    display: block;
    max-width: 100%;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr::before {
    height: 2px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block p {
    font-size: 16px;
    line-height: 20px;
  }
  .s-students-reviews {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-students-reviews .ssr-slider .swiper-slide {
    padding-left: 0px;
    width: 334px;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm .ssr-i-photo {
    left: 25px;
    top: 24px;
    position: absolute;
    display: block;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm .ssr-i-name {
    padding-left: 75px;
    margin-bottom: 38px;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm p {
    font-size: 18px;
    line-height: 136.19%;
    margin-bottom: 20px;
  }
  .s-students-reviews .ssr-slider .swiper-slide .ssr-itm {
    padding-top: 41px;
    padding-bottom: 24px;
  }
  .s-students-reviews .nav-btm .def-arrows .btn.blue {
    display: none;
  }
  .s-course-gallery .scg-slider .swiper-slide {
    width: 430px;
    height: 267px;
  }
  .s-course-gallery {
    padding-top: 72px;
    padding-bottom: 99px;
  }
  .s-course-gallery .h2 {
    margin-bottom: 48px;
  }
  .s-teachers {
    padding-top: 70px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-bg {
    width: 219px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm {
    padding: 0;
    padding-left: 249px;
  }
  .s-teachers .st-slider {
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-i-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-i-status {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm p {
    font-size: 16px;
  }
  .s-teachers .h1 {
    margin-bottom: 60px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm::after {
    display: none;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-calc .sc-nav .sc-nv-itm span {
    font-size: 18px;
    line-height: 21px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm {
    padding-left: 15px;
    padding-right: 65px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-two,
.s-calc .sc-content-wrap .sc-content .scc-three {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-calc {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .s-advantages .sa-items .sa-itm {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .s-advantages .sa-items {
    flex-wrap: wrap;
  }
  .s-advantages {
    padding-bottom: 50px;
  }
  .s-teachers .st-slider .def-arrows {
    display: none;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm {
    border-radius: 0px;
  }
  .spl-btm {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .s-format .sf-content-wrap .sf-content .sfc-block {
    padding-left: 50px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-calc .sc-nav .sc-nv-itm span {
    font-size: 14px;
    line-height: 16px;
  }
  .s-calc .h1 {
    margin-bottom: 30px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm {
    width: 100%;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm:nth-child(odd) {
    margin-right: 0px;
  }
  .s-calc .sc-content-wrap .sc-content .scc-one .scc-scroll-wrap .scc-flex .scc-itm:nth-child(even) {
    margin-left: 0px;
  }
  .s-response .srt-items .srt-itm {
    width: 100%;
    margin-bottom: 20px;
  }
  .s-response .srt-items .srt-itm:nth-child(odd) {
    margin-right: 0px;
  }
  .s-response .srt-items .srt-itm:nth-child(even) {
    margin-left: 0px;
  }
  .s-response .sr-top .srt-img {
    display: none;
  }
  .s-response .sr-top .h1 {
    width: 100%;
    padding-right: 0px;
  }
  .s-advantages .sa-items .sa-itm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .s-advantages .sa-items {
    left: 0;
    width: 100%;
  }
  .s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-top {
    font-size: 14px;
    line-height: 17px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-faq .sf-block .sf-flex .sf-content-wrap .sf-content .sff-items .sff-itm .sff-i-content p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .nav-btm .def-arrows.no-circle .swiper-button-next {
    right: 15px;
  }
  .nav-btm .def-arrows.no-circle .swiper-button-prev {
    left: 15px;
  }
  .btn.arr-right {
    font-size: 21px;
    line-height: 24px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 500px) {
  .s-docs .sd-block .sdb-left .sdb-top {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 38px;
  }
  .s-docs .sd-block .sdb-left .sdb-top .sdb-t-descr {
    font-size: 14px;
    line-height: 17px;
  }
  .s-docs .def-arrows {
    display: none;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide {
    width: 220px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-img {
    height: 157px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-slide .sdb-s-itm .sdb-si-text .sdb-si-t-descr {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .def-pag {
    display: block;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .def-pag .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .def-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ecb802;
  }
  .s-docs .sd-block .sdb-left .sdb-slider .swiper-container {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 42px;
  }
  .s-docs .sd-block .sdb-left {
    padding-bottom: 31px;
  }
  .s-docs .sd-block .sdb-right .white-form .wf-hdr {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  .s-docs .sd-block .sdb-right .white-form .wf-descr {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .s-docs .sd-block .sdb-right .white-form .wf-rows {
    margin-bottom: 41px;
  }
  .s-docs .sd-block .sdb-right .white-form {
    padding-bottom: 60px;
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 10px;
  }
  .s-docs {
    padding-bottom: 60px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-mobile-icn {
    display: none;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-bg {
    display: block;
    height: 203px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    margin-bottom: 21px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block {
    border-radius: 0px;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
  }
  .s-format .h1 {
    font-size: 24px;
    line-height: 29px;
    padding: 0;
    margin-bottom: 19px;
  }
  .s-format .h1::before {
    display: none;
  }
  .s-format .sf-mobile-descr {
    display: none;
  }
  .s-format .sf-mobile-select {
    display: block;
    max-width: 288px;
    margin-bottom: 41px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block .sfc-hdr {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .s-format .sf-content-wrap .sf-content .sfc-block p {
    font-size: 14px;
    line-height: 155%;
  }
  .s-format .sf-content-wrap .sf-content {
    display: none;
    margin-bottom: 0px;
  }
  .s-format .sf-content-wrap .sf-content.active {
    display: block;
  }
  .s-format {
    padding-bottom: 37px;
  }
  .s-students-reviews .ssr-btn-wrap {
    display: block;
  }
  .s-students-reviews {
    background: #FAFAFA;
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .s-students-reviews .h1 {
    margin-bottom: 40px;
  }
  .s-students-reviews .ssr-slider .swiper-slide {
    width: 267px;
  }
  .s-students-reviews .nav-btm {
    margin-bottom: 73px;
  }
  .s-course-gallery .scg-slider .swiper-slide {
    width: 267px;
    height: 166px;
  }
  .s-course-gallery {
    padding-top: 10px;
    padding-bottom: 89px;
  }
  .s-course-gallery .h1 {
    margin-bottom: 40px;
  }
  .s-course-gallery .scg-slider {
    margin-bottom: 57px;
  }
  .s-teachers {
    padding-top: 70px;
  }
  .s-teachers .h1 {
    margin-bottom: 40px;
  }
  .s-teachers .st-slider {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm {
    padding: 25px;
    padding-bottom: 39px;
  }
  .s-teachers .st-slider .swiper-slide .sts-itm .sts-bg {
    position: relative;
    width: 100%;
    height: 265px;
    display: block;
    margin-bottom: 31px;
  }
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .s-top-banner .srb-btm .srb-items .srb-itm:first-child {
    margin-left: 0px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm:last-child {
    margin-right: 0px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .s-top-banner .srb-btm .srb-items .srb-itm br {
    display: none;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-img {
    width: 50px;
  }
  .s-course-details .scd-block .scd-content-wrap .scd-content .scd-items .scd-itm .scd-text {
    padding-left: 65px;
    padding-right: 45px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-top {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-top .h1 {
    margin-bottom: 30px;
    width: 100%;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top .spl-bt-right {
    width: 100%;
  }
  .s-program-learn .spl-content-wrap .spl-content .spl-block .spl-b-top {
    flex-wrap: wrap;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}