@import "./donors/containers/database.css";
body {
  padding-top: 0!important;
}

#new_eco {
  color: #3F4D5A;
}


.pricing_and_cryotechnologies_gradient {
  background: linear-gradient(180deg, #FEF0EA 0%, #EBF6FD 100%) no-repeat;
  background-position: 0px 580px;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .pricing_and_cryotechnologies_gradient{
    padding: 30px 0 0;
  }
}

#responsive_overlay {
  z-index: 11!important;
}
#new_eco .ummc-phones__additional {
  color: rgba(63, 77, 90, 0.7);
}
/*
#new_eco .simple-header__navigation {
  margin-right: 0!important;
} */
/************************************* Header start *************************************/
#new_eco .separator {
  border-left: 2px solid #E3E6E8;
  width: 0px;
  height: 24px;
}

#new_eco .header_phone-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#new_eco .header_phone-container > a{
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
}

#new_eco .header_dropdown-container {
  width: 260px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background: white;
  z-index: 20;
  position: absolute;
  display: none;
  border: 1px #E1E4E7 solid;
}

#new_eco .header_dropdown-container.all-about-eco {
  top: 58px;
}

#new_eco .header_dropdown-item {
  display: block;
  padding: 12px 24px;
  gap: 10px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

#new_eco .header_dropdown-item:hover {
  color: #F4662A;
  background: #F9FAFB;
}

#new_eco .eco-header_button-md {
  display: none;
}

#new_eco .eco_button-track-md {
  display: none;
}

#new_eco .eco_button-track-md i::before {
  content: "";
  display: block;
  background: url(../assets/images/eco/new_eco_header_phone_icon.svg) center no-repeat;
  width: 25px;
  height: 25px;
}

#new_eco .icon-phone::before {
  width: 16px;
  content: "";
  display: inline-block;
  background: url(../assets/images/eco/new_eco_header_phone_icon.svg) center no-repeat;
  height: 16px;
  background-size: contain;
}

#new_eco .eco_button-track-md i::before {
  content: "";
  display: none;
  background: url(../assets/images/eco/new_eco_header_phone_icon.svg) center no-repeat;
  width: 25px;
  height: 25px;
}

@media (max-width: 1630px) {
  #new_eco .header_phone-container {
    display: none;
  }
  #new_eco .eco_button-track-md {
    display: block!important;
    margin-left: 10px!important;
  }
  #new_eco .eco_button-track-md i::before {
    display: block;
  }
  #new_eco .eco-header_button {
    display: none!important;
  }
  #new_eco .eco-header_button-md {
    display: block!important;
  }
}

@media (max-width: 1500px) {
  #new_eco .header-top__cabinet {
    display: none!important;
  }
}

@media (max-width: 991px) {
  #new_eco .simple-header {
    padding-left: 20px !important;;
  }
  #new_eco .eco-header_button {
    display: none;
  }
  #new_eco .separator {
    display: none;
  }
  #new_eco .header-top__cabinet {
    display: none;
  }
  #new_eco .header_phone-container {
    display: none;
  }
  #new_eco .eco-header_button-md {
    display: block!important;
  }
  #new_eco  .eco_button-track-md {
    display: block!important;
  }
  #new_eco .eco_button-track-md i::before {
    display: block;
  }
}
/************************************* Header end *************************************/

/************************************* Hero start *************************************/
#new_eco .hero {
  height: 900px;
  display: flex;
  align-items: center;
  position: relative;
  background: #FEF0EA;
}

#new_eco .hero .background-frame-1 {
  background: url(../assets/images/eco/new_eco_header_hero_1.svg) center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
}
#new_eco .hero .background-frame-2 {
  background: url(../assets/images/eco/new_eco_header_hero_2.svg) center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 110px;
  background-size: contain;
}
#new_eco .hero .background-frame-3 {
  background: url(../assets/images/eco/new_eco_header_hero_3.svg) center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -190px;
  background-size: contain;
}

#new_eco .dropdown-arrow:after {
  position: relative;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/images/eco/new_eco_dropdown_arrow.svg);
  margin-left: 2px;
  background-size: 40px;
  background-position: center;
}

#new_eco .hero_text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

#new_eco .hero_text-section .text1 {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #3F4D5AB2;
  margin-bottom: 16px;
}

#new_eco .hero_text-section .text2 {
  font-family: var(--bold-font);
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 52px;
}

#new_eco .hero_text-section .text3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 48px;
}

#new_eco .hero_text-section .base-btn {
  margin-left: 0 !important;
}

#new_eco .card_white_bg {
  border-radius: 70px;
  padding: 32px;
  background-color: rgba(255,255,255,1);
  z-index: 10;
}

#new_eco .hero_card_container {
  display: flex;
  margin-top: 66px;
  gap: 16px;
}

#new_eco .hero_big-card {
  display: flex;
  width: 768px;
  height: 356px;
  padding: 64px 32px;
  gap: 32px;
}

#new_eco .hero_big-card_image {
  width: 320px;
  height: 210px;
  background-image: url(../assets/images/eco/new_eco_hero_big_card_image.png);
  background-repeat: no-repeat;
}

#new_eco .hero_big-card_text_section {
  display: flex;
  flex-direction: column;
  width: 352px;
  height: 210px;
}

#new_eco .hero_big-card_header {
  font-family: var(--bold-font);
  font-style: 65 Bold;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

#new_eco .hero_big-card_text {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
}

#new_eco .hero_card_link {
  font-family: var(--bold-font);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  color: var(--color-primary);
}

#new_eco .hero_card_link:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../assets/images/eco/new_eco_arrow_left.svg) center no-repeat;
  margin-left: 2px;
  background-size: 10px;
  background-position: center;
}

#new_eco .hero_small-card-container {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

#new_eco .hero_small-card {
  width: 384px;
  height: 170px;
  padding: 32px;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#new_eco .hero_small-card_text {
  font-weight: 400;
  font-size: 16px;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3F4D5A;
}

#new_eco .hero_small-card_header {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
}
#new_eco .hero_small-card,
#new_eco .hero_big-card {
  background-color: #FFFFFFCC;
}
/************************************ Hero end ************************************/

/************************************ Service start ************************************/
#new_eco .service {
  width: 100%;
  height: 1060px;
  background: white;
  padding-top: 100px;
  position: relative;
}

#new_eco .service_content {
  width: 1168px;
  margin: 0 auto;
  padding-top: 0;
}

#new_eco .service_header {
  font-family: var(--bold-font);
  font-size: 46px;
  width: 868px;
}

#new_eco .service_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 26px;
  color: #3F4D5A;
  width: 868px;
  margin-bottom: 48px;
}

#new_eco .service_card-container {
  display: flex;
  width: 1168px;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

#new_eco .service_card-container_separatop1 {
  position: absolute;
  background-color: #FEF0EA;
  width: 1155px;
  height: 3px;
  top: 307px;
}

#new_eco .service_card-container_separatop2 {
  background-color: #FEF0EA;
  position: absolute;
  width: 3px;
  height: 613px;
  left: 381px;
}

#new_eco .service_card-container_separatop3 {
  background-color: #FEF0EA;
  position: absolute;
  width: 3px;
  height: 613px;
  left: 771px;
}

#new_eco .service_card {
  display: flex;
  flex-direction: column;
  width: 374px;
  height: 300px;
  gap: 16px;
  border-radius: 48px;
  padding: 32px;
}

#new_eco .service_card:hover {
  background-color: #F4662A;
}

#new_eco .service_card_icon {
  height: 68px;
  width: 68px;
}

#new_eco .service_card_icon.ampula {
  background: url(../assets/images/eco/new_eco_ampula_icon.svg) center no-repeat;
}
#new_eco .service_card_icon.doctor {
  background: url(../assets/images/eco/new_eco_doctor_icon.svg) center no-repeat;
}
#new_eco .service_card_icon.files {
  background: url(../assets/images/eco/new_eco_files_icon.svg) center no-repeat;
}
#new_eco .service_card_icon.hand {
  background: url(../assets/images/eco/new_eco_hand_icon.svg) center no-repeat;
}
#new_eco .service_card_icon.microscop {
  background: url(../assets/images/eco/new_eco_microscop_icon.svg) center no-repeat;
  background-position: center;
}
#new_eco .service_card_icon.safe {
  background: url(../assets/images/eco/new_eco_safe_icon.svg) center no-repeat;
}

#new_eco .service_card:hover .ampula{
  background: url(../assets/images/eco/new_eco_ampula_icon_hover.svg) center no-repeat;
}
#new_eco .service_card:hover .doctor{
  background: url(../assets/images/eco/new_eco_doctor_icon_hover.svg) center no-repeat;
}
#new_eco .service_card:hover .files{
  background: url(../assets/images/eco/new_eco_files_icon_hover.svg) center no-repeat;
}
#new_eco .service_card:hover .hand{
  background: url(../assets/images/eco/new_eco_hand_icon_hover.svg) center no-repeat;
}
#new_eco .service_card:hover .microscop{
  background: url(../assets/images/eco/new_eco_microscop_icon_hover.svg) center no-repeat;
}
#new_eco .service_card:hover .safe{
  background: url(../assets/images/eco/new_eco_safe_icon_hover.svg) center no-repeat;
}

#new_eco .service_card_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}

#new_eco .service_card_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

#new_eco .service_card_link {
  display: flex;
  width: 310px;
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: var(--color-primary);
  align-items: center;
  margin-top: auto;
}

#new_eco .service_card:hover .service_card_title {
  color: white;
}

#new_eco .service_card:hover .service_card_text {
  color: white;
}

#new_eco .service_card:hover .service_card_link {
  color: white;
}

#new_eco .service_card_arrow_link {
  width: 40px;
  height: 40px;
  background: url(../assets/images/eco/new_eco_service_card_arrow_link.svg) center no-repeat;
  background-size: 40px;
  margin-left: auto;
}

@media (max-width: 767px) {
  #new_eco .service_card_arrow_link {
    display: none;
  }
  #new_eco .service_card_link {
    justify-content: start!important;
  }
}
/************************************* Service end *************************************/

/************************************* Equipment and Technologies start *************************************/
#new_eco .equipment-technologies {
  background-color: white;
}

#new_eco .equipment-technologies_content_wrapper {
  padding: 72px 24px 64px 24px;
  max-width: 1168px;
  margin: 0 auto;
}

#new_eco .equipment-technologies_header {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .equipment-technologies_text {
  font-weight: 400;
  font-size: 26px;
  color: #3F4D5A;
  margin-bottom: 48px;
  width: 868px;
}

#new_eco .equipment-technologies_content {
  display: flex;
  gap: 16px;
  background-color: #EBF6FD;
  border-radius: 70px;
  padding: 48px;
  min-height: 556px;
}

#new_eco .equipment-technologies_sidebar {
  width: 280px;
  flex-shrink: 0;
}

#new_eco .equipment-technologies_sidebar_header {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  margin-bottom: 24px;
  margin-left: 16px;
}

#new_eco .equipment-technologies_sidebar_nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#new_eco .equipment-technologies_nav_item {
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #3F4D5A;
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .equipment-technologies_nav_item:hover {
  background-color: rgba(101, 184, 239, 0.1);
}

#new_eco .equipment-technologies_nav_item.active {
  background: linear-gradient(90deg, #65B8EF 0%, #4A9BD4 100%);
  color: white;
  border-radius: 8px;
}

#new_eco .equipment-technologies_main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#new_eco .equipment-technologies_main_title {
  font-family: var(--bold-font);
  font-size: 36px;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .equipment-technologies_main_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#new_eco .equipment-technologies_main_text p {
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  line-height: 130%;
  margin: 0;
}

#new_eco .equipment-technologies_expandable {
  margin-top: 16px;
}

#new_eco .equipment-technologies_expandable_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  cursor: pointer;
  margin-bottom: 12px;
}

#new_eco .equipment-technologies_expandable_text {
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  line-height: 130%;
  transition: all 0.3s ease;
  overflow: hidden;
}

#new_eco .equipment-technologies_expandable_text[style*="display: none"] {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

#new_eco .equipment-technologies_expandable_text[style*="display: block"] {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}

/* Dropdown для мобильных устройств - по умолчанию скрыт */
#new_eco .equipment-technologies_dropdown-container {
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

#new_eco .equipment-technologies_dropdown-trigger {
  width: 100%;
  padding: 14px 16px;
  background-color: white;
  border: 1px solid #E3E6E8;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #3F4D5A;
  transition: border-color 0.3s ease;
}

#new_eco .equipment-technologies_dropdown-trigger::after {
  content: '';
  width: 4px;
  height: 4px;
  border-right: 2px solid #3F4D5A;
  border-bottom: 2px solid #3F4D5A;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#new_eco .equipment-technologies_dropdown-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
}

#new_eco .equipment-technologies_dropdown-item {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3F4D5A;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#new_eco .equipment-technologies_dropdown-item.active {
  color: #65B8EF;
  font-weight: 500;
}

#new_eco .equipment-technologies_dropdown-item:hover {
  background-color: #F7F8F9;
}

@media (max-width: 1200px) {
  #new_eco .equipment-technologies_text {
  margin-bottom: 32px;
  }
}


/************************************* Equipment and Technologies end *************************************/

/************************************* Patient Comfort start *************************************/
#new_eco .patient-comfort {
  background-color: white;
}

#new_eco .patient-comfort_header {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  margin-bottom: 16px;
  justify-self: center;
}

#new_eco .patient-comfort_text {
  font-weight: 400;
  font-size: 24px;
  color: #3F4D5A;
  margin-bottom: 48px;
  width: 1000px;
  justify-self: center;
  text-align: center;

}

#new_eco .patient-comfort_carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 120px;
}

#new_eco .patient-comfort_carousel_container {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1168px;
}

#new_eco .patient-comfort_carousel_slide {
  flex: 1;
  display: none;
}

#new_eco .patient-comfort_carousel_slide.visible {
  display: block;
}

#new_eco .patient-comfort_carousel_slide.current {
  order: 1;
}

#new_eco .patient-comfort_carousel_slide.next {
  order: 2;
}

#new_eco .patient-comfort_room_image {
  width: 100%;
  height: 400px;
  border-radius: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #EBF6FD; /* Fallback color if image is not loaded */
}

/* Images are loaded dynamically from backend via data-bind style */

#new_eco .patient-comfort_carousel_controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

#new_eco .patient-comfort_carousel_prev,
#new_eco .patient-comfort_carousel_next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F4662A;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

#new_eco .patient-comfort_carousel_prev:hover,
#new_eco .patient-comfort_carousel_next:hover {
  background-color: #e55a25;
}

#new_eco .patient-comfort_carousel_prev {
  margin-right: 40px;
}
#new_eco .patient-comfort_carousel_next {
  margin-left: 40px;
}

#new_eco .patient-comfort_carousel_dots {
  display: flex;
  gap: 16px;
  align-items: center;
}

#new_eco .patient-comfort_dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E3E6E8;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#new_eco .patient-comfort_dot.active {
  background-color: #F4662A;
}

#new_eco .patient-comfort_dot:hover {
  background-color: #F4662A;
}

@media (max-width:1200px) {
  #new_eco .patient-comfort {
    padding: 40px 20px;
    text-align: center;

  }

  #new_eco .patient-comfort_header {
    font-size: 32px;
  }

  #new_eco .patient-comfort_text {
    font-size: 18px;
    width: 100%;
  }

  #new_eco .patient-comfort_carousel_slide {
    margin-bottom: 16px;
  }

  #new_eco .patient-comfort_room_image {
    height: 250px;
  }
}
@media (max-width:480px) {
  #new_eco .patient-comfort {
    padding: 48px 16px;
  }

  #new_eco .patient-comfort_header {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }

  #new_eco .patient-comfort_text {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  #new_eco .patient-comfort_carousel {
    position: relative;
    margin-bottom: 48px;
    gap: 0;
  }

  #new_eco .patient-comfort_carousel_container {
    position: relative;
    width: 100%;
    max-width: 100%;
    gap: 0;
    overflow: hidden;
    margin-bottom: 24px;
  }

  #new_eco .patient-comfort_carousel_slide {
    width: 100%;
    margin-bottom: 0;
  }

  #new_eco .patient-comfort_carousel_slide.visible {
    display: block;
  }

  #new_eco .patient-comfort_carousel_slide.current {
    display: block;
  }

  #new_eco .patient-comfort_carousel_slide.next {
    display: none;
  }

  #new_eco .patient-comfort_room_image {
    width: 100%;
    height: 280px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
  }

  #new_eco .patient-comfort_carousel_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 0;
    position: relative;
  }

  #new_eco .patient-comfort_carousel_prev,
  #new_eco .patient-comfort_carousel_next {
    position: absolute;
    top: 140px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F4662A;
    color: white;
    border: none;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(244, 102, 42, 0.3);
  }

  #new_eco .patient-comfort_carousel_prev {
    margin-right: 0;
    top: -16px;
    left: -104px;
  }

  #new_eco .patient-comfort_carousel_next {
    margin-left: 0;
    top: -16px;
    left: 104px;
  }

  #new_eco .patient-comfort_carousel_prev:hover,
  #new_eco .patient-comfort_carousel_next:hover {
    background-color: #e55a25;
  }

  #new_eco .patient-comfort_carousel_dots {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #new_eco .patient-comfort_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E3E6E8;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  #new_eco .patient-comfort_dot.active {
    background-color: #F4662A;
  }

  #new_eco .patient-comfort_dot:hover {
    background-color: #F4662A;
  }
}
/************************************* Patient Comfort end *************************************/

