

/* Start:/ms-excel/style.css?175205437082147*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
  -webkit-font-smoothing: antialiased;
}

.section-content {
/*  background: linear-gradient(90deg, #4481eb 0%, #04befe 100%);*/
  color: #000;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.course-program.section-content {
  overflow-x: clip;
}

.color-second {
  color: #19ac65;
}

.section.section-120 {
  padding: 120px 0;
}

.section-line-bottom::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 60%;
  height: 1px;
  margin-left: -30%;
  background: #c4c4c4;
}

section a {
    color: #19ac65;
    outline: none;
}

section a:hover, a:focus {
    color: #169859;
    outline: none;
}

section.promo, section.education {
  background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
}

.promo__header {
  margin-bottom: 10px;
}

.promo__title {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 62px;
  line-height: 73px;
  color: #fff;
}

.promo__discount {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  width: 140px;
  height: 140px;
  background: #42CD8A;
  border-radius: 50%;
  position: absolute;
  right: 160px;
  top: -60px;
}

.promo__title .promo__discount div {
  margin: 46px 10px;
}

.promo__title .promo__discount span {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.promo__img-header {
  display: none;
  text-align: center;
}

.promo__img-header img {
  width: 60%;
}

.title, .title h1, .title h2 {
  color: #000;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  margin: 0;
}

.promo__title span {
  font-size: 72px;
  line-height: 88px;
}

.green-btn {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  background: linear-gradient(0deg, #19AC65, #19AC65);
  border-radius: 20px;
  padding: 13px 59px;
  display: inline-block;
  transition: 0.3s all;
  text-align: center;
}

.green-btn:hover {
  background: linear-gradient(0deg, #169859, #169859);
  color: #fff;
  text-decoration: none;
}

.item-promo__info {
  display: flex;
}

.item-promo__info-col {
  width: 26%;
  padding: 0 15px;
}

.item-promo__info-col:nth-child(3) {
  width: 19%;
}

.item-promo__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.item-promo__text {
  font-size: 16px;
  line-height: 20px;
}

.default-background {
  background: linear-gradient(90deg, #EEF1F5 0%, #D9DFF1 100%);
}

.black-background {
  background: #000;
}

.course-levels .row {
  margin-bottom: 75px;
}

.section.section-120.course-levels {
  padding-bottom: 20px;
}

.course-levels__img-sm {
  display: none;
  text-align: center;
}

/*.section.section-120.course-program {
  padding-bottom: 0;
}*/

.course-levels__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.course-levels__list ul li {
  margin-top: -11px;
  font-size: 16px;
  line-height: 20px;
  margin: 23px 29px;
}

.course-levels__list ul {
  list-style: none;
  margin-left: 26px;
}

.course-levels__list li:before{
  content: '';
  display: block;
  height: 10px;
  top: 12px;
  left: -29px;
  position: relative;
  width: 10px;
  border-radius: 50%;
  background-color: #000;
}

.education .education__img {
  text-align: center;
  margin-top: 88px;
  height: 89px;
}

.education .education__img img {
  height: 100%;
}

.education .education__paragraph {
  margin: 50px 40px;
  font-size: 14px;
}

.education .education__paragraph-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.education .education__paragraph-title:before {
  content: '';
  display: block;
  height: 14px;
  top: 16px;
  left: -39px;
  position: relative;
  width: 14px;
  border-radius: 50%;
  background-color: #19ac65
}

.education .education__text, .education-text .education__text {
  font-weight: bold;
  font-size: 31px;
  line-height: 38px;
  border: 3px solid #27AD44;
  box-sizing: border-box;
  margin-top: 96px;
  padding: 57px 108px;
}

.education-text .education__text {
	margin-top: 0;
}

.nav-category {
  margin-bottom: 10px;
}

.nav-category__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.nav-category__list:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.nav-category__item {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  transform: 0.4s all;
  position: relative;
}

.nav-category__item:hover,
.nav-category__item:focus {
  text-decoration: none;
  color: #fff;
}

.nav-category__item:before {
  /* content: ""; */
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #feb70b;
  z-index: 1;
}

.nav-category__item:hover {
  color: #fff;
  text-decoration: none;
}

.nav-category__item + .nav-category__item {
  margin-left: 10px;
}

.auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 21px;
  color: #000;
  font-weight: normal;
  font-size: 24px;
  padding: 2px 15px;
  line-height: 100%;
}

.auth-btn:hover {
  color: #000;
}

.auth-btn img {
  margin-right: 10px;
}

.underline {
  position: absolute;
}

.categories {
  margin-top: 30px;
  position: relative;
}

.categories::before {
  content: "";
  position: absolute;
  width: calc(100vw + 500px);
  height: 100%;
  left: calc((100vw - 1150px) / 2 * (-1) - 250px);
  top: 95px;
  background: #ffffff;
  box-shadow: 0px 4px 67px rgba(0, 0, 0, 0.25);
  border-radius: 100%/20%;
}

.categories__item {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 100%;
  padding: 25px 25px 7px;
  display: flex;
  flex-direction: column;
}

.categories__list .row-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.categories__link {
  flex: 1;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #299bf3;
}

.categories__img {
  padding-top: 33px;
}

.clip-video {
  position: absolute;
  top: 140px;
  clip-path: url(#svgPath);
  -webkit-clip-path: url(#svgPath);
}

.categories__name {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #585858;
  padding-bottom: 11px;
}

.vis-hide {
  position: absolute;
  z-index: -1;
}

.categories__about {
  padding-top: 110px;
}

.categories__about-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #010101;
  padding-bottom: 45px;
  padding-top: 40px;
}

.categories__about p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #434343;
}

.categories__about .green-reviews-btn {
  margin-top: 50px;
}

.green-reviews-btn {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background: #19AC65;
  border-radius: 82px;
  padding: 16px 81px;
  display: inline-block;
  transition: 0.3s all;
}

.green-reviews-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #169859;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.25) inset;
  -moz-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.25) inset;
  box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.25) inset;
}

.blue-section {
  color: #fff;
}

.white-section {
  color: #010101;
}

.blue-section .section__title, .yellow-bg .section__title {
  color: #fff;
}

.section__title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

/*.advantages {
  padding-top: 145px;
  position: relative;
  padding-bottom: 150px;
}*/

/*.advantages {
  padding-bottom: 40px;
}
*/
/*.section.section-120.advantages, .section.section-120.teachers {
  padding-bottom: 0;
}*/
.advantages .advantages-slider__item {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 20px 20px 20px 18px;
  padding: 20px;
  height: auto;
}

.advantages-slider__img {
  /*background: #fff;
  border: 1px solid #000;*/
  height: 205px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  overflow: hidden;
  position: relative;
}

.advantages-slider__img img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.advantages .advantages-slider
/*body .diploms-slider,
body .teachers-slider*/ {
  padding-top: 37px;
  padding-bottom: 60px;
}

.advantages .advantages-slider .swiper-pagination {
  bottom: 0;
}
/*body .teachers-slider {
  padding-top: 30px;
}*/

.advantages-slider__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  padding-top: 28px;
}

.advantages-slider__text {
/*  font-size: 18px;
  line-height: 30px;
  text-align: center;*/
  color: #000;
  padding-top: 30px;
}

.blue-section .swiper-button-next,
.blue-section .swiper-button-prev {
  color: #fff;
  height: 57.5px;
  width: 33px;
}

.advantages-slider__wrap, .diploms-slider__wrap, .teachers-slider__wrap {
  position: relative;
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
  font-size: 0;
}

.advantages .swiper-button-prev,
.teachers .swiper-button-prev,
.reviews .swiper-button-prev,
.program-slider__wrap .swiper-button-prev {
  left: -70px;
}

.advantages .swiper-button-next,
.teachers .swiper-button-next,
.reviews .swiper-button-next,
.program-slider__wrap .swiper-button-next {
  right: -70px;
}

.blue-section .swiper-button-next svg,
.blue-section .swiper-button-prev svg {
  /* transition: 0.3s all; */
}

.blue-section .swiper-button-next:hover svg,
.blue-section .swiper-button-prev:hover svg {
  /* -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2)); */
}

.absolute-circle-1 {
  position: absolute;
  top: 20px;
  right: -50px;
}

.absolute-vawes-1 {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1150px) / 2 * (-1));
}

.advantages .swiper-container {
  overflow: hidden;
}

.swiper-container .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s all;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #19ac65;
}


/*.course-program {
  padding: 100px 0;
  margin-top: 40px;
}
*/
.white-bg {
  position: relative;
  color: #000;
  z-index: 1;
}

/* .white-bg:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 1150px) / 2 * (-1));
  background-color: #fff;
  z-index: -1;
} */

.bg-white {
  position: absolute;
  left: calc((100vw - 1150px) / 2 * (-1));
  height: calc(100% + 60px);
  width: 100vw;
  top: -60px;
  z-index: -1;
}

.swiper-slide {
  max-width: 1140px;
  margin: 0 auto;
}

.top-white-radius:before {
  /* content: url(/bitrix/templates/main-new/images/white-bg.svg);
  width: 100vw;
  height: calc(100% + 140px);
  position: absolute;
  top: -120px;
  left: calc((100vw - 1150px) / 2 * (-1));
  z-index: -1;
  /* background-image: url(/bitrix/templates/main-new/images/white-bg.svg); */
  /* background-image: url(/bitrix/templates/main-new/images/bg-test.svg); */
  /* background-color: #fff;
  background-size: cover;
  background-position: center top;  */
}

.bottom-white-radius:after {
  /* content: "";
  width: 100vw;
  height: calc(100%);
  position: absolute;
  bottom: -120px;
  left: calc((100vw - 1150px) / 2 * (-1));
  z-index: -1;
  background-image: url(/bitrix/templates/main-new/images/white-bg.svg);
  background-size: cover;
  background-position: center bottom; */
}

.bottom-white-radius {
  margin-bottom: 120px;
}

.white-bg h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #000;
}

.absolute-circle-2 {
  position: absolute;
  left: 0;
  top: 120px;
}

/*body .program-slider {
  padding-bottom: 60px;
  overflow: initial !important;
}*/

.program-slider::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 37%;
    width: 85%;
    height: 1px;
    margin-left: -30%;
    background: #c4c4c4;
}

body .program-slider .swiper-slide-active {
  /* width: 1170px !important;*/
  /* background-color: #829911; */
}

/* .program-slider__slide:not(.swiper-slide-active) {
  visibility: hidden;
} */

.program-slider__slide.swiper-slide-next,
.program-slider__slide.swiper-slide-prev {
  /* visibility: visible; */
  /* background-color: #eee; */
  /* width: 300px !important; */
}

/*.program-slider__slide-img {
  width: 100%;
  max-width: 430px;
  transition: 1s all;
}
*/
.program-slider__slide .swiper-slide-duplicate-active img {
  transition: 1s !important;
}

/*.program-slider__slide:not(.swiper-slide-active) .program-slider__slide-img {
  transform: scale(0.7) translateX(180%);
}

.swiper-slide-active
  + .program-slider__slide:not(.swiper-slide-active)
  .program-slider__slide-img {
  transform: scale(0.7) !important;
}*/

.hide-part {
  transition: 1s all;
}

.program-slider__slide:not(.swiper-slide-active) .hide-part {
  transform: scale(0);
  opacity: 0;
  /* font-size: 0 !important; */
  /* flex: 0; */
}

.program-slider__wrap {
  position: relative;
}

/*.program-slider__wrap .swiper-button-next,
.program-slider__wrap .swiper-button-prev {
  top: 350px;
}*/

/*.program-slider__wrap .swiper-button-next {
  right: 10px;
}*/

/*.program-slider__wrap .swiper-button-prev {
  left: 0;
}*/

.col6 {
  flex: 1 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col5 {
  flex: 1 0 41.6666%;
  padding-left: 15px;
  padding-right: 15px;
}

.program-slider__slide.swiper-slide-active {
  background: #fff;
  padding: 46px 60px 75px;
  border-radius: 20px;
}

.program-slider__slide:not(.swiper-slide-active) .col-offset-1 {
}

.col-offset-1 {
  padding-left: 8.4443%;
  transition: 1s all;
}

.program-slider__slide.swiper-slide-prev .program-slider__slide-title {
  float: right;
  top: -25px;
  font-size: 25px;
  position: relative;
  padding-right: 150px;
  width: inherit;
}

.program-slider__slide .program-slider__slide-number {
  display: none;
}

.program-slider__slide .program-slider__slide-header {
  display: flex;
  justify-content: space-between;
}

/*
.circles {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  color: #FFF;
}*/

.program-slider__circle-number {
  background: #fff;
  color: #19ac65;
  padding: 42px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  max-width: 10px;
  max-height: 10px;
  transition: 0.3s all;
}

.program-slider__number {
  width: min-content;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.program-slider__slide.swiper-slide-next .col6 {
  position: absolute;
}

.program-slider__slide.swiper-slide-next .program-slider__slide-title {
  /*float: left;*/
  top: -25px;
  font-size: 25px;
  position: relative;
  padding-left: 150px;
}

.program-slider__slide {
  position: relative;
}

.program-slider__slide-wrap .row {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.program-slider .swiper-wrapper {
  margin-top: 50px;
}

.program-slider__slide-title {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  float: left;
  width: inherit;
/*  padding-bottom: 40px;
  padding-top: 20px;
  padding-right: 20px;*/
}

.program-slider__slide-text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
  padding-right: 15px;
}

.program-slider .swiper-pagination-bullet {
  width: 100%;
  background: none;
  opacity: 1;
  transition-duration: .2s;
}

body .slide-bullet {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  margin: 0 !important;
}

body .slide-bullet + .slide-bullet {
  margin-left: 60px !important;
}

.program-slider .swiper-pagination {
  position: relative;
  height: 220px;
  /*bottom: 0;*/
  display: flex;
  padding: 65px 0 30px;
}

/*.advantages .advantages-slider__wrap .swiper-pagination {
  bottom: 120px;
}
*/
.swiper-pagination-item {
  width: 100%;
  display: flex;
  /*margin-top: 55px;*/
  flex-direction: column;
}

.swiper-pagination-item:nth-child(2) {
  margin: 0 20px;
}

.swiper-pagination-bullet.slide-bullet {
  position: relative;
}

.swiper-pagination-bullet.slide-bullet .program-slider__slide-title {
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 0;
  float: none;
  font-size: 22px;
  line-height: 28px;
  transition: 0.3s all;
}

.swiper-pagination-bullet.slide-bullet.swiper-pagination-bullet-active .program-slider__slide-title {
  background: #19ac65;
}

.swiper-pagination-bullet.slide-bullet.swiper-pagination-bullet-active .program-slider__slide-title, 
.swiper-pagination-bullet.slide-bullet.swiper-pagination-bullet-active .program-slider__slide-title span {
  color: #fff;
  transition: 0.3s all;
}

.swiper-pagination-bullet.slide-bullet.swiper-pagination-bullet-active .program-slider__circle-number {
  background: #19ac65;
  color: #fff;
}

span.swiper-pagination-bullet.slide-bullet:hover {
  font-size: 35px;
}

span.swiper-pagination-bullet.slide-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1);
}

.program-slider__slide-info {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  margin-bottom: auto;
  align-items: flex-end;
}

.program-slider__slide-date img, .program-slider__slide-time img, .program-slider__slide-price span {
  /*float: left;*/
  margin-left: 72px;
}

/*.program-slider__slide-price img {
  width: 25px;
  margin-right: 15px;
}*/

.program-slider__slide-date div, .program-slider__slide-time div, .program-slider__slide-price div {
  margin-left: 22px;
  width: max-content;
}

.program-slider__slide-price {
  /*margin-left: 60px;*/
  display: flex;
}

.program-slider__slide-price span {
  font-size: 36px;
  /*width: max-content;
  display: block;*/
}

.program-slider__slide-price div {
  width: max-content;
}

.program-slider__slide-date, .program-slider__slide-time {
  display: flex;
  align-items: center;
}

/*.program-slider__slide-date:before, .program-slider__slide-time:before {
  content: url(/ms-excel/images/time-icon.svg);
  position: relative;
  top: 12px;
  margin-left: 30px;
}*/

/*.program-slider__slide-price:before {
  content: url(/ms-excel/images/ruble-icon.svg);
  position: relative;
  width: 30px;
  height: 30px;
}*/

.program-slider__slide-description-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 70px;
}

.formats-tabs {
  padding-top: 130px;
}

.formats-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.formats-links__item + .formats-links__item {
  margin-left: 50px;
}

.formats-links__item {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.formats-links__item.active:before {
  transform: scale(1);
}

.formats-links__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 12px;
  bottom: -7px;
  left: 0;
  transform: scale(0);
  transition: 0.3s all;
}

.formats-links__item.hover:before {
  transform: scale(1);
}

[data-tab] {
  display: none;
}

.active[data-tab] {
  display: block;
}

.formats-bodies {
  padding-top: 80px;
}

/*.formats-bodies .formats-bodies__item img {
  width: 100%;
}*/

.formats-bodies__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-top: 15px;
}

.formats-bodies__text {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-top: 24px;
}

.formats-bodies__text .content_toggle-1,
.formats-bodies__text .content_toggle-2,
.formats-bodies__text .content_toggle-3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.record-form, .record-form .title h2 {
  color: #fff;
}

.record-form__discount {
  background: #19ac65;
  width: max-content;
  margin-top: 17px;
  padding: 10px 22px;
}

.record-form__body {
  margin-top: 40px;
}

.record-form__courses {
  /*display: flex;*/
  margin-bottom: 55px;
}

.record-form__course-item {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 35px 30px;
  width: max-content;
}

.record-form__course-title, .record-form__course-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.record-form__course-price {
  margin-top: 7px;
}

.record-form__course-old-price {
  margin-top: 10px;
}

.record-form__course-discount {
  margin-top: 16px;
}

.record-form__recording-block {
  
}

