.treatment--teasers-item {
    margin-bottom: 16px;
    padding: 24px 32px;
    background: #9FE7FF66;
    border: none;
}

.teasers__alert {
    color: #FF5F49;
}

.treatment--alert-icon {
    top: 7px;
    position: relative;
    margin-right: 12px;
}

.treatment--text-wrap {
    gap: 16px;
}

.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.small {
    width: auto;
    font-size: 15px;
    height: 40px;
}

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

.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;
}

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;
}

.treatment__disclaimer {
    margin-top: 65px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@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);
    }

    .doc_wrap:nth-of-type(3),
    .doc_wrap:nth-of-type(4) {
        height: 608px;
    }
}

@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){
    .treatment--teasers-item {
        margin-bottom: 8px;
        padding: 16px;
    }

    .treatment--text-wrap {
        gap: 6px;
    }

    .treatment--alert-icon {
        width: 24px;
        height: 24px;
        top: 5px;
        margin-right: 10px;
    }

    .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:nth-of-type(3),
    .doc_wrap:nth-of-type(4)
    {
        height: initial;
    }


    .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;
    }

    .treatment__disclaimer {
        margin-top: 40px;
    }
}
