#eco section:not(.phones-mobile):not(.hero) {
  padding: 130px 0 70px;
}
#eco strong {
  font-family: 'Core Sans A 65 Bold';
}
#eco .blue {
  color: #65B8EF;
}
#eco h2 {
  font-family: 'Core Sans A 65 Bold';
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #414D5C;
}
#eco h3 {
  font-family: 'Core Sans A 55 Medium';
  font-size: 32px;
  line-height: 45px;
  color: #414D5C;
  margin-bottom: 30px;
}
#eco h4 {
  font-family: 'Core Sans A 55 Medium';
  font-size: 24px;
  line-height: 45px;
  color: #414D5C;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #eco h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #eco section:not(.phones-mobile):not(.hero) {
    padding: 70px 0;
  }
}
@media (max-width: 424px) {
  #eco section:not(.phones-mobile) {
    padding-bottom: 30px;
  }
  #eco h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  #eco h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #eco h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/* section hero */
#eco .hero {
  height: 900px;
  background: url(../assets/images/eco/heroImage.png) center no-repeat;
  background-size: cover;
}
#eco .hero__inner {
  width: 660px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#eco .hero__title {
  font-family: 'Core Sans A 65 Bold';
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 52px;
}
#eco .hero__text {
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 36px;
}
@media (max-width: 991px) {
  #eco .hero {
    height: 750px;
    background: url(../assets/images/eco/heroImage.png) no-repeat;
    background-position-x: -350px;
  }
  #eco .hero__title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  #eco .hero__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #eco .hero__inner {
    width: 90%;
  }
}
@media (max-width: 424px) {
  #eco .hero {
    background-position: center;
    height: 650px;
  }
  #eco .hero__inner {
    top: 130px;
    transform: translateY(0);
    padding-top: 90px;
  }
  #eco .hero__title {
    font-size: 32px;
  }
  #eco .hero__text {
    font-size: 15px;
    line-height: 25px;
  }
  #eco .hero .base-btn--size-l {
    font-size: 14px;
  }
}
/* section infographics */
#eco .introducing__cards {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin: -15px;
}
#eco .introducing__card--wrap {
  flex: 0 0 16.6%;
  padding: 15px;
}
#eco .introducing__card {
  background: #FFF;
}
#eco .introducing__card-image {
  background-size: cover;
  width: 35px;
  height: 45px;
}
#eco .introducing__card-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .01em;
  color: #414D5C;
  padding: 15px 0;
}
#eco .introducing__card-text {
  font-family: 'Core Sans A 45 Regular';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .01em;
  color: #414D5C;
  opacity: .7;
}
#eco .statistic {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  color: #414D5C;
}
#eco .statistic__period {
  width: 50%;
  background: url(/static/mobile_app/www/assets/images/eco/statisticBackground.png) no-repeat;
}
#eco .statistic__period .statistic__title {
  margin-top: 40%;
  transform: translateY(-50%);
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#eco .statistic__period .statistic__title p {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
#eco .statistic__title p {
  font-family: 'Core Sans A 65 Bold';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .01em;
}
#eco .statistic__round-group {
  width: 50%
}
#eco .statistic__round {
  border-radius: 100%;
  text-align: center;
  position: absolute;
}
#eco .statistic__title {
  font-family: 'Core Sans A 65 Bold';
  font-size: 52px;
  line-height: 50px;
  letter-spacing: .01em;
}
#eco .statistic__round--main {
  border-radius: 100%;
  text-align: center;
  background-color: rgba(101, 184, 239, .24);
  color: #2377C6;
  width: 216px;
  height: 216px;
  position: relative;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
}
#eco .statistic__round:nth-of-type(1) {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(101, 184, 239, .24);
  color: #2377C6;
  width: 133px;
  height: 133px;
  position: absolute;
  top: -15px;
  left: -250px;
}
#eco .statistic__round:nth-of-type(1) .statistic__title {
  font-size: 36px;
  line-height: 50px;
}
#eco .statistic__round:nth-of-type(1) .statistic__title p {
  font-size: 10px;
  line-height: 16px;
}
#eco .statistic__round:nth-of-type(2) {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  font-size: 36px;
  line-height: 50px;
  background-color: rgba(101, 184, 239, .24);
  color: #2377C6;
  width: 166px;
  height: 166px;
  position: absolute;
  top: -150px;
  left: -200px;
}
#eco .statistic__round:nth-of-type(2) .statistic__title {
  font-size: 38px;
  line-height: 50px;
}
#eco .statistic__round:nth-of-type(2) .statistic__title p {
  font-size: 11px;
  line-height: 18px;
}
#eco .statistic__round:nth-of-type(3) {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(245, 108, 96, .18);
  color: #F56C60;
  width: 190px;
  height: 190px;
  position: absolute;
  top: -200px;
  left: 50px;
}
#eco .statistic__round:nth-of-type(3) .statistic__title {
  font-size: 48px;
  line-height: 50px;
}
#eco .statistic__round:nth-of-type(3) .statistic__title p {
  font-size: 12px;
  line-height: 20px;
}
#eco .statistic__round:nth-of-type(4) {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  font-size: 38px;
  line-height: 50px;
  background-color: rgba(245, 108, 96, .18);
  color: #F56C60;
  width: 166px;
  height: 166px;
  position: absolute;
  top: 15px;
  left: 150px;
}
#eco .statistic__round:nth-of-type(4) .statistic__title {
  font-size: 38px;
  line-height: 50px;
}
#eco .statistic__round:nth-of-type(4) .statistic__title p {
  font-size: 11px;
  line-height: 16px;
}
#eco .statistic__round:nth-of-type(5) {
  border-radius: 100%;
  text-align: center;
  position: absolute;
  font-size: 38px;
  line-height: 50px;
  background-color: rgba(245, 108, 96, .18);
  color: #F56C60;
  width: 166px;
  height: 166px;
  position: absolute;
  top: 155px;
  left: 75px;
}
#eco .statistic__round:nth-of-type(5) .statistic__title {
  font-size: 38px;
  line-height: 50px;
}
#eco .statistic__round:nth-of-type(5) .statistic__title p {
  font-size: 11px;
  line-height: 16px;
}
#eco .statistic__round .statistic__title,
#eco .statistic__round--main .statistic__title {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#eco .feature {
  margin-bottom: 100px;
}
#eco .feature__inner {
  width: calc(50% + 85px);
  font-family: 'Core Sans A 45 Regular';
  font-size: 24px;
  line-height: 44px;
  letter-spacing: .01em;
  color: #414D5C;
}
#eco .feature__block-left {
  background: #ECF5FE;
  border-radius: 12px;
  margin: 30px 0;
}
#eco .feature-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#eco .feature-wrap--reverse {
  flex-flow: row-reverse;
}
#eco .feature-wrap--reverse .feature__block-right {
  width: 50%;
  padding: 50px 140px 50px 0;
  font-size: 24px;
  letter-spacing: .01em;
}
#eco .feature__block-n1 {
  width: 50%;
  padding: 30px 20px 30px 40px;
  margin-left: 85px;
}
#eco .feature__block-n1 {
  background-image: url(../assets/images/eco/featureBackground.png) no-repeat;
}
#eco .feature__block-n2 {
  width: 50%;
  padding: 30px 20px 30px 40px;
}
#eco .feature__block-right {
  width: 45%;
  padding: 50px 0 50px 140px;
  font-size: 24px;
  letter-spacing: .01em;
}
#eco .feature__block-n3 {
  width: calc(50% - 85px);
  padding: 30px 20px 30px 40px;
  margin-left: 85px;
  margin-right: 85px;
}
#eco .feature__block-n1 .feature__block-left-image,
#eco .feature__block-n2 .feature__block-left-image {
  float: right;
}
#eco .feature__block-n2 .feature__block-left-text,
#eco .feature__block-n1 .feature__block-left-text {
  width: 70%;
}
#eco .feature__block-left-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 24px;
  letter-spacing: .01em;
  color: #414D5C;
  padding-bottom: 10px;
}
#eco .feature__block-n4 {
  display: flex;
  padding: 20px;
}
#eco .feature__block-n4 .feature__block-left-title {
  font-size: 32px;
  line-height: 45px;
  padding: 10px;
}
#eco .feature__block-n4 .feature__block-left-text {
  font-size: 18px;
  line-height: 32px;
  padding-top: 30px;
}
#eco .feature__block-right-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 32px;
  line-height: 45px;
  letter-spacing: .01em;
  color: #414D5C;
  margin-bottom: 15px;
}
#eco .feature__block-left-text,
#eco .feature__block-right-text {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .01em;
  padding-bottom: 15px;
}
#eco .feature-wrap-reverse .feature__block-right {
  width: 50%;
  padding: 50px 85px 50px 0;
}
#eco .feature__block-left.feature__block-image {
  width: 50%;
  height: auto;
}
#eco .feature__block-left.feature__block-image img {
  width: 100%;
}
#eco .tooltip__title {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
}
#eco .tooltip__text {
  font-size: 14px;
  color: rgba(65, 77, 92, .7);
}
#eco .tooltip-link {
  font-family: 'Core Sans A 65 Bold';
  color: #F4662A;
  text-decoration: none;
  margin-bottom: 0;
}
#eco .tooltip-wrap {
  position: static;
}
#eco .tooltip-bottom {
  left: 0
}
#eco .feature__block-right-text--relative {
  position: relative;
}
@media (max-width: 991px) {
  #eco .introducing__card--wrap {
    flex: 0 0 33.3%;
    padding: 15px;
  }
  #eco .feature__inner {
    width: 100%;
  }
  #eco .statistic {
    margin-bottom: 50px;
  }
  #eco .statistic__round-group {
    width: 100%;
    margin-top: 240px;
    margin-left: 55%;
    transform: translateX(-50%);
  }
  #eco .statistic__period {
    width: 100%;
    background: none;
  }
  #eco .statistic__period .statistic__title {
    margin-top: 40px;
    transform: translateY(0);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #eco .statistic {
    height: 615px;
  }
  #eco .statistic__round--main {
    margin-top: -15rem;
    margin-left: 20%;
  }
  #eco .feature__block-n1,
  #eco .feature__block-n2,
  #eco .feature__block-n3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #eco .feature__block-n2 + .feature__block-right {
    background: #ECF5FE;
    border-radius: 12px;
    width: 100%;
    padding: 30px 20px 30px 30px;
    margin-top: 30px;
  }
  #eco .feature__block-left.feature__block-image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  #eco .feature__block-left {
    margin: 30px 0 0 0;
  }
  #eco .feature__block-right {
    width: 100%;
    padding: 50px 0 50px 0;
  }
  #eco .feature-wrap--reverse {
    flex-flow: wrap;
  }
  #eco .feature-wrap--reverse .feature__block-right {
    width: 100%;
    padding: 50px 30px 50px 0;
    font-size: 24px;
    letter-spacing: .01em;
  }
}
@media (max-width: 767px) {
  #eco .introducing__card--wrap {
    flex: 0 0 50%;
    padding: 15px;
  }
  #eco .feature__block-n1 .feature__block-left-image,
  #eco .feature__block-n2 .feature__block-left-image,
  #eco .feature__block-n3 .feature__block-left-image,
  #eco .feature__block-n4 .feature__block-left-image {
    display: none;
  }
  .feature__block-n2 .feature__block-left-text,
  #eco .feature__block-n1 .feature__block-left-text {
    width: 100%;
  }
  #eco .statistic__round-group {
    margin-left: 0;
    transform: translateX(0);
  }
  #eco .statistic__round:nth-of-type(1) {
    top: 465px;
    left: 55px;
  }
  #eco .statistic__round:nth-of-type(2) {
    top: 335px;
    left: 110px;
  }
  #eco .statistic__round--main {
    margin-top: -22rem;
  }
  #eco .statistic {
    height: 1090px;
  }
}
@media (max-width: 600px) {
  #eco .statistic__round--main {
    margin-left: 30px;
  }
}
@media (max-width: 424px) {
  #eco .introducing__card--wrap {
    flex: 0 0 100%;
    padding: 15px;
  }
  #eco .statistic__round-group {
    width: 100%;
    transform: scale(.8);
  }
  #eco .statistic__round--main {
    margin-top: -34rem;
    margin-left: -30px;
  }
  #eco .statistic__title {
    font-size: 48px;
  }
  #eco .feature__block-left-title {
    font-size: 18px;
  }
  #eco .feature__block-n1,
  #eco .feature__block-n2,
  #eco .feature__block-n3,
  #eco .feature__block-n4 {
    padding: 30px 10px 30px 15px;
  }
  #eco .feature__block-left {
    margin: 0;
    margin-bottom: 15px;
  }
  #eco .feature__block-n2 + .feature__block-right {
    margin-top: 0;
  }
  .feature__block-n2 + .feature__block-right {
    margin-bottom: 15px;
  }
  .feature__block-right {
    font-size: 20px;
  }
  #eco .feature__block-left.feature__block-image {
    width: 100%;
  }
}
/* section oms */
#eco .oms__description {
  font-size: 18px;
  line-height: 36px;
  max-width: 80%;
  padding-bottom: 90px;
}
#eco .oms__info-icon {
  background-image: url(/static/mobile_app/www/assets/images/eco/feature1.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  margin-bottom: 35px;
}
#eco .oms__info-and-documents {
  display: flex;
  justify-content: space-between;
}
#eco .oms__info {
  width: 35%;
}
#eco .oms__info-item {
  margin-bottom: 95px;
}
#eco .oms__documents-wrap {
  background: rgba(236, 245, 254, .5);
  border-radius: 12px;
  padding: 50px 60px 180px 60px;
  width: 50%;
  position: relative;
}
#eco .oms__documents-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 22px;
  line-height: 32px;
  color: #414D5C;
  padding-bottom: 20px
}
#eco .oms__documents-list li {
  list-style: decimal;
  padding: 10px 0;
}
#eco .oms__documents-list ul {
  margin-left: 20px;
}
#eco .oms__documents-image {
  background: url(/static/mobile_app/www/assets/images/eco/passport.png) no-repeat right;
  width: 250px;
  height: 200px;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
