@font-face {
  font-family: 'Core Sans N 65 Bold';
  src: url('../fonts/taz/core_sans_n_65_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#roddom {
  color: #3F4D5A;
  font-size: 16px;
  line-height: 1.5;
}
#roddom h2 {
  font-family: 'Core Sans N 65 Bold';
  font-size: 46px;
  line-height: 120%;
}
#roddom h3 {
  font-family: 'Core Sans N 65 Bold';
  font-size: 36px;
}
#roddom h4 {
  font-family: 'Core Sans N 65 Bold';
  font-size: 1.63em;
}
#roddom .plus-minus-toggle::before,
#roddom .plus-minus-toggle::after {
  width: 14px;
}
#roddom .container::before,
#roddom .container::after{
  content: none !important;
  display: none !important;
  clear: none !important;
}

@media (max-width: 991px) {
  #roddom {
    font-size: 14px;
  }
  #roddom h2 {
    font-size: 46px;
  }
}
@media (max-width: 500px) {
  #roddom h1 {
    font-size: 40px;
  }
  #roddom h2 {
    font-size: 34px;
  }
  #roddom h3 {
    font-size: 30px;
    line-height: 120%;
  }
}
#roddom .simple-header__navigation {
  width: unset;
}
#roddom .simple-header__navigation-item,
#roddom .simple-header__navigation-header a {
  color: #77828C;
  white-space: nowrap;
  transition: color .3s;
}
#roddom .simple-header__navigation-item:hover,
#roddom .simple-header__navigation-header:hover a {
  color: var(--main-color);
}
#roddom .simple-header__navigation-header {
  display: flex;
  align-items: center;
}
#roddom .simple-header__navigation-phone {
  display: flex;
  align-items: center;
}
#roddom .simple-header .phone-number {
  font-family: "Core Sans N 65 Bold";
}

#roddom .simple-header__navigation-phone-icon {
  vertical-align: sub;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
#roddom .simple-header__navigation-phone-icon img {
  width: 16px;
  height: 16px;
}
#roddom .simple-header__navigation-info {
  display: none;
}
#roddom .call-button {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Core Sans A 55 Medium';
  background-color: var(--main-color);
  border: none;
  border-radius: 6px;
  padding: 15px 26px 13px 25px;
}
@media (max-width: 1140px) {
  #roddom .call-button {
    padding: 15px 14px 13px 13px;
  }
  #roddom .simple-header__navigation-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
  #roddom .simple-header__navigation-dropdown:hover,
  #roddom .simple-header__navigation-item:hover .simple-header__navigation-dropdown {
    display: none;
  }
  #roddom .simple-header__navigation-item.active i {
    transform: rotate(180deg);
  }
  #roddom .simple-header__navigation-item.active .simple-header__navigation-dropdown {
    display: block;
  }
  #roddom .simple-header__navigation-info .simple-header__navigation-phone-icon {
    margin-right: 8px;
  }
  #roddom .simple-header__navigation {
    padding: 0 16px;
  }
  #roddom .simple-header__navigation-header a {
    font-size: 16px;
  }
  #roddom .simple-header__navigation-dropdown li a {
    color: #77828C;
  }
  #roddom .simple-header__navigation-item {
    border-bottom: 1px solid rgba(144, 158, 170, 0.2);
    padding: 16px 0;
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
  }
  #roddom .simple-header__navigation-item:first-child {
    padding-top: 24px;
  }
  #roddom .simple-header__navigation-dropdown {
    position: initial;
    padding: 0;
    padding-left: 8px;
    box-shadow: none;
    background: none;
  }
  #roddom .simple-header__logo {
    margin: 0 auto 0 0 !important;
    /* height: 56px !important; */
  }
}
@media (max-width: 768px){
  #roddom .simple-header__navigation-phone .phone-number {
    display: none;
  }
  #roddom .simple-header__navigation {
    width: 100%;
  }
  #roddom .simple-header__navigation-phone .simple-header__navigation-phone-icon {
    margin: 0;
    width: 24px;
    height: 24px;
  }
  #roddom .simple-header__navigation-phone {
    padding-right: 24px;
  }
  #roddom .simple-header__navigation-phone img {
    width: 24px;
    height: 24px;
  }
}
/* Hero */
#roddom {
  /* CSS-переменная для высоты хедера */
  --header-height: 97px;
}

#roddom .hero {
  background: #F1F9FC;
  z-index: 5;
  position: relative;
}
#roddom .hero__bg {
  background: url(../assets/images/roddom/main.png) center no-repeat;
  background-size: cover;
  height: calc(100vh - var(--header-height));
  position: sticky;
  position: -webkit-sticky;
  top: var(--header-height);
  z-index: -1;
}
#roddom .hero__inner {
  margin-top: -100vh;
  padding-top: 25vh;
  padding-bottom: 10vh;
  width: 60%;
}
#roddom .hero__upper-title {
  font-family: var(--bold-font);
  font-size: 20px;
  color: #99A4AC;
}
#roddom .hero__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 56px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#roddom .hero__text {
  font-size: 26px;
  color: #535B66;
}
#roddom .hero__text p {
  margin-bottom: 1.8em;
}
#roddom .hero__stages {
  margin: 10.6em 0 3.7em;
}
#roddom .hero__stage {
  padding-left: 100px;
  padding-bottom: 60px;
  position: relative;
  filter: grayscale(0);
  color: #E2E7EC;
}
#roddom .hero__stage:hover {
  z-index: 10;
}
#roddom .hero__stage:last-of-type {
  padding-bottom: 0;
}
.tours__carousel-video {
  position: relative;
  height: 100%;
}
.tours__carousel-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#roddom .tours__carousel-video {
  height: 440px;
  border-radius: 70px;
  overflow: hidden;
}
#roddom .hero__stage:not(:last-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  top: 46px;
  left: 23px;
  bottom: 0;
  width: 2px;
  background: #E2E7EC;
}
#roddom .hero__stage-progress {
  position: absolute;
  top: 0;
  left: 23px;
  width: 2px;
  height: 0;
  background: var(--main-color);
}
#roddom .hero__stage:last-of-type .hero__stage-progress {
  display: none;
}
#roddom .hero__stage-order {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Core Sans N 65 Bold';
  font-size: 26px;
  line-height: 48px;
  letter-spacing: .02em;
  text-align: center;
  color: #E1E4E7;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 2px solid #E1E4E7;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#roddom .hero__stage-text {
  font-family: 'Core Sans N 65 Bold';
  font-size: 32px;
  line-height: 120%;
}
#roddom .hero__offers {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
#roddom .hero__offer {
  margin-right: 40px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#roddom .hero__offer a {
  color: var(--main-color);
}
@media (max-width: 991px) {
  #roddom .hero__bg {
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
  }
  #roddom .hero__inner {
    width: 75%;
  }
  #roddom .birth-card::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #roddom .tours__carousel-video {
    height: 360px;
  }
  #roddom .hero__bg {
    position: static;
    background:
      linear-gradient(to bottom, transparent 40%, #F1F9FC 50%) top no-repeat,
      url(../assets/images/roddom/main.png) -200px top no-repeat;
    background-size: 150% auto;
  }
  #roddom .hero__inner {
    width: 100%;
    padding-top: 185px;
  }
  #roddom .hero__title {
    margin-bottom: 8px;
  }
  #roddom .hero__stages {
    font-size: 12px;
  }
  #roddom .hero__stage,
  #roddom .hero__offers {
    padding-left: 64px;
  }
  #roddom .hero__text {
    max-width: 480px;
    font-size: 24px;
  }
  #roddom .hero__stage-order  {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #roddom .hero__bg {
    position: static;
    background:
      linear-gradient(to bottom, transparent 30%, #F1F9FC 32%) top no-repeat,
      url(../assets/images/roddom/main.png) -200px top no-repeat;
    background-size: 170% auto;
  }
  #roddom .hero__offers {
    font-size: 16px;
    display: block;
  }
  #roddom .hero__title{
    font-size: 40px;
  }
  #roddom .hero__inner{
    padding-top: 295px;
    padding-bottom: 70px;
  }
  #roddom .hero__upper-title{
    font-size: 12px;
  }
  #roddom .hero__title {
    margin-top: 8px;
  }
  #roddom .hero__text {
    font-size: 20px;
  }
  #roddom .hero__stages {
    margin-top: 40px;
  }
  #roddom .hero__stage {
    padding-left: 52px;
    padding-bottom: 24px;
  }
  #roddom .hero__offers {
    padding-left: 52px;
  }
  #roddom .hero__title{
    font-size: 40px;
  }
  #roddom .hero__inner{
    padding-top: 295px;
  }
  #roddom .hero__upper-title{
    font-size: 12px;
  }
  #roddom .hero__title {
    margin-top: 8px;
  }
  #roddom .hero__text {
    font-size: 20px;
  }
  #roddom .hero__stages {
    margin-top: 40px;
  }
  #roddom .hero__stage-order {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
  #roddom .hero__stage,
  #roddom .hero__offers {
    padding-left: 52px;
  }
}
@media (max-width: 500px) {
  #roddom .tours__carousel-video {
    border-radius: 50px;
    height: 280px;
  }
}
#roddom .tooltip-wrap {
  position: inherit;
}
#roddom .tooltip-bottom {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 700px;
  left: 2.8em;
  border-radius: 70px;
}
#roddom .tooltip-wrap:hover .tooltip-bottom {
  display: flex;
}
#roddom .tooltip-bottom .tooltip__content {
  max-width: 400px;
}
#roddom .tooltip-bottom img {
  max-width: 200px;
}
#roddom .tooltip__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 26px;
  line-height: 120%;
  color: #3F4D5A;
  margin-bottom: 8px;
}
#roddom .tooltip__text {
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .15px;
  color: #535B66;
  margin-bottom: 24px;
}
#roddom .tooltip-link {
  margin-bottom: 0;
}
#roddom .tooltip__button {
  height: 48px;
  width: 148px;
}
@media (max-width: 768px) {
  #roddom .tooltip-link {
    display: inline;
  }
  #roddom .tooltip-bottom {
    flex-direction: column-reverse;
    align-items: baseline;
    width: auto;
    padding: 32px;
    gap: 20px;
    border-radius: 50px;
  }
  #roddom .tooltip-bottom img {
    max-height: 130px;
  }
  #roddom .tooltip-bottom .tooltip__content {
    max-width: 256px;
  }
  #roddom .tooltip__title {
    margin-bottom: 10px;
  }
  #roddom .tooltip__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 130%;
  }
}

