

/* Start:/local/templates/ngc/components/bitrix/news.detail/default-stati-detail/style.css?177400318915542*/
article .article-info>dd {
    text-transform: capitalize;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}
#sp-page-builder .history-subtitle,
.history-subtitle {
    font-family: Futuris;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
h1.with-subtitle {
    text-align: center;
}
.bottom_article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    margin-top: 50px;
}
.article_rating > .bx-rating {
    text-align: left;
}

.body-innerwrapper #section-id-1613132677880 .uk-margin {
    margin: 0;
}

.author-wrapper {
    display: flex;
    margin: 20px 0 50px;
    align-items: center;
    position: relative;
    width: 60%;
    flex-wrap: wrap;
}
.author-wrapper .name {
    font-weight: bold;
    font-size: 18px;
}
.author-wrapper .image-wrapper img {
    width: 165px;
    object-fit: contain;
}
.author-wrapper .doctor-page__experiences {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(327.4deg, #efd1e2 3.64%, #daeeee 96.67%);
    border-radius: 50%;
    padding: 16px 8px;
    max-width: 90px;
    text-align: center;
}
.author-wrapper .doctor-page__experiences .doctor-page-experience__title {
    font-size: 14px;
    line-height: 120%;
    color: #333333;
}
.author-wrapper .doctor-page__experiences .doctor-page-experience__value {
    line-height: 130%;
    color: #333333;
    margin-top: 2px;
}
.author-wrapper .direction {
    width: 100%;
    margin-top: 20px;
}
.article-body .img-right {
    width: 400px;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}
.article-body .img-left {
    width: 400px;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}

.author {
    margin-bottom: 40px;
    margin-left: -30px;
}
.author .author__head{
    display: flex;
    align-items: center;
}
.author .author__head img {
    max-height: 130px;
}
.author .author__head img {
    max-height: 130px;
}
.author .author__head .doctor-page-head__column-info {
    padding: 0;
}
.author .author__head .doctor-page-head__column-info .doctor-page__title {
    font-size: 20px;
    font-weight: 700;
}
.author .author__head .doctor-page-head__column-info .doctor-page__post {
    margin: 0;
    font-size: 15px;
}

.doctor-inspector {
    margin-top: 30px;
    clear: left;
    clear: right;
}

.doctor-inspector .doctor-page-head__column-info {
    width: 61% !important;
}

.doctor-inspector .uslugi__doctor .link-sect{
    padding: 0;
}

.doctor-inspector.stati-block {display: inline-block;}

@media screen and (max-width: 596px) {
    .article-body .img-left,
    .article-body .img-right {
        width: 100%;
        float: unset;
        margin: 15px 0;
    }
}

/* 337240 start */
.article-related-doctors{
    margin-top: 40px;
}

.doctors-main-list .price-list {
    display: none;
}
.list-employees--one-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    width: 268px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.list-employees--one-card .img {
    display: block;
    width: 100%;
    height: 370px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #a1a1a1;
    -webkit-transition: color 400ms , background-color 400ms;
    transition: 0.2s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.list-employees--one-card:hover .img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.list-employees--one-card .title {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 22px;
    text-align: left;
}

.list-employees--one-card .title a {
    color: #13AAA7;
    text-decoration: underline;
    transition: 0.2s;
}

.list-employees--one-card .title a:hover {
    color: #42BAB8;
}

.list-employees--one-card .position {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #828282;
    margin: 0;
}

.list-employees--one-card .experience,
.list-employees--one-card .service,
.list-employees--one-card .rank {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #828282;
}

.list-employees--one-card .experience .accent,
.list-employees--one-card .service .name,
.list-employees--one-card .rank .accent {
    font-weight: bold;
}

.list-employees--one-card .description {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-employees--one-card .card-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.list-employees--one-card .card-top.card-top--corset {
    max-height: 537px;
}

.list-employees--one-card .card-bottom {
    margin-top: 20px;
    padding: 0 20px;
}

.list-employees--one-card .additional-info {
    margin-top: 22px;
    padding: 0 20px;
}

.list-employees--one-card .card-bottom .form-btn-mobile,
.list-employees--one-card .card-bottom .popup-btn {
    background: #13AAA7 !important;
    border-radius: 5px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.list-employees--one-card .card-bottom .form-btn-mobile {
    display: none;
}

.list-employees--one-card .card-bottom .form-btn-mobile:hover {
    opacity: 0.8;
}

.list-employees--one-card .more-details {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #13AAA7;
    width: 100%;
    display: block;
    margin-top: 14px;
}

.list-employees--one-card .more-details:hover {
    opacity: .8;
}

@media (max-width: 991px) {
    .list-employees--one-card .img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        filter: none;
        height: 34vh;
    }
    .list-employees--one-card .more-details:hover,
    .list-employees--one-card .card-bottom .popup-btn:hover {
        opacity: 1;
    }

    .list-employees--one-card {
        max-height: calc(100vh - 120px);
    }
    .list-employees--one-card {
        width: 100%;
    }

    .list-employees--one-card .card-bottom .form-btn-mobile {
        display: block;
        padding: 8px 14px;
        width: auto;
        float: left;
    }
    .list-employees--one-card .card-bottom.one-button {
        text-align: center;
    }
    .list-employees--one-card .card-bottom.one-button .more-details,
    .list-employees--one-card .card-bottom.one-button .form-btn-mobile {
        display: inline-block;
        float: none;
    }
    .list-employees--one-card .card-bottom .com-baforms,
    .list-employees--one-card .card-bottom .hide-on-mobile,
    .list-employees--one-card .card-bottom .popup-btn {
        display: none;
    }
    .list-employees--one-card .card-bottom {
        margin-bottom: 24px;
    }
    .list-employees--one-card .more-details {
        width: auto;
        border: 1px solid #13AAA7;
        padding: 8px 14px;
        text-decoration: none;
        border-radius: 5px;
        float: right;
        margin-top: 0px;
    }
    .list-employees--one-card .more-details:hover {
        opacity: 0.8;
    }

    /* === === === */
    .list-employees--one-card {
        /*min-height: calc(98vh - 80px);*/
        height: calc(98vh - 80px);
        max-height: 400px;
    }
    .list-employees--one-card .img {
        position: absolute;
        width: 240px;
        height: 100%;
        left: 0;
    }
    .list-employees--one-card .card-top,
    .list-employees--one-card .card-bottom {
        padding-right: 20px;
        padding-left: 250px;
    }

    .list-employees--one-card .card-bottom {
        padding-left: 270px;
        margin-bottom: 0;
    }
    .list-employees--one-card .card-top {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .list-employees--one-card .img {
        height: 42vh;
        background-position: 50% -30px;
    }
    .list-employees--one-card {
        padding-bottom: 20px;
    }

    /* === === === */
    .list-employees--one-card {
        min-height: 0;
        max-height: 100vh;
        height: auto;
    }
    .list-employees--one-card .img {
        position: static;
        width: 100%;
        left: auto;
    }
    .list-employees--one-card .card-top {
        padding: 0;
    }
    .list-employees--one-card .card-bottom {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .list-employees--one-card .card-top {
        justify-content: space-between;
    }
    .list-employees--one-card .card-bottom.one-button .more-details,
    .list-employees--one-card .card-bottom.one-button .form-btn-mobile {
        width: 100%;
    }
}


.list-employees--catalog-compact,
.list-employees--catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.list-employees--catalog-compact {
    justify-content: center;
}

.list-employees--catalog-compact .list-employees--one-card,
.list-employees--catalog .list-employees--one-card {
    margin-bottom: 40px;
    margin-left: 11px;
    margin-right: 11px;
}

.list-employees--catalog-compact .list-employees--one-card .card-bottom {
    margin-top: 16px;
}
.list-employees--catalog-compact .list-employees--one-card .title {
    margin-bottom: 8px;
    margin-top: 16px;
}

.author-info-desc{
    text-transform: none;
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 16px;
    font-family: Open\ Sans, sans-serif;
}

#doctors-slider.sppb-section{
  z-index: 1;
  position: relative;
}
#doctors-slider .sppb-section-title {
    margin-bottom: 60px;
}
#doctors-slider .sppb-section-title .sppb-title-heading {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #606060;
    margin-bottom: 20px;
}
#doctors-slider .sppb-section-title .sppb-title-subheading {
    font-size: 46px;
    line-height: 1.1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #doctors-slider  .sppb-section-title .sppb-title-subheading {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #doctors-slider .sppb-section-title .sppb-title-subheading {
    font-size: 32px !important;
  }
}