/************************************* Video Tour start *************************************/
#new_eco .video-tour {
  background-color: white;
  display: flex;
  padding: 72px 0;
  max-width: 1168px;
  width: 100%;
  justify-self: center;
}

#new_eco .video-tour_description-section {
  width: 466px;
  height: 340px;
  padding: 2vw 0;
}

#new_eco .video-tour_header {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .video-tour_text {
  font-weight: 400;
  font-size: 26px;
  color: #3F4D5A;
  width: 450px;
}

#new_eco .video-tour_container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#new_eco .video-tour_video {
  max-width: 568px;
  max-height: 340px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

#new_eco .video-tour_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#new_eco .video-tour_thumbnail {
  width: 568px;
  height: 340px;
  border-radius: 70px;
  background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 50%, #60A5FA 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#new_eco .video-tour_thumbnail::before {
  content: "Видеоэкскурсия по Центру ВРТ";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#new_eco .video-tour_thumbnail:hover {
  transform: scale(1.02);
}

#new_eco .video-tour_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #65B8EF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  font-weight: bold;
  box-shadow: 0 4px 20px rgba(101, 184, 239, 0.3);
  transition: all 0.3s ease;
}

#new_eco .video-tour_play_button:hover {
  background-color: #4A9BD4;
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1200px) {
  #new_eco .video-tour_description-section {
    align-content: center;
    height: 170px;
    width: 50%;
    padding: 0;
  }
  #new_eco .video-tour_container {
    height: 196px;
    width: 50%
  }
  #new_eco .video-tour_header {
    font-size: 32px;
  }
  #new_eco .video-tour_text {
    font-weight: 400;
    font-size: 20px;
  }
  #new_eco .video-tour {
    padding: 60px 24px;
    gap: 24px;
  }

  #new_eco .video-tour_header {
    font-size: 32px;
  }

  #new_eco .video-tour_text {
    font-size: 18px;
    width: 100%;
  }

  #new_eco .video-tour_container {
    align-items: center;
  }

  #new_eco .video-tour_thumbnail {
    width: 100%;
    max-width: 400px;
    height: inherit;
  }
}
@media (max-width: 670px) {
  #new_eco .video-tour {
    flex-direction: column;
    padding: 48px 16px;
  }
  #new_eco .video-tour_description-section {
    width: 100%;
    height: 100%;
  }
  #new_eco .video-tour_header {
    font-size: 24px;
    text-align: center;
  }
  #new_eco .video-tour_text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  #new_eco .video-tour_container {
    width: auto;
  }
}
/************************************* Video Tour end *************************************/

/************************************* Statistic start *************************************/
#new_eco .statistic {
  background-color: #FEF0EA;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#new_eco .statistic_bg_1 {
  background: url(../assets/images/eco/new_eco_statistic_bg_1.svg) center no-repeat;
  width: 1910px;
  height: 612px;
  position: absolute;
  bottom: 0;
}
#new_eco .statistic_bg_2 {
  background: url(../assets/images/eco/new_eco_statistic_bg_2.svg) center no-repeat;
  width: 1910px;
  height: 403px;
  position: absolute;
  bottom: 0;
}
#new_eco .statistic_bg_3 {
  background: url(../assets/images/eco/new_eco_statistic_bg_3.svg) center no-repeat;
  width: 1910px;
  height: 268px;
  position: absolute;
  bottom: 174px;
}

#new_eco .statistic_container {
  display: flex;
  flex-direction: column;
  width: 1168px;
  margin: auto;
  padding: 72px 24px;
}

#new_eco .statistic_title {
  font-family: var(--bold-font);
  font-size: 46px;
  text-align: center;
  color: #3F4D5A;
  margin-bottom: 40px;
}

#new_eco .statistic_card_row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

#new_eco .statistic_card_row.first {
  height: 320px;
}

#new_eco .statistic_card_row.second {
  height: 230px;
}

#new_eco .statistic_card {
  gap: 24px;
  border-radius: 70px;
  padding: 48px;
  background-color: white;
  z-index: 20;
  display: flex;
  flex-direction: column;
}

#new_eco .statistic_button {
  width: 309px;
  height: 56px;
  border-radius: 6px;
  padding: 16px 24px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  margin: auto;
  z-index: 20;
  margin-top: 8px;
  font-weight: 600;
}

#new_eco .statistic_card_title {
  font-family: var(--bold-font);
  font-size: 46px;
  line-height: 120%;
  white-space: nowrap;
}

#new_eco .statistic_card_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 19px;

  line-height: 130%;
}

#new_eco .statistic_card_inner_row {
  display: flex;
  gap: 24px;
  align-items: center;
}

#new_eco .statistic_card_graph_row {
  background: url(../assets/images/eco/new_eco_statistics_graph.svg) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}

/************************************* Statistic end *************************************/

/************************************* Statistic Responsive start *************************************/
@media (max-width: 1100px) {
  #new_eco .statistic_card {
    gap: 24px;
    border-radius: 48px;
    padding: 32px;
  }

  #new_eco .statistic_card_title {
    font-size: 32px;
  }

  #new_eco .statistic_card_text {
    font-weight: 400;
    font-size: 16px;
  }

  #new_eco .statistic_card_row.first {
    height: 210px;
  }

  #new_eco .statistic_card_row.second {
    height: 172px;
  }
}

@media (max-width: 700px) {

  #new_eco .statistic_container {
    width: 100%;
  }

  #new_eco .statistic_title {
    font-size: 32px;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  #new_eco .statistic_card_row {
    flex-direction: column;
    gap: 16px;
    height: auto !important;
    margin-bottom: 16px;
  }

  #new_eco .statistic_card {
    width: 100% !important;
    padding: 32px 24px;
    border-radius: 48px;
  }

  #new_eco .statistic_card_title {
    font-size: 36px;
  }

  #new_eco .statistic_card_text {
    font-size: 18px;
  }

  #new_eco .statistic_card_inner_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  #new_eco .statistic_card_graph_row {
    width: 100%;
    min-height: 200px;
    background-size: contain;
  }

  #new_eco .statistic_button {
    width: 100%;
    max-width: 309px;
    margin-top: 16px;
  }

  #new_eco .statistic_bg_1,
  #new_eco .statistic_bg_2,
  #new_eco .statistic_bg_3 {
    background-size: cover;
    width: 100%;
  }
}

@media (max-width: 480px) {

  #new_eco .statistic_title {
    font-size: 26px;
    margin-bottom: 24px;
    padding: 0 10px;
  }

  #new_eco .statistic_card {
    padding: 24px 20px;
    border-radius: 32px;
  }

  #new_eco .statistic_card_title {
    font-size: 28px;
  }

  #new_eco .statistic_card_text {
    font-size: 16px;
  }

  #new_eco .statistic_card_graph_row {
    background: url(../assets/images/eco/new_eco_statistics_graph_mobile.svg) center no-repeat;
    min-height: 150px;
    background-size: contain;
  }

  #new_eco .statistic_button {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}
/************************************* Statistic Responsive end *************************************/

/************************************* Worries start *************************************/
#new_eco .path,
#new_eco .worries {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 60px 0;
}

#new_eco .worries_content {
  width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

#new_eco .worries_header {
  font-family: var(--bold-font);
  font-size: 46px;
  width: 100%;
}

#new_eco .worries_card {
  background-color: #EBF6FD;
  width: 100%;
  height: 418px;
  gap: 40px;
  border-radius: 70px;
  padding: 48px;
  display: flex;
}

#new_eco .worries_card_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

#new_eco .worries_card_title {
  font-family: var(--bold-font);
  font-size: 25px;
  color: #3F4D5A;
}

#new_eco .worries_card_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
}

#new_eco .worries_card_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
}

#new_eco .worries_card_toggle {
  font-family: var(--bold-font);
  font-size: 32px;
  color: #3F4D5A;
  min-width: 32px;
  text-align: center;
  display: none; /* Скрыто по умолчанию на десктопе */
  user-select: none;
}

#new_eco .worries_card_img_1 {
  width: 468px;
  background: url(../assets/images/eco/new_eco_worries_card_1.svg) center no-repeat;
  height: 100%;
}

#new_eco .worries_card_img_2 {
  width: 468px;
  background: url(../assets/images/eco/new_eco_worries_card_2.svg) center no-repeat;
  height: 100%;
}

#new_eco .worries_card_img_3 {
  width: 468px;
  background: url(../assets/images/eco/new_eco_worries_card_3.svg) center no-repeat;
  height: 100%;
}

/************************************* Worries end *************************************/

/************************************* Worries Responsive start *************************************/
@media (max-width: 1200px) {
  .worries_content {
    width: 100%!important;
    padding: 0px 24px;
  }

  #new_eco .worries_header {
    align-items: center;
  }

  #new_eco .worries_card {
    width: 100%;
    gap: 16px;
    padding: 32px;
  }

  #new_eco .worries_card_title {
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 20px;
  }

  #new_eco .worries_card_text {
    font-weight: 400;
    font-size: 16px!important;
    line-height: 130%;
    letter-spacing: 0px;
  }

  #new_eco .worries_card_img_1,
  #new_eco .worries_card_img_2,
  #new_eco .worries_card_img_3 {
    width: 250px;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  #new_eco .worries_card_image_column {
    display: flex !important;
  }

  #new_eco .path_card_content,
  #new_eco .worries_card_text {
    display: block !important;
  }

  #new_eco .worries_card_title_wrapper {
    cursor: default;
  }

  #new_eco .worries_card_toggle {
    display: none !important;
  }

  /* Чередование расположения изображений: 2-я карточка - изображение справа */
  #new_eco .worries_card:nth-child(3) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  #new_eco .worries_card_toggle {
    display: block;
    font-size: 28px;
    line-height: 1;
  }

  #new_eco .worries_card {
    height: auto;
    min-height: 80px;
    padding: 24px;
    gap: 0;
    transition: all 0.3s ease;
    flex-direction: column;
    border-radius: 40px;
  }

  #new_eco .worries_card.worries_card--open {
    height: auto;
    padding: 24px;
    gap: 24px;
  }

  #new_eco .worries_card_text,
  #new_eco .worries_card_image_column {
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }

  #new_eco .worries_card_toggle {
    transition: transform 0.3s ease;
  }

  #new_eco .worries_card_column {
    width: 100%;
    align-items: center;
  }

  #new_eco .worries_card_title {
    font-weight: 400;
    font-size: 16px;
  }

  #new_eco .worries_card_text {
    font-size: 16px;
    margin-top: 16px;
  }

  #new_eco .worries_card_title_wrapper {
    width: 100%;
    justify-content: start;
    gap: 8px;
  }

  #new_eco .worries_card_img_1,
  #new_eco .worries_card_img_2,
  #new_eco .worries_card_img_3 {
    width: 100%;
    height: 200px;
    background-size: contain;
    margin-bottom: 16px;
    height: 44vw;
  }
}

@media (max-width:768px) {
  #new_eco .path,
  #new_eco .worries {
    padding: 48px 16px;
  }
  #new_eco .worries_content {
    padding: 0;
  }
  #new_eco .worries_header {
    font-size: 24px;
  }
}
/************************************* Worries Responsive end *************************************/

/************************************* Path start *************************************/

#new_eco .path_content {
  width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#new_eco .path_header {
  font-family: var(--bold-font);
  font-size: 46px;
  width: 868px;
  margin-bottom: 80px;
}

#new_eco .path_block {
  position: relative;
}

#new_eco .path_block_header {
  font-family: var(--bold-font);
  font-size: 36px;
  margin-bottom: 8px;
}

#new_eco .path_block_text {
  font-weight: 400;
  font-size: 26px;
}

#new_eco .path_block_content {
  margin-bottom: 148px;
  margin-left: 64px;
  margin-top: 18px;
}

#new_eco .path_cards_block {
  display: flex;
  gap: 24px;
}

#new_eco .path_card {
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 48px;
  padding: 40px;
}

@media (max-width: 800px) {
  .path_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .path_card_toggle {
    font-size: 24px;
    font-weight: bold;
    margin-right: 16px;
  }
}

#new_eco .path_card_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

#new_eco .path_card_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

#new_eco .path_card_list {
  list-style: disc;
  margin-left: 32px;
}

#new_eco .path_button {
  width: 280px;
  height: 56px;
  border-radius: 6px;
  padding: 16px 24px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  margin: auto;
  z-index: 20;
  font-size: 16px;
}


#new_eco .path_button_2 {
  margin: 32px 0 0 0;
}

#new_eco .path_step {
  position: absolute;
  gap: 16px;
  padding: 12px 24px;
  border-radius: 24px;
  background-color: #E3E6E8;
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 24px;
  color: white;
  z-index: 50;
}

#new_eco .path_stepline {
  position: absolute;
  top: -50px;
  left: 34px;
  width: 4px;
}

#new_eco .path_step_1 {
  top: -68px;
  left: 0px;
}

#new_eco .path_stepline_1_to_2 {
  height: 100%;
  background-color: #E3E6E8;
}

#new_eco .path_stepline_1_to_2_active {
  height: 0px;
  background-color: #65B8EF;
  z-index: 30;
}

#new_eco .path_step_2 {
  top: -68px;
  left: 0px;
}

#new_eco .path_stepline_2_to_3 {
  height: 100%;
  background-color: #E3E6E8;
}

#new_eco .path_stepline_2_to_3_active {
  height: 0px;
  background-color: #65B8EF;
  z-index: 30;
}

#new_eco .path_step_3 {
  top: -68px;
  left: 0px;
}

#new_eco .path_stepline_3_to_end {
  height: 190px;
  background-color: #E3E6E8;
}

#new_eco .path_stepline_3_to_end_active {
  height: 0px;
  background-color: #65B8EF;
  z-index: 30;
}
/************************************* Path end *************************************/

/************************************* Path Responsive start *************************************/
@media (max-width: 1200px) {
  #new_eco .path_header {
    margin-left: 24px;
    width:  auto;
    font-size: 24px;
  }
  #new_eco .path_step {
    padding-left: 54px;
    left: -38px;
  }
  #new_eco .path_content {
    width: 100%;
  }
  #new_eco .path_block_content {
    margin-left: 24px;
  }
  #new_eco .path_stepline {
    left: -2px;
    width: 12px;
  }

  #new_eco .path_card {
    width: 352px;
    height: auto;
    gap: 16px;
    border-radius: 48px;
    padding: 32px;

    font-size: 16px;
  }
  #new_eco .path_cards_block {
    justify-content: space-evenly;
  }
  #new_eco .path_button_2 {
    margin-left: 24px;
  }
}

@media (max-width: 660px) {
  #new_eco .path_step {
    width: 80px;
    height: 37px;
    gap: 16px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 16px;
    left: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #new_eco .path_block_header {
    font-size: 20px;
  }
  #new_eco .path_block_text {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .path_cards_block {
    flex-direction: column;
  }
  #new_eco .path_block_content {
    margin: 0 6px;
    padding-bottom: 40px;
  }
  #new_eco .path_card {
    width: 100%;
    height: auto;
  }
  #new_eco .path_stepline {
    top: 0;
  }
  #new_eco .path_block {
    padding: 0 16px;
  }
  #new_eco .path_block_content.first {
    padding-top: 61px;
  }
  #new_eco .path_block_content.second {
    padding-top: 61px;
  }
  #new_eco .path_block_content.third {
    padding-top: 61px;
  }
  #new_eco .path_header {
    margin-bottom: 32px;
  }
  #new_eco .path_button_1 {
    width: 100%;
  }
  #new_eco .path_button_2 {
    margin: 0 22px;
    width: auto;
  }
}
/************************************* Path Responsive end *************************************/

/************************************* Stages start *************************************/
#new_eco .stages {
  padding: 60px 0;
}

#new_eco .stages_content {
  width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#new_eco .stage_title {
  font-family: var(--bold-font);
  font-size: 46px;
  margin-bottom: 16px;
}

#new_eco .stage_text {
  font-weight: 400;
  font-size: 26px;
  margin-top: 16px;
  margin-bottom: 40px;
}

#new_eco .stages_cards_container {
  width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 468px;
  grid-template-rows: repeat(2, auto);
  gap: 32px 24px;
  grid-template-areas:
    "card1 card2 card3"
    "card4 card4 card5";
}

#new_eco .stage_card {
  background-color: #FEF0EA;
  border-radius: 48px;
  position: relative;
  padding: 116px 32px 32px 32px;
}

#new_eco .stage_card_title {
  font-family: var(--bold-font);
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

#new_eco .stage_card_text {
  font-weight: 400;
  font-size: 16px;
}

#new_eco .stage_card_button {
  border-radius: 6px;
  background-color: white;
  color: var(--color-primary);
  border: none;
  width: 200px;
  height: 52px;
  padding: 16px 24px;
  margin-top: 20px;
  font-size: 16px;
}

