.side-container {
  display: block;
  width: 19%;
  border-bottom: 1px solid #BDBDBD;
}
input:focus::placeholder {
  color: transparent !important;
}
.button-red {
  border: none;
}
.control-label {
  color: #ffffff;
}
.center-container {
  display: block;
  width: 62%;
  border-bottom: 1px solid #BDBDBD;
}
.first-section-of-containers {
  display: flex;
  width: 100%;
}
.hidden {
  display: none !important;
}
.right-authors-container-img:hover, .main-side-container:hover, .right-main-container:hover {
  transform: scale(1.05);
}
.red-button {
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 25px;
  background-color: #DB1515;
  color: #ffffff;
  text-align: center;
  margin: 21px 0 40px;
}
.red-button:hover, .red-button:active {
  background-color: #b20808;
  color: #ffffff;
}
/*///// FONT-STYLE start /////*/
.light-text {
  color: #ffffff;
}
.p-bold-32 {
  font-size: 32px;
  margin-bottom: 0;
  color: #2b3541;
  font-weight: 600;
}
.h1 {
  font-size: 48px;
  font-weight: 600;
}
.h2 {
  font-size: 40px;
  margin: 0 !important;
  font-weight: 600;
  text-transform: uppercase;
}
.p-regular-18 {
  font-size: 18px;
  font-weight: 400;
}
.p-regular-16 {
  font-size: 16px;
  font-weight: 400;
}
.p-bold-20 {
  font-size: 20px;
  font-weight: 600;
}
.p-bold-24 {
  font-size: 24px;
  font-weight: 600;
}
/*///// FONT-STYLE 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 /////////*/
/*/////// ACCORDEON start /////////*/
.first-container-accordeon {
  display: flex;
  width: 100%;
}
.accordeon-block-chb {
  margin: auto;
  max-width: 1920px;
}
.first-cbo-in-cbo-section {
  display: flex;
  width: 100vw;
  border-bottom: 1px solid #BDBDBD;
}
.first-cbo-in-cbo-section-1 {
  display: block;
  width: 19%;
  border-bottom: 1px solid #BDBDBD;
}
.accordeon-chb-title {
  display: flex;
  padding: 60px 20px 20px;
  width: 62%;
  gap: 20px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .cbo-numbers-item {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
  }
  .cbo-in-numbers {
	flex-wrap: wrap;
  }
}
.second-container-accordeon {
  display: flex;
  width: 100%;
}
.accordeon-questions-container {
  margin-bottom: 60px;
  width: 62%;
  border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
}
.acc-question-card {
  padding: 20px;
  border-bottom: 1px solid #bdbdbd;
  transition: 1s;
}
.acc-question-card-proggram {
  padding: 20px;
  border-bottom: 1px solid #bdbdbd;
}
.acc-question-card.active {
  background-color: #EEEEEE;
  transition-delay: 0.1s;
}
.acc-question-card:hover {
  cursor: pointer;
}
.titles-acc-question-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.text-of-question-card {
  display: flex;
  gap: 20px;
}
.text-of-question-card-programm {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.num-of-question-card {
  font-size: 32px;
  font-weight: 600;
  color: #005958;
}
.title-of-program-card {
  font-size: 24px;
}
.question-card-img {
  background-image: url(/storage/landings/page-chb/icons/guestions-arrow.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  transition-delay: 0.6s;
}
.title-of-question-card {
  font-size: 20px;
  font-weight: 600;
}
.answer-acc-question-card {
  /* display: none;*/
  overflow: hidden;
  /* Скрываем содержимое при нулевой высоте */
  max-height: 0;
  font-size: 20px;
  transition: max-height 1s;
  /* Быстрый рост вверх */
}
.acc-question-card.active .answer-acc-question-card {
  /*display: block;*/
  max-height: 600px;
  font-size: 20px;
  transition-delay: 0.1s;
  /* Небольшая задержка перед уменьшением */
}
.acc-question-card.active .titles-acc-question-card i {
  transition-delay: 0.2s;
  transform: rotate(180deg);
}
/*/////// ACCORDEON end //////////*/
/*////// FORM start ////////*/
.form__fields {
  width: 80%;
}
.nervf-contact-flex .col-md-6:nth-child(2)  {
  display: none;
}
.nervf-heading h2 {
  color: #ffffff;
}
.col-md-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.form__input:not(:last-of-type) {
  border-right: none;
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #bdbdbd;
  color: #ffffff;
  font-size: 20px;
}
.button-colors {
  background: #DB1515 !important;
  color: #fff;
  border: 2px solid #DB1515;
}
.button-colors:hover, .button-colors:focus, .button-colors:active {
  background: #DB1515 !important;
  border-color: #DB1515 !important;
}
#nervf-services, #nervf-started, #nervf-testimonial, #nervf-blog, #nervf-company, #nervf-project, #nervf-about, #nervf-team, #nervf-contact, #nervf-footer {
  background-image: url(/storage/landings/page-chb/back-for-form2.png);
  padding: 0 ;
  width: 100vw;
  background-size: cover;
  border-bottom: 1px solid #bdbdbd
}
#nervf-contact .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 42%;
  margin-left: 19%;
  background-color: #373737;
  padding: 20px 50px 60px;
}
.nervf-heading {
  margin-top: 40px;
}
.new-form-request {
  display: flex;
  width: 100vw;
  justify-content: space-between;
}
.new-form-request-left-photo {
  width: 43%;
}
.new-form-request-left-main-content {
  width: 38%;
  padding: 20px 50px;
  background-color: #373737;
}
.new-form-request-left-main-content-green {
  width: 38%;
  padding: 20px 50px;
  background-color: #004241;
}
.new-form-request-right-photo {
  width: 19%;
}
form .contact__form {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  color: #B8B8B8;
}
.form-request-input {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.form-request-form-content {
  margin-top: 50px;
}
input::placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.form-request-button {
  margin-top: 40px;
  width: fit-content;
  padding: 10px 60px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  background-color: #0058C8;
  font-size: 18px;
}
.form-request-input-checkbox {
  appearance: none;
  position: relative;
  padding: 2px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border: 1px solid #757575;
  transition: 500ms;
}
.form-request-input-checkbox::after {
  content: "";
  position: absolute;
  margin-top: 4px;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background-image: url("/storage/landings/page-chb/form-arrow-input-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-request-input-checkbox:checked {
  border: 1px solid #ffffff;
}
.form-request-input-checkbox:checked::after {
  width: 16px;
  height: 16px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none !important;
}
.control-label a {
  color: #ffffff;
}
.new-form-request-left-photo-img,
.new-form-request-right-photo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col-md-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/*//////// FORM end /////////*/
/*///// RESULTS start ////////*/
.result-center-container {
  display: flex;
  gap: 20px;
  padding: 40px 20px 40px;
  border-left: 1px solid #bdbdbd;
}
.results-block {
  max-width: 1920px;
  margin: auto;
}
.result-center-container-image {
  width: 38%;
  height: auto;
  object-fit: cover;
}
.result-center-container-cards {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.result-center-container-card {
  display: flex;
  gap: 20px;
  align-items: center;
}
.result-center-container-card img {
  width: 30px;
}
.result-center-container-card p {
  width: calc(100% - 50px);
  margin: 0;
}
/*///// RESULTS end ////////*/
/*///// AUTHORS start //////*/
.authors {
  max-width: 1920px;
  background-color: #00383A;
  margin: auto;
}
.authors-zoom {
  background-color: #00383A;
}
.authors-center-container {
  display: flex;
  border-bottom: 1px solid #bdbdbd;
  width: 81%;
}
.author-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0px 60px 40px;
  width: 29%;
}
.author-card:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 40px 60px 0;
  width: 29%;
  border-right: 1px solid #bdbdbd;
}
.right-authors-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: calc(42% - 40px);
  margin-left: 40px;
  border-left: 1px solid #bdbdbd;
  transition: transform 0.5s ease;
}
.right-authors-container-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: transform 0.5s ease;
}
.right-authors-container-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/storage/landings/rop-new/authors-back3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.author-card-image {
  width: 100%;
  object-fit: cover;
  height: 300px;
  object-position: top;
}
.author-name {
  color: #00E2E6;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.author-name-2 {
  line-height: normal;
  color: #004241;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.authors-center-container h2 {
  padding: 60px 0 40px;
  display: block;
  width: 29%;
  border-right: 1px solid #bdbdbd;
}
.authors-title-section1 {
  display: block;
  width: 29%;
}
/*////// AUTHORS end //////*/
/*//////// MAIN start /////////*/
.main-zoom-block {
  background-color: #004241;
}
.main {
  max-width: 1920px;
  display: flex;
  background-color: #004241;
  width: 100vw;
  margin: auto;
}
.main-side-content {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s 
	ease;
  border-bottom: 1px solid #bdbdbd;
  display: block;
  width: 100%;
  height: 61%;
}
.right-main-content {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s 
	ease;
  display: block;
  border-top: 1px solid #bdbdbd;
  width: 45%;
}
.main-side-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 0.5s 
	ease;
}
.right-main-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 0.5s 
	ease;
}
.right-main-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/storage/landings/rop-new/main-sec-img.png);
  background-size: cover;
  background-position: center;
  transition: transform 0.5s 
	ease;
}
.main-side-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /*background-image: url(/storage/landings/rop-new/min-size/yusov2.png);*/
  background-size: cover;
  background-position: center;
  transition: transform 0.5s 
	ease;
}
.main-section-of-containers {
  display: flex;
  width: 19%;
  border-right: 1px solid #bdbdbd;
}
.main-section-of-containers2 {
  display: flex;
  width: 81%;
}
.subtitles-container {
  display: block;
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #bdbdbd;
  padding: 60px 40px 20px;
}
.subtitles-container p {
  margin: 0 !important;
}
.main-big-container {
  width: 100%;
}
.center-main-container {
  display: flex;
}
.main-container-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 55%;
  padding: 20px 40px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.main-subtitle {
  margin: 0 !important;
}
.main-losung {
  color: #00E2E6;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}
.main-button:hover {
  padding: 20px 45px;
}
/*//////// MAIN end //////////*/
/*//////// MAIN-CARDS start /////////*/
.main-card-first {
  width: calc((100% - 60px) / 4);
}
.main-card-sec {
  width: calc((100% - 60px) / 4 * 2);
}
.main-cards-zoom {
  margin: 60px 0;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}
.main-card1 {
  height: 100%;
  position: relative;
  transition: 1s;
  padding: 15px;
  background-color: #373737;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-card1::before {
  content: "";
  display: block;
  background-color: #004241;
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.main-card2 {
  height: 100%;
  position: relative;
  transition: 1s;
  padding: 15px;
  background-color: #373737;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.main-card2::before {
  content: "";
  display: block;
  background-color: #004241;
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.main-card-first:hover .main-card1::before,
.main-card-sec:hover .main-card2::before {
  width: 100%;
}
.main-cards {
  display: flex;
  gap: 30px;
}
.main-card-icon {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.main-card1 p, .main-card2 p {
  margin: 0;
  width: calc(100% - 40px);
  z-index: 2;
}
.main-cards-content {
  max-width: 1920px;
  margin: auto;
}
/*//////// MAIN-CARDS end ///////////*/
/*////// PROBLEMS-SOLUTION start //////*/
.problems-solution-zoom {
  background-image: url(/storage/landings/rop-new/min-size/back2-problems-solution.png);
  background-position: center;
  background-size: cover;
}
.problems-solution-block {
  max-width: 1920px;
  margin: auto;
  padding: 60px 0;
}
.problems-solution-containers {
  gap: 40px;
}
.promlems-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.solution-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.promlems-list {
  margin-left: -40px;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}
.solution-list {
  margin-left: -40px;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}
.solution-list li::before, .promlems-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.solution-list li, .promlems-list li {
  position: relative;
  padding-left: 40px;
}
.solution-block h2 {
  position: relative;
  width: fit-content;
}
.solution-block h2:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  content: "";
  transition: width 0.3s 
	ease-out;
}
.solution-block:hover h2:after {
  width: 100%;
}
.promlems-block h2 {
  position: relative;
  width: fit-content;
}
.promlems-block h2:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  content: "";
  transition: width 0.3s 
	ease-out;
}
.promlems-block:hover h2:after {
  width: 100%;
}
/*////// PROBLEMS-SOLUTION end ///////*/
/*////// FEEDBACK start ////////*/
.feedback-zoom {
  background-image: url(/storage/landings/nahratov-october-new/feedback-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ek-feedback-container {
  padding: 60px 0;
  margin: auto;
  max-width: 1920px;
}
.swiper {
  margin-top: 60px;
  max-width: 1180px;
  box-sizing: border-box;
  user-select: none;
  overflow: initial;
}
.swiper-slide {
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  height: 100%;
  align-items: center;
}
.buttons {
  display: none;
}
.swiper-pagination {
  position: static;
  text-align: start;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbdbd;
}
.swiper-wrapper {
  height: 400px !important;
}
.swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 100% !important;
}
.swiper-pagination-bullet-active {
  background: #00B6BC !important;
  width: 20px !important;
  border-radius: 5px !important;
}
.feedback-title {
  margin-left: 19%;
}
.ek-feedback__author-status {
  color: #005958;
  ;
  font-size: 18px;
  margin: 10px 0 30px;
}
.video-feedbacks {
  margin-left: 19%;
  margin-top: 40px;
  display: flex;
  width: 62%;
  gap: 30px;
  justify-content: space-between;
}
.video-feedbacks iframe {
  border: none;
  width: calc((100% - 30px) / 2);
}
/*////// FEEDBACK end //////////*/
/*/////// TELEGRAM start ////////*/
.telegram-block-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/storage/landings/nahratov-october-new/tg-back-min.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.5s ease;
}
.telegram-block-image:hover::before {
  transform: scale(1.05);
}
.telegram-block-content {
  display: flex;
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1300px;
  gap: 60px;
}
.tg-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.telegram-block-descp  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -10px;
}
.telegram-block-descp p {
  margin-bottom: 0 !important;
}
.telegram-block-image {
  position: relative;
  padding: 40px 0 0px;
  overflow: hidden;
}
.telegram-block-img {
  object-fit: contain;
}
.telegram-block-text-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.telegram-block-dp {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.tg-text-dop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*/////// TELEGRAM end //////////*/
/*//////// FOR-WHOM start ////////*/
.for-whom-card-text-title {
  margin: 0;
  font-size: 20px;
}
.for-whom-card-text {
  display: flex;
  align-items: center;
}
.for-whom-cards {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 60px;
}
.for-whom-card-block {
  width: calc(100% / 3);
  border-bottom: 1px solid #bdbdbd;
  padding: 20px;
  align-items: center;
  display: flex;
  gap: 20px;
  border-right: 1px solid #bdbdbd;
}
.for-whom-card-block:nth-child(4) {
  border-bottom: none;
}
.for-whom-card-block:nth-child(5) {
  border-bottom: none;
}
.for-whom-card-block:nth-child(3) {
  border-right: none;
}
.for-whom-block {
  margin: 60px auto 0;
  max-width: 1920px;
}
.for-whom-title {
  margin-bottom: 40px;
}
.for-whom-card-img {
  width: 70px;
  height: 70px;
}
/*///////// FOR-WHOM end //////////*/
/*////// STUDY-RESULTS start //////*/
.stydy-results-block {
  background-color: #373737;
  max-width: 1920px;
  margin: auto;
}
.stydy-results {
  background-color: #373737;
}
.stydy-results-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0 60px;
}
.stydy-results-card, .stydy-results-cards img {
  width: calc((100% - 60px) / 3);
  height: 170px;
  object-fit: cover;
}
.stydy-results-card {
  margin: 0;
  position: relative;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: #ffffff21;
}
.stydy-results-card p {
  margin: 0;
  z-index: 2;
}
.stydy-results-card::before {
  content: "";
  display: block;
  background-color: #0058c8;
  height: 100%;
  width: 0%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.stydy-results-card:hover::before {
  width: 100%;
}
.stydy-results-title {
  margin: 60px 0 40px;
}
/*////// STUDY-RESULTS end ////////*/
/*/////// MATERIALS start ////////*/
.materials-block {
  max-width: 1920px;
  margin: 60px auto 0;
}
.materials-container {
  display: flex;
  width: 62%;
  gap: 30px;
  padding: 40px 40px 0px;
  background-image: url(/storage/landings/rop-new/min-size/materials-back.png);
  flex-direction: column;
  background-position: right;
  background-size: cover;
}
.materials-container h2 span {
  color: #00E2E6;
}
.materials-container h2 {
  width: 70%;
}
.meterials-text-content {
  width: 70%;
}
/*/////// MATERIALS end ////////*/
@media (max-width: 600px) {
  .meterials-text-content {
	width: 100%;
  }
  .p-regular-18 {
	font-size: 16px;
  }
  .h1 {
	font-size: 28px;
  }
  .h2 {
	font-size: 24px;
  }
  .main-subtitle {
	font-size: 20px;
  }
  .main-losung {
	font-size: 20px;
  }
  .red-button {
	text-align: center;
	width: 100%;
	padding: 20px;
	margin: 20px 0 20px;
  }
  .side-container {
	display: none;
  }
  .center-container {
	width: 100%;
  }
  .main-card-first {
	width: 100%;
  }
  .main-card-sec {
	width: 100%;
  }
  .main-cards {
	gap: 20px;
	flex-direction: column;
  }
  .main-cards-content {
	margin: 40px 0;
  }
  .main-container-content {
	padding: 20px;
	width: 100%;
  }
  .main-section-of-containers2 {
	width: 100%;
  }
  .main-big-container {
	width: 100%;
  }
  .subtitles-container {
	width: 100%;
	padding: 40px 20px 20px;
  }
  .main-section-of-containers {
	display: none;
  }
  .right-main-content {
	display: none;
  }
  .right-top-container {
	display: none;
  }
  .problems-solution-containers {
	flex-direction: column;
	gap: 0;
  }
  .promlems-block {
	background-image: url(/storage/landings/rop-new/back-for-problem.png);
	width: 100%;
	padding: 60px 20px 20px;
  }
  .solution-block {
	width: 100%;
	padding: 40px 20px 40px;
	background-image: url(/storage/landings/rop-new/back-for-solution.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  .problems-solution-block {
	padding: 0;
	background-image: none;
	background-color: #373737;
  }
  .for-whom-card-block {
	width: 100%;
	border-right: none;
  }
  .discount__details {
	width: 100%;
  }
  .for-whom-title {
	padding: 0 20px;
	margin-bottom: 20px;
  }
  .for-whom-card-block:nth-child(4) {
	border-bottom: 1px solid #bdbdbd;
  }
  .stydy-results-title {
	padding: 0 20px;
	margin: 40px 0 20px;
  }
  .for-whom-block {
	margin: 40px 0 0;
  }
  .for-whom-cards {
	margin-bottom: 40px;
  }
  .stydy-results-cards {
	margin: 20px 0 40px;
	padding: 0 20px;
	gap: 20px;
	flex-direction: column;
  }
  .stydy-results-card, .stydy-results-cards img {
	width: 100%;
  }
  .stydy-results-cards img:nth-child(6) {
	display: none;
  }
  .rop-main-buttons-container {
	gap: 0 !important;
	flex-direction: column;
  }
  .first-cbo-in-cbo-section-1 {
	display: none;
  }
  .accordeon-chb-title {
	width: 100%;
	flex-direction: column;
	border-right: none;
	border-left: none;
	padding: 40px 20px 20px;
  }
  .results-block {
	margin: 20px auto 0;
  }
  .accordeon-questions-container {
	width: 100%;
	border: none;
	margin-bottom: 40px;
  }
  .num-of-question-card {
	font-size: 20px;
	margin: 0;
  }
  .title-of-question-card {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
  }
  .telegram-block-image {
	padding: 20px;
  }
  .telegram-block-img {
	display: none;
  }
  .tg-title {
	font-size: 24px;
  }
  .telegram-block-img {
	display: none;
  }
  .telegram-block-image::before {
	background-image: url(/storage/landings/page-chb/back-for-tg-mobile2.png);
  }
  .telegram-block-descp {
	gap: 0;
  }
  .telegram-block-text-content {
	gap: 20px;
  }
  .ek-feedback-container {
	padding: 40px 0;
  }
  .swiper {
	padding: 0 20px;
  }
  .swiper-slide {
	padding: 20px;
	width: 100% !important;
  }
  .feedback-title {
	margin-left: 20px;
  }
  .swiper {
	margin-top: 40px;
  }
  .video-feedbacks iframe {
	border: none;
	width: calc(100% - 40px);
	height: 250px;
  }
  .video-feedbacks {
	margin: 20px 20px 0;
	width: 100%;
	gap: 30px;
	flex-direction: column;
  }
  .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%;
  }
  #nervf-contact .container, #i73xq #nervf-contact .container {
	width: 100% !important;
	margin-left: 0 !important;
	padding: 20px !important;
  }
  .nervf-contact-flex {
	margin-top: 0;
  }
  .nervf-heading {
	margin-bottom: 0;
  }
  .nervf-heading h2 {
	font-size: 24px;
  }
  .form__fields {
	width: 100%;
  }
  .result-center-container {
	padding: 20px 20px 40px;
	flex-direction: column;
	border-left: none;
  }
  .result-center-container-image {
	width: 100%;
  }
  .result-center-container-cards {
	width: 100%;
  }
  .authors-center-container h2 {
	padding: 40px 0 20px;
	display: block;
	width: 100%;
	border-right: none;
  }
  .authors-title-section1 {
	display: none;
  }
  .right-authors-container {
	display: none;
  }
  .authors-center-container {
	flex-direction: column;
	width: 100%;
	padding: 0 20px;
  }
  .answer-acc-question-card {
	font-size: 16px;
  }
  .acc-question-card.active .answer-acc-question-card {
	font-size: 16px;
  }
  .author-card:nth-child(1) {
	padding: 20px 0;
	width: 100%;
	border-right: none;
  }
  .author-card {
	padding: 20px 0;
	width: 100%;
  }
  .author-name {
	font-size: 20px;
  }
  #order-2 .modal__wrapper, #order-3 .modal__wrapper, #order-5 .modal__wrapper {
	width: 90% !important;
	position: absolute;
	left: 50%;
	top: 50% !important;
	transform: translate(-50%, -50%);
	background: #045c5e;
	padding: 20px;
  }
  .materials-container {
	width: 100%;
	gap: 20px;
	background-image: none;
	background-color: #373737;
  }
  .materials-container h2 {
	width: 100%;
  }
  .accordeon-chb-title button {
	margin: 20px 0px 0 !important;
	width: 100% !important;
	padding: 10px 40px !important;
  }
  .second-two-authors-section {
	width: 100%;
	border: none;
  }
  .two-authors-slider-text-content {
	width: 100%;
	flex-direction: column;
  }
  .two-authors-slider-text-content-2 {
	flex-direction: column;
  }
  .p-bold-32 {
	font-size: 28px !important;
  }
  .format-side-container {
	display: none !important;
  }
  .center-container-format {
	width: 100% !important;
  }
  .two-authors-user {
	width: 100%;
  }
  .format-center-container {
	border-left: none !important;
  }
  .two-authors-slider-titles {
	width: 100% !important;
  }
  .slider-arrows {
	width: 100% !important;
	justify-content: flex-start !important;
  }
  .first-two-authors-section {
	display: none !important;
  }
  .second-two-authors-section {
	width: 100% !important;
	border: none !important;
  }
  .title-of-program-card {
	font-size: 20px;
  }
  .format-card {
	width: 100% !important;
	border-left: none !important;
	border-right: none !important;
  }
  .format-card:nth-child(3) {
	border-bottom: 1px solid #bdbdbd !important;
  }
  .two-authors-user {
	width: 100% !important;
  }
  .two-authors-slider-video {
	width: 100% !important;
	height: auto !important;
  }
  .solution-list li, .promlems-list li {
	font-size: 16px;
  }
  .second-two-authors-section-1 {
	flex-direction: column !important;
  }
  .two-authors-user-photo {
	flex-direction: row  !important;
  }
  .two-authors-user-photo img {
	width: 40% !important;
	height: 150px !important;
  }
}
/*////// MODAL start ///////*/
#order-2 button.order_popup, #order-3 button.order_popup, #order-5 button.order_popup, 
#order-4 button.order_popup{
  display: none;
}
#order-2 .js-show-popup, #order-3 .js-show-popup, #order-5 .js-show-popup, 
#order-4 .js-show-popup {
  color: #0C999C;
}
#order-2 .form__btn, #order-3 .form__btn, #order-5 .form__btn, #order-4 .form__btn {
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D !important;
  margin-bottom: 12px;
}
#order-2 .modal__privacy, #order-3 .modal__privacy, #order-5 .modal__privacy,
#order-4 .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-3 .form__input, #order-5 .form__input, #order-4 .form__input{
  margin-bottom: 20px;
}
#order-2 .form__input.phone, #order-3 .form__input.phone, #order-5 .form__input.phone, 
#order-4 .form__input.phone {
  margin-bottom: 20px;
}
#order-2 .modal__wrapper h2, #order-3 .modal__wrapper h2,  #order-5 .modal__wrapper h2, 
#order-4 .modal__wrapper h2 {
  margin-bottom: 20px;
  margin-right: 30px;
  font-weight: 600;
}
#order-2 .modal-open, #order-3 .modal-open, #order-5 .modal-open, 
#order-4 .modal-open {
  background: #38353599;
}
#order-2 .modal-close, #order-3 .modal-close, #order-5 .modal-close,
#order-4 .modal-close {
  display: none !important;
}
#order-2 .modal__close, #order-3 .modal__close,  #order-5 .modal__close, 
#order-4 .modal__close {
  font-size: 0;
  height: 24px;
  position: absolute;
  right: 20px;
  background: transparent;
}
.modal__close::before, #order-3 .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-3 .modal__wrapper, #order-5 .modal__wrapper,
#order-4 .modal__wrapper {
  width: 572px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: #045c5e;
  padding: 20px;
}
#order-2 .modal__wrapper h2, #order-3 .modal__wrapper h2, #order-5 .modal__wrapper h2,
#order-4 .modal__wrapper h2{
  margin-bottom: 20px;
  color: #ffffff;
}
.modal__wrapper div form {
  width: 100% !important;
}
/*/////// MODAL end ////////*/
/*////// NEW-AUTHORTS start //////*/
.two-authors-block {
  background-color: #004241;
  display: flex;
  width: 100%;
}
.two-authors-block-2 {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #0058c8;
}
.first-two-authors-section {
  display: block;
  width: 19%;
}
.first-two-authors-section-1 {
  height: 159px;
  border-bottom: 1px solid #ffffff;
}
.second-two-authors-section {
  display: block;
  width: 62%;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.third-two-authors-section {
  display: block;
  width: 19%;
}
.third-two-authors-section-1 {
  height: 159px;
  border-bottom: 1px solid #ffffff;
}
.two-authors-slider-titles {
  display: block;
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  padding: 30px 20px;
}
.two-authors-slider-subtitle {
  font-size: 18px;
  color: #B8B8B8;
}
.slider-arrows {
  display: flex;
  width: 18%;
  border-bottom: 1px solid #ffffff;
  justify-content: flex-end;
  padding: 20px;
  height: fit-content;
  gap: 40px;
}
.slider-left-arrow {
  width: 55px;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.slider-right-arrow {
  width: 55px;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: linear 0.2s;
}
.slider-left-arrow:hover, .slider-right-arrow:hover {
  background-color: #0058C8;
  transition: linear 0.2s;
}
.second-two-authors-section-1 {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.two-authors-slider-content {
  padding: 25px 20px;
}
.two-authors-slider-text-content {
  width: 100%;
  display: flex;
  color: #ffffff;
  gap: 30px;
}
.two-authors-slider-text-content-2 {
  width: 100%;
  display: flex;
  gap: 30px;
}
.two-authors-user {
  display: flex;
  gap: 20px;
  width: 40%;
  flex-direction: column;
}
.two-authors-user-photo {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.two-authors-user-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.two-authors-user-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.two-authors-user-descp {
  font-size: 18px;
  color: #B8B8B8;
  margin-top: 5px;
}
.two-authors-main-text{
  font-size: 18px;
}
.two-authors-slider {
  display: none;
}
.two-authors-slider.active {
  display: flex;
  gap:30px;
}
.slider-arrows img {
  cursor: pointer;
}
.two-authors-slider-wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.two-authors-slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.two-authors-slider-video {
  width: 60%;
  height: auto;
}
.two-authors-list {
  margin-left: -40px;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
}
.two-authors-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.two-authors-list li {
  position: relative;
  padding-left: 40px;
}
.two-authors-slider-video img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*/////// NEW-AUTHORS end ////////*/
/*/////// FORMAT start //////////*/
.format-block {
  max-width: 1920px;
  margin: auto;
}
.format-side-container {
  display: block;
  width: 19%;
  border-bottom: 1px solid #0058c8;
}
.format-container-cards {
  display: flex;
  flex-wrap: wrap;
}
.format-card {
  width: calc(100% / 2);
  padding: 20px;
  border-bottom: 1px solid #0058c8;
  border-left: 1px solid #0058c8;
  position: relative;
  transition: 1s;
}
.format-card:nth-child(3) {
  border-bottom: none;
}
.format-card:nth-child(4) {
  border-right: 1px solid #0058c8;
  border-bottom: none;
}
.format-card:nth-child(2) {
  border-right: 1px solid #0058c8;
}
.format-center-container {
  display: flex;
  gap: 20px;
  padding: 40px 20px 40px;
  border-left: 1px solid #0058c8;
}
.center-container-format {
  display: block;
  width: 62%;
  border-bottom: 1px solid #0058c8;
}
.format-card-text {
  margin: 0;
}
.format-card-title {
  color: #2b3541;
}
.format-card p {
  margin: 0;
  z-index: 2;
  position: relative;
}
.format-card::before {
  content: "";
  display: block;
  background-color: #0058c8;
  height: 100%;
  width: 0%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.format-card:hover::before {
  width: 100%;
}
.format-card:hover p {
  color: #ffffff;
}
/*/////// FORMAT end //////////*/
@media (min-width: 601px) {
  .discount__controls {
	display: flex;
	flex-wrap: nowrap !important;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: auto;
	width: 70% !important;
	flex-direction: column;
  }
}
.discount__details {
  display: flex;
  align-items: center;
}
.discount__descriptor {
  line-height: normal;
  text-transform: uppercase;
  color: #00E9F0 !important;
}
#price-single {
  max-width: 1180px;
  margin: 60px auto 0;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 0px 100px;
  background-color: #4D4D4D;
  background-image: none !important;
}
.discount {
  padding: 20px 0;
}
.discount__btn {
  border-radius: 0;
}
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 60px;
  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 {
  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;
  }
}
.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;
}
.modal__wrapper div form .callback-message {
  color: #ffffff;
}
/*////////////////////////*/ 
.test-drive {
  background-image: url(/storage/landings/nahratov-october-new/test-drive-back-red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
}
.side-section-test-drive {
  width: 12%;
  display: block;
}
.center-section-text-drive {
  width: 76%;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.test-drive-button {
  color: #ffffff;
  background-color: #0058C8;
  padding: 15px 30px;
  font-size: 18px;
}
.test-drive-button:hover {
  color: #ffffff;
  background-color: #002048;
  padding: 15px 30px;
  font-size: 18px;
}
.title-siction-test-drive {
  padding: 0 20px 20px;
  border-bottom: 1px solid #bdbdbd;
}
.test-drive-subtitle {
  font-size: 32px;
}
.test-drive-content {
  display: flex;
  gap: 10%;
  padding: 20px 20px 0px;
}
.test-drive-module-date p span {
  color: #BDBDBD;
  font-weight: 300;
}
.text-drive-text-button {
  display: flex;
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.text-drive-text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-drive-text-content p:nth-child(3) {
  font-size: 24px;
}
.text-drive-cards {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}
.test-drive-module-date p:nth-child(1) {
  color: #00E2E6;
}
.test-drive-module {
  background-color: #4b00009c;
  padding: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.test-drive-module-date {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.test-drive-module-title {
  color: #ffffff;
  font-weight: 600;
}
.lightText {
  color: #fff;
}
/* Адаптивные стили для тест-драйва */
@media (max-width: 1440px) {
  .test-drive {
	background-position: -140px;
  }
}
@media (max-width: 1024px) {
  .test-drive {
	padding: 69px 0;
	background-image: url(/storage/landings/mba_new/testdrive/back-image-test-drive768.png);
	background-position: center;
  }
}
@media (max-width: 768px) {
  .center-section-text-drive {
	width: 100% !important;
	border: none;
	padding: 0px 0px !important;
  }
  .side-section-test-drive {
	display: none !important;
  }
  .test-drive-content {
	gap: 20px !important;
	flex-direction: column;
  }
  .test-drive-subtitle {
	font-size: 24px !important;
  }
  .text-drive-text-button {
	width: 100% !important;
	gap: 20px;
  }
  .text-drive-cards {
	width: 100% !important;
	gap: 20px;
  }
}
@media (max-width: 768px) {
  .test-drive {
	padding: 69px 0;
	background-image: url(/storage/landings/mba_new/testdrive/back-image-test-drive768.png);
	background-position: center;
  }
}
@media (max-width: 768px) {
  .test-drive {
	padding: 60px 0 60px;
	background-image: none;
	background-color: #B70000;
  }
}
#i9mzh {
  display: none;
}
/* Стили только для #order-5 */
#order-5 .modal__wrapper {
  width: 500px;
  max-width: 90vw;
  max-height: 85vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
}
#order-5 .modal__wrapper h2 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  color: #005958;
  text-align: center;
  line-height: 1.3;
}
/* Поля ввода */
#order-5 .form__input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: #fff;
  transition: border-color 0.3s ease;
}
#order-5 .form__input::placeholder {
  color: #666666;
}
#order-5 .form__input:focus {
  outline: none;
  border-color: #005958;
}
/* Текстовая область */
#order-5 .form__text {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: #fff;
  height: 80px;
  resize: none;
  transition: border-color 0.3s ease;
}
#order-5 .form__text:focus {
  outline: none;
  border-color: #005958;
}
/* Чекбоксы */
#order-5 .form-privacy-policy-chekbox {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
#order-5 .form-privacy-policy-chekbox input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #005958;
}
#order-5 .form-privacy-policy-chekbox label {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  cursor: pointer;
  flex: 1;
}
#order-5 .form-privacy-policy-chekbox label a {
  color: #0C999C;
  text-decoration: underline;
}
#order-5 .form-privacy-policy-chekbox label a:hover {
  color: #005958;
}
/* Кнопка отправки */
#order-5 .form__btn {
  background: #C92D2D !important;
  color: #fff;
  border: 2px solid #C92D2D !important;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  margin: 20px 0 15px 0;
  transition: all 0.3s ease;
}
#order-5 .form__btn:hover {
  background: #bc060f !important;
  border-color: #bc060f !important;
}
/* Текст политики */
#order-5 .modal__privacy {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #444444;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
#order-5 .modal__privacy a {
  color: #0C999C;
  text-decoration: underline;
}
#order-5 .modal__privacy a:hover {
  color: #005958;
}
/* Кнопка закрытия */
#order-5 .modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  z-index: 1001;
}
#order-5 .modal__close::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/storage/landings/mba/2024/close_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Фон модального окна */
#order-5 .modal-open {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}
#order-5 .modal-close {
  display: none !important;
}
/* Адаптация для мобильных */
@media (max-width: 600px) {
  #order-5 .modal__wrapper {
	width: 90%;
	padding: 30px 25px;
	max-height: 90vh;
  }
  #order-5 .modal__wrapper h2 {
	font-size: 22px;
  }
  #order-5 .form__input,
  #order-5 .form__text {
	padding: 10px 12px;
	font-size: 14px;
  }
  #order-5 .form__btn {
	padding: 12px 20px;
	font-size: 15px;
  }
}
@media (max-width: 480px) {
  #order-5 .modal__wrapper {
	width: 95%;
	padding: 25px 20px;
	max-height: 95vh;
  }
  #order-5 .modal__wrapper h2 {
	font-size: 20px;
  }
  #order-5 .form-privacy-policy-chekbox label {
	font-size: 13px;
  }
}
/* Скрытие стандартных элементов */
#order-5 button.order_popup {
  display: none;
}
/* Стилизация скроллбара для Webkit-браузеров */
#order-5 .modal__wrapper::-webkit-scrollbar {
  width: 6px;
}
#order-5 .modal__wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
#order-5 .modal__wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
#order-5 .modal__wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
/* Улучшение видимости текста */
#order-5 * {
  color: #000000;
}
.date-of-modules-card {
  font-size: 24px;
  color: #7d7d7d;
  margin-left: 20px;
}
.rop-main-buttons-container {
  display: flex;
  gap: 30px;
}
.callback-message {
    color: #ffffff !important;
}