

/* Start:/local/templates/delement/components/bitrix/catalog.section/doctors_by_specialization/style.css?17594103564893*/
/*
.btn_landing {
    width: 352px;
    height: 56px;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    background-color: #0080C9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
}

.btn_landing:hover {
    background-color: #0191E3;
}

.btn_landing:active {
    background-color: white;
    color: #0080C9;
    border: 1px solid #0080C9;
}
*/

.doc_all_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.doc_wrap {
    display: block;
    max-width: 296px;
    height: 608px;
    border-radius: 16px;
    background: rgba(246, 246, 246, 1);
}

.doc_photo {
    width: 296px;
}

.doc_photo_img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.doc_params_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}
.doc_txt_wrap{
    padding: 24px 24px 32px 24px;
}

.doc_name {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 46, 109, 1);
    margin-bottom: 30px;
}

.doc_age_text{
    font-family: Montserrat;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    color: rgba(119, 119, 119, 1);
    margin-bottom: 6px;
}

.doc_age{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.btn--signup {
    height: 48px;
    border-radius: 16px;
    color: #ffffff;
    background: #0080C9;
    text-transform: unset;
}

.analys_signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 224px;
    text-decoration: none;
    font-size: 16px;
    height: 40px;
}

.analys_signup.small {
    width: auto;
    font-size: 15px;
    height: 40px;
}

.analys_signup.small.second {
    background-color: transparent;
    border: 1px solid #0080C9;
    color: #0080C9;
    margin-top: 16px;
}

a.analys_signup:hover {
    text-decoration: none;
}

.btn--show-all {
    width: 320px;
    height: 48px;
    border: 1px solid #0080C9;
    color: #0080C9;
    background: transparent;
    margin: auto;
    margin-top: 24px;
    text-transform: unset;
}

.btn--show-all:hover {
    color: #fff;
    background: #0080C9;
}

@media screen and (max-width: 1279px){
    .doc_all_wrap {
        overflow: auto;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
    .doc_wrap {
        min-width: 296px;
        height: 608px;
        border-radius: 16px;
        background: rgba(246, 246, 246, 1);
    }
}

@media screen and (max-width: 1032px){
    .doc_all_wrap {
        margin: 0;
        margin-top: -6px;
        row-gap: 32px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

@media screen and (max-width: 767px){
    .doc_all_wrap {
        margin: 0;
        margin-top: -14px;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        row-gap: 32px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        overflow: auto;
    }

    .doc_wrap {
        min-width: 200px;
        height: 496px;
    }

    .doc_photo {
        width: auto;
    }

    .doc_name {
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 46, 109, 1);
        margin-bottom: 12px;
    }
    .doc_name span{
        display: block;
    }
    .doc_txt_wrap {
        padding: 16px;
    }
    .doc_photo{
        line-height: 0;
    }
    .doc_age_text {
        font-family: Montserrat;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 6px;
    }
    .doc_age {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-align: left;
    }
    .doc_params_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 14px;

    }
    .doc_age_wrap:first-of-type{
        margin-bottom: 10px;
    }

    .doctors_all {
        width: 100%;
        margin-top: 21px;
    }
}

/* End */


/* Start:/local/templates/delement/components/bitrix/news.list/articles/style.css?17594103561545*/
.articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 368px;
    min-width: 29%;
    gap: 10px;
}

.article__date {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

a.article__title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.article__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 1279px){
    .article {
        max-width: 280px;
    }
}

@media screen and (max-width: 1032px){
    .article {
        max-width: 192px;
    }
}

@media screen and (max-width: 767px){
    .articles__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .article {
        max-width: 100%;
    }
}

/* End */


/* Start:/local/templates/delement/template_styles.css?17543992412638*/
.header__icon-btn.hidden-lg:nth-child(2) {
    width: 32px;
    height: 32px;
    margin: -4px 16px -4px;
    background: #4dd6b5;
    border-radius: 16px;
    padding: 6px 0 0 5px;
    font-size: 0;

}
.header__icon-btns > div {
    order: 1
}
.header__icon-btns > div:nth-child(2) {
    order: 0
}

.header__icon-btn.hidden-lg:nth-child(2) svg {
    width: 20px;
    height: 20px;

}
.header__icon-btn.hidden-lg:nth-child(2) svg path {
    fill: #ffffff;
}

/* disclaimer-2024 --------------------------------------------------------------------------------------------------*/

.disclaimer-2024__wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #EEE;
    background: #F6F6F6;
}

.disclaimer-2024 {
    color: #CCC;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

/* small desktop 1024 - 1279px */
@media screen and (max-width: 1279px) {
    .disclaimer-2024 {
        font-size: 18px;
    }
}

/* tablet  768 - 1023*/
@media screen and (max-width: 1023px) {
    .disclaimer-2024 {
        font-size: 14px;
    }
}

/* mobile 360-768px */
@media screen and (max-width: 767px) {

    .disclaimer-2024__wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .disclaimer-2024 {
        font-size: 11px;
    }
}

/* END disclaimer-2024 -----------------------------------------------------------------------------------------------*/

/* old-disclaimer ----------------------------------------------------------------------------------------------------*/
footer.footer{
    padding-bottom: 0 !important;
}
.disclaimer-footer{
    background: rgba(248, 248, 248, 0.96);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.54vw;
    z-index: 3;
    bottom: 0;
    color: #d2d2d2;
    width: 100%;
    line-height: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    transform-origin: bottom;
    transform: scaleY(1.5);
    padding: 10px 0;
}

.footer__notice {
    padding: 0 15px;
    margin-bottom: 60px;
}

.notice__tel {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.notice__tel:hover {
    text-decoration: underline;
}

.footer__notice--disclaimer {
    margin-top: 20px;
}

@media (max-width: 767px) {

    .disclaimer-footer {
        font-size: 3.54vw !important;
    }
}
/* END old disclaimer ------------------------------------------------------------------------------------------------*/

/* End */
/* /local/templates/delement/components/bitrix/catalog.section/doctors_by_specialization/style.css?17594103564893 */
/* /local/templates/delement/components/bitrix/news.list/articles/style.css?17594103561545 */
/* /local/templates/delement/template_styles.css?17543992412638 */