#new_eco .stage_card-1 {
  grid-area: card1;
}

#new_eco .stage_card-1::before {
  content: "";
  background: url(../assets/images/eco/new_eco_stage_1.svg) center no-repeat;
  position: absolute;
  width: 68px;
  height: 68px;
  left: 32px;
  top: 32px;
}

#new_eco .stage_card-2 {
  grid-area: card2;
}

#new_eco .stage_card-2::before {
  content: "";
  background: url(../assets/images/eco/new_eco_stage_2.svg) center no-repeat;
  position: absolute;
  width: 68px;
  height: 68px;
  left: 32px;
  top: 32px;
}

#new_eco .stage_card-3 {
  grid-area: card3;
}

#new_eco .stage_card-3::before {
  content: "";
  background: url(../assets/images/eco/new_eco_stage_3.svg) center no-repeat;
  position: absolute;
  width: 68px;
  height: 68px;
  left: 32px;
  top: 32px;
}

#new_eco .stage_card-4 {
  grid-area: card4;
}

#new_eco .stage_card-4::before {
  content: "";
  background: url(../assets/images/eco/new_eco_stage_4.svg) center no-repeat;
  position: absolute;
  width: 68px;
  height: 68px;
  left: 32px;
  top: 32px;
}

#new_eco .stage_card-5 {
  background-color: #F4662A;
  grid-area: card5;
  color: white;
  padding-top: 32px;

  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
}

/************************************* Stages end *************************************/

/************************************* Stages Responsive start *************************************/
@media (max-width: 1200px) {
  #new_eco .stages {
    padding: 80px 24px;
  }

  #new_eco .stages_content {
    width: 100%;
    max-width: 100%;
  }

  #new_eco .stage_title {
    font-size: 38px;
  }

  #new_eco .stage_text {
    font-size: 22px;
    margin-bottom: 40px;
  }

  #new_eco .stages_cards_container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 24px;
    grid-template-areas:
      "card1 card2"
      "card3 card4"
      "card5 card5";
  }

  #new_eco .stage_card {
    padding: 110px 20px 20px 40px;
    border-radius: 32px;
  }

  #new_eco .stage_card-5 {
    gap: 24px;
    border-radius: 48px;
    padding: 32px!important;
  }

  #new_eco .stage_card_title {
    font-size: 18px;
  }

  #new_eco .stage_card_text {
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  #new_eco .stages {
    padding: 60px 16px;
  }

  #new_eco .stage_title {
    font-size: 32px;
  }

  #new_eco .stage_text {
    font-size: 18px;
  }

  #new_eco .stages_cards_container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 16px;
    grid-template-areas:
      "card1"
      "card2"
      "card3"
      "card4"
      "card5";
  }

  #new_eco .stage_card {
    padding: 32px 24px 32px 100px;
    border-radius: 24px;
  }

  #new_eco .stage_card_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  #new_eco .stage_card_text {
    font-size: 14px;
    line-height: 140%;
  }

  #new_eco .stage_card-1::before,
  #new_eco .stage_card-2::before,
  #new_eco .stage_card-3::before,
  #new_eco .stage_card-4::before,
  #new_eco .stage_card-5::before {
    width: 56px;
    height: 56px;
    left: 20px;
    top: 20px;
    background-size: contain;
  }

  #new_eco .stage_card_button {
    font-size: 14px;
    padding: 14px 20px;
    height: auto;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  #new_eco .stages {
    padding: 48px 16px;
  }

  #new_eco .stage_title {
    font-size: 26px;
    line-height: 120%;
  }

  #new_eco .stage_text {
    font-size: 16px;
    line-height: 140%;
  }

  #new_eco .stage_card {
    gap: 16px;
    border-radius: 40px;
    padding: 24px;
    padding-top: 104px;
  }

  #new_eco .stage_card_title {
    font-weight: 400;
    font-size: 20px;
  }

  #new_eco .stage_card_text {
    font-size: 13px;
  }
  #new_eco .stages_content {
    padding: 0;
  }
  #new_eco .stage_card_button {
    width: 100%;
  }
}
/************************************* Stages Responsive end *************************************/

/************************************* Specialists start *************************************/
#new_eco .specialists {
  padding: 60px 0;
  width: 1168px;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: auto;
}

#new_eco .specialists_title {
  font-family: var(--bold-font);
  font-size: 46px;
  margin-bottom: 16px;
}

#new_eco .specialists_text {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 40px;
}

#new_eco .specialists_select-speciality-buttons_container {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

#new_eco .specialists_select-speciality-button {
  padding: 12px 18px;
  gap: 8px;
  border-radius: 6px;
  font-family: var(--bold-font);
  cursor: pointer;
}

#new_eco .specialists_select-speciality-button.active {
  background-color: #65B8EF;
  color: white;
}

/* Dropdown для мобильных устройств - по умолчанию скрыт */
#new_eco .specialists_dropdown-container {
  display: none;
  position: relative;
  margin-bottom: 40px;
}

#new_eco .specialists_dropdown-trigger {
  width: 100%;
  padding: 14px 16px;
  background-color: white;
  border: 1px solid #E3E6E8;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #3F4D5A;
}

#new_eco .specialists_dropdown-trigger::after {
  content: '';
  width: 4px;
  height: 4px;
  border-right: 2px solid #3F4D5A;
  border-bottom: 2px solid #3F4D5A;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#new_eco .specialists_dropdown-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
}

#new_eco .specialists_dropdown-item {
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #3F4D5A;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#new_eco .specialists_dropdown-item.active {
  color: #F4662A;
}

#new_eco .specialists_dropdown-item:hover {
  background-color: #F7F8F9;
}

#new_eco .specialists_cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

#new_eco .specialists_card {
  max-width: 368px;
  width: 48%;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#new_eco .specialists_card:hover .specialists_card_title {
  color: #F4662A;
}

#new_eco .specialists_card_header {
  background-color: #EBF6FD;
  height: 200px;
  width: 100%;
  border-radius: 70px 70px 0 0;
}

#new_eco .specialists_card_photo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#new_eco .specialists_card_footer {
  width: 100%;
  border: 2px #EBF6FD solid;
  height: 252px;
  gap: 32px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 24px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

#new_eco .specialists_card_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
}

#new_eco .specialists_card_text {
  font-weight: 400;
  font-size: 16px;
}

#new_eco .specialists_card_experience {
  padding: 9px 20px;
  border-radius: 22px;
  border: 1px solid #E3E6E8;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

#new_eco .specialists_card_experience_title {
  font-weight: 400;
  font-size: 12px;
  color: rgba(63, 77, 90, 1);
}

#new_eco .specialists_card_experience_text {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}

#new_eco .specialists_show_more {
  width: 100%;
  padding: 16px 24px;
  border-radius: 6px;
  background-color: #FEF0EA;
  color: #F4662A;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: 0;
  margin-top: 32px;
}

#new_eco .tgk_ads_container {
  width: 1168px;
  height: 338px;
  border-radius: 70px;
  display: flex;
  background-color: #EBF6FD;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

#new_eco .tgk_ads_container_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 56px;
  width: 746px;
  background: transparent;
  z-index: 2;
}

#new_eco .tgk_ads_container_content_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
}

#new_eco .tgk_ads_container_content_text {
  font-weight: 400;
  font-size: 20px;
}

#new_eco .tgk_ads_container_button {
  width: 201px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 6px;
  background-color: #F4662A;
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 16px;
  color: white;
  border: none;
  margin-top: 16px;
}

#new_eco .tgk_ads_container_image {
  background: url(../assets/images/eco/new_eco_phone_tg.svg) center no-repeat;
  position: absolute;
  right: 0;
  bottom: -9px;
  height: 100%;
  width: 100%;
  background-position: right;
}
#ecoSpecialist .specialist__banner {
  padding: 48px;
  margin: 32px 100px;
  max-width: 100%;
  background-color: #FEF2EC;
  border-radius: 70px;
  position: relative;
  height: 370px;
  overflow: auto;
}
#ecoSpecialist .specialist__data {
  padding: 0 100px;
  max-width: 100%;
  margin-bottom: 24px;
}
#ecoSpecialist .speciality-card__description {
  font-size: 16px;
  line-height: 130%;
  font-family: 'Core Sans A 45 Regular';
  color: #3F4D5A;
  opacity: 70%;
}

@media (max-width: 768px) {
  #ecoSpecialist .content-block {
    padding-bottom: 60px;
  }
  #ecoSpecialist .banner {
    margin: unset;
  }
  #ecoSpecialist .specialist__banner{
    padding: 35px 50px;
    margin: 24px;
  }
  #ecoSpecialist .specialist__data {
    padding: 0 24px;
  }

  #ecoSpecialist .banner__title {
    font-size: 26px;
  }
  #ecoSpecialist .speciality-card__description {
    font-size: 16px;
  }
}
.banner__description {
  border-radius: 22px;
  padding: 12px 20px;
  width: max-content;
  background: white;
}
.banner__description p {
  margin-bottom: 0;
}
/************************************* Specialists end *************************************/

/************************************* Specialists Responsive start *************************************/
@media (max-width: 1200px) {
  #new_eco .specialists {
    width: 100%;
    padding: 0 24px;
  }

  #new_eco .specialists_title {
    font-size: 38px;
  }

  #new_eco .specialists_text {
    font-size: 22px;
  }

  #new_eco .specialists_select-speciality-buttons_container {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #new_eco .specialists_select-speciality-buttons_container::-webkit-scrollbar {
    display: none;
  }

  #new_eco .specialists_select-speciality-button {
    white-space: nowrap;
    flex-shrink: 0;
  }

  #new_eco .specialists_cards-container {
    justify-content: start;
    gap: 24px;
    justify-content: center;
  }

  #new_eco .specialists_card {
    width: 48%;
    max-width: 700px;
    height: 510px;
    border-radius: 48px;
  }

  #new_eco .specialists_card_footer {
    height: 300px;
    border-radius: 0 0 48px 48px;
    padding: 32px;
  }

  #new_eco .specialists_card_title {
    font-size: 18px;
  }

  #new_eco .specialists_card_text {
    font-size: 15px;
  }

  #new_eco .specialists_card_experience {
    bottom: 60px;
  }

  #new_eco .tgk_ads_container {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 48px;
    margin-top: 80px;
  }

  #new_eco .tgk_ads_container_content_title {
    font-size: 28px;
  }

  #new_eco .tgk_ads_container_content_text {
    font-size: 18px;
  }
  #new_eco .tgk_ads_container_content {
    padding-left: 56px;
    padding-top: 56px;
    width: 60%;
  }
}

@media (max-width: 880px) {
  #new_eco .specialists {
    padding: 0 16px;
  }

  #new_eco .specialists_title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  #new_eco .specialists_text {
    font-size: 18px;
    margin-bottom: 32px;
  }

  #new_eco .specialists_select-speciality-buttons_container {
    margin-bottom: 32px;
    gap: 8px;
  }

  #new_eco .specialists_select-speciality-button {
    padding: 10px 16px;
    font-size: 14px;
  }

  #new_eco .specialists_card {
    width: 100%;
    height: 510px;
    border-radius: 40px;
  }

  #new_eco .specialists_card_footer {
    height: auto;
    min-height: 280px;
    border-radius: 0 0 40px 40px;
    padding: 28px 24px 80px 24px;
  }

  #new_eco .specialists_card_title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  #new_eco .specialists_card_text {
    font-size: 14px;
    line-height: 140%;
  }

  #new_eco .specialists_show_more {
    margin-top: 24px;
    font-size: 15px;
  }

  #new_eco .tgk_ads_container_content_title {
    font-size: 24px;
  }

  #new_eco .tgk_ads_container_content_text {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  #new_eco .specialists_title {
    font-size: 28px;
  }
  tgk_ads_container_content
  #new_eco .specialists_text {
    font-size: 16px;
    line-height: 140%;
  }

  #new_eco .tgk_ads_container {
    margin-top: 48px;
  }

  #new_eco .tgk_ads_container_content_title {
    font-size: 22px;
  }

  #new_eco .tgk_ads_container_content_text {
    font-size: 15px;
  }

  #new_eco .tgk_ads_container_button {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  #new_eco .specialists {
    padding: 0 12px;
  }

  #new_eco .specialists_title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  #new_eco .specialists_text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  #new_eco .specialists_select-speciality-buttons_container {
    margin-bottom: 24px;
    gap: 6px;
  }

  #new_eco .specialists_select-speciality-button {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 4px;
  }

  #new_eco .specialists_cards-container {
    gap: 12px;
    justify-content: center;
  }

  #new_eco .specialists_card_footer {
    min-height: 260px;
    border-radius: 0 0 32px 32px;
    padding: 24px 20px 70px 20px;
  }

  #new_eco .specialists_card_title {
    font-size: 16px;
    font-weight: 400;
  }

  #new_eco .specialists_card_text {
    font-weight: 400;
    font-size: 14px;
  }

  #new_eco .specialists_card_experience_text {
    font-size: 14px;
  }

  #new_eco .specialists_show_more {
    margin-top: 16px;
    padding: 14px 20px;
    font-size: 14px;
  }

  #new_eco .tgk_ads_container {
    border-radius: 32px;
    margin: 48px 0;
  }

  #new_eco .tgk_ads_container_content_title {
    font-size: 20px;
  }

  #new_eco .tgk_ads_container_content_text {
    font-size: 14px;
  }

  #new_eco .tgk_ads_container_button {
    height: 48px;
    padding: 14px 20px;
    font-size: 14px;
  }

  #new_eco .specialists_card_experience {
    left: 24px;
    bottom: 50px;
  }
  #new_eco .specialists_card_header {
    border-radius: 40px 40px 0 0;
  }
  #new_eco .specialists_text {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .specialists_card {
    height: 452px;
  }
  #new_eco .tgk_ads_container_content {
    width: 100%;
    height: 540px;
    padding: 24px;
  }
  #new_eco .tgk_ads_container_image {
    background-position: bottom right;
    background-size: contain;
  }
}

/* Стили для dropdown выбора специалистов на экране 360px */
@media (max-width: 420px) {
  #new_eco .specialists {
    padding: 0 16px;
  }

  /* Скрываем горизонтальные кнопки и показываем dropdown */
  #new_eco .specialists_select-speciality-buttons_container {
    display: none;
  }

  #new_eco .specialists_dropdown-container {
    display: block;
    margin-bottom: 24px;
  }

  /* Карточка специалиста на 360px */
  #new_eco .specialists_card {
    width: 100%;
    height: auto;
    min-height: 452px;
    border-radius: 40px;
  }

  #new_eco .specialists_card_header {
    height: 180px;
    border-radius: 40px 40px 0 0;
  }

  #new_eco .specialists_card_footer {
    min-height: 240px;
    border-radius: 0 0 40px 40px;
    padding: 20px 20px 70px 20px;
  }

  #new_eco .specialists_cards-container {
    gap: 16px;
  }
}
/************************************* Specialists Responsive end *************************************/

/************************************* Pricing start *************************************/
#new_eco .pricing {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

#new_eco .pricing_header-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 24px 0 24px;
  max-width: 1168px;
  margin: auto;
}

#new_eco .pricing_title {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  line-height: 120%;
  margin-bottom: 16px;
}

#new_eco .pricing_text {
  font-weight: 400;
  color: #3F4D5A;

  font-size: 26px;
  line-height: 120%;

  margin-bottom: 60px;
}

#new_eco .pricing_oms-card {
  display: flex;
  background-color: #F4662A;
  border-radius: 48px;
  align-items: center;

  width: 1168px;
  height: 335px;
  gap: 24px;
  border-radius: 70px;
  padding: 48px;

  margin: auto;
  margin-bottom: 120px;
}

#new_eco .pricing_oms-card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

#new_eco .pricing_oms-card_title {
  font-family: var(--bold-font);
  color: white;

  font-size: 36px;
  line-height: 120%;
}

#new_eco .pricing_oms-card_text {
  color: white;
}

#new_eco .pricing_programs-title {

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

#new_eco .pricing_oms-card_link {
  font-family: var(--bold-font);
  color: white;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;

  font-weight: 400;
  line-height: 130%;

  font-size: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
}

#new_eco .pricing_oms-card_quotas {
  display: flex;
  gap: 16px;

  width: 588px;
  height: 239px;
  border-radius: 32px;
}

#new_eco .pricing_quota-card {
  background-color: white;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  width: 286px;
  height: 239px;
  justify-content: space-between;
  border-radius: 48px;
  padding: 32px;
}

#new_eco .pricing_quota-number {
  font-family: var(--bold-font);
  color: #3F4D5A;

  font-size: 36px;
  line-height: 120%;
  color: #F4662A  ;
}

#new_eco .pricing_quota-text {
  font-weight: 400;
  color: rgba(63, 77, 90, 1);
  line-height: 130%;

  font-size: 20px;
}

#new_eco .pricing_programs-section {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0 24px;
  margin-top: 64px;
  max-width: 1168px;
}

#new_eco .pricing_programs-title {
  font-family: var(--bold-font);
  font-size: 36px;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .pricing_programs-text {
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  line-height: 130%;
  margin-bottom: 32px;
}