#eco .oms__info-numbers {
  font-family: 'Core Sans A 65 Bold';
  font-size: 56px;
  line-height: 50px;
  color: #65B8EF;
  margin-bottom: 25px;
}
#eco .oms__info-text {
  font-size: 40px;
}
@media (max-width: 991px) {
  #eco .oms__info-and-documents {
    flex-wrap: wrap;
  }
  #eco .oms__info {
    width: 100%;
  }
  #eco .oms__documents-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #eco .oms__description {
    max-width: unset;
    padding-bottom: 50px;
  }
  #eco .oms__documents-wrap {
    padding: 20px 10px 220px 10px;
  }
  #eco .oms__documents-image {
    right: 10px;
  }
  #eco .oms__info-item {
    margin-bottom: 40px;
  }
}
/* section first-consultation */
#eco .section-first-consultation {
  background-color: #ECF5FE;
}
#eco .section-first-consultation h3 {
  margin-bottom: 70px;
}
#eco .consultation__block {
  background: #FFF;
  border-radius: 12px;
  padding: 50px 70px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#eco .consultation__title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 32px;
  line-height: 45px;
  color: #414D5C;
  max-width: 35%;
  align-self: baseline;
}
#eco .consultation__list {
  font-size: 16px;
  line-height: 28px;
  color: #7A828D;
  margin-left: 150px;
}
#eco .consultation__list li {
  padding: 10px 0 0 25px;
  position: relative;
  text-align: left;
}
#eco .consultation__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  background-color: #F4662A;
  border-radius: 50%;
}
#eco .consultation__card-wrapper {
  max-width: 100%;
  padding: 80px 0;
  margin: -20px;
  display: flex;
  flex-flow: row wrap;
}
#eco .consultation__card {
  margin: 20px;
  max-width: calc(25% - 40px);
}
#eco .consultation__card img {
  margin-bottom: 10px;
}
#eco .consultation__card-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 18px;
  line-height: 30px;
  color: #414D5C;
  margin-bottom: 15px;
}
#eco .consultation__card-text {
  color: #7A828D;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991px) {
  #eco .consultation__block {
    flex-direction: column;
    align-items: flex-start;
  }
  #eco .consultation__title {
    margin-bottom: 15px;
    max-width: unset;
  }
  #eco .consultation__list {
    margin-left: unset;
  }
  #eco .consultation__card {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  #eco .section-first-consultation {
    padding: 80px 0;
  }
  #eco .consultation__block {
    padding: 20px 40px;
  }
  #eco .consultation__title {
    font-size: 20px;
  }
  #eco .consultation__card {
    max-width: calc(100% - 40px);
  }
}
/* section steps */
#eco .steps-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
#eco .steps {
  max-width: 50%;
}
#eco .steps-wrapper img {
  max-width: 100%;
}
#eco .steps .base-btn {
  margin-top: 30px;
  margin-left: 6.3em;
}
#eco .step {
  padding-left: 6.3em;
  padding-bottom: 50px;
  position: relative;
  filter: grayscale(0);
  color: #E2E7EC;
}
#eco .step:last-of-type {
  padding-bottom: 0;
}
#eco .step:not(:last-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  top: 46px;
  left: 23px;
  bottom: 0;
  width: 2px;
  background: #E2E7EC;
}
#eco .step-progress {
  position: absolute;
  top: 0;
  left: 23px;
  width: 2px;
  height: 0;
  background: #F4662A;
}
#eco .step:last-of-type .step-progress {
  display: none;
}
#eco .step-order {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid #E1E4E7;
  border-radius: 50%;
  z-index: 1;
  font-family: 'Core Sans A 65 Bold';
  font-size: 26px;
  line-height: 44px;
  color: #FFF;
}
#eco .step-title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 20px;
  line-height: 36px;
  color: #414D5C;
  margin-bottom: 20px;
}
#eco .step-text {
  font-family: 'Core Sans A 45 Regular';
  font-size: 16px;
  line-height: 28px;
  color: #414D5C;
}
#eco .step-links {
  margin-top: 20px;
}
#eco .step-links a {
  font-family: 'Core Sans A 65 Bold';
  font-size: 16px;
  line-height: 26px;
  color: #F4662A;
  margin-right: 15px;
}
#eco .step button {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  #eco .steps-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  #eco .steps {
    max-width: 80%;
  }
  #eco .steps-wrapper img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #eco .steps {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  #eco .steps {
    font-size: 12px;
  }
  #eco .steps .base-btn {
    margin-left: 4.6em;
  }
}
@media (max-width: 424px) {
  #eco .section-steps {
    margin: 20px 0;
  }
  #eco .steps .base-btn {
    margin-left: 0;
  }
}
/* section specialists */
#eco .section-specialists {
  background: #ECF5FE;
}
#eco .call {
  background-color: #FFF;
  border-radius: 12px;
  width: 100%;
  padding: 30px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#eco .call span {
  max-width: 50%;
}
#eco .specialists-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#eco .speciality-card--wrap {
  flex: 0 0 33.3%;
  padding: 20px;
}
#eco .speciality-card__inner {
  height: 370px;
  padding: 25px 30px 30px;
}
#eco .speciality-card__photo {
  max-height: 300px;
  right: 5px;
}
#eco .speciality-card__doctor-data {
  cursor: pointer;
}
#eco .speciality-card__additional {
  font-family: 'Core Sans A 55 Medium';
  font-size: 12px;
  line-height: 20px;
  color: #909EAA;
}
#eco .speciality-card__description {
  font-size: 14px;
  line-height: 24px;
  color: #909EAA;
  padding-bottom: 40px;
}
#eco .speciality-card__title-surname {
  font-family: 'Core Sans A 65 Bold';
}
@media (max-width: 991px) {
  #eco .speciality-card--wrap {
    flex: 0 0 50%;
    padding: 20px;
  }
  #eco .speciality-card__inner {
    height: 300px;
  }
  #eco .speciality-card__additional {
    font-family: 'Core Sans A 45 Regular';
    font-size: 14px;
    line-height: 24px;
    max-width: 140px;
  }
  #eco .speciality-card__description {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #eco .speciality-card--wrap {
    flex: 0 0 100%;
    padding: 20px;
  }
  #eco .speciality-card__description {
    max-width: 70%;
    padding-top: 10px;
    max-height: 55px;
  }
  .speciality-card__description {
    padding: 5px;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    font-size: 20px;
    -webkit-line-clamp: 2;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #eco .call {
    display: block;
  }
  #eco .call {
    align-items: end;
  }
  #eco .call p {
    width: 100%;
  }
  #eco .speciality-card__additional {
    max-width: 115px;
    z-index: 2;
  }
}
/* section programs */
#eco .cryo-block {
  display: flex;
  flex-wrap: wrap;
}
#eco .cryo-block img {
  margin-left: 120px;
  height: fit-content;
}
#eco .programs-list {
  background: #ECF5FE;
  border-radius: 12px;
  width: 50%;
  padding: 30px 3% 10px 3%;
}
#eco .programs-list__title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 30px;
  color: #414D5C;
}
#eco .programs-list__item {
  display: flex;
  justify-content: space-between;
  color: #3F4D5A;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