@media (max-width: 500px) {
  #roddom .tooltip-bottom {
    left: 0;
  }
}
#roddom .title {
  margin-bottom: 16px;
  text-align: center;
}
#roddom .description {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
/* section-birth */
#roddom .page-2-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 120px;
}
#roddom .page-2-content-grid .advantage-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center
}
#roddom .section-birth {
  padding-top: 120px;
}
#roddom .advantage-card {
  background-color: #F5FAFD;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 40px;
  padding: 48px;
  border-radius: 70px;
}
#roddom .advantage-card img {
  max-width: 100%;
  max-height: 200px;
}
#roddom .advantage-card__content h4{
  margin-bottom: 16px;
  font-family: 'Core Sans N 65 Bold';
}
#roddom .advantage-card__text {
  font-size: 20px;
  line-height: 140%;
}
#roddom .content-with-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
#roddom .content-with-image--revert {
  flex-direction: row-reverse;
}
#roddom .content-with-image--wide {
  margin-bottom: 0;
}
#roddom .content-with-image img {
  max-width: 530px;
  max-height: 400px;
}
#roddom .content-with-image__content {
  flex: 0 0 38%;
}
#roddom .content-with-image--wide .content-with-image__content {
  flex: 0 0 60%;
}
#roddom .content-with-image__content h2,
#roddom .content-with-image__content h3 {
  margin-bottom: 24px;
}
#roddom .content-with-image__content h4 {
  margin-bottom: .8em;
}
#roddom .content-with-image__text {
  font-size: 26px;
  line-height: 130%;
}
#after_birth .content-with-image__text {
  font-size: 20px;
  line-height: 140%;
}
#roddom .content-with-image__text p {
  margin-bottom: 16px;
}
#roddom .content-with-image__text ul {
  margin-top: .7em;
}
#roddom .content-with-image__text li {
  font-size: .82em;
  line-height: 2em;
  color: #535B66;
}
#roddom .content-with-image__text li::before {
  content: "\2022";
  color: #909EAA;
  display: inline-block;
  width: 1em;
}
#roddom .content-with-image__link {
  color: var(--main-color);
  font-family: var(--medium-font);
  font-size: .9em;
  line-height: 1.8em;
  padding: .25em 0;
}
#roddom .content-with-image__link--dash {
  border-bottom: 1px dashed var(--main-color);
}
#roddom .content-with-image__link--dash:hover {
  border-bottom: none;
}
#roddom .content-with-image--size-l .content-with-image__text {
  font-size: 26px;
}
#roddom .content-with-image--size-l .content-with-image__content {
  flex: 0 0 51%;
}
#roddom .content-with-image__block {
  width: 50%;
  min-height: 300px;
  padding: 30px 40px;
  background-color: #F4F9FC;
  border-radius: 12px;
  color: #3F4D5A;
}
#roddom .content-with-image__title {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 36px;
}
#roddom .content-with-image__block .content-with-image__link {
  font-family: var(--medium-font);
  font-size: 16px;
  border: none;
}
#roddom .content-with-image__content {
  flex: 1;
}
#roddom .content-with-image {
  gap: 80px;
}
#roddom .content-with-image img {
  width: 400px;
  height: 400px;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 768px) {
  #roddom .content-with-image {
    gap: 40px;
  }
  #roddom #courses .content-with-image {
    gap: 24px;
  }
  #roddom .content-with-image img {
    width: 280px;
    height: 280px;
  }
  #roddom .content-with-image__text {
    font-size: 24px;
  }
  #roddom .advantage-card img {
    max-width: 100%;
    height: 200px;
    display: block;
    object-fit: contain;
  }
  #roddom .advantage-card:last-child:nth-child(2n+1) {
    gap: 24px;
  }
  #roddom .content-with-image {
    flex-direction: row-reverse;
  }
  #after_birth h3 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 500px) {
  #after_birth .content-with-image__text {
    font-size: 16px;
  }
  #roddom .content-with-image img {
    width: 320px;
    height: 220px;
  }
  #roddom .content-with-image__text {
    font-size: 20px;
  }
}
#roddom .birth-cards {
  margin-bottom: 120px;
  display: flex;
  gap: 32px;
}
#roddom .birth-cards-mobile {
  display: none;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  #roddom .birth-cards {
    display: none;
  }

  #roddom .birth-cards-mobile {
    display: block;
  }
}
#roddom .birth-card {
  flex: 1;
  padding: 30px 30px 50px;
  border-radius: 70px;
  background-color: #FEF2EC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#roddom .birth-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: circle(3% at 17% 11%);
  transition: clip-path 0.7s ease;
  border-radius: 70px;
  opacity: 1;
}