#new_eco .pricing_programs-cards {
  display: flex;
  flex-wrap: wrap;

  max-width: 1168px;
  gap: 32px;
}

#new_eco .pricing_program-card {
  background-color: white;
  border: 2px solid #E3E6E8;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  position: relative;

  width: 48%;
  padding: 16px;
}

#new_eco .pricing_program-card_badge {
  width: 95px;
  height: 95px;
  background: url(../assets/images/eco/new_eco_star_icon.svg) center no-repeat;
  position: absolute;
  top: -34px;
  right: -21px;
}

#new_eco .pricing_program-card_content {
  height: 250px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  border-radius: 40px;
  padding: 32px;
  background-color: #FEF0EA;
}

#new_eco .pricing_program-card_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 10px;
}

#new_eco .pricing_program-card_name {
  font-family: var(--bold-font);
  color: #3F4D5A;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

#new_eco .pricing_program-card_description {
  font-weight: 400;
  color: #3F4D5AB2;
  line-height: 130%;

  font-size: 16px;
  letter-spacing: 0px;
}

#new_eco .pricing_program-card_price {
  font-family: var(--bold-font);
  color: #3F4D5A;
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0px;
  color: #F4662A;
}

#new_eco .pricing_info-icon {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../assets/images/eco/new_eco_orange_helper.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}

#new_eco .pricing_program-card_items-section {
  gap: 8px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
}

#new_eco .pricing_program-card_items-title {
  font-family: var(--bold-font);
  color: #3F4D5A;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;

  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
  display: none;
}

#new_eco .pricing_program-card_items-title span {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

#new_eco .pricing_program-card_items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#new_eco .pricing_program-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;

  min-height: 64px;
  border-bottom: 1px solid #E3E6E8;
  align-items: center;
  padding: 12px 0;
}

#new_eco .pricing_program-item:last-child {
  border-bottom: none;
}

#new_eco .pricing_program-item_name {
  font-weight: 400;
  color: rgba(63, 77, 90, 0.7);
  line-height: 130%;
  flex: 1;
  font-size: 16px;

}

#new_eco .pricing_program-item_price {
  font-weight: 400;
  font-size: 14px;
  color: #3F4D5A;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#new_eco .pricing_program-item_price > span:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: rgba(63, 77, 90, 1);
}

#new_eco .pricing_program-item_price span {
  font-size: 12px;
  color: #3F4D5AB2;
}

@media (max-width: 1200px) {
  #new_eco .pricing_oms-card_quotas {
    flex-direction: column;
    width: 50%;
  }
  #new_eco .pricing_oms-card{
    width: initial;
    padding: 32px;
    margin: 0 24px;
    height: auto;
  }
  #new_eco .pricing_quota-card {
    flex-direction: row;
    width: 100%;
    height: 50%;
    gap: 16px;
  }
  #new_eco .pricing_quota-number {
    font-size: 26px;
  }
  #new_eco .pricing_quota-text {
    font-weight: 400;
    font-size: 14px;
    align-content: center;
  }
  #new_eco .pricing_programs-cards {
    width: 100%;
  }
  #new_eco .pricing_program-card {
    width: 47%;
    padding: 8px;
  }
  #new_eco .pricing_program-card_header {
    padding: 0;
  }
  #new_eco .pricing_program-card_name {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .pricing_program-card_description {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .pricing_program-card_price {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #new_eco .pricing_programs-cards {
    flex-direction: column;
  }
  #new_eco .pricing_program-card {
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 700px) {
  #new_eco .pricing_title {
    font-size: 24px;
  }
  #new_eco .pricing_text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 32px;
  }
  #new_eco .pricing_oms-card {
    flex-direction: column;
    height: auto;
    padding: 24px;
    border-radius: 40px;
  }
  #new_eco .pricing_oms-card_title {
    font-size: 20px;
  }
  #new_eco .pricing_oms-card_text {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .pricing_oms-card_quotas {
    width: 100%;
    height: auto;
  }
  #new_eco .pricing_quota-card {
    flex-direction: column;
    padding: 24px;
    height: 135px;
    border-radius: 32px;
    gap: 8px;
  }
  #new_eco .pricing_programs-section {
    margin-top: 56px;
  }
  #new_eco .pricing_programs-title {
    font-size: 24px;
  }
  #new_eco .pricing_programs-text {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .pricing_program-card {
    width: 100%;
  }
  #new_eco .pricing_program-card_items-section {
    display: flex;
    flex-direction: column;
  }
  #new_eco .pricing_program-card_items-title {
    display: flex;
  }
  #new_eco .pricing_program-card_items {
    display: none;
  }
  #new_eco .pricing_program-card_items.is-open {
    display: flex;
  }
}
/************************************* Pricing end *************************************/

/************************************* Comfort start *************************************/
#new_eco .comfort {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 60px 0;
}

#new_eco .comfort_title {
  font-family: var(--bold-font);
  font-size: 46px;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 10px;
}

#new_eco .comfort_text {
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #3F4D5A;
  margin-bottom: 48px;
  padding: 0 10px;
}

#new_eco .comfort_image-container {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
}

#new_eco .comfort_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background: url(../assets/images/eco/new_eco_comfort_image.png) center no-repeat;
  background-size: cover;

}

@media (max-width: 768px) {
  #new_eco .comfort{
    padding: 30px 0
  }

  #new_eco .comfort_image-container {
    height: 400px;
  }

  #new_eco .comfort_title {
    font-size: 32px;
  }

  #new_eco .comfort_text {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  #new_eco .comfort_title {
    font-size: 24px;
    text-align: center;
  }
}
/************************************* Comfort end *************************************/

/************************************* Cryotechnologies start *************************************/
#new_eco .cryotechnologies {
  padding: 120px 24px 120px 24px;
  background-color: transparent;
  max-width: 1168px;
  margin: auto;
}

#new_eco .cryotechnologies_header-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
}

#new_eco .cryotechnologies_title {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  width: 1168px;
  margin: auto;
}

#new_eco .cryotechnologies_text {
  font-weight: 400;
  font-size: 20px;
  color: #3F4D5A;
  line-height: 130%;
  width: 1168px;
  margin: auto;
}

#new_eco .cryotechnologies_programs-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}

#new_eco .cryotechnologies_programs-title {
  font-family: var(--bold-font);
  font-size: 36px;
  color: #3F4D5A;
  width: 100%;
  margin: auto;
}

#new_eco .cryotechnologies_programs-cards {
  display: flex;
  gap: 24px;
}

#new_eco .cryotechnologies_program-card {
  flex: 1;
  max-width: 568px;
  max-height: 609px;
  border-radius: 48px;
  background-color: white;
  padding: 16px;
  width: 48%;
}


#new_eco .cryotechnologies_program-card_name {
  font-family: var(--bold-font);
  font-size: 24px;
  margin-bottom: 8px;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;

}

#new_eco .cryotechnologies_program-card_description {
  font-weight: 400;
  font-size: 16px;
  color: #64748B;
  line-height: 130%;

  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

#new_eco .cryotechnologies_program-card_price {
  font-family: var(--bold-font);
  color: #65B8EF;
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 400;
  font-size: 32px;
  line-height: 110%;

}

#new_eco .cryotechnologies_info-icon {
  width: 24px;
  height: 24px;
  background: url(../assets/images/eco/new_eco_blue_helper.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}

/* Tooltip styles */
#new_eco .eco-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: rgba(63, 77, 90, 1);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  max-width: 379px;
  width: max-content;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none;
}

#new_eco .eco-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: white;
}

#new_eco .eco-tooltip.show {
  opacity: 1;
  visibility: visible;
}

/* Ensure parent has relative positioning */
#new_eco .pricing_program-card_price {
  position: relative;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  #new_eco .eco-tooltip {
    max-width: 220px;
    font-size: 13px;
    padding: 10px 14px;
    bottom: calc(100% + 8px);
  }

  #new_eco .eco-tooltip::after {
    border-width: 5px;
  }
}

#new_eco .cryotechnologies_program-card_items-section {
  height: auto;
  gap: 8px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

#new_eco .cryotechnologies_program-card_items-title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 16px;
  color: #3F4D5A;
  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
  display: none;
}

#new_eco .cryotechnologies_program-card_items-title span {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  text-align: center;
  color: #65B8EF;
  font-size: 24px;
  line-height: 1;
}

#new_eco .cryotechnologies_program-card_items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#new_eco .cryotechnologies_program-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E2E8F0;
  height: 54px;
}

#new_eco .cryotechnologies_program-item:last-child {
  border-bottom: none;
}

#new_eco .cryotechnologies_program-item_name {
  font-weight: 400;
  font-size: 16px;
  color: rgba(63, 77, 90, 0.7);
  flex: 1;
}

#new_eco .cryotechnologies_program-item_price {
  font-weight: 600;
  font-size: 16px;
  color: #3F4D5A;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

#new_eco .cryotechnologies_program-item_price > span:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: rgba(63, 77, 90, 1);
}

#new_eco .cryotechnologies_program-item_price span  {
  font-size: 12px;
  color: #3F4D5AB2;
}

#new_eco .cryotechnologies_additional-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1168px;
  margin: auto;
}

#new_eco .cryotechnologies_additional-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#new_eco .cryotechnologies_additional-title {
  font-family: var(--bold-font);
  font-size: 36px;
  color: #3F4D5A;
}

#new_eco .cryotechnologies_additional-link {
  font-weight: 400;
  font-size: 16px;
  color: #F4662A;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#new_eco .cryotechnologies_additional-link::after {
  content: "";
  border: 2px solid #F4662A;
  width: 6px;
  height: 6px;
  border-bottom: 0;
  border-left: 0;
  transform: rotateZ(45deg);
}

#new_eco .cryotechnologies_additional-cards {
  display: flex;
  gap: 24px;
}

#new_eco .cryotechnologies_additional-card {
  flex: 1;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;

  min-width: 262px;
  height: 206px;
  justify-content: space-between;
  border-radius: 40px;
  padding: 32px;
}

#new_eco .cryotechnologies_additional-card_name {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 16px;
  color: #3F4D5A;
  line-height: 130%;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  overflow: hidden;
}

#new_eco .cryotechnologies_additional-card_price {
  font-family: var(--bold-font);
  font-size: 18px;
  background-color: #EBF6FD;
  padding: 8px 12px;
  width: fit-content;
  border-radius: 16px;
  color: #65B8EF;
}

/* Cryotechnologies Additional Slider Styles */
#new_eco .cryotechnologies_additional-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

#new_eco .cryotechnologies_additional-slider-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

#new_eco .cryotechnologies_additional-slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F4662A;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

#new_eco .cryotechnologies_additional-slider-arrow:hover:not([disabled]) {
  background-color: #e55820;
  transform: scale(1.05);
}

#new_eco .cryotechnologies_additional-slider-arrow[disabled],
#new_eco .cryotechnologies_additional-slider-arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#new_eco .cryotechnologies_additional-slider-arrow svg {
  width: 24px;
  height: 24px;
}

#new_eco .cryotechnologies_additional-slider-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

#new_eco .cryotechnologies_additional-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #B8BFC5;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .cryotechnologies_additional-slider-dot.active {
  background-color: #F4662A;
  border-color: #F4662A;
}

#new_eco .cryotechnologies_additional-slider-dot:hover {
  border-color: #F4662A;
}

#new_eco .cryotechnologies_additional-cards {
  transition: transform 0.3s ease;
}

#new_eco .cryotechnologies_program-card_badge {
  background-color: #EBF6FD;
  border-radius: 40px;
  padding: 32px;
  position: relative;
  height: 250px;
  display: grid;
  align-content: space-between;
}

@media (max-width: 1200px) {
    #new_eco .cryotechnologies {
    padding: 64px 24px 72px 24px;
  }

  #new_eco .cryotechnologies_title {
    font-size: 32px;
  }

  #new_eco .cryotechnologies_text {
    font-size: 14px;
    width: auto;
  }

  #new_eco .cryotechnologies_programs-title {
    font-size: 26px;
  }

  #new_eco .cryotechnologies_program-card {
    padding: 8px;
    width: 49%;
    height: auto;
  }

  #new_eco .cryotechnologies_program-card_name {
    font-size: 20px;
  }

  #new_eco .cryotechnologies_additional-title {
    font-size: 28px;
  }

  #new_eco .cryotechnologies_additional-cards {
    flex-wrap: wrap;
  }

  #new_eco .cryotechnologies_header-section {
    margin-bottom: 48px;
  }
  #new_eco .cryotechnologies_program-card_items-section {
    gap: 16px;
    width: auto;
    height: auto;
  }
  #new_eco .cryotechnologies_program-card_badge {
    padding: 24px!important;
  }
  #new_eco .cryotechnologies_program-card_name {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .cryotechnologies_program-card_description {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .cryotechnologies_program-card_price {
    font-size: 26px;
  }
  #new_eco .cryotechnologies_program-item_name {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .cryotechnologies_program-item_price {
    font-size: 16px;
  }
  /* #new_eco .cryotechnologies_program-card {
    width: 100%;
  } */
}

@media (max-width: 767px) {
  #new_eco .cryotechnologies_programs-cards {
    flex-direction: column;
  }
  #new_eco .cryotechnologies_program-card {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .region-dropdown_container {
    display: block;
    margin-bottom: 20px;
  }

  .region-dropdown_trigger {
    padding: 12px;
    border: 2px solid #E3E6E8;
    border-radius: 8px;
    cursor: pointer;
    background: white;
    transition: border-color 0.3s;
  }

  .region-dropdown_list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #E3E6E8;
    border-radius: 8px;
    z-index: 10;
    margin-top: 4px;
  }

  .region-dropdown_item {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s;
  }

  .region-dropdown_item:hover,
  .region-dropdown_item.active {
    background: #f0f0f0;
  }
}

/* На десктопе скрыть */
@media (min-width: 769px) {
  .region-dropdown_container {
    display: none;
  }
}

@media (max-width: 700px) {
  #new_eco .cryotechnologies_title {
    font-size: 24px;
  }
  #new_eco .cryotechnologies_text {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .cryotechnologies_programs-title {
    font-size: 20px;
  }
  #new_eco .cryotechnologies_programs-cards {
    flex-direction: column;
  }
  #new_eco .cryotechnologies_program-card {
    width: 100%;
  }
  #new_eco .cryotechnologies_additional-header {
    flex-direction: column;
    align-items: start;
  }
  #new_eco .cryotechnologies_additional-title {
    font-size: 20px;
  }
  #new_eco .cryotechnologies_additional-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
  }
  #new_eco .cryotechnologies {
    padding-bottom: 24px;
  }

  /* Show slider controls on mobile */
  #new_eco .cryotechnologies_additional-slider-controls {
    display: flex;
  }

  /* Cards container as slider */
  #new_eco .cryotechnologies_additional-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }

  #new_eco .cryotechnologies_additional-card {
    flex: 0 0 calc(100% - 32px);
    min-width: calc(100%);
  }

  #new_eco .cryotechnologies_additional-card_name {
    font-size: 18px;
    line-height: 130%;
  }

  #new_eco .cryotechnologies_program-card_items-title {
    display: flex;
  }
  #new_eco .cryotechnologies_program-card_items {
    display: none;
  }
  #new_eco .cryotechnologies_program-card_items.is-open {
    display: flex;
  }
}
/************************************* Cryotechnologies end *************************************/

/************************************* Services Modal start *************************************/
.services-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-modal[style*="flex"] {
  opacity: 1;
}

.services-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.services-modal__content {
  background: white;
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  transition: transform 0.3s ease;

  max-width: 950px;
  max-height: 680px;
  gap: 24px;
  border-radius: 70px;
  padding: 48px;
}

.services-modal[style*="flex"] .services-modal__content {
  transform: scale(1);
}

.services-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-modal__title {
  font-family: var(--bold-font);
  color: #3F4D5A;

  font-size: 36px;
  line-height: 120%;
}

.services-modal__close {
  background: #FEF0EA;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.services-modal__close:hover {
  background: #e55a25;
}

.services-modal__close-icon {
  background: url('../assets/images/eco/new_eco_close_modal_icon.svg') center no-repeat;
  width: 16px;
  height: 16px;
}

.services-modal__disclaimer {
  color: #3F4D5A  ;

  font-weight: 400;
  font-size: 16px;
}

.services-modal__body {
  display: flex;
  flex: 1;
  min-height: 0;
}

.services-modal__sidebar {
  width: 250px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
}

.services-modal__category {
  font-family: var(--bold-font);
  padding: 12px 18px;
  border: none;
  background: none;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  color: #3F4D5A;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.services-modal__category--active {
  background: #65B8EF;
  color: white;
}

.services-modal__services {
  flex: 1;
  padding: 24px 32px;
  overflow-y: auto;
  max-height: 60vh;
}

.services-modal__service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(227, 230, 232, 1);
}

.services-modal__service:last-child {
  border-bottom: none;
}

.services-modal__service-name {
  font-size: 16px;
  color: rgba(63, 77, 90, 0.7);
  flex: 1;
  line-height: 1.4;
}

.services-modal__service-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 16px;
}