.record-form__recording-block .form-recording input[type="text"] {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 20px;
  background: #000;
  padding: 22px 15px;
  margin-bottom: 10px;
}

.submit-record-btn {
  background: #19ac65;
  border-radius: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding: 12px 40px;
  border: 0;
  transition: 0.3s all;
}

.submit-record-btn:hover {
  background: #169859;
  text-decoration: none;
}

.record-form__benefits {
  display: flex;
}

.record-form__benefit-item {
  float: inherit;
  width: 50%;
  display: flex;
  margin-bottom: 48px;
}

.record-form__benefit-icon {
  display: flex;
  flex-direction: column;
}

.record-form__benefit-description {
  padding: 0 10px 0 25px;
}

.record-form__benefit-title {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 7px;
}

.record-form__benefit-text {
  
}

#record-form .col-md-8:nth-child(3) .record-form__benefit-text {
  width: 330px;
}

.ordering-inputs__item input[type="text"] {
  max-width: 295px;
}

.ordering-inputs__item input[type="text"] {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
  border-radius: 20px;
  border: none;
  line-height: 0;
  padding: 13px;
}

.ordering-inputs__item + .ordering-inputs__item {
  margin-top: 13px;
}

.ordering-inputs__item .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #fff;
  margin-right: 5px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #000;
  border-radius: 0;
}

.custom-checkbox:checked + label::before {
  background-color: #169859;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}

/*.promotions-discounts .row {
  margin-top: 145px;
  display: flex;
}*/

.promotions-discounts .swiper-slide:hover .promotions-discounts__item {
  top: -49px;
  height: 104%;
}

.promotions-discounts .swiper-wrapper {
  margin-top: 145px;
  margin-bottom: 25px;
}

.promotions-discounts .swiper-slide {
  height: auto;
  width: calc(28% - 5px);
}

.promotions-discounts .promotions-discounts__item {
  box-sizing: border-box;
  border-radius: 20px 20px 20px 18px;
  border: 1px solid #E7E7E7;
  position: absolute;
  z-index: 0;
  top: -28px;
  height: 101%;
  width: 80%;
  margin-left: 10%;
  transition: 0.3s all;
}

.promotions-discounts .swiper-slide .promotions-discounts__item {
  background: #19AC65;  
}

.promotions-discounts .swiper-slide .promotions-discounts__item-2,
.promotions-discounts .promotions-discounts__item-block-2 .submit-input-name-btn {
  background: #1F67AA;
}

.promotions-discounts .promotions-discounts__item-block-2 .submit-input-name-btn:hover {
  background: #154E83;
}

.promotions-discounts__item-block-2 .color-second {
  color: #1F67AA;
}

.promotions-discounts .promotions-discounts__item-block-2 .promotions-discounts__list p:first-child {
  border-top: 1px solid #1F67AA;
}

.promotions-discounts .promotions-discounts__item-block-2 .promotions-discounts__list p {
  border-bottom: 1px solid #1F67AA;
}

.promotions-discounts .swiper-slide .promotions-discounts__item-3,
.promotions-discounts .promotions-discounts__item-block-3 .submit-input-name-btn {
  background: #F22B1E;
}

.promotions-discounts .swiper-slide .promotions-discounts__item-4,
.promotions-discounts .promotions-discounts__item-block-4 .submit-input-name-btn {
  background: #0AB8AD;
}

.promotions-discounts .swiper-slide .promotions-discounts__item-5,
.promotions-discounts .promotions-discounts__item-block-5 .submit-input-name-btn {
  background: #EA8814;
}

.promotions-discounts .swiper-slide .promotions-discounts__item-6,
.promotions-discounts .promotions-discounts__item-block-6 .submit-input-name-btn {
  background: #97E758;
}

.promotions-discounts .swiper-slide .promotions-discounts__item-7,
.promotions-discounts .promotions-discounts__item-block-7 .submit-input-name-btn {
  background: #F0A4BB;
}

.promotions-discounts .promotions-discounts__item-block-3 .submit-input-name-btn:hover {
  background: #C22016;
}

.promotions-discounts__item-block-3 .color-second {
  color: #F22B1E;
}

.promotions-discounts__item-block-4 .color-second {
  color: #0AB8AD;
}

.promotions-discounts__item-block-5 .color-second {
  color: #EA8814;
}

.promotions-discounts__item-block-6 .color-second {
  color: #97E758;
}

.promotions-discounts__item-block-7 .color-second {
  color: #F0A4BB;
}



.promotions-discounts .promotions-discounts__item-block-3 .promotions-discounts__list p:first-child {
  border-top: 1px solid #F22B1E;
}

.promotions-discounts .promotions-discounts__item-block-3 .promotions-discounts__list p {
  border-bottom: 1px solid #F22B1E;
}

.promotions-discounts .promotions-discounts__item-block {
  padding: 33px 30px 80px;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 20px 18px;
  position: relative;
  height: 95%;
}

.promotions-discounts .promotions-discounts__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 27px;
}

.promotions-discounts .promotions-discounts__form {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.promotions-discounts .promotions-discounts__form-input-name {
  margin-bottom: 13px;
}

.promotions-discounts .promotions-discounts__form-input-name div {
  display: flex;
  align-items: center;
  user-select: none;
  background: #19AC65;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 7px 16px;
  margin-bottom: 9px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.promotions-discounts .promotions-discounts__form-input-name div::before {
  content: url('/ms-excel/images/chek-white.svg');
  margin-right: 29px;
}

body .promotions-discounts .form-input-format-2,
body .promotions-discounts .form-input-format-3 {
  display: none;
}

.promotions-discounts .promotions-discounts__form-input-format {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#order-form-1 .promotions-discounts__form-input-format {
  margin-bottom: 28px;
}

#order-form-2 .promotions-discounts__form-input-format {
  margin-bottom: 76px;
}

.promotions-discounts .promotions-discounts__description {
  margin-bottom: 24px;
}

.promotions-discounts .promotions-discounts__list {
  margin-bottom: 54px;
}

.promotions-discounts .promotions-discounts__list p:first-child {
  border-top: 1px solid #19a863;
}

.promotions-discounts .promotions-discounts__list p {
  line-height: 17px;
  text-align: center;
  border-bottom: 1px solid #19a863;
  padding: 14px 0;
}

.promotions-discounts .promotions-discounts__list p b, 
.promotions-discounts .promotions-discounts__list p strong {
  font-weight: 600;
}

.promotions-discounts .promotions-discounts__price {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}

.promotions-discounts .promotions-discounts__price del {
  position: absolute;
  bottom: 40px;
}

.promotions-discounts .submit-input-name-btn {
  background: #19ac65;
  border-radius: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
  padding: 12px 20px;
  margin: 0 auto;
  border: 0;
  transition: 0.3s all;
  color: #fff;
  margin-bottom: 15px;
}

.promotions-discounts .submit-input-name-btn:hover {
  background: #169859;
}

/* для элемента input c type="radio" */
.promotions-discounts__form-input-name .custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label связанного с .custom-radio */
.promotions-discounts__form-input-name .custom-radio+label {
  display: flex;
  align-items: center;
  user-select: none;
  background: #19AC65;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 7px 16px;
  margin-bottom: 9px;
  color: #fff;
  cursor: pointer;
}

.promotions-discounts__form-input-name .custom-radio+label span,
.promotions-discounts__form-input-name div span {
  color: #F22B1E;
  margin-left: 5px;
}

.promotions-discounts__form-input-name div span {
  display: contents;
}

/* создание в label псевдоэлемента  before со следующими стилями */
/*.promotions-discounts__form-input-name .custom-radio+label::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}*/

.promotions-discounts__form-input-name .custom-radio+label::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #bbb;
  margin-right: 0.5em;
  background: #fff;
}

.promotions-discounts__form-input-name .custom-radio:checked > label {
  background: #169859;
}
/* стили при наведении курсора на радио */
/*.custom-radio:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}*/
/* стили для активной радиокнопки (при нажатии на неё) */
/*.custom-radio:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}*/
/* стили для радиокнопки, находящейся в фокусе */
/*.custom-radio:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}*/
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
/*.custom-radio:focus:not(:checked)+label::before {
  border-color: #80bdff;
}*/
/* стили для радиокнопки, находящейся в состоянии checked */
/*.promotions-discounts__form-input-name .custom-radio:checked + label::before {
  background-size: 6px;
  background-image: url("/ms-excel/images/radio.svg");
}*/
/* стили для радиокнопки, находящейся в состоянии disabled */
/*.custom-radio:disabled+label::before {
  background-color: #e9ecef;
}*/
.promotions-discounts__form-input-name .custom-radio:checked + label::after {
  content: url(/ms-excel/images/chek-black.svg);
  position: absolute;
}

.promotions-discounts__form-input-format .custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.promotions-discounts__form-input-format .custom-radio+label {
  display: flex;
  align-items: center;
  user-select: none;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 7px 16px;
  margin-bottom: 4px;
  font-weight: normal;
  float: left;
  cursor: pointer;
}

.promotions-discounts__form-input-format .custom-radio+label::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid;
  margin-right: 0.5em;
}

.promotions-discounts__form-input-format input[type="radio"]:checked + label::after {
	content: url('/ms-excel/images/chek-green.svg');
	position: absolute;
}






.diploms .container {
    border: 3px solid #27AD44;
    padding: 51px 59px;
}

.diploms__items {
	width: max-content;
    margin: 0 auto;
}

.diploms__item {
	text-align: center;
	padding-bottom: 14px;
}

.diploms__item a {
	display: inline-block;
	/*border: 10px solid #fff;
	width: 100%;*/
}

.diploms .title {
	position: relative;
}

.diploms__text {
	font-size: 18px;
  line-height: 22px;
	/*padding-top: 24px;*/
	margin: 20px 0;
}

.diploms h2 {
	padding-bottom: 67px;
}

.diploms h2::after {
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 135px;
    height: 4px;
    background: #27AD44;
}

.diploms .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}

.diploms .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}

.order {
  padding-top: 60px;
}

.order-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  position: relative;
}

.order-links__item {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition-duration: .2s;
}

.order-links__item + .order-links__item {
  margin-left: 55px;
}

.order-links__item.active, .order-links__item:hover {
  font-size: 35px;
}

.order-links:after {
  content: url(/bitrix/templates/main-new/images/program-line.svg);
  position: absolute;
  left: -310px;
  bottom: -20px;
}

.order-links__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  bottom: -13px;
  height: 4px;
  background: #febc1d;
  border-radius: 12px;
  transition: 0.3s all;
  transform: scale(0);
}

.order-links__item.active:after {
  transform: scale(1);
}

.robot-tab {
  max-width: 305px;
  position: absolute;
  left: -20px;
  top: 15px;
}

.order-bodies__item {
  min-height: 310px;
}

.order-bodies {
  padding: 40px 0;
}

.form_radio_btn {
  display: block;
  margin-right: 10px;
}
.form_radio_btn input[type="radio"] {
  display: none;
}
.form_radio_btn label {
  display: block;
  cursor: pointer;
  padding: 14px 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  user-select: none;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 125.19%;
  letter-spacing: 0.1em;
  transition: 0.3s all;
}

.form_radio_btn + .form_radio_btn {
  margin-top: 17px;
}

/* Checked */
.form_radio_btn input[type="radio"]:checked + label {
  background: #fff;
  color: #000;
}

.form_radio_btn input[type="radio"]:checked + label:hover {
  opacity: 1;
}

/* Hover */
.form_radio_btn label:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.4;
}

/* Disabled */
.form_radio_btn input[type="radio"]:disabled + label {
  background: #efefef;
  color: #666;
}

.pt-32 {
  padding-top: 32px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox + label {
  font-weight: 400;
  cursor: pointer;
  margin: 3px 0 27px;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #ffffff;
  border-radius: 2px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #fff;
}

.custom-checkbox:checked + label::before {
  background-image: url("data:image/svg+xml; utf8,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 5.56098C3.89922 8.60163 8.90698 18 8.90698 18C8.90698 18 8.51163 5.97561 18 1' stroke='black' stroke-width='2'/></svg>");
}

.form-checkbox {
  margin-top: 10px;
}

.form_radio_btn + .form-checkbox {
  margin-top: 18px;
}

.ps-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.br-white {
  position: relative;
}

.br-white::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 230px;
  background-color: #fff;
  top: 35px;
  right: 0;
}

.order-bodies__title {
  max-width: 420px;
  font-weight: 500;
  font-size: 24px;
  line-height: 125.19%;
  text-align: center;
  color: #ffcf27;
}

.discount-item {
  display: flex;
  border: 2px solid #feb70b;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 4px;
  min-height: 74px;
  align-items: center;
  margin-left: 15px;
}

.discount-item__left {
  flex: 0 0 60%;
  font-weight: 500;
  font-size: 10px;
  position: relative;
}

.discount-item__price {
  flex: 0 0 40%;
  font-weight: 500;
  font-size: 10px;
}

.discount-item__bold {
  font-weight: bold;
  font-size: 16px;
}

span.fw-bold {
  font-weight: bold;
}

.discount-item + .discount-item {
  margin-top: 10px;
}
.discount-item__left-bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 125.19%;
}

.discount-result {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 8px;
}

.discount-result__right {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ffcf27;
  font-family: "Montserrat";
}

.discount-result__left {
  font-weight: 500;
  font-size: 10px;
  line-height: 125.19%;
  color: #ffcf27;
}

.discount-result__left-bold {
  font-weight: 500;
  font-size: 24px;
  line-height: 125.19%;
}

.empty-btn {
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 118.69%;
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 272px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 56px;
  color: #fff;
  transition: 0.3s all;
}

.empty-btn:hover {
  background-color: #fff;
  color: #299bf3;
  text-decoration: none;
}

.order-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.order-sum__bold {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
}

.order-sum {
  font-weight: 500;
  font-size: 16px;
  line-height: 125.19%;
}

.order-btn {
  flex: 0 1 272px;
  white-space: nowrap;
  padding-bottom: 10px;
}

.accord-body {
  display: none;
}

.question__ask {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.accord-link__text {
  padding-top: 14px;
  padding-right: 10px;
}

.accord-link {
  padding: 18px 0 20px;
  cursor: pointer;
}

.accord-link__icon {
  height: 40px;
}

.question-item {
  border-top: 2px solid #000;
  transition: color 0.3s, background-color 0.3s;
}

.question-item .crest line,
.question-item path {
  /* transition: 0.3s all; */
}

.accord-link__icon .crest {
  transition: transform 0.3s;
  transform-origin: 50% 50%;
}

.accord-link:hover path {
  fill: #fff;
}

.accord-link:hover .crest line {
  stroke: #000;
}

.question-item:last-child {
  border-bottom: 2px solid #000;
}

.question-item .opened .crest {
  transform: rotate(135deg);
}

.question__answer {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 40px;
}

.faq h2 {
  padding-bottom: 90px;
}

.faq {
  padding-bottom: 140px;
  position: relative;
  min-height: 660px;
}

.faq-bodies-mobile {
  display: none;
}

.faq-bodies__item a {
  color: #fff;
  text-decoration: underline;
}

.faq-bodies__item a:hover {
  text-decoration: none;
}

.faq-links__item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  transition: 0.3s all;
  padding-top: 11px;
  padding-bottom: 18px;
}

.faq-links__item.active {
  cursor: default;
  color: #19ac65;
}

.pl-0 {
  padding-left: 0 !important;
}

.player-btn {
}

.player-btn:before {
  content: "";
  width: 138px;
  height: 138px;
  position: absolute;
  left: 120px;
  top: 200px;
  background-size: cover;
  background-image: url(/bitrix/templates/main-new/images/play-btn.svg);
  z-index: 2;
}

.teachers {
  /*margin-top: 100px;
  padding: 60px 0 140px;*/
}

.teachers-item__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-top: 32px;
  color: #000000;
}

.teachers-item {
  text-align: center;
}

.teachers-item__disciplin {
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  color: #000;
}

.program-slider__slide-description-text {
  margin-bottom: 20px;
  line-height: 25px;
}

.program-slider__accord-list {
  margin: 70px 0 65px;
}

.course-program .accord-item {
  border-bottom: 2px solid #000;
}

.course-program .accord-item:first-child {
  margin-top: 3px;
  border-top: 2px solid #000;
}

.course-program .accord-link {
  display: flex;
  justify-content: space-between;
}

.course-program .accord-link__text {
  font-weight: 600;
  line-height: 20px;
  padding-left: 17px;
  color: #000;
  text-transform: uppercase;
}

.course-program .accord-link__icon {
  padding-top: 2px;
  margin-right: 42px;
}

.accord-link__icon svg {
  transition: 0.3s all;
}

.opened .accord-link__icon svg {
  transform: rotate(45deg);
}

.accord-link__icon line,
.accord-link__icon circle {
  transition: 0.3s all;
}