#land-roddom .birth-card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #AB00FC;
  transition: opacity .7s;
  overflow: hidden;
}
#land-roddom .birth-card-background:hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: #AB00FC;
  transition: opacity .7s;
}
#roddom .birth-card__image {
  -webkit-clip-path: circle(0 at 17% 11%);
  clip-path: circle(0 at 17% 11%);
  border-radius: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: clip-path .7s;
}
#roddom .birth-card:hover .birth-card__image {
  clip-path: circle(100% at 50% 50%);
}
#roddom .birth-card__content {
  position: relative;
  z-index: 1;
}
#roddom .birth-card__icon {
  background-color: #FFF;
  border-radius: 50%;
  margin-bottom: 60px;
  width: 68px;
  height: 68px;
  position: relative;
  transition: background-color .5s, box-shadow .5s;
}
#roddom .birth-card .birth-card__icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#roddom .birth-card:nth-of-type(1) .birth-card__icon::before {
  width: 40px;
  height: 40px;
  background: url('../assets/images/roddom/Kvalif.svg') -14px;
}
#roddom .birth-card:nth-of-type(2) .birth-card__icon::before {
  width: 40px;
  height: 40px;
  background: url('../assets/images/roddom/Cicle.svg') -14px;
}
#roddom .birth-card:nth-of-type(3) .birth-card__icon::before {
  width: 40px;
  height: 40px;
  background: url('../assets/images/roddom/Comfort.svg') -14px;
}
#roddom .birth-card__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 1.4em;
  color: var(--main-color);
  margin-bottom: 30px;
  transition: opacity .5s, transform .5s;
}
#roddom .birth-card__text {
  font-size: 1.13em;
  opacity: .7;
  transition: opacity .5s, transform .5s;
}
/* Изменять карточку только на устройствах с поддержкой hover */
@media (hover: hover) {
  #roddom .birth-card:hover::before {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
  #roddom .birth-card:hover .birth-card__title,
  #roddom .birth-card:hover .birth-card__text {
    opacity: 0;
    transform: translateY(300px);
  }
}
@media (max-width: 991px){
  #roddom .birth-card {
    height: 100%;
  }
}
@media (max-width: 500px) {
  #roddom .birth-card {
    border-radius: 50px;
  }
}
/* birth gallery */
#roddom .section-birth {
  overflow: hidden;
}
#roddom .birth__gallery {
  margin-top: 60px;
}
#roddom .slider-container {
  width: 100%;
  padding-top: 0;
}
#roddom .slider-btns {
  display: flex;
  justify-content: center;
  position: relative;
  inset: 0;
  margin-top: 24px;
}
#roddom .slider-btns.disabled {
  display: none !important;
}
#roddom .slider-btn {
  background-color: #F4662A;
  border: none;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#roddom .slider-btn::before {
  content: none !important;
}
#roddom .slider-container.owl-carousel .owl-stage {
  display: flex;
}
#roddom .owl-carousel .owl-stage-outer {
  padding-bottom: 24px;
  padding-top: 0;
}
#roddom .slider-container.owl-carousel .owl-item div,
#roddom .slider-container.owl-carousel .owl-item img {
  width: 100%;
  /* height: 100%; */
  height: 440px;
  object-fit: cover;
  max-width: initial;
}
#roddom .birth__gallery-image,
#roddom .birth__gallery-video {
  border-radius: 70px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #roddom .content-with-image--size-l .content-with-image__image,
  #roddom .content-with-image--size-l .content-with-image__block {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  #roddom .section-birth {
    padding: 80px 0 20px;
  }
  #roddom .content-with-image {
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  #roddom .content-with-image__block {
    width: 100%;
  }
  #roddom .birth-cards {
    flex-direction: column;
    padding: 20px 0 90px;
  }
  #roddom .birth-card__content {
    max-width: 80%;
  }
  #roddom .birth-card__icon {
    margin-bottom: 24px;
  }
  #roddom .birth-card__title {
    margin-bottom: 10px;
  }
  #roddom .content-with-image--wide {
    margin-bottom: 0;
  }
  #roddom .content-with-image img {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  #roddom .slider-container.owl-carousel .owl-item div,
  #roddom .slider-container.owl-carousel .owl-item img {
    height: 340px;
  }
  #roddom .content-with-image--wide {
    margin-bottom: 0;
  }
  #roddom .slider-container.owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
  #roddom .birth-card__content {
    max-width: unset;
  }
  #roddom .birth__gallery {
    margin-top: 40px;
  }
  #roddom .birth-cards {
    margin-bottom: 50px;
  }
  #roddom .slider-container {
    display: block !important;
    /* padding-top: 24px; */
    padding-bottom: 0;
  }
  #roddom .section-birth {
    padding-bottom: 0;
  }
  #roddom .page-2-content-grid {
    margin-bottom: 80px;
    gap: 16px;
  }
}
@media (max-width: 650px) {
  #roddom .content-with-image {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #roddom .content-with-image {
    margin-bottom: 60px;
  }
  #roddom .page-2-content-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    gap: 16px;
  }
  #roddom .advantage-card {
    padding: 32px;
    gap: 24px;
    border-radius: 50px;
  }
  #roddom .advantage-card img {
    max-width: 256px;
    max-height: 130px;
  }
  #roddom .advantage-card__content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 120%;
  }
  #roddom .advantage-card__text {
    font-size: 16px;
    line-height: 130%;
  }
  #roddom .content-with-image img {
    max-height: 220px;
  }
  #roddom .hero__stage-text {
    font-size: 20px;
  }
  #roddom .page-2-content-grid .advantage-card:last-child:nth-child(2n+1) {
    flex-direction: column;
    align-items: flex-start;
  }
  #roddom .slider-btns {
    justify-content: space-between !important;
    margin-top: 0;
    padding: 0 16px;
  }
  #roddom .content-with-image__content h2 {
    font-size: 34px;
    margin-bottom: 8px;
  }
  #roddom .birth__gallery {
    margin-top: 24px;
  }
  #roddom .birth__gallery-image {
    border-radius: 50px;
  }
}
/* section-views */
#roddom .section-views {
  padding-top: 120px;
  text-align: center;
}
#roddom .section-views .container {
  width: 790px;
  max-width: 100%;
}
#roddom .section-views h4 {
  margin-bottom: 1.2em;
}
#roddom .section-views__text {
  margin-bottom: 40px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 140%;
}
#roddom .section-views__photo {
  height: 640px;
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}
#roddom .mobile-version {
  display: none;
}
@media (max-width: 768px) {
  #roddom .section-views {
    padding-top: 80px;
  }
  #roddom .section-views__photo {
    height: 360px;
    border-radius: 70px;
    margin: 0 24px;
  }
}
@media (max-width: 500px) {
  #roddom .section-views {
    padding-top: 60px;
  }
  #roddom .section-views__text {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 8px;
    line-height: 130%;
  }
  #roddom .section-views__photo {
    height: 280px;
    margin: 0 20px;
    border-radius: 50px;
  }
}
#birthSpecialist .filter-list {
  margin: 0 !important;
}
#birthSpecialist .filter-list,
#roddom .filter-list {
  margin: 40px 0;
  display: flex;
  gap: 12px;
}
#birthSpecialist .filter-item,
#roddom .filter-item {
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
}
#birthSpecialist .filter-item.active,
#roddom .filter-item.active {
  background-color: #65B8EF;
  color: white;
  font-family: "Core Sans A 55 Medium";
}
@media (max-width: 768px) {
  #roddom .desktop-version {
    display: none;
  }
  #roddom .mobile-version {
    display: block;
  }
}
/* section-specialists */
#roddom .section-specialists {
  padding-top: 120px;
  padding-bottom: 0;
}
#roddom .section-specialists h3 {
  margin-bottom: 40px;
}
#roddom .section-specialists__text {
  font-family: 'Core Sans A 45 Regular';
  font-size: 20px;
  line-height: 140%;
}
#roddom .section-specialists__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  gap: 32px;
}
#roddom .section-specialists__inner .speciality-card:nth-child(n+7) {
  display: none;
}
#roddom .section-specialists__wrapper {
  margin-bottom: 120px;
}
#roddom .show-more-specialists-btn {
  display: none;
  margin-top: 32px;
  text-align: center;
  padding: 25px;
  border: #F4662A4D solid 1px;
  border-radius: 4px;
  font-size: 14px;
  color: #F4662A;
  font-family: 'Core Sans A 55 Medium';
}
#roddom .show-more-specialists-btn.visible {
  display: block;
}
#roddom .show-more-specialists-btn:hover {
  cursor: pointer;
  background-color: #FFF7F4;
}
#roddom .show-more-specialists-toggle {
  display: none;
}
#roddom .show-more-specialists-toggle:checked ~ .section-specialists__inner .speciality-card:nth-child(n+7) {
  display: flex;
}
#roddom .show-more-specialists-toggle:checked ~ .show-more-specialists-btn {
  display: none;
}
@media (max-width: 768px){
  #roddom .section-specialists h3 {
    margin-bottom: 24px;
  }
  #roddom .show-more-specialists-btn {
    padding: 16px 104px;
  }
  #roddom .section-specialists__wrapper {
    margin-bottom: 80px;
  }
  #roddom .section-specialists {
    padding-top: 80px;
  }
}
@media (max-width: 660px) {
  #roddom .section-specialists__text {
    font-size: 16px;
    line-height: 130%;
  }
  #roddom .section-specialists__wrapper {
    margin-bottom: 60px;
  }
}
#roddom .section-admin-specialists__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
  gap: 32px;
}
#roddom .section-admin-specialists__inner .speciality-card__photo-section{
  height: 300px;
  background-color: #FEF2EC;
  padding-top: 0;
}
#roddom .section-admin-specialists__inner .speciality-card__info {
  border-color: #FEF2EC;
}
#roddom .section-admin-specialists__inner .speciality-card__info:hover {
  border-color: #FCDECF;
}
#roddom .section-admin-specialists__inner .speciality-card__photo {
  max-height: 95%;
  max-width: 100%;
  object-fit: contain;
}
#roddom .section-admin-specialists__inner .speciality-card {
  background-color: unset;
}
#roddom .section-admin-specialists__inner .speciality-card__title,
#roddom .speciality-card-horizontal .speciality-card__title {
  font-size: 32px;
  max-width: 472px;
}
#roddom .section-admin-specialists__inner .speciality-card__description,
#roddom .speciality-card-horizontal .speciality-card__description{
  font-size: 20px;
  margin-top: 16px;
  line-height: 140%;
}
#roddom .speciality-card {
  border-radius: 70px;
  position: relative;
  background-color: #ECFAFE;
  border: none;
  flex-direction: column;
  display: flex;
}
#roddom .speciality-card-horizontal {
  border-radius: 70px;
  position: relative;
  border: none;
  display: flex;
  margin-bottom: 120px;
  background-color: #FEF2EC;
  overflow: hidden;
}
#roddom .speciality-card-horizontal .speciality-card__info {
  border-bottom-left-radius: 0;
  border-top-right-radius: 70px;
  flex: 1;
  padding: 48px;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: #FEF2EC;
}
#roddom .speciality-card-horizontal .speciality-card__info:hover {
  border-color: #FCDECF
}
#roddom .speciality-card-horizontal .speciality-card__photo-section {
  padding-top: 0;
  align-items: end;
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: auto;
}
#roddom .speciality-card-horizontal .speciality-card__photo {
  max-height: 85%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  #roddom .speciality-card-horizontal {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #roddom .speciality-card {
    border-radius: 50px;
  }
  #roddom .speciality-card-horizontal {
    border-radius: 50px;
    position: relative;
    border: none;
    flex-direction: column;
    display: flex;
  }
  #roddom .speciality-card-horizontal .speciality-card__photo-section {
    height: 250px;
    flex: none;
  }
  #roddom .speciality-card-horizontal .speciality-card__info {
    background-color: #fff;
    padding: 32px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    justify-content: space-between;
    border-top-right-radius: 0px;
    border-width: 0px 2px 2px 2px;
  }
}
#roddom .speciality-card__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 20px;
  line-height: 120%;
}
#roddom .speciality-card__description {
  font-size: 16px;
  line-height: 130%;
  color: #3F4D5A;
  margin-top: 8px;
  opacity: 70%;
  max-width: 100%;
}
#roddom .speciality-card__experience {
  border: 1px solid #E1E4E7;
  border-radius: 22px;
  padding: 12px 20px;
  width: max-content;
}
#birthSpecialist .speciality-card__experience-title,
#roddom .speciality-card__experience-title {
  margin: 0;
  font-size: 12px;
  font-family: 'Core Sans N 65 Bold';
  color: #3F4D5A;
  opacity: 50%;
  line-height: 120%;
  margin-bottom: 2px;
}
#birthSpecialist .speciality-card__experience-value,
#roddom .speciality-card__experience-value {
  font-size: 16px;
  font-family: 'Core Sans A 45 Regular';
  color: #3F4D5A;
  margin: 0;
  opacity: 70%;
  line-height: 130%;
}
#roddom .speciality-card__info:hover .speciality-card__title{
  color: var(--main-color);
}
#roddom .speciality-card__photo {
  max-height: 180px;
  max-width: 100%;
  position: relative;
  display: block;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#roddom .speciality-card__info {
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: #ECFAFE;
  box-sizing: border-box;
  background-color: #fff;
  padding: 40px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  justify-content: space-between;
  cursor: pointer;
}
#roddom .speciality-card__info:hover {
  border-color: #C1EEFD;
}
#roddom .speciality-card__photo-section {
  text-align: center;
  position: relative;
  padding-top: 20px;
  height: 200px;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  #roddom .speciality-card__inner {
    min-height: 350px;
  }
}
@media (max-width: 640px) {
  #roddom .speciality-card__inner {
    min-height: 450px;
    padding: 20px;
  }
  #roddom .speciality-card__experience {
    border-radius: 26px;
  }
}
@media (min-width: 660px) and (max-width: 768px) {
  #roddom .section-specialists__inner {
    grid-template-columns: 1fr 1fr;
  }
  #roddom .section-specialists__inner .speciality-card:nth-child(n+5) {
    display: none;
  }
  #roddom .show-more-specialists-toggle:checked ~ .section-specialists__inner .speciality-card:nth-child(n+5) {
    display: flex;
  }
  #roddom .section-admin-specialists__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
  }
  #roddom .section-admin-specialists__inner .speciality-card {
    border-radius: 70px;
    position: relative;
    border: none;
    display: flex;
    margin-bottom: 120px;
    flex-direction: row;
    margin: 0;
  }
  #roddom .section-admin-specialists__inner .speciality-card__info {
    border-bottom-left-radius: 0;
    border-top-right-radius: 70px;
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
    border-width: 2px 2px 2px 0px;
  }
  #roddom .section-admin-specialists__inner .speciality-card__title {
    font-size: 26px;
  }
  #roddom .section-admin-specialists__inner .speciality_card__description {
    font-size: 20px;
  }
  #roddom .section-admin-specialists__inner .speciality-card__photo {
    max-height: 85%;
  }
  #roddom .section-admin-specialists__inner .speciality-card__photo-section {
    height: auto;
    flex: 1;
    box-sizing: border-box;
    padding: 0;
  }
  #roddom .section-specialists__inner {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 659px) {
  #roddom .section-specialists__inner .speciality-card:nth-child(n+4) {
    display: none;
  }
  #roddom .show-more-specialists-toggle:checked ~ .section-specialists__inner .speciality-card:nth-child(n+4) {
    display: flex;
  }
  #roddom .speciality-card__doctor-data {
    max-width: 100%;
    /* margin-bottom: 20px; */
  }
  #roddom .speciality-card__inner {
    justify-content: initial;
    min-height: 300px;
  }
  #roddom .section-specialists__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #roddom .section-admin-specialists__inner {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
  #roddom .section-admin-specialists__inner .speciality-card__photo-section {
    height: 250px;
  }
  #roddom .speciality-card-horizontal .speciality-card__title,
  #roddom .section-admin-specialists__inner .speciality-card__title {
    font-size: 26px;
  }
  #roddom .speciality-card__info {
    padding: 32px;
  }
}
@media (max-width: 500px) {
  #roddom .speciality-card__description {
  font-size: 16px !important;
  }
  #roddom .speciality-card__info {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