.services-modal__service-price {
  font-weight: 600;
  font-size: 16px;
  color: #3F4D5A;
  white-space: nowrap;
}

.services-modal__service-complexity {
  font-size: 14px;
  color: rgba(63, 77, 90, 0.6);
  white-space: nowrap;
  margin-top: 4px;
}

.services-modal__dropdown-container {
  display: none;
  position: relative;
}

.services-modal__dropdown-trigger {
  width: 100%;
  padding: 14px 16px;
  background-color: white;
  border: 1px solid #E3E6E8;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #3F4D5A;
  transition: border-color 0.2s ease;
}

.services-modal__dropdown-trigger::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #3F4D5A;
  border-bottom: 2px solid #3F4D5A;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: -3px;
}

.services-modal__dropdown-trigger[style*="border-color: rgb(101, 184, 239)"]::after,
.services-modal__dropdown-trigger[style*="border-color:#65B8EF"]::after {
  transform: rotate(-135deg);
  margin-top: 3px;
}

.services-modal__dropdown-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}

.services-modal__dropdown-item {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3F4D5A;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.services-modal__dropdown-item.active {
  color: #65B8EF;
  background-color: rgba(101, 184, 239, 0.05);
}

.services-modal__dropdown-item:hover {
  background-color: #F7F8F9;
}

/* Responsive design for modal */
@media (max-width: 700px) {
  #new_eco .services-modal {
    align-items: flex-start;
    padding-top: 32px;
  }

  #new_eco .services-modal__content {
    height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
    border-radius: 32px;
    padding: 32px;
    gap: 16px;
  }

  #new_eco .services-modal__dropdown-container {
    display: block;
  }

  #new_eco .services-modal__sidebar {
    display: none;
  }

  #new_eco .services-modal__body {
    display: block;
    overflow: hidden;
  }

  #new_eco .services-modal__services {
    padding: 0;
    max-height: 100%;
    height: 100%;
  }
}
/************************************* Services Modal end *************************************/

/************************************* Documents Modal start *************************************/
.documents-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.documents-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.documents-modal__content {
  position: relative;
  background-color: white;
  border-radius: 24px;
  max-width: 950px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.documents-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  border-bottom: 1px solid #E3E6E8;
  flex-shrink: 0;
}

.documents-modal__title {
  font-family: var(--bold-font);
  font-size: 28px;
  line-height: 120%;
  color: #2D3748;
  padding-right: 20px;
}

.documents-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F7F8FA;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.documents-modal__close:hover {
  background-color: #E3E6E8;
}

.documents-modal__close-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}

.documents-modal__close-icon::before,
.documents-modal__close-icon::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #3F4D5A;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

.documents-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.documents-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.documents-modal__body {
  padding: 40px;
  overflow-y: auto;
  display: flex;
  gap: 16px;
}

.documents-modal__section {
  width: 50%;
  color: rgba(63, 77, 90, 1);
}

.documents-modal__section:last-child {
  margin-bottom: 0;
}

.documents-modal__section--ekb {
  background-color: rgba(235, 246, 253, 1);
  border-radius: 20px;
  padding: 32px;
}

.documents-modal__section--other {
  background-color: rgba(227, 230, 232, 0.3);
  border-radius: 20px;
  padding: 32px;
}

.documents-modal__section-header {
  font-family: var(--bold-font);
  font-size: 20px;
  line-height: 130%;
  color: #2D3748;
  margin-bottom: 16px;
}

.documents-modal__section-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3F4D5A;
  margin-bottom: 12px;
}

.documents-modal__section-text:last-of-type {
  margin-bottom: 0;
}

.documents-modal__info-box {
  border-left: 4px solid #65B8EF;
  margin-top: 16px;
  color: rgba(63, 77, 90, 1);
  padding-left: 16px;
}

.documents-modal__list {
  margin: 0;
  padding-left: 24px;
  list-style-position: outside;
  list-style: auto;
}

.documents-modal__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3F4D5A;
  margin-bottom: 12px;
  padding-left: 8px;
}

.documents-modal__list li:last-child {
  margin-bottom: 0;
}

/* Tablet styles */
@media (max-width: 768px) {
  .documents-modal {
    padding: 16px;
  }

  .documents-modal__content {
    border-radius: 20px;
    max-height: 92vh;
    position: absolute;
    bottom: 0;
    border-radius: 20px 20px 0 0;
  }

  .documents-modal__header {
    padding: 24px;
  }

  .documents-modal__title {
    font-size: 22px;
    line-height: 130%;
  }

  .documents-modal__close {
    width: 36px;
    height: 36px;
  }

  .documents-modal__close-icon {
    width: 18px;
    height: 18px;
  }

  .documents-modal__close-icon::before,
  .documents-modal__close-icon::after {
    width: 18px;
  }

  .documents-modal__body {
    padding: 24px;
  }

  .documents-modal__section {
    margin-bottom: 24px;
    width: 100%;
  }

  .documents-modal__section--ekb,
  .documents-modal__section--other {
    padding: 24px;
    border-radius: 16px;
  }

  .documents-modal__section-header {
    font-size: 18px;
  }

  .documents-modal__section-text {
    font-size: 15px;
  }

  .documents-modal__info-box {
    padding: 16px;
  }

  .documents-modal__info-text {
    font-size: 15px;
  }

  .documents-modal__list li {
    font-size: 15px;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .documents-modal {
    padding: 12px;
  }

  .documents-modal__content {
    border-radius: 16px;
    max-height: 94vh;
  }

  .documents-modal__header {
    padding: 20px;
    flex-wrap: wrap;
  }

  .documents-modal__title {
    font-size: 20px;
    line-height: 130%;
    width: calc(100% - 40px);
  }

  .documents-modal__close {
    width: 32px;
    height: 32px;
  }

  .documents-modal__close-icon {
    width: 16px;
    height: 16px;
  }

  .documents-modal__close-icon::before,
  .documents-modal__close-icon::after {
    width: 16px;
  }

  .documents-modal__body {
    padding: 20px;
    flex-direction: column;
  }

  .documents-modal__section {
    margin-bottom: 20px;
  }

  .documents-modal__section--ekb,
  .documents-modal__section--other {
    padding: 20px;
    border-radius: 12px;
  }

  .documents-modal__section-header {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .documents-modal__section-text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .documents-modal__info-box {
    padding: 14px;
    margin-top: 16px;
  }

  .documents-modal__info-text {
    font-size: 14px;
    line-height: 150%;
  }

  .documents-modal__list {
    padding-left: 20px;
  }

  .documents-modal__list li {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    padding-left: 6px;
  }
}
/************************************* Documents Modal end *************************************/

/************************************* Video Modal start *************************************/
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-modal[style*="flex"] {
  opacity: 1;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-modal__content {
  background: transparent;
  position: relative;
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
}

.video-modal[style*="flex"] .video-modal__content {
  transform: scale(1);
}

.video-modal__close {
  background: #FEF0EA;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2002;
}

.video-modal__close:hover {
  background: #e55a25;
}

.video-modal__close-icon {
  background: url('../assets/images/eco/new_eco_close_modal_icon.svg') center no-repeat;
  width: 20px;
  height: 20px;
}

.video-modal__video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
}

/* Tablet styles */
@media (max-width: 768px) {
  .video-modal__content {
    width: 95%;
  }

  .video-modal__close {
    width: 40px;
    height: 40px;
    top: -50px;
  }

  .video-modal__close-icon {
    width: 16px;
    height: 16px;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .video-modal__content {
    width: 96%;
    max-height: 80vh;
  }

  .video-modal__close {
    width: 36px;
    height: 36px;
    top: -45px;
  }

  .video-modal__close-icon {
    width: 14px;
    height: 14px;
  }

  .video-modal__video-container {
    border-radius: 8px;
  }
}
/************************************* Video Modal end *************************************/

/************************************* Male Infertility Treatment start *************************************/
#new_eco .male_infertility_treatment {
  padding: 72px 24px;
  background-color: transparent;
  max-width: 1168px;
  margin: auto;
}

#new_eco .male_infertility_treatment_content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#new_eco .male_infertility_treatment_text_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
}

#new_eco .male_infertility_treatment_title {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  line-height: 120%;

  font-family: var(--bold-font);
}

#new_eco .male_infertility_treatment_description {
  font-weight: 400;
  color: #3F4D5A;

  font-size: 26px;
  line-height: 120%;
  width: 868px;
}

#new_eco .male_infertility_treatment_card {
  display: flex;
  background-color: white;
  gap: 32px;
  align-items: center;

  height: auto;
  border-radius: 70px;
  padding: 40px;
}

#new_eco .male_infertility_treatment_card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  text-align: start;
}

#new_eco .male_infertility_treatment_card_title {
  font-family: var(--bold-font);
  color: #3F4D5A;

  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}

#new_eco .eco_school_highlight {
  color: #F4662A;
  cursor: pointer
}

#new_eco .male_infertility_treatment_card_description {
  font-weight: 400;
  color: #64748B;
  line-height: 130%;

  font-size: 20px;
}

#new_eco .male_infertility_treatment_card_button {
  width: 200px;
  height: 48px;
  border-radius: 6px;
  background-color: #FEF0EA;
  color: #F4662A;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 8px;

  width: 203px;
  height: 52px;
  padding: 16px 24px;

  font-weight: 400;
  line-height: 20px;
}

#new_eco .male_infertility_treatment_card_button:hover {
  background-color: #e55a25;
  color: white;
}

#new_eco .male_infertility_treatment_card_video {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #F4662A 0%, #65B8EF 100%);

  width: 468px;
  height: 338px;
}

#new_eco .male_infertility_treatment_card_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#new_eco .male_infertility_treatment_card_video.mobile {
  display: none;
}

/* Responsive design for male infertility treatment */
@media (max-width: 1200px) {
  #new_eco .male_infertility_treatment {
    padding: 72px 24px;
  }

  #new_eco .male_infertility_treatment_title {
    font-size: 32px;
  }

  #new_eco .male_infertility_treatment_description {
    font-size: 18px;
    width: auto;
    gap: 24px;
  }

  #new_eco .male_infertility_treatment_card {
    padding: 32px;
    text-align: center;
  }

  #new_eco .male_infertility_treatment_card_video {
    width: 100%;
    max-width: 320px;
    height: 180px;
    border-radius: 32px;
  }

  #new_eco .male_infertility_treatment_text_section {
    gap: 16px;
  }
}

/* Responsive design for new sections */
@media (max-width: 1200px) {
  #new_eco .equipment-technologies {
    padding: 48px 24px;
  }

  #new_eco .equipment-technologies_header {
    font-size: 32px;
  }

  #new_eco .equipment-technologies_text {
    font-size: 18px;
    width: 100%;
  }

  #new_eco .equipment-technologies_content {
    padding: 32px;
  }

  #new_eco .equipment-technologies_sidebar {
    margin-bottom: 24px;
  }

  #new_eco .equipment-technologies_main_title {
    font-size: 28px;
  }

  #new_eco .equipment-technologies_main_text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #new_eco .equipment-technologies {
    /* padding: 48px 16px; */
  }
  #new_eco .equipment-technologies_content_wrapper {
    padding: 0px;
  }
  #new_eco .equipment-technologies_header {
    font-size: 24px;
  }
  #new_eco .equipment-technologies_text {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
  }

  /* Скрываем sidebar и показываем dropdown на мобильных */
  #new_eco .equipment-technologies_sidebar {
    display: none;
  }

  #new_eco .equipment-technologies_dropdown-container {
    display: block;
  }

  #new_eco .equipment-technologies_content {
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 40px;
    gap: 0;
  }

  #new_eco .equipment-technologies_main {
    width: 100%;
  }

  #new_eco .equipment-technologies_main_title {
    font-size: 24px;
  }

  #new_eco .equipment-technologies_main_text p {
    font-size: 16px;
  }

  #new_eco .equipment-technologies_expandable_title {
    font-size: 16px;
  }

  #new_eco .equipment-technologies_expandable_text {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .services-modal__title {
    font-size: 20px;
  }
  #new_eco .male_infertility_treatment_title {
    font-size: 24px;
  }
  #new_eco .male_infertility_treatment_description {
    font-weight: 400;
    font-size: 16px;
  }
  #new_eco .male_infertility_treatment_card {
    flex-direction: column;
    height: auto;
    border-radius: 40px;
    padding: 26px;
  }

  #new_eco .male_infertility_treatment_card_video.desktop {
    display: none;
  }
  #new_eco .male_infertility_treatment_card_video.mobile {
    display: block;
    border-radius: 32px;
    align-self: center;
  }
  #new_eco .male_infertility_treatment_card_button {
    width: 100%;
  }
  #new_eco .male_infertility_treatment_card_description {
    font-weight: 400;
    font-size: 14px;
  }
  #new_eco .male_infertility_treatment_card_title {
    font-weight: 400;
    font-size: 16px;
    font-family: Core Sans A 65 Bold;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
  }
  #new_eco .male_infertility_treatment {
    /* padding: 48px 16px; */
  }
}
/************************************* Male Infertility Treatment end *************************************/

/************************************* Donor Call-to-Action start *************************************/
#new_eco .donor-cta {
  position: relative;
  padding: 72px 24px 0 24px;
}

#new_eco .donor-cta_background {
  background-color: rgba(254, 240, 234, 1);
  position: absolute;
  height: 234px;
  left: 0;
  right: 0;
  bottom: 0;
}

#new_eco .donor-cta_container {
  max-width: 1168px;
  margin: 0 auto;
}

#new_eco .donor-cta_content {
  background: linear-gradient(135deg, #FF6B35 0%, #F4662A 100%);
  border-radius: 70px;
  display: flex;
  align-items: center;

  gap: 41px;
  padding: 48px;
  padding-left: 64px;
  position: relative;
}

#new_eco .donor-cta_background_1 {
  position: absolute;
  background: url('../assets/images/eco/new_eco_donor_cta_background_1.svg') center no-repeat;
  width: 100%;
  height: 100%;
  bottom: -102px;
  left: 0px;
}

#new_eco .donor-cta_background_2 {
  position: absolute;
  background: url('../assets/images/eco/new_eco_donor_cta_background_2.svg') center no-repeat;
  width: 100%;
  height: 100%;
  bottom: -52px;
  left: 0px;
}

#new_eco .donor-cta_left {
  flex: 1;
  display: flex;
  flex-direction: column;

  width: 517px;
  height: 303px;
  z-index: 10;
}

#new_eco .donor-cta_title {
  font-family: var(--bold-font);
  font-size: 48px;
  color: white;
  line-height: 120%;
  margin-bottom: 24px;
}

#new_eco .donor-cta_description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: auto;
}

#new_eco .donor-cta_text {
  font-weight: 400;
  font-size: 20px;
  color: white;
  line-height: 130%;
}

#new_eco .donor-cta_button {
  background-color: #FEF0EA;
  color: #F4662A;
  border: none;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;

  width: 189px;
  height: 52px;
  border-radius: 6px;

  line-height: 20px;
  letter-spacing: 0px;
}

#new_eco .donor-cta_button.mobile {
  display: none;
}

#new_eco .donor-cta_button:hover {
  background-color: #FFE4D6;
  border-color: #FFE4D6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 218, 185, 0.4);
}

#new_eco .donor-cta_right {
  flex: 1;
  display: flex;
  justify-content: center;
  z-index: 10;
}

#new_eco .donor-cta_benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 400px;
}

#new_eco .donor-cta_benefit {
  background-color: #FFFFFFCC;
  border: 1px solid #FFDAB9;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

#new_eco .donor-cta_benefit:hover {
  background-color: #FFE4D6;
  border-color: #FFE4D6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 218, 185, 0.3);
}

#new_eco .donor-cta_benefit_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F4662A;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

#new_eco .donor-cta_benefit_icon.ruble::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../assets/images/eco/new_eco_donor_cta_ruble_icon.svg');
}

#new_eco .donor-cta_benefit_icon.plus::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../assets/images/eco/new_eco_donor_cta_plus_icon.svg');
}

#new_eco .donor-cta_benefit_icon.heart::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../assets/images/eco/new_eco_donor_cta_heart_icon.svg');
}

#new_eco .donor-cta_benefit_text {
  font-weight: 400;
  font-size: 16px;
  color: #3F4D5A;
  line-height: 130%;
  flex: 1;
}

/* Responsive design for donor CTA */
@media (max-width: 1200px) {
  #new_eco .donor-cta {
    padding: 72px 24px;
  }

  #new_eco .donor-cta_content {
    padding: 32px;
    gap: 32px;
  }

  #new_eco .donor-cta_title {
    font-size: 32px;
  }

  #new_eco .donor-cta_button {
    width: 100%;
    max-width: 190px;
  }

  #new_eco .donor-cta_benefits {
    max-width: 100%;
  }

  #new_eco .donor-cta_benefit {
    padding: 16px;
  }

  #new_eco .donor-cta_benefit_icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  #new_eco .donor-cta_benefit_text {
    font-size: 16px;
  }

}