#eco .programs-list__item .line-dashed {
  flex: 1 0;
  border-bottom: 1px dashed #414D5C;
  height: 1em;
  margin: .2em .4em;
}
#eco .programs-list__item .programs-list__price {
  color: #414D5C;
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 28px;
}
#eco .programs-list__price--text {
  font-size: 10px;
  line-height: 28px;
}
#eco .programs-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
#eco .programs-card:nth-of-type(1) {
  background-image: url(../assets/images/eco/programsBlueEgg.png);
  background-size: 195px;
}
#eco .programs-card:nth-of-type(2) {
  background-image: url(../assets/images/eco/programsRedEgg.png);
  background-size: 195px;
}
#eco .programs-card:nth-of-type(3) {
  background-image: url(../assets/images/eco/programsGreenEgg.png);
  background-size: 195px;
}
#eco .programs-card:nth-of-type(4) {
  background-image: url(../assets/images/eco/programsPurpleEgg.png);
  background-size: 195px;
}
#eco .programs-card:nth-of-type(5) {
  background-image: url(../assets/images/eco/programsVioletEgg.png);
  background-size: 195px;
}
#eco .programs-card:nth-of-type(6) {
  background-image: url(../assets/images/eco/programsOrangeEgg.png);
  background-size: 195px;
}
#eco .programs-card {
  border-radius: 12px;
  position: relative;
  flex: 0 0 50%;
  padding: 70px 40px 40px;
  background: #FFF 65px 35px no-repeat;
  background-size: 280px;
  transition: box-shadow .3s, background-size .3s;
}
#eco .programs-cards:nth-of-type(1) {
  padding-bottom: 70px;
}
#eco .programs-cards:nth-of-type(2) {
  padding-bottom: 70px;
}
#eco .programs-card:nth-of-type(1) h3 {
  color: #2377C6;
}
#eco .programs-card:nth-of-type(2) h3 {
  color: #F56C60;
}
#eco .programs-card:nth-of-type(3) h3 {
  color: #61D785;
}
#eco .programs-card:nth-of-type(4) h3 {
  color: #BE55F5;
}
#eco .programs-card:nth-of-type(5) h3 {
  color: #666DD5;
}
#eco .programs-card:nth-of-type(6) h3 {
  color: #F88F6C;
}
#eco .programs-card h3 {
  margin-bottom: 0;
}
#eco .programs-card:hover {
  box-shadow: 0 10px 30px rgba(101, 123, 135, .22);
  margin-bottom: -25px;
  z-index: 1;
  background-size: 300px;
}
#eco .programs-card .base-btn {
  display: none;
  width: 80%;
  margin-top: 30px;
}
#eco .programs-card:hover .base-btn {
  display: block;
}
#eco .programs-card__price {
  font-family: 'Core Sans A 55 Medium';
  padding: 20px 0;
}
#eco .programs-card__description {
  color: #7A828D;
}
#eco .programs-card__description--note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .01em;
  display: block;
  padding-top: 40px;
}
#eco .programs-card:hover .programs-card__description--note {
  display: none;
}
@media (max-width: 991px) {
  #eco .programs-card .base-btn {
    width: 100%;
  }
  #eco .cryo-block {
    flex-direction: column-reverse;
  }
  #eco .programs-list {
    width: 100%;
  }
  #eco .cryo-block img {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 20px 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  #eco .programs-card {
    flex: 0 0 100%;
    border: 1px solid #E1E4E7;
  }
  #eco .programs-card {
    margin-bottom: 20px;
  }
  #eco .programs-card .base-btn {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  #eco .programs-card:hover {
    box-shadow: none;
    margin-bottom: 20px;
    background-size: 300px;
  }
  #eco .programs-card:hover .programs-card__description--note {
    display: block;
  }
}
@media (max-width: 500px) {
  #eco .programs-list__item .line-dashed {
    display: none;
  }
  #eco .programs-list__item {
    display: block;
  }
}
@media (max-width: 424px) {
  #eco .programs-card {
    padding: 40px 15px 15px;
  }
}
/* section special-programs */
#eco .special-programs {
  background: #ECF5FE;
}
#eco .special-programs h2 {
  width: 60%;
}
#eco .special-programs__header {
  max-width: 55%;
  color: #414D5C;
  font-size: 18px;
  line-height: 32px;
}
#eco .special-programs--wrap {
  background: #FFF;
  padding: 50px 40px 50px 40px;
  border-radius: 12px;
}
#eco .branch__title {
  padding-top: 40px;
}
#eco .branch__price {
  font-family: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 55px;
}
#eco .branch__description li {
  margin-left: 20px;
}
#eco .branch__diagram {
  width: 100%;
}
#eco .special-programs__card-wrapper {
  padding-top: 40px;
  margin: -20px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 991px) {
  #eco .special-programs h2 {
    width: 100%;
  }
  #eco .special-programs--wrap {
    background: #FFF;
    padding: 20px 20px 30px 10px;
  }
}
/* section cryobank */
#eco .section-cryobank {
  background: url(../assets/images/eco/cryobankBackground.png) center no-repeat;
  background-position-y: bottom;
}
#eco .section-cryobank__description {
  display: flex;
  flex-wrap: wrap;
  min-height: 315px;
}
#eco .section-cryobank__description-inner {
  flex: 0 0 50%;
}
#eco .section-cryobank__image {
  flex: 0 0 50%;
  padding-left: 100px;
  margin-top: -40px;
}
#eco .cryobank-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#eco .cryobank-card {
  background: #FFF;
  box-shadow: 0 2px 12px rgba(0, 12, 16, .09);
  border-radius: 12px;
}
#eco .cryobank-card--wrap {
  flex: 0 0 33.3%;
  padding: 30px;
}
#eco .cryobank-card__top {
  border-bottom: 1px solid #E1E4E7;
  padding: 30px 20px 30px 20px;
  position: relative;
}
#eco .cryobank-card__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#eco .cryobank-card__bottom {
  padding: 30px 20px 30px 20px;
}
#eco .cryobank-card__bottom--table {
  font-family: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}
