.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 0px 14px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.catalog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: flex-start;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  #custom-code-c29-2 {
	display: none;
  }
  .section-acc {
	padding: 70px 0 60px !important;
  }
}
@media (max-width: 780px) {
  .time-and-place {
	display: flex !important;
	gap: 0 !important;
	flex-direction: column;
  }
}
@media (max-width: 530px) {
  .h1-first-sec {
	margin-bottom: 0 !important;
	font-size: 30px !important;
  }
  .text-content-first-sec {
	justify-content: space-between;
	flex-direction: column;
	gap: 40px;
  }
  .first-sec-button {
	width: 100% !important;
  }
  .about-teacher {
	flex-direction: column;
  }
  .list-text-content-about-teacher {
	font-size: 16px !important;
  }
  .price-cont {
	flex-direction: column;
	gap: 15px;
  }
  .text-content-price {
	text-align: center;
	gap: 15px !important;
	flex-direction: column;
  }
  .second-sec-button {
	width: 100% !important;
  }
  .h2-title-module {
	margin-bottom: 0 !important;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
  }
  .teachers-name {
	font-size: 20px;
	text-align: center;
  }
  #order .nervf-heading h2 {
	font-size: 36px;
	text-align: center;
  }
}
.teachers-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0D3A3B;
}
.about-module-list {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.first-section-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 40px;
}
.h2-title-module {
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px !important;
  color: #014b4b;
}
.p-about-module {
  font-size: 20px;
  color: #0D3A3B;
  margin-bottom: 15px;
}
.first-sec-button {
  background: #c92d2d;
  border: 2px solid #c92d2d;
  width: 264px;
  height: 46px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.second-sec-button {
  background: #c92d2d;
  border: 2px solid #c92d2d;
  width: 264px;
  height: 66px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.price {
  background: linear-gradient(93.19deg, #045c5e, #004241);
  margin: 0;
}
.text-content-price {
  display: flex;
  gap: 20px;
}
.list-text-content-about-teacher {
  margin-left: 20px;
  font-size: 20px;
  color: #0D3A3B;
}
.image-of-teacher {
  border-radius: 10px;
  max-width: 100%;
  height: 270px;
  object-fit: cover;
}
.about-teacher {
  display: flex;
  padding: 45px 32px !important;
  gap: 50px;
}
.h1-first-sec {
  margin-bottom: 0 !important;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}
.text-content-first-sec {
  align-items: center;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.time-and-place {
  display: flex;
  gap: 25px;
}
.back-for-title {
  /*background: linear-gradient(93.19deg, #045c5e, #004241);*/
  padding: 10px 0;
}
.gbKJhL {
  margin-bottom: 40px;
  border-top: 1px solid rgb(0, 89, 88);
}
._iframe_1l6dq_146 {
  width: 100%;
  height: 414px;
  border-width: 0;
  outline-width: 0;
  border-radius: 8px;
}
._videoContainer_1l6dq_90 {
  max-width: 800px;
  margin: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&display=swap');
@keyframes ticker {
  0% {
	transform: translateX(-10%);
  }
  100% {
	transform: translateX(-50%);
  }
}
@keyframes tickerRotate {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(-10%);
  }
}
#order_widget_mdl_1 .modal-close {
  display: none !important;
}
.additional-privileges {
  display: none;
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-image: url("/storage/landings/mba_new/marker1.png");
}
.additional-privileges {
  max-height: 0;
  /* Начинаем с нулевой высоты */
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  /* Разделяем анимацию по высоте и прозрачности */
  opacity: 0;
  /* Прозрачность */
}
.additional-privileges {
  max-height: 700px;
  /* Достаточная максимальная высота для полного отображения списка */
  opacity: 1;
  /* Полностью видим */
}
/* Показываем список, когда детали открыты */
details[open] .additional-privileges {
  display: block;
}
.ticker {
  margin-bottom: 100px;
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right {
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0
}
.ticker__in_rotate-right {
  animation: ticker 20s linear infinite;
}
.ticker__in_rotate {
  animation: tickerRotate 100s linear infinite;
  margin: 0;
}
.ticker__item {
  white-space: nowrap;
}
.ticker__item{
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}
#custom-code-c29-2 {
  margin-top: 85px;
}
.modal {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .25);
}
.dop-priv-price {
  background-color: #fff;
  width: 400px;
  margin: auto;
}
.modal-h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  color: #2B3541;
  margin-bottom: 40px;
}
.modal__wrapper {
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  padding: 50px;
  width: 600px;
  text-align: left;
  background-color: #fff;
  margin-top: 100px;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
}
#itpau.modal-close  {
  display: none !important;
}
.nav-menus-wrapper {
  display: flex;
  justify-content: center;
}
.programms-button {
  margin-top: 60px;
}
.green-text {
  color: #005958;
}
.form__text{
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
  margin: 0 0 20px 0;
}
.swiper-slide._slide_v9gf7_15:last-child{
  display:none;
}
.error {
  border: none;
  border-color: transparent;
}
.feedback{
  margin-top: 50px;
}
.feedback .container-new{
  overflow: hidden;
}
#about-program-copy {
  padding: 0;
}
#about-program-copy  .ek-container{
  max-width: 800px;
}
._photo_w3r5b_21 {
  width: 493px;
  height: 403px;
}
.grecaptcha-badge {
  display: none !important;
}
#order-3 button.order_popup {
  display: none;
}
#order-3 .js-show-popup {
  color: #0C999C;
}
#order-3 .form__btn, #ifsxt .form__btn {
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D !important;
  margin-bottom: 12px;
}
#order-3 .modal__privacy, #ifsxt .modal__privacy {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  text-align: center;
}
#order-3 .form__input, #ifsxt .form__input {
  margin-bottom: 20px;
}
#order-3 .form__input.phone, #ifsxt .form__input.phone {
  margin-bottom: 40px;
}
#order-3 .modal__wrapper h2, #ifsxt .modal__wrapper h2 {
  margin-bottom: 20px;
  margin-right: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 25px;
}
#order-3 .modal-open, #ifsxt .modal-open {
  background: #38353599;
}
#order-3 .modal-close, #ifsxt .modal-close {
  display: none !important;
}
#order-3 .modal__close, #ifsxt .modal-close {
  font-size: 0;
  height: 24px;
  position: absolute;
  right: 20px;
}
#order-3 .modal__wrapper {
  width: 572px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
}
#order-2 button.order_popup, #order-4 button.order_popup, #order-5 button.order_popup {
  display: none;
}
#order-2 .js-show-popup, #order-4 .js-show-popup, #order-5 .js-show-popup {
  color: #0C999C;
}
#order-2 .form__btn, #order-4 .form__btn , #order-5 .form__btn {
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D !important;
  margin-bottom: 12px;
}
#order-2 .modal__privacy, #order-4 .modal__privacy, #order-5 .modal__privacy {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  text-align: center;
}
#order-2 .form__input, #order-4 .form__input,  #order-5 .form__input {
  margin-bottom: 20px;
}
#order-2 .form__input.phone, #order-4 .form__input.phone, #order-5 .form__input.phone {
  margin-bottom: 20px;
}
#order-2 .modal__wrapper h2, #order-4 .modal__wrapper h2,  #order-5 .modal__wrapper h2 {
  margin-bottom: 20px;
  margin-right: 30px;
  font-weight: 600;
}
#order-2 .modal-open, #order-4 .modal-open, #order-5 .modal-open{
  background: #38353599;
}
#order-2 .modal-close, #order-4 .modal-close, #order-5 .modal-close, #order_widget_mdl_1 .modal-close {
  display: none !important;
}
#order-2 .modal__close, #order-4 .modal__close,  #order-5 .modal__close, #ifsxt .modal-close {
  font-size: 0;
  height: 24px;
  position: absolute;
  right: 20px;
}
.modal__close::before, #order-4 .modal__close::before, #order-5 .modal__close::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/storage/landings/mba/2024/close_icon.svg);
}
#order-2 .modal__wrapper, #order-4 .modal__wrapper, #order-5 .modal__wrapper, #ifsxt .modal-close {
  width: 572px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
}
#order-2 .modal__wrapper h2, #order-4 .modal__wrapper h2, #order-5 .modal__wrapper h2{
  margin-bottom: 20px;
}
#order .ek-manager-contact {
  display: flex;
  gap: 12px;
  width: 287px;
  margin: auto;
}
#order .form__text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  text-align: left;
  color: #6A8687;
  margin: 0;
  padding: .88235em;
  border: none;
  box-shadow: none;
  background-color: white;
}
#order .ek-manager-contact__free-call {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  text-align: left;
  color: #6A8687;
  margin-bottom: 12px;
}
#order .ek-manager-contact__link-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#order .ek-manager-contact__icon {
  height: fit-content;
}
#order .ek-manager-contact__link {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  text-align: left;
}
#order .ek-manager-contact__link small {
  opacity: 1 !important;
}
#order .manager-status img {
  margin: -10px 5px -5px;
}
#order .manager-status {
  color: #6A8687;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