.opened .accord-link__icon line {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.opened .accord-link__icon circle {
  fill: #000;
}

.course-program .accord-body {
  padding-bottom: 30px;
  padding-left: 17px;
  width: 80%;
}

.accord-body .accord-body-icons {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.accord-body .accord-body-icons img {
  width: 18px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.accord-body .accord-body-icons div {
  margin-right: 45px;
}

.program-slider__slide-list {
  margin: 40px 0 30px;
}

.program-slider__slide-list ul li {
  width: 33%;
  display: inline-grid;
  font-size: 16px;
  padding: 0px 30px;
  line-height: 19px;
  margin-bottom: 20px;
}

.program-slider__slide-list ul {
  list-style: none;
}

.program-slider__slide-list li:before{
  content: '';
  display: block;
  height: 10px;
  top: 18px;
  left: -37px;
  position: relative;
  width: 10px;
  border-radius: 50%;
  background-color: #19ac65;
}

.program-slider__slider-buttons {
  display: flex;
  text-align: center;
  /*justify-content: space-around;*/
}

.course-program .program-slider__slider-select {
  width: 33%;
}

.course-program .program-slider__slider-select .ss-main .ss-single-selected {
  width: 100%;
  color: #19ac65;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  border: 1px solid #19ac65;
  border-radius: 20px;
  padding: 24px 10px;
  display: inline-block;
  transition: 0.3s all;
  height: auto;
  margin-top: 0;
}   

.course-program .ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  margin: 0 auto;
}

.course-program .program-slider__slider-select .ss-main .ss-single-selected:hover {
  background: linear-gradient(0deg, #169859, #169859);
  color: #fff;
  text-decoration: none;
}

.course-program form .ss-main .ss-single-selected .ss-arrow {
  position: absolute;
  right: 5%;
  top: 50%;
}

.course-program.default-background form .ss-content {
  /*margin-top: 0;*/
  margin-top: -74px;
}

/*.program-slider__slider-select {
  width: 100%;
  color: #19ac65;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  border: 1px solid #19ac65;
  border-radius: 20px;
  padding: 24px 52px;
  display: inline-block;
  transition: 0.3s all;
}*/

/*.program-slider__slider-select:after {
  content: url(/ms-excel/images/select-arrow.svg);
  position: absolute;
  margin-left: 20px;
}*/

.program-slider__slider-btn {
  width: 33%;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 24px;
  line-height: 28px;
  background: linear-gradient(0deg, #19ac65, #19ac65);
  border-radius: 20px;
  padding: 25px 52px;
  display: inline-block;
  transition: 0.3s all;
  border: 0;
}

.program-slider__slider-btn-1 {
  margin: 0px 20px;
}

.program-slider__slider-btn:hover {
  background: linear-gradient(0deg, #169859, #169859);
  color: #fff;
  text-decoration: none;
}

.gray-color {
  color: #4a4a4a;
}

ul.without-marker {
  list-style: none;
  padding: 0;
}

ul.without-marker li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 49px;
  color: rgba(0, 0, 0, 0.9);
}

.course-program .hide-btn {
  padding-top: 28px;
  text-align: center;
}

section.formats {
  /*padding-bottom: 230px;*/
  position: relative;
  padding-top: 0;
}

.reviews {
  /* padding: 400px 0; */
  padding-bottom: 90px;
  padding-top: 130px;
}

.formats-cloud {
  position: absolute;
  left: calc((100vw - 1150px) / 2 * (-1));
  bottom: -290px;
}

.formats-cubic {
  position: absolute;
  right: calc((100vw - 1150px) / 2 * (-1));
  bottom: -130px;
}

.reviews-slider-nav .slick-list {
  padding: 0 !important;
}

.reviews-slider-for_photo {
  background-size: cover;
  width: 314px;
  height: 314px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  margin: 0 auto;
}

.reviews-slider-for {
  margin-top: 70px;
}

.reviews-slider-for__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 6px;
}

.reviews-slider-for__pos {
  font-size: 18px;
  line-height: 30px;
  color: #848484;
}

.reviews-slider-for__text {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding-top: 40px;
}

.reviews-slider-nav {
  margin-top: 115px;
}

.review-prev,
.review-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.review-prev {
  left: -50px;
}

.review-next {
  right: -50px;
}

.reviews-slider-nav__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  transition: 0.3s all;
}

.reviews-slider-nav__photo {
  margin: 18px auto 0;
  width: 95px;
  height: 95px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: 0.3s all;
  margin-bottom: 40px;
}

.reviews-slider-nav__slide.slick-slide.slick-current.slick-active.slick-center
  .reviews-slider-nav__name {
  transform: scale(0);
}

.reviews-slider-nav__slide.slick-slide.slick-current.slick-active.slick-center
  .reviews-slider-nav__photo {
  transform: scale(1.8);
  /* margin-top: -18px; */
}

.reviews-slider-nav {
  position: relative;
}

.reviews-slider-nav:before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 80%;
  height: 1px;
  z-index: 0;
  margin-left: -40%;
  background: #19AC65;
}

.add-review {
  margin-top: 92px;
  text-align: center;
  margin-bottom: 40px;
}

.cashback-world {
  background: #006848;
}

.cashback-world-img2 {
  display: none;
}

section.gallery {
  /*margin-top: 130px;*/
  padding-top: 50px;
  padding-bottom: 150px;
}

.gallery-slider__slide {
  height: 230px !important;
  border-radius: 24px;
  background-size: cover;
  margin: 0px 16px;
}

.gallery-slider .slick-list {
  overflow: initial !important;
}

.gallery .gallery-slider {
  position: relative;
  padding-top: 90px;
  margin-bottom: 60px;
}

.gal-prev,
.gal-next {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 60px;
}

.gal-prev {
  right: 100px;
}

.gallery-slider .slick-dots li button:before {
  width: 13px;
  height: 13px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s all;
}

.gallery-slider .slick-dots li {
  width: 13px;
  height: 13px;
}

.gallery-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #19ac65;
}

.gallery .gallery-slider .slick-dots {
  bottom: -60px;
}

/*.section.section-30 {
  padding-bottom: 0 !important;
  overflow: hidden;
}
*/
.bottom-contacts .section__title {
  text-align: left;
  font-size: 48px;
  line-height: 76px;
}

.circles-i {
  position: absolute;
  bottom: -90px;
  left: -50px;
}

.bottom-contacts {
  position: relative;
  padding: 50px 0;
}

.big-phone {
  position: absolute;
  right: calc((100vw - 1150px) / 2 * (-1));
  top: -58px;
}

.bottom-contacts__field-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #9c9c9c;
}

.bottom-contacts__field-value {
  font-weight: bold;
  font-size: 24px;
  line-height: 136%;
  color: #000000;
  padding-top: 12px;
  display: flex;
}

.bottom-contacts__field {
  padding-top: 40px;
}

.bottom-contacts__field-value a + a {
  margin-left: 5px;
}
.bottom-contacts__field-value a:hover{
  text-decoration: none;
}
.bottom-contacts:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100% !important;
  background-color: #fff;
  top: 100px;
  left: calc((100vw - 1150px) / 2 * (-1));
}

.order {
  position: relative;
}

img.dash-line {
  position: absolute;
  bottom: -240px;
  left: -480px;
}

img.bottom-bg-white {
  position: absolute;
  left: calc((100vw - 1139px) / 2 * (-1));
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

img.top-bg-white {
  position: absolute;
  left: calc((100vw - 1139px) / 2 * (-1));
  top: -107px;
  width: 100vw;
  z-index: -1;
}

.white-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc((100vw - 1139px) / 2 * (-1));
  top: 27px;
  width: 100vw;
  height: calc(100% - 140px);
  background-color: #fff;
}

.yellow-bg {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-bottom: 120px;
}

.yellow-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc((100vw - 1139px) / 2 * (-1));
  top: -30px;
  width: 100vw;
  height: calc(100% - 70px);
  background-color: #feb70b;
}

.yellow-bg p {
  color: #fff;
  font-size: 20px;
}

.bottom-contacts__field .green-reviews-btn {
  border: none;
  margin-top: 30px;
  padding: 16px 27px;
  cursor: pointer;
}

input.def-input {
  background: #ffffff;
  border: 1px solid #1ba9f8;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px;
  max-width: 444px;
  width: 100%;
  margin-top: 30px;
}

.only-mobile {
  display: none;
}

.blue-section .ss-main .ss-single-selected {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 82px;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
  margin-top: 15px;
}

.blue-section span.placeholder {
  justify-content: center;
}

.blue-section .ss-main .ss-single-selected .ss-arrow span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
}

.course-program .ss-main .ss-single-selected .ss-arrow span {
	border-bottom: solid #19AC65;
    border-right: solid #19AC65;
}

.blue-section .ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 82px;
  border-bottom-right-radius: 82px;
}

.default-background .ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 82px;
  border-bottom-right-radius: 82px;
}

.course-program.default-background .ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blue-section .ss-content {
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
}

.default-background .ss-content {
  padding: 10px;
  border-radius: 20px;
  margin-top: 0px;
}

.course-program.default-background .ss-content {
  margin-top: -20px;
}

.faq .ss-main {
  margin-bottom: 30px;
  margin-top: -20px;
}

.default-background .ss-main .ss-single-selected {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  height: 37px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 82px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0);
}

.default-background span.placeholder {
  justify-content: center;
}

.default-background span.arrow-down {
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 4px !important;
}

@media screen and (max-width: 1370px) {
  .white-bg:before {
    top: 0;
    height: calc(100% - 100px);
  }
}

@media screen and (max-width: 1199px) {
  .promo__discount {
    right: 60px;
  }
  .nav-category {
    display: none;
  }
  img.top-bg-white {
    left: calc((100vw - 940px) / 2 * (-1));
    max-width: 120vw;
    top: -40px;
  }
  img.bottom-bg-white {
    left: calc((100vw - 940px) / 2 * (-1));
    max-width: 120vw;
    bottom: 40px;
  }
  .white-bg:before {
    left: calc((100vw - 940px) / 2 * (-1));
  }
  .yellow-bg:before {
    left: calc((100vw - 940px) / 2 * (-1));
  }
  .formats-cloud {
    display: none;
  }
  .big-phone {
    display: none;
  }

  .white-bg:before {
    top: 40px;
    height: calc(100% - 140px);
  }
}

@media (min-width: 992px) {
  .teachers-slider__wrap .swiper-button-next,
  .teachers-slider__wrap .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 991px) {
  
}


