.promo__title {
    text-align: center;
}

.promo__col {
    margin-bottom: 20px;
}

.promo-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(231, 226, 238, 0.3);
    border-radius: 15px;
    color: #463B3F;
    overflow: hidden;
}

.promo-item__picture {
    display: none;
}

.promo__list_pagination {
    width:100%;
}
.promo-item__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    background: #FFD974;
    color: #C49410;
}

.promo-item__badge-icon {
    margin: 0 5px;
}

.promo-item__badge-days {
    color: #463B3F;
}

.promo-item__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 18px 20px;
}

.promo-item__name {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
}

.promo-item__clinic {
    margin-top: auto;
    font-size: 14px;
    line-height: 120%;
}

.promo-item__clinic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-item__clinic-item a {
    display: flex;
    align-items: center;
    color: #666666;
}

.promo-item__clinic-item a:hover {
    opacity: 0.8;
}

.promo-item__clinic-icon {
    flex-shrink: 0;
    width: 17px;
    height: 20px;
    margin-right: 6px;
    fill: #E34626;
}

.promo-item__clinic-item.is-hospital .promo-item__clinic-icon {
    fill: #643C9A;
}

.promo__buttons_pc {
    display: none;
}

.promo__all {
    text-align: center;
}

.promo__more {
    display: none;
}

@media (min-width: 869px) {
    .promo__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
    }

    .promo__col {
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    .promo-item__picture {
        display: block;
        order: 1;
    }

    .promo-item__img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 2.32;
        object-fit: cover;
    }
}

@media (min-width: 1189px) {
    .promo__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .promo__title {
        text-align: left;
    }

    .promo__col {
        width: calc(33.33334% - 20px);
    }

    .promo_main .promo__col:nth-child(n + 3) {
        display: block;
    }

    .promo__buttons_pc {
        display: block;
    }

    .promo__buttons_mobile {
        display: none;
    }

    .promo__more {
        display: block;
        margin: 50px auto 0;
    }
}



/*.promo-wrap {
    overflow: hidden;
}

.promo {
    margin: -45px -20px;
    padding: 45px 20px;
}

.promo__list {
    display: flex;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.promo__col {
    flex-basis: 86%;
    max-width: 86%;
    min-width: 86%;
    padding: 0 10px;
}

.promo-item {
    position: relative;
    background: #F4F4F4;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 1000px) {
    .promo-item {
        transition: transform 0.2s ease-in-out, background .2s ease-in-out;
    }

    .promo-item:hover {
        background: #ffffff;
    }

    .global_background-dark .promo-item:hover  {
        background: #5f5f5f;
    }

    .global_background-blue .promo-item:hover  {
        background: #c2e1fd;
    }
}

.global_background-dark .promo-item {
    background: #5f5f5f;
}

.global_background-blue .promo-item {
    background: #c2e1fd;
}

.promo__col:nth-child(n + 2) .promo-item {
    transform: scale(0.91);
}

.swiper-container-initialized .promo__col:nth-child(n + 2) .promo-item {
    transform: scale(1);
}

.swiper-container-initialized .swiper-slide:not(.swiper-slide-active) .promo-item {
    transform: scale(0.91);
    transition: transform 0.2s ease-in-out;
}


.promo-item__canvas {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}

.global_img-disabled .promo-item__canvas {
    display: none;
}

.promo-item__img-holder {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.promo-item__img-holder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.promo-item__badge {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #FFD974;
    border-radius: 15px 15px 0 0;
    padding: 7px 11px;
    display: flex;
    align-items: center;
    min-width: 70px;
}

.global_background-dark .promo-item__badge {
    background: #6d4f00;
}

.promo-item__badge-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.global_font-1 .promo-item__badge-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.global_font-2 .promo-item__badge-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.global_font-3 .promo-item__badge-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.promo-item__badge-text {
    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

.global_font-1 .promo-item__badge-text {
    font-size: 16px;
}

.global_font-2 .promo-item__badge-text {
    font-size: 18px;
}

.global_font-3 .promo-item__badge-text {
    font-size: 20px;
}

.global_background-dark .promo-item__badge-text {
    color: #ffffff;
}

.promo-item__body {
    padding: 20px;
}

.promo-item__title {
    font-family: 'Cocon', sans-serif;
    font-weight: 500;
    line-height: 120%;
    color: #333333;
}

.promo-item__title:hover {
    text-decoration: underline;
}

.global_font-1 .promo-item__title {
    font-size: 20px;
}

.global_font-2 .promo-item__title {
    font-size: 24px;
}

.global_font-3 .promo-item__title {
    font-size: 26px;
}

.global_background-dark .promo-item__title {
    color: #ffffff;
}

.promo-item__clinic-list {
    margin: 8px 0 0;
    padding: 0 20px 0 0;
}

.promo-item__clinic-item:before {
    display: none;
}

.promo-item__des {
    font-size: 12px;
    line-height: 140%;
    color: #666666;
    opacity: 0.6;
    margin: 5px 0 0;
    padding-right: 30px;
}

.global_font-1 .promo-item__des {
    font-size: 14px;
}

.global_font-2 .promo-item__des {
    font-size: 16px;
}

.global_font-3 .promo-item__des {
    font-size: 18px;
}

.global_background-dark .promo-item__des {
    color: #ffffff;
}

.promo-item__link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 60px;
    background: #ED7453;
    border-radius: 20px 0;
    display: block;
}

.promo-item__link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 9px;
    height: 9px;
    border: 2px solid #FFFFFF;
    border-left: 0;
    border-top: 0;
}

@media (min-width: 1189px) {
    .promo-item__link {
        display: none;
    }
    .promo-item:hover .promo-item__link {
        display: block;
    }
}

@media (min-width: 869px) {
    .promo {
        overflow: visible;
    }

    .promo__list {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }

    .promo__col {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
        min-width: calc(100% / 3);
        padding-bottom: 20px;
        height: auto;
    }

    .promo-item {
        height: 100%;
    }

    .promo__col:nth-child(n + 2) .promo-item {
        transform: scale(1);
    }
}

@media (min-width: 1189px) {
    .promo-item__badge {
        left: 40px;
        padding: 11px;
        min-width: 96px;
    }

    .promo-item__badge-icon {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }

    .global_font-1 .promo-item__badge-icon {
        width: 18px;
        height: 18px;
        margin-right: 9px;
    }

    .global_font-2 .promo-item__badge-icon {
        width: 20px;
        height: 20px;
        margin-right: 11px;
    }

    .global_font-3 .promo-item__badge-icon {
        width: 22px;
        height: 22px;
        margin-right: 13px;
    }

    .promo-item__body {
        padding: 32px 40px 40px;
    }

    .promo-item__des {
        font-size: 14px;
        color: #444444;
        margin: 15px 0 0;
        padding-right: 35px;
    }

    .global_font-1 .promo-item__des {
        font-size: 16px;
    }

    .global_font-2 .promo-item__des {
        font-size: 18px;
    }

    .global_font-3 .promo-item__des {
        font-size: 20px;
    }

    .global_background-dark .promo-item__des {
        color: #ffffff;
    }

    .promo-item__link {
        width: 68px;
        height: 68px;
        border-radius: 30px 0;
    }
}
*/