#roddom .advantages {
  margin-bottom: 120px;
}
#roddom .advantages h3{
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #roddom .advantages h3{
    margin-bottom: 40px;
  }
  #roddom .advantages {
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  #roddom .advantages h3{
    margin-bottom: 60px;
  }
  #roddom .advantages {
    margin-bottom: 60px;
  }
}
#roddom .indicators-wrap {
  display: flex;
  margin: 100px 0 60px;
}
#roddom .indicator {
  width: 33.33%;
  padding-right: 70px;
}
#roddom .indicator__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 5em;
  line-height: 1em;
  color: #4ACCDE;
  margin-bottom: 20px;
}
#roddom .indicator__text {
  font-size: 1.38em;
  line-height: 1.83em;
}
#roddom .specialists-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  margin-top: 50px;
  background: #EDFAFF;
  border-radius: 70px;
}
#roddom .specialists-banner__text {
  max-width: 50%;
  font-size: 1.13em;
}
@media (max-width: 991px) {
  #roddom .indicator {
    padding: 0 15px;
    text-align: center;
  }
  #roddom .specialists-banner__text {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #roddom .indicators-wrap {
    display: block;
  }
  #roddom .indicator {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
  }
  #roddom .indicator__title {
    flex: 0 0 170px;
    padding-right: 20px;
    text-align: right;
    font-size: 4.5em;
    margin-bottom: 0;
  }
  #roddom .indicator__text {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  #roddom .specialists-banner {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    padding: 40px 60px;
    border-radius: 70px;
  }
  #roddom .specialists-banner__text {
    max-width: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #roddom .indicator {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 40px;
  }
  #roddom .indicator__title {
    flex: initial;
    padding: 0;
    text-align: left;
  }
  #roddom .specialists-banner {
    padding: 30px;
    border-radius: 40px;
  }
}
/* info */
#roddom .section-info__blocks {
  display: grid;
  gap: 40px;
}
#roddom .section-info__content {
  padding: 48px;
  border-radius: 70px;
  box-shadow: 0px 10px 30px 0px #657B871A;
  margin-top: 24px;
}
#roddom .section-info__title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 32px;
  font-family: 'Core Sans N 65 Bold';
}
#roddom .section-info__points-lists {
  display: flex;
  gap: 16px;
}
#roddom .section-info__points {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
#roddom .section-info__points img {
  margin-right: 16px;
  max-width: 24px;
  max-height: 24px;
}
#roddom .section-info__point {
  display: flex;
}
#roddom .section-info__point p {
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 768px) {
  #roddom .section-info__points-lists {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #roddom .section-info__content {
    padding: 32px;
    border-radius: 50px;
  }
  #roddom .section-info__title {
    font-size: 16px;
  }
  #roddom .section-info__point p {
    font-size: 16px;
  }
  #roddom .section-info__blocks {
    gap: 24px;
  }
}
/* section-programs */
#roddom .programs {
  padding-top: 120px;
  position: relative;
  z-index: 5;
}
#roddom .programs h3 {
  margin-bottom: 32px;
}
/* Birth program table */
#roddom .programs th {
  font-family: 'Core Sans N 65 Bold';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #3F4D5A;
}
#roddom .birth-programs--title {
  position: sticky;
  top: var(--header-height);
  z-index: 9;
  background-color: white;
}
#roddom .pregnancy-block .birth-programs--title {
  background-color: #FFF9F5;
}
#roddom .birth-programs--full {
  position: sticky;
}
#roddom .roddom-minus {
  background-image: url(/static/mobile_app/www/assets/images/roddom/roddom_minus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}
#roddom .roddom-check {
  background-image: url(/static/mobile_app/www/assets/images/roddom/roddom_check.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 14px;
  display: inline-block;
}
#roddom .birth-programs {
  width: 100%
}
#roddom .birth-programs--nested {
  border-collapse: unset;
  border-spacing: 0;
}
#roddom .birth-programs--nested .program--title {
  font-size: 18px;
}
#roddom .birth-programs img {
  vertical-align: middle;
}
#roddom .birth-programs th {
  text-align: left;
  cursor: pointer;
}
#roddom .birth-programs tr {
  border-bottom: 1px solid #E9ECEE;
}
#roddom .birth-programs tr:not([class]) {
  display: table-row;
}
#roddom .birth-programs__heading {
  border: none;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(144, 158, 170, 0.2);
}
#roddom .birth-programs__category th {
  position: relative;
  padding-left: 30px;
}
#roddom .birth-programs__category .plus-minus-toggle {
  position: absolute;
  left: 0;
  top: 1.8em;
}
#roddom .birth-programs__category.active .plus-minus-toggle::before,
#roddom .birth-programs__category.active .plus-minus-toggle::after {
  transform: none;
}

#roddom .birth-programs td:first-child {
  padding-right: 10px;
  min-width: 300px;
  position: relative;
}
#roddom .birth-programs td:not(:first-child) {
  text-align: center;
  width: 140px;
  font-family: 'Core Sans N 65 Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  min-width: 110px;
}
#roddom .birth-programs__prices td:not(:first-child) {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
  white-space: nowrap;
}
#roddom .birth-programs__prices td:first-child {
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
}
#roddom .birth-programs .birth-programs__options td {
  font-family: 'Core Sans A 45 Regular';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: .02em;
}
#roddom .birth-programs__options--title {
  border: none !important;
}
#roddom .birth-programs__options--title td {
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
}
#roddom .birth-programs__options td{
  padding-top: 4px !important;
}
#roddom .section-pregnancy-cost .birth-programs .birth-programs__options td {
  font-size: 17px;
}
#roddom .birth-programs__options--mobile {
  display: none;
}
#roddom .birth-programs--mobile {
  display: none;
}
#roddom .pregnancy-block {
  background-color: #FFF9F5;
}
@media (max-width: 991px) {
  #roddom .birth-programs--title {
    top: var(--header-height);
  }
}
@media (max-width: 600px) {
  #roddom .section-info__points {
    grid-template: none;
    gap: 16px;
  }
  #roddom .birth-programs__heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #roddom .birth-programs__heading h4 {
    font-size: 20px;
  }
  #roddom .programs h3 {
    margin-bottom: 24px;
  }
}

/* Birth programs list (div structure) */
#roddom .birth-programs-list {
  display: flex;
  flex-direction: column;
}

#roddom .birth-programs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9ECEE;
  padding: 16px 0;
}

#roddom .birth-programs-row__title {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #3F4D5A;
  padding-right: 10px;
}

#roddom .birth-programs-row__options {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 564px;
  padding: 0 48px;
}

#roddom .birth-programs-row__option {
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Core Sans N 65 Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}

#roddom .birth-programs-row__option .hyphenate {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
  line-height: 130%;
  line-height: 21px;
  text-align: center;
  color: #3F4D5A;
  opacity: 70%;
}

/* Compatibility for pregnancy-cost section */
#roddom #pregnancy-cost .birth-programs-list,
#roddom .section-pregnancy-cost .birth-programs-list {
  display: flex;
  flex-direction: column;
}

#roddom #pregnancy-cost .birth-programs-row,
#roddom .section-pregnancy-cost .birth-programs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9ECEE;
  padding: 24px 0;
}

#roddom #pregnancy-cost .accordion-header-wrapper .birth-programs-prices__program {
  padding-top: 0;
}