@media screen and (max-width: 991px) {
  .section.section-120 {
    padding: 20px 0;
  }
  .promo__discount {
    right: 30px;
    top: 80px;
  }
  .section .title, .promo__img-header {
    display: block;
  }

  .item-promo__info, .promo__img {
    display: none;
  }
  .course-levels .row {
    margin-bottom: 0;
  }
  .course-levels__img-sm {
    display: block;
    margin-bottom: 15px;
  }
  .course-levels__list ul {
    margin-left: 0px;
  }

  .course-levels__list ul li {
    margin-bottom: 0;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .course-levels__list li:before {
	height: 5px;
    top: 10px;
    left: -15px;
    width: 5px;
  }

  .course-levels__img-md {
    display: none;
  }

  .title, .title h1, .title h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .promo__title span {
    font-size: 36px;
    line-height: 44px;
  }

  .green-btn {
    width: 100%;
  }

  .promo__title {
    /*font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    padding-bottom: 0;*/
  }

  .record-form__recording-block .form-recording {
    margin-bottom: 40px;
  }

  .record-form__benefit-item {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }

  .record-form__benefit-description {
  	padding: 0;
  	margin-top: 30px;
  }

  .record-form__benefit-title {
  	font-size: 14px;
	line-height: 16px;
  }

  .record-form__benefit-text {
  	font-size: 14px;
  	line-height: 17px;
  }
  
  .only-mobile,
  .faq-bodies-mobile {
    display: block;
    position: relative;
  }

  .record-form__benefit-icon {
    flex-direction: row;
    justify-content: center;
  }

  .program-slider__slider-buttons {
    flex-direction: column;
    align-items: center;
  }

  body .section.section-30 {
    padding-top: 0;
  }
  /*section.promo {
    margin-top: 10px;
  }*/

  .promo__desc {
    font-size: 13px;
    line-height: 164.19%;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    margin-top: 30px;
  }
  .promo__img:before {
    /* content: url(/bitrix/templates/main-new/images/mobile-promo-wives.svg); */
  }
  img.promo-mobile-wives {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  section.promo .col-md-6 {
    text-align: center;
  }
  .promo .white-btn {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    padding: 11px 47px;
  }

  .education .education__img {
    margin-top: 20px;
  }
  .education .education__paragraph {
    margin: 0 0 0 5px;
  }
  .education .education__paragraph-title:before {
    height: 8px;
    top: 14px;
    left: -15px;
    position: relative;
    width: 8px;
  }
  .education .education__text, .education-text .education__text {
    margin-top: 15px;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .categories__img img {
    display: inline !important;
  }
  .page-title.bgg {
    display: none;
  }
  .categories__list .slick-list {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .categories {
    margin-top: 100px;
    position: relative;
  }
  .categories::before {
    content: "";
    position: absolute;
    width: calc(100vw + 120px);
    height: calc(100% + 160px);
    left: calc((100vw - 1130px) / 2 * (-1) - 250px);
    top: -56px;
    background: #ffffff;
    box-shadow: 0px 4px 67px rgb(0 0 0 / 25%);
    border-radius: 100%/20%;
  }
  .categories__item {
    box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
  }
  .categories__about-title {
    display: none;
  }
  .mobile-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #010101;
  }
  .section-line-bottom::after {
    content: none;
  }
  .categories__img {
    height: 170px;
  }
  .categories__img img {
    max-height: 100%;
  }
  .categories__about {
    padding-top: 75px;
  }
  .img-clip {
    text-align: center;
    position: relative;
  }
  img {
    max-width: 100%;
  }
  .categories__about p {
    padding-top: 30px;
    font-weight: normal;
    font-size: 13px;
    line-height: 180%;
    color: #434343;
  }
  .player-btn:before {
    left: 240px;
  }
  .categories a.green-reviews-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    padding: 11px 47px;
    margin-top: 20px;
  }

  .categories__about {
    text-align: center;
  }

  .categories__about p {
    text-align: justify;
  }

  .cashback-world-img1 {
    display: none;
  }
  .cashback-world-img2 {
    display: block;
  }

  img.top-bg-white {
    left: calc((100vw - 720px) / 2 * (-1));
    z-index: -1;
    top: -40px;
  }
  img.bottom-bg-white {
    left: calc((100vw - 720px) / 2 * (-1));
    z-index: -1;
    bottom: 40px;
  }
  .white-bg:before {
    left: calc((100vw - 720px) / 2 * (-1));
  }
  .yellow-bg:before {
    left: calc((100vw - 720px) / 2 * (-1));
    top: -80px;
    height: calc(100% - 20px);
  }
  .course-program h2 {
    margin-bottom: 20px;
  }
  .course-program .swiper-pagination {
    display: none;
  }
  .absolute-vawes-1 {
    display: none;
  }
  body .teachers .swiper-pagination {
    bottom: -40px;
  }
  .advantages {
    padding-bottom: 0;
  }
  .advantages-slider__img img {
    height: inherit;
  }
  h2.section__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 130%;
    /* or 27px */
    text-align: center;
  }

  /*body .advantages-slider,
  body .diploms-slider,
  body .teachers-slider {
    padding-top: 30px;
  }*/

  .promotions-discounts .swiper-wrapper {
    margin-top: 50px;
  }

  /*.promotions-discounts .container {
    padding: 0;
  }*/

  .gallery-slider__slide.slick-current.slick-active,
  .advantages-slider__item.swiper-slide-active {
    margin-right: -10px;
  }

  .gallery-slider .slick-track {
    display: flex;
    left: -2px;
  }

  .promotions-discounts .swiper-slide {
    margin-bottom: 10px;
  }

  .promotions-discounts .container,
  .advantages .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promotions-discounts .title {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .advantages .title {
    margin-left: 15px;
  }

  .promotions-discounts .swiper-button-prev,
  .promotions-discounts .swiper-button-next {
    display: none;
  }
  .promotions-discounts .promotions-discounts__item-block {
    padding: 40px 15px 50px;
  }
  .promotions-discounts .swiper-slide-active {
    margin-left: 10px;
    margin-right: 25px!important;
    width: 80%!important;
  }
  .promotions-discounts .promotions-discounts__list {
    margin-bottom: 50px;
  }
  #order-form-1 .promotions-discounts__form-input-format,
  #order-form-2 .promotions-discounts__form-input-format {
    margin-bottom: 25px;
  }
  .promotions-discounts .promotions-discounts__description {
    margin-bottom: 25px;
  }
  .advantages-slider__item.swiper-slide-active {
    margin-left: 15px;
    margin-right: 5px!important;
    width: 85%!important;
  }
  .teachers .swiper-container-android .swiper-slide, .swiper-wrapper {
    margin-bottom: 40px;
  }

  .program-slider__slide-title {
    /*display: none;*/
    text-align: center;
  }

  .program-slider__slide-title {
    font-size: 24px;
    line-height: 28,13px;
  }
  .program-slider__slide.swiper-slide-active {
    padding: 20px 10px;
  }
  .program-slider__slide-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .program-slider__slide-date div, .program-slider__slide-time div {
    margin-right: 20px;
  }
  .program-slider__slide .program-slider__slide-header {
    flex-direction: column;
  }
  .program-slider__slide-date div, .program-slider__slide-time div, .program-slider__slide-price div {
    margin-left: 13px;
  }

  .program-slider__slide-date img, .program-slider__slide-time img, .program-slider__slide-price span {
    margin-left: 0;
  }
  .program-slider__slide-price span {
    font-size: 20px;
  }
  .program-slider__slide-date img, .program-slider__slide-time img {
    margin-left: 0;
    width: 16px;
  }

  .program-slider__slide-date, .program-slider__slide-time, .program-slider__slide-price {
    margin: 10px 0;
    font-size: 14px;
  }

  .program-slider__slide-description-title {
    text-align: left;
    font-size: 18px;
    margin-top: 45px;
  }

  .program-slider__slide-list ul li {
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .program-slider__slide-list li:before {
    height: 6px;
    top: 12px;
    left: -12px;
    width: 6px;
  }

  .course-program .program-slider__slider-btn {
    padding: 12px 52px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .course-program .accord-body {
    padding-left: 0;
    width: 100%;
  }
	.course-program .accord-body .accord-body-text {
		font-size: 13px;
	}
  .accord-body .accord-body-icons {
    flex-direction: column;
  }

  .accord-body .accord-body-icons div {
    margin-left: 32px;
  }

  .accord-body .accord-body-icons img {
    margin-left: -32px;
  }

  .col5 {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 35px;
  }

  .program-slider__slide-wrap .row {
    flex-wrap: wrap;
  }
  .course-program .accord-link__text {
    padding-top: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 164.19%;
  }

  .program-slider__slide-list ul {
    display: flex;
    flex-direction: column;
  }

  .course-program .accord-link {
    padding: 10px 0;
  }

  .course-program .ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  	font-size: 24px;
	line-height: 28px;
    white-space: normal;
  }
  .course-program.default-background .ss-main .ss-single-selected {
  	height: 76px;
  	padding: 6px 24px;
  	border: 2px solid #19AC65;
  	border-radius: 20px;
  	margin-bottom: 20px;
  }
  /*.course-program .ss-main .ss-single-selected .ss-arrow span {
    border: solid #19AC65;
  }*/
  .program-slider__slide-text {
    font-weight: normal;
    font-size: 13px;
    line-height: 180%;
  }

  .course-program .accord-link__icon svg {
    width: 30px;
  }

  .course-program .accord-link__icon {
    margin: 0;
    padding-top: 0;
  }
  .categories__name {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 0;
  }

  a.categories__link {
    font-size: 13px;
    line-height: 180%;
  }
  .white-bg h2 {
    font-size: 21px;
    line-height: 130%;
  }
  .course-program {
    padding: 30px 0 60px;
  }
  .course-program.default-background .ss-main .ss-single-selected {
    height: 52px;
  }
  .course-program .program-slider__slider-select {
    width: 100%;
  }
  .course-program .program-slider__slider-btn {
    width: 100%;
  }
  .course-program form .ss-main .ss-single-selected .ss-arrow {
    top: 30%;
  }
  .program-slider .swiper-wrapper {
    margin-top: 0;
  }
  .program-slider__slide-wrap .green-reviews-btn {
    font-size: 14px;
    line-height: 130%;
    padding: 11px 40px;
    font-weight: bold;
  }

  section.formats {
    padding-bottom: 40px;
  }

  img.formats-cubic {
    display: none;
  }
  .formats-tabs {
    padding-top: 30px;
  }
  .formats-links {
    display: none;
  }
  .formats-bodies {
    padding-top: 0;
  }
  .formats-bodies__item {
    text-align: center;
  }

  .formats-bodies__title {
    padding-top: 25px;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
  }

  .formats-bodies__text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 180%;
  }
  .reviews {
    padding-top: 25px;
  }

  .reviews-slider-for {
    margin-top: 40px;
  }

  .reviews-slider-for_photo {
    width: 130px;
    height: 130px;
  }

  .reviews-slider-for__name {
    text-align: center;
    padding-top: 30px;
    font-size: 17px;
    line-height: 20px;
  }

  .reviews-slider-for__pos {
    text-align: center;
    font-size: 13px;
    line-height: 180%;
  }

  .reviews-slider-for__text {
    padding-top: 18px;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
  }
  .reviews-slider-nav {
    display: none;
  }
  .reviews-slider-nav {
    display: none;
  }

  .add-review {
    margin-top: 40px;
  }

  .add-review .green-reviews-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    padding: 11px 42px;
  }
  .rev-prev,
  .rev-next {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
  }

  .rev-next {
    left: initial;
    right: 10px;
  }
  .diploms h2 {
    padding-bottom: 25px;
  }
  .diploms__text {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding-top: 20px;
  }
  .reviews-slider-nav {
    display: none !important;
  }
  .gallery .gallery-slider {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .advantages .advantages-slider {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .gallery .gallery-slider .slick-dots {
    bottom: 0;
  }
  .advantages .swiper-button-next,
  .advantages .swiper-button-prev {
    display: none;
  }

  .advantages-slider__title {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
  }

  .advantages-slider__text {
    font-size: 14px;
    line-height: 17px;
    padding-top: 10px;
  }
  .review-prev svg,
  .review-next svg {
    width: 20px;
  }
  .review-next {
    right: 10px;
    top: 40px;
  }
  .review-prev {
    left: 10px;
    top: 40px;
  }
  .order-links {
    display: none;
  }

  img.robot-tab {
    display: none;
  }
  .br-white::before {
    width: calc(100% - 30px);
    height: 2px;
    top: initial;
    bottom: 15px;
    left: 15px;
  }
  .diploms .slick-dots li button:before {
    width: 13px;
    height: 13px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s all;
  }

  .diploms .slick-dots li {
    width: 13px;
    height: 13px;
  }

  .diploms .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #feb70b;
  }

  .diploms .slick-dots {
    bottom: -30px;
    z-index: 2;
  }
  .absolute-circle-2 {
    display: none;
  }
  .program-slider__wrap .swiper-button-next svg,
  .program-slider__wrap .swiper-button-prev svg {
    width: 20px;
  }
  .program-slider__wrap .swiper-button-next,
  .program-slider__wrap .swiper-button-prev {
    top: 100px;
  }
  img.circles-i {
    display: none;
  }
  ul.without-marker li {
    font-size: 14px;
  }
  .br-white {
    padding-bottom: 30px;
  }
  .order {
    padding-top: 0;
  }
  .order-bodies {
    padding-top: 15px;
  }
  .discount-item {
    flex-wrap: wrap;
  }

  .discount-item__left {
    flex: 0 0 100%;
  }

  .discount-item__price {
    flex: 0 0 100%;
  }

  .discount-item__left + .discount-item__price {
    padding-top: 40px;
  }
  .order-bodies__title {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .form-checkbox label {
    font-size: 13px;
    line-height: 180%;
  }
  section.teachers h2 {
    padding-bottom: 30px;
  }
  .teachers-item__name {
    padding-top: 25px;
  }
  .teachers-item__img img {
    display: inline !important;
  }
  .teachers-item__name {
    font-size: 17px;
    line-height: 20px;
  }

  .teachers-item__disciplin {
    font-size: 13px;
    line-height: 180%;
    padding-top: 0;
  }
  /*.teachers {
    margin-top: 30px;
  }*/
  .discount-result {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #feb70b;
    border-radius: 20px;
    padding: 20px;
  }

  .discount-result__left {
    flex: 0 0 100%;
    padding-bottom: 10px;
  }

  .discount-result__right {
    flex: 0 0 100%;
  }

  .discount-result__left-bold {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .discount-item {
    margin-left: 0;
  }
  .order-wrap {
    flex-wrap: wrap;
    text-align: center;
  }

  .order-sum {
    flex: 0 0 100%;
  }

  .order-btn {
    flex: 0 0 100%;
    padding-top: 40px;
  }

  .order-sum__bold {
    font-size: 26px;
    line-height: 130%;
    padding-top: 10px;
  }

  .order-sum {
    font-weight: normal;
    font-size: 13px;
    line-height: 180%;
  }

  .order-btn .empty-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    background: #feb70b;
    border-radius: 82px;
    border: none;
    padding: 11px 44px;
  }
  .teachers .slick-dots li button:before {
    width: 13px;
    height: 13px;
    font-size: 0;
    background: #1fa5f7;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s all;
  }

  .teachers .slick-dots li {
    width: 13px;
    height: 13px;
  }

  .teachers .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #feb70b;
  }

  .teachers .slick-dots {
    bottom: -50px;
  }
  .faq-links,
  .faq-bodies {
    display: none;
  }

  .faq-bodies__item.active {
  }

  .faq-bodies,
  .faq-bodies-mobile {
    padding-left: 15px;
  }
  .faq .accord-link__text {
    font-weight: bold;
    font-size: 13px;
    line-height: 164.19%;
  }
  .faq .accord-link__icon svg {
    height: 32px;
    margin-top: 5px;
  }
  span.minus {
    display: none;
  }
  .discount-item:nth-child(2) .discount-item__price {
    padding-top: 0;
  }
  .discount-item:nth-child(2) .discount-item__left {
    display: none;
  }
  .discount-item:nth-child(4) .discount-item__price {
    /* display: none !important; */
  }
  .bottom-contacts .section__title {
    text-align: center;
    font-size: 21px;
    line-height: 130%;
  }

  .bottom-contacts__field {
    text-align: center;
  }

  .bottom-contacts__field-name {
    font-size: 12px;
    line-height: 164.19%;
  }

  .bottom-contacts__field-value {
    font-size: 17px;
    line-height: 20px;
  }

  input.phone-mask.def-input {
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #1ba9f8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 10px;
  }

  .bottom-contacts__field .green-reviews-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    padding: 11px 44px;
    margin-top: 15px;
  }
  .discount-item__left:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ffaf00;
    bottom: -20px;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .record-form__course-item {
    padding: 20px 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .record-form__course-item {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 840px) {
  img.top-bg-white {
    top: -20px;
  }
}

@media screen and (max-width: 750px) {
  img.top-bg-white {
    left: -15px;
    top: 0px;
  }
  img.bottom-bg-white {
    left: -15px;
    bottom: 70px;
  }
  .white-bg:before {
    left: -15px;
  }
  .yellow-bg:before {
    top: -100px;
    left: -15px;
    height: calc(100% - 5px);
  }
  .categories::before {
    left: -75px;
  }
/*  .swiper-slide-prev .program-slider__slide-img {
    opacity: 0;
  }
  .swiper-slide-next .program-slider__slide-img {
    opacity: 0;
  }
  .program-slider__slide:not(.swiper-slide-active) .program-slider__slide-img {
    opacity: 0;
  }*/
  .faq h2 {
    padding-bottom: 20px;
  }
/*  .col5 > img.program-slider__slide-img {
    padding: 0 40px;
    margin-top: 40px;
  }*/
  .advantages .swiper-pagination {
    bottom: -5px !important;
  }
}

@media screen and (max-width: 460px) {
  img.top-bg-white {
    top: 10px;
  }
  .player-btn:before {
    left: 120px;
  }
  .gallery-slider {
    padding-top: 20px;
  }
  .gal-prev,
  .gal-next {
    display: none !important;
  }
  /*.gallery-slider .slick-dots {
    bottom: -45px;
  }*/
  .rev-next {
    right: 4px;
  }
  .rev-prev {
    left: 4px;
  }
  body .advantages-slider {
    /* padding-bottom: 20px; */
  }
  .program-slider__wrap .swiper-button-next,
  .program-slider__wrap .swiper-button-prev {
    top: 170px;
  }
  section.gallery {
    padding-bottom: 130px;
    margin-bottom: -50px;
  }
  .ps-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .form_radio_btn {
    margin-right: 0;
  }
  .categories::before {
    left: -165px;
    width: calc(100vw + 280px);
  }
}

@media screen and (max-width: 420px) {
	.yellow-bg:before {
		height: calc(103% - 0px);
	}
	.diploms .container {
	    padding: 30px 20px;
	}
	.diploms__items {
		width: 100%;
	}
  .course-program.default-background .only-mobile .ss-main .ss-single-selected {
    height: 110px;
  }
}

@media screen and (max-width: 380px) {
  .player-btn:before {
    left: 70px;
    top: 170px;
  }
  img.clip-video {
    top: 204px;
    left: 14px;
    width: 230px;
  }

  .img-clip svg {
    width: 300px;
  }
  .player-btn:before {
    width: 80px;
    height: 80px;
    top: 240px;
    left: 90px;
  }
}

/*@media screen and (max-width: 285px) {
	.course-program.default-background .ss-main .ss-single-selected {
		height: 110px;
	}
}*/

@media screen and (max-width: 280px) {
  img.bottom-bg-white{
    bottom: 75px;
  }
  img.top-bg-white{
    top: 16px;
  }
}

.nopadding{
  padding: 0;
}
.custom-fix-box{
  height: 55px;
  margin-bottom: 5px;
  padding:0;
}
.custom-fix-box .form_radio_btn{
  height: 100%;
}
.custom-fix-box .form_radio_btn label{
  height:100%;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.empty-btn{
  background: transparent;
}

.bottom-contacts img.top-bg-white{
  top: -92px;
}

.link-teacher:hover{
  text-decoration: none;
}


@media (min-width: 2000px) {
  img.top-bg-white {
    top: -127px;
  }
  .bottom-contacts img.top-bg-white{
    top: -127px!important;
  }
}
@media (max-width:1190px) {
  .bottom-contacts img.top-bg-white{
    display: none;
  }
}
#fixed-header{
  padding: 10px 0;
  z-index: 500!important;
}

.is-sticky #fixed-header{
  background: linear-gradient(90deg, #4481eb 0%, #04befe 100%);
  width: 100%!important;
  left: 0;
  padding: 20px 0;
}
.is-sticky .nav-category__wrap{
  max-width: 1140px;
  margin: 0 auto;
}
.is-sticky .nav-category__list::after{
  display: none;
}

.black-text{
  color: #000!important;
}
.btn-bottom-with-text{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}

.default-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.default-popup.active {
  opacity: 1;
  visibility: visible;
}

.default-popup .dp-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.default-popup .dp-content {
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  max-width: 350px;
  width: 100%;
  padding-top: 61px;
  padding-bottom: 60px;
}

.default-popup .dp-content .my-container {
  max-width: 290px;
}

.default-popup .dp-content .dp-close {
  position: absolute;
  right: 0;
  top: -35px;
  width: 25px;
  height: 25px;
  background: no-repeat url(/ms-excel/images/dp-close.svg) 50%;
  cursor: pointer;
}

.default-popup .dp-content .dpc-hdr {
  display: block;
  color: #000000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

.default-popup .dp-content .def-inp {
  margin-bottom: 31px;
}

.default-popup .dp-content .dpc-btn-wrap {
  margin-bottom: 20px;
}

.default-popup .dp-content .dpc-btn-wrap.no-descr {
  padding-top: 20px;
}

.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span:nth-child(1) {
  margin-right: 5px;
}

.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span:nth-child(2) {
  color: #5862F5;
}

.default-popup .dp-content .dpc-btn-wrap .btn.purple {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 100%;
}

.default-popup .dp-content .dpc-btm-descr {
  display: block;
  color: #9C9C9C;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.default-popup .dp-content .dpc-items .dpc-itm {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 13px 15px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.default-popup .dp-content .dpc-items .dpc-itm:last-child {
  margin-bottom: 0px;
}

.default-popup .dp-content .dpc-items .dpc-itm .dpc-i-descr {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-right: 15px;
}

.default-popup .dp-content .dpc-items .dpc-itm .dpc-i-img img {
  display: block;
  max-width: 100%;
}

.default-popup .dp-content .dpc-thx {
  text-align: center;
}

.default-popup .dp-content .dpc-thx img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.default-popup .dp-content .dpc-thx .dpc-t-hdr {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.default-popup .dp-content .dpc-thx p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#dp_excel.default-popup.active input[type="text"] {
  border-bottom: 1px solid #000;
}

#dp_excel .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 #CA2E33;
  padding: 0;
  padding-bottom: 3px;
  padding-right: 15px;
}

#dp_excel.default-popup.active input[type="submit"] {
  background-color: #000;
  color: #fff;
}

#dp_excel.default-popup .dp-content .dpc-btn-wrap .btn.purple {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 100%;
  font-size: 18px;
line-height: 22px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
transition: all 0.5s ease;
padding-top: 14px;
padding-bottom: 14px;
border-radius: 3px;
}

#dp_excel.default-popup.active input[type="submit"]:hover {
  transition: 0.4s linear;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

a[data-form="dp_excel"] {
  cursor: pointer;
}

#record-form .record-form__courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}

#record-form .record-form__course-item {
  width: 330px;
}

#record-form .record-form__course-title,
#record-form .record-form__course-price {
  font-size: 20px;
}

.promotions-discounts-slider__wrap .swiper-button-prev {
  left: 170px;
}

.promotions-discounts-slider__wrap .swiper-button-next {
  right: 170px;
}

#record-form .record-form__course-old-price {
  font-size: 14px;
}
#record-form .record-form__course-old-price del {
  font-size: 17px;
}

@media (max-width: 1530px) {
  .promotions-discounts-slider__wrap .swiper-button-prev {
    left: 100px;
  }
  
  .promotions-discounts-slider__wrap .swiper-button-next {
    right: 100px;
  }
}

@media (max-width: 1400px) {
  .promotions-discounts-slider__wrap .swiper-button-prev {
    left: 10px;
  }
  
  .promotions-discounts-slider__wrap .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  #record-form .record-form__courses {
    grid-template-columns: repeat(2, 1fr);
  }
  .promotions-discounts-slider__wrap .swiper-button-prev,
  .promotions-discounts-slider__wrap .swiper-button-next {
    display: none;
  }
}

@media (max-width: 992px) {
  .promotions-discounts-slider__wrap .swiper-button-prev,
  .promotions-discounts-slider__wrap .swiper-button-next {
    display: none;
  }

  #record-form .col-md-8:nth-child(3) .record-form__benefit-text {
    width: unset;
  }

  #record-form .record-form__benefit-description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #record-form .record-form__courses {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #record-form .record-form__course-item {
    width: auto;
  }
  #record-form .col-sm-4 {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .promotions-discounts .promotions-discounts__item-block {
    padding-top: 30px;
  }
  .promotions-discounts__title.color-second {
    margin-bottom: 22px;
    font-size: 22px;
  }
  .promotions-discounts .promotions-discounts__form-input-name {
    margin-bottom: 10px;
  }
  #order-form-1 .promotions-discounts__form-input-format, #order-form-2 .promotions-discounts__form-input-format {
    margin-bottom: 15px;
  }
  .promotions-discounts .submit-input-name-btn {
    margin-bottom: 15px;
  }
}
.excel-expert__box-top {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.excel-expert__box-top .excel-expert__item-title {
  margin-bottom: 0;
}
.excel-section.excel-expert .excel-expert__item {
  min-height: 200px;
}
.excel-section.excel-expert .excel-expert__box-bottom {
  padding-bottom: 20px;
}
/* End */


/* Start:/ms-excel/css/main.css?175670707375637*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:focus,
button:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

*,
::before,
::after {
  box-sizing: border-box;

  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: currentcolor;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  tab-size: 4;
  text-size-adjust: 100%;
}

body {
  margin: 0;

  line-height: inherit;
}

hr {
  height: 0;

  border-top-width: 1px;

  color: inherit;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

a {
  text-decoration: inherit;
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp,
pre {
  font-size: 1em;
  font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas",
    "Liberation Mono", "Courier New", monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  border-collapse: collapse;

  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;

  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;

  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;

  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;

  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
  color: initial;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;

  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;

  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  transition: opacity 0.5s, z-index 0.5s, visibility 0.5s;
}

.body-lock {
  overflow: hidden;
}
.body-lock::after {
  opacity: 1;
  z-index: 50;
  visibility: visible;
}

.body-overflow {
  overflow: hidden;
}

.excel-page {
  /* padding-top: 40px; */
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #141B17;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-page {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .excel-page {
    padding-top: 12px;
  }
}

