/*//////// AOTHOR-MODAL start //////*/
#ivod9 .modal__wrapper, #ixs29 .modal__wrapper {
  width: 800px;
}
#ivod9, #ixs29 {
  overflow: scroll !important;
}
/*//////// AOTHOR-MODAL end //////*/
/*/////// NAVIGATION start ////////*/
#custom-code-c29-2 {
  display: none;
}
.nav-for-page {
  display: flex;
  height: 100px;
  align-items: center;
  background-color: #005958;
}
.nav-for-page-items {
  display: flex;
  gap: 30px;
  width: 100%;
}
.nav-for-page-item {
  display: block;
  position: relative;
  color: #ffffff;
}
.nav-for-page-item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transition: width 0.3s 
	ease-out;
}
.nav-for-page-item:hover:after {
  width: 100%;
}
.nav-for-page-item:hover {
  color: #ffffff !important;
}
/*/////// NAVIGATION end ////////*/
/*////// FONT START /////////*/
.su-red-button, .discount__btn {
  display: block;
  width: fit-content;
  margin-top: 0px;
  background-color: #DB1515 !important;
  padding: 20px 30px;
  border-radius: 20px;
  border: none !important;
  text-align: center;
  color: #ffffff !important;
  font-family: 'Inter';
}
.su-red-button:hover, .discount__btn:hover {
  background-color: #b90a0a !important;
  border: none !important;
  color: #ffffff !important;
}
.su-h1 {
  font-size: 48px;
  font-weight: 600;
}
.h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0 !important;
}
.light-text {
  color: #ffffff;
}
.light-green-text {
  color: #00E2E6;
}
.green-text {
  color: #007367;
}
.grey-text {
  color: #2b3541;
}
.p-bold-36 {
  font-size: 36px;
  font-weight: 600;
}
.p-regular-32 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.p-bold-32 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.p-bold-24 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.p-semibold-24 {
  font-size: 24px;
  font-weight: 500;
}
.p-regular-24 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.p-semibold-20 {
  font-size: 20px;
  font-weight: 500;
}
.p-bold-20 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.p-regular-20 {
  font-size: 20px;
  margin-bottom: 0;
}
.p-regular-18 {
  font-size: 18px;
  margin-bottom: 0;
}
.p-regular-16 {
  font-size: 16px;
  margin-bottom: 0;
}
.su-base-block {
  margin: auto;
  max-width: 1200px;
  padding: 50px 0;
}
.green-button {
  text-align: center;
  margin-top: 40px;
  padding: 20px 30px;
  width: fit-content;
  display: block;
  border-radius: 21px;
  background-color: #099E8F;
  color: #ffffff;
}
.green-button:hover, .green-button:active, .green-button:focus {
  background-color: #007367;
  color: #ffffff !important;
}
/*////// FONTS END ////////*/
/*//////// MAIN START ///////*/
.su-main-container {
  background-image: url(/storage/landings/rop-new/back-for-su-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}
.su-main-container-rel {
  position: relative;
  margin: auto;
  height: 100%;
  max-width: 1200px;
}
.su-main-content {
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  top: 50px;
}
.su-main-titles {
  background-color: #004241;
  border-radius: 40px;
  padding: 40px;
  width: 100%;
}
.su-text-content {
  width: 100%;
  margin-top: 20px;
  background-color: #004241;
  padding: 25px 40px;
  display: flex;
  border-radius: 40px;
  gap: 60px;
}
.date-icon::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://cbo.ru/storage/landings/su-new/Calendar-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.place-icon::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://cbo.ru/storage/landings/su-new/Place-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.su-text-content ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.date-and-place {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.su-logo {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-author {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-author img {
  min-width: 70px;
  height: 80px;
}
.main-author-text {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.main-author-text p {
  margin-bottom: 0;
  color: #ffffff;
}
.main-author-text p:nth-child(1) {
  font-size: 16px;
}
.main-author-text p:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
}
.su-main-button {
  color: #ffffff;
  display: block;
  background-color: #DB1515;
  padding: 20px 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}
