.fs-50 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #333;
}
@media screen and (max-width: 479px) {
    .fs-50 {
        font-size: 30px;
        line-height: 40px;
    }
}
.fs-16 {
    font-size: 16px;
    line-height: 1.2;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .fs-14 {
        font-size: 12px;
    }
}
.form-floating > .form-control {
    padding-top: 2rem!important;
    box-sizing: border-box!important;
    height: 5rem!important;
}

.h-40{
    height: 40px!important;
}
.h-60{
    height: 60px!important;
}
.btn-border-green {
    border-color: #a5c13a;
}
.tab-title[aria-expanded="true"] {
    background-color: #a5c130;
}
.modal-bootstrap {
    background: none!important;
}
.search-spinners {
    width: 2rem;
    height: 2rem;
}
.cursor-pointer {
    cursor: pointer;
}
/* Сообщение об ошибке */
.invalid-feedback {
    color: red;
    display: none;
}
.invalid-feedback.show {
    display: block;
}
.form-check a {
    color: #1595a3;
    text-decoration: 1px underline #1595a3;
    transition: color .2s ease-in,text-decoration-color .2s ease-in;
}
.form-check a:hover {
    color: #086f87;
    text-decoration-color: #086f87;
}
.filter-form {
    margin-bottom: 20px;
}
#doctorFilter {
    border-width: 2px;
}
.filterForm-icon {
    width: 32px;
    height: 32px;
    margin-top: 18px;
}
.input.search__input {
    padding-right: 30px;
}
.doctor-card.hidden {
    display: none;
}
.border-success{
    border-color: #1BA4AB!important;
}
.bg-success {
    background-color: #1BA4AB!important;
}
.text-success {
    color: #A5C130!important
}
.service-item {
    border-width: 1px!important;
    transition: background-color .2s ease-in, border-color .2s ease-in, color .2s ease-in;
}
.service-item:hover {
    background-color: #1BA4AB!important;
    border-color: #1BA4AB!important;
    color: #fff!important
}
.service-item:active {
    border-color: #A5C130!important
}
.column-5 {
    flex: 0 0 20%; /* Каждая колонка занимает 20% ширины */
    max-width: 20%;
}
.bg-breez {
    background-color: #1BA4AB;
}
.time-item:hover {
    background-color: #1BA4AB!important;
    color: #fff!important
}
.text-weekend {
    color: #AB221B!important;
}
.swiper-navigation-button-doctor-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    width: 24px;
    height: 24px;
    background: url("images/slide-arrow.png") no-repeat center;
    border: 1px solid #A5C130;
}
.swiper-navigation-button-doctor-date:hover{
    background: #A5C130 url("images/slide-arrow.png") no-repeat center;
}
.swiper-navigation-button-doctor-date.swiper-button-disabled {
    opacity: 0!important;
}
.swiper-navigation-button-doctor-date.slider-doctor-date-prev {
    left: -3rem!important;
    transform: rotate(180deg) translateY(50%);
}
.swiper-navigation-button-doctor-date.slider-doctor-date-next {
    right: -3rem!important;
}
.modal.modal-doctor-description .modal__content {
    width: 100%;
    max-width: 800px;
}
.row-doctor {
    position: relative;
}
.doctor-shedule {
    position: sticky;
    top: 120px;
}
.modal.black-modal.modal-doctor-description h3 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    margin: 24px 0 12px 0;
}

.modal.black-modal.modal-doctor-description ul {
    list-style: disc;
    margin-left: 24px;
}
.specialist-info-renovation {
    align-items: start;
}
@media screen and (max-width: 768px) {
    .swiper-navigation-button-doctor-date.slider-doctor-date-prev {
        left: -2.5rem!important;
    }
    .swiper-navigation-button-doctor-date.slider-doctor-date-next {
        right: -2.5rem!important;
    }
    .w-50 {
        width: 100%!important;
    }
    .btn-more-doctor {
        padding: 12px 20px;
        font-size: 1.6rem;
    }
    /*.doctor-shedule {*/
    /*    display: none;*/
    /*}*/
}