.excel-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .excel-container {
    padding: 0 8px;
  }
}

.excel-section {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .excel-section {
    margin-bottom: 16px;
  }
}
@media (max-width: 700px) {
  .excel-section {
    margin-bottom: 10px;
  }
}

.excel-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .excel-title {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .excel-title {
    font-size: 5.6vw;
  }
}

.text-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 991px) {
  .text-20 {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .text-20 {
    font-size: 3.7vw;
  }
}

.text-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 430px) {
  .text-14 {
    font-size: 3.3vw;
  }
}

.green-btn {
  display: inline-block;
  min-width: 275px;
  padding: 15px 14px 13px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  background-color: #00B063;
  transition: opacity 0.5s;
}
@media (max-width: 430px) {
  .green-btn {
    min-width: 0;
    width: 100%;
    font-size: 4.2vw;
  }
}
.green-btn:hover {
  opacity: 0.8;
}
.green-btn:active {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #00B063;
}

.dark-green-btn {
  display: inline-block;
  min-width: 275px;
  padding: 15px 14px 13px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  background-color: #141B17;
  transition: background-color 0.5s;
}
@media (max-width: 430px) {
  .dark-green-btn {
    min-width: 0;
    width: 100%;
    font-size: 4.2vw;
  }
}
.dark-green-btn:hover {
  background: linear-gradient(0deg, rgba(0, 176, 99, 0.3) 0%, rgba(0, 176, 99, 0.3) 100%), #141B17;
}
.dark-green-btn:active {
  background: #000000;
}

.light-green-btn {
  display: inline-block;
  padding: 14px 14px 12px;
  border-radius: 8px;
  border: 1px solid #00B063;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  background-color: transparent;
  transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 430px) {
  .light-green-btn {
    min-width: 0;
    width: 100%;
    font-size: 4.2vw;
  }
}
.light-green-btn:hover {
  color: #00B063;
  background: linear-gradient(0deg, rgba(0, 176, 99, 0.1) 0%, rgba(0, 176, 99, 0.1) 100%), #FFF;
}
.light-green-btn:active {
  color: #FFFFFF;
  background-color: #00B063;
}