@media (min-width: 990px) {
    .list-employees--catalog-compact .list-employees--one-card .img {
        height: 280px;
        background-position: 50% 0px;
    }
}

@media (min-width: 991px) {
    .list-employees--catalog-compact .list-employees--one-card .card-bottom .popup-btn {
        width: auto;
        padding: 8px;
    }
    .list-employees--catalog-compact .list-employees--one-card .card-bottom .com-baforms {
        text-align: center;
    }
    .list-employees--catalog-compact .list-employees--one-card {
        height: 600px;
        padding-bottom: 30px;
    }
    .list-employees--catalog-compact .list-employees--one-card .img {
        height: 280px;
        background-position: 50% 0px;
    }
}

@media (max-width: 991px) {
    .list-employees--catalog-compact .list-employees--one-card {
        width: calc(100% - 20px);
        text-align: left;
    }
    .list-employees--catalog-compact.owl-carousel.owl-default-nav .owl-nav{
        display: none;
    }
}

@media (max-width:700px) {
    .author-info-desc{
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .list-employees--one-card .img {
        height: 38vh;
        background-position: 50% -40px;
    }
    /*316421 start*/.list-employees--one-card .main-info a {
        width: 50%;
    }
    .list-employees--one-card .main-info a .img {
        width: 100%;

    }/*316421 end*/
}

@media (max-width: 500px){
    .main-info{
        display: flex;
        align-items: center;
    }

    .list-employees--one-card .img {
        position: static;
        left: auto;
        width: 50%;
        background-size: cover;
        background-position: center;
    }
    .list-employees--one-card .description {
        width: 50%;
        padding: 0 15px;
    }
    .position-desktop{
        display: none;
    }
    .main-info .position-mobile-dsc{
        display: block!important;
    }
    .list-employees--one-card .title a {
    font-weight: bold;
        font-size: 16px!important;
        line-height: 21px;
        margin-bottom: 5px!important;
        color: #666!important;
        text-transform: initial;
    }
    .list-employees--one-card .title {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .list-employees--one-card .img {
        height: 29vh;
    }
    .list-employees--one-card .additional-info {
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0px;
    }
    .list-employees--catalog .list-employees--one-card {
    padding-bottom: 0;
    margin-bottom: 20px;
        margin-left: 11px;
        margin-right: 11px;
    }
    .list-employees--one-card .card-bottom {
        padding: 0;
        /* margin: 0; */
    }
    .list-employees--one-card .more-details {
        width: 100%;
        margin-top: 10px;
    }
    .list-employees--one-card .card-bottom .form-btn-mobile {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .list-employees--one-card .img {
        background-position: 50% 0px;
        height: 45vh;
    }
}

.article-body .li-img-float {
    padding-left: 0;
    padding-right: 30px;
}

.article-body .li-img-float li{
    transform: translateX(30px);
    animation: fixlists 1s;
}
/* 337240 end */

.interested-services-list .interested-services-item {
    display: inline-block;
    border: 2px solid;
    padding: 5px 10px;
    margin-right: 20px;
    font-weight: bold;
}

.rekomend-stati {
    padding: 100px 0;
}
.rekomend-stati .eko_services__title {
    text-align: center;
    margin-bottom: 50px;
}


/* End */


/* Start:/local/components/custom/feedback.request/templates/online-consult-popup/style.css?1724405327308*/
.online-consult-form .row {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

input.form_input__wrap.time_input {
    max-width: 100px;
    padding-left: 20px!important;
}
/* End */


/* Start:/local/templates/ngc/components/bitrix/iblock.vote/bootstrap_v4/style.min.css?1723541301200*/
.bx-rating{display:block;text-align:center}.bx-rating-icon-container{margin-right:3px;cursor:pointer}.bx-rating .bx-rating-icon-container:last-child{margin-right:0}.bx-rating-icon{fill:var(--primary)}
/* End */


/* Start:/local/templates/ngc/components/bitrix/news.list/doctors-main-page/style.css?17199169941134*/
#doctors-slider {
  padding-top: 120px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  margin-top: 0;
  background-image: url(/images/ngc/bg-about-body.jpg);
}


#sp-page-builder #doctors-slider
  .sppb-section-title
  .sppb-title-heading {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #606060;
  margin-bottom: 20px;
}

#sp-page-builder #doctors-slider
  .sppb-section-title
  .sppb-title-subheading {
  font-size: 46px;
}
#doctors-slider .doctors-slider--item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
#doctors-slider img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: 0.2s;
}

@media screen and (min-width: 768px) {
	#sp-page-builder #doctors-slider
  .sppb-section-title
  .sppb-title-subheading {
		line-height: 1.1;
	}
}
/* End */


/* Start:/local/templates/ngc/components/bitrix/news.list/default-list/style.css?17255195885445*/
body:not(.view-article) article .article-info {
  margin: 0;
  line-height: 12px;
}
body:not(.view-article) article .article-info > dd {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  text-transform: capitalize;
  font-weight: 600;
}
body:not(.view-article) article .article-info > dd > i {
  display: inline-block;
  margin-right: 6px;
}
body:not(.view-article) article .article-info > dd a {
  color: #000;
}
.entry-header.article h2 {
  min-height: 65px;
}
.blog-info-wrapper .intro-text {
  min-height: 140px;
  font-size: 15px;
}
.article-info {
  margin: 0;
  line-height: 12px;
}
.article-info > dd {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
  margin: 0 20px 7px 0;
  float: left;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 6px;
}
.article-info > dd a {
  color: #565656;
}
body:not(.view-article) article.item {
  position: relative;
  margin-bottom: 30px;
}
body:not(.view-article) article.item .entry-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-bottom: 0;
  width: 100%;
}
body:not(.view-article) article.item .entry-image a {
  position: relative;
  display: block;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
body:not(.view-article) article.item .entry-image a:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 46px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body:not(.view-article) article.item:hover .entry-image a:before {
  opacity: 1;
  visibility: visible;
}
body:not(.view-article) article.item:hover .entry-image a:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
body:not(.view-article)
  article.item
  .entry-video
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-gallery
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-audio
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-link
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-quote
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-status
  + .blog-info-wrapper
  .article-info {
  display: block;
  width: 100%;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-quote {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 72px 40px 110px 172px;
  margin-bottom: 0;
  position: relative;
}
body:not(.view-article) article.item .entry-quote:before {
  background: rgba(0, 0, 0, 0) url("/local/templates/ngc/components/bitrix/news.list/default-list/templates/shaper_doctor/images/qout.png")
    no-repeat scroll center center / cover;
  content: "";
  height: 109px;
  left: 40px;
  top: 50px;
  transform: rotate(0deg);
  width: 103px;
}
body:not(.view-article) article.item .entry-quote p {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  display: inline;
  font-style: italic;
}
body:not(.view-article) article.item .entry-quote small {
  display: inline-block;
  font-size: 22px;
}
body:not(.view-article) article.item .entry-quote small:before {
  content: "";
}
body:not(.view-article) article.item .entry-status {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-status + .blog-info-wrapper {
  bottom: auto;
  top: 172px;
}
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-link::before {
  font-size: 200px;
  left: 40px;
  top: 100px;
}
body:not(.view-article) article.item .entry-image,
body:not(.view-article) article.item .entry-gallery,
body:not(.view-article) article.item .entry-video,
body:not(.view-article) article.item .entry-audio,
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .blog-info-wrapper {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px 20px 25px;
}
body:not(.view-article) article.item .blog-info-wrapper:hover {
  background-color: #30cdbb;
}
body:not(.view-article) article.item .blog-info-wrapper:hover a,
body:not(.view-article)
  article.item
  .blog-info-wrapper:hover
  .entry-header
  h2
  a,
body:not(.view-article) article.item .blog-info-wrapper:hover p,
body:not(.view-article) article.item .blog-info-wrapper:hover .create {
  color: #fff !important;
  transition: none;
}
body:not(.view-article) article.item .readmore {
  margin-top: 50px;
}
body:not(.view-article) article.item .readmore a.btn {
  color: #fff;
}
body:not(.view-article) article.item a:hover .fa {
  color: #fff;
}
body:not(.view-article) article.item p {
  color: #9ca2ab;
  font-size: 12px;
  line-height: 1.5;
}

/* End */


/* Start:/local/components/custom/feedback.request/templates/some-question/style.css?17200116404902*/
body:not(.contentpane) .eko_bottom_form input[type="text"] {
    border: 1px solid #c4c4c4 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #c4c4c4 !important;
    padding: 15px 20px;
    height: auto !important;
}
body:not(.contentpane) .eko_bottom_form label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 25px;
    color: #333333 !important;
    margin: 0 0 5px 0;
}
section.eko_bottom_form .ba-form {
    padding: 0;
}
.eko_bottom_form .ba-form .ba-btn-submit {
    background: #4eb7ae !important;
    border-radius: 5px !important;
    font-family: Open Sans;
    font-size: 18px !important;
    line-height: 25px;
    text-align: center;
    color: #ffffff !important;
    width: auto !important;
    height: auto !important;
    padding: 18px 52px;
    font-weight: bold !important;
    margin: 10px 0 0;
    border: none;
}
.eko_bottom_form .eko_bottom_form__title {
    font-family: PT Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 15px 0;
}
.eko_bottom_form .eko_bottom_form__note {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 20px 0;
}


.eko_bottom_form {
	margin-bottom: 70px;
	/* background: url(/images/eco/bottom_form_bg.png) top -270px right 100px no-repeat; */
	background: url("/images/eco/Group11.png") top -218px right 180px no-repeat;
	background-size: 45%;
}
.eko_bottom_form.page-uzi {
	margin-bottom: 70px;
	background: url(/images/uzi/uzi-bryushnoj-polosti-form.png) top 0px right 0px no-repeat;
	background-size: contain;
}
.eko_bottom_form.page-lechenie-ginekologicheskikh-zabolevanij {
	margin-bottom: 70px;
	background: url(/images/lechenie-ginekologicheskikh-zabolevanij/lechenie-ginekologicheskikh-zabolevanij.png) top 0px right 0px no-repeat;
	background-size: contain;
}
.eko_bottom_form.contacts_form {
	background: url(/images/eco/contact_us1.png) top -78px right 180px no-repeat;
	background-size: 33%;
	margin-bottom: 0px;
	width: 99.7vw;
	margin-left: calc(-50vw + 50%);
}
@media (max-width: 991px) {
	.eko_bottom_form.contacts_form {
		background: none;
	}
}
@media (max-width: 1800px) {
	.eko_bottom_form {
		/* background: url(/images/eco/bottom_form_bg.png) top -270px right 30px no-repeat; */
		background: url("/images/eco/Group11.png") top -198px right 30px no-repeat;
		background-size: 45%;
	}
}
@media (max-width: 1600px) {
	.eko_bottom_form {
		/* background: url(/images/eco/bottom_form_bg.png) top -270px right 30px no-repeat; */
		background: url("/images/eco/Group11.png") top -168px right 30px no-repeat;
		background-size: 45%;
	}
}
@media (max-width: 1400px) {
	.eko_bottom_form {
		background: url("/images/eco/Group11.png") top -98px right 30px no-repeat;
		background-size: 50%;
	}
}

.eko_bottom_form .eko_bottom_form__title {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 120%;
	color: #000000;
	margin: 0 0 15px 0;
}
.eko_bottom_form .eko_bottom_form__note {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin: 0 0 20px 0;
}
.eko_bottom_form #sppb-addon-1569912823385 label {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 25px;
	color: #333333 !important;
	margin: 0 0 5px 0;
}
.eko_bottom_form #sppb-addon-1569912823385 label .required {
	color: #d80027;
}
.eko_bottom_form .com-baforms .ba-form {
	padding: 0;
}

.eko_bottom_form .ba-form .ba-checkMultiple div > span {
	font-size: 0px !important;
}
.eko_bottom_form .ba-form .ba-checkMultiple div > span a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 146.28%;
	text-decoration-line: underline;
	color: #000000 !important;
}
.eko_bottom_form .ba-form .ba-checkMultiple span input {
	opacity: 1;
}
.eko_bottom_form .ba-form .ba-btn-submit {
	background: #4eb7ae !important;
	border-radius: 5px !important;
	font-family: Open Sans;
	font-size: 18px !important;
	line-height: 25px;
	text-align: center;
	color: #ffffff !important;
	width: auto !important;
	height: auto !important;
	padding: 18px 52px;
	font-weight: bold !important;
	margin: 10px 0 0;
}
.eko_bottom_form #sppb-addon-1569912823385 input[type="text"].ba-alert {
	border: 1px solid #e94b35 !important;
}
/* End */
/* /local/templates/ngc/components/bitrix/news.detail/default-stati-detail/style.css?177400318915542 */
/* /local/components/custom/feedback.request/templates/online-consult-popup/style.css?1724405327308 */
/* /local/templates/ngc/components/bitrix/iblock.vote/bootstrap_v4/style.min.css?1723541301200 */
/* /local/templates/ngc/components/bitrix/news.list/doctors-main-page/style.css?17199169941134 */
/* /local/templates/ngc/components/bitrix/news.list/default-list/style.css?17255195885445 */
/* /local/components/custom/feedback.request/templates/some-question/style.css?17200116404902 */
