a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
.for-whom-special {
  background: linear-gradient(93.19deg, #045C5E 0%, #004241 100%);
  border-radius: 8px;
  padding: 40px;
}
.for-whom-special-p {
  color: #fff;
}
.what-is-benefit-title {
  font-size: 24px;
  color: #0C999C;
  text-align: center;
  font-weight: 700;
  margin: 40px 0;
}
.what-is-benefit-subtitle {
  color: #0c999c;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.what-is-benefit {
  margin-bottom: 10px;
}
.what-is-benefit-list {
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.what-is-benefit-list-item {
  border-radius: 8px;
  background-color: #f6f9f8;
  border: 1px solid #0c999c;
  list-style: none;
  width: fit-content;
  padding: 10px;
}
.for-whom-this-programm-title {
  font-size: 24px;
  color: #0C999C;
  text-align: center;
  font-weight: 700;
  margin: 40px 0;
}
.for-whom-this-programm-list {
  margin: auto;
  padding: 0;
}
.for-whom-this-programm-list-item {
  list-style: none;
  border-bottom: 1px solid #0c999c;
  padding: 20px 0;
}
.for-whom-this-programm {
  margin-top: 40px;
  font-weight: 700;
}
.for-whom-this-programm-span {
  color: #0C999C;
}
.benefit{
  background-position: bottom -140px left -500px;
  background-color: #f6f9f8;
  padding: 64px 0;
  background-image: url(/storage/landings/mini-MBA2024/ellipse.png);
  background-size: 60%;
  background-repeat: no-repeat;
}
.about-program {
  background-color: #f6f9f8;
  padding: 64px 0;
  background-image: url(/storage/landings/mini-MBA2024/ellipse.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-item-pass {
  border: 1px solid #e4e4e4 !important;
}
.slider-item-pass span {
  color: #808080 !important;
  background-color: #d2d2d2 !important;
}
._section_10y4t_1 {
  position: fixed;
  width: 100%;
  padding: 20px;
  background-color: #005958;
  overflow-x: auto;
  z-index: 10;
  top: 99px;
}
._navList_10y4t_16 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
	;
}
._linkItem_10y4t_23 {
  padding-right: 32px;
}
.lightText {
  color: #fff;
}
.ek-button-text {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
._navLink_10y4t_32 {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}
._navLink_10y4t_32:hover {
  color: #DBF0F0;
}
body {
  margin: 0;
}
.ek-feedback-container {
  padding: 64px 0;
  overflow: hidden;
}
.ek-feedback-container > * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.ek-swiper__title {
  text-align: center;
  color: #101828;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin: 0;
}
.swiper {
  max-width: 1320px;
  box-sizing: border-box;
  user-select: none;
  overflow: initial;
  padding: 0 60px;
}
.swiper-wrapper_feedback {
  padding: 32px 0 !important;
  height: 508px !important;
}
.swiper-slide {
  background: #f9fafb;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ek-feedback-item {
  padding: 52px;
}
.ek-quotes-container {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.ek-quotes {
  width: 100%;
}
.ek-feedback-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #2b3541;
  line-height: 130%;
  margin-bottom: 20px;
}
.ek-feedback__author {
  display: flex;
}
.ek-feedback__author-image-container {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.ek-feedback__author-image {
  width: 100px;
  border-radius: 50%;
}
.ek-feedback__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ek-feedback__author-star{
  display: flex;
  align-items: center;
}
.ek-feedback__author-star svg{
  margin-right: 4px;
  margin-top: -1px;
}
.ek-feedback__author-name,
.ek-feedback__author-star
{
  margin: 0;
  color: #2b3541;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.ek-feedback__author-status {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .ek-feedback-container {
	padding: 40px 0;
  }
  .ek-swiper__title {
	font-size: 28px;
  }
  .swiper {
	padding: 0 8%;
  }
  .swiper-wrapper_feedback {
	padding: 32px 0 20px !important;
  }
  .ek-feedback-item {
	padding: 32px 20px;
  }
  .ek-feedback-text {
	font-size: 16px;
  }
  .swiper-pagination {
	display: none;
  }
  .buttons {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
  }
}
@media screen and (max-width: 540px) {
  .swiper-wrapper_feedback {
	height: 552px !important;
  }
  .ek-feedback-item {
	padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .swiper {
	padding: 0 5%;
  }
}
.swiper-pagination {
  position: static;
}
.swiper-pagination > * {
  padding: 0.5px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #0c999c !important;
  width: 25px;
  border-radius: 5px;
}
.swiper-button-next_feedback,
.swiper-button-prev_feedback {
  width: 49px;
  height: 49px;
  border-radius: 28px;
  border: 1px solid #e4e7ec;
  background: #fff;
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.swiper-button-next_feedback:hover,
.swiper-button-prev_feedback:hover {
  border: 1px solid #e4e7ec;
  background: #86ccce;
}
.swiper-button-next_feedback:active,
.swiper-button-prev_feedback:active {
  border: 1px solid #e4e7ec;
  background: #0c999c;
}
.swiper-button-prev_feedback {
  transform: rotate(180deg);
}
.content-carousel {
  width: 100%;
  box-sizing: border-box;
}
/* .slick-initialized .slick-slide {
height: 515px !important;
width: 314px !important;
}*/
.single-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.plan{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.modal {
  background-color: rgba(4, 71, 72, 0.7);
  overflow-y: auto;
}
input.custom[type=submit]{
  margin-top: 0;
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D;
  margin-right: 0;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: none;
}
input.custom[type=submit]:hover, input.custom[type=submit]:active, input.custom[type=submit]:focus {
  background-color: #EB4040;
  border-color: #EB4040;
}
.nervf-heading h2 {
  text-align: left;
}
.discount__descriptor {
  margin: 0;
  font-family: Museo Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-align: left;
}
.container-cost:before, .container-cost:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.error {
  border: none !important;
  color: #f73859 !important;
}
.input.error:focus, textarea.error:focus {
  border-color: #f73859 !important;
}
#price-single {
  background-color: #045C5E;
  background-image: none;
  background-size: cover;
}
.discount>.container {
  align-items: center;
}
.js-order-modal.order.page.order-page.modal.modal-close, #info-modal.modal.modal-close{
  display: none !important;
}
.slick-slide img {
  border-radius: 8px;
}
.slider-module {
  /*margin-bottom: 100px;*/
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.slick-slide {
  display: none;
  float: left;
  height: 524px;
  min-height: 1px;
}
.slick-next:before, .slick-prev:before {
  content: '' !important;
}
.slider .slick-arrow,  .slider-module .slick-arrow{
  /*( background-image: url(/storage/template/images/icons/arrow-left.png);*/
  width: 48px;
  height: 48px;
  top: 100%;
}
.slider .slick-next, .slider-module  .slick-next{
  /*rotate: 180deg;
  margin-top: 12px;*/
  margin-right: 25px;
  margin-top: 59px;
  background-image: url(/storage/landings/mini-MBA2024/arrow-next-slick-active.png) !important;
}
/*.slider .slick-next:hover{
rotate: 0deg;
margin-top: 59px;
}*/
/*.slider .slick-next:active{
rotate: 0deg;
margin-top: 59px;
}*/
/*.slick-next{
background-image: url(/storage/landings/mini-MBA2024/arrow-next-slick.png) !important;
margin-top: 58px;
right: 0;
}*/
.slick-next{
  /*background-image: url(/storage/landings/mini-MBA2024/arrow-next-slick-hover.png) !important;*/
}
.slick-next:active{
  /*background-image: url(/storage/landings/mini-MBA2024/arrow-next-slick-active.png) !important;*/
}
.slider .slick-prev, .slider-module  .slick-prev {
  /*background-image: url(/storage/landings/mini-MBA2024/arrow-prev-slick.png) ;*/
  background-image: url(/storage/landings/mini-MBA2024/arrow-prev-slick-active.png) !important;
  left: 91%;
  margin-top: 59px;
}
/*.slick-prev:hover{
background-image: url(/storage/landings/mini-MBA2024/arrow-prev-slick-hover.png)  !important;
}*/
.slick-prev:active{
  /*background-image: url(/storage/landings/mini-MBA2024/arrow-prev-slick-active.png) !important;*/
}
#order_widget_mdl.modal-close, #order_widget_mdl_plan.modal-close, 
#order_widget_mdl-cons.modal-close {
  display: none !important
}
#order_widget_mdl_test.modal-close {
  display: none !important;
}
.modal__close {
  float: right;
  font-family: "icomoon" !important;
  font-size: 0;
  background-color: transparent;
  padding-top: 10px;
}
.modal__close:before {
  font-size: 0;
  content: "" !important;
  background-color: transparent;
}
.modal__close:after {
  font-family: "icomoon" !important;
  font-size: 18px;
  background-color: transparent;
  content: "\ea0f" !important;
  opacity: 0.7;
}
.modal__wrapper h2 {
  font-size: 28px;
  margin: 20px 0 40px 0;
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 7%;
  padding: 40px;
  border-radius: 8px;
}
.js-show-popup{
  color: #C92D2D;
}
.js-show-popup:hover{
  color: #EB4040;
}
#custom-code-6 {
  overflow: initial;
}
#custom-code, #custom-code-2{
  background-color: #f6f9f8;
}
.owl-dots{
  height: 0;
}
.container {
  width: 1200px;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
}
.block-previwe{
  background-image: url("/storage/landings/mini-MBA2024/content.webp");
  background-size: cover;
  margin-top: 32px;
  border-radius: 8px;
}
.seminar{
  display: flex;
  justify-content: space-between;
}
.seminar img{
  height: 574px;
  margin-left: -16px;
  border-radius: 8px;
}
.seminar-description{
  padding: 65px 0 45px 32px;
}
.seminar-description span{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  color: #fff;
}
/* .seminar-description-animate{
font-size: 24px;
font-weight: 900;
line-height: 31.8px;
color: transparent;
margin-bottom: 40px;
background-clip: text;
color: transparent;
background-image: linear-gradient(45deg, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff, #0C999C,#ffffff, #0C999C,#ffffff);
background-size: 400% 400%;
animation: move 30s linear 1s infinite running;
-webkit-animation: move 30s linear 1s infinite;
/* Для Chrome, Safari, Opera */
/* -moz-animation: move 30s linear 1s infinite;
/* Для Firefox */
/* -o-animation: move 30s linear 1s infinite;
}*/
/*.seminar-description-animate {
position: relative;
display: inline-block;
font-size: 24px;
font-weight: 900;
line-height: 31.8px;
color: #000;
margin-bottom: 40px;
}
.seminar-description-animate::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(45deg, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff, #0C999C, #ffffff);
background-size: 400% 400%;
z-index: -1;
animation: move 30s linear 1s infinite;
-webkit-animation: move 30s linear 1s infinite;
-moz-animation: move 30s linear 1s infinite;
-o-animation: move 30s linear 1s infinite;
}
@keyframes move{
0%{
background-position: 0 0;
}
/* 25%{
background-position: 0 100%;
}*/
/* 50%{
background-position: 100% 100%;
}
/*75%{
background-position: 100% 0;
}*/
/* 100%{
background-position: 0 0;
}
}*/
.seminar-description-animate {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 31.8px;
  color: #000;
  margin-bottom: 40px;
}
.seminar-description-animate::after {
  content: attr(data-text);
  /* Передача текста из атрибута data-text */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #0C999C, #fff, #0C999C, #fff, #0C999C, #fff, #0C999C, #fff, #0C999C, #fff);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  animation: move 5s linear 1s infinite;
  -webkit-animation: move 5s linear 1s infinite;
  -moz-animation: move 5s linear 1s infinite;
  -o-animation: move 5s linear 1s infinite;
}
@keyframes move {
  0% {
	background-position: 0 0;
  }
  25% {
	background-position: 0 100%;
  }
  50% {
	background-position: 100% 100%;
  }
  75% {
	background-position: 100% 0;
  }
  100% {
	background-position: 0 0;
  }
}
@-webkit-keyframes move {
  0% {
	background-position: 0 0;
  }
  25% {
	background-position: 0 100%;
  }
  50% {
	background-position: 100% 100%;
  }
  75% {
	background-position: 100% 0;
  }
  100% {
	background-position: 0 0;
  }
}
@-moz-keyframes move {
  0% {
	background-position: 0 0;
  }
  25% {
	background-position: 0 100%;
  }
  50% {
	background-position: 100% 100%;
  }
  75% {
	background-position: 100% 0;
  }
  100% {
	background-position: 0 0;
  }
}
@-o-keyframes move {
  0% {
	background-position: 0 0;
  }
  25% {
	background-position: 0 100%;
  }
  50% {
	background-position: 100% 100%;
  }
  75% {
	background-position: 100% 0;
  }
  100% {
	background-position: 0 0;
  }
}
h1{
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 4px;
  color: #fff;
}
h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: #2B3541;
  text-align: center;
}
.date-seminar, .location-seminar{
  display: flex;
  align-items: center;
}
.date-seminar p, .location-seminar p{
  margin: 0 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}
.date-seminar{
  margin-bottom: 12px;
}
.location-seminar{
  margin-bottom: 60px;
}
.button__order{
  display: flex;
}
.btn{
  padding: 18px 27px;
  margin: 0;
}
.btn:hover, .btn:active, .btn:focus{
  background-color: #EB4040;
  color: #FFFFFF !important;
  border-color: #EB4040;
}
.btn-order{
  background-color: #D72F2F;
  color: #FFFFFF;
  margin-right: 20px;
}
.download-btn{
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  padding: 18px 42px
}
@keyframes ticker {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-50%);
  }
}
.ticker {
  color: #000;
  font-family: system-ui;
  font-size: 24px;
  max-width: 100%;
  overflow: hidden;
}
.ticker__in {
  display: flex;
  width: fit-content;
  animation: ticker 100s linear infinite;
}
/* Основной стиль для бегущей строки */
/* Мобильная версия */
.ticker__item {
  color: #2B3541;
  padding: 64px 0;
  white-space: nowrap;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  /*text-transform: uppercase;*/
}
.ticker__item span{
  color: #0C999C
}
.separator{
  margin: 0 32px;
  color: #2B3541 !important;
}
.programs-format, .relevance,  .course-for{
  padding: 64px 0;
}
.relevance, .course-for{
  background-color: #f6f9f8;
}
.programs-format {
  background-image: url(/storage/landings/mini-MBA2024/format.webp);
  background-size: cover;
  background-position: center;
}
.programs-format h2{
  color: #FFFFFF;
  text-align: left;
}
.program-expert {
  display: flex;
  justify-content: space-between;
}
.program--descriptions {
  display: flex;
}
.program--description{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
}
.formatProgram1{
  border-radius: 8px;
  width: 284px;
  height: 236px;
}
.formatProgram1-1{
  display:none;
}
.formatProgram2{
  width: 290px;
  height: 480px;
  border-radius: 8px;
}
.formatProgram2-1, .formatProgram2-2{
  display: none;
}
.formatProgram3{
  width: 588px;
  border-radius: 8px;
}
.format-number {
  font-size: 72px;
  font-weight: 500;
  line-height: 93.6px;
  letter-spacing: -0.02em;
  color: #d72f2f;
}
.program-format-desc p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2b3541;
  margin: 0;
}
.program-format-desc{
  background-color: #F6F9F8;
  padding: 20px;
  border-radius: 8px;
  width: 284px;
  height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.program-format-descriptions{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.program-format-descs{
  display: flex;
  justify-content: space-between;
}
.program-format2{
  display: none;
}
.relevance{
  background-image: url(/storage/landings/mini-MBA2024/ellipse.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 10px left -500px !important;
}
.relevance iframe{
  width: 100%;
  border-radius: 8px;
}
.course-for{
  background-image: url(/storage/landings/mini-MBA2024/ellipse.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -140px right -451px !important;
}
.for-whoms{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.for-whom{
  background-image: url("/storage/landings/mini-MBA2024/forwhom.webp");
  background-position: top;
  background-repeat: no-repeat;
  width: 584px;
  border-radius: 8px;
  padding: 20px;
}
.for-whom:first-child, .for-whom:nth-child(2){
  margin-bottom: 32px;
}
.for-whom h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 40px;
}
.for-whom p{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #fff;
}
.profit{
  background-image: url(/storage/landings/mini-MBA2024/profit.webp);
  padding: 100px 0 0 0;
  background-size: 107%;
  background-position: right 62% bottom -1%;
  background-repeat: no-repeat;
}
.profit .container-new{
  display: flex;
  justify-content: space-between;
}
.wrapper{
  position: sticky;
  top: 150px;
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*#sidebar{
margin-left: 120px;
}*/
#content{
  padding-bottom: 88px;
}
#sidebar h2{
  text-align: left;
  margin-bottom: 8px;
}
/*.hand{
margin-top: 250px;
}*/
.animation {
  animation-name: animations;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 232px;
  margin-bottom: 80px;
  /* margin-top: -650px;
  margin-bottom: -89px;*/
}
@keyframes animations {
  from {
	transform: translate(0,  0px);
  }
  65%  {
	transform: translate(0, 50px);
  }
  to   {
	transform: translate(0, -0px);
  }
}
.slider-item-desc-module-num{
  display: flex;
  align-items: center;
  gap: 12px;
}
.slider-item-desc-module-num .modul-number{
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 20.8px;
  margin-top: 0;
  color: #2b3541;
}
@media screen and (max-width: 335px) {
  .slider-item {
	width: 100%;
	height: 585px;
  }
  .slider-item-desc-module-num {
	flex-direction: column;
	align-items: flex-start;
  }
}
.owl-carousel .owl-item img {
  border-radius: 8px;
}
.item {
  padding: 20px;
  border-radius: 8px;
  background-color: #f6f9f8;
  border: 1px solid #0c999c;
  height: 137px;
  width: 496px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
}
.item p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #045C5E;
}
.teaching-staff{
  padding: 64px 0 32px 0;
  background-color: #f6f9f8;
}
.itcss__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itcss__btn_prev, .itcss__btn_next{
  display: none;
}
.staff{
  width: 276px;
  margin-bottom: 24px;
}
.staff img{
  width: 276px;
}
.staff h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2B3541;
  margin-bottom: 8px;
  margin-top: 16px;
}
.staff p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
  margin:0 0 8px 0;
}
.modules{
  background-color: #f6f9f8;
  /*padding: 23px 0 104px 0;*/
  padding: 64px 0;
}
.modules h2{
  margin-bottom: 8px;
}
.modules p{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
}
.module-item-slide{
  font-weight: 600 !important;
  text-align: left !important;
  color: #667085;
  margin-bottom: 20px !important;
}
.slider-item {
  /*margin: 0 10px;*/
  background-color: #f6f9f8;
  border: 1px solid #0c999c;
  border-radius: 8px;
  padding: 20px;
  width: 585px;
  height: 386px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider-item span {
  color: #0c999c;
  background-color: #dbf0f0;
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  /* margin-bottom: 24px;*/
}
.slider-item p {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 20.8px;
  color: #667085;
  margin-bottom: 0 !important;
}
.slider-item ul {
  padding: 0;
  margin: 12px 0 12px 22px;
}
.slider-item ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #2b3541;
  margin-bottom: 8px;
}
.line {
  border-bottom: #e6e6e6 1px solid;
}
.author-name{
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.author-name p{
  margin-left: 12px;
  text-align: left !important;
}
.owl-item{
  width: 585px;
}
.author-name img {
  width: 45px !important;
  border-radius: 100% !important;
}
.owl-nav{
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 36px;
}
.slider-item-desc p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left !important;
  margin-top: 24px;
}
.button{
  display: flex;
  justify-content: center;
}
.btn-download{
  background-color: #D72F2F;
  color: #fff;
}
.test-drive{
  background-color: #f6f9f8;
  padding: 64px 0;
}
.test-day{
  background-image: url(/storage/landings/mini-MBA2024/test-drive.webp);
  background-repeat: no-repeat;
  display: flex;
  background-size: cover;
  background-position: right;
  border-radius: 8px;
}
.test-day img{
  width: 639px;
  border-radius: 8px;
}
.test-day-desc{
  padding: 32px 0 32px 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test-day-desc h3{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
}
.test-day-desc p:nth-child(2) , .test-day-desc p:nth-child(4) {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
  margin: 0;
}
.test-day-desc p:nth-child(3) {
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  margin: 4px 0;
}
.btn-application{
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  width: 283px;
  height: 64px;
}
.content{
  width: 580px;
}
.how-will-it-be {
  background-color: #f6f9f8;
  padding: 64px 0;
}
.ek-feedback-container{
  background-color: #f6f9f8;
  padding: 64px 0;
}
.ek-feedback-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  height: 508px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.interesting{
  background-color: #f6f9f8;
  padding: 64px 0;
}
.cost{
  background-image: url("/storage/landings/mini-MBA2024/price.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px;
}
.cost h2{
  color: #fff;
}
.cost-descriptions{
  display: flex;
  justify-content: space-between;
}
.cost-description{
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  max-width: 584px;
}
.cost-description h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  color: #2B3541;
}
.cost-description ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-image: url(/storage/landings/school/check.png);
}
.cost-description ul li{
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
  margin-bottom: 12px;
}
.prices{
  display: flex;
  margin-top: 40px;
}
.price{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  margin: 0;
  color: #667085;
  margin-bottom: 4px;
  font-family: "Inter";
}
.new-price{
  margin-right: 20px;
}
.new-price, .old-price{
  display: flex;
  flex-direction: column;
}
.new-price span{
  font-family: "Inter";
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  text-align: left;
  color: #2B3541;
}
.old-price span {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #2B3541;
  text-decoration: none;
  margin-top: 13px;
}
.old-price span:before {
  content: "";
  border-bottom: 1px solid red;
  position: absolute;
  width: 75%;
  height: 50%;
  transform: rotate(-12deg);
}
.btn-signup, .button-colors.discount__btn{
  width: 100%;
  border-color: #D72F2F !important;
  background-color: #D72F2F !important;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 10px;
}
.btn-signup:hover, .btn-signup:focus, .btn-signup:active, .button-colors.discount__btn:hover, .button-colors.discount__btn:focus, .button-colors.discount__btn:active{
  background: #EB4040 !important;
  border-color: #EB4040 !important;
  color: #fff;
}
.title-modal{
  color: #2B3541 !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.collection{
  display: flex;
  justify-content: center;
}
.swiper-slide.slide{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  /*height: 225px;
  width: 335px;*/
  margin-right: 20px;
}
/*Форма*/
a {
  color: #0056C6;
}
.button-colors.modal__btn.form__btn {
  background: #843CE0 !important;
  color: #fff;
  border: 2px solid #843CE0;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
}
.button-colors.modal__btn.form__btn:hover, .button-colors.modal__btn.form__btn:focus, .button-colors.modal__btn.form__btn:active {
  background: #9D67E2 !important;
  border-color: #9D67E2 !important;
}
.manager__phone{
  line-height: 23px;
  font-weight: 400;
  font-size: 17px;
  color: #404247;
}
.manager__phone span:nth-child(3){
  color: #A0A1A3;
}
.manager__phone span:nth-child(4) img{
  margin-right: 8px;
}
#nervf-contact{
  padding: 64px 0;
  background-color: #f6f9f8;
}
.nervf-heading {
  height: 61px;
}
.nervf-heading span {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0px;
  color: #404247;
  text-align: left;
  margin-bottom: 0;
  margin-left: 15px;
}
.slider-item-module{
  /* width: 580px !important;
  height: 535px;*/
  margin-right: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider-item--module-desc p{
  text-align: left !important;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.slider-item--module-description{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.slider-item--module-description-date{
  display: flex;
}
.slider-item--module-description-date span{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #667085;
}
.slider-item--module-description-date svg{
  margin-right: 8px;
}
.slider-item--module-description p{
  font-size: 16px;
  margin-bottom: 0 !important;
  border: 1px solid #0C999C;
  color: #0C999C;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  padding: 3px 8px;
}
.slider-item--module-date{
  display: flex;
  justify-content: space-between;
}
.slider-item--module-description ul{
  padding: 0 0 0 30px;
  margin: 0;
}
.slider-item--module-desc ul{
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 20px;
}
.slider-item--module-desc ul li{
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: #2B3541;
  margin-bottom: 8px;
}
.expert-kons{
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20.8px !important;
}
.expert-kons span{
  color: #667085;
}
.btn-consultations{
  display: flex;
}
.request-consultation{
  border: 1px solid #0C999C !important;
  background: #FFFFFF;
  color: #0C999C;
  margin: 0 20px 20px  !important;
  width: 100%;
}
.request-consultation:hover,   .request-consultation:active,   .request-consultation:focus{
  background-color: #0C999C !important;
  color:#FFFFFF;
}
.owl-carousel .owl-nav button.owl-prev{
  margin-right: 12px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  border: 0.93px solid #E6E6E6;
  background-color: #fff;
  padding: 11px 15px !important;
  border-radius: 50px;
}
.owl-next:hover img, .owl-prev:hover img{
  filter: brightness(2.5);
}
.arrows{
  position: relative;
  bottom: 57%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.s-button-next, .s-button-prev{
  border: 0.93px solid #E6E6E6;
  background-color: #fff;
  border-radius: 26px;
  padding: 15px;
  display: flex;
}
.s-button-next:hover,  .s-button-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background-color: #86CCCE;
  border: 0.93px solid #fff;
}
.s-button-next:active, .s-button-next:focus, .s-button-prev:active, .s-button-prev:focus
.owl-carousel .owl-nav button.owl-next:active, .owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus
{
  background-color: #0C999C;
}
.s-button-next:hover svg path, .s-button-next svg:active path, .s-button-next svg:focus path, .s-button-prev:hover svg path, .s-button-prev svg:active path, .s-button-prev svg:focus path 
{
  stroke: #fff;
  fill: #fff;
}
.arrow{
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.swipe-button-next{
  margin-left: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.swipe-button-prev{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.swipe-button-next:hover, .swipe-button-next:active, .swipe-button-next:focus, .swipe-button-prev:hover, .swipe-button-prev:active, .swipe-button-prev:focus{
  background-color: #D1E2F8;
}
.swipe-button-next svg:hover path, .swipe-button-next svg:active path, .swipe-button-next svg:focus path, .swipe-button-prev svg:hover path, .swipe-button-prev svg:active path, .swipe-button-prev svg:focus path {
  stroke: #404247;
}
.btn-order-prog{
  background-color: #D72F2F;
  color: #fff;
  width: 283px;
  height: 64px;
}
.collection {
  padding: 0px;
}
.swiper {
  max-width: 1320px;
  box-sizing: border-box;
  user-select: none;
  overflow: hidden;
  padding: 0 32px;
}
.swiper-3d {
  perspective: 956px;
  height: 452px;
}
.slide__item{
  /* margin-right: 20px;*/
  margin: 0 10px;
}
.form {
  width: 576px;
}
.button-colors.modal__btn.form__btn {
  border-radius: 8px;
}
.form__text {
  display: block;
  margin: 2em 0;
  padding: 0 .88235em;
  width: 100%;
  height: 10em;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.63158em;
  color: #1c2e41;
  border: 1px solid hsla(0, 0%, 72.9%, .88);
  box-shadow: none;
  border-radius: 8px;
}
.modal__input, .input.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: #F9FAFB;
  border: 2px solid #E6E6E6;
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.input:not(:last-of-type) {
  border: 1px solid #E6E6E6;
  background-color: #F9FAFB;
}
.input.modal__input.form__input{
  margin-bottom: 20px;
}
.form__text{
  border: 1px solid #E6E6E6;
  background-color: #F9FAFB;
  margin: 20px 0 60px 0;
}
.form__descriptor, .form__heading {
  margin: 0 0 32px 0;
  font-weight: 600;
  line-height: normal;
  font-size: 40px;
  color: #2B3541;
  text-transform: math-auto;
}
.button-colors.modal__btn.form__btn{
  margin-top: 0;
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D;
  margin-right: 0;
  margin-bottom: 12px;
}
.button-colors.modal__btn.form__btn:hover, .button-colors.modal__btn.form__btn:focus, .button-colors.modal__btn.form__btn:active {
  background: #EB4040 !important;
  border-color: #EB4040 !important;
}
.modal__btn {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 12px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px 12px !important;
  background: #045C5E !important;
  background: #0c999c !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  color: #fff;
  border: 2px solid #f4be34;
}
.form__privacy{
  font-size: 16px;
  display: flow;
  text-align: center;
}
.manager__frame {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.manager__photo {
  width: 300px;
}
.manager__name {
  font-family: "Inter";
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 4px;
}
.nervf-heading {
  padding: 0;
}
.nervf-contact-flex {
  margin-top: 0;
}
.col-md-6 {
  padding: 0;
}
.more-detailed a:hover, .more-detailed a:active, .more-detailed a:focus,
.more-detailed a:hover > svg path, .more-detailed a:active > svg path, .more-detailed a:focus > svg path{
  color: #045c5e !important;
  fill:  #045c5e
}
@media screen and (max-width: 1205px) {
  .seminar-description-animate {
	font-size: 18px;
  }
  .modal__wrapper {
	width: 91%;
  }
  .container {
	width: 100%;
  }
  .sub-menu-wrap {
	height: 64px;
	width: 100%;
	background: #045c5e;
	display: none;
  }
  .block-previwe{
	margin: 80px 60px 0 60px;
	background-image: url(/storage/landings/mini-MBA2024/content768.webp);
  }
  .seminar {
	flex-direction: column;
  }
  .seminar-description {
	padding: 20px;
  }
  h1{
	font-size: 28px;
	line-height: 36.4px;
	letter-spacing: -0.02em;
  }
  .location-seminar {
	margin-bottom: 41px;
  }
  .button__order {
	display: flex;
	justify-content: space-between;
	/*flex-direction: column;*/
	gap: 20px;
  }
  .btn-order, .download-btn,  .btn-application {
	margin-right: 0;
	width: 100%;
	height: 48px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .btn-order{
	/*margin-right: 20px;*/
  }
  .seminar img {
	height: 318px;
  }
  picture{
	display: flex;
	justify-content: flex-end;
  }
  .ticker__item {
	padding: 20px 0;
	font-size: 20px;
	/*padding: 40px 0;
	font-size: 28px;*/
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
  }
  h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 36.4px;
	margin-bottom: 20px;
  }
  .programs-format {
	padding: 40px 60px;
  }
  .program-format-descriptions {
	flex-direction: column-reverse;
  }
  .program--descriptions {
	display: flex;
	justify-content: space-between;
  }
  .program-format-descs {
	margin: 20px 0;
  }
  .program-format-desc {
	width: 100%;
	height: 100%;
  }
  .program-format-desc:first-child{
	margin-right: 20px;
  }
  .format-number {
	font-size: 40px;
	font-weight: 500;
	line-height: 52px;
  }
  .program-format-desc p {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
  }
  .program-expert {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  }
  .program--description {
	margin-right: 20px;
  }
  .formatProgram1 {
	display:none;
	width: 100%;
	height: 100%;
	margin-top: 20px;
  }
  .formatProgram1-1 {
	display: block;
	border-radius: 9px;
	width: 100%;
	margin-top: 20px;
  }
  .formatProgram2 {
	width: 42%;
	display:none;
  }
  .formatProgram2-1{
	display:block;
	border-radius: 9px;
	width: 49%;
  }
  .formatProgram3 {
	width: 100%;
  }
  .profit .container-new {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  }
  .relevance {
	padding: 40px 60px;
  }
  .relevance iframe {
	max-width: 100%;
	border-radius: 8px;
  }
  .course-for{
	padding: 40px 60px;
  }
  .for-whom {
	width: 100%;
  }
  .for-whom svg{
	width: 24px;
	height: 24px;
  }
  .for-whom h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
  }
  .for-whom:first-child, .for-whom:nth-child(2),  .for-whom:nth-child(3) {
	margin-bottom: 12px;
  }
  .animation {
	display: none;
  }
  .hand img {
	display: none;
  }
  .wrapper {
	flex-direction: column;
  }
  .profit {
	padding: 40px 60px;
	background-image: none;
	/*height: 100%;*/
  }
  .item p {
	font-size: 18px;
  }
  .wrapper {
	position: relative;
	top: 0px;
	height: auto;
  }
  .hand {
	margin-top: 0;
  }
  #sidebar {
	text-align: center;
	margin: 0;
  }
  #sidebar h2 {
	text-align: center;
	margin-bottom: 8px;
  }
  .item {
	width: 100%;
  }
  .profit {
	flex-direction: column;
  }
  .teaching-staff {
	padding: 40px 0 8px 0;
  }
  .modules {
	padding: 40px 60px 124px;
  }
  .slick-prev {
	margin-left: -90px;
	left: 96%;
  }
  .modules p {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
  }
  .slider-item-module {
	width: 100%;
	height: 600px;
	/*height: 532px;*/
  }
  .slider-item--module-desc ul li {
	font-size: 16px;
  }
  .request-consultation {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .test-drive {
	background-color: #f6f9f8;
	padding: 40px 60px;
  }
  .test-day img {
	height: 140px;
  }
  picture {
	display: flex;
	align-items: flex-end;
  }
  .test-day img {
	width: 220px;
  }
  .test-day-desc h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 31.6px;
	margin-bottom: 8px;
  }
  .test-desc{
	margin-bottom: 40px;
  }
  .test-day-desc {
	padding: 20px 20px 20px 20px;
  }
  .test-day {
	background-position: bottom left;
  }
  .test-day-desc p:nth-child(3) {
	width: 139%;
  }
  .slider-item {
	width: 100%;
  }
  .btn-order-prog {
	width: 294px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .how-will-it-be {
	padding: 60px 60px;
  }
  #swiper-wrapper-105c0647af3b46841{
	transform: translate3d(-298.5px, 0px, 0px);
  }
  .swiper-3d {
	perspective: 1185px;
	height: 260px;
  }
  .intresting-carts {
	flex-direction: column;
  }
  .interesting {
	padding: 54px 60px;
  }
  .intresting-cart {
	max-width: 100%;
	margin-bottom: 32px;
  }
  .title-intresting {
	margin: 12px 0 20px;
  }
  .intresting-cart img {
	width: 100%;
  }
  .start {
	margin-top: 12px;
  }
  .cost {
	background-position: left;
	padding: 40px 60px;
  }
  .cost-descriptions {
	flex-direction: column;
  }
  .cost-description {
	padding: 20px;
	max-width: 100%;
  }
  .cost-description h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 31.6px;
	color: #2B3541;
	margin-bottom: 20px;
  }
  .landing-title {
	padding: 126px 0 60px 0;
  }
  .g-s-t-m-description{
	width: 100%;
  }
  .nervf-contact-flex {
	flex-direction: column;
	margin-top: 20px;
	width: 100%;
  }
  .col-md-6 {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
  }
  .form {
	width: 100%;
  }
  .contact-manager {
	margin: 80px 0 0 0;
  }
  #nervf-contact {
	padding: 40px 60px;
  }
  .nervf-heading span {
	text-align: left;
	display: block;
	line-height: 41.6px;
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0;
	color: #404247;
  }
  .input.modal__input.form__input, .form__text {
	font-size: 16px;
	margin: 0 0 12px 0 !important;
  }
  .row {
	margin-left: 0;
	margin-right: 0;
	height: 41px;
  }
  .content {
	width: 335px;
  }
  .content img{
	width: 335px;
  }
  .arrows {
	bottom: 59%;
  }
  .contact__form {
	width: 100% !important;
	padding: 0 !important;
  }
  .button-colors.modal__btn.form__btn {
	font-size: 16px;
	margin: 28px 0 12px 0;
  }
  .itcss {
	position: relative;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
  }
  /* стили для wrapper */
  .itcss__wrapper {
	position: relative;
	overflow: hidden;
  }
  /* стили для элемента, в котором непосредственно расположены элементы (слайды) */
  .itcss__items {
	display: flex;
	flex-wrap: nowrap;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: transform 0.5s ease;
	will-change: transform;
  }
  /* стили для элементов */
  .itcss__item {
	margin-right: 12px;
	position: relative;
	max-width: 100%;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	will-change: transform;
  }
  /* кнопки Prev и Next */
  .itcss__btn {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 4rem;
	color: #fff;
	background: rgb(0 0 0 / 10%);
	border: none;
	outline: none;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
	user-select: none;
  }
  .itcss__btn_hide {
	display: none;
  }
  .itcss__btn:hover,
  .itcss__btn:focus {
	color: #fff;
	text-decoration: none;
	border: none;
	opacity: 0.7;
  }
  .itcss__btn_prev {
	left: 0;
  }
  .itcss__btn_next {
	right: 0;
  }
  .itcss__btn::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
  }
  .itcss__btn_prev::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  .itcss__btn_next::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  /* Индикаторы */
  .itcss__indicators {
	display: none;
  }
  .itcss__indicator {
	display: none;
  }
  .itcss__indicator_active {
	background-color: #fff;
  }
  /* класс для отключения transition */
  .transition-none {
	transition: none;
  }
  .d-none {
	display: none;
  }
  .itcss__btn .itcss__btn_prev, .itcss__btn .itcss__btn_next{
	display: block;
  }
  .single-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
  }
}
@media screen and (max-width: 600px) {
  .how-will-it-be {
	padding: 40px 0;
  }
  .nervf-contact-flex {
	padding: 20px;
	margin: 0 5px;
  }
  .nervf-heading span{
	margin: 0;
  }
  .program-format-desc p {
	margin-top: 20px;
  }
  .collection {
	padding: 0 5px;
  }
  .reviews {
	margin-left: 0;
  }
  #nervf-contact {
	padding: 40px 0;
  }
  .contact__form {
	margin-top: 0;
  }
  .btn-application {
	width: 100%;
  }
  .what-it-cart-img{
	display: flex;
	justify-content: flex-end;
  }
  .slick-arrow {
	display: block !important;
  }
  .slider-item-module {
	width: 100%;
	height: 487px;
  }
  #top-menuwr {
	height: 70px;
	width: 100%;
  }
  .block-previwe {
	margin: 80px 20px 0 20px;
  }
  .button__order {
	flex-direction: column;
	gap: 12px;
  }
  .btn-order {
	margin-right: 0;
  }
  .btn-order , .download-btn{
	width: 100%;
  }
  .seminar img {
	height: 181px;
  }
  .programs-format {
	padding: 40px 20px;
  }
  .program-format-descs {
	flex-direction: column;
  }
  .formatProgram2-1{
	display:none;
  }
  .formatProgram2-2 {
	display: block;
	border-radius: 9px;
	width: 100%;
	margin: 12px 0;
  }
  .formatProgram1 {
	display: block;
	margin: 12px 0;
  }
  .formatProgram3 {
	width: 100%;
	margin: 12px 0;
  }
  .program--descriptions {
	flex-direction: column;
  }
  .program--description {
	margin-right: 20px;
	margin: 0;
  }
  .program-format.program-expert.program--descriptions.order-1{
	order: 1;
  }
  .program-format-descriptions.order2{
	order: 2;
  }
  .relevance {
	padding: 40px 20px;
  }
  .relevance iframe {
	max-width: 100%;
	height: 100%;
  }
  .course-for {
	padding: 40px 20px;
  }
  .for-whom h5 {
	margin-top: 20px;
  }
  .profit {
	padding: 40px 20px;
  }
  .slick-prev {
	/*left: 66%;*/
  }
  .slick-prev {
	margin-left: -76px;
	left: 90%;
  }
  .teaching-staff {
	padding: 40px 20px;
  }
  .modules {
	padding: 40px 20px 124px;
  }
  .slider-item--module-description-date span {
	width: 85%;
  }
  .slider-item--module-description p{
	width: 42%;
  }
  .owl-nav {
	margin-bottom: 0;
  }
  .item {
	height: 150px;
  }
  .test-drive {
	padding: 40px 20px;
  }
  .test-day {
	background-image: url(/storage/landings/mini-MBA2024/test-drive375.webp);
	background-repeat: no-repeat;
	display: flex;
	background-size: cover;
	background-position: bottom;
	border-radius: 8px;
	flex-direction: column;
  }
  .test-day {
	background-image: url(/storage/landings/mini-MBA2024/test-drive.webp);
	background-repeat: no-repeat;
	display: flex;
	background-size: cover;
	background-position: bottom;
	border-radius: 8px;
	flex-direction: column;
  }
  .test-day-desc p:nth-child(3) {
	width: 100%;
  }
  .test-day img {
	width: 163px;
  }
  .slider-item {
	width: 100%;
	height: 100%;
  }
  .slider-module {
	margin-bottom: 20px;
  }
  .slider-item-desc-online {
	align-items: flex-start !important;
	flex-direction: column;
  }
  .owl-nav {
	margin-bottom: 40px;
  }
  .interesting {
	padding: 54px 20px;
  }
  .cost {
	padding: 40px 20px;
  }
  .nervf-contact-flex {
	padding: 0;
	margin: 0;
  }
  .nervf-heading {
	margin-bottom: 0;
	padding: 0;
  }
  #nervf-contact {
	padding: 40px 5px;
  }
  .nervf-heading span {
	font-size: 28px;
	font-weight: 600;
	line-height: 36.4px;
	letter-spacing: -0.02em;
	margin: 0;
  }
  .contact__form {
	margin-top: 20px;
  }
  .program-format{
	display: none;
  }
  .program-format2{
	display: block;
  }
}
/*@media screen and  (min-width: 1441px) and (max-width: 2560px){
#content{
width: 28%;
margin: 0 auto;
}
}*/
.slider-item-desc-online{
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-item-desc-online .online{
  margin: 0;
  color: #2b3541;
  border: 2px solid #0c999c;
  border-radius: 32px;
  padding: 2px 10px;
}
.video-prig{
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: #d1121c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  width: 35%;
  padding: 0 12px;
  border: 2px solid #D72F2F;
  border-radius: 8px;
  justify-content: center;
  gap: 12px;
}
.video-prig:hover{
  color: #DC5353;
  border-color: #DC5353;
}
.video-prig:hover svg path {
  stroke: #DC5353;
  fill: #DC5353;
}
.video-prig:hover svg rect {
  fill: #DC5353;
}
@media screen and (max-width: 375px) {
  .slider-item-desc-module-num {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex-direction: column;
  }
}
audio{
  border: 2px solid #D72F2F;
  border-radius: 8px;
}
@media screen and (max-width: 425px) {
  audio {
	width: 100%;
	margin-bottom: 20px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1205px) {
  .video-prig {
	width: 16%;
  }
}
@media screen and (min-width: 1092px) and (max-width: 1149px) {
  .video-prig {
	width: 17%;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1091px) {
  .video-prig {
	width: 18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .video-prig {
	width: 30%;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .video-prig {
	width: 70%;
  }
}
@media screen and (min-width: 320px) and (max-width: 424px) {
  .video-prig {
	width: 100%;
  }
}
.speakers-desc-info{
  display: flex;
  justify-content: center;
  width: 100%;
}
.speakers-desc {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 44.2px !important;
  color: #1A1919 !important;
  text-align: center !important;
}
.ek-spekers-promise {
  justify-content: center;
}
.ek-spekers-promise_text {
  text-align: center;
  font-size: 28px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .ek-spekers-promise_text {
	font-size: 24px;
  }
}
> #text {
  text-align: center;
}
#speak-23 {
  padding: 100px 10px;
}
#speak-23 .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#speak-23 .head {
  justify-content: center;
  margin-bottom: 80px;
  width: 49%;
}
#speak-23 .head .right {
  max-width: 990px;
}
#speak-23 .head h3 {
  color: var(--Black, #1a1919);
  font-size: 56px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.84px;
}
#speak-23 .head img {
}
#speak-23 .head p {
  margin-bottom: 16px;
  color: var(--Black, #1a1919);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  /*text-align: center;*/
}
#speak-23 .track-1 .title {
  color: var(--Red, #ff2e2a);
  border-bottom: solid 2px #ff2e2a;
}
#speak-23 .track-1 {
  display: none;
}
#speak-23 .track-2 .title {
  color: var(--Green, #2fdf4c);
  border-bottom: solid 2px #2fdf4c;
}
#speak-23 .track-3 .title {
  color: var(--Yellow, #ffd300);
  border-bottom: solid 2px #ffd300;
}
#speak-23 .track-4 .title {
  color: var(--Blue, #1c99e4);
  border-bottom: solid 2px #1c99e4;
}
#speak-23 .track {
  margin-bottom: 120px;
}
#speak-23 .title {
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
#speak-23 .title p {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid var(--grey-stroke, #d7d5d2);
  background: var(--White, #fff);
}
#speak-23 .title img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
#speak-23 .title h4 {
  color: var(--Red, #ff2e2a);
  font-size: 34px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
#speak-23 .items {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#speak-23 .item img {
}
#speak-23 .item h5 {
  color: var(--Black, #1a1919);
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}
#speak-23 .item p {
  color: var(--grey-text, #7e7e7e);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  #speak-23 .item p {
	font-size: 18px;
  }
  #speak-23 .head {
	width: 100%;
	margin-bottom: 20px;
  }
}
#speak-23 .item p san {
  color: var(--Red, #ff2e2a);
}
#speak-23 .item a{
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: #d1121c;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}
#speak-23 .item a:hover {
  color: #DC5353;
}
#speak-23 .item a:hover svg path{
  stroke:#DC5353;
}
#speak-23 .item a:hover {
  color:#DC5353;
}
#speak-23 .item {
  width: 316px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#speak-23 .a-nax {
  margin: 0px auto;
  position: relative;
  z-index: 1;
  display: flex;
  width: 355px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--red-brand-color, #d1121c);
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
/*попап видео*/
.button-video-popup{
  cursor: pointer;
  color: #d1121c;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}
.button-video-popup:hover {
}
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.popup_video {
  top: 0;
  right: 0;
  left: 50%;
  font-size: 14px;
  font-family: 'Tahoma', Arial, sans-serif;
  z-index: 10000;
  /*margin: 0 auto;*/
  width: 100%;
  min-width: 320px;
  max-width: 820px;
  position: fixed;
  padding: 15px;
  border: 1px solid #383838;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -o-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}
.overlay:target+.popup_video {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out;
  -ms-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.close_video {
  position: absolute;
  padding: 0;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}
.close_video:before {
  color: rgba(255, 255, 255, 0.9);
  content: '\2715';
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  font-size: 12px;
}
.close_video:hover {
  background-color: rgba(252, 20, 0, 0.8);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .popup_video {
	width: 95%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup_video {
	width:85%;
  }
}
@media screen and (max-width: 1024px) {
  .overlay {
	background-color: rgba(0, 0, 0, 0.7) !important;
  }
}
.video_v {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow:hidden;
}
.video_v iframe, 
.video_v object, 
.video_v embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-item-desc .modul-number-itog{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left !important;
  margin-top: 24px;
  color: #2b3541;
}
.comporates{
  padding: 100px 0;
}
.corporate-training{
  background: linear-gradient(93.19deg, #045C5E 0%, #004241 100%);
  border-radius: 8px;
  padding: 32px;
}
.corporate-training-desc h3{
  color: #fff;
}
.corporate-training-desc p{
  color: #fff;
}
.btn-comporates{
  background: #db1515;
  color: #fff;
  border: 2px solid #db1515;
}
.btn-comporates:hover, .btn-comporates:focus, .btn-comporates:active {
  background: #eb4040 !important;
  border-color: #eb4040 !important;
}
@media screen and (max-width: 1100px) {
  .comporates {
	padding: 60px 50px;
  }
  .btn.btn-comporates{
	width: 100%;
  }
  /* ._section_10y4t_1 {
  padding: 20px 20px;
}*/
  ._section_10y4t_1 {
	position: fixed;
	width: 100%;
	padding: 20px 20px;
	background-color: #005958;
	overflow-x: auto;
	z-index: 10;
	top: 80px;
  }
}
@media screen and (max-width: 600px){
  .comporates {
	padding: 40px 20px;
  }
  .ticker__in {
	animation: ticker 70s linear infinite;
  }
}
@media screen and (max-width: 768px){
  ._section_10y4t_1 {
	position: fixed;
	width: 100%;
	padding: 20px 20px;
	background-color: #005958;
	overflow-x: auto;
	z-index: 10;
	top: 80px;
  }
}
@media screen and (max-width: 767px) {
  ._section_10y4t_1 {
	position: fixed;
	width: 100%;
	padding: 20px 20px;
	background-color: #005958;
	overflow-x: auto;
	z-index: 10;
	top: 70px;
  }
}
.intresting-carts{
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
.intresting-cart {
  max-width: 379px;
}
.intresting-cart img {
  width: 379px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.start {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #667085;
  margin-top: 16px;
  display: flex;
}
.start svg{
  margin-right: 8px;
}
.title-intresting {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2b3541;
  margin: 16px 0 20px;
}
.more-detailed {
  display: flex;
  align-items: center;
}
.more-detailed a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  color: #0c999c;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.more-detailed a svg:hover path{
  fill:#045C5E;
}
#toTop {
  width: 60px;
  background: #0C999C;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 32px;
  height: 60px;
  left: 32px;
  cursor: pointer;
  color: #333;
  font-size: 11px;
  display: block;
  border-radius: 12px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop:hover, #toTop:active, #toTop:focus{
  background: #fff;
  border: 1px solid  #0C999C;
}
#toTop:hover svg path, #toTop:active svg path, #toTop:focus svg path{
  stroke: #0C999C;
}
@media (max-width: 768px) {
  .ticker__in {
	/* Добавьте необходимые стили для мобильных устройств */
	font-size: 14px;
	animation-duration: 50s;
	/* Уменьшите время анимации */
  }
}
#custom-code-10{
  background: #045C5E;
}
.cost-dinamic{
  padding: 40px 10px;
}
.cost-dinamic p{
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
@media (max-width: 425px) {
  .discount>.container {
	padding-top: 7em;
  }
  .discount__controls {
	justify-content: center;
  }
  .row {
	margin-bottom: 36px;
  }
  .cost-dinamic p {
	font-size: 20px;
	line-height: 22px;
	padding: 0 10px;
  }
}
@media (max-width: 425px) {
  .intresting-cart img {
	width: 100%;
  }
  .discount__controls {
	margin-left: 0;
	margin-right: 0;
  }
  .cost-dinamic {
	padding: 0 10px 40px 10px;
  }
}
.btn-signup, .button-colors.discount__btn {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
}
.button-colors.discount__btn:hover, .button-colors.discount__btn:focus, .button-colors.discount__btn:active{
  background: #eb4040 !important;
  border-color: #eb4040 !important;
  color: #fff !important;
}