
.vaccination__subtitle {
    margin-top: 65px;
}

._blue-text {
    color: #002E6D;
}

._green-text {
    color: #26BA96;
}

._orange-text {
    color: #FF5F49;
}

._gray-text {
    color: #777;
}

._simple-text {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

._blue-border {
    border: 1px solid #002E6D;
}

._green-border {
    border: 1px solid #26BA96;
}

._orange-border {
    border: 1px solid #FF5F49;
}

._framed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 2px 8px;
    background: #f6f6f6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.legend_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 56px;
    margin-top: 24px;
}

.legend_group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.legend_image{
    min-width: 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.legend_text{
    font-size: 16px;
    line-height: 15px;
}

.legend_group:nth-of-type(1) .legend_image{
    background-color: #002E6D;
}

.legend_group:nth-of-type(2) .legend_image{
    background-color: #26BA96;
}

.legend_group:nth-of-type(3) .legend_image{
    background-color: #FF5F49;
}

.cal_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    gap: 100px;
}

.cal_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 32px;
}

.cal_tabs_wrap_mob{
    display: none;
}

.cal_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.cal_item.top{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cal_image{
    min-width: 72px;
    height: 72px;
    background: url('../../img/bg_date.svg') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #002E6D;
}

.cal_number {
    font-size: 18px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0;

}
.cal_unit {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.cal_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cal_text_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cal_text p {
    font-size: 14px;
    font-weight: 400;
}

.vaccination__btn {
    margin: 40px auto 0;
}

@media screen and (max-width: 1279px) {
    .legend_wrap {
        gap: 16px;
    }

    .cal_text {
        line-height: 24px;
    }

    .cal_text_div{
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1023px){
    ._framed {
        height: auto;
    }

    .legend_wrap {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .cal_wrap {
        gap: 56px;
    }

    .cal_text_group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 4px;
    }
}

@media screen and (max-width: 767px) {

    .legend_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .legend_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .legend_text {
        line-height: 16px;
    }

    .cal_text {
        font-size: 16px;
    }
    .cal_wrap {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .cal_tabs_wrap_mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }
    .cal_text p {
        max-width: initial;
    }
}