@media (max-width: 680px) {
  #new_eco .donor-cta_title {
    font-size: 32px;
  }

  #new_eco .donor-cta_text {
    font-size: 18px;
  }

  #new_eco .donor-cta_benefit {
    padding: 16px;
    gap: 12px;
  }

  #new_eco .donor-cta_benefit_icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  #new_eco .donor-cta_content {
    flex-direction: column;
    gap: 24px;
    border-radius: 40px;
    padding: 32px;
  }
  #new_eco .donor-cta_title {
    font-size: 24px;
    text-align: center;
  }
  #new_eco .donor-cta_text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  #new_eco .donor-cta_button {
    display: none;
  }
  #new_eco .donor-cta_button.mobile {
    max-width: none;
    display: block;
  }
  #new_eco .donor-cta_left {
    width: 100%;
  }
  #new_eco .donor-cta {
    padding: 48px 16px;
  }
}
/************************************* Donor Call-to-Action end *************************************/

/************************************* Donor Database start *************************************/
#new_eco .donor-database {
  padding-top: 120px;
  background-color: rgba(254, 240, 234, 1);
}

#new_eco .donor-database_header {
  text-align: center;
  margin-bottom: 68px;
}

#new_eco .donor-database_title {
  font-family: var(--bold-font);
  font-size: 46px;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .donor-database_subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #3F4D5A;
  line-height: 130%;
  max-width: 800px;
  margin: 0 auto;
}

#new_eco .donor-database_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

#new_eco .donor-database_cards-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#new_eco .donor-database_cards-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

#new_eco .donor-database_card {
  flex-shrink: 0;
  width: 460px;
  height: 633px;
  background-color: white;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

#new_eco .donor-database_card_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  flex-direction: column;
  background-color: white;
  border-radius: 42px 42px 0 0;
}

#new_eco .donor-database_card_number {
  font-family: var(--bold-font);
  font-size: 18px;
  color: #3F4D5A;
  line-height: 1.2;
}

#new_eco .donor-database_card_zodiac {
  font-weight: 400;
  color: #3F4D5A;
  margin-top: 4px;

  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
}

#new_eco .donor-database_card_gender {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

#new_eco .donor-database_card_gender:after {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#new_eco .donor-database_card_gender.male {
  background-color: #EBF6FD;
  color: #65B8EF;
}

#new_eco .donor-database_card_gender.female {
  background-color: #FEF0EA;
  color: #F4662A;
}

#new_eco .donor-database_card_gender.male::after {
  content: "";
  background: url('../assets/images/eco/new_eco_donor_male.svg');
  width: 24px;
  height: 24px;
}

#new_eco .donor-database_card_gender.female::after {
  content: "";
  background: url('../assets/images/eco/new_eco_donor_female.svg');
  width: 24px;
  height: 24px;
}

#new_eco .donor-database_card_image {
  display: flex;
  justify-content: center;
  margin: 0;
}

#new_eco .donor-database_card_photo {
  width: 460px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
}

#new_eco .donor-database_card_photo.male-photo:not(.has-photo)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../assets/images/donors/male-donor-default.png') center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.8;
  background-size: contain;
  margin-top: 20px;
  z-index: 0;
}

#new_eco .donor-database_card_photo.female-photo:not(.has-photo)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../assets/images/donors/female-donor-default.png') center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.8;
  background-size: contain;
  margin-top: 20px;
  z-index: 0;
}

#new_eco .donor-database_card_characteristics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 0 24px;
  position: relative;
}

#new_eco .donor-database_card_header-info {
  position: relative;
  display: flex;
  flex-direction: column;

  height: 56px;
  gap: 4px;
}

#new_eco .donor-database_card_characteristics_wrapper {
  display: flex;
  gap: 12px;
}

#new_eco .donor-database_card_characteristics_left,
#new_eco .donor-database_card_characteristics_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #F3F6F9;

  width: 198px;
  height: 181px;
  gap: 16px;
  border-radius: 24px;
  padding: 16px;
}

#new_eco .donor-database_card_characteristic {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#new_eco .donor-database_card_characteristic .characteristic-label {
  font-weight: 600;
  font-size: 10px;
  color: #64748B;

  line-height: 120%;
}

#new_eco .donor-database_card_characteristic .characteristic-value {
  font-weight: 400;
  color: #3F4D5A;

  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
}

#new_eco .donor-database_card_buttons {
  flex-direction: column;
  gap: 8px;
  align-items: center;

  padding: 16px 24px;
  border-radius: 6px;
  display: grid;
  align-content: space-between;
  width: 412px;
  height: 56px;
}

#new_eco .donor-database_card_button {
  font-family: var(--bold-font);
  width: auto;
  height: auto;
  background-color: transparent;
  color: #F4662A;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  text-align: center;

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

#new_eco .donor-database_card_button:hover {
  color: #e55a25;
}

#new_eco .donor-database_card_on-request {
  font-weight: 400;
  font-size: 11px;
  color: #9AA5B1;
  text-align: center;
}

#new_eco .donor-database_view-all {
  width: 200px;
  height: 56px;
  border-radius: 8px;
  background-color: #F4662A;
  color: white;
  border: none;
  font-family: var(--medium-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 120px;
  text-align: center;
  align-content: center;
}

#new_eco .donor-database_view-all:hover {
  background-color: #e55a25;
}

/* Анимация бегущей строки */
#new_eco .donor-database_cards-track.animated {
  animation: donorCardsScroll 30s linear infinite;
}

@keyframes donorCardsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Мобильная версия - простой слайдер */
@media (max-width: 1200px) {
  #new_eco .donor-database_card_header {
    height: 196px;
  }
  #new_eco .donor-database_card_header * {
    height: 196px;
    width: 100%;
  }
  #new_eco .donor-database_card_characteristics {
    height: auto;
  }
  #new_eco .donor-database_card {
    height: auto;
    width: 352px;
  }
  #new_eco .donor-database_card_buttons {
    height: auto;
    width: auto;
  }
}

/* Slider navigation buttons for mobile */
#new_eco .donor-database_slider-arrow {
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4662A;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

#new_eco .donor-database_slider-arrow:hover {
  background-color: #e55a25;
  box-shadow: 0 6px 16px rgba(244, 102, 42, 0.4);
}

#new_eco .donor-database_slider-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

#new_eco .donor-database_slider-arrow svg {
  display: block;
}

#new_eco .donor-database_slider-prev {
  position: absolute;
  left: -80px;
  top: 4px;
}

#new_eco .donor-database_slider-next {
  position: absolute;
  right: -80px;
  top: 4px;
}

/* Slider dots for mobile */
#new_eco .donor-database_slider-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
}

#new_eco .donor-database_slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid rgba(191, 210, 226, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .donor-database_slider-dot:hover {
  background-color: #CBD2D9;
}

#new_eco .donor-database_slider-dot.active {
  background-color: #F4662A;
  border-radius: 100px;
  border: 0;
}

@media (max-width: 699px) {
  #new_eco .donor-database {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  #new_eco .donor-database_header {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  #new_eco .donor-database_title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  #new_eco .donor-database_subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  #new_eco .donor-database_cards-wrapper {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-left: calc(-50vw + 50%);
  }

  #new_eco .donor-database_cards-track {
    display: flex;
    gap: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    width: max-content;
  }

  #new_eco .donor-database_card {
    flex-shrink: 0;
    width: 100vw;
    height: auto;
    border-radius: 32px;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(254, 240, 234, 1);
  }

  #new_eco .donor-database_card_photo {
    width: 100%;
    height: 220px;
    border-radius: 40px 40px 0 0;
  }

  #new_eco .donor-database_card_header {
    height: 220px;
  }

  #new_eco .donor-database_card_header * {
    height: 220px;
    width: 100%;
  }
}

/* Слайдер с 2 карточками (700px - 768px) */
@media (min-width: 700px) and (max-width: 768px) {
  #new_eco .donor-database {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  #new_eco .donor-database_header {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  #new_eco .donor-database_title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  #new_eco .donor-database_subtitle {
    font-size: 18px;
    max-width: 100%;
  }

  #new_eco .donor-database_cards-wrapper {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-left: calc(-50vw + 50%);
  }

  #new_eco .donor-database_cards-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    width: max-content;
  }

  #new_eco .donor-database_card {
    flex-shrink: 0;
    width: calc(50vw - 8px);
    height: auto;
    border-radius: 32px;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(254, 240, 234, 1);
  }

  #new_eco .donor-database_card_photo {
    width: 100%;
    height: 260px;
    border-radius: 40px 40px 0 0;
  }

  #new_eco .donor-database_card_header {
    height: 260px;
  }

  #new_eco .donor-database_card_header * {
    height: 260px;
    width: 100%;
  }
}

/* Дополнительные стили для 2-карточного слайдера (700px - 768px) */
@media (min-width: 700px) and (max-width: 768px) {
  #new_eco .donor-database {
    padding-top: 0;
  }

  #new_eco .donor-database_title {
    font-size: 36px;
  }

  #new_eco .donor-database_subtitle {
    font-size: 18px;
  }

  #new_eco .donor-database_card_photo {
    height: 280px;
  }

  #new_eco .donor-database_card_header {
    height: 280px;
  }

  #new_eco .donor-database_card_header * {
    height: 280px;
  }

  #new_eco .donor-database_card_number {
    font-size: 22px;
  }

  #new_eco .donor-database_card_gender {
    width: 48px;
    height: 48px;
    right: 24px;
    top: 6px;
  }
}

@media (max-width: 768px) {
  #new_eco .donor-database_card_header {
    margin-bottom: 0;
  }

  #new_eco .donor-database_card_characteristics {
    padding: 20px 20px 0;
    gap: 12px;
    background-color: white;
    border-radius: 0 0 40px 40px;
  }

  #new_eco .donor-database_card_header-info {
    height: auto;
    padding-top: 4px;
  }

  #new_eco .donor-database_card_number {
    font-size: 20px;
  }

  #new_eco .donor-database_card_zodiac {
    font-size: 14px;
  }

  #new_eco .donor-database_card_gender {
    width: 40px;
    height: 40px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  #new_eco .donor-database_card_characteristics_wrapper {
    gap: 12px;
  }

  #new_eco .donor-database_card_characteristics_left,
  #new_eco .donor-database_card_characteristics_right {
    width: 100%;
    height: auto;
    min-height: 160px;
    padding: 16px;
    gap: 18px;
  }

  #new_eco .donor-database_card_characteristic {
    gap: 4px;
  }

  #new_eco .donor-database_card_characteristic .characteristic-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  #new_eco .donor-database_card_characteristic .characteristic-value {
    font-size: 15px;
  }

  #new_eco .donor-database_card_buttons {
    width: 100%;
    height: auto;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  #new_eco .donor-database_card_button {
    width: auto;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    border: none;
  }

  #new_eco .donor-database_card_on-request {
    font-size: 11px;
    margin-top: 0;
  }

  #new_eco .donor-database_slider-arrow {
    display: flex;
  }

  #new_eco .donor-database_slider-dots {
    display: flex;
    position: relative;
  }

  #new_eco .donor-database_view-all {
    margin-top: 32px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    max-width: 320px;
    padding: 16px 24px;
  }

  #new_eco .donor-database_container {
    gap: 24px;
  }
}
/************************************* Donor Database end *************************************/

/************************************* Eco School start *************************************/
#new_eco .eco-school {
  padding: 72px 0 60px 0;
  background: white;
}

#new_eco .eco-school_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

#new_eco .eco-school_header {
  flex: 1;
}

#new_eco .eco-school_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #3F4D5A;
  margin-bottom: 24px;
}

#new_eco .eco-school_description {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #3F4D5A;
}

#new_eco .eco-school_description strong {
}

#new_eco .eco-school_illustration {
  position: relative;
  width: 421px;
  height: 287px;
  flex-shrink: 0;
  background: url('../assets/images/eco/new_eco_school.svg') center no-repeat;
}

#new_eco .eco-school_what-you-learn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px;
}

#new_eco .eco-school_what-you-learn_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #3F4D5A;
  margin-bottom: 40px;
}

#new_eco .eco-school_what-you-learn_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

#new_eco .eco-school_what-you-learn_cards > * {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 280px;
}

#new_eco .eco-school_what-you-learn_card {
  background: #EBF6FD;
  border-radius: 48px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

#new_eco .eco-school_what-you-learn_card_icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #65B8EF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}

#new_eco .eco-school_what-you-learn_card_icon.speech-bubble::before {
  content: "";
  display: block;
  background: url(../assets/images/eco/new_eco_school_messages_icon.svg) center no-repeat;
  width: 68px;
  height: 68px;
}

#new_eco .eco-school_what-you-learn_card_icon.process-flow::before {
  content: "";
  display: block;
  background: url(../assets/images/eco/new_eco_school_path_icon.svg) center no-repeat;
  width: 68px;
  height: 68px;
}

#new_eco .eco-school_what-you-learn_card_icon.question-mark::before {
  content: "";
  display: block;
  background: url(../assets/images/eco/new_eco_school_question_icon.svg) center no-repeat;
  width: 68px;
  height: 68px;
}

#new_eco .eco-school_what-you-learn_card_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #3F4D5A;
}

#new_eco .eco-school_what-you-learn_card_text {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3F4D5A;
  text-align: start;
}

#new_eco .eco-school_videos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#new_eco .eco-school_videos_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

#new_eco .eco-school_videos_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #3F4D5A;
}

#new_eco .eco-school_videos_age-badge {
  background: rgba(235, 246, 253, 1);
  color: rgba(101, 184, 239, 1);
  border-radius: 16px;
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  height: 39px;
  width: 65px;
  place-content: center;
  text-align: center;
}

#new_eco .eco-school_videos_description {
  font-family: var(--regular-font);
  font-weight: 400;
  line-height: 150%;
  color: #3F4D5A;
  margin-bottom: 40px;

  font-size: 26px;
}

#new_eco .eco-school_videos_grid {
  column-count: 2;
  column-gap: 16px;

}

#new_eco .eco-school_videos_grid > * {
  break-inside: avoid;
  margin-bottom: 16px;
}

#new_eco .eco-school_video-card {
  background: #FEF0EA;
  border-radius: 40px;
  padding: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .eco-school_video-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background-color: #F4662A;
}

#new_eco .eco-school_video-card_topic {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #F4662A;
  margin-bottom: 4px;
}

#new_eco .eco-school_video-card_title {
  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #3F4D5A;
  margin-bottom: 8px;
}

#new_eco .eco-school_video-card_doctor {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #3F4D5A;
  margin-bottom: 16px;
}

#new_eco .eco-school_video-card_play-button {
  position: absolute;
  top: 35%;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #F4662A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .eco-school_video-card_play-button::before {
  content: "▶";
  color: white;
  font-size: 16px;
  margin-left: 2px;
}

#new_eco .eco-school_video-card:hover * {
  color: white;
}

#new_eco .eco-school_video-card:hover .eco-school_video-card_play-button {
  transform: scale(1.1);
  background-color: white;
}

#new_eco .eco-school_video-card:hover .eco-school_video-card_play-button::before {
  color: #F4662A;
}

#new_eco .eco-school_videos_load-more {
  display: none;
  background: transparent;
  border: none;
  color: #F4662A;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 24px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#new_eco .eco-school_videos_load-more:hover {
  opacity: 0.8;
}

/* Мобильная версия */
@media (max-width: 1200px) {
  #new_eco .eco-school {
    padding: 60px 0;
  }

  #new_eco .eco-school_container {
    gap: 24px;
    margin-bottom: 60px;
  }

  #new_eco .eco-school_title {
    font-size: 32px;
  }

  #new_eco .eco-school_description {
    font-size: 16px;
    font-weight: 400;
    font-size: 20px;
  }

  #new_eco .eco-school_what-you-learn_title {
    font-size: 28px;
  }

  #new_eco .eco-school_what-you-learn_cards {
    gap: 16px;
  }

  #new_eco .eco-school_videos_title {
    font-size: 28px;
  }

  #new_eco .eco-school_videos_grid {
    column-count: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #new_eco .eco-school_videos_grid > * {
    flex: 1 1 100%;
    min-width: 100%;
    padding-right: 76px;
    margin: 0;
  }

  #new_eco .eco-school_videos_grid .eco-school_video-card:nth-child(n+5) {
    display: none;
  }

  #new_eco .eco-school_videos_grid.show-all .eco-school_video-card {
    display: block;
  }

  #new_eco .eco-school_videos_load-more {
    display: block;
    padding: 16px 24px;
    border-radius: 6px;
    background-color: rgba(254, 240, 234, 1);
  }

  #new_eco .eco-school_videos_load-more.hidden {
    display: none;
  }

  #new_eco .eco-school_illustration {
    width: 45%;
    background-size: contain;
  }
  #new_eco .eco-school_what-you-learn_card {
    padding: 24px;
    align-items: self-start;
    border-radius: 40px;
  }
  #new_eco .eco-school_what-you-learn_card_title {
    text-align: start;
  }
  #new_eco .eco-school_what-you-learn_card_text {
    text-align: start;
  }
  #new_eco .eco-school_what-you-learn {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  #new_eco .eco-school_container {
    padding: 0 16px;
    flex-direction: column;
  }
  #new_eco .eco-school_videos_description {
    font-size: 16px;
  }

  #new_eco .eco-school_illustration {
    width: 100%;
  }

  #new_eco .eco-school_description {
    font-weight: 400;
    font-size: 16px;
  }

  #new_eco .eco-school_what-you-learn {
    padding: 0 16px;
  }

  #new_eco .eco-school_videos {
    padding: 0 16px;
  }

  #new_eco .eco-school_title {
    font-size: 28px;
  }

  #new_eco .eco-school_what-you-learn_title {
    font-size: 24px;
  }

  #new_eco .eco-school_videos_title {
    font-size: 24px;
  }

  #new_eco .eco-school_what-you-learn_cards {
    flex-direction: column;
  }

  #new_eco .eco-school_what-you-learn_cards > * {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