.su-main-button:hover {
  background-color: #b90a0a;
  color: #ffffff;
}
/*//////// MAIN END /////////*/
/*////// RUN-STROKE START /////*/
@keyframes ticker {
  0% {
	transform: translateX(-10%);
  }
  100% {
	transform: translateX(-50%);
  }
}
@keyframes tickerRotate {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(-10%);
  }
}
.ticker {
  margin-bottom: 100px;
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right {
  display: flex;
  width: fit-content;
  align-items: center;
  background: #333333;
  margin: 0
}
.ticker__in_rotate-right {
  animation: ticker 125s linear infinite;
}
.ticker__in_rotate {
  animation: tickerRotate 100s linear infinite;
  margin: 0;
}
.ticker__item {
  padding: 0.5em 0.75em;
  white-space: nowrap;
}
.ticker__item{
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 600;
  line-height: 130%;
}
/*////// RUN-STROKE END //////*/
/*////// ACTUALNOST START /////*/
.su-programma-block {
  margin: 90px auto;
  max-width: 1200px;
  display: flex;
  gap: 70px;
}
.su-programma {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.su-programma iframe {
  margin-top: 0px;
  border-radius: 21px;
}
.su-instruments {
  width: 46%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.instruments-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
.instruments-item {
  border: 1px solid #099E8F;
  border-radius: 21px;
  padding: 20px;
}
.su-actualnost-block {
  margin: 90px auto;
  max-width: 1200px;
}
.su-actualnost-content {
  margin-top: 40px;
}
.su-actualnost-items {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.su-actualnost-item, .su-actualnost-items img {
  display: flex;
  width: calc((100% - 60px) / 3);
  gap: 10px;
  object-fit: cover;
}
.su-actualnost-item::before {
  content: " ";
  display: block;
  min-width: 38px;
  height: 21px;
  background-image: url(/storage/landings/su-new/actualnost-item-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.actualnost-second {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
.actualnost-second-text {
  width: calc((100% - 30px) / 3 * 2);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.actualnost-second img {
  min-width: calc((100% - 30px) / 3);
}
/*/////// ACTUALNOST END //////*/
/*////// CHECK-LIST START //////*/
.su-chek-list-block {
  background-image: url(/storage/landings/su-new/back-for-check-list.png);
}
.su-chek-list-block-2 {
  background-image: url(/storage/landings/su-new/back-for-lid-magnit2.png);
}
.su-chek-list-text {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lid-block-2-content {
  width: 75%;
}
/*/////// CHECK-LIST END //////*/
/*////// PROGRAMM-TASK START //////*/
.programm-task {
  padding: 40px 19%;
  background: linear-gradient(90deg, #007367, #005E55);
}
.programm-task-content {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
/*/////// PROGRAMM-TASK END //////*/
/*///// FOR-WHOOM START ////////*/
.su-for-whoom {
  background-image: url(/storage/landings/su-new/back-for-whoom.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.su-for-whoom-content {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.for-whoom-cards {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.for-whoom-card {
  width: calc((100% - 60px) / 3);
}
.for-whoom-card-title {
  background-color: #DB1515;
  padding: 15px 20px;
  border-radius: 21px;
}
.for-whoom-card-descr {
  margin-top: 20px;
}
.for-whoom-quote img {
  object-fit: contain;
  object-position: center;
}
.su-quote-mobile {
  display: none;
}
.for-whoom-quote {
  display: flex;
  gap: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*///// FOR-WHOOM END ////////*/
/*/////// RESULTS start /////////*/
.results-block {
  background: linear-gradient(90deg, #007367, #005E55);
}
.results-content {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
.results-content p {
  display: flex;
  width: calc((100% - 40px) / 3);
  gap: 15px;
  align-items: center;
}
.results-content p::before {
  content: "";
  display: block;
  min-width: 51px;
  height: 72px;
  background-image: url(/storage/landings/su-new/results-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/*///// RESULTS END ////////*/
/*/////// MAIN-THEMES start //////*/
.toggle{
  border-bottom: 1px solid #bdbdbd;
}
.toggle .toggle-title {
  border-top: none;
  margin-bottom: 10px;
}
.toggle-title {
  display: flex !important;
}
.toggle .toggle-title .title-name {
  display: block;
  width: 94%;
  padding: 30px 0;
}
.toggle:last-child {
  border-bottom: none;
  margin-bottom: 64px;
}
.toggle .toggle-title i {
  position: relative;
  content: url(/storage/landings/base-strat/plus.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
  transition: all 0.3s ease;
}
.toggle .toggle-title.active i {
  /* background: url(../images/person1.jpg) 0px 0px no-repeat; */
  content: url(/storage/landings/base-strat/minus.png)  !important;
  transform: rotate(180deg);
  background-color: #E7FEF6;
}
.toggle-number {
  display: block;
  padding: 30px 0;
  margin-right: 20px;
}
/*/////// MAIN-THEMES end //////*/
/*/////// PRACTIKA start ///////////*/
.practika-block {
  background: linear-gradient(90deg, #007367, #005E55);
}
.first-practika {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.first-practika-item img {
  width: 43px;
}
.first-practika-item {
  align-items: center;
  width: calc((100% - 30px) / 2);
  display: flex;
  background-color: #ffffff;
  border-radius: 21px;
  padding: 20px;
  gap: 20px;
}
.sec-practika {
  display: flex;
  gap: 30px;
}
.sec-practika-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-practika img {
  object-fit: cover;
  border-radius: 21px;
}
.sec-practika-text-item::before {
  content: " ";
  display: block;
  min-width: 35px;
  height: 21px;
  background-image: url(/storage/landings/su-new/practika-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-practika-text-item {
  display: flex;
  gap: 10px;
}
.third-practika {
  margin-top: 40px;
}
.third-practika-content {
  display: flex;
  gap: 30px;
}
.third-practika-content iframe {
  margin-top: 20px;
  width: 25%;
  border-radius: 21px;
}
.third-carts {
  width: 75%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.third-carts-item{
  width: calc((100% - 20px) / 2);
  background: #ffffff;
  padding: 15px;
  display: flex;
  border-radius: 21px;
  align-items: center;
}
/*/////// PRACTIKA end ///////////*/
/*/////// FOOTER start /////////*/
.footer-chb {
  max-width: 1920px;
  margin: auto;
  color: #ffffff;
}
.footer-zoom {
  background-color: #373737;
}
.footer-first-container-chb {
  display: flex;
  width: 100%;
}
.first-section-footer-chb {
  display: block;
  width: 19%;
  border-bottom: 1px solid #ffffff;
}
.main-subtitle1 {
  font-size: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 20px;
  font-weight: 600;
  background-color: #005958;
}
.main-subtitle3 {
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
}
.second-section-footer-chb {
  display: flex;
  width: 26%;
  padding: 80px 20px;
  flex-direction: column;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  gap: 50px;
}
.place-content {
  font-size: 18px;
}
.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-phone {
  display: flex;
  font-size: 18px;
  gap: 10px;
}
.footer-mail {
  font-size: 18px;
  display: flex;
  gap: 10px;
}
.footer-mail a {
  color: #ffffff;
}
.footer-social-media {
  display: flex;
  gap: 20px;
}
.footer-social-media-icon {
}
.third-section-footer-chb {
  display: flex;
  padding: 80px 0px 25px;
  width: 21%;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.third-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.footer-title-of-block {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-text-content {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  font-size: 16px;
  flex-direction: column;
}
.footer-text-content a {
  width: fit-content;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  line-height: 1;
  /*задаём высоту строки*/
  text-decoration: none;
}
.footer-text-content a:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 1px;
  /*задаём ширину линии*/
  background-color: #ffffff;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
}
.footer-text-content a:hover:after,
.footer-text-content a:focus:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
.third-section-footer-chb-2 {
  padding: 25px 20px 0;
}
.fourth-section-footer-chb {
  padding: 80px 0px;
  display: flex;
  width: 34%;
  flex-direction: column;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-2 {
  padding: 5px 20px 0;
}
.second-first-container-chb {
  width: 100%;
  display: flex;
}
.fifth-section-footer-chb {
  display: block;
  width: 19%;
}
.sixth-section-footer-chb {
  font-size: 16px;
  border-left: 1px solid #ffffff;
  padding: 25px 20px 80px;
  display: block;
  width: 81%;
}
.footer-phone p {
  margin-bottom: 0;
}
.place-content p {
  margin-bottom: 0;
}
/*/////// FOOTER end /////////*/
/*////// FORM start ////////*/
.nervf-contact-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0 !important;
}
.contact__form {
  width: 100%;
}
.contact-manager {
  width: 300px!important;
  float: right;
  /*background: #f1f1f1;*/
}
.manager__frame {
  margin: 0 auto;
}
.manager__name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.manager__phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  /* text-colors/text-main-light */
  color: #2B3541;
}
.nervf-contact-flex {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 680px) {
  .nervf-contact-flex {
	flex-direction: column-reverse;
  }
  .contact-manager {
	margin-right: 20%;
  }
  .nervf-contact-section h2 {
	font-size: 28px;
  }
}
@media (max-width: 360px ) {
  .contact-manager {
	margin-right: 0%;
  }
}
@media (max-width: 395px ) {
  .contact-manager {
	margin-right: 5%;
  }
}
.callback-message {
  font-size: 18px;
}
.form__input:not(:last-of-type) {
  margin-bottom: 2em;
}
.form__input {
  margin: 0;
  margin-bottom: 0px;
}
.modal__input {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal__input:active, .modal__input:focus {
  outline: none;
  box-shadow: none;
  border-color: #045C5E;
}
.form__text {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal__btn {
  width: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
  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__btn {
  background: #0C999C!important;
  color: #fff;
  border: 2px solid #0C999C;
}
.form__btn:hover, .form__btn:focus, .form__btn:active {
  background: #0FC6CA;
  !important;
  border-color: #0FC6CA;
  !important;
}
/*//////// FORM end /////////*/
/*////// PREIMUSHESTVA START ////////*/
.preimushestva {
  margin: 90px auto;
  max-width: 1200px;
}
.preimushestva-title {
  font-size: 32px;
  font-weight: 600;
  color: #2b3541;
  text-transform: uppercase;
}
.preimushestva-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.card-of-preim {
  margin: 0 !important;
  display: flex;
  width: calc((100% - 60px) / 3);
  padding: 20px;
  border: 1px solid #DB1515;
  border-radius: 21px;
  align-items: flex-start;
}
/*////// PREIMUSHESTVA END ////////*/
/*///// AUTHOR START ////////*/
.su-author {
  max-width: 1200px;
  margin: 50px auto;
}
.su-author2 {
  margin: 0 auto 50px;
  max-width: 1200px;
}
.su-author-content {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.author-text {
  background: linear-gradient(90deg, #007367, #099E8F);
  padding: 35px;
  border-radius: 40px;
}
.author-text2 {
  display: flex;
  background: linear-gradient(90deg, #FF6576, #F4364C);
  padding: 35px;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-evenly;
}
.author-text a {
  display: block;
}
.author-photo {
  object-fit: cover;
  border-radius: 40px;
}
/*///// AUTHOR END ////////*/
input.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
textarea.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal-open {
  display: block;
  -webkit-animation-name: openModal;
  animation-name: openModal;
}
.modal__wrapper h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  padding: 40px 0px 20px;
  color: #2B3541;
}
.modal-close {
  -webkit-animation-name: closeModal;
  animation-name: closeModal;
  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 {
  background-color: rgba(4,71,72,.7);
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 2%;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .modal__wrapper {
	width: 350px;
	margin-top: 8%;
	padding: 20px;
	margin-bottom: 60px;
  }
  .modal__wrapper h2 {
	font-size: 32px;
	line-height: 36px;
	padding: 20px 0px 40px;
  }
}
@media (max-width: 400px) {
  .programm-task-content svg{
	display: none;
  }
  .su-author2 h2 {
	margin-top: 0px !important;
  }
  .su-author2 {
	padding: 0px 20px 40px !important;
  }
  .su-h1 {
	font-size: 30px;
  }
}
.input .custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.popup_order h2 p {
  display: none !important;
}
.modal__wrapper form div div input::placeholder {
  color: #7b7b7b;
}
.modal__wrapper form div div label {
  color: #7b7b7b;
}
.discount__details {
  display: flex;
  align-items: center;
  width: 200px;
}
#info-modal .modal__wrapper div .callback-message {
  color: #2b3541 !important;
}
.interesting{
  padding: 0px 0;
}
.intresting-carts{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.intresting-cart {
  max-width: 379px;
}
.intresting-cart img{
  width: 379px;
  height: 300px;
  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: 400;
  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 {
  margin-left: 8px;
}
.more-detailed a:hover,   .more-detailed a:active,    .more-detailed a:focus{
  color:#0fc6ca ;
}
.more-detailed a:hover svg path{
  stroke: #0fc6ca ;
}
@media (max-width: 1100px) {
  .intresting-cart img {
	width: 100%;
  }
  .intresting-carts{
	align-items: center;
  }
  .interesting h2 {
	font-size: 32px;
	margin-bottom: 45px;
  }
}
.intresting-cart:nth-child(2) .title-intresting{
  width: 85%;
}
.main-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.main-list li {
  background: #c3353a;
  padding: 10px 20px;
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1440px) {
  .su-main-container-rel {
	margin: auto;
	width: 1200px;
  }
}
/*//////// MODAL start //////*/
.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);
}
/*/////// MODAL end ////////*/
/*///////// MAP AND ORGANIZATION start //////////*/
.map{
  padding: 64px 0;
}
.map-title{
  display: flex;
  justify-content: space-between;
}
.map-title h2{
  max-width: 486px;
}
.organisers-card img {
  height: 44px;
}
.map-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2B3541;
  max-width: 584px;
}
.locations  {
  background: linear-gradient(90deg, #007367, #005E55);
}
.locations-event{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 590px;
}
.location-event{
  margin-bottom: 18px;
}
.location-event:nth-child(3), .location-event:nth-child(4){
  margin-bottom: 0;
}
.location-event img{
  width: 286px;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
}
.youtube iframe{
  width: 100%;
  height: 675px;
  border-radius: 20px;
  border: none;
}
.map-and-photo{
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.map-yandex{
  width: 590px;
  height: 465px;
  background-color: #F6F9F8;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-yandex-place{
  display: flex;
}
.map-yandex-place svg{
  margin-right: 8px;
}
.map-yandex-place p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2B3541;
  max-width: 434px;
}
.organisers-cards{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.organisers-card{
  border-radius: 20px;
  background: linear-gradient(90deg, #007367, #099E8F);
  padding: 20px;
  max-width: 590px;
  height: 249px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.organisers-card p{
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-top: 40px;
}
/*///////// MAP AND ORGANIZATION end //////////*/
/*////////// QUESTIONS start //////////*/
.questions-content {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}
.questions-text {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.questions-content img {
  width: 100%;
}
/*////////// QUESTIONS end //////////*/
/*///////// SLIDER start ///////////*/
.swiper {
  overflow: inherit !important;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
  display: flex;
  gap: 30px;
}
.swiper-3d {
  perspective: inherit !important;
  margin-top: 40px;
}
.content img {
  height: 350px;
  border-radius: 21px;
}
.swiper-slide {
  height: 350px;
}
/*////////// SLIDER end ///////////*/
/*////////// PEREKRESTOK start ///////////*/
.perekrestok {
  background: url(/storage/landings/su-new/back-for-perekrestok-block2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.perekrestok-text .date-and-place {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.p-bold-64 {
  line-height: normal;
  margin-bottom: 40px !important;
  font-size: 64px;
  font-weight: 600;
  display: block;
}
.perekrestok-text {
  max-width: 500px;
}
/*////////// PEREKRESTOK end ///////////*/
/*//////// PARTNERSTVO start //////////*/
.nervf-bg-img {
  background-color: #ffffff !important;
  background: none;
}
.col-md-4 {
  margin-top: 40px;
  height: 200px;
}
.fc-bw {
  color: #ffffff;
  background: linear-gradient(90deg, #FF6576, #F4364C);
  border-radius: 21px;
  height: 100%;
}
.fc-bw h3 {
  color: #ffffff !important;
}
.color-w {
  color: #2b3541 !important;
}
#nervf-services, #nervf-started, #nervf-testimonial, #nervf-blog, #nervf-company, #nervf-project, #nervf-about, #nervf-team, #nervf-contact, #nervf-footer {
  padding: 20px 0 !important;
}
/*//////// PARTNERSTVO end //////////*/
/*////// VEBINAR start //////*/
.vebinar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vebinar-content {
  display: flex;
  gap: 30px;
}
.vebinar-text-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(90deg, #FF6576, #F4364C);
  padding: 30px;
  border-radius: 21px;
  color: #ffffff;
}
.vebinar-content img {
  object-fit: cover;
  width: 55%;
  border-radius: 21px;
}
/*////// VEBINAR end //////*/
/*/////// RESULTS-FOR-STUD start ////////*/
.results-for-stud {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
.results-for-stud-card {
  border: 1px solid #DB1515;
  padding: 20px;
  border-radius: 21px;
  width: 100%;
}
.results-for-stud-card:nth-child(2) {
  width: calc((100% - 20px) / 2) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
}
.results-for-stud-card:nth-child(3) {
  width: calc((100% - 20px) / 2) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
}
.results-card-title {
  color: #DB1515;
  font-weight: 500;
}
.results-not-show {
  display: none;
}
/*/////// RESULTS-FOR-STUD end ////////*/
@media screen and (max-width: 480px) {
  .modal__wrapper {
	width: 350px;
	margin-top: 8%;
	padding: 20px;
	margin-bottom: 60px;
  }
  .modal__wrapper h2 {
	font-size: 28px;
	line-height: normal;
	padding: 20px 0px 20px;
  }
  .form__input:not(:last-of-type) {
	margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .programm-task-content svg{
	display: none;
  }
  .su-author2 h2 {
	margin-top: 0px !important;
  }
  .su-author2 {
	padding: 0px 20px 40px !important;
  }
  .su-h1 {
	font-size: 30px;
  }
}
@media (max-width: 768px) {
  .results-content p {
	width: 100%;
  }
  .results-for-stud-card:nth-child(2), .results-for-stud-card:nth-child(3) {
	width: 100% !important;
  }
  .third-carts-item {
	width: 100%;
  }
  .third-carts {
	width: 100%;
	flex-direction: column;
  }
  .third-practika-content {
	flex-direction: column;
  }
  .third-practika-content iframe {
	margin-top: 0;
	width: 100%;
	height: 200px;
  }
  .su-main-container {
	height: 800px;
  }
  .su-main-container-rel {
	margin: 0 20px;
	position: relative;
	height: fit-content;
  }
  .su-main-content {
	left: 0;
	max-width: 90vw;
	top: 0;
	padding: 20px 0;
	position: relative;
  }
  .su-main-button {
	width: 100%;
  }
  .su-programma-block {
	margin: 40px 20px;
	max-width: 700px;
	gap: 40px;
	flex-direction: column;
  }
  .su-programma {
	width: 100%;
	gap: 20px;
  }
  .su-instruments {
	width: 100%;
  }
  .su-programma iframe {
	height: 190px !important;
  }
  .su-main-titles {
	border-radius: 30px;
	padding: 20px;
  }
  .su-h1 {
	font-size: 6.8vw;
  }
  .p-regular-36 {
	font-size: 24px;
  }
  .p-regular-32 {
	font-size: 24px;
  }
  .p-semibold-24 {
	font-size: 20px;
  }
  .p-regular-24 {
	font-size: 18px;
  }
  .p-regular-20 {
	font-size: 18px;
  }
  .p-bold-20 {
	font-size: 18px;
  }
  .p-regular-18 {
	font-size: 16px;
  }
  .su-text-content {
	width: 100%;
	padding: 20px;
	border-radius: 30px;
	gap: 20px;
	flex-direction: column;
  }
  .date-and-place {
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbdbd;
  }
  .main-author {
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbdbd;
  }
  .su-logo-button {
	width: 100%;
	border-radius: 30px;
	margin-left: 0;
  }
  .ticker__item {
	font-size: 36px;
  }
  .su-actualnost {
	margin: 60px 20px;
  }
  .su-actualnost-block {
	margin: 40px 20px;
	max-width: 700px;
  }
  .h2 {
	font-size: 28px;
  }
  .su-actualnost-content {
	flex-direction: column;
	margin-top: 20px;
  }
  .su-actualnost-items {
	flex-direction: column;
	gap: 20px;
  }
  .su-actualnost-item {
	margin-bottom: 0;
  }
  .su-actualnost-item, .su-actualnost-items img {
	width: 100%;
  }
  .actualnost-second {
	flex-direction: column-reverse;
  }
  .actualnost-second-text {
	width: 100%;
	gap: 20px;
  }
  .su-base-block {
	margin: 0 20px;
	max-width: 700px;
	padding: 40px 0;
  }
  .green-button {
	width: 100%;
	text-align: center;
  }
  .results-content {
	flex-direction: column;
  }
  .toggle .toggle-title i {
	width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	margin: 20px 0px !important;
  }
  .programm-task {
	padding: 20px;
  }
  .su-for-whoom {
	padding: 0px;
  }
  .for-whoom-cards {
	flex-direction: column;
	margin-top: 20px;
  }
  .for-whoom-card {
	width: 100%;
  }
  .for-whoom-quote {
	gap: 10px;
	background-image: none;
	padding: 0;
	flex-direction: column;
  }
  .for-whoom-quote img {
	width: 100%;
	margin: auto;
  }
  .su-quote-desk {
	display: none;
  }
  .su-quote-mobile {
	display: block;
  }
  .quote-text {
	text-align: center;
  }
  .su-author, .su-author2 {
	padding: 0px 20px 0;
  }
  .su-author-content {
	gap: 20px;
	flex-direction: column;
  }
  .p-bold-36 {
	font-size: 24px;
	font-weight: 600;
  }
  .preimushestva {
	margin: 60px 20px;
  }
  .preimushestva-cards {
	gap: 10px;
	flex-direction: column;
  }
  .card-of-preim {
	width: 100%;
  }
  #nervf-contact .container {
	width: 100%;
	padding: 20px;
  }
  .nervf-contact-flex {
	margin-top: 0px;
  }
  .form__fields {
	width: 100%;
  }
  .first-section-footer-chb {
	display: none;
  }
  .footer-first-container-chb {
	flex-direction: column;
  }
  .second-section-footer-chb {
	border-left: none;
	width: 100%;
	padding: 25px 20px;
	flex-direction: column;
	gap: 20px;
  }
  .place-content {
	font-size: 14px;
  }
  .contacts-content {
	gap: 10px;
  }
  .footer-phone {
	font-size: 14px;
  }
  .fourth-section-footer-chb {
	padding: 25px 0px;
	width: 100%;
  }
  .fifth-section-footer-chb {
	display: none;
  }
  .sixth-section-footer-chb {
	font-size: 14px;
	width: 100%;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  .footer-mail {
	font-size: 14px;
  }
  .spec-project-button {
	justify-content: space-between;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  .discount__details {
	margin: 0 !important;
  }
  .discount__controls {
	margin-right: 0 !important;
	margin-left: 0 !important;
  }
  .button-colors {
	display: block;
  }
  .manager__name {
	font-size: 32px;
	line-height: normal;
  }
  .ek-manager-contact__link-container, .ek-manager-contact__free-call, 
  .ek-manager-contact__link, .manager-status {
	font-size: 20px;
	line-height: normal;
  }
  .nervf-contact-flex {
	gap: 30px;
  }
  .first-practika {
	margin: 20px 0;
	gap: 10px;
  }
  .first-practika-item {
	width: 100%;
	gap: 20px;
  }
  .sec-practika {
	flex-direction: column-reverse;
  }
  .sec-practika-text {
	gap: 20px;
  }
  .third-carts {
	gap: 10px;
  }
  #ivod9 .modal__wrapper, #ixs29 .modal__wrapper {
	width: 90vw;
  }
  #ivod9, #ixs29 {
	overflow: scroll !important;
  }
  .content img {
	height: 200px;
  }
  .swiper-slide {
	height: 200px;
  }
  .swiper-wrapper_feedback .swiper-slide {
	height: 400px;
  }
  .map-title {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  }
  .map {
	padding: 40px;
  }
  .map-title p {
	max-width: 100%;
  }
  .container-new iframe {
	width: 100%;
	height: 531px;
  }
  .map-yandex {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
	height: 100%;
  }
  .locations-event {
	width: 100%;
  }
  .map-and-photo {
	flex-direction: column;
  }
  .location-event img {
	width: 100%;
  }
  .location-event:nth-child(3) {
	margin-bottom: 18px;
  }
  .map-yandex-place p{
	font-size: 18px;
	line-height: 23.4px;
	max-width: 100%;
  }
  .organisers-cards {
	flex-direction: column;
  }
  .organisers-card {
	max-width: 100%;
	height: fit-content;
  }
  .organisers-card p {
	margin-top: 32px;
  }
  .organisers-card:first-child{
	margin-bottom: 12px;
  }
  .organisers-card img{
	height: 32px;
  }
  .lid-block-2-content {
	width: 100%;
  }
  .questions-content {
	gap: 20px;
	margin-top: 20px;
	flex-direction: column;
  }
  .questions-content {
	width: 100%;
  }
  .perekrestok {
	background: url(/storage/landings/su-new/back-for-perekrestok-block-mob.png);
  }
  .p-bold-64 {
	font-size: 42px;
  }
  .discount__btn {
	width: 100% !important;
	font-size: 24px;
  }
}
.cookies-block {
  gap: 20px;
  max-width: 770px;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #ffffff;
  z-index: 1000;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 3px #00000066;
  justify-content: space-between;
  align-items: center;
}
.cookies-text {
  margin-bottom: 0;
  font-size: 16px;
}
.cookies-block button {
  border-radius: 8px;
  border: none;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
  background: #DB1515;
  color: #ffffff;
}
.cookies-text a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cookies-block {
	width: 90vw;
	padding: 20px;
	justify-content: space-between;
	flex-direction: column;
  }
  .cookies-block button {
	width: 100%;
  }
}
.sub-menu-container {
  width: 1200px !important;
  padding: 0px 0px 20px !important;
}
@media (min-width: 1200px) {
  .container {
	width: 1200px !important;
	padding: 0 !important;
  }
}