#order .manager-status span {
  color: #063637;
}
#order .manager-contacts {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#order .nervf-contact-section {
  background: #f2faf5;
}
#order .nervf-heading {
  padding: 0 !important;
  margin: 0 !important;
}
#order .contact__form {
  width: 100%;
}
#order .col-md-6 {
  padding: 0 !important;
}
#order .nervf-form2 {
  width: 100%;
}
#order .row {
  padding: 0 !important;
  margin: 0 !important;
}
#order .nervf-heading h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 40px;
  color: #005958;
}
#order .nervf-contact-flex {
  margin: 0 !important;
  gap: 20px;
}
#order .form__input {
  margin: 0 !important;
  background: white;
  border-radius: initial;
  border: none;
}
#order .js-hide-after-send {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#order .form__btn {
  background: #C92D2D !important;
  border-color: #C92D2D !important;
}
#order .form__privacy {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
#order .js-show-popup {
  color: #C92D2D;
}
#order  .contact-manager {
  width: initial !important;
  float: initial !important;
}
#order .manager__name {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}
#order .manager__frame {
  margin-bottom: 32px;
}
p, h3 {
  margin-bottom: 0;
}
#custom-code-2 {
  display: none;
}
.container, .container-wrap {
  width: 100% !important;
  max-width: 1584px !important;
  padding: 0 32px !important;
  margin: auto;
}
.nav-menu > li > a {
  height: initial;
}
#top-menuwr {
  height: auto;
}
._rise_1xmyn_209 {
  display: none;
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:first-child{
  font-weight: 800;
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:nth-child(2){
  color: #c92d2d;
  font-weight: 600;
  list-style: none;
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:nth-child(3){
  list-style: none;
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:nth-child(3)::marker{
  content: "2. ";
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:nth-child(4){
  list-style: none;
}
._generalList_4b2b6_26 li:nth-child(2) ._itemContent_4b2b6_41 ._subList_4b2b6_66 .ek-p:nth-child(4)::marker{
  content: "3. ";
}
#feedback .swiper-wrapper .swiper-slide:nth-child(4) ._imageContainer_10sin_53{
  cursor: auto;
}
#feedback .swiper-wrapper .swiper-slide:nth-child(4) ._imageContainer_10sin_53:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 52px;
  height: 52px;
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container-new {
  width: 100%;
  max-width: 1584px;
  padding: 0 32px;
  margin: auto;
}
.header-new {
  background-color: #005958;
  overflow-x: auto;
  position: fixed;
  width: 100%;
  padding: 20px 0;
  overflow-x: auto;
  z-index: 10;
  top: 80px;
}
.navList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.linkItem {
  padding-right: 32px;
}
.header-new a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: 0.5s;
  white-space: nowrap;
}
.header-new a:hover,
.header-new a:focus,
.header-new a:active {
  color: #0c999c;
}
.section-cover {
  background: url("/storage/landings/mba_new/cover.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 265px 0;
}
.date-program {
  display: flex;
  align-items: center;
  gap: 8px;
}
.date-program p {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
}
.buttons-group {
  display: flex;
  gap: 12px;
}
.btn {
  width: 297px;
  height: 70px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #bc060f;
  border: 2px solid #bc060f;
}
.btn-order {
  border: 2px solid #c92d2d;
  background-color: #c92d2d;
}
.btn-konsultation {
  border: 2px solid #ffffff;
}
.about-curs {
  padding: 100px 0;
}
.about-curs-descs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-curs-desc {
  background-color: #f2faf5;
  padding: 24px 20px;
  width: 493px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.about-curs-desc p {
  color: #0d3a3b;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.in-procent {
  padding: 60px 0;
  background: url("/storage/landings/mba_new/in-procent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.procent-tasks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.procent-task {
  padding-left: 32px;
  border-left: 1px solid #ffffff;
  width: calc((100% - 80px) / 5);
}
.procent-task h2 {
  font-family: Noto Serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 20px;
}
.procent-task p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}
.about-program {
  padding: 100px 0 45px 0;
}
.program {
  border-top: 1px solid #005958;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.h2 {
  color: #005958;
  font-family: "Noto Serif", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 40px;
  display: flex;
}
.h2:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 38px;
  margin-right: 20px;
  background-image: url("/storage/landings/mba_new/rhomb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 10px;
}
.about-program-desc {
  max-width: 1100px;
  width: 100%;
}
.about-program-desc_descrip {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
}
.about-program-desc_descrip p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #0d3a3b;
}
.iframe {
  width: 100%;
  height: 891px;
}
.program-projects {
  border-top: 1px solid #005958;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 117px;
}
.program-project {
  width: 273px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.for-whom {
  padding: 100px 0;
}
.for-whon-description {
  border-top: 1px solid #005958;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.for-whon-tasks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.for-whon-task h3 {
  padding: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #fff;
}
.for-whon-task {
  background-position: left;
  background-repeat: no-repeat;
  width: 365px;
  height: 488px;
}
.for-whon-task:first-child {
  background: url("/storage/landings/mba_new/man1.png");
}
.for-whon-task:nth-child(2) {
  background: url("/storage/landings/mba_new/woman1.png");
}
.for-whon-task:nth-child(3) {
  background: url("/storage/landings/mba_new/man2.png");
}
.why-choose {
  background: url("/storage/landings/mba_new/in-procent.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.why-choose-img {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 40px;
}
.h2-white {
  max-width: 600px;
  color: #fff;
}
.spinnerTrip {
  position: relative;
  height: fit-content;
  margin-bottom: 40px;
}
.spinner {
  transition: all 0.5s ease;
  animation: rotate 20s linear infinite;
}
.card-image {
  width: calc((100% - 20px) / 2);
}
@keyframes rotate {
  0% {
	transform: rotate(360deg);
  }
}
.head-konf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why-choose-desctips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.why-choose-desctip {
  width: 365px;
  height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #ffffff;
}
.why-choose-desctip h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #0d3a3b;
}
.awards {
  padding: 100px 0;
  background-color: #f2faf5;
}
.awards-ratings {
  border-top: 1px solid #005958;
  padding-top: 40px;
}
.h2-green-text {
  color: #005958;
  margin-bottom: 40px;
}
.awards-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.awards-item {
  width: 365px;
  height: 272px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.awards-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #0d3a3b;
}
.btns-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .container-new {
	padding: 0 20px;
  }
  .linkItem {
	padding-right: 20px;
  }
  .header-new a {
	font-size: 16px;
  }
}
.teachers {
  overflow: hidden;
  background-color: #f2faf5;
  padding: 100px 0;
}
.teachers .container-new {
  overflow: hidden;
  border-top: 1px solid #005958;
  padding-top: 40px;
  width: 100%;
  max-width: 1584px;
  margin: auto;
}
.teacher-slide {
  display: flex;
  gap: 20px;
  /* Задаем отступ между элементами */
}
.teacher-slide-desc {
  padding: 20px 16px 21px 0;
}
.teacher-slide h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #0d3a3b;
}
.teacher-slide img {
  width: 324px;
  /* Фиксированная ширина изображения */
  object-fit: cover;
  /* Убираем искажения картинки */
}
.teacher-slide .listItems {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  list-style-type: none;
}
.listItem {
  display: flex;
  gap: 8px;
}
.marker-romb {
  display: block;
  width: 6px;
  background-image: url("../img/rhomb.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.listItem p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #3d6162;
}
/* Стиль для всплывающего окна */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  max-height: 80%;
  overflow-y: auto;
}
.popup.active {
  display: block !important;
}
.popup h3 {
  margin-bottom: 20px;
}
.popup img {
  max-width: 146px;
}
.listItemsPopup {
  list-style: none;
}
.popup .close {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  background: #f2faf5;
  border: none;
}
/* Стиль для затемнения фона */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 900;
  display: none;
}
.backdrop.visible {
  display: block !important;
  opacity: 1;
}
/* Отключение скролла на фоне */
.no-scroll {
  overflow: hidden;
}
.popup-teacher {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #cfd8d8;
}
.popup-teacher .h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  color: #0d3a3b;
}
.listItemPopup {
  display: flex;
  gap: 20px;
  padding-top: 32px;
}
.listItemPopup b {
  width: 232px;
  color: #005958;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.listItemPopup ul {
  width: 908px;
  list-style-type: none;
  border-bottom: 1px solid #cfd8d8;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0d3a3b;
}
.listItemPopup ul li {
  position: relative;
  padding-left: 20px;
  /* Дополнительная отступ для маркера */
}
.listItemPopup ul li::before {
  content: "•";
  /* Символ маркера */
  position: absolute;
  left: 0;
  color: #0d3a3b;
  /* Цвет маркера */
  font-size: 18px;
  /* Размер маркера */
}
::-webkit-scrollbar-track {
  /* Полоса, по которой движется рукоятка */
  border-radius: 8px;
  /* Закругление углов */
  background-color: #f1f1f1;
  /* Цвет дорожки */
}
/*Аккордеон*/
.sectionn-green {
  background-color: #f2faf5;
}
.container-new {
  width: 100%;
  max-width: 1584px;
  padding: 0 32px;
  margin: auto;
}
/* Стили для аккордеона */
.section-acc {
  padding: 200px 0;
}
.MuiAccordion-root {
  margin-bottom: 10px;
  border-top: 1px solid #005958;
  overflow: hidden;
}
.MuiAccordionSummary-root {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.MuiAccordionSummary-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ek-h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.MuiCollapse-root {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
.MuiCollapse-enter {
  max-height: 500px;
  /* Высота развернутой панели */
}
.MuiAccordionDetails-root {
  padding: 40px 0 0 35px;
}
.programList {
  padding-left: 96px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #0d3a3b;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.ek-p {
  margin: 5px 0;
}
.open-icon {
  display: none;
  /* Иконка изначально скрыта */
}
.MuiAccordionSummary-expanded .closed-icon {
  display: block;
  /* Скрывает иконку "+" при открытом состоянии */
}
.MuiAccordionSummary-expanded .open-icon {
  display: none;
  /* Показывает иконку "-" при открытом состоянии */
}
.titleContainer {
  display: flex;
  gap: 67px;
}
.section-acc .container-new .btns-center {
  margin-top: 60px;
}
.MuiPaper-root {
  padding: 40px 0;
}
.MuiAccordionSummary-content .ek-h3{
  font-weight: 600;
  color: #0D3A3B;
  font-size: 25px;
  line-height: 130%;
}
.section-acc {
  background-color: #f2faf5;
}
.section-acc-white {
  padding: 100px 0;
}
.motivation {
  background-color: #f2faf5;
  padding: 100px 0;
}
.motivation-wrapper {
  position: sticky;
  top: 200px;
  height: calc(100vh - 250px);
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-right: 20px;
}
#motivation-content {
  padding-bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.motivation-content-item {
  padding: 20px;
  border-radius: 8px;
  background-color: #f6f9f8;
  border: 1px solid #0c999c;
  height: fit-content;
  gap: 20px;
  width: 496px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
}
.motivation-container-new {
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
}
.motivation-content-item p b span {
  color: #D72F2F;
  margin-right: 20px;
}
.motivation {
  padding: 100px 0 0 0;
  background-size: 107%;
  background-position: right 62% bottom -1%;
  background-repeat: no-repeat;
}
.motivation .motivation-container-new {
  display: flex;
  justify-content: space-between;
}
#motivation-content {
  padding-bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#motivation-sidebar h2 {
  text-align: left;
  margin-bottom: 8px;
}
.motivation-image-books {
  width: 550px;
  border-radius: 8px;
}
.motivation-item {
  padding: 20px;
  border-radius: 8px;
  background-color: #f6f9f8;
  border: 1px solid #0c999c;
  height: fit-content;
  gap: 20px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
}
.motivation-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #045C5E;
}
.motivation-item p span {
  color: #D72F2F;
  margin-right: 20px;
}
#i7o39 {
  overflow: initial;
}
.gjs-widget {
  overflow: initial !important;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.slider-content {
  padding: 200px 0 200px 200px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 800px;
}
.slide {
  min-height: 100%;
  width: 100%;
  /*display: none;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide.active {
  display: block;
}
button {
  color: white;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
button:hover {
}
/* Стилизация кнопок навигации */
.navigation-buttons {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.navigation-buttons:hover {
  opacity: 1;
}
.prev-btn {
  left: 30px;
}
.next-btn {
  right: 30px;
}
.disabled-btn {
  opacity: 0.2;
  cursor: not-allowed;
}
.date-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("path/to/your/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
}
.slide-date {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
}
.slide-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 60px;
}
.btnContainer {
  display: flex;
  gap: 12px;
}
.btn {
  width: 297px;
  height: 70px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: .5s;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #bc060f;
  border: 2px solid #bc060f;
  color: #ffffff;
}
.btn-order {
  background: #c92d2d;
  border: 2px solid #c92d2d;
}
.btn-cons {
  background: transparent;
  border: 2px solid #ffffff;
}
.baza-znanij {
  padding: 100px 0;
  background-image: url('/storage/landings/mba_new/baza-znanij/baza-znanij1920.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.test-drive {
  padding: 100px 0;
  background-image: url(/storage/landings/mba_new/testdrive/testdrive1920.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.container-test-drive {
  width: 100%;
  max-width: 1584px;
  padding: 0 32px;
  margin: auto;
}
.lightText {
  color: #fff;
}
.paragraphContainer {
  max-width: 600px;
  margin-bottom: 60px;
}
._firstParagraph {
  margin-bottom: 5px;
}
._secondParagraph {
  margin-bottom: 12px;
}
._buttonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
	;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 297px;
}
._button {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 23px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.rFRHS {
  background-color: rgb(201, 45, 45);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(201, 45, 45);
}
a {
  text-decoration: none;
  text-align: center;
}
.usloviya_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.usloviya_list_items {
  display: flex;
  gap: 20px
}
._item {
  background-image: url('/storage/landings/mba_new/usloviya/usloviya_postupleniya_back1920.svg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px;
  width: 100%;
}
.ek-h3 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  margin-top: 0;
}
.lightText {
  color: #fff;
}
._itemNumber {
  margin-bottom: 32px;
}
.paragraphContainer ol li {
  margin-left: 20px;
}
.interested {
  margin: 100px 0;
}
.intrested-carts {
  display: flex;
  justify-content: space-between;
  gap:40px;
}
.intrested-cart {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.intrested-cart span {
  font-size: 24px;
  padding: 16px 0 24px 0;
  width: 100%;
}
.intrested-cart img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  height: 398px;
}
.intrested-link a {
  display: flex;
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.intrested-link a svg {
  margin-left: 8px;
}
.steps-content {
  display: flex;
  color: #0d3a3b;
}
.steps-content-title {
  margin-right: 20px;
  max-width: 323px;
  margin-top: 0;
}
.steps-content-all-text-item {
  display: flex;
  gap: 60px;
  margin-bottom: 52px;
  border-bottom: 1px solid #005958;
  padding-bottom: 52px;
}
.all-text-item-number, .all-text-item-title {
  font-size: 25px;
  font-weight: 600;
}
.all-text-item-title {
  width: 269px;
}
.red-text {
  color: #C92D2D;
}
.all-text-item-images {
  display: flex;
  gap: 20px;
}
.all-text-item-image-p {
  font-size: 14px;
}
.card-image {
  padding: 12px;
  background-color: #ffffff;
}
.all-text-item-list {
  display: flex
	;
  margin-left: 20px;
  width: 650px;
  gap: 12px;
  flex-direction: column;
}
.image-item {
  width: 100%;
}
.all-text-item-image-p {
  margin-bottom: 12px;
}
.feedback {
  overflow: hidden;
  padding: 100px 0;
  background-image: url(/storage/landings/mba/2024/dist/background-D3rgDMBo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback .container-new {
  margin-top: 100px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}
.feedback-container-new-p {
  font-size: 38px;
  padding: 0 32px;
  max-width: 1584px;
  margin: auto;
  margin-bottom: 40px;
  font-weight: 500;
}
.feedback-slide {
  display: flex;
}
.feedback-slide__photo img {
  width: 324px;
}
.feedback-slide__photo {
  cursor: pointer;
}
.feedback-slide__photo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 52px;
  height: 52px;
  background-color: #0c999c;
  background-image: url(/storage/landings/mba/2024/dist/play_icon-gxVUcsd5.svg);
  background-position: center;
  /* opacity: 0; */
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.feedback-slide__photo:hover::after {
  opacity: 1;
}
.swiper-pointer-events {
  overflow: hidden;
  margin-top: 40px;
}
.modules{
  padding: 100px 0;
}
.modules .container-new{
  border-top: 1px solid #005958;
  padding-top: 40px;
}
.feedback-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.feedback-slide__text, .feedback-slide__name, .feedback-slide__status {
  color: #0d3a3b;
}
.square-with-triangle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  z-index: 100;
  box-shadow: 0 0 0 7px white;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  cursor: pointer;
}
.modal-feed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content-feed {
  position: relative;
  background-color: #fff;
  width: 1280px;
  height: 721px;
  margin: 5% auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.modal-content-feed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.close-feed {
  position: absolute;
  top: -50px;
  right: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.modal-feed.show {
  display: block;
  /* Или другой способ показа */
}
.feedback .h4 {
  border-top: 1px solid #fff;
  margin-top: 100px;
  padding: 40px 0;
}
.itemsWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  user-select: none;
  gap: 20px;
  margin-bottom: 100px;
}
.items {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
	;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  min-width: 100%;
  -webkit-animation: scroll 60s linear infinite;
  -moz-animation: scroll 60s linear infinite;
  animation: scroll 60s linear infinite;
}
@keyframes scroll {
  0% {
	transform: translate(0);
  }
  100% {
	transform: translate(calc(-100% - 20px));
  }
}
.logo{
  width: 238px;
}
.close-modal-feed{
  position: absolute;
  right: 0;
  top: -35px;
  cursor: pointer;
}
.price-section {
  background-image: url(/storage/landings/mba_new/Frame1000001960.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.price-content {
  display: flex;
}
.price-title-and-subtitle {
  max-width: 750px;
}
.price-content-all-text {
  background-color: #fff;
  padding: 20px;
  color: #0d3a3b;
}
.price-content-title {
}
.price-content-subtitle {
  font-size: 18px;
}
.price-content-all-text-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 8px;
}
.price-content-all-text-subtitle {
  font-size: 18px;
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #CFD8D8;
}
.price-content-all-text-time1 {
  margin-bottom: 12px;
}
.price-content-all-text-time2 {
  border-bottom: 1px solid #CFD8D8;
  padding-bottom: 33px;
  margin-bottom: 33px;
}
.price-content-all-text-list-title {
  margin-bottom: 20px;
  background-color: #ffffff !important;
}
.price-content-all-text-list {
  list-style-image: url("/storage/landings/mba_new/marker1.png");
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.price-content-all-text-list-item {
  margin-bottom: 12px;
}
.price-content-all-text-line {
  margin: 33px 0;
  border-top: 1px solid #CFD8D8;
}
.price-content-all-text-mesta {
  padding: 4px 12px;
  border: 1px solid #0C999C;
  border-radius: 20px;
  color: #0C999C;
  width: fit-content;
  margin: auto;
}
.price-content-all-text-coast {
  font-family: "Noto Serif", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: #005958;
  text-align: center;
  margin: 20px 0 17px;
}
.price-content-all-text-remark {
  color: #869D9D;
  text-align: center;
  font-size: 16px;
}
.price-content-all-button {
  display: block;
  margin-top: 32px;
  background-color: #C92D2D;
  padding: 20px;
  width: 100%;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .price-title-and-subtitle {
	max-width: 350px;
  }
  .teacher-slide img {
	height: 554px;
  }
  .slide {
	height: 554px;
  }
  .steps-content-title {
	max-width: fit-content;
  }
  .test-drive {
	background-position: -140px;
  }
  .date-program p {
	font-size: 18px;
  }
  h1 {
	font-size: 38px;
  }
  .about-curs-desc {
	width: calc((100% - 40px) / 2);
  }
  .program {
	flex-direction: column;
	padding-top: 0;
  }
  .about-program-desc {
	max-width: 100%;
  }
  .program-project {
	width: fit-content;
  }
  .container-new {
	width: 100%;
	max-width: 1440px;
	padding: 0 32px;
	margin: auto;
  }
  .about-program {
	padding: 60px 0 20px 0;
  }
  .about-curs {
	padding: 60px 0;
  }
  .section-cover {
	padding: 265px 0 100px 0;
  }
  .for-whom {
	padding: 60px 0;
  }
  .for-whon-tasks {
	width: 100%;
	justify-content: flex-start;
  }
  .why-choose {
	padding: 60px 0;
  }
  .why-choose-desctips {
	justify-content: space-between;
  }
  .why-choose-desctip {
	width: calc((100% - 60px) / 3);
	height: 300px;
  }
  .why-choose-desctip-img-div {
	width: calc((100% - 60px) / 3);
  }
  .why-choose-desctip-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  .for-whon-description {
	flex-direction: column;
  }
  .awards-item {
	width: calc((100% - 40px) / 2);
	height: 200px;
  }
  .awards {
	padding: 60px 0;
  }
  .section-acc-white {
	padding: 60px 0;
  }
  .motivation {
	padding: 60px 0;
  }
  .motivation-container-new {
	flex-direction: column;
  }
  .motivation-wrapper {
	position: inherit;
	padding-bottom: 40px;
	height: auto;
	flex-direction: column;
  }
  #motivation-content {
	padding-bottom: 0;
  }
  .motivation-image-books {
	display: none;
  }
  .motivation-item {
	max-width: 100%;
	margin-bottom: 0;
  }
  .MuiPaper-root {
	padding: 20px 0;
  }
  .h2:before {
	height: auto;
	margin-top: 0px;
  }
  .for-whon-task:first-child {
	width: calc((100% - 40px) / 3);
	background: url('/storage/landings/mba_new/man1.png');
	background-repeat: no-repeat;
	background-size: cover;
  }
  .for-whon-task:nth-child(2) {
	width: calc((100% - 40px) / 3);
	background: url('/storage/landings/mba_new/woman1.png');
	background-repeat: no-repeat;
	background-size: cover;
  }
  .for-whon-task:nth-child(3) {
	width: calc((100% - 40px) / 3);
	background: url('/storage/landings/mba_new/man2.png');
	background-repeat: no-repeat;
	background-size: cover;
  }
  .steps-content {
	flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .procent-task {
	width: 100%;
  }
  .procent-tasks {
	flex-direction: column;
  }
  .teacher-slide img {
	height: auto;
  }
  .slide {
	height: auto;
  }
}
@media (max-width: 1024px) {
  .contentNew {
	width: 100%;
  }
}
@media (max-width: 768px) {
  .popup {
	max-width: 95vw;
  }
  .header-new {
	display: none;
  }
  .MuiAccordionDetails-root {
	padding: 20px 0 0 25px;
  }
  .programList {
	padding-left: 0px;
  }
}
@media (max-width: 500px) {
  #order-2 .modal__wrapper, #order-4 .modal__wrapper, #order-5 .modal__wrapper, 
  #ifsxt .modal__wrapper {
	width: 95vw;
	padding: 20px;
  }
}
@media (max-width: 425px) {
  #order-2 .modal__wrapper, #order-4 .modal__wrapper, #order-5 .modal__wrapper, 
  #ifsxt .modal__wrapper {
	width: 95vw;
	padding: 20px;
  }
}
.MuiAccordionArrow {
  display: flex;
  color: rgba(0, 0, 0, 0.54);
  transform: rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #c92d2d;
}
.flipped-icon {
  transform: scaleY(-1);
  /* Отражение по горизонтали */
}
ul.additional-privileges {
  display: none;
}
ul.show {
  display: block;
}