/* Additional serive banner */
#roddom .additional-service {
  padding: 70px 60px 60px;
  border-radius: 70px;
  background: #F7FBFD url(../assets/images/roddom/additional-service.png) 100% 0% no-repeat;
  background-size: contain;
}
#roddom .additional-service h4 {
  margin-bottom: .5em;
  font-size: 1.75em;
}
#roddom .additional-service__text {
  margin-bottom: 2.5em;
  font-size: 1.13em;
}
@media (max-width: 1199px) {
  #roddom .additional-service {
    background-position-x: 560px;
  }
}
@media (max-width: 991px) {
  #roddom .additional-service {
    background-position-x: 420px;
    margin: 0 -20px;
    padding: 70px 20px;
    border-radius: 0;
  }
  #roddom .programs {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #roddom .additional-service {
    background-image: none;
    background-color: #EDFAFF;
  }
  #roddom .programs {
    padding-top: 80px;
  }
}
@media (max-width: 500px) {
  #roddom .programs {
    padding-top: 60px;
  }
}
/* Media */
#roddom .section-media {
  position: relative;
  padding-bottom: 120px;
  z-index: 5;
}
#roddom .section-media .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
#roddom .section-media__inner {
  max-width: 468px;
  padding-right: 40px;
  flex-shrink: 0;
}
#roddom .section-media__inner h3 {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 16px;
}
#roddom .section-media__inner p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
}
#roddom .section-media__inner p:last-child {
  margin-bottom: 0;
}
#roddom .section-media__inner i {
  vertical-align: middle;
  margin-right: 10px;
  color: #95A6B3;
}
#roddom .section-media__inner a {
  font-size: 22px;
  line-height: 40px;
  color: var(--main-color);
}
#roddom .section-media__carousel {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 55%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  #roddom .section-media .container {
    flex-direction: column;
  }
  #roddom .section-media__inner {
    max-width: 100%;
    padding-right: 0;
  }
  #roddom .section-media__carousel {
    max-width: 75%;
    margin: 0 auto;
  }
  #roddom .owl-stage-outer,
  #roddom .owl-item {
    height: initial;
  }
  #roddom .section-media__carousel .slider-btn_left {
    left: -60px;
  }
  #roddom .section-media__carousel .slider-btn_right {
    right: -60px;
  }
  #roddom .main-slider__controls {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #roddom .section-media {
    padding: 0;
  }
  #roddom .section-media__inner h3 {
    font-size: 36px;
  }
  #roddom .section-media__inner p {
    font-size: 20px;
  }
  #roddom .section-media__inner h3,
  #roddom .section-media__inner p {
    text-align: start;
  }
  #roddom .section-media__carousel {
    max-width: 100%;
  }
  #roddom .section-media .container {
    gap: 24px;
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  #roddom .section-media .container {
    padding-bottom: 60px;
  }
  #roddom .section-media__inner p {
    font-size: 16px;
  }
  #roddom .section-media__inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #roddom .section-media {
    padding: 0;
  }
  #roddom .section-media__inner h3 {
    font-size: 30px;
  }
  #roddom .section-media__inner h3,
  #roddom .section-media__inner p {
    text-align: start;
  }
}
/* Owl slider */
#roddom .owl-carousel.owl-loaded,
#roddom .owl-stage-outer {
  height: 100%;
}
#roddom .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
#roddom .owl-item .tours__carousel-video,
#roddom .owl-item .tours__carousel-video > img,
#roddom .owl-item .tours__carousel-image {
  max-width: 668px;
  height: 470px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 70px;
}
@media (max-width: 600px) {
  #roddom .owl-item .tours__carousel-video,
  #roddom .owl-item .tours__carousel-video > img,
  #roddom .owl-item .tours__carousel-image {
    max-width: 100%;
    height: 280px;
  }
}
/* nav-buttons */
#roddom .tours__carousel-play-btn {
  background-color: var(--main-color);
  border-radius: 17px;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#roddom .tours__carousel-play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  transform: translate(-50%, -50%);
}
#roddom .section-media__carousel .slider-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--main-color);
  border-color: transparent;
}
#roddom .section-media__carousel .slider-btn:hover {
  background-color: var(--dark-color);
}
#roddom .section-media__carousel .slider-btn::before {
  color: white;
  font-size: 16px;
}
#roddom .section-media__carousel .slider-btn_left {
  transform: rotate(180deg);
  left: 30px;
}
#roddom .section-media__carousel .slider-btn_left:active {
  transform: rotate(180deg) translateY(-1px);
}
#roddom .section-media__carousel .slider-btn_right {
  right: 30px;
}
#roddom .section-media__carousel .slider-btn_right:active {
  transform: translateY(1px);
}
@media (max-width: 640px) {
  #roddom .section-media__carousel {
    max-width: 100%;
    padding-bottom: 0;
    /* max-height: 280px; */
  }
  #roddom .section-media__carousel .slider-btn_left {
    left: 20px;
  }
  #roddom .section-media__carousel .slider-btn_right {
    right: 20px;
  }
  #roddom .owl-item .tours__carousel-image {
    height: 100%;
  }
}
/* section-pregnancy */
#roddom .section-pregnancy {
  padding: 80px 0 0;
}
#roddom .section-pregnancy-cards {
  display: flex;
  flex-direction: column; /* или row, в зависимости от расположения */
  gap: 32px;
}
#roddom .section-pregnancy-card {
  background-color: white;
  padding: 60px;
  border-radius: 70px;
  display: flex;
  gap: 40px;
}
#roddom .section-pregnancy-card__image {
  flex-shrink: 0;
  width: 410px;
  height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 70px;
  display: block;
}

#roddom .section-pregnancy-card__content {
  align-content: center;
}
#roddom .section-pregnancy-card__content h4 {
  font-size: 26px;
  line-height: 120%;
  font-family: 'Core Sans N 65 Bold';
}
#roddom .section-pregnancy-card__text {
  font-size: 20px;
  line-height: 140%;
  color: #3F4D5A;
  margin-top: 16px;
}
@media (max-width: 800px) {
  #roddom .section-pregnancy-card__image {
    max-width: 220px;
    max-height: 220px;
  }
  #roddom .section-pregnancy-card {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  #roddom .section-pregnancy-card {
    flex-direction: column;
    padding: 32px;
    border-radius: 50px;
  }
  #roddom .section-pregnancy-card__content h4 {
    font-size: 20px;
  }
  #roddom .section-pregnancy-card__image {
    max-width: 100%;
    max-height: 256px;
    border-radius: 50px;
  }
  #roddom .section-pregnancy-card-reverse {
    flex-direction: column-reverse;
  }
}
/* section-pregnancy-cost */
#roddom .section-pregnancy-cost {
  padding: 120px 0 60px;
  overflow: hidden;
}
#roddom .section-pregnancy-cost .container > h3 {
  max-width: 650px;
  text-align: left;
  margin-bottom: 30px;
}
#roddom .section-pregnancy-cost .container > p {
  color: #535B66;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.13em;
}
#roddom .section-pregnancy-cost {
  padding: 120px 0 120px;
  overflow: visible;
}
#roddom .section-pregnancy-cost h3 {
  margin-bottom: 1.5em;
}
/* pregnancy cost table */
#roddom .section-pregnancy-cost th {
  font-family: 'Core Sans N 65 Bold';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #3F4D5A;
}
#roddom .pregnancy-cost {
  width: 100%
}
#roddom .birth-programs td,
#roddom .pregnancy-cost td {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  cursor: default;
  padding: 24px 0;
}
#roddom .pregnancy-cost th {
  text-align: left;
}
#roddom .pregnancy-cost tr {
  border-bottom: 1px solid #E9ECEE;
  border-top: 1px solid #E9ECEE;
}
#roddom .pregnancy-cost tr:not([class]) {
  display: table-row;
}
#roddom tr.pregnancy-cost {
  border: none;
}
#roddom .pregnancy-cost__category th {
  position: relative;
}
#roddom .pregnancy-cost__category.active .plus-minus-toggle::before,
#roddom .pregnancy-cost__category.active .plus-minus-toggle::after {
  transform: none;
}
#roddom .pregnancy-cost__subgroup-item {
  margin-left: -20px;
  padding-left: 30px;
  font-family: var(--regular-font);
  font-weight: normal;
}
#roddom .pregnancy-cost td:first-child {
  padding-right: 10px;
  min-width: 300px;
}
#roddom .pregnancy-cost td:not(:first-child) {
  text-align: right;
  width: 140px;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  white-space: nowrap;
}
#roddom .pregnancy-cost td.pregnancy-cost__subgroup-item--option:not(:first-child) {
  text-align: center;
}
#roddom .pregnancy-cost__prices td:not(:first-child) {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
  white-space: nowrap;
}
#roddom .pregnancy-cost__prices td:first-child {
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
  white-space: nowrap;
}
#roddom .pregnancy-cost .pregnancy-cost__options td {
  font-family: 'Core Sans N 65 Bold';
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: .02em;
}
#roddom .section-pregnancy-cost .price-with-sale {
  display: flex;
}
#roddom .section-pregnancy-cost .price-before-sale {
  text-decoration: line-through;
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 20px;
  color: #909EAA;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #roddom .section-pregnancy-cost th {
    padding-right: 30px;
  }
  #roddom .section-pregnancy-cost .price-before-sale {
    padding: 0 0 10px 0;
  }
  #roddom .section-pregnancy-cost .price-with-sale {
    display: block;
  }
  #roddom .section-pregnancy-cost {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #roddom .section-pregnancy-cost .accordion {
    border-top: 1px solid rgba(144, 158, 170, 0.2);
  }
}
@media (max-width: 424px) {
  #roddom .section-pregnancy-cost {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #roddom .pregnancy-cost td:first-child {
    min-width: 150px;
  }
  #roddom .section-pregnancy-cost .accordion-header {
    flex-direction: column;
  }
  #roddom .section-pregnancy-cost .price-with-sale {
    display: flex;
    flex-direction: row-reverse;
    margin-right: auto;
  }
  #roddom .section-pregnancy-cost .price-before-sale {
    margin-left: 20px;
  }
  #roddom .section-pregnancy {
    margin-top: 0;
    padding-top: 60px;
  }
}
/* FAQ */
#roddom .section-faq {
  padding: 120px 0;
}
#roddom .section-faq h3 {
  margin-bottom: 40px;
}
#roddom .accordion {
  margin-bottom: 0;
}
#roddom .accordion-header,
#roddom .section-pregnancy-cost .accordion-header {
  font-family: 'Core Sans N 65 Bold';
  font-size: 20px;
  line-height: 120%;
  color: #3F4D5A;
  padding: 24px 0 24px 30px;
  display: flex;
  justify-content: space-between;
}
#roddom #faq .accordion-body {
  padding-left: 30px;
}
#roddom #faq .accordion-body__text {
  max-width: 800px;
}
#roddom .section-pregnancy-cost .accordion-body .accordion-header {
  padding: .5em 0 .5em 30px;
}
#roddom .plus-minus-toggle {
  left: 0;
}
#roddom li .accordion-header:not(:only-child) {
  cursor: pointer;
}
#roddom .section-pregnancy-cost .accordion-header--main {
  font-family: 'Core Sans N 65 Bold';
  font-size: 1.63em;
  padding: 1.5em .5em 1.5em 30px;
  cursor: pointer;
}
#roddom .accordion li.active > .plus-minus-toggle::before,
#roddom .accordion li.active > .plus-minus-toggle::after {
  transform: none;
}
#roddom .stage__text a {
  color: var(--main-color);
}
#roddom .stage__text a:hover {
  text-decoration: underline;
}
#roddom .accordion-header__right {
  display: flex;
  font-size: 20px;
  font-family: "Core Sans A 45 Regular";
  width: 564px;
  justify-content: space-between;
  padding: 0 48px;
}
#roddom .accordion-header__right span {
  width: 140px;
  text-align: center;
}
@media (max-width: 780px) {
  #roddom .accordion-header__right {
    display: none;
  }
  #roddom .section-faq {
    padding: 80px 0;
  }
}
@media (max-width: 424px) {
  #roddom .section-pregnancy-cost .accordion-header {
    font-size: 16px;
  }
  #roddom .pregnancy-cost td {
    padding: 10px 0 10px 30px;
  }
  #roddom .section-pregnancy-cost .accordion-header span {
    flex: 0 0 75%;
  }
  #roddom .section-pregnancy-cost .accordion-header--main {
    font-size: 20px;
  }
  #roddom .section-faq {
    padding: 60px 0;
  }
  #roddom .section-faq h3 {
    margin-bottom: 14px;
  }
}

/* Courses */
#roddom .section-courses {
  padding: 100px 0 120px;
  overflow: hidden;
}
#roddom .section-courses h4 {
  margin-top: 90px;
}
#roddom .courses__schedule {
  background-color: #FFF;
  border-radius: 70px;
  box-shadow: 0px 10px 30px 0px #657B871A;
  padding: 60px;
}
#roddom .courses__schedule h4 {
  margin: 0;
}
#roddom .courses__schedule ul {
  margin-top: 40px;
}
#roddom .courses__schedule li {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#roddom .courses__schedule ul:not(.active) li:nth-of-type(1n+4){
  display: none;
}
#roddom .courses__schedule ul:not(.active) .courses__schedule-description:nth-of-type(1n+4){
  display: none;
}
#roddom .courses__schedule a {
  margin-top: 40px;
  font-size: 18px;
  display: block;
}
#roddom .courses__schedule ul.active ~ a {
  display: none;
}
#roddom .courses__schedule li + li {
  border-top: 1px solid #E1E4E7;
}
#roddom .courses__schedule-title {
  position: relative;
}
#roddom .courses__schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#roddom .courses__schedule-header-info {
  border: 1px solid #2C9CE5;
  border-radius: 10px;
  padding: 6px 16px;
  color: #2C9CE5;
  font-weight: bold;
  font-size: 12px;
  background-color: #F6F9FB;
}
#roddom .courses__schedule-data {
  flex-basis: 40%;
  text-align: right;
}
#roddom .courses__schedule-title,
#roddom .courses__schedule-date {
  font-family: 'Core Sans N 65 Bold';
  font-size: 26px;
  line-height: 120%;
}
#roddom .courses__schedule-date {
  margin-bottom: 4px;
}
#roddom .courses__schedule-description{
  font-size: 20px;
  margin-top: 24px;
  line-height: 140%;
}

ul .courses__schedule-description:not(:last-of-type){
  border-bottom: 1px solid #E1E4E7;
  padding-bottom: 40px;
}

#roddom .courses__schedule-specialist {
  font-family: var(--regular-font);
  font-size: 16px;
  color: #909EAA;
}
@media (max-width: 800px) {
  #roddom .section-courses {
    padding: 80px 0 80px;
  }
  #roddom .courses__schedule {
    padding: 40px;
  }
  #roddom .courses__schedule li {
    flex-direction: column;
    margin-top: 24px;
  }
  #roddom .courses__schedule ul {
    margin-top: 24px;
  }
  #roddom .courses__schedule-data {
    flex-basis: unset;
    text-align: unset;
  }
  #roddom .courses__schedule-date {
    margin-top: 20px;
    font-size: 20px;
  }
  #roddom .courses__schedule-header-info {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #roddom .courses__schedule-description {
    font-size: 16px;
    padding-bottom: 24px;
  }
  #roddom .courses__schedule a {
    margin-top: 24px;
    font-size: 14px;
  }
  #roddom .courses__schedule-description {
    margin-top: 16px;
  }
}
@media (max-width: 700px) {
  #roddom .courses__schedule-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 500px) {
  #roddom .section-courses {
    padding: 60px 0;
  }
  #roddom .courses__schedule {
    padding: 32px;
    border-radius: 50px;
  }
  #roddom .courses__schedule-title::before {
    display: none;
  }
  #roddom .courses__schedule-title {
    padding-left: 0;
    font-size: 20px;
  }
}
/* Necessary */
#roddom .courses__block {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 40px;
  width: 368px;
  border-radius: 70px;
  height: 100%;
}
#roddom .courses__blocks .owl-item > div {
  cursor: default;
}
#roddom .courses__block img {
  max-width: 152px;
  max-height: 128px;
  margin-bottom: 40px;
}
#roddom .courses__block-title {
  margin-bottom: 16px;
  font-family: 'Core Sans N 65 Bold';
  font-size: 20px;
}
#roddom .courses__block-text {
  font-size: 20px;
  line-height: 140%;
}
#roddom .courses__block a {
  margin-top: auto;
}
#roddom .courses__block a i {
  margin-left: 10px;
  line-height: 18px;
}
#roddom .courses__information {
  margin-top: 100px;
  padding: 60px;
  background-color: #FEF2EC;
  border-radius: 70px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
#roddom .courses__information-inner {
  max-width: 468px;
}
#roddom .courses__information-image img{
  max-height: 262px;
}
#roddom .courses__information h3 {
  margin-bottom: 16px;
  line-height: 120%;
}
#roddom .courses__price {
  font-family: 'Core Sans N 65 Bold';
  font-size: 44px;
  margin-left: 14px;
  color: #F4662A;
}
#roddom .courses__old-price {
  text-decoration: line-through;
  font-family: 'Core Sans A 45 Regular';
  font-size: 20px;
  line-height: 140%;
  color: #7C90A0;
}
#roddom .courses__information p {
  font-family: 'Core Sans A 45 Regular';
  font-size: 20px;
  margin-bottom: 8px;
}
#roddom .courses__information button {
  font-family: 'Core Sans A 55 Medium';
  margin-top: 32px;
  padding: 18px 30px;
  line-height: 20px;
  font-size: 16px;
  height: unset;
  font-weight: 700;
}
/* TODO: remove if won't be used after release */
#roddom .courses__contacts {
  display: flex;
  flex-wrap: wrap;
}
#roddom .courses__contact {
  margin-top: 40px;
  margin-right: 80px;
}
#roddom .courses__contact-title {
  margin-bottom: 10px;
  font-family: var(--regular-font);
  font-size: 22px;
}
#roddom .courses__contact-text {
  margin-bottom: 20px;
  font-family: var(--regular-font);
  font-size: 14px;
  color: #909EAA;
}
#roddom .courses__contact a {
  font-family: 'Core Sans N 65 Bold';
  font-size: 20px;
  color: #3F4D5A;
}
@media (max-width: 1120px) {
  #roddom .courses__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #roddom .section-necessary {
    padding: 0;
  }
  #roddom .courses__blocks {
    margin: 0;
  }
  #roddom .courses__contact {
    margin-top: 20px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  #roddom .courses__information {
    padding-right: 40px;
    margin-top: 80px;
  }
  #roddom .courses__information-image {
    display: flex;
    align-items: flex-end;
  }
  #roddom .courses__information-image img {
    max-width: 178px;
    max-height: none;
  }
}
@media (max-width: 560px) {
  #roddom .courses__information {
    flex-direction: column-reverse;
    padding: 32px;
    gap: 24px;
    border-radius: 50px;
  }
  #roddom .courses__block {
    border-radius: 50px;
  }
  #roddom .courses__information-image img{
    max-height: 100px;
  }
  #roddom .courses__price {
    font-size: 32px;
  }
  #roddom .courses__price-wrapper {
    display: flex;
    align-items: baseline;
  }
  #roddom .courses__information button {
    padding: 15px 23px 13px 23px;
  }
}
/* Map */
#roddom .section-map {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#roddom .section-map .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
#roddom .section-map .container::before,
#roddom .section-map .container::after {
  content: none;
}
#roddom .section-map__content {
  flex: 1;
}
#roddom .section-map__content nobr {
  transition: color .3s;
  font-size: 24px;
  line-height: 28px;
}
#roddom .section-map__content nobr:hover {
  color: var(--main-color);
}
#roddom .section-map__content hr {
  width: 70px;
  background: #909EAA;
  opacity: .3;
}
#roddom .section-map__content-main {
  font-family: 'Core Sans N 65 Bold';
  font-size: 24px;
  line-height: 28px;
  color: #3F4D5A;
  padding: 40px 0;
}
#roddom .section-map__content-main p {
  margin-top: 12px;
}
#roddom .section-map__content-main nobr,
#roddom nobr:hover {
  color: var(--main-color);
}
#roddom .section-map__content-main .phone-number {
  color: #F4662A;
}
#roddom .section-map__content-sidebar {
  width: max-content;
}
#roddom .section-map__block {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 28px;
  border-bottom: 1px solid rgba(144, 158, 170, 0.3);
}
#roddom .section-map__block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#roddom .section-map__block p {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 140%;
}
#roddom .section-map__block p:last-child {
  margin-bottom: 0;
}
#roddom .map__wrapper #map {
  overflow: hidden;
}
#roddom .map__wrapper {
  height: 100%;
}
#roddom .map__block {
  flex: 1;
}
@media (max-width: 991px) {
  #roddom .section-map {
    padding: 70px 0;
  }
  #roddom .section-map__content-main {
    padding: 20px 0;
  }
  #roddom .map__wrapper #map {
    overflow: hidden;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  #roddom .section-map .container {
    flex-direction: column;
  }
  #roddom .section-map__block p {
    font-size: 16px;
    line-height: 130%;
  }
  #roddom .section-map {
    flex-direction: column;
  }
  #roddom .map__wrapper {
    max-width: 100%;
    height: 500px;
    position: relative;
  }
  #roddom .map__wrapper #map {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  #roddom .section-map__content-sidebar {
    width: 100%;
  }
}
/* Tours */
#roddomTour {
  width: 900px;
  padding: 40px;
}
#roddomTour h3 {
  font-family: 'Core Sans N 65 Bold';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: .02em;
  color: #232427;
  padding-bottom: 30px;
}
#roddomTour .popup__inner {
  background: #EDF2F5;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  padding: 0 40px 40px 40px;
  border-radius: 8px;
}
#roddomTour .popup__info {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid rgba(190, 200, 208, .5);
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 20px;
  color: #232427;
  margin-bottom: 40px;
}
#roddomTour .popup__contacts {
  width: 55%;
}
#roddomTour .popup__row-item {
  padding-bottom: 25px;
}
#roddomTour .popup__inline-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -100px;
  align-items: center;
  padding-bottom: 25px;
}
#roddomTour .popup__inline-items .popup__item:nth-of-type(1),
#roddomTour .popup__inline-items .popup__item:nth-of-type(2) {
  margin-right: 20px;
}
#roddomTour .popup__item--free-places {
  font-family: var(--regular-font);
  font-size: 16px;
  line-height: 20px;
  color: #7C90A0;
  /* высота блока label для выравния по центру */
  padding-top: 25px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: bottom;
}
#roddomTour .popup__item--free-places {
  margin-right: 10px;
  background-image: url(/static/mobile_app/www/assets/images/roddom/roddom_profile-icon.png);
}
#roddomTour .icon_time {
  background-image: url(/static/mobile_app/www/assets/images/roddom/roddom_time-icon.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  /* для отступа внутри текста */
  margin-left: 3px;
}
#roddomTour .popup__privacy {
  font-size: 14px;
}
@media (max-width: 991px) {
  #roddomTour {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #roddomTour {
    padding: 20px;
  }
  #roddomTour .popup__inner {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 0 20px 20px 20px;
  }
  #roddomTour .popup__contacts {
    width: 100%;
  }
  #roddomTour .popup__inline-items {
    margin-right: 0;
    justify-content: start;
  }
  #roddomTour .popup__inline-items .popup__item:nth-of-type(1) {
    flex: 1 100%;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  #roddomTour .popup__item--free-places {
    flex: 1 100%;
    margin-left: 0;
  }
  #roddomTour .popup__info {
    padding: 30px 0 20px 0;
    margin-bottom: 20px;
  }
}
/* roddom tour confirm popup */
#roddomTourConfirm .popup__content {
  padding: 45px;
}
#roddomTourConfirm .popup__title {
  font-family: 'Core Sans N 65 Bold';
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #232427;
}
#roddomTourConfirm .popup__description {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #232427;
}
#roddomTourConfirm .popup__row {
  text-align: center;
}
#roddomTourConfirm .popup__row--last {
  margin-top: 35px;
}
#roddomTourConfirm .popup__calendar-btn {
  display: inline-block;
  margin-top: 15px;
}
#roddomTourConfirm .popup__calendar-btn + .popup__calendar-btn {
  margin-left: 10px;
}
/* Specialist modal */
#birthSpecialist .content-block{
  padding-bottom: 80px;
}
#birthSpecialist .chronological-item__title,
#birthSpecialist .doctor-education__title,
#birthSpecialist .doctor-awards__item-title,
#birthSpecialist .content-block__title {
  line-height: 120%;
  color: #3F4D5A;
  font-family: 'Core Sans N 65 Bold';
}
#birthSpecialist .chronological-item__title,
#birthSpecialist .doctor-education__title,
#birthSpecialist .doctor-awards__item-title {
  font-size: 20px;
}
#birthSpecialist .content-block__title {
  font-size: 26px !important;
  padding-bottom: 0 !important;
}
#birthSpecialist .banner__image {
  max-height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#birthSpecialist .banner__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 120%;
  font-family: 'Core Sans N 65 Bold';
  color: #3F4D5A;
}
#birthSpecialist .banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 60%;
}
#birthSpecialist .banner__description {
  border-radius: 22px;
  padding: 12px 20px;
  width: max-content;
  background: white;
}
#birthSpecialist .banner__filter {
  margin: 32px 100px;
}
#birthSpecialist .banner__review-card {
  padding: 40px;
  margin-bottom: 24px;
  border: 1px solid #E1E4E7;
  border-radius: 70px;

}
#birthSpecialist .banner__review-date {
  font-size: 12px;
  line-height: 120%;
  opacity: 70%;
  color: #3F4D5A;
  font-family: 'Core Sans N 65 Bold';
  margin-bottom: 8px;
}
#birthSpecialist .banner__review-name {
  font-size: 20px;
  line-height: 120%;
  color: #3F4D5A;
  font-family: 'Core Sans N 65 Bold';
}
#birthSpecialist .banner__review-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 130%;
  color: #3F4D5A;
  opacity: 70%;
  font-family: 'Core Sans A 45 Regular';
}
#birthSpecialist .banner__review-readmore {
  color: #F4662A;
  margin-top: 16px;
  cursor: pointer;
  font-family: 'Core Sans A 55 Medium';
}
#birthSpecialist .doctor-reviews__show-more {
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
#birthSpecialist .specialist__banner {
  padding: 48px;
  margin: 32px 100px;
  max-width: 100%;
  background-color: #FEF2EC;
  border-radius: 70px;
  position: relative;
  height: 370px;
  overflow: auto;
}
#birthSpecialist .specialist__data {
  padding: 0 100px;
  max-width: 100%;
  margin-bottom: 24px;
}
#birthSpecialist .speciality-card__description {
  font-size: 16px;
  line-height: 130%;
  font-family: 'Core Sans A 45 Regular';
  color: #3F4D5A;
  opacity: 70%;
}
@media (max-width: 768px) {
  #birthSpecialist .content-block {
    padding-bottom: 60px;
  }
  #birthSpecialist .banner {
    margin: unset;
  }
  #birthSpecialist .specialist__banner{
    padding: 35px 50px;
  }
  #birthSpecialist .specialist__data {
    padding: 0 24px;
  }
  #birthSpecialist .specialist__banner {
    margin: 24px;
  }
  #birthSpecialist .banner__filter {
    margin: 24px 24px;
  }
  #birthSpecialist .banner__title {
    font-size: 26px;
  }
  #birthSpecialist .speciality-card__description {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  #birthSpecialist .chronological-item__title,
  #birthSpecialist .doctor-education__title,
  #birthSpecialist .doctor-awards__item-title {
    font-size: 16px;
  }
  #birthSpecialist .content-block__title {
    font-size: 20px !important;
  }
  #birthSpecialist .content-block {
    padding-bottom: 40px;
  }
  #birthSpecialist .banner__image {
    max-height: 180px;
  }
  #birthSpecialist .banner__review-name {
    font-size: 16px;
  }
  #birthSpecialist .banner__review-card {
    border-radius: 50px;
    padding: 32px;
  }
  #birthSpecialist .doctor-reviews__show-more {
    margin-bottom: 16px;
  }
  #birthSpecialist .specialist__banner {
    border-radius: 50px;
  }
}
@media (max-width: 424px) {
  #birthSpecialist .specialist__banner {
    padding-right: 40px;
    padding: 32px;
  }
  #birthSpecialist .banner__filter {
    margin: 16px 24px;
  }
  #birthSpecialist .banner__inner {
    width: 100%;
  }
  #birthSpecialist .banner__title {
    font-size: 20px;
  }
}

#roddom .birth-programs-prices-desktop {
  display: flex;
  align-items: end;
  position: sticky;
  top: var(--header-height);
  background-color: white;
  z-index: 50;
}
#roddom .birth-programs-prices__title {
  flex: 1;
  font-family: 'Core Sans A 45 Regular';
  color: #3F4D5A;
  font-size: 20px;
  line-height: 140%;
}
#roddom .birth-programs-prices__options {
  width: 564px;
  justify-content: space-between;
  padding: 0 48px;
  display: flex;
}
#roddom .birth-programs-prices__block {
  width: 121px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#roddom .birth-programs-prices__block-title {
  padding-bottom: 4px;
  text-align: center;
  font-family: 'Core Sans N 65 Bold';
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  color: #3F4D5A;
}
#roddom .birth-programs-prices__block-price {
  text-align: center;
  font-family: 'Core Sans A 45 Regular';
  font-size: 20px;
  line-height: 140%;
  color: #3F4D5A;
}

.birth-programs-prices {
  display: none;
}

.birth-programs--title .birth-programs__prices {
  display: none;
}

.birth-programs-prices__content {
  display: none;
}

@media (max-width: 780px) {
  #roddom .birth-programs-prices-desktop {
    display: none;
  }
  .plus-minus-toggle_screen-width_desktop {
    display: none;
  }

  .birth-programs--full {
    display: none;
  }

  .birth-programs-prices {
    display: block;
  }

  .birth-programs-prices__content {
    display: block;
  }

  #pregnancy-cost .birth-programs--title {
    display: none;
  }

  .birth-programs-prices__content {
    display: flex;
  }

  #roddom .section-pregnancy-cost .accordion-header div {
    white-space: normal;
  }

  #roddom {
    --indent-1: 5px;
    --indent-2: calc(var(--indent-1) * 2);
    --indent-3: calc(var(--indent-2) * 2);
    --indent-4: calc(var(--indent-3) * 2);
    --indent-5: calc(var(--indent-4) * 2);
  }

  #roddom #pregnancy-cost .pregnancy-cost tr {
    display: block;
    height: unset;
  }

  #roddom #pregnancy-cost .pregnancy-cost tbody {
    display: block;
  }

  #roddom #pregnancy-cost .pregnancy-cost tbody td:first-child {
    min-width: 100%;
  }

  #roddom #pregnancy-cost .pregnancy-cost tbody tr {
    display: flex;
    flex-wrap: wrap;

  }

  #roddom #pregnancy-cost .pregnancy-cost tbody tr:last-child {
    border-color: transparent;
  }

  #roddom #pregnancy-cost .pregnancy-cost tbody tr :first-child {
    padding: 0;
    text-align: left;
    margin: 0;
  }

  #roddom #pregnancy-cost .pregnancy-cost td {
    display: block;
  }

  #roddom #pregnancy-cost .pregnancy-cost tbody tr .pregnancy-cost__subgroup-item--description {
    margin-top: 16px;
  }

  #roddom #pregnancy-cost .pregnancy-cost .pregnancy-cost__subgroup-item--option {
    display: inline-flex;
    width: 33%;
    justify-content: space-around;
    padding: 20px 0;
  }

  #roddom #pregnancy-cost .accordion--programs .birth-programs {
    display: none;
  }

  #roddom #pregnancy-cost .accordion-header--main {
    padding-bottom: 30px;
  }

  #roddom #pregnancy-cost .accordion-header--secondary {
    padding: 20px 32px 0;
  }


  #roddom .birth-programs-prices {
    font-family: var(--medium-font);
  }

  #roddom .birth-programs-program__title {
    font-family: 'Core Sans N 65 Bold';
    font-size: 16px;
    line-height: 140%;
    max-width: 140px;
  }

  #roddom .birth-programs-prices__title {
    padding: 0px;
  }

  #roddom #pregnancy-cost .birth-programs-title__text {
    margin-right: var(--indent-2);
  }

  #roddom .birth-programs-title__text_level_2 {
    font-size: 17px;
  }

  #roddom .birth-programs-title__text {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(144, 158, 170, 0.2);
  }

  #roddom .birth-programs-prices__program {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    gap: 4px;
    width: 140px;
  }
  .birth-programs-program {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    text-align: center;
  }

  #roddom .birth-programs-prices__content {
    padding-top: 0;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  #roddom .pregnancy-block .birth-programs-prices__content {
    background-color: #FFF9F5;
  }
  #roddom .birth-programs-prices__main {
    padding-top: 16px;
  }
  #roddom .birth-programs-prices_sticky_to-mobile-header {
    position: sticky;
    top: var(--header-height);
    z-index: 51;
  }

  #roddom .birth-programs-prices__price {
    padding-top: 0;
    font-size: 20px;
    line-height: 140%;
    font-family: 'Core Sans A 45 Regular';
    color: #3F4D5A;
  }

  #roddom #programs {
    display: flex;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }

  #roddom .accordion-body {
    position: static;
  }

  #roddom .accordion__programs {
    display: flex;
  }

  #roddom #programs .birth-programs tbody {
    display: block;
  }

  #roddom #programs .birth-programs tr {
    height: auto;
    padding-top: 16px;
  }

  #roddom #programs .birth-programs tr.birth-programs__options td {
    width: 33.33%;
    padding: 13px;
    min-width: unset;
  }

  #roddom #programs .birth-programs tr.birth-programs__options td:nth-child(4) {
    padding-right: 20px;
  }

  #roddom #programs .birth-programs tr:not(.birth-programs__options) {
    display: flex;
    flex-wrap: wrap;
  }

  #roddom #programs .birth-programs tr:not(.birth-programs__options) td:first-child {
    min-width: 100%;
    padding: 0;
    font-size: 16px;
  }

  #roddom #programs .birth-programs tr:not(.birth-programs__options) td:not(:first-child) {
    min-width: 33.33%;
    max-width: 33.33%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  #roddom #programs .birth-programs tr:not(.birth-programs__options) td:nth-child(4) {
    padding-right: 0;
  }

  #roddom #programs .birth-programs__options {
    display: flex;
    border-color: #F4F9FC;
  }

  #roddom #programs .birth-programs__options td:first-child {
    display: none;
  }

  #roddom #programs .text-birth-program-benefit {
    text-align: start;
    margin: auto;
  }

  #roddom .roddom-minus {
    margin: auto;
  }
  #roddom .roddom-check {
    margin: auto;
  }

  /* Birth programs list adaptive */
  #roddom .birth-programs-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  #roddom .birth-programs-row__title {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  #roddom .birth-programs-row__options {
    width: 100%;
    justify-content: space-between;
    padding: 0;
    min-height: 40px;
  }

  #roddom .birth-programs-row__option {
    width: 33.33%;
    max-width: 140px;
  }

  /* Pregnancy cost adaptive */
  #roddom #pregnancy-cost .birth-programs-row,
  #roddom .section-pregnancy-cost .birth-programs-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  #roddom #pregnancy-cost .birth-programs-row__title,
  #roddom .section-pregnancy-cost .birth-programs-row__title {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  #roddom #pregnancy-cost .birth-programs-row__options,
  #roddom .section-pregnancy-cost .birth-programs-row__options {
    width: 100%;
    justify-content: space-between;
  }

  #roddom #pregnancy-cost .birth-programs-row__option,
  #roddom .section-pregnancy-cost .birth-programs-row__option {
    width: 33.33%;
    max-width: 140px;
  }
}
@media (max-width: 450px) {
  #roddom .birth-programs-row__options {
    min-height: 30px;
  }
  #roddom .birth-programs-program__title {
    font-size: 12px;
    line-height: 120%;
  }
  #roddom .birth-programs-prices__price {
    font-size: 16px;
    line-height: 130%;
  }
  #roddom .birth-programs-prices__program {
    text-align: start;
  }
  #roddom #pregnancy-cost .pregnancy-cost .pregnancy-cost__subgroup-item--option {
    justify-content: start;
  }

  /* Pregnancy cost birth-programs-list compatibility */
  #roddom #pregnancy-cost .birth-programs-row__option {
    text-align: start;
    justify-content: flex-start;
  }

  #roddom .roddom-minus {
    margin: 0;
  }
  #roddom .roddom-check {
    margin: 0;
  }
  #roddom #programs .text-birth-program-benefit {
    margin: 0;
  }

  /* Birth programs list - small screens */
  #roddom .birth-programs-row__option {
    text-align: start;
    justify-content: flex-start;
  }

  #roddom .birth-programs-row__option .roddom-check,
  #roddom .birth-programs-row__option .roddom-minus {
    margin: 0;
  }
}



/* блок с новорожденными */
.new_born_container {
  margin: 80px auto 80px auto;
  width: 100%;
  max-width: 1170px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px #657B871A;
  border-radius: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 80px;
}
.newborn_counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 80%;
  gap: 50px;
}
.newborn_title {
  margin-bottom: 72px;
  font-family: 'Core Sans N 65 Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}
.counter_title {
  top: 45%;
  left: 35%;
  font-family: 'Core Sans N 65 Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.counter {
  font-family: 'Core Sans N 65 Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 64px;
  text-align: center;
}
.boy_color {
  color: #65B8EF;
}
.text_block {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20%;
  left: 33%;
}
.girl_color {
  color: #FFA97D;
}
.counter_child {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.baby {
  position: absolute;
  top: -15%;
  left: auto;
}
@media (max-width: 800px) {
  .child_area_img {
    width: 250px;
  }
  .child_img {
    width: 95px;
  }
  .counter_title {
    font-size: 20px;
  }
  .counter {
    font-size: 40px;
    font-weight: 0;
  }
  .text_block {
    bottom: 10%;
    left: auto;
  }
  .newborn_title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .newborn_counter {
    flex-direction:column;
  }
  .new_born_container {
    margin: 60px 20px;
    width: auto;
    padding: 40px 16px;
    border-radius: 50px;
  }
}
/* конец блока с новорожденными */

#roddom .booklets {
  margin: 0 40px;
}
#roddom .booklets .container {
  border-radius: 70px;
  background-color: white;
  padding: 60px;
}
#roddom .booklets h3 {
  margin-bottom: 24px;
}
#roddom .booklets__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  background-color: #F7FBFD;
}
#roddom .booklets__item {
  display: flex;
  align-items: center;
  transition: color .3s;
  font-size: 20px;
  padding: 40px;
}
#roddom .booklets__item:hover {
  color: var(--main-color);
}
#roddom .booklets__icon {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #roddom .booklets__wrapper {
    flex-direction: column;
  }
  #roddom .booklets__item {
    font-size: 16px;
  }
  #roddom .booklets {
    margin: 0 20px;
  }
}
@media (max-width: 424px) {
  #roddom .booklets {
    margin: 0 20px;
  }
  #roddom .booklets__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
  }
  #roddom .booklets .container {
    padding: 32px;
    border-radius: 50px;
  }
  #roddom .booklets__icon {
    /* transform: scale(.9); */
    height: 24px;
    width: 24px;
  }
  #roddom .booklets__wrapper {
    border-radius: 25px;
  }
}
/* dropdown */
#roddom .base-dropdown--sm {
  margin-bottom: 20px;
  max-width: 352px;
  position: relative;
}
#roddom .base-dropdown--sm .icon-dropdown {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  color: #2D3E50;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
#roddom .base-dropdown--sm.active .icon-dropdown {
  transform: rotate(180deg);
}
#roddom .base-dropdown__text {
  padding: 20px;
  padding-right: 50px;
  border: 1px solid #E2E9ED;
  background: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
}
#roddom .base-dropdown__list {
  left: 0;
  margin: 0;
  margin-top: 10px;
  box-shadow: 0px 10px 35px 0px #9BB2BE33;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  #roddom .base-dropdown__text {
    padding: 16px 20px;
    padding-right: 50px;
  }
  #roddom .base-dropdown--sm .icon-dropdown {
    right: 12px;
    top: 23px;
  }
}

#roddom .owl-dots {
  display: inline;
}
#roddom .slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  gap: 40px;
}

#roddom .slider-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0;
  width: 95px;
  height: 20px;
}

#roddom .slider-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  border: 1px solid #BFD2E2;
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  flex-grow: 0;
}

#roddom .slider-dot.active {
  background-color: #F4662A;
  border: none;
}

#roddom .slider-btn_left {
  transform: rotate(0);
}

#roddom .slider-btn_right {
  transform: scaleX(-1);
}
#roddom {
  --header-height: 97px;
}
#roddom .simple-header__logo--big {
  display: block;
  height: 41px;
}
#roddom .simple-header__logo--small {
  display: none;
}

@media (max-width: 1140px) {
  body.showRespNav #roddom .simple-header__navigation {
    left: 0 !important;
  }
  #roddom .simple-header__navigation {
    position: fixed;
    left: -100%;
    top: 71px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #FFF;
    flex-direction: column;
    align-items: initial;
    padding: 10px;
    transition: left .5s;
    overflow: auto;
    z-index: 999;
    height: calc(100vh - 70px);
    text-align: left;
  }
  #roddom .simple-header__burger {
    width: 56px;
    height: 56px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding-left: 0;
  }
  #roddom .simple-header__burger i:nth-child(1) {
    top: 26px;
  }
  body.showRespNav #roddom .simple-header__burger i:nth-child(1) {
    top: 30px;
    transform: rotate(45deg);
  }
  body.showRespNav #roddom .simple-header__burger i:nth-child(2) {
    top: 30px;
    transform: rotate(-45deg);
  }
  #roddom .simple-header__burger i:nth-child(2) {
    top: 33px;
  }
  #roddom .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;
  }
  #roddom .simple-header__logo--big {
    display: none;
  }
  #roddom .simple-header__logo--small {
    display: block;
    max-height: 100%;
  }
  #roddom {
    --header-height: 81px;
  }
}