.excel-hero {
  position: relative;
  padding: 35px 0 90px;
  color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-hero {
    margin: 0 40px;
    margin-bottom: 16px;
    padding: 32px 16px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 700px) {
  .excel-hero {
    margin: 0 8px;
    margin-bottom: 10px;
    padding: 32px 16px 40px;
  }
}
.excel-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #141B17;
}
.excel-hero__bg::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(54%, -50%);
  display: block;
  width: 2087px;
  height: 2998px;
  border-radius: 50%;
  opacity: 0.07;
  background: linear-gradient(270deg, #FFF 0%, #4AE1FF 100%);
}
@media (max-width: 991px) {
  .excel-hero__bg::before {
    width: 845px;
    height: 1214px;
    transform: rotate(-90deg);
    top: -780px;
    left: -214px;
  }
}
@media (max-width: 430px) {
  .excel-hero__bg::before {
    left: -370px;
  }
}
.excel-hero__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(55%, -28%) rotate(45deg);
  display: block;
  width: 1988px;
  height: 2316px;
  border-radius: 50%;
  opacity: 0.07;
  background: linear-gradient(270deg, #FFF 0%, #4AE1FF 100%);
}
@media (max-width: 991px) {
  .excel-hero__bg::after {
    width: 805px;
    height: 938px;
    transform: rotate(-45deg);
    top: -650px;
    right: -140px;
  }
}
@media (max-width: 430px) {
  .excel-hero__bg::after {
    top: -640px;
    right: -300px;
  }
}
.excel-hero .excel-container {
  position: relative;
}
@media (max-width: 991px) {
  .excel-hero .excel-container {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
.excel-hero__img {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 416px;
  height: 100%;
}
@media (max-width: 991px) {
  .excel-hero__img {
    position: static;
    width: 195px;
    height: 221px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 430px) {
  .excel-hero__img {
    width: 45vw;
    height: 51vw;
  }
}
.excel-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-hero__content {
  position: relative;
  padding-top: 47px;
  z-index: 1;
}
@media (max-width: 991px) {
  .excel-hero__content {
    padding: 0;
  }
}
.excel-hero__breadcrumbs {
  margin-bottom: 110px;
  display: none;
  align-items: center;
  gap: 7px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .excel-hero__breadcrumbs {
    margin-bottom: 32px;
  }
}
.excel-hero__breadcrumbs li:not(:last-child)::after {
  content: " / ";
}
.excel-hero__breadcrumbs span {
  color: #00B063;
}
.excel-hero__title {
  max-width: 605px;
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
}
@media (max-width: 991px) {
  .excel-hero__title {
    gap: 20px;
    margin-bottom: 26px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .excel-hero__title {
    font-size: 4.6vw;
  }
}
.excel-hero__title span {
  font-size: 64px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .excel-hero__title span {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .excel-hero__title span {
    font-size: 9.3vw;
  }
}
.excel-hero__btn {
  margin-bottom: 106px;
}
@media (max-width: 991px) {
  .excel-hero__btn {
    margin-bottom: 32px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .excel-hero__btn {
    margin-bottom: 38px;
  }
}
.excel-hero__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 991px) {
  .excel-hero__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .excel-hero__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.excel-hero__item {
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background-color: #182927;
}
@media (max-width: 430px) {
  .excel-hero__item {
    padding: 16px 18px 14px;
  }
}
.excel-hero__item.highlight {
  border: 2px solid #00B063;
  box-shadow: 0px 0px 20px 0px rgba(0, 176, 99, 0.4);
}
.excel-hero__item p {
  line-height: 110%;
  opacity: 0.8;
  color: #fff;
}
.excel-hero__item-title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -0.36px;
  color: #fff;
}
@media (max-width: 700px) {
  .excel-hero__item-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .excel-hero__item-title {
    font-size: 3.7vw;
  }
}

.excel-awaits {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .excel-awaits {
    grid-template-columns: 258px 1fr;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .excel-awaits {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.excel-awaits__box-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #00B063 0%, #007542 100%);
  overflow: hidden;
}
.excel-awaits__box-left::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -233px;
  display: block;
  width: 1829px;
  height: 938px;
  transform: rotate(-2deg);
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(270deg, #FFF 0%, #FFF 100%);
}
@media (max-width: 991px) {
  .excel-awaits__box-left::before {
    top: 10px;
  }
}
@media (max-width: 700px) {
  .excel-awaits__box-left::before {
    top: -40px;
  }
}
.excel-awaits__box-left::after {
  content: "";
  position: absolute;
  top: 260px;
  left: -324px;
  display: block;
  width: 1342px;
  height: 759px;
  transform: rotate(-2deg);
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(270deg, #FFF 0%, #FFF 100%);
}
@media (max-width: 991px) {
  .excel-awaits__box-left::after {
    top: 134px;
  }
}
@media (max-width: 700px) {
  .excel-awaits__box-left::after {
    top: 80px;
  }
}
.excel-awaits__img {
  position: relative;
  z-index: 1;
  width: 207px;
  height: 184px;
}
@media (max-width: 991px) {
  .excel-awaits__img {
    width: 119px;
    height: 105px;
  }
}
@media (max-width: 430px) {
  .excel-awaits__img {
    width: 27.7vw;
    height: 24.4vw;
  }
}
.excel-awaits__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-awaits__box-right {
  padding: 50px 80px 68px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-awaits__box-right {
    padding: 36px 16px 40px;
  }
}
.excel-awaits__title {
  margin-bottom: 40px;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-awaits__title {
    margin-bottom: 20px;
  }
}
.excel-awaits__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .excel-awaits__item {
    gap: 20px;
  }
}
.excel-awaits__item:not(:last-child) {
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .excel-awaits__item:not(:last-child) {
    margin-bottom: 26px;
  }
}
.excel-awaits__icon {
  flex-shrink: 0;
  flex-grow: 0;
  width: 66px;
  height: 66px;
}
@media (max-width: 991px) {
  .excel-awaits__icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 430px) {
  .excel-awaits__icon {
    width: 10.2vw;
    height: 10.2vw;
  }
}
.excel-awaits__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-awaits__text {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-awaits__text {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .excel-awaits__text {
    font-size: 3.3vw;
  }
}

.excel-test {
  padding: 60px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 1200px) {
  .excel-test {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  .excel-test {
    padding: 16px;
    padding-bottom: 40px;
  }
}
.excel-test__box {
  position: relative;
  padding: 33px 88px 33px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 16px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-test__box {
    padding: 20px;
    padding-top: 32px;
    margin-bottom: 20px;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 430px) {
  .excel-test__box {
    gap: 27px;
  }
}
.excel-test__box::before {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  top: -20px;
  width: 679px;
  height: 716px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.17;
  background: linear-gradient(270deg, #FFF 0%, #4AC0FF 100%);
}
@media (max-width: 991px) {
  .excel-test__box::before {
    width: 776px;
    height: 384px;
    right: 50%;
    top: -210px;
    transform: translateX(50%);
    background: linear-gradient(-259deg, #FFF -4.36%, #4AC0FF 69.19%);
  }
}
@media (max-width: 430px) {
  .excel-test__box::before {
    width: 617px;
    height: 305px;
    top: -130px;
    right: -74px;
    transform: translateX(0);
  }
}
.excel-test__box::after {
  content: "";
  display: block;
  position: absolute;
  right: -142px;
  top: 150px;
  width: 657px;
  height: 530px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.17;
  background: linear-gradient(270deg, #FFF 0%, #4AC0FF 100%);
}
@media (max-width: 991px) {
  .excel-test__box::after {
    width: 826px;
    height: 666px;
    right: 50%;
    top: -590px;
    transform: translateX(60%) rotate(-133.275deg);
  }
}
@media (max-width: 430px) {
  .excel-test__box::after {
    width: 656px;
    height: 529px;
    top: -440px;
    right: -190px;
    transform: rotate(-133.275deg);
  }
}
.excel-test__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 991px) {
  .excel-test__content {
    max-width: none;
    align-items: stretch;
    gap: 16px;
  }
}
@media (max-width: 430px) {
  .excel-test__content .excel-test__text {
    max-width: 177px;
  }
}
@media (max-width: 991px) {
  .excel-test__title {
    max-width: 335px;
  }
}
.excel-test__img {
  z-index: 1;
  width: 196px;
  height: 196px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .excel-test__img {
    margin: 0 auto;
    width: 167px;
    height: 158px;
  }
}
@media (max-width: 430px) {
  .excel-test__img {
    width: 38.8vw;
    height: 36.7vw;
  }
}
.excel-test__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-test__text {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-test__text {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .excel-test__text {
    font-size: 3.3vw;
  }
}
.excel-test__list {
  position: relative;
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 991px) {
  .excel-test__list {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.excel-test__list::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 50%;
  display: block;
  width: calc(100% - (100% - 8px) / 4);
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #00B063, #141B17);
  z-index: 1;
}
@media (max-width: 991px) {
  .excel-test__list::before {
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: calc(100% - (100% - 8px) / 4 + 6px);
    background: linear-gradient(#00B063, #141B17);
  }
}
.excel-test__item {
  position: relative;
  padding: 20px;
  padding-top: 44px;
  padding-bottom: 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .excel-test__item {
    padding: 15px;
    padding-top: 53px;
  }
}
@media (max-width: 991px) {
  .excel-test__item {
    padding: 24px;
    padding-left: 100px;
  }
}
@media (max-width: 700px) {
  .excel-test__item {
    padding: 14px;
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .excel-test__item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 22px;
    background-color: #00B063;
  }
}
.excel-test__item-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-test__item-title {
    margin-bottom: 9px;
  }
}
@media (max-width: 430px) {
  .excel-test__item-title {
    font-size: 4.6vw;
  }
}
.excel-test__item:last-child .excel-test__icon {
  background-color: #141B17;
}
@media (max-width: 991px) {
  .excel-test__item:last-child:before {
    background-color: #141B17;
  }
}
.excel-test__item:nth-child(3) .excel-test__icon {
  background-color: #0d4d30;
}
@media (max-width: 991px) {
  .excel-test__item:nth-child(3):before {
    background-color: #0d4d30;
  }
}
.excel-test__item:nth-child(2) .excel-test__icon {
  background-color: #0a663d;
}
@media (max-width: 991px) {
  .excel-test__item:nth-child(2):before {
    background-color: #0a663d;
  }
}
@media (max-width: 700px) {
  .excel-test__item .excel-test__text {
    max-width: 195px;
  }
}
.excel-test__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 14px;
  border-radius: 50%;
  background-color: #00B063;
  z-index: 1;
}
@media (max-width: 991px) {
  .excel-test__icon {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.excel-test__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.excel-expert {
  padding: 70px 60px 60px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
p.excel-corporate__text {
  color: #141B17;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .excel-expert {
    padding: 36px 16px 40px;
  }
}
.excel-expert__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .excel-expert__title {
    margin-bottom: 24px;
  }
}
.excel-expert__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 991px) {
  .excel-expert__list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 8px;
  }
}
@media (max-width: 700px) {
  .excel-expert__list {
    grid-template-columns: 1fr;
  }
}
.excel-expert__item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  min-height: 252px;
}
@media (max-width: 700px) {
  .excel-expert__item {
    min-height: 209px;
  }
}
@media (max-width: 430px) {
  .excel-expert__item {
    min-height: 48.6vw;
  }
}
.excel-expert__box-top {
  position: relative;
  padding: 20px 40px;
  background: linear-gradient(241deg, #4AC0FF -131.49%, #FFF 67.67%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-expert__box-top {
    padding: 16px;
  }
}
.excel-expert__box-top::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  width: 679px;
  height: 716px;
  transform: translateX(-60%) rotate(40deg);
  border-radius: 50%;
  opacity: 0.17;
  background: linear-gradient(25deg, #FFF 60.51%, #4AC0FF 85.39%);
}
@media (max-width: 991px) {
  .excel-expert__box-top::before {
    transform: translateX(-70%) rotate(40deg);
  }
}
.excel-expert__icon {
  width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  .excel-expert__icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 430px) {
  .excel-expert__icon {
    width: 11vw;
    height: 11vw;
  }
}
.excel-expert__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-expert__box-bottom {
  padding: 18px 20px 34px 40px;
  flex-grow: 1;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .excel-expert__box-bottom {
    padding: 8px 16px 20px;
  }
}
@media (max-width: 700px) {
  .excel-expert__box-bottom {
    padding: 8px 16px;
  }
}
.excel-expert__item-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
  margin-top: 0;
}
@media (max-width: 991px) {
  .excel-expert__item-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .excel-expert__item-title {
    font-size: 3.7vw;
  }
}
.excel-expert__text {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-expert__text {
    font-size: 3.25vw;
  }
}

.excel-corporate {
  padding: 60px;
  padding-bottom: 27px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-corporate {
    padding: 16px;
    padding-bottom: 40px;
  }
}
.excel-corporate__box {
  position: relative;
  padding: 0 103px 0 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-corporate__box {
    padding: 20px;
    padding-top: 24px;
    margin-bottom: 10px;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 430px) {
  .excel-corporate__box {
    gap: 27px;
  }
}
.excel-corporate__box::before {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  top: -20px;
  width: 679px;
  height: 716px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.17;
  background: linear-gradient(270deg, #FFF 0%, #00B063 100%);
}
@media (max-width: 991px) {
  .excel-corporate__box::before {
    width: 776px;
    height: 384px;
    right: 50%;
    top: -210px;
    transform: translateX(50%);
    background: linear-gradient(-270deg, #FFF 0%, #00B063 100%);
  }
}
@media (max-width: 430px) {
  .excel-corporate__box::before {
    width: 617px;
    height: 305px;
    top: -130px;
    right: -74px;
    transform: translateX(0);
  }
}
.excel-corporate__box::after {
  content: "";
  display: block;
  position: absolute;
  right: -142px;
  top: 150px;
  width: 657px;
  height: 530px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.17;
  background: linear-gradient(270deg, #FFF 0%, #00B063 100%);
}
@media (max-width: 991px) {
  .excel-corporate__box::after {
    width: 826px;
    height: 666px;
    right: 50%;
    top: -590px;
    transform: translateX(60%) rotate(-133.275deg);
  }
}
@media (max-width: 430px) {
  .excel-corporate__box::after {
    width: 656px;
    height: 529px;
    top: -440px;
    right: -190px;
    transform: rotate(-133.275deg);
  }
}
.excel-corporate__content {
  z-index: 1;
  padding: 30px 0;
  max-width: 466px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .excel-corporate__content {
    padding: 0;
    max-width: none;
    align-items: stretch;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .excel-corporate__content .excel-corporate__text {
    max-width: 466px;
  }
}
@media (max-width: 700px) {
  .excel-corporate__title {
    max-width: 335px;
  }
}
.excel-corporate__img {
  z-index: 1;
  width: 284px;
  height: 284px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .excel-corporate__img {
    margin: 0 auto;
    width: 178px;
    height: 174px;
  }
}
@media (max-width: 700px) {
  .excel-corporate__img {
    width: 162px;
    height: 158px;
  }
}
@media (max-width: 430px) {
  .excel-corporate__img {
    width: 37.7vw;
    height: 36.7vw;
  }
}
.excel-corporate__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-corporate__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 991px) {
  .excel-corporate__list {
    display: block;
  }
}
.excel-corporate__item {
  padding: 20px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .excel-corporate__item {
    padding: 18px 20px;
  }
  .excel-corporate__item.open {
    border-radius: 8px;
    background: linear-gradient(180deg, #D5F2E5 0%, #FFF 90%);
  }
  .excel-corporate__item.open .excel-corporate__box-bottom {
    display: block;
  }
  .excel-corporate__item.open .excel-corporate__arrow {
    transform: rotate(-180deg);
  }
}
@media (max-width: 991px) {
  .excel-corporate__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .excel-corporate__box-top {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.excel-corporate__icon {
  margin-bottom: 12px;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #D5F2E5 0%, #FFF 100%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-corporate__icon {
    margin: 0;
    padding: 0;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    background: transparent;
  }
}
.excel-corporate__icon::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 477px;
  height: 262px;
  border-radius: 50%;
  opacity: 0.18;
  background: linear-gradient(0deg, #FFF 80.34%, #00B063 108.21%);
}
@media (max-width: 991px) {
  .excel-corporate__icon::before {
    display: none;
  }
}
.excel-corporate__icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  .excel-corporate__icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 430px) {
  .excel-corporate__icon img {
    width: 9.3vw;
    height: 9.3vw;
  }
}
.excel-corporate__item-title {
  margin-bottom: 18px;
  max-width: 270px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-corporate__item-title {
    margin: 0;
    max-width: none;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 430px) {
  .excel-corporate__item-title {
    font-size: 4vw;
  }
}
.excel-corporate__arrow {
  display: none;
}
@media (max-width: 991px) {
  .excel-corporate__arrow {
    display: block;
    margin-left: auto;
    transition: transform 0.5s;
  }
}
.excel-corporate__box-bottom {
  padding: 0;
}
@media (max-width: 991px) {
  .excel-corporate__box-bottom {
    padding-top: 20px;
    display: none;
  }
}
.excel-corporate__box-bottom li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.excel-corporate__box-bottom li::before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00B063;
}
.excel-corporate__box-bottom li:not(:last-child) {
  margin-bottom: 12px;
}
.excel-corporate__box-bottom li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-corporate__box-bottom li span {
    font-size: 3.25vw;
  }
}

.excel-programs {
  padding: 70px 60px 80px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-programs {
    padding: 34px 16px 40px;
  }
}
.excel-programs__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .excel-programs__title {
    margin-bottom: 22px;
  }
}
.excel-programs__tabs {
  margin-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .excel-programs__tabs {
    margin-bottom: 32px;
  }
}
.excel-programs__tab {
  padding: 14px 28px 13px;
  border: 1px solid #00B063;
  border-radius: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  background-color: #FFFFFF;
  transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 430px) {
  .excel-programs__tab {
    font-size: 4.18vw;
  }
}
.excel-programs__tab:hover {
  color: #00B063;
  background: linear-gradient(0deg, rgba(0, 176, 99, 0.1) 0%, rgba(0, 176, 99, 0.1) 100%), #FFF;
}
.excel-programs__tab:active {
  color: #FFFFFF;
  background-color: #00B063;
}
.excel-programs__tab.active {
  color: #FFFFFF;
  background-color: #00B063;
}
.excel-programs__content {
  display: none;
}
.excel-programs__content.visible {
  display: block;
}
@media (max-width: 991px) {
  .excel-programs .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.excel-programs .swiper-slide {
  display: flex;
}
@media (max-width: 991px) {
  .excel-programs .swiper-slide {
    height: auto;
    width: 333px;
  }
}
@media (max-width: 430px) {
  .excel-programs .swiper-slide {
    width: 77.4vw;
  }
}
@media (max-width: 991px) {
  .excel-programs .swiper-wrapper {
    margin-bottom: 32px;
    align-items: stretch;
  }
}
.excel-programs__pagination {
  display: none;
}
@media (max-width: 991px) {
  .excel-programs__pagination {
    display: flex;
    justify-content: center;
  }
  .excel-programs__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #00B063;
    opacity: 0.3;
  }
  .excel-programs__pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.excel-programs .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.excel-programs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.excel-programs-slide {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 26px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.excel-programs-slide__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-programs-slide__title {
    font-size: 6.5vw;
  }
}
.excel-programs-slide__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.excel-programs-slide__box-top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 430px) {
  .excel-programs-slide__box-top {
    font-size: 4.65vw;
  }
}
.excel-programs-slide__box-top span:first-child {
  opacity: 0.8;
  color: #141B17;
}
.excel-programs-slide__price {
  font-weight: 600;
  color: #00B063;
}
.excel-programs-slide__text {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-programs-slide__text {
    font-size: 3.25vw;
  }
}
.excel-programs-slide__list {
  margin-bottom: 30px;
  padding: 0;
}
.excel-programs-slide__list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
@media (max-width: 430px) {
  .excel-programs-slide__list li {
    font-size: 3.48vw;
  }
}
.excel-programs-slide__list li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00B063;
  position: relative;
  top: -2px;
}
.excel-workshops-card__box-bottom li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.excel-workshops-card__box-bottom li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00B063;
  position: relative;
  top: -2px;
}
.excel-programs-slide__list li:not(:last-child) {
  margin-bottom: 7px;
}
.excel-programs-slide__btn {
  margin-top: auto;
  min-width: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .excel-programs .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .excel-teachers .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}
.excel-teachers {
  padding: 70px 60px 80px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-teachers {
    padding: 34px 16px 40px;
  }
}
.excel-teachers__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .excel-teachers__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .excel-teachers .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .excel-teachers .swiper-slide {
    width: 320px;
  }
}
@media (max-width: 430px) {
  .excel-teachers .swiper-slide {
    width: 74.4vw;
  }
}
@media (max-width: 991px) {
  .excel-teachers .swiper-wrapper {
    margin-bottom: 32px;
  }
}
.excel-teachers__pagination {
  display: none;
}
@media (max-width: 991px) {
  .excel-teachers__pagination {
    display: flex;
    justify-content: center;
  }
  .excel-teachers__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #00B063;
    opacity: 0.3;
  }
  .excel-teachers__pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.excel-teachers .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.excel-teachers .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.excel-teachers-slide__img {
  margin-bottom: 28px;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  background-color: #00B063;
}
@media (max-width: 1200px) {
  .excel-teachers-slide__img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .excel-teachers-slide__img {
    height: 320px;
  }
}
@media (max-width: 430px) {
  .excel-teachers-slide__img {
    height: 74.4vw;
  }
}
.excel-teachers-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.excel-teachers-slide__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-teachers-slide__name {
    font-size: 4.65vw;
  }
}
.excel-teachers-slide__job {
  max-width: 240px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-teachers-slide__job {
    font-size: 3.7vw;
  }
}

.excel-docs {
  border-radius: 20px;
  display: grid;
  grid-template-columns: 415px minmax(0, 1fr);
  background-color: #141B17;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-docs {
    display: block;
  }
}
.excel-docs__box-left {
  position: relative;
  padding: 70px 40px 60px 60px;
  color: #FFFFFF;
  background: linear-gradient(157deg, #00B063 15.05%, #00884D 95.5%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-docs__box-left {
    padding: 36px 16px;
    border-radius: 20px;
  }
}
@media (max-width: 700px) {
  .excel-docs__box-left {
    padding-bottom: 30px;
  }
}
.excel-docs__box-left::before {
  content: "";
  position: absolute;
  top: 230px;
  left: -53px;
  display: block;
  width: 1143px;
  height: 563px;
  transform: rotate(-2deg);
  border-radius: 50%;
  opacity: 0.1;
  background: linear-gradient(270deg, #FFF 0%, #D4D4D4 100%);
}
@media (max-width: 991px) {
  .excel-docs__box-left::before {
    top: 10px;
    left: -35px;
    transform: rotate(9deg);
  }
}
.excel-docs__box-left::after {
  content: "";
  position: absolute;
  top: 343px;
  left: -62px;
  display: block;
  width: 805px;
  height: 455px;
  transform: rotate(-2deg);
  border-radius: 50%;
  opacity: 0.1;
  background: linear-gradient(270deg, #FFF 0%, #D4D4D4 100%);
}
@media (max-width: 991px) {
  .excel-docs__box-left::after {
    top: 65px;
    left: -40px;
    transform: rotate(9deg);
  }
}
.excel-docs__content {
  position: relative;
  z-index: 1;
}
.excel-docs__title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .excel-docs__title {
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
@media (max-width: 700px) {
  .excel-docs__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.excel-docs__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 127px;
  height: 2px;
  background-color: #FFFFFF;
}
.excel-docs__text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 991px) {
  .excel-docs__text {
    max-width: 382px;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .excel-docs__text {
    max-width: 313px;
    font-size: 3.25vw;
  }
}
.excel-docs__box-right {
  padding: 70px 0 50px;
  background-color: #141B17;
}
@media (max-width: 991px) {
  .excel-docs__box-right {
    padding: 20px 0 40px;
  }
}
@media (max-width: 700px) {
  .excel-docs__box-right {
    padding: 20px 0 30px;
  }
}
.excel-docs__box-right .swiper-slide {
  width: 375px;
}
@media (max-width: 991px) {
  .excel-docs__box-right .swiper-slide {
    width: 420px;
  }
}
@media (max-width: 700px) {
  .excel-docs__box-right .swiper-slide {
    width: 250px;
  }
}
@media (max-width: 430px) {
  .excel-docs__box-right .swiper-slide {
    width: 58.1vw;
  }
}
.excel-docs__box-right .swiper-slide-active .excel-docs__img::before {
  opacity: 0;
}
.excel-docs__box-right .swiper-slide-active .excel-docs__slide-text {
  opacity: 0.8;
}
.excel-docs__img {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 269px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-docs__img {
    height: 302px;
  }
}
@media (max-width: 700px) {
  .excel-docs__img {
    height: 180px;
  }
}
@media (max-width: 430px) {
  .excel-docs__img {
    height: 41.8vw;
  }
}
.excel-docs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.excel-docs__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141B17;
  opacity: 0.8;
  transition: opacity 0.5s;
}
.excel-docs__slide-text {
  padding: 0 9px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (max-width: 991px) {
  .excel-docs__slide-text {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .excel-docs__slide-text {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
  .excel-docs__slide-text {
    font-size: 2.79vw;
  }
}
.excel-docs__box-right .excel-docs__btn {
  position: absolute;
  top: 115px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00B063;
  z-index: 1;
  transition: background-color 0.5s;
}
@media (max-width: 991px) {
  .excel-docs__btn {
    top: 131px;
  }
}
@media (max-width: 700px) {
  .excel-docs__btn {
    top: 80px;
  }
}
@media (max-width: 430px) {
  .excel-docs__btn {
    top: 18.6vw;
  }
}
.excel-section.excel-docs .excel-docs__btn-prev {
  left: calc(50% - 20px);
  transform: translateX(-235px);
}
@media (max-width: 1200px) {
  .excel-docs__btn-prev {
    transform: translateX(-225px);
  }
}
@media (max-width: 991px) {
  .excel-docs__btn-prev {
    left: 16px;
    transform: translateX(0);
  }
}
.excel-docs__btn-next {
  left: calc(50% - 20px);
  transform: translateX(235px);
}
@media (max-width: 1200px) {
  .excel-docs__btn-next {
    transform: translateX(225px);
  }
}
@media (max-width: 991px) {
  .excel-docs__btn-next {
    left: auto;
    right: 16px;
    transform: translateX(0);
  }
}
.excel-docs__btn:hover {
  background-color: #2bbd7d;
}
.excel-docs__btn:active {
  background-color: #141B17;
}

.excel-experience {
  padding: 70px 60px 80px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-experience {
    padding: 34px 16px 40px;
  }
}
.excel-experience__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .excel-experience__title {
    margin-bottom: 24px;
  }
}
.excel-experience__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 991px) {
  .excel-experience__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .excel-experience__list {
    gap: 8px;
  }
}
.excel-experience__item {
  padding: 40px 30px 30px 40px;
  min-height: 268px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .excel-experience__item {
    min-height: 0;
    padding: 20px 16px;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .excel-experience__item {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.excel-experience__icon {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
/* .excel-experience__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #aaaaaa;
} */
@media (max-width: 991px) {
  .excel-experience__icon::after {
    display: none;
  }
}
@media (max-width: 700px) {
  .excel-experience__icon::after {
    display: block;
  }
}
@media (max-width: 430px) {
  .excel-experience__icon::after {
    width: 13.9vw;
    height: 13.9vw;
    left: 4.6vw;
  }
}
/* .excel-experience__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e4e4e4;
} */
@media (max-width: 991px) {
  .excel-experience__icon::before {
    display: none;
  }
}
@media (max-width: 700px) {
  .excel-experience__icon::before {
    display: block;
  }
}
@media (max-width: 430px) {
  .excel-experience__icon::before {
    width: 13.9vw;
    height: 13.9vw;
    left: 9.3vw;
  }
}
.excel-experience__icon span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  background-color: #141B17;
  z-index: 1;
}
@media (max-width: 430px) {
  .excel-experience__icon span {
    width: 13.9vw;
    height: 13.9vw;
  }
}
.excel-experience__icon span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-experience__subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-experience__subtitle {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .excel-experience__subtitle {
    font-size: 4.18vw;
  }
}
.excel-experience__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
  margin-bottom: 0;
}
@media (max-width: 430px) {
  .excel-experience__text {
    font-size: 3.25vw;
  }
}

.excel-workshops {
  padding: 70px 60px 80px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-workshops {
    padding: 34px 16px 40px;
  }
}
.excel-workshops__title {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .excel-workshops__title {
    margin-bottom: 12px;
  }
}
.excel-workshops__text {
  margin-bottom: 34px;
  max-width: 399px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-workshops__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 430px) {
  .excel-workshops__text {
    font-size: 3.7vw;
  }
}
@media (max-width: 991px) {
  .excel-workshops .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.excel-workshops .swiper-slide {
  display: flex;
}
@media (max-width: 991px) {
  .excel-workshops .swiper-slide {
    height: auto;
    width: 333px;
  }
}
@media (max-width: 430px) {
  .excel-workshops .swiper-slide {
    width: 77.4vw;
  }
}
@media (max-width: 991px) {
  .excel-workshops .swiper-wrapper {
    margin-bottom: 32px;
    align-items: stretch;
  }
}
.excel-workshops__pagination {
  display: none;
}
@media (max-width: 991px) {
  .excel-workshops__pagination {
    display: flex;
    justify-content: center;
  }
  .excel-workshops__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #00B063;
    opacity: 0.3;
  }
  .excel-workshops__pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.excel-workshops .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.excel-workshops .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.excel-workshops-card {
  min-height: 340px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-workshops-card {
    min-height: 0;
  }
}
.excel-workshops-card__box-top {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141B17;
  overflow: hidden;
}
@media (max-width: 430px) {
  .excel-workshops-card__box-top {
    height: 23.2vw;
  }
}
.excel-workshops-card__box-top::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 867px;
  height: 637px;
  border-radius: 50%;
  opacity: 0.1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 89.8%, #FFF 100%);
}
@media (max-width: 430px) {
  .excel-workshops-card__box-top::before {
    top: 10.7vw;
  }
}
.excel-workshops-card__img {
  position: relative;
  z-index: 1;
  height: 60px;
  width: 60px;
}
@media (max-width: 430px) {
  .excel-workshops-card__img {
    width: 13.9vw;
    height: 13.9vw;
  }
}
.excel-workshops-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-workshops-card__box-bottom {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF;
}
.excel-workshops-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-workshops-card__title {
    font-size: 4.65vw;
  }
}
.excel-workshops-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-workshops-card__text {
    font-size: 3.25vw;
  }
}
.excel-workshops-card__btn {
  margin-top: auto;
  min-width: 0;
}

@media (min-width: 992px) {
  .excel-workshops .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.excel-seminar {
  position: relative;
  padding: 80px 60px;
  border-radius: 20px;
  background-color: #F6F6F6;
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-seminar {
    padding: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 700px) {
  .excel-seminar {
    padding: 0 20px 40px;
  }
}
.excel-seminar::before {
  content: "";
  display: block;
  position: absolute;
  right: -570px;
  top: -100px;
  width: 1233px;
  height: 1299px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(270deg, #FFF 0%, #4AC0FF 100%);
}
@media (max-width: 991px) {
  .excel-seminar::before {
    width: 776px;
    height: 384px;
    right: 50%;
    top: -210px;
    transform: translateX(50%);
    background: linear-gradient(-259deg, #FFF -4.36%, #4AC0FF 69.19%);
  }
}
@media (max-width: 430px) {
  .excel-seminar::before {
    width: 617px;
    height: 305px;
    top: -130px;
    right: -74px;
    transform: translateX(0);
  }
}
.excel-seminar::after {
  content: "";
  display: block;
  position: absolute;
  right: -440px;
  top: 230px;
  width: 1191px;
  height: 961px;
  transform: rotate(40deg);
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(270deg, #FFF 0%, #4AC0FF 100%);
}
@media (max-width: 991px) {
  .excel-seminar::after {
    width: 826px;
    height: 666px;
    right: 50%;
    top: -590px;
    transform: translateX(60%) rotate(-133.275deg);
  }
}
@media (max-width: 430px) {
  .excel-seminar::after {
    width: 656px;
    height: 529px;
    top: -440px;
    right: -190px;
    transform: rotate(-133.275deg);
  }
}
.excel-seminar__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
@media (max-width: 991px) {
  .excel-seminar__content {
    max-width: none;
    align-items: stretch;
    gap: 14px;
  }
}
.excel-seminar__img {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1;
  width: 415px;
  height: 415px;
}
@media (max-width: 1200px) {
  .excel-seminar__img {
    width: 350px;
    height: 350px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .excel-seminar__img {
    position: static;
    transform: translateY(0);
    width: 221px;
    height: 221px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .excel-seminar__img {
    width: 51vw;
    height: 51vw;
  }
}
.excel-seminar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 700px) {
  .excel-seminar__title {
    max-width: 340px;
  }
}
.excel-seminar__text {
  max-width: 420px;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-seminar__text {
    max-width: none;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .excel-seminar__text {
    font-size: 3.3vw;
  }
}

@media (min-width: 992px) {
  .excel-package .swiper {
    overflow: visible;
  }
  .excel-package .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .excel-package .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.excel-package {
  padding: 90px 0 100px;
}
@media (max-width: 991px) {
  .excel-package {
    padding: 40px 0 50px;
  }
}
@media (max-width: 700px) {
  .excel-package {
    padding: 45px 0 50px;
  }
}
.excel-package__title {
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .excel-package__title {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .excel-package .swiper {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media (max-width: 700px) {
  .excel-package .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.excel-package .swiper-slide {
  display: flex;
}
@media (max-width: 991px) {
  .excel-package .swiper-slide {
    height: auto;
    width: 275px;
  }
}
@media (max-width: 430px) {
  .excel-package .swiper-slide {
    width: 63.9vw;
  }
}
@media (max-width: 991px) {
  .excel-package .swiper-wrapper {
    margin-bottom: 32px;
    align-items: stretch;
  }
}
.excel-package__pagination {
  display: none;
}
@media (max-width: 991px) {
  .excel-package__pagination {
    display: flex;
    justify-content: center;
  }
  .excel-package__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #00B063;
    opacity: 0.3;
  }
  .excel-package__pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.excel-package .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.excel-package .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.excel-package-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.excel-package-card::before {
  content: "";
  display: block;
  height: 12px;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(79deg, #00B063 73.6%, #FFF 126.46%);
}
.excel-package-card.green::before {
  background: linear-gradient(79deg, #00B063 73.6%, #FFF 126.46%);
}
.excel-package-card.blue::before {
  background: linear-gradient(79deg, #7DB0F2 73.6%, #FFF 126.46%);
}
.excel-package-card.yellow::before {
  background: linear-gradient(79deg, #D6A92C 73.6%, #FFF 126.46%);
}
.excel-package-card.red::before {
  background: linear-gradient(79deg, #EA4141 73.6%, #FFF 126.46%);
}
.excel-package-card.black::before {
  background: linear-gradient(80deg, #141B17 51.3%, #FFF 125.87%);
}
.excel-package-card__box {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.excel-package-card__title {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-package-card__title {
    min-height: 11.16vw;
    font-size: 5.1vw;
  }
}
.excel-package-card__title span {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.6;
}
@media (max-width: 430px) {
  .excel-package-card__title span {
    font-size: 4.18vw;
  }
}
/* .excel-package-card__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
} */
.excel-package-card__item {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}
.excel-package-card__item:last-child {
  margin-bottom: 20px;
}
.excel-package-card__item.null .excel-package-card__icon,
.excel-package-card__item.null .excel-package-card__item-text {
  background-color: #F6F6F6;
}
.excel-package-card__icon {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ECECEC;
}
@media (max-width: 430px) {
  .excel-package-card__icon {
    width: 9.3vw;
    height: 9.3vw;
  }
}
.excel-package-card__icon img {
  width: 1005px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-package-card__item-text {
  padding: 9px 20px;
  border-radius: 20px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.8;
  background-color: #ECECEC;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-package-card__item-text {
    font-size: 3.7vw;
  }
}
.excel-package-card__price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.excel-package-card__price-current {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #00B063;
}
@media (max-width: 430px) {
  .excel-package-card__price-current {
    font-size: 5.58vw;
  }
}
.excel-package-card__price-old {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 430px) {
  .excel-package-card__price-old {
    font-size: 3.7vw;
  }
}
.excel-package-card__btn {
  margin-top: auto;
  min-width: 0;
  width: 100%;
}
.excel-package-card-general {
  position: relative;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  border-radius: 16px;
  background-color: #00B063;
  overflow: hidden;
}
.excel-package-card-general::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 815px;
  height: 764px;
  transform: translateY(50%) rotate(0.089deg);
  border-radius: 50%;
  opacity: 0.16;
  background: linear-gradient(337deg, #00B063 52.39%, #FFF 92%);
}
.excel-package-card-general__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}
.excel-package-card-general__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 430px) {
  .excel-package-card-general__title {
    font-size: 4.65vw;
  }
}
.excel-package-card-general__img {
  width: 100%;
  height: 235px;
}
@media (max-width: 430px) {
  .excel-package-card-general__img {
    height: 54.65vw;
  }
}
.excel-package-card-general__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-package-card-general__btn {
  margin-top: auto;
  display: inline-block;
  padding: 15px 14px 13px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  background-color: #FFFFFF;
  transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 430px) {
  .excel-package-card-general__btn {
    font-size: 4.2vw;
  }
}
.excel-package-card-general__btn:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 176, 99, 0.3) 0%, rgba(0, 176, 99, 0.3) 100%), #141B17;
}
.excel-package-card-general__btn:active {
  color: #FFFFFF;
  background: #000000;
}

.excel-professions {
  padding: 70px 0 60px;
  border-radius: 20px;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  .excel-professions {
    padding: 40px 0;
  }
}
.excel-professions__content {
  margin-bottom: 34px;
  padding-left: 60px;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .excel-professions__content {
    margin-bottom: 26px;
    padding-left: 16px;
    padding-right: 13px;
    max-width: 500px;
    gap: 10px;
  }
}
.excel-professions__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.8;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-professions__text {
    font-size: 3.7vw;
  }
}
.excel-professions__swiper {
  margin-bottom: 40px;
  padding: 0 45px;
}
@media (max-width: 991px) {
  .excel-professions__swiper {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.excel-professions .swiper-wrapper {
  align-items: stretch;
}
.excel-professions .swiper-slide {
  height: auto;
  display: flex;
  width: 280px;
}
@media (max-width: 430px) {
  .excel-professions .swiper-slide {
    width: 65.1vw;
  }
}
.excel-professions-slide {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.excel-professions-slide__img {
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .excel-professions-slide__img {
    height: 55.8vw;
  }
}
.excel-professions-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.excel-professions-slide__img.green {
  background-color: #00B063;
}
.excel-professions-slide__img.black {
  background-color: #141B17;
}
.excel-professions-slide__img.blue {
  background-color: #B8E7F9;
}
.excel-professions-slide__box {
  position: relative;
  margin-bottom: 10px;
  min-height: 124px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media (max-width: 430px) {
  .excel-professions-slide__box {
    min-height: 28.8vw;
  }
}
.excel-professions-slide__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.excel-professions-slide__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #021E3C;
}
@media (max-width: 430px) {
  .excel-professions-slide__title {
    font-size: 3.7vw;
  }
}
.excel-professions-slide__info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 430px) {
  .excel-professions-slide__info {
    font-size: 3.7vw;
  }
}
.excel-professions-slide__info .date {
  color: #00B063;
}
.excel-professions-slide__price {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #021E3C;
}
@media (max-width: 430px) {
  .excel-professions-slide__price {
    font-size: 7.4vw;
  }
}
.excel-professions__nav-pag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.excel-professions__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #00B063;
  opacity: 0.3;
  transition: opacity 0.5s, background-color 0.5s;
  margin-left: 10px;
}
.excel-professions__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: #141B17;
}
.excel-professions__pagination .swiper-pagination-bullet:active {
  opacity: 1;
  background-color: #00B063;
}
.excel-professions__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.excel-professions .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.excel-professions .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.excel-professions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.excel-professions__btn {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .excel-professions__btn {
    display: none;
  }
}
.excel-professions__btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.excel-professions__btn svg circle {
  transition: fill 0.5s;
}
.excel-professions__btn svg path {
  transition: stroke 0.5s;
}
.excel-professions__btn:hover svg circle {
  fill: #00B063;
}
.excel-professions__btn:hover svg path {
  stroke: #FFFFFF;
}
.excel-professions__btn:active svg circle {
  fill: #141B17;
}
.excel-professions__btn:active svg path {
  stroke: #FFFFFF;
}

.excel-workshops-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.5s, z-index 0.5s, visibility 0.5s;
}
.excel-workshops-modal.open {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.excel-workshops-modal__box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 920px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .excel-workshops-modal__box {
    max-width: 688px;
    top: 70px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 700px) {
  .excel-workshops-modal__box {
    max-width: 398px;
    top: 85px;
  }
}
@media (max-width: 430px) {
  .excel-workshops-modal__box {
    max-width: 92.5vw;
  }
}
.excel-workshops-modal__close {
  position: absolute;
  right: 0;
  top: -59px;
}
@media (max-width: 991px) {
  .excel-workshops-modal__close {
    top: -46px;
  }
}
@media (max-width: 700px) {
  .excel-workshops-modal__close {
    top: -60px;
  }
}
.excel-workshops-modal__close svg line {
  transition: stroke 0.5s;
}
.excel-workshops-modal__close:hover svg line {
  stroke: #00B063;
}
.excel-workshops-modal__head {
  position: relative;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 24px 24px 0 0;
  background: rgba(0, 176, 99, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  .excel-workshops-modal__head {
    padding: 24px 32px;
  }
}
.excel-workshops-modal__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  display: block;
  width: 977px;
  height: 224px;
  border-radius: 50%;
  opacity: 0.3;
  background: #00B063;
  filter: blur(42px);
}
.excel-workshops-modal__title {
  max-width: 430px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-workshops-modal__title {
    max-width: 335px;
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .excel-workshops-modal__title {
    font-size: 5.58vw;
  }
}
.excel-workshops-modal__img {
  width: 60px;
  height: 60px;
}
@media (max-width: 700px) {
  .excel-workshops-modal__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 103px;
    opacity: 0.15;
  }
}
.excel-workshops-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-workshops-modal__content {
  max-height: calc(90vh - 280px - 50px);
  padding: 40px;
}
@media (max-width: 991px) {
  .excel-workshops-modal__content {
    max-height: calc(90vh - 343px - 50px);
    padding: 30px 32px;
  }
}
.excel-workshops-modal__content h4 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-workshops-modal__content h4 {
    max-width: 536px;
    margin-bottom: 16px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .excel-workshops-modal__content h4 {
    font-size: 4.6vw;
  }
}
.excel-workshops-modal__content h4:not(:first-child) {
  margin-top: 32px;
}
.excel-workshops-modal__content p {
  max-width: 620px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #141B17;
}
@media (max-width: 991px) {
  .excel-workshops-modal__content p {
    max-width: 536px;
  }
}
@media (max-width: 430px) {
  .excel-workshops-modal__content p {
    font-size: 3.25vw;
  }
}
.excel-workshops-modal__foot {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .excel-workshops-modal__foot {
    padding: 0 32px;
  }
}
.excel-workshops-modal__form.success .excel-workshops-modal__form-box {
  display: none;
}
.excel-workshops-modal__form.success .excel-workshops-modal__form-success {
  display: flex;
}
.excel-workshops-modal__form-box {
  padding: 40px 0;
  border-top: 2px solid #E0E0E0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
@media (max-width: 991px) {
  .excel-workshops-modal__form-box {
    padding: 32px 0;
    grid-template-columns: 1fr;
  }
}
.excel-workshops-modal__input {
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 430px) {
  .excel-workshops-modal__input {
    font-size: 3.7vw;
  }
}
.excel-workshops-modal__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.excel-workshops-modal__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.excel-workshops-modal__submit {
  min-width: 0;
}
.excel-workshops-modal__form-success {
  display: none;
  padding: 28px 0;
  border-top: 2px solid #E0E0E0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .excel-workshops-modal__form-success {
    padding: 40px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.excel-workshops-modal__form-success-left span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 430px) {
  .excel-workshops-modal__form-success-left span {
    font-size: 3.7vw;
  }
}
.excel-workshops-modal__form-success-left span:first-child {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  color: #00B063;
}
@media (max-width: 430px) {
  .excel-workshops-modal__form-success-left span:first-child {
    font-size: 6.5vw;
  }
}
.excel-workshops-modal__form-success-img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
@media (max-width: 430px) {
  .excel-workshops-modal__form-success-img {
    width: 16vw;
    height: 16vw;
  }
}
.excel-workshops-modal__form-success-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.excel-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.5s, z-index 0.5s, visibility 0.5s;
}
.excel-modal.open {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.excel-modal__box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 454px;
  border-radius: 24px;
}
@media (max-width: 700px) {
  .excel-modal__box {
    max-width: 398px;
  }
}
@media (max-width: 430px) {
  .excel-modal__box {
    max-width: 92.5vw;
  }
}
.excel-modal__close {
  position: absolute;
  right: 0;
  top: -59px;
}
@media (max-width: 991px) {
  .excel-modal__close {
    top: -46px;
  }
}
@media (max-width: 700px) {
  .excel-modal__close {
    top: -60px;
  }
}
.excel-modal__close svg line {
  transition: stroke 0.5s;
}
.excel-modal__close:hover svg line {
  stroke: #00B063;
}
.excel-modal-form {
  min-height: 487px;
  display: flex;
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(206deg, rgba(0, 176, 99, 0.5) 4.47%, rgba(0, 176, 99, 0) 45.65%);
  background-color: #141B17;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 700px) {
  .excel-modal-form {
    padding: 60px 32px;
  }
}
@media (max-width: 430px) {
  .excel-modal-form {
    min-height: 113vw;
  }
}
.excel-modal-form.success .excel-modal-form__box {
  display: none;
}
.excel-modal-form.success .excel-modal-form__success {
  display: flex;
}
.excel-modal-form__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
}
@media (max-width: 430px) {
  .excel-modal-form__title {
    font-size: 6.5vw;
  }
}
.excel-modal-form__text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 430px) {
  .excel-modal-form__text {
    font-size: 3.7vw;
  }
}
.excel-modal-form__text:not(:last-child) {
  margin-bottom: 24px;
}
.excel-modal-form__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.excel-modal-form__input {
  padding: 14px 22px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 430px) {
  .excel-modal-form__input {
    font-size: 3.7vw;
  }
}
.excel-modal-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.excel-modal-form__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.excel-modal-form__submit {
  width: 100%;
  min-width: 0;
}
.excel-modal-form__success {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media (max-width: 430px) {
  .excel-modal-form__success {
    gap: 18vw;
  }
}
.excel-modal-form__img {
  width: 118px;
  height: 118px;
}
@media (max-width: 430px) {
  .excel-modal-form__img {
    width: 27vw;
    height: 27vw;
  }
}
.excel-modal-form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.excel-modal-top {
  margin-bottom: 10px;
  padding: 15px 40px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.excel-modal-top.none {
  display: none;
}
.excel-modal-top__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #141B17;
}
@media (max-width: 430px) {
  .excel-modal-top__title {
    font-size: 4.65vw;
  }
}
.excel-modal-top__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.excel-modal-top__hours {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 430px) {
  .excel-modal-top__hours {
    font-size: 3.7vw;
  }
}
.excel-modal-top__hours.none {
  display: none;
}
.excel-modal-top__price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #00B063;
}
@media (max-width: 430px) {
  .excel-modal-top__price {
    font-size: 3.7vw;
  }
}
.excel-modal-top__price-old {
  font-size: 500;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}
.excel-modal-top__price-old.none {
  display: none;
}
.excel-section.excel-experience .excel-experience__icon {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.excel-section.excel-experience .excel-experience__item {
  padding-top: 32px;
  padding-left: 32px;
  min-height: 200px;
}
.excel-section.excel-experience .excel-experience__icon span {
  min-width: 60px;
}
.excel-section.excel-experience .excel-experience__subtitle {
  max-width: 400px;
}
.excel-section.excel-package .excel-package-card__box {
  padding-top: 0;
}
.excel-section.excel-package .dark-green-btn {
  margin-top: 0;
}
.excel-section.excel-package .excel-package-card__item:last-child {
  margin-bottom: 0;
}
.excel-section.excel-package .excel-package-card__list {
  padding-bottom: 0;
  margin-bottom: 0;
}
.green-btn-container {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 15px;
}
/* .green-btn.excel-programs-slide__btn.js-open-popup {
  margin-top: 5px;
} */
.excel-section.excel-programs .excel-programs__video {
  display: none;
  margin-top: -20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.excel-section.excel-programs .excel-programs__video.visible {
  display: inline-block;
}
/* End */


/* Start:/bitrix/templates/main-new/components/bitrix/news.list/online.classes/style.css?177003229216021*/
.excel-section.excel-programs.online {
    padding: 60px;
}

.excel-section.excel-programs.online .excel-online-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 27px;
}

.excel-online-blocktop {
    grid-column: 1;
    grid-row: 1;
}

.excel-online-blockbottom {
    grid-column: 1;
    grid-row: 2;
    overflow: hidden;
}

.excel-online-blockright {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.excel-programs.online .excel-online-container .excel-online-blocktop {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 20px;
    height: 208px;
    padding: 45px 0 65px 40px;
    z-index: 3;
}

.excel-programs.online .excel-online-blocktop .blocktop__image {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: contain;
    z-index: -1;
}

.excel-programs.online .excel-title.excel-online__title {
    font-size: 34px;
}

.excel-programs.online .excel-online__subtitle div:nth-child(1) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    opacity: 0.8;
}

.excel-programs.online .excel-online__subtitle div:nth-child(2),
.online__title.subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #B0B0B0;
    margin-top: 20px;
    max-width: 400px;
}

.excel-programs.online .excel-online-blockbottom .blockbottom__swiper {
    width: 100%;
    height: 229px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-sizing: border-box;
}

.blockbottom.swiper-wrapper {
    display: flex;
    width: auto;
    transition-property: transform;
    will-change: transform;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.excel-online-blockbottom .blockbottom__swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: 0 !important;
}

.excel-online-blockbottom .bottom-slide-wrapper {
    position: relative;
    padding: 30px 10px 37px 40px;
    width: 675px;
}

.excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 229px;
}

.excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 110%;
    color: #141B17;
    max-width: 430px;
    height: 39px;
    margin-bottom: 26px;
}

.excel-online-blockbottom .bottom-slide-schelude {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 10px;
}

.excel-online-blockbottom .bottom-slide-schelude img {
    width: 28px;
    height: 28px;
}

.bottom-slide-schelude .slide-date,
.bottom-slide-schelude .slide-hour {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
}

.bottom-slide-schelude .slide-date div,
.bottom-slide-schelude .slide-hour div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 99.9%;
    color: #383838;
}

.bottom-slide-schelude .slide-hour div {
    display: flex;
    align-items: center;
}

.bottom-slide-schelude .slide-hour span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 99.9%;
    color: #B0B0B0;
}

.bottom-slide-schelude .slide-hour span:nth-child(1) {
    padding-left: 5px;
    padding-right: 25px;
}

.excel-online-blockright .excel-title.excel-online__title.right {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.excel-online-blockright .excel-online-form__container {
    background: #141B17;
    border-radius: 20px;
    height: 464px;
    padding: 40px 30px 78px 30px;
}

.excel-online-blockright .excel-modal-form__block {
    gap: 12px;
}

.excel-online-blockright .excel-modal-form__block .excel-modal-form__submit {
    margin-top: 18px;
}

.excel-online-blockbottom .green-btn.excel-programs-slide__btn.js-open-popup {
    /* position: absolute;
    right: 30px;
    top: 35%;
    z-index: 5; */
    position: relative;
    z-index: 5;
    width: max-content;
    min-width: 225px;
    background: #FFFFFF;
    border: 1px solid #BCE5FB;
    border-radius: 8px;
    color: #141B17;
}

.excel-online-blockbottom .bottom-slide-price {
    position: absolute;
    top: 23px;
    right: 43px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 99.9%;
    color: #00B063;

}

.excel-online-blockbottom .excel-professions__nav-pag {
    margin-top: 15px;
}
.excel-online-blocktop .blocktop__image-mobile {
    display: none;
}
.excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
    display: none;
}
.excel-online-blockbottom .bottom-slide-button-mobile {
    display: none;
}
.online__title.subtitle {
    margin-top: 15px;
}
.excel-modal-form__title-online {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    color: #FFFFFF;
}
.excel-modal-form__text-online {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
}
.excel-online-blockright .excel-online-form-right .excel-modal-form__img {
    margin: 0 auto;
}
@media(max-width: 1224px) {
    .bottom-slide-schelude .slide-date div, .bottom-slide-schelude .slide-hour div {
        font-size: 20px;
    }
    .excel-online-blockbottom .bottom-slide-schelude {
        gap: 15px;
    }
}
@media(max-width: 1200px) {
    .excel-online-blockbottom .bottom-slide-price {
        top: 35px;
    }
}
@media(max-width: 1126px) {
    .excel-online-blockbottom .green-btn.excel-programs-slide__btn.js-open-popup {
        width: 170px;
        min-width: 170px;
    }
}
@media(max-width: 1100px) {
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        font-size: 24px;
    }
    .excel-programs.online .excel-online__subtitle div:nth-child(1) {
        max-width: 300px;
    }
}
@media(max-width: 991px) {
    .excel-section.excel-programs.online {
        padding: 14px;
    }
    .excel-section.excel-programs.online .excel-online-container {
        grid-template-columns: 2fr 242px;
        gap: 9px;
    }
    .excel-online-blockright .excel-online-form__container {
        height: 306px;
    }
    .excel-programs.online .excel-online-container .excel-online-blocktop {
        height: 141px;
    }
    .excel-programs.online .excel-online-blockbottom .blockbottom__swiper {
        height: 154px;
    }
    .excel-programs.online .excel-title.excel-online__title {
        font-size: 20px;
    }
    .excel-programs.online .excel-online__subtitle div:nth-child(1) {
        font-size: 14px;
        /* max-width: 200px; */
        height: 24px;
    }
    .excel-programs.online .excel-online__subtitle div:nth-child(2) {
        margin-top: 10px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        font-size: 20px;
    }
    .online__title.subtitle {
        font-size: 10px;
    }
    .bottom-slide-schelude .slide-date div, .bottom-slide-schelude .slide-hour div {
        font-size: 14px;
    }
    .excel-programs.online .excel-online-container .excel-online-blocktop {
        padding: 28px 20px 24px 20px;
    }
    .excel-programs.online .excel-online-blocktop .blocktop__image {
        width: 240px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-bg {
        height: 154px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper {
        padding: 24px 20px 17px 20px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        margin-bottom: 0;
    }
    .excel-online-blockbottom .bottom-slide-schelude img {
        width: 20px;
        height: 20px;
    }
    .bottom-slide-schelude .slide-hour span,
    .excel-online-blockbottom .green-btn.excel-programs-slide__btn.js-open-popup {
        max-height: 35px;
        max-width: 122px;
    }
    .excel-online-blockbottom .green-btn.excel-programs-slide__btn.js-open-popup {
        padding-top: 9px;
        padding-left: 20px;
        padding-right: 22px;
        padding-bottom: 12px;
        font-size: 14px;
        min-width: 122px;
    }
    .online__title.subtitle {
        max-width: unset;
    }
    .excel-online-blockright .excel-online-form__container {
        padding: 26px 21.59px 30.47px 21.58px;
    }
    .excel-online-blockright .excel-modal-form__block input {
        height: 34.53px;
        font-size: 12px;
        padding: 0 0 0 16px;
    }
    .excel-online-blockright .excel-modal-form__block .excel-modal-form__submit {
        height: 34.53px;
        margin-top: 10px;
        padding: 0;
    }
    .excel-online-blockbottom  .excel-professions__btn {
        display: block;
    }
    .excel-online-blockbottom .blockbottom__swiper .swiper-slide {
        margin-right: 20px !important;
    }
}
@media(max-width: 900px) {
    .excel-online-blockbottom .bottom-slide-price {
        right: 20px;
        top: 24px;
        font-size: 18px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper {
        padding-top: 22px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        max-width: 300px;
    }
    .online__title.subtitle {
        max-width: 300px;
        margin-top: 16px;
        height: 16px;
    }
}
@media(max-width: 830px) {
    .excel-programs.online .excel-online__subtitle div:nth-child(2) {
        font-size: 10px;
        max-width: 230px;
        margin-top: 20px;
    }
    .excel-programs.online .excel-online__subtitle div:nth-child(1) {
        max-width: 200px;
    }
}
@media(max-width: 740px) {
    .excel-section.excel-programs.online .excel-online-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .excel-online-blockbottom .blockbottom__swiper .swiper-slide {
        margin-right: 20px !important;
    }
}
@media(max-width: 450px) {
    .excel-programs.online .excel-online-container .excel-online-blocktop {
        height: 330px;
        padding: 0;
    }
    .excel-online-blocktop .blocktop__image {
        display: none;
    }
    .excel-online-blocktop .blocktop__image-mobile {
        display: block;
        width: 100%;
        height: 222px;
    }
    .excel-programs.online .excel-online-blocktop .excel-title.excel-online__title,
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle {
        margin-left: 22px;
    }
    .excel-programs.online .excel-online-blocktop .excel-title.excel-online__title {
        font-size: 32px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(1) {
        font-size: 16px;
        max-width: unset;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(2) {
        font-size: 14px;
    }
    .excel-programs.online .excel-online-container .excel-online-blocktop .excel-title.excel-online__title {
        margin-top: -28px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(2) {
        max-width: 300px;
        margin-top: 10px;
    }
    .excel-online-blockright .excel-online-form__container {
        height: 403px;
    }
    .excel-online-blockright .excel-modal-form__block input {
        height: 48px;
        font-size: 16px;
        padding: 0 0 0 16px;
    }
    .excel-online-blockright .excel-modal-form__block .excel-modal-form__submit {
        height: 48px;
        margin-top: 10px;
        padding: 0;
    }
    .excel-online-blockright .excel-title.excel-online__title.right {
        font-size: 32px;
    }
    .excel-online-blockright .excel-modal-form__block {
        gap: 16px;
    }
    .excel-programs.online .excel-online-blockbottom .blockbottom__swiper {
        height: 247px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-bg {
        display: none;
    }
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        font-size: 22px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .online__title.subtitle {
        font-size: 11px;
        height: unset;
        margin-bottom: 22px;
    }
    .bottom-slide-schelude .slide-hour span:nth-child(2) {
        display: none;
    }
    .excel-online-blockbottom .bottom-slide-button-mobile {
        display: block;
        margin-top: 20px;
    }
    .excel-online-blockbottom .bottom-slide-button-mobile .green-btn.excel-programs-slide__btn.js-open-popup {
        max-width: 100%;
        width: 100%;
        height: 48px;
        max-height: 48px;
        font-size: 18px;
    }
    .bottom-slide-schelude .slide-date div,
    .bottom-slide-schelude .slide-hour div {
        font-size: 18px;
    }
    .excel-online-blockbottom .bottom-slide-price {
        top: 28px;
    }
}
@media(max-width:440px) {
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        max-width: 250px;
        font-size: 18px;
        height: 45px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
        height: 247px;
    }
}
@media(max-width: 410px) {
    .excel-programs.online .excel-online-container .excel-online-blocktop .excel-title.excel-online__title {
        font-size: 24px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(1) {
        max-width: 250px;
        margin-bottom: 22px;
    }
}
@media(max-width: 390px) {
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
        height: 250px;
        top: -2px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .excel-online__title.bottom {
        max-width: 200px;
    }
    .excel-online-blockbottom .bottom-slide-wrapper .online__title.subtitle {
        margin-top: 22px;
    }
}
@media(max-width: 330px) {
    .excel-online-blocktop .blocktop__image-mobile {
        height: 180px;
    }
    .excel-programs.online .excel-online-container .excel-online-blocktop .excel-title.excel-online__title {
        margin-top: -10px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(2) {
        max-width: 200px;
    }
    .excel-online-blockright .excel-title.excel-online__title.right {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .bottom-slide-schelude .slide-date div, .bottom-slide-schelude .slide-hour div {
        font-size: 13px;
    }
    /* .excel-programs.online .excel-online-container .excel-online-blocktop .excel-title.excel-online__title {
        font-size: 20px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(1) {
        font-size: 14px;
        max-width: 200px;
    }
    .excel-programs.online .excel-online-blocktop .excel-online__subtitle div:nth-child(2) {
        font-size: 12px;
        max-width: 200px;
    } */
}
/* End */


/* Start:/bitrix/templates/main-new/components/delfa/main.feedback/ms-excel-online.form/style.css?17636205941792*/
.excel-online-form-right {
    position: relative;
}

.form__policy-online {
    position: relative;
    top: -5px;
    display: inline-block;
    font-size: 11px;
    max-width: 100%;
    line-height: 12px;
    color: #fff;
}

.form__policy-online a {
    color: #fff;
    transition: all 0.3s linear;
}

.form__policy-online a:hover {
    color: #fff;
    opacity: 0.7;
}

@media(max-width: 991px) {
    .form__policy-online {
        top: unset;
        /* bottom: -50px; */
        max-width: 100%;
    }

    .online__title.subtitle {
        height: 34px;
        margin-top: 8px;
    }
}

@media(max-width: 510px) {
    .form__policy-online {
        top: unset;
        /* bottom: -50px; */
        max-width: 100%;
        text-align: center;
        left: 0px;
    }
}

@media (max-width: 500px) {
    .form__policy-online {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .form__policy-online {
        /* bottom: -69px; */
        left: 0px;
        top: -5px;
    }
}

@media (max-width: 450px) {
    .excel-online-blockright .excel-online-form__container {
        height: 440px;
    }
}

@media(max-width: 390px) {
    .excel-programs.online .excel-online-blockbottom .blockbottom__swiper,
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
        height: 270px;
    }
}

@media(max-width: 360px) {
    .excel-programs.online .excel-online-blockbottom .blockbottom__swiper,
    .excel-online-blockbottom .bottom-slide-wrapper img.bottom-slide-mobile {
        height: 300px;
    }
}

@media(max-width: 336px) {
    .form__policy-online {
        max-width: 100%;
        left: 0;
        line-height: 15px;
        /* bottom: -58px; */
    }
}
/* End */


/* Start:/bitrix/components/delfa/main.feedback/templates/ms-excel-take/style.css?17857384934534*/
.excel-take-block .excel-take-form__success {
    display: none;
}

.excel-take-block .excel-take-form {
    /* height: 288px; */
    background: #141B17;
    border-radius: 20px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    padding-left: 100px;
    padding-top: 82px;
    padding-bottom: 82px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-height: 288px;
}

.excel-take-block .excel-take-form img.take-img-desktop {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    object-fit: cover;
    /* height: 100%; */
}

.excel-take-block .excel-take-form img.take-img-mobile {
    display: none;
}

.excel-take-block .excel-take-form img.take-img-mobile-520 {
    display: none;
}

.excel-take-block .excel-take-form__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 54px;
}

.excel-take-block .excel-take-form__block {
    display: flex;
    gap: 21px;
}

.excel-take-block .excel-take-form__input {
    width: 246px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 18px 0 18px 22px;
}

.excel-take-block .excel-take-form .excel-take-form__submit {
    padding: 17px 77px;
    width: 284px;
    height: 48px;
    margin-left: 29px;
}

@media(max-width: 991px) {
    .excel-take-block .excel-take-form {
        padding: 51px 60px 51px 59px;
        flex-direction: column;
        max-height: unset;
    }

    .excel-take-block .excel-take-form .excel-take-form__submit {
        margin-left: 0;
        width: 100%;
    }

    .excel-take-block .excel-take-form__block {
        flex-direction: column;
        gap: 20px;
    }

    .excel-take-block .excel-take-form__input {
        width: 100%;
    }

    .excel-take-block .excel-take-form img.take-img-desktop {
        display: none;
    }

    .excel-take-block .excel-take-form img.take-img-mobile {
        display: block;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
    }
}

@media(max-width: 740px) {
    .excel-take-block .excel-take-form img.take-img-mobile {
        height: 100%;
    }
}

@media(max-width: 520px) {
    .excel-take-block .excel-take-form__title {
        margin-bottom: 39px;
        width: 340px;
    }

    .excel-take-block .excel-take-form img.take-img-mobile {
        display: none;
    }

    .excel-take-block .excel-take-form img.take-img-mobile-520 {
        display: block;
        position: absolute;
        z-index: -1;
        height: 100%;
        right: 0;
        top: 0;
    }
}

@media(max-width: 440px) {
    .excel-take-block .excel-take-form__title {
        font-size: 32px;
    }

    .excel-take-block .excel-take-form {
        padding: 47px 22px 43px 24px;
    }
}

@media(max-width: 380px) {
    .excel-take-block .excel-take-form__title {
        font-size: 30px;
        width: 300px;
    }
}

@media(max-width: 340px) {
    .excel-take-block .excel-take-form__title {
        font-size: 28px;
        width: 240px;
    }
}

.excel-take-block .excel-take-form__block {
    position: relative;
}

.form__policy {
    position: absolute;
    top: 60px;
    display: inline-block;
    font-size: 11px;
    /* max-width: 70%; */
    max-width: 100%;
    color: #fff;
}

.form__policy a {
    color: #fff;
    transition: all 0.3s linear;
}

.form__policy a:hover {
    color: #fff;
    opacity: 0.7;
}

@media(max-width: 991px) {
    .form__policy {
        top: unset;
        bottom: -50px;
        max-width: 88%;
    }
}
@media (max-width: 520px) {
    .excel-take-block .excel-take-form {
        padding-bottom: 90px;
    }
    .form__policy {
        bottom: -60px;
    }
}

@media(max-width: 510px) {
    .form__policy {
        top: unset;
        bottom: -50px;
        max-width: 90%;
        text-align: center;
        left: 20px;
    }
}

@media (max-width: 500px) {
    .form__policy {
        max-width: 92%;
    }
}

@media (max-width: 480px) {
    .form__policy {
        bottom: -69px;
        left: 14px;
    }
}

@media(max-width: 336px) {
    .form__policy {
        max-width: 100%;
        left: 0;
        line-height: 15px;
        bottom: -66px;
    }
}

/* End */


/* Start:/bitrix/templates/main-new/components/bitrix/news.list/promoted_teachers_v2/style.css?1730912035150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main-new/components/bitrix/news.list/promoted_documents_v2/style.css?1730912035345*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
/* End */


/* Start:/bitrix/components/delfa/main.feedback/templates/ms-excel-v2.modal/style.css?1763622493142*/
@media (max-width: 700px) {
    .excel-modal-form {
      padding: 20px 32px;
    }
    .excel-modal {
        height: 107vh;
    }
  }
/* End */
/* /ms-excel/style.css?175205437082147 */
/* /ms-excel/css/main.css?175670707375637 */
/* /bitrix/templates/main-new/components/bitrix/news.list/online.classes/style.css?177003229216021 */
/* /bitrix/templates/main-new/components/delfa/main.feedback/ms-excel-online.form/style.css?17636205941792 */
/* /bitrix/components/delfa/main.feedback/templates/ms-excel-take/style.css?17857384934534 */
/* /bitrix/templates/main-new/components/bitrix/news.list/promoted_teachers_v2/style.css?1730912035150 */
/* /bitrix/templates/main-new/components/bitrix/news.list/promoted_documents_v2/style.css?1730912035345 */
/* /bitrix/components/delfa/main.feedback/templates/ms-excel-v2.modal/style.css?1763622493142 */