/************************************* Eco School end *************************************/

/************************************* FAQ start *************************************/
#new_eco .faq {
  background-color: #EBF6FD;
  gap: 40px;
  padding: 72px 24px;
}

#new_eco .faq_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: fit-content;
  margin: auto;
  max-width: 1168px;
}

#new_eco .faq_header {
  margin-bottom: 40px;
}

#new_eco .faq_title {
  color: #3F4D5A;
  margin: 0;
  font-family: var(--bold-font);
  font-size: 46px;
  line-height: 120%;
}


#new_eco .faq_separator {
  height: 1px;
  background-color: #E2E8F0;
  margin: 16px 0;
}


#new_eco .faq_items {
}

#new_eco .faq_item {
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  overflow: hidden;

  max-width: 100%;
}

#new_eco .faq_item:hover {
}

#new_eco .faq_item--open {
}

#new_eco .faq_question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  height: 56px;
}

#new_eco .faq_question_text {
  font-weight: 600;
  color: #2D3748;
  line-height: 1.4;
  flex: 1;
  margin-right: 16px;

  color: #3F4D5A;

  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

#new_eco .faq_question_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

#new_eco .faq_item--open .faq_question_icon {
  transform: rotate(180deg);
}

#new_eco .faq_answer {
  padding: 0 32px 24px 32px;
  border-top: 1px solid #E2E8F0;
  animation: fadeIn 0.3s ease;
}

#new_eco .faq_answer_text {
  font-size: 16px;
  color: #3F4D5A;
  margin-top: 16px;

  font-weight: 400;
  line-height: 130%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  #new_eco .faq_container {
    padding: 0 16px;
  }

  #new_eco .faq_title {
    font-size: 36px;
  }

  #new_eco .faq_question {
    height: auto;
  }

  #new_eco .faq_question_text {
    font-size: 16px;
  }

  #new_eco .faq_answer {
    padding: 0 24px 20px 24px;
  }

  #new_eco .faq_answer_text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #new_eco .faq {
    padding: 40px 0;
  }

  #new_eco .faq_title {
    font-size: 28px;
  }

  #new_eco .faq_question_text {
    font-size: 15px;
  }

  #new_eco .faq_answer {
    padding: 0 20px 16px 20px;
  }

  #new_eco .faq_answer_text {
    font-size: 14px;
  }
}
/************************************* FAQ end *************************************/

/************************************* Patient Information start *************************************/
#new_eco .patient-information {
  background-color: #F0F8FF;

  gap: 8px;
  background-color: #EBF6FD;
  padding: 24px 16px;
}

#new_eco .patient-information_container {
  max-width: 1168px;
  margin: 0 auto;

  height: fit-content;
  gap: 24px;
  border-radius: 70px;
  padding: 60px;
  background: white;
}

#new_eco .patient-information_title {
  color: #3F4D5A;
  margin-bottom: 24px;

  font-family: var(--bold-font);
  font-size: 36px;
  line-height: 120%;
  text-align: left;
}

#new_eco .patient-information_cards {
  display: flex;
  gap: 16px;
  justify-content: center;
}

#new_eco .patient-information_card {
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;

  width: 516px;
  height: 184px;
  gap: 24px;
  border-radius: 40px;
  padding: 40px;
  background-color: #EBF6FD;
}

#new_eco .patient-information_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

#new_eco .patient-information_card_icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

#new_eco .patient-information_card_icon.document-icon::before {
  content: '';
  width: 56px;
  height: 56px;
  background: url(../assets/images/eco/new_eco_patient_information_file_icon.svg) center no-repeat;
  background-size: contain;
}

#new_eco .patient-information_card_text {
  color: #3F4D5A;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

/* Mobile styles for Patient Information */
@media (max-width: 1200px) {
  #new_eco .patient-information {
    padding: 0 24px;
  }

  #new_eco .patient-information_title {
    margin-bottom: 24px;

    font-size: 32px;
  }

  #new_eco .patient-information_cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  #new_eco .patient-information_card {
    width: 100%;
    padding: 32px;
    align-items: center;
    gap: 16px;
  }

  #new_eco .patient-information_card_text {
    font-weight: 400;
    font-size: 16px;
  }

  #new_eco .patient-information_container {
    padding: 32px;
    border-radius: 48px;
  }
}

@media (max-width: 480px) {
  #new_eco .patient-information {
    padding: 24px 16px;
  }

  #new_eco .patient-information_container {
    border-radius: 40px;
  }

  #new_eco .patient-patient-information_card {
    border-radius: 32px;
  }

  #new_eco .patient-information_title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #new_eco .patient-information_card_icon {
    width: 40px;
    height: 40px;
  }

  #new_eco .patient-information_card_text {
    font-size: 14px;
  }

  #new_eco .patient-information_card {
    align-items: start;
    flex-direction: column;
  }
}
/************************************* Patient Information end *************************************/

/************************************* Contact and Map start *************************************/
#new_eco .contact-map {
  background-color: #EBF6FD;

  gap: 32px;
  padding: 27px 24px;
}

#new_eco .contact-map_container {
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  align-items: center;
  justify-self: center;
  max-width: 1168px;
  width: 100%;
}

#new_eco .contact-map_left {
  flex: 1;
  max-width: 568px;
}

#new_eco .contact-map_title {
  color: #2D3748;
  margin-bottom: 40px;

  font-style: var(--bold-font);
  font-size: 46px;
  line-height: 120%;
}

#new_eco .contact-map_info {
  display: flex;
  flex-direction: column;
}

#new_eco .contact-map_address {
  color: #2D3748;

  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 12px;

  letter-spacing: -2px;
}

#new_eco .contact-map_phone {
  color: #F4662A;
  margin-bottom: 12px;

  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}

#new_eco .contact-map_email {
  color: #F4662A;
  text-decoration: none;
  margin-bottom: 8px;

  font-family: var(--bold-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0px;
}

#new_eco .contact-map_email:hover {
  text-decoration: underline;
}

#new_eco .contact-map_separator {
  height: 1px;
  background-color: #E2E8F0;
  margin: 16px 0;
  max-width: 490px;
}

#new_eco .contact-map_taxi {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
}

#new_eco .contact-map_taxi_label {
  color: #3F4D5A;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

#new_eco .contact-map_taxi_phone {
  color: #3F4D5A;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

#new_eco .contact-map_transport {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#new_eco .contact-map_transport_item {
  font-size: 14px;
  font-weight: 500;
  color: #3F4D5A;
  line-height: 1.5;
}

#new_eco .contact-map_right {
  flex: 1;
  width: 50%;
}

#new_eco .contact-map_map {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  width: 568px;
  height: 486px;
  border-radius: 32px;
}

/* Hide Yandex Map copyright and extra elements */
#new_eco .contact-map_map [class*="copyright"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Mobile styles for Contact and Map */
@media (max-width: 1200px) {
  #new_eco .contact-map {
    padding: 72px 24px;
  }

  #new_eco .contact-map_container {
    gap: 24px;
    width: 100%;
  }

  #new_eco .contact-map_left {
    width: 50%;
  }

  #new_eco .contact-map_right {
    max-width: 100%;
  }

  #new_eco .contact-map_title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  #new_eco .contact-map_phone {
    font-size: 20px;
  }

  #new_eco .contact-map_email {
    font-weight: 400;
    font-size: 20px;
  }

  #new_eco .contact-map_taxi {
    margin-top: 24px;
  }

  #new_eco .contact-map_map {
    height: 350px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  #new_eco .contact-map_container {
    flex-direction: column;
  }
  #new_eco .contact-map_left {
    width: 100%;
  }
  #new_eco .contact-map_right {
    width: 100%;
  }
  #new_eco .contact-map_map {
    height: 350px;
    width: 100%;
  }
  #new_eco .contact-map_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
/************************************* Contact and Map end *************************************/

/************************************* Question Card start *************************************/
#new_eco .question-card {
  background-color: #eef7fc;
  padding: 80px 0;
  margin: 0;
}

#new_eco .question-card_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#new_eco .question-card_content {
  background: white;
  border-radius: 70px;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}

#new_eco .question-card_left {
  flex: 1;
  max-width: 500px;
  width: 50%;
}

#new_eco .question-card_title {
  margin-bottom: 20px;

  font-family: var(--bold-font);
  font-size: 46px;
  line-height: 120%;
}

#new_eco .question-card_text {
  width: 410px;
  color: #3F4D5A;
  margin-bottom: 40px;

  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

#new_eco .question-card_button {
  background-color: #F4662A;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;

  width: 187px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 6px;

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

#new_eco .question-card_button:hover {
  background-color: #e64a19;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 87, 34, 0.3);
}

#new_eco .question-card_right {
  width: 40%;
  flex: 1;
  position: relative;
  height: 300px;
  background: url(../assets/images/eco/new_eco_reverse_call.svg) center no-repeat;
  background-size: contain;
}

/* Responsive styles for question card */
@media (max-width: 768px) {
  #new_eco .question-card_content {
    padding: 32px;
  }
  #new_eco .question-card {
    padding: 40px 0;
  }

  #new_eco .question-card_title {
    font-size: 28px;
  }

  #new_eco .question-card_text {
    font-size: 16px;
  }

  #new_eco .question-card_right {
    height: 200px;
    flex: none;
    display: flex;
  }
}

@media (max-width: 540px) {
  #new_eco .question-card_left {
    width: auto;
  }
  #new_eco .question-card_right {
    width: 100%;
  }
  #new_eco .question-card_content {
    flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 40px;
    border-radius: 40px;
  }
}

@media (max-width: 480px) {
  #new_eco .question-card_content {
    padding: 24px;
    gap: 30px;
    text-align: center;
    flex-direction: column-reverse;
  }

  #new_eco .question-card_left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #new_eco .question-card_title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  #new_eco .question-card_text {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    line-height: 140%;
  }

  #new_eco .question-card_button {
    width: 100%;
    max-width: 100%;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
  }

  #new_eco .question-card_right {
    height: 240px;
    width: 100%;
    flex: none;
  }
}
/************************************* Question Card end *************************************/

/************************************* Hero Responsive start *************************************/
/* Планшеты и средние экраны */
@media (max-width: 1200px) {
  #new_eco .hero {
    height: auto;
    min-height: 888px;
    padding-bottom: 40px;
  }

  #new_eco .hero_text-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #new_eco .hero_text-section .text1 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #new_eco .hero_text-section .text2 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    padding: 0 20px;
  }

  #new_eco .hero_text-section .text3 {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  #new_eco .hero_card_container {
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
    max-width: 768px;
    padding: 0 20px;
  }

  #new_eco .hero_big-card {
    width: 100%;
    max-width: 768px;
    height: auto;
    padding: 40px 24px;
    align-items: center;
  }

  #new_eco .hero_big-card_image {
    width: 100%;
    max-width: 320px;
    height: 210px;
  }

  #new_eco .hero_big-card_text_section {
    width: 100%;
    max-width: 304px;
    height: auto;
  }

  #new_eco .hero_small-card-container {
    width: 100%;
    flex-direction: row;
  }

  #new_eco .hero_small-card {
    width: 100%;
    max-width: 768px;
    height: auto;
    min-height: 170px;
  }
}

/* Мобильные устройства */
@media (max-width: 700px) {
  #new_eco .hero {
    height: auto;
    min-height: 600px;
    padding-bottom: 30px;
  }

  #new_eco .hero_small-card-container {
    flex-direction: column;
  }

  #new_eco .hero .background-frame-1,
  #new_eco .hero .background-frame-2,
  #new_eco .hero .background-frame-3 {
    background-size: cover;
  }

  #new_eco .hero_text-section {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #new_eco .hero_text-section .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #new_eco .hero_text-section .text2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
    padding: 0 80px;
  }

  #new_eco .hero_text-section .text3 {
    font-size: 18px;
    margin-bottom: 32px;
    padding: 0 10px;
  }

  #new_eco .hero_text-section .base-btn {
    width: 278px;
    margin-left: 0 !important;
  }

  #new_eco .hero_card_container {
    margin-top: 32px;
    padding: 0;
  }

  #new_eco .hero_big-card {
    padding: 32px 20px;
    border-radius: 32px;
    flex-direction: column;
  }

  #new_eco .hero_big-card_image {
    width: 100%;
    max-width: 280px;
    height: 180px;
    background-size: contain;
  }

  #new_eco .hero_big-card_header {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #new_eco .hero_big-card_text {
    font-size: 16px;
    margin-bottom: 32px;
  }

  #new_eco .hero_small-card {
    padding: 24px 20px;
    border-radius: 32px;
    min-height: 150px;
  }

  #new_eco .hero_small-card_header {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #new_eco .hero_small-card_text {
    font-size: 14px;
  }
}
/************************************* Hero Responsive end *************************************/

/************************************* Service Responsive start *************************************/
/* Скрываем контролы слайдера по умолчанию для десктопа */
#new_eco .service_slider-wrapper {
  width: 100%;
  overflow: visible;
}

#new_eco .service_slider-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

#new_eco .service_slider-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4662A;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0 40px !important;
}

#new_eco .service_slider-arrow:hover:not(:disabled):not(.disabled) {
  background-color: #e64a19;
  transform: scale(1.05);
}

#new_eco .service_slider-arrow:active:not(:disabled):not(.disabled) {
  transform: scale(0.95);
}

#new_eco .service_slider-arrow:disabled,
#new_eco .service_slider-arrow.disabled {
  background-color: #E3E6E8;
  cursor: not-allowed;
  opacity: 0.6;
}

#new_eco .service_slider-arrow:disabled svg path,
#new_eco .service_slider-arrow.disabled svg path {
  stroke: #9CA3AF;
}

#new_eco .service_slider-dots {
  display: flex;
  gap: 8px;
}

#new_eco .service_slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E3E6E8;
  cursor: pointer;
  transition: all 0.3s ease;
}

#new_eco .service_slider-dot.active {
  background-color: #F4662A;
}

/* Планшеты - активируем слайдер */
@media (max-width: 1200px) {
  #new_eco .service {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F9FA;
  }

  #new_eco .service_content {
    width: 100%;
    max-width: 1168px;
    place-items: center;
  }

  #new_eco .service_header {
    max-width: 768px;
    font-size: 38px;
    margin-bottom: 16px;
  }

  #new_eco .service_text {
    width: 100%;
    font-size: 22px;
    margin-bottom: 40px;
    max-width: 768px;
  }

  #new_eco .service_text br {
    display: none;
  }

  /* Активируем слайдер */
  #new_eco .service_slider-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 764px;
    margin: 0 auto;
  }

  #new_eco .service_card-container {
    flex-wrap: nowrap;
    gap: 16px;
    transition: transform 0.4s ease;
    width: auto;
    padding-left: 0;
    justify-content: flex-start;
  }

  #new_eco .service_card {
    flex-shrink: 0;
    background-color: #FEF0EA;
    text-align: start;
    align-items: start;
  }

  /* Центрируем иконку в белом кружке */
  #new_eco .service_card_icon {
    align-self: start;
    background-color: white;
    border-radius: 50%;
    width: 68px !important;
    height: 68px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 68px !important;
  }

  #new_eco .service_card_title {
    font-weight: 400;
    font-size: 20px;
  }

  #new_eco .service_card_text {
    font-size: 14px;
  }

  /* Скрываем разделители */
  #new_eco .service_card-container_separatop1,
  #new_eco .service_card-container_separatop2,
  #new_eco .service_card-container_separatop3 {
    display: none;
  }

  /* Показываем контролы слайдера */
  #new_eco .service_slider-controls {
    display: flex;
  }

  #new_eco .service_card_link {
    justify-content: center;
  }
}

/* Мобильные устройства */
@media (max-width: 768px) {
  #new_eco .service {
    padding: 72px 24px;
  }

  #new_eco .service_header {
    font-size: 32px;
    margin-bottom: 16px;
    margin-left: 24px;
  }

  #new_eco .service_text {
    font-size: 18px;
    margin-bottom: 32px;
  }

  /* Корректируем wrapper для мобильных */
  #new_eco .service_slider-wrapper {
    max-width: 100%;
    margin: 0;
  }

  #new_eco .service_card {
    max-width: 352px;
    width: 50%;
    height: 256px;
    padding: 24px;
  }
}

@media (max-width: 700px) {
  #new_eco .service_card {
    padding: 24px;
    border-radius: 40px;
  }
}

