.banner {
    padding-top: 60px;
    background-image: url("../img/banners/about-bg.png");
    background-position: center;
    background-size: cover;
}

.banner .container {
    text-align: right;
}

.banner-title {
    font-size: 56px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-text {
    color: rgb(0, 99, 81);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

.main-doctor {
    padding: 25px 0 42px 0;
}

.main-doctor .container {
    display: flex;
    gap: 34px;
    align-items: flex-end;
}

.doctor-info {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

.doctor-name {
    font-size: 36px;
    margin-bottom: 23px;
    max-width: 374px;
}

.doctor-position {
    margin-bottom: 80px;
    font-weight: 400;
}

.doctor-more-info {
    font-weight: 400;
    margin-bottom: 16px;
}

.doctor-img {
    width: 448px;
    overflow: hidden;
    border-radius: 20px;
}

.doctor-img img {
    width: 100%;
}

.phone-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.address {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 8px;
}

.schedule-title {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(20, 157, 158);
}

.schedule {
    display: flex;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(66, 69, 81);
}

.address-text,
.phone-text {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    color: rgb(66, 69, 81);
}

.phone-block img {
    width: 29px;
}

.about-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.address-text a {
    color: rgb(66, 69, 81);
}

.address-text a:hover {
    text-decoration: underline;
}

.about-description {
    padding: 45px 0 22px 0;
    border: 1px solid rgba(20, 157, 158, 0.3);
    box-shadow: 4px 6px 10.1px 0 rgba(0, 0, 0, 0.13);
    background: linear-gradient(159.86deg, rgb(249, 249, 249) 27.139%, rgba(181, 222, 222, 0.82) 54%, rgba(20, 157, 158, 0.38) 117.353%);
}

.description-text {
    margin-bottom: 25px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    line-height: 1.21;
}

.author {
    margin-bottom: 25px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.21;
    text-align: right;
}

.about-docs {
    padding: 55px 0;
}

.docs-items {
    list-style: none;
}

.document {
    display: flex;
    gap: 24px;
    margin-bottom: 42px;
    align-items: center;
}

.document-name {
    color: rgb(0, 0, 0);
    font-size: 28px;
    line-height: 1.21;
    text-decoration: none;
}

.document-name:hover {
    text-decoration: underline;
}

.reviews {
    padding: 62px 0;
    background: rgb(20, 157, 158);
    border-bottom: 1px solid rgb(20, 157, 158)
}

.reviews .container {
    padding: 30px 35px 20px 35px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    width: 85%;
}

.reviews-title {
    color: rgb(255, 90, 48);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

#other-staff {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow-x: hidden;
    width: 100%;
}

#other-staff .swiper {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

#other-staff .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
}

#other-staff .swiper-slide {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

#other-staff .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#other-staff .swiper-scrollbar {
    position: relative;
    margin-top: 20px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#other-staff .swiper-scrollbar-drag {
    background: rgb(255, 90, 48);
    border-radius: 3px;
}

#other-staff .swiper-pagination-progressbar {
    top: unset;
    bottom: 0;
}

#other-staff .progress-bar-fill {
    background: rgb(255, 90, 48);;
    /*background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

#other-staff h3 {
    color: rgb(255, 90, 48);
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.person-slide {
    display: flex;
    --img-width: 17rem;
    width: var(--img-width);
    --padding: 0.75rem;
    --margin: 1rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: clip;
}

.person-slide img {
    max-width: var(--img-width);
    border-radius: 1.5rem;
    overflow: clip;
}

.person-slide .description {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;

    width: calc(var(--img-width) - var(--padding) * 2 - var(--margin) * 2);
    position: absolute;
    background: white;
    border-radius: 1rem;
    bottom: 0;
    margin: var(--margin);
    padding: 0.25rem var(--padding);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 16px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;*/
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
}

.person-slide .gradient {
    position: absolute;
    height: 100%;
    width: calc(var(--img-width));
    border-radius: 1.5rem;
    overflow: clip;

    background: linear-gradient(0.00deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20.746%, rgba(255, 255, 255, 0) 37.771%);
    /*background: linear-gradient(0.00deg, rgb(213, 213, 213) 0%,rgb(213, 213, 213) 20.746%,rgba(213, 213, 213, 0) 37.771%);*/
}

.person-slide .description .fio {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-weight: 500;
}

.person-slide .description .fio::after {
    content: ' ';
    height: 1px;
    width: 100%;
    background: #eeeeee;
}

.sponsors {
    padding: 4rem 0;
    background: linear-gradient(0deg, rgb(239, 239, 239) 0%, rgb(20, 157, 158) 41%, rgb(20, 157, 158) 100%);
    /*border-bottom: 1px solid rgb(239, 239, 239);*/
}

.sponsors-text h2 {
    font-size: 2.5rem;
}

.sponsors-text h2 em {
    font-style: normal;
    color: rgb(20, 157, 158);
}

.sponsors-text div {
    margin-top: 1rem;
}

.sponsors-roll {
    margin: 2rem 0;
    display: flex;
    gap: 4rem;
    align-items: center;
}