@font-face {
  font-family: 'RotondaC';
  src: url('../assets/fonts/rotondaC/rotondac-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
#roddom {
  color: #3F4D5A;
  font-size: 16px;
  line-height: 1.5;
}
#roddom h2 {
  font-family: 'RotondaC';
  font-size: 5.3em;
  line-height: 1;
  letter-spacing: .02em;
}
#roddom h3 {
  font-family: 'RotondaC';
  font-size: 2.5em;
  letter-spacing: .02em;
}
#roddom h4 {
  font-family: 'RotondaC';
  font-size: 1.63em;
}
#roddom .plus-minus-toggle::before,
#roddom .plus-minus-toggle::after {
  width: 14px;
}
@media (max-width: 991px) {
  #roddom {
    font-size: 14px;
  }
  #roddom h2 {
    font-size: 4.5em;
  }
}
@media (max-width: 500px) {
  #roddom h2 {
    font-size: 3em;
  }
}
#roddom .simple-header__navigation-item,
#roddom .simple-header__navigation-item > a {
  color: #77828C;
  white-space: nowrap;
  transition: color .3s;
}
#roddom .simple-header__navigation-item:hover,
#roddom .simple-header__navigation-item:hover > a {
  color: #F4662A;
}
/* Hero */
#roddom .hero {
  background: #F1F9FC;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
  z-index: 5;
  position: relative;
}
#roddom .hero__bg {
  background: url(../assets/images/roddom/main.png) center no-repeat;
  background-size: cover;
  height: calc(100vh - 81px);
  position: sticky;
  position: -webkit-sticky;
  top: 81px;
  z-index: -1;
}
#roddom .hero__inner {
  margin-top: -100vh;
  padding-top: 35vh;
  padding-bottom: 10vh;
  width: 60%;
}
#roddom .hero__upper-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 1.1em;
  letter-spacing: .02em;
  color: #99A4AC;
}
#roddom .hero__title {
  font-family: 'RotondaC';
  font-size: 3.6em;
  letter-spacing: .02em;
  margin-bottom: .5em;
}
#roddom .hero__text {
  font-size: 1.2em;
  color: #535B66;
}
#roddom .hero__text p {
  margin-bottom: 1.8em;
}
#roddom .hero__stages {
  margin: 10.6em 0 3.7em;
}
#roddom .hero__stage {
  padding-left: 6.3em;
  padding-bottom: 6.25em;
  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 .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: #F4662A;
}
#roddom .hero__stage:last-of-type .hero__stage-progress {
  display: none;
}
#roddom .hero__stage-order {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'RotondaC';
  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;
}
#roddom .hero__stage-text {
  font-family: 'RotondaC';
  font-size: 2.2em;
  letter-spacing: .02em;
}
#roddom .hero__offers {
  display: flex;
  justify-content: space-between;
}
#roddom .hero__offer {
  margin-right: 40px;
}
#roddom .hero__offer a {
  color: #F4662A;
}
@media (max-width: 991px) {
  #roddom .hero__bg {
    height: calc(100vh - 71px);
    top: 71px;
  }
  #roddom .hero__inner {
    width: 75%;
  }
  #roddom .birth-card::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #roddom .hero__bg {
    background-position-x: 0;
  }
  #roddom .hero__inner {
    width: 100%;
    padding-top: 150px;
  }
  #roddom .hero__title {
    margin: .5em 0 .8em;
    line-height: 1.1;
  }
  #roddom .hero__stages {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #roddom .hero__offers {
    font-size: 16px;
    display: block;
  }
  #roddom .hero__offer {
    margin: 0 0 20px;
  }
}
#roddom .tooltip-wrap {
  position: inherit;
}
#roddom .tooltip-bottom {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 700px;
  max-width: 100%;
  left: 2.8em;
}
#roddom .tooltip-wrap:hover .tooltip-bottom {
  display: flex;
}
#roddom .tooltip-bottom .tooltip__content {
  max-width: 350px;
}
#roddom .tooltip-bottom img {
  max-width: 200px;
}
#roddom .tooltip__title {
  font-family: 'RotondaC';
  font-size: 24px;
  line-height: 36px;
  letter-spacing: .02em;
  color: #3F4D5A;
}
#roddom .tooltip__text {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .15px;
  color: #535B66;
}
#roddom .tooltip-link {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #roddom .tooltip-link {
    display: inline;
  }
  #roddom .tooltip-bottom {
    width: inherit;
    padding: 25px;
  }
  #roddom .tooltip-bottom .tooltip__content {
    max-width: unset;
  }
  #roddom .tooltip-bottom img {
    display: none;
  }
  #roddom .tooltip__title {
    margin-bottom: 10px;
  }
  #roddom .tooltip__text {
    margin-bottom: 15px;
  }
}
/* section-birth */
#roddom .section-birth {
  padding: 110px 0 50px;
}
#roddom .content-with-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6em;
}
#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: 460px;
}
#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 {
  margin-bottom: .5em;
}
#roddom .content-with-image__content h4 {
  margin-bottom: .8em;
}
#roddom .content-with-image__text {
  font-size: 1.38em;
  line-height: 1.8em;
}
#roddom .content-with-image__text p {
  margin-bottom: 2em;
}
#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: #F4662A;
  font-family: 'Core Sans A 55 Medium';
  font-size: .9em;
  line-height: 1.8em;
  padding: .25em 0;
}
#roddom .content-with-image__link--dash {
  border-bottom: 1px dashed #F4662A;
}
#roddom .content-with-image__link--dash:hover {
  border-bottom: none;
}
#roddom .content-with-image--size-l .content-with-image__text {
  font-size: 1.5em;
}
#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: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 36px;
}
#roddom .content-with-image__block .content-with-image__link {
  font-family: 'Core Sans A 55 Medium';
  font-size: 16px;
  border: none;
}
#roddom .birth-cards {
  display: flex;
  justify-content: space-between;
  margin: -15px;
  padding: 20px 0 160px;
}
#roddom .birth-card {
  width: 33.33%;
  padding: 30px 30px 50px;
  border-radius: 70px;
  background-color: #FEF2EC;
  margin: 15px;
  min-height: 470px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#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::before {
  -webkit-clip-path: circle(3% at 17% 11%);
  clip-path: circle(3% at 17% 11%);
  content: '';
  border-radius: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/images/roddom/birth-card__image_1.png') center no-repeat;
  background-size: cover;
  opacity: 1;
  transition: clip-path .7s;
}
#roddom .birth-card:nth-of-type(2)::before {
  background-image: url('../assets/images/roddom/birth-card__image_2.png');
}
#roddom .birth-card:nth-of-type(3)::before {
  background-image: url('../assets/images/roddom/birth-card__image_3.png');
}
#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: 26px;
  height: 26px;
  background: url('../assets/images/roddom/birth-card__icons.png') -98px -10px;
}
#roddom .birth-card:nth-of-type(2) .birth-card__icon::before {
  width: 28px;
  height: 22px;
  background: url('../assets/images/roddom/birth-card__icons.png') -190px -10px;
}
#roddom .birth-card:nth-of-type(3) .birth-card__icon::before {
  width: 24px;
  height: 23px;
  background: url('../assets/images/roddom/birth-card__icons.png') -10px -10px;
}
#roddom .birth-card__title {
  font-family: 'RotondaC';
  font-size: 1.4em;
  color: #F4662A;
  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__icon {
    background-color: #F4662A;
    box-shadow: 0 8px 20px rgba(255, 142, 94, .7);
  }
  #roddom .birth-card:hover .birth-card__title,
  #roddom .birth-card:hover .birth-card__text {
    opacity: 0;
    transform: translateY(300px);
  }
  #roddom .birth-card:nth-of-type(1):hover .birth-card__icon::before {
    background: url('../assets/images/roddom/birth-card__icons.png') -144px -10px;
  }
  #roddom .birth-card:nth-of-type(2):hover .birth-card__icon::before {
    background: url('../assets/images/roddom/birth-card__icons.png') -238px -10px;
  }
  #roddom .birth-card:nth-of-type(3):hover .birth-card__icon::before {
    background: url('../assets/images/roddom/birth-card__icons.png') -54px -10px;
  }
}
/* birth gallery */
#roddom .section-birth {
  overflow: hidden;
}
#roddom .birth__gallery {
  margin-top: 60px;
}
#roddom .slider-container .slider-btns {
  right: unset;
  left: 0;
}
#roddom .slider-container.owl-carousel .owl-stage {
  display: flex;
}
#roddom .slider-container.owl-carousel .owl-item div,
#roddom .slider-container.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
}
#roddom .birth__gallery-image,
#roddom .birth__gallery-video {
  border-radius: 6px;
  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: column;
    margin-bottom: 60px;
  }
  #roddom .content-with-image__block {
    width: 100%;
  }
  #roddom .birth-cards {
    flex-direction: column;
    padding: 20px 0 90px;
  }
  #roddom .birth-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: unset;
    margin: 15px 0;
  }
  #roddom .birth-card__content {
    max-width: 80%;
  }
  #roddom .birth-card__icon {
    margin-bottom: 0;
    margin-right: 60px;
  }
  #roddom .birth-card__title {
    margin-bottom: 10px;
  }
  #roddom .content-with-image__content,
  #roddom .content-with-image {
    margin-bottom: 30px;
  }
  #roddom .content-with-image--wide {
    margin-bottom: 0;
  }
  #roddom .content-with-image img {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  #roddom .content-with-image--wide {
    margin-bottom: 0;
  }
  #roddom .content-with-image img {
    max-width: 60%;
    margin-bottom: 20px;
  }
  #roddom .birth-card {
    border-radius: 40px;
  }
  #roddom .birth-card__icon {
    display: none;
  }
  #roddom .birth-card__content {
    max-width: unset;
  }
  #roddom .birth__gallery {
    margin-top: -30px;
  }
}
@media (max-width: 500px) {
  #roddom .content-with-image img {
    max-width: 100%;
    width: 100% !important;
    max-height: initial;
  }
  #roddom .hero__stage-text {
    font-size: 1.8em;
  }
}
/* section-views */
#roddom .section-views {
  border-top: 1px solid #E1E4E7;
  padding-top: 70px;
  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: 70px;
  font-size: 1.38em;
  line-height: 1.8em;
}
#roddom .section-views__photo {
  height: 640px;
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #roddom .section-views__photo {
    height: 430px;
  }
}
/* section-specialists */
#roddom .section-specialists {
  padding: 100px 0 40px;
}
#roddom .section-specialists h3 {
  margin-bottom: 1.2em;
}
#roddom .section-specialists__inner {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
#roddom .speciality-card {
  margin: 15px;
  flex-basis: calc(50% - 30px);
}
#roddom .speciality-card {
  position: relative;
}
#roddom .speciality-card__inner {
  padding: 40px;
  min-height: 450px;
}
#roddom .speciality-card::before {
  content: '';
  width: 420px;
  height: 460px;
  background: #C1EEFD;
  opacity: .3;
  border-radius: 50% 50% 79% 21% / 77% 36% 64% 23%;
  transform: rotate(20deg) translate(-40%, -20%);
  position: absolute;
  top: 0;
  left: 0;
}
#roddom .speciality-card__title {
  font-family: 'RotondaC';
  font-size: 1.25em;
  letter-spacing: .02em;
}
#roddom .speciality-card__description {
  font-size: 1.13em;
  line-height: 1.8em;
  color: #3F4D5A;
}
#roddom .speciality-card__experience {
  font-family: 'Core Sans A 55 Medium';
  line-height: 1.7em;
}
#roddom .speciality-card__doctor-data {
  max-width: 55%;
  cursor: pointer;
}
#roddom .speciality-card__photo {
  width: unset;
  max-height: 300px;
}
@media (max-width: 991px) {
  #roddom .section-specialists__inner {
    display: block;
  }
  #roddom .speciality-card__inner {
    min-height: 350px;
  }
}
@media (max-width: 640px) {
  #roddom .speciality-card__inner {
    min-height: 450px;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  #roddom .speciality-card__doctor-data {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #roddom .speciality-card__inner {
    justify-content: initial;
    min-height: 300px;
  }
}
#roddom .indicators-wrap {
  display: flex;
  margin: 100px 0 60px;
}
#roddom .indicator {
  width: 33.33%;
  padding-right: 70px;
}
#roddom .indicator__title {
  font-family: 'RotondaC';
  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: 30px;
    border-radius: 40px;
  }
  #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;
  }
}
/* section-programs */
#roddom .programs {
  padding: 100px 0 50px;
  position: relative;
  z-index: 5;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
  background: #FFF;
}
#roddom .programs h3 {
  margin-bottom: 1.5em;
}
/* Birth program table */
#roddom .programs th {
  font-family: 'RotondaC';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #3F4D5A;
}
#roddom .birth-programs--title {
  position: sticky;
  top: 81px;
  z-index: 9;
  background-color: #FFF;
}
#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;
}
#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 td {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
}
#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;
  height: 70px;
}
#roddom .birth-programs tr:not([class]) {
  display: table-row;
}
#roddom .birth-programs__heading {
  border: none;
  padding: 30px 0 10px 0;
}
#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:nth-of-type(2n) {
  background-color: #F4F9FC;
}
#roddom .birth-programs td:first-child {
  padding-right: 10px;
  min-width: 300px;
}
#roddom .birth-programs td:not(:first-child) {
  text-align: center;
  width: 140px;
  padding: 5px 10px;
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  min-width: 110px;
}
#roddom .birth-programs__prices td:not(:first-child) {
  font-family: 'Core Sans A 55 Medium';
  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;
  white-space: nowrap;
}
#roddom .birth-programs .birth-programs__options td {
  font-family: 'RotondaC';
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: .02em;
}
#roddom .birth-programs__options--mobile {
  display: none;
}
#roddom .birth-programs--mobile {
  display: none;
}
@media (max-width: 991px) {
  #roddom .birth-programs--title {
    top: 71px;
  }
}
@media (max-width: 767px) {
  #roddom .birth-programs {
    display: block;
    overflow-x: auto;
  }
  #roddom .birth-programs__options--mobile {
    display: table-row;
  }
  #roddom .birth-programs--title {
    position: static;
  }
  #roddom .birth-programs--mobile {
    display: block;
  }
  #roddom .birth-programs--full {
    display: none;
  }
}
@media (max-width: 424px) {
  #roddom .birth-programs td:first-child {
    min-width: 290px;
  }
  #roddom .birth-programs td:not(:first-child) {
    min-width: 65px;
  }
  #roddom .birth-programs td:not(:first-child) {
    padding: 5px 20px;
  }
}
/* 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;
  }
}
/* Media */
#roddom .section-media {
  background: #F7FBFD;
  position: relative;
  padding: 100px 0 115px;
  z-index: 5;
  min-height: 500px;
}
#roddom .section-media__inner {
  max-width: 45%;
  padding-right: 40px;
}
#roddom .section-media__inner h3 {
  font-size: 2.75em;
  line-height: 1.1em;
  margin-bottom: .8em;
}
#roddom .section-media__inner p {
  font-size: 1.38em;
  line-height: 2em;
  margin-bottom: 2em;
}
#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: #F4662A;
}
#roddom .section-media__carousel {
  position: absolute;
  right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1000px;
  max-width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* 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 {
  width: 100%;
  height: 470px;
  object-fit: cover;
  max-width: initial;
  overflow: hidden;
  border-radius: 12px;
}
/* nav-buttons */
#roddom .tours__carousel-play-btn {
  background-color: #F4662A;
  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: #F4662A;
  border-color: transparent;
}
#roddom .section-media__carousel .slider-btn:hover {
  background-color: #ED6429;
}
#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: 1199px) {
  #roddom .section-media__inner {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  #roddom .section-media__carousel {
    position: initial;
    width: 700px;
    max-width: 75%;
    margin: 0 auto;
    transform: unset;
  }
  #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: 640px) {
  #roddom .section-media__carousel {
    max-width: 100%;
  }
  #roddom .section-media__carousel .slider-btn_left {
    left: 20px;
  }
  #roddom .section-media__carousel .slider-btn_right {
    right: 20px;
  }
  #roddom .owl-item .tours__carousel-video,
  #roddom .owl-item .tours__carousel-video > img,
  #roddom .owl-item .tours__carousel-image {
    height: 100%;
  }
}
/* section-pregnancy */
#roddom .section-pregnancy {
  margin-top: 40px;
  padding: 120px 0 0;
}
/* 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: 30px 0;
}
#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: 100px 0 50px;
  overflow: hidden;
}
#roddom .section-pregnancy-cost h3 {
  margin-bottom: 1.5em;
}
/* pregnancy cost table */
#roddom .section-pregnancy-cost th {
  font-family: 'RotondaC';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #3F4D5A;
}
#roddom .pregnancy-cost {
  width: 100%
}
#roddom .pregnancy-cost td {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  cursor: default;
}
#roddom .pregnancy-cost th {
  text-align: left;
}
#roddom .pregnancy-cost tr {
  border-bottom: 1px solid #E9ECEE;
  border-top: 1px solid #E9ECEE;
  height: 70px;
  background-color: #F4F9FC;
}
#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: 'Core Sans A 45 Regular';
  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;
  padding: 5px 10px;
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
  white-space: nowrap;
}
#roddom .pregnancy-cost__prices td:not(:first-child) {
  font-family: 'Core Sans A 55 Medium';
  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: 'RotondaC';
  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: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 20px;
  color: #909EAA;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #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;
  }
}
@media (max-width: 424px) {
  #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 .accordion-header div {
    padding-top: 10px;
  }
  #roddom .section-pregnancy-cost .price-before-sale {
    margin-left: 20px;
  }
}
/* FAQ */
#roddom .section-faq {
  padding: 100px 0;
}
#roddom .accordion {
  margin-bottom: 0;
}
#roddom .programs .accordion-header,
#roddom .section-pregnancy-cost .accordion-header {
  font-family: 'RotondaC';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #3F4D5A;
  padding: 1.5em .5em 1.5em 30px;
  display: flex;
  justify-content: space-between;
}
#roddom .accordion--programs .plus-minus-toggle {
  left: 0;
}
#roddom li .accordion-header:not(:only-child) {
  cursor: pointer;
}
#roddom .section-pregnancy-cost .accordion-header div {
  white-space: nowrap;
  font-family: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 20px;
}
#roddom .section-pregnancy-cost .accordion-header span {
  flex: 0 0 80%;
}
#roddom .section-pregnancy-cost .accordion-header--main {
  font-family: 'RotondaC';
  font-size: 1.63em;
  padding: 1.5em .5em 1.5em 30px;
  cursor: pointer;
}
#roddom .accordion-header--main .plus-minus-toggle {
  top: 2.9em;
}
#roddom .accordion li.active > .plus-minus-toggle::before,
#roddom .accordion li.active > .plus-minus-toggle::after {
  transform: none;
}
#roddom .stage__text a {
  color: #F4662A;
}
#roddom .stage__text a:hover {
  text-decoration: underline;
}
#roddomCallback .popup__title {
  font-family: 'RotondaC';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: .02em;
  color: #232427;
}
#roddomCallback .popup__description {
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 20px;
  color: #232427;
}
@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;
  }
}
/* Courses */
#roddom .section-courses {
  padding: 250px 0 100px;
  overflow: hidden;
}
#roddom .section-courses h4 {
  margin-top: 90px;
}
#roddom .courses__schedule {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(101, 123, 135, .22);
  padding: 50px;
}
#roddom .courses__schedule h4 {
  margin: 0;
}
#roddom .courses__schedule ul {
  margin-top: 20px;
}
#roddom .courses__schedule li {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
#roddom .courses__schedule ul:not(.active) li:nth-of-type(1n+4) {
  display: none;
}
#roddom .courses__schedule a {
  margin-top: 40px;
  font-size: 18px;
}
#roddom .courses__schedule ul.active ~ a {
  display: none;
}
#roddom .courses__schedule li + li {
  border-top: 1px solid #E1E4E7;
}
#roddom .courses__schedule-title {
  position: relative;
  padding-left: 20px;
  font-family: 'Core Sans A 55 Medium';
  font-size: 20px;
}
#roddom .courses__schedule-title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #909EAA;
  border-radius: 50%;
}
#roddom .courses__schedule-data {
  flex-basis: 40%;
  text-align: right;
}
#roddom .courses__schedule-date {
  font-family: 'Core Sans A 55 Medium';
  font-size: 20px;
}
#roddom .courses__schedule-specialist {
  font-family: 'Core Sans A 45 Regular';
  font-size: 14px;
  color: #909EAA;
}
@media (max-width: 767px) {
  #roddom .section-courses {
    padding: 100px 0 50px;
  }
  #roddom .courses__schedule {
    padding: 40px;
  }
  #roddom .courses__schedule li {
    flex-direction: column;
  }
  #roddom .courses__schedule-data {
    flex-basis: unset;
    text-align: unset;
  }
  #roddom .courses__schedule-date {
    margin-top: 20px;
  }
}
@media (max-width: 424px) {
  #roddom .section-courses {
    padding: 70px 0;
  }
  #roddom .courses__schedule {
    padding: 20px;
  }
  #roddom .courses__schedule-title::before {
    display: none;
  }
  #roddom .courses__schedule-title {
    padding-left: 0;
  }
}
/* Necessary */
#roddom .section-necessary {
  padding: 100px 0;
}
#roddom .courses__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -50px;
}
#roddom .courses__block {
  display: flex;
  flex-direction: column;
  width: calc(33% - 100px);
  margin: 50px;
}
#roddom .courses__block img {
  max-width: 150px;
  margin-bottom: 20px;
}
#roddom .courses__block-title {
  margin-bottom: 15px;
  font-family: 'RotondaC';
  font-size: 20px;
}
#roddom .courses__block-text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
}
#roddom .courses__block a {
  margin-top: auto;
}
#roddom .courses__block a i {
  margin-left: 10px;
  line-height: 18px;
}
#roddom .courses__information {
  padding-top: 100px;
}
#roddom .courses__information h3 {
  margin-bottom: 45px;
}
#roddom .courses__price {
  font-family: 'RotondaC';
  font-size: 44px;
  margin-bottom: 10px;
}
#roddom .courses__old-price {
  margin-left: 15px;
  text-decoration: line-through;
  font-family: 'RotondaC';
  font-size: 20px;
  color: #7C90A0;
}
#roddom .courses__information p {
  font-size: 18px;
}
#roddom .courses__information button {
  margin-top: 30px;
}
/* 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: 'Core Sans A 45 Regular';
  font-size: 22px;
}
#roddom .courses__contact-text {
  margin-bottom: 20px;
  font-family: 'Core Sans A 45 Regular';
  font-size: 14px;
  color: #909EAA;
}
#roddom .courses__contact a {
  font-family: 'RotondaC';
  font-size: 20px;
  color: #3F4D5A;
}
@media (max-width: 991px) {
  #roddom .courses__block {
    width: calc(50% - 100px);
  }
}
@media (max-width: 767px) {
  #roddom .section-necessary {
    padding: 70px 0;
  }
  #roddom .courses__blocks {
    margin: 0;
  }
  #roddom .courses__block {
    margin: 15px 0;
    width: 100%;
  }
  #roddom .courses__contact {
    margin-top: 20px;
    margin-right: 40px;
  }
}
/* Map */
#roddom .section-map {
  padding: 100px 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#roddom .section-map__content {
  max-width: 45%;
}
#roddom .section-map__content nobr {
  transition: color .3s;
  font-size: 24px;
  line-height: 28px;
}
#roddom .section-map__content nobr:hover {
  color: #F4662A;
}
#roddom .section-map__content hr {
  width: 70px;
  background: #909EAA;
  opacity: .3;
}
#roddom .section-map__content-main {
  font-family: 'RotondaC';
  font-size: 24px;
  line-height: 28px;
  color: #3F4D5A;
  padding: 40px 0;
}
#roddom .section-map__content-main p {
  margin-top: 15px;
}
#roddom .section-map__content-main nobr,
#roddom nobr:hover {
  color: #F4662A;
}
#roddom .section-map__block {
  padding: 10px 0 20px;
  line-height: 28px;
}
#roddom .map__wrapper #map {
  overflow: hidden;
  border-radius: 12px;
  width: calc(100% - 30px);
}
#roddom .map__wrapper {
  position: absolute;
  right: 0;
  max-width: 55%;
}
@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;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  #roddom .section-map {
    flex-direction: column;
  }
  #roddom .section-map__content {
    max-width: 100%;
  }
  #roddom .map__block {
    height: 565px;
  }
  #roddom .map__wrapper {
    max-width: 100%;
    height: 500px;
    position: relative;
  }
  #roddom .map__wrapper #map {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  #roddom .map__wrapper {
    height: 380px;
  }
  #roddom .map__block {
    height: 420px;
  }
}
/* Tours */
#roddomTour {
  width: 900px;
  padding: 40px;
}
#roddomTour h3 {
  font-family: 'RotondaC';
  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: 'Core Sans A 55 Medium';
  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: 'Core Sans A 45 Regular';
  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: 'RotondaC';
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #232427;
}
#roddomTourConfirm .popup__description {
  font-family: 'Core Sans A 55 Medium';
  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 .banner__image {
  max-height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: inherit;
}
#birthSpecialist .specialist__banner {
  padding: 35px 100px;
  max-width: 100%;
  background-color: #EDF2F5;
  position: relative;
}
#birthSpecialist .specialist__data {
  padding: 0 100px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #birthSpecialist .banner {
    margin: unset;
  }
  #birthSpecialist .specialist__banner,
  #birthSpecialist .specialist__data {
    padding: 35px 50px;
  }
  #birthSpecialist .banner__image {
    display: none;
  }
}
@media (max-width: 424px) {
  #birthSpecialist .specialist__banner,
  #birthSpecialist .specialist__data {
    padding: 15px;
  }
}
