.medication-article img {float: left; padding-right: 30px;}
.medication-article p {text-align: justify;}

/*ul.list__check {margin: 0; padding: 0;}*/
.list__check > li {display: list-item; line-height: 1.8em; position: relative; padding: 0 0 0 14px; margin: 5px 0; white-space: normal; text-align: left;}

.two-column {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; white-space: normal;}
.two-column li {display: block;}
.two-column li::before {display: none;}

/*ul.list__item-pink {margin: 0; padding: 0; white-space: normal;}*/
.two-column > .list__item-pink > li {padding-bottom: 15px; line-height: 1.8em; padding-top: 0; padding: 0 0 0 14px; margin: 5px 0;}

.list__item-pink li {display: block; line-height: 1.6em; padding-bottom: 15px; position: relative; padding-left: 15px;}
.list__item-pink li:before {display: none;}

.doctor-title-pink {color: #00a3dd; text-transform: uppercase; position: relative; padding-left: 20px; line-height: 2;}
.doctor-title-pink::before {content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #00a3dd; top: calc(50% - 4px); left: 0;}

.article {
  margin-bottom: 0px;
}
.text-img-float-right {
    float: right;
    display: inline-block;
    overflow: hidden;
    margin: 6px 0 0 20px;
    z-index: 100;
    position: relative;
}
.note__text {
    display: inline-block;
    color: #000;
    width: 62.8%;
    vertical-align: top;
    margin-bottom: 0
}

.note__text--auto {
    width: 100%
}

.reason--note > div.note__text > img {
    float: left;
    display: block
}

.reason--note > div.note__text > div.reason__list--left {
    padding-left: 75px;
    max-width: none;
    min-width: inherit;
    width: 400px
}
.reason {
    overflow: hidden;
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
}

.reason > * {flex: 0 0 100%;} 
.reason .js-reason-p-h {order: -1;}

.reason__img-left {
    position: absolute;
    display: block;
    max-width: 40%;
    width: 100%;
    min-width: 22%;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    float: left
}
.reason > .reason__img-left {top: 255px; height: auto; position: static; flex: 0 0 50%; max-width: 50%; margin: 0; padding: 0; background-color: #f8f8f8;}
.reason > .reason__list--left {flex: 0 0 50%; max-width: 50%; margin: 0; padding: 0;}

.reason__img-left img {display: block; height: auto; max-height: 100%; max-width: 100%;width:100%;}

.reason__list {
    display: block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 10px;
    width: 96%;
    white-space: normal;
    position: relative
}

.reason__list > ul {margin: 0;}

.reason__list > ul > li {
    line-height: 1.3;
    font-size: 18px;
    position: relative;
    padding: 11px 0;
    vertical-align: middle;
    display: list-item;
    text-align: left;
    background: none !important;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 20px;
}

.reason__list > ul > li::before {content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #00a3dd; top: calc(50% - 4px); left: 0;}

.reason__list > ul > li:last-child {
    border-bottom: transparent
}

.reason__list--left {
    background-color: #f8f8f8;
    padding-right: 2%;
    display: inline-block;
    width: 100%;
    min-width: 33%;
    padding-left: 45%
}



.reason__list--left > ul > li:after {
    display: none
}
.pad-top {
    padding-top: 15px;
}
.bg-white {
    background-color: #fff;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    z-index: 9;
}
.table-coast {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.table-coast caption {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 0
}

.table-coast th {
    background-color: #ffa98b;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    padding: 20px;
    text-align: center
}
.table-coast__row th:last-child{
    position: relative;
    font-size: 0;
    min-width: 140px;
}
.table-coast__row th:last-child canvas{
    position: absolute;
    left: 0;
    top: 0;
}

.table-coast td,.table-coast th {
    border-collapse: collapse;
    border: 1px solid #f8f8f8
}

.table-coast td {
    background-color: #fff;
    padding: 15px;
    font-size: 14px
}

.table-coast__name {
    color: #115c89
}

.table-coast__name a {
    font-size: 13px;
    color: #6d6d6d;
    text-decoration: underline
}

.table-coast__time {
    color: #000
}

.table-coast__accuracy {
    color: #000
}

.table-coast__price {
    color: #22b573;
    font-weight: 600;
}
.table-coast__price span {
    font-weight: bold;
    color: #22b573;
    position: relative;
    font-size: 14px;
}
.coast-wrap.article-detail .table-coast__price,.coast-wrap.article-detail .table-coast__row th:nth-child(4){
    display:none;
}
.advice-folk__wrap {
    background-color: #f5f5f5;
    padding: 35px 35px 15px 35px;
    margin-bottom: 20px
}

.advice-folk__wrap p {
    line-height: 1.4em !important
}
.advice-item {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    width: 100%
}
/*.doctor img {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 15px;
    max-width: 45%;
    height: auto;
}*/

.doctor > img,.text-article > .doctor  .doctor > img {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 15px;
    max-width: 45%;
    height: auto;
}

.doctor__list-item {
    display: inline-block;
    width: 55%;
    padding: 0 20px 0 0;
    vertical-align: top;
    white-space: normal
}

.doctor ol {
    list-style-type: none;
    counter-reset: item;
    display: list-item;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #414141;
    padding-left: 0;
    white-space: normal;
    max-width: 460px;
    padding-right: 20px;
    background-color: #fff
}

.doctor ol > li:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    top: 5px;
    left: 0;
    background-color: #e6e6e6;
    position: absolute
}

.doctor ol > li:after {
    content: counter(item);
    /*counter-increment: item;*/
    color: #979797;
    font-family: 'PT Sans',sans-serif;
    font-weight: 600;
    font-size: 52px;
    list-style-position: outside;
    margin: 5px 0 0 0;
    display: inline-block;
    position: absolute;
    width: 47px;
    top: -7px;
    left: -3px;
    text-align: center;
    line-height: 1em
}

.doctor ol li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 60px;
    vertical-align: top;
    list-style-position: outside;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #414141;
    position: relative;
    min-height: 50px;
    line-height: 1.4;
    width: 92%;
    text-align: left
}

.doctor ol li:nth-child(n + 10):before {
    width: 54px
}

.doctor ol li:nth-child(n + 10):after {
    left: -3px !important
}

.advice-item > li {
    display: block;
    margin-bottom: 1px
}
.content-text-block .advice-item >li:before{
    display:none;
}
.advice-item > li {
    background-color: #fff;
    padding: 1px;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    display: block;
    border: none
}

.advice-item > li > .item__img {
    display: inline-block;
    vertical-align: top;
    width: 67px;
    height: 67px;
    overflow: hidden;
    background-color: #fff
}

.advice-item > li > .item__img img {
    width: 67px;
    height: 67px;
    background-color: #fff
}

.advice-item > li .item__text {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    white-space: normal;
    /*max-height: 63px;*/
    overflow: hidden
}

.advice-item > li .item__text-tit {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    text-transform: inherit;
    padding: 0;
    line-height: 1.2em;
    background-color: #fff
}

.advice-item > li .item__text > p {
    font-style: italic;
    font-size: 13px;
    color: #6d6d6d;
    background-color: #fff;
    padding-right: 5px;
    line-height: 1.2em;
    padding-bottom: 0;
    margin: 0px;
}
@media (max-width: 991px) {
    .advice-folk__wrap {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .advice-folk__wrap {
        padding: 0;
    }
    .advice-folk__wrap > h3 {
        padding: 15px;
    }
    .advice-folk__wrap > p {
        padding: 0 15px 15px 15px;
    }


    .reason {display: flex; flex-direction: column;}
    .reason .js-reason-p-h {order: -1;}

    .reason > .reason__img-left {height: auto;}
    .reason__img-left {max-width: 100%; text-align: center; position: static; margin-bottom: 15px;}
    .reason__img-left img {display: inline; max-width: 100%; height: auto; width: auto !important;}

    .reason__list--left {padding-left: 0;}
    .reason__list > ul > li {font-size: 16px; padding: 5px 0 5px 25px;}
    .reason__list > ul > li::before {left: 5px;}

    .doctor img {float: none; display: block; margin: 0 auto; width: auto; max-width: 100%; height: auto;}
    .doctor__list-item {width: 100%;}
}

@media (max-width: 575px) {
    .two-column {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
    .medication-article img {float: none; padding: 0; display: block; margin: 0 auto;}
}


.list-right-sb-search .about__SN ul,.list-right-sb-search .about_contents ul{height:auto;}
.list-target-link a{text-decoration:none;color:#00a3dd}
.list-target-link a:hover{text-decoration:underline;}
.list-target-link-block ul{display: inline-table;}
.list-target-link-block ul:first-child{margin-right: 40px;}





.block-spr{
    background:url(/images/infographics/superdoc-1.svg) no-repeat center #00a3dd;
    background-position-x: 84%;
    background-size: contain;
    background-size: 27% 85%;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.block-spr a,.block-spr a:visited{    
    color: #fff;
}
.page-info{
    display: flex;
    margin: 15px;
}
.page-info div{
    margin-right: 20px;
}
.page-info div span{
    width: 16px;
    height: 16px;
    margin: 0px 10px -2px 0px;
    display: inline-block;
}
.page-info div span.pdate{
    background: url(/images/icons/date-add.svg) no-repeat;
}
.page-info div span.pedit_date{
    background: url(/images/icons/date-edit.svg) no-repeat;
}
.page-info div span.pviews{
    background: url(/images/icons/views.svg) no-repeat;
}

a.faq_button,a.faq_button:visited,a.faq_button:hover{
    border: 2px solid #ef5363;
    color: #ef5363;
    font-size: 25px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 15px 0;
    margin-top: 35px;
}
a.but--blue,a.but--blue:visited,a.but--blue:hover{
    color:#fff;
}
.landing-iol__block__doctors{
    padding-bottom: 0px;
}
@media (max-width: 767px){
    .block-spr{
        background-image: none;
    }
    .reason > .reason__img-left,.reason > .reason__list--left{
        max-width: inherit;
    }
}

.napravlenie_info_pc{    
    margin:15px 0 0px;
    padding: 0;
}
.napravlenie_info_pc img{
    max-width: 100%;
    float: none;
    margin-top: 15px;
    padding: 0;
}
.napravlenie_info_pc.n_b{
    border: none;
}
.napravlenie_info_pc.n_b img{
    width: 100%;
    max-width: inherit;
}
.napravlenie_info_mobile{
    display:none;
}
.content-text-block h2{
    margin-top: 40px;
}
@media (max-width: 1000px) {
    .napravlenie_info_pc{
        display:none;
    }
    .napravlenie_info_mobile{
        display:block;
        padding: 10px 0px;
        text-align: center;
    }
    .napravlenie_info_mobile img{
        max-width:100%;
    }
    .napravlenie_info_mobile.n_b img{
        width: 100%;
        max-width: inherit;
    }
    .napravlenie_info_mobile.n_b{
        border: none;
    }
}