/* Маленькие мобильные */
@media (max-width: 699px) {
  #new_eco .service {
    padding: 48px 16px;
  }

  #new_eco .service_header {
    margin: 0;
    margin-bottom: 16px;

    font-size: 24px;
    width: 100%;
  }

  #new_eco .service_text {
    font-size: 16px;
    margin: 0;
    margin-bottom: 24px;
  }

  #new_eco .service_card {
    max-width: none;
    width: 100%;
  }

  #new_eco .service_card_title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  #new_eco .service_card_text {
    font-size: 14px;
  }

  #new_eco .service_card_link {
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  #new_eco .service_slider-arrow {
    width: 40 px;
    height: 40px;
  }

  #new_eco .service_slider-controls {
    margin-top: 32px;
    gap: 12px;
  }
}
/************************************* Service Responsive end *************************************/





/************************************* Header Responsive start *************************************/
@media (max-width: 1260px) {


  .simple-header__burger {
    width: 60px;
    height: 60px;
    padding: 20px;
    margin-left: -20px;
    display: inline-block;
    position: relative;
  }

  .simple-header__burger i {
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    border-radius: 2px;
    background-color: #28292B;
    transition: top 300ms ease, transform 300ms ease;
  }

  body.cecutient #cecutientPanel {
    top: 112px;
  }

  .simple-header__burger i:nth-child(1) {
    top: 26px;
  }

  body.cecutient.up .scroll-top {
    bottom: 60px;
  }

  body.cecutient .section-specialists.ko-hidden {
    padding-top: 0;
  }

  .simple-header__burger i:nth-child(2) {
    top: 33px;
  }

  .simple-header__navigation {
    position: fixed;
    left: -100%;
    background-color: #FFF;
    z-index: 999;
    width: 425px;
    height: calc(100vh - 70px);
    text-align: left;
    transition: left .6s;
    overflow: auto;
  }

  .header-responsive__inner {
    overflow: auto;
    height: calc(100vh - 60px);
  }

  .header-responsive__phones {
    padding: 20px;
    border-bottom: 1px solid rgba(225, 228, 231, .5);
  }

  .header-responsive__phone {
    padding-bottom: 15px;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    font-family: var(--medium-font), sans-serif;
    display: block;
  }

  .header-responsive__phone-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #909EAA;
    line-height: 1;
  }

  .header-responsive__phone+.header-responsive__phone {
    margin-top: 20px;
  }

  /* Icon buttons */
  .header-responsive__cecutient,
  .header-responsive__login,
  .header-responsive__calculator {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-family: var(--medium-font);
  }

  .header-responsive__login>i,
  .header-responsive__calculator>i {
    margin-right: 15px;
    font-size: 20px;
    color: var(--main-color);
  }

  .header-responsive__calculator .header-responsive__calculator-count {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
    background: var(--main-color);
    border-radius: 50%;
    text-align: center;
    font-family: var(--medium-font);
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
  }

  body.cecutient .header-responsive__calculator .header-responsive__calculator-count {
    background: #000;
    color: #FFF !important;
    font-size: 20px
  }

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

  .header-responsive__foreigners {
    padding-left: 30px;
  }

  .header-responsive__foreigners .base-dropdown__list {
    right: 0;
    left: unset;
  }

  /* Links */
  .header-responsive__links {
    border-top: 1px solid rgba(225, 228, 231, .5);
    padding: 15px 0;
    margin-top: 15px;
  }

  .header-responsive__link {
    padding: 10px 20px;
    font-family: var(--medium-font);
  }

  .navigation-list {
    margin-bottom: 15px;
  }

  .navigation-list__item {
    margin: 0 20px;
    border-bottom: 1px solid rgba(225, 228, 231, .5);
    position: relative;
    padding-right: 50px;
  }

  .navigation-list__item-btn-next {
    position: absolute;
    top: 0;
    right: -20px;
    width: 70px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navigation-list__item-btn-next>i {
    transform: rotate(-90deg);
    font-size: 16px;
  }

  .navigation-list__item.active>.navigation-list__link-1 {
    color: var(--main-color);
  }

  .navigation-list__link-1 {
    font-family: var(--medium-font), sans-serif;
    font-size: 18px;
    padding: 20px;
    margin-left: -20px;
    display: block;
  }

  .navigation-list__item-inner {
    position: fixed;
    top: 70px;
    left: 0;
    width: 425px;
    height: calc(100vh - 70px);
    background: #EDF2F5;
    z-index: 1;
    transition: left .3s;
    overflow: auto;
    margin-left: 425px;
    transition: width .3s ease-in-out, margin .3s ease-in-out, visibility .4s;
    visibility: collapse;
    width: 0;
  }

  body.showRespNav .navigation-list__item.opened>.navigation-list__item-inner {
    visibility: visible;
    margin-left: 0;
    width: 425px;
    max-width: 100%;
    bottom: 0;
    background: #FFF;
    flex-direction: column;
    align-items: initial;
    padding: 10px;
    transition: left .5s;
    overflow: auto;
  }

  .simple-header__navigation-phone {
    display: none;
  }

  .simple-header__navigation-separator {
    height: 1px;
    width: 100%;
  }

  body.showRespNav .simple-header__navigation {
    left: 0;
  }

  body.showRespNav .simple-header__burger i:nth-child(1) {
    top: 30px;
    transform: rotate(45deg);
  }

  body.showRespNav .simple-header__burger i:nth-child(2) {
    top: 30px;
    transform: rotate(-45deg);
  }

  body.showRespNav .header-responsive {
    left: 0;
  }

  body:has(#roddom, .acuvue-page, #eco, #hospital, #remote, #cosmetology) {
    padding: 0px
  }

  body .header_mobile {
    /* border-bottom: 1px solid #E4E6E8; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  /* end */
  @media (max-width: 1200px) {
    body.cecutient .header-bottom .base-btn {
      padding: 6px 8px;
    }

    .header-bottom__navigation-text {
      white-space: nowrap;
    }

    .cecutient .header-bottom__navigation-text {
      white-space: normal;
    }

    body.cecutient .icon-info::before {
      font-size: 30px;
    }

    .header-bottom__search-btn {
      margin: 0 5px;
    }

    .header-bottom__record-btn {
      font-size: 14px;
      padding: 0 10px;
    }

    .header-bottom__record-more {
      width: 44px;
    }

    body.cecutient .header_mobile .navbar-toggler i {
      height: 5px;
      width: 32px;
    }

    body.cecutient.showRespNav .header_mobile .navbar-toggler i:nth-child(1) {
      top: 37px;
    }
  }

  @media (max-width: 1060px) {
    body.cecutient .header_mobile .navbar-toggler i {
      height: 5px;
      width: 32px;
    }

    body.cecutient.showRespNav .header_mobile .navbar-toggler i:nth-child(1) {
      top: 26px;
    }

    body {
      padding-top: 155px;
    }

    #mainPage {
      padding-top: 0;
    }

    body.cecutient #mainPage {
      padding-top: 300px;
    }

    body.show-main-search .section-breadcrumbs {
      padding-top: 130px;
    }

    body.mobile {
      padding-top: 0;
      padding-bottom: env(safe-area-inset-bottom);
      transition: padding-top 1s ease-in;
    }

    body:has(#new_record) {
      padding-top: 80px !important;
    }

    body:has(.open) #new_record {
      padding-top: 115px;
    }

    #new_record {
      padding-top: 40px;
    }

    body .header-search {
      border-bottom: none;
    }

    .header-top,
    .header-bottom {
      display: none;
    }

    .header_mobile {
      display: block;
      transition: margin-top .4s ease;
    }

    .header_mobile--hidden {
      transition: margin-top .4s ease;
      margin-top: -70px;
    }

    body.show-main-search #mainPage {
      padding-top: 68px;
      transition: padding-top .4s ease;
    }

    body.cecutient #startTourButtonMobile {
      font-size: 13px;
    }

    body.cecutient .section-breadcrumbs {
      padding-top: 90px;
      padding-bottom: 0;
    }

    body.show-main-search .main-slider {
      padding-top: 0;
    }

    body.cecutient {
      padding-top: 80px;
    }

    body.cecutient #cecutientPanel {
      display: block;
      top: 157px;
    }

    body.cecutient.showRespNav #cecutientPanel {
      z-index: 100;
    }

    body.cecutient .header_mobile {
      position: fixed;
      display: block;
    }

    body:has(.header_mobile--hidden) {
      padding-top: 80px;
    }

    .header_mobile--hidden-notification {
      transition: margin-top .4s ease;
      margin-top: -145px;
    }

    .header_mobile .header-bottom__record-super-btn {
      margin: 15px 0 15px auto;
      height: 40px;
    }

    .header_mobile .header-bottom__record-btn {
      border-radius: 4px 0 0 4px;
      font-family: var(--medium-font), sans-serif;
      font-size: 14px;
    }

    .header_mobile .header-bottom__record-more {
      width: 40px;
      border-radius: 0 4px 4px 0;
    }

    body:not(.show-main-search) .header-search {
      opacity: 0;
      margin-top: -400px;
      z-index: -9999;
    }

    .header-search__form input {
      padding: 10px 30px;
    }

    .header-search__input {
      margin-left: 0;
    }

    .header-search__input .icon-search-close {
      font-size: 24px;
    }

    .header-search__form {
      top: 0;
    }

    .header-search__search-results {
      position: relative;
      padding-top: 15px;
    }

    .header-search__search-loader {
      padding: 0 0 20px;
    }

    .header-search__group-item {
      padding: 25px 0;
      flex-direction: column;
      padding-left: 70px;
      position: relative;
      min-height: 130px;
    }

    .header-search__empty-results .header-search__group-item {
      padding: 10px 0;
      flex-direction: row;
      min-height: unset;
    }

    .header-search__item-img {
      border-radius: 4px;
      position: absolute;
      top: 25px;
      left: 0;
      margin: 0;
    }

    .header-search__item-name {
      margin: 0 0 5px;
      font-size: 14px;
      line-height: 20px;
    }

    .header-search__item-info {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 10px;
    }

    .header-search__item-info+.header-search__item-info {
      margin-top: 0;
      border-top: 1px solid #E1E4E7;
      padding-top: 10px;
    }

    .header-search__item-price {
      min-width: initial;
      margin: 0 0 10px;
      text-align: left;
    }

    .header-search__item-price-value {
      margin: 0;
      font-size: 14px;
    }

    .header-search__item-price-info {
      font-size: 12px;
    }

    .header-search__item-actions {
      margin: 10px 0 0 0;
      min-width: initial;
    }

    .header-search__item-actions>button,
    .header-search__item-actions>.loader-wrapper,
    .header-search__item-actions .btns-union {
      float: none;
    }

    .header-search__item-actions .btns-union .base-btn {
      overflow: hidden;
    }

    .header-search__item-date {
      min-width: initial;
      font-size: 12px;
      text-align: left;
      margin: 0;
    }

    .header-search__show-more {
      background: rgba(144, 158, 170, .1);
      border-radius: 4px;
      padding: 15px 0;
      line-height: 25px;
    }

    .header-search__show-more::after {
      display: none;
    }

    .header-search__item-missing {
      font-size: 12px;
      letter-spacing: .5px;
      line-height: 16px;
    }

    .header-search__selector {
      flex-basis: unset;
    }

    .header-search__results {
      margin: 0;
    }

    @-moz-document url-prefix() {
      body.show-main-search #mainPage {
        padding-top: 0px;
      }

      #mainPage {
        padding: 0px;
      }

      body.show-main-search .section-breadcrumbs {
        padding-top: 25px;
      }

      body .main-slider {
        padding-top: 55px;
        transition: padding-top .3s ease;
      }

      body .info-block__wrap {
        padding-top: 0;
      }

      body.cecutient #cecutientPanel {
        top: 100px;
      }

      body.cecutient .section-breadcrumbs {
        padding-top: 110px;
      }

      body.cecutient #mainPage {
        padding-top: 120px;
      }
    }
  }

  @media (max-width: 767px) {
    .header-search__form {
      flex-direction: column;
    }

    .selectize-input .item {
      font-size: 14px;
    }

    .header-search__selector {
      padding-bottom: 0;
      width: 100%;
    }

    .header-search__input {
      width: 100%;
    }

    .header-search__clinic-select {
      margin-right: 0;
    }

    .header-search__selector .selectize-input .item {
      margin-right: auto !important;
    }

    .header-search__selector .selectize-input::after {
      right: -20px;
      font-size: 10px;
      background-size: 10px;
    }

    .selectize-input {
      overflow: visible;
    }

    .header-search__group-title {
      font-size: 12px;
      margin-bottom: 5px;
    }

    .header-search__group-title--dummy {
      margin-bottom: 1110px;
    }

    .header-search__item-price-info {
      display: none;
    }

    .header-search__item-price-value {
      font-family: var(--bold-font);
      font-size: 16px;
      line-height: 20px;
    }

    .header-search__group-item {
      padding: 15px 0 0 55px;
      min-height: 70px;
    }

    .header-search__selector {
      flex-direction: column;
      margin-top: 25px;
    }

    .header-search__item-img {
      top: 15px;
      width: 35px;
      height: 35px;
      min-width: 35px;
      background-size: 20px;
    }

    .header-search__item-img--specialist {
      background-size: 35px;
    }

    .header-search__item-info {
      margin-bottom: 0;
    }

    .header-search__group-item_child .header-search__item-img--child {
      top: 30px;
      left: -10px;
      width: 28px;
    }

    .header-search__show-more {
      margin-bottom: 30px;
      padding: 5px 0;
    }
  }

  @media (max-width: 424px) {

    .header-responsive,
    .navigation-list__item-inner {
      width: 100%;
    }
  }

  /* Simple header e.g. landings */
  .simple-header {
    padding: 0 10px;
  }

  .simple-header__logo {
    margin: auto auto auto 0;
    height: 70px;
  }

  .simple-header__logo--small {
    display: block;
    max-height: 100%;
  }

  .simple-header__logo--big {
    display: none;
  }

  .simple-header__navigation {
    width: 100%;
  }

  .simple-header .base-btn {
    padding: 10px;
    line-height: normal;
  }

  .simple-header__navigation-phone {
    padding-right: 30px;
    transition: color .3s;
  }

  .simple-header__navigation-phone nobr {
    transition: color .3s;
  }

  .simple-header__navigation-phone nobr:hover {
    color: var(--main-color);
  }

  .simple-header__navigation {
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .simple-header__navigation-phone {
      display: none
    }
  }

  @media (min-width: 771px) and (max-width: 1133px) {
    .header-bottom__navigation-item {
      padding: 30px 5px;
    }

    body.show-main-search .section-breadcrumbs {
      padding-top: 90px;
    }

    body.cecutient.close-search #layout {
      padding-top: 34px;
    }
  }

  @media (max-width: 1260px) {
    .simple-header__burger {
      width: 60px;
      height: 60px;
      padding: 20px;
      display: inline-block;
      position: relative;
    }

    .simple-header__burger i {
      display: block;
      height: 2px;
      width: 20px;
      position: absolute;
      border-radius: 2px;
      background-color: #28292B;
      transition: top 300ms ease, transform 300ms ease;
    }

    body.cecutient #cecutientPanel {
      z-index: 200;
      position: fixed;
    }

    body.cecutient .scroll-top {
      bottom: 60px;
    }

    .simple-header__burger i:nth-child(1) {
      top: 26px;
    }

    body.cecutient.up .scroll-top {
      bottom: 60px;
    }

    body.cecutient .header_mobile .navbar-toggler i:nth-child(2) {
      top: 26px;
    }

    body.cecutient .btn-wrapper__add-service {
      font-size: 21px;
    }

    body.cecutient .header_mobile .navbar-toggler i {
      height: 5px;
      width: 32px;
    }

    body.cecutient .icon-info::before {
      font-size: 30px;
    }

    body.cecutient .section-specialists.ko-hidden {
      padding-top: 0;
    }

    .simple-header__burger i:nth-child(2) {
      top: 33px;
    }

    .simple-header__navigation {
      position: fixed;
      left: -100%;
      top: 71px;
      width: 350px;
      max-width: 100%;
      bottom: 0;
      background: #FFF;
      flex-direction: column;
      align-items: initial;
      padding: 10px;
      transition: left .5s;
      overflow: auto;
    }

    .simple-header__navigation-phone {
      display: none;
    }


    .simple-header__navigation-separator {
      height: 1px;
      width: 100%;
    }

    body.showRespNav .simple-header__navigation {
      left: 0;
    }

    body.showRespNav .simple-header__burger i:nth-child(1) {
      top: 30px;
      transform: rotate(45deg);
    }

    body.showRespNav .simple-header__burger i:nth-child(2) {
      top: 30px;
      transform: rotate(-45deg);
    }
  }

  @media (max-width: 820px) {
    .simple-header {
      padding: 0 10px;
    }


    .simple-header__logo--big {
      display: none;
    }

    .simple-header__navigation {
      width: 100%;
    }

    .simple-header .base-btn {
      padding: 10px;
      line-height: normal;
    }
  }

  /* end New header */
  /* Mobile phones block */
  .phones-mobile {
    display: flex;
  }
}
/************************************* Header Responsive end *************************************/

/* Prevent body scrolling when modal is open */
.no-scroll {
  overflow: hidden;
}