#eco .cryobank-card__bottom--table td {
  padding-bottom: 10px;
}
#eco .cryobank-card__bottom--table td:first-child {
  color: #7BADDD;
}
#eco .cryobank-card__bottom--table--girl td:first-child {
  color: #F67B70;
}
#eco .cryobank-card__bottom--table td:not(:first-child) {
  text-align: right;
}
#eco .call-to-action {
  padding-top: 50px;
  text-align: center;
  color: #414D5C;
}
#eco .call-to-action .consultation__block {
  margin-bottom: 70px;
  margin-top: 40px;
}
#eco .call-to-action .consultation__block .consultation__title {
  font-family: 'Core Sans A 55 Medium';
  font-size: 32px;
  line-height: 45px;
  color: #414D5C;
  text-align: left;
}
#eco .call-to-action .base-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  #eco .cryobank-card--wrap {
    flex: 0 0 50%;
  }
  #eco .section-cryobank__description-inner {
    flex: 0 0 100%;
  }
  #eco .section-cryobank__image {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #eco .section-cryobank__description-inner {
    flex: 0 0 100%;
  }
  #eco .section-cryobank__image {
    flex: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  #eco .cryobank-card--wrap {
    flex: 0 0 100%;
    padding: 10px 0;
  }
  #eco .cryobank-cards {
    margin: 0;
  }
  #eco .call-to-action {
    padding-top: 160px;
  }
  #eco .cryobank-card__bottom--table {
    font-size: 14px;
  }
}
@media (max-width: 424px) {
  #eco .section-cryobank__image {
    transform: scale(.8);
    margin-top: 10px;
  }
}
/* section gallery */
#eco .gallery {
  background-color: #ECF5FE;
}
#eco .gallery__text {
  font-family: 'Core Sans A 55 Medium';
  font-size: 24px;
  line-height: 45px;
  color: #414D5C;
  max-width: 45%;
}
#eco .slider-container .slider-btns {
  top: -20px;
  right: 0;
  left: 0;
}
#eco .slider-container .slider-btn {
  background-color: #FFF;
}
#eco .slider-container .slider-btn:hover {
  background-color: #E2E7EC;
}
#eco .gallery__container {
  margin-top: 70px;
}
#eco .slider-container.owl-carousel .owl-stage {
  display: flex;
}
#eco .slider-container.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #eco .gallery__text {
    max-width: unset;
  }
}
@media (max-width: 424px) {
  #eco .gallery__container {
    margin-top: 0;
  }
}
/* section callback */
#eco .callback {
  padding-top: 80px;
}
#eco .callback h3 {
  margin-bottom: 60px;
}
#eco .callback__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#eco .callback__content,
#eco .callback__image {
  flex-basis: 50%;
}
#eco .callback__image {
  max-height: 430px;
  max-width: 100%;
}
#eco .callback__text {
  font-family: 'Core Sans A 55 Medium';
  font-size: 24px;
  line-height: 45px;
  color: #414D5C;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #eco .callback__wrapper {
    flex-direction: column-reverse;
  }
  #eco .callback__content,
  #eco .callback__image {
    flex-basis: unset;
  }
  #eco .callback h3,
  #eco .callback__text {
    margin-bottom: 20px;
  }
}
/* section faq */
#eco .section-faq .block-title {
  margin-bottom: 40px;
}
#ecoTableFormSpecial .accordion-body {
  display: block;
}
/* section booklets */
#eco .booklets {
  background: #ECF5FE;
}
#eco .booklets h3 {
  margin-bottom: 50px;
}
#eco .booklets__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
#eco .booklets__item {
  display: flex;
  align-items: center;
  width: calc(50% - 30px);
  margin: 15px;
  padding: 20px 25px;
  background-color: #FFF;
  border-radius: 5px;
  transition: color .3s;
}
#eco .booklets__item:hover {
  color: #F4662A;
}
#eco .booklets__icon {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #eco .booklets__wrapper {
    flex-direction: column;
  }
  #eco .booklets__item {
    width: calc(100% - 30px);
  }
}
@media (max-width: 424px) {
  #eco .booklets__item {
    width: 100%;
    margin: 15px;
    background: #FFF;
    border-radius: 5px;
    padding: 15px 5px;
    display: flex;
  }
  #eco .booklets__icon {
    transform: scale(.9);
  }
  #eco .booklets__item {
    margin: 0;
    margin-bottom: 10px;
  }
}
/* ecoTableFormBase, ecoTableFormSpecial */
#ecoTableFormSpecial .roddom-minus,
#ecoTableFormBase .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;
}
#ecoTableFormSpecial .title,
#ecoTableFormBase .title {
  font-family: 'Core Sans A 65 Bold';
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 40px;
}
#ecoTableFormSpecial .eco-programs__heading,
#ecoTableFormBase .eco-programs__heading {
  font-family: 'Core Sans A 55 Medium';
  font-size: 28px;
  line-height: 40px;
}
#ecoTableFormSpecial,
#ecoTableFormBase {
  width: 90%;
  padding: 30px;
}
#ecoTableFormSpecial table,
#ecoTableFormBase table {
  overflow-x: scroll;
}
#ecoTableFormSpecial .accordion-header,
#ecoTableFormBase .accordion-header {
  font-family: 'Core Sans A 55 Medium';
  font-size: 18px;
  line-height: 22px;
}
#ecoTableFormSpecial .eco-programs,
#ecoTableFormBase .eco-programs {
  width: 100%
}
#ecoTableFormSpecial .eco-programs td,
#ecoTableFormBase .eco-programs td {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
}
#ecoTableFormSpecial .eco-programs img,
#ecoTableFormBase .eco-programs img {
  vertical-align: middle;
}
#ecoTableFormSpecial .eco-programs th,
#ecoTableFormBase .eco-programs th {
  text-align: left;
  cursor: pointer;
}
#ecoTableFormSpecial .eco-programs tr,
#ecoTableFormBase .eco-programs tr {
  border-bottom: 1px solid #E9ECEE;
  height: 70px;
}
#ecoTableFormSpecial .eco-programs tr:not([class]),
#ecoTableFormBase .eco-programs tr:not([class]) {
  display: table-row;
}
#ecoTableFormSpecial .eco-programs__heading,
#ecoTableFormBase .eco-programs__heading {
  border: none;
  padding: 30px 0 10px 0;
}
#ecoTableFormSpecial .eco-programs__category th,
#ecoTableFormBase .eco-programs__category th {
  position: relative;
  padding-left: 30px;
}
#ecoTableFormSpecial .eco-programs__category .plus-minus-toggle,
#ecoTableFormBase .eco-programs__category .plus-minus-toggle {
  position: absolute;
  left: 0;
  top: 1.8em;
}
#ecoTableFormSpecial .eco-programs__category.active .plus-minus-toggle::before,
#ecoTableFormSpecial .eco-programs__category.active .plus-minus-toggle::after,
#ecoTableFormBase .eco-programs__category.active .plus-minus-toggle::before,
#ecoTableFormBase .eco-programs__category.active .plus-minus-toggle::after {
  transform: none;
}
#ecoTableFormSpecial .eco-programs td:nth-of-type(2n),
#ecoTableFormBase .eco-programs td:nth-of-type(2n) {
  background-color: #F4F9FC;
}
#ecoTableFormSpecial .eco-programs td:first-child,
#ecoTableFormBase .eco-programs td:first-child {
  padding-right: 10px;
  min-width: 300px;
}
#ecoTableFormSpecial .eco-programs td:not(:first-child),
#ecoTableFormBase .eco-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;
}
#ecoTableFormSpecial .eco-programs__prices td:not(:first-child),
#ecoTableFormBase .eco-programs__prices td:not(:first-child) {
  font-family: 'Core Sans A 55 Medium';
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
  white-space: nowrap;
}
#ecoTableFormSpecial .eco-programs__prices td:first-child,
#ecoTableFormBase .eco-programs__prices td:first-child {
  font-size: 16px;
  line-height: 20px;
  color: #3F4D5A;
  white-space: nowrap;
}
#ecoTableFormSpecial .eco-programs .eco-programs__options td,
#ecoTableFormBase .eco-programs .eco-programs__options td {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: .02em;
}
#ecoTableFormSpecial .eco-programs__options--mobile,
#ecoTableFormBase .eco-programs__options--mobile {
  display: none;
}
#ecoTableFormSpecial .eco-programs--mobile,
#ecoTableFormBase .eco-programs--mobile {
  display: none;
}
#ecoTableFormSpecial .category,
#ecoTableFormBase .category {
  font-family: 'Core Sans A 45 Regular';
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
#ecoTableFormBase .eco-programs__options--mobile {
  display: none;
}
@media (max-width: 991px) {
  #ecoTableFormSpecial .eco-programs--title,
  #ecoTableFormBase .eco-programs--title {
    top: 71px;
  }
  #ecoTableFormSpecial,
  #ecoTableFormBase {
    width: 100%;
  }
  #ecoTableFormSpecial .eco-programs__options--mobile,
  #ecoTableFormBase .eco-programs__options--mobile {
    display: table-row;
  }
  #ecoTableFormSpecial table,
  #ecoTableFormBase table {
    display: block;
  }
}
@media (max-width: 767px) {
  #ecoTableFormSpecial .eco-programs,
  #ecoTableFormBase .eco-programs {
    display: block;
    overflow-x: auto;
  }
  #ecoTableFormSpecial .eco-programs__options--mobile,
  #ecoTableFormBase .eco-programs__options--mobile {
    display: table-row;
  }
  #ecoTableFormSpecial .eco-programs--title,
  #ecoTableFormBase .eco-programs--title {
    position: static;
  }
  #ecoTableFormSpecial .eco-programs--mobile,
  #ecoTableFormBase .eco-programs--mobile {
    display: block;
  }
  #ecoTableFormSpecial .eco-programs--full,
  #ecoTableFormBase .eco-programs--full {
    display: none;
  }
}
@media (max-width: 424px) {
  #ecoTableFormSpecial .eco-programs td:first-child,
  #ecoTableFormBase .eco-programs td:first-child {
    min-width: 290px;
  }
  #ecoTableFormSpecial .eco-programs td:not(:first-child),
  #ecoTableFormBase .eco-programs td:not(:first-child) {
    min-width: 65px;
  }
  #ecoTableFormSpecial .eco-programs td:not(:first-child),
  #ecoTableFormBase .eco-programs td:not(:first-child) {
    padding: 5px 20px;
  }
}
/* Specialist modal */
#ecoSpecialist .banner__image {
  max-height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: inherit;
}
#ecoSpecialist .specialist__banner {
  padding: 35px 100px;
  max-width: 100%;
  background-color: #EDF2F5;
  position: relative;
}
#ecoSpecialist .specialist__data {
  padding: 0 100px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #ecoSpecialist .banner {
    margin: unset;
  }
  #ecoSpecialist .specialist__banner,
  #ecoSpecialist .specialist__data {
    padding: 35px 50px;
  }
  #ecoSpecialist .banner__image {
    display: none;
  }
}
@media (max-width: 424px) {
  #ecoSpecialist .specialist__banner,
  #ecoSpecialist .specialist__data {
    padding: 15px;
  }
}
/* section-map */
#eco .section-map {
  padding: 140px 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#eco .section-map__content {
  max-width: 45%;
}
#eco .section-map__content nobr {
  transition: color .3s;
  font-size: 24px;
  line-height: 28px;
}
#eco .section-map__content nobr:hover {
  color: #F4662A;
}
#eco .section-map__content hr {
  width: 70px;
  background: #909EAA;
  opacity: .3;
}
#eco .section-map__content-main {
  font-family: 'RotondaC';
  font-size: 24px;
  line-height: 28px;
  color: #3F4D5A;
  padding: 40px 0;
}
#eco .section-map__content-main p {
  margin-top: 15px;
}
#eco .section-map__content-main nobr,
#eco nobr:hover {
  color: #F4662A;
}
#eco .section-map__block {
  padding: 10px 0 20px;
  line-height: 28px;
}
#eco .map__wrapper #map {
  overflow: hidden;
  border-radius: 12px;
  width: calc(100% - 30px);
}
#eco .map__wrapper {
  position: absolute;
  right: 0;
  max-width: 55%;
}
@media (max-width: 991px) {
  #eco .section-map {
    padding: 70px 0;
  }
  #eco .section-map__content-main {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #eco .section-map {
    padding: 100px 0 0;
    flex-direction: column;
  }
  #eco .section-map__content {
    max-width: 100%;
  }
  #eco .map__wrapper {
    max-width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  #eco .map__wrapper {
    height: 350px;
  }
}
#ecoCallback .popup__title {
  font-family: 'RotondaC';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: .02em;
  color: #232427;
}
#ecoCallback .popup__description {
  font-family: 'Core Sans A 55 Medium';
  font-size: 14px;
  line-height: 20px;
  color: #232427;
}
