.promo__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.promo-inner__top {
    display: flex;
    padding: 50px 0;
}

.promo-inner__top--package {
    padding: 0;
    height: 40px;
}

.promo-inner__top-action {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 10px 8px;
}

.promo-inner__top-action-star {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow14x14.svg");
}

.promo-inner__top-action-title {
    margin: 0;
    padding: 0 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
    color: var(--accent);
}

.promo-inner__top-date {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    width: 100%;
    padding: 0 24px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    background-color: var(--accent);
}

.promo__img {
    display: block;
    width: 100%;
}

.promo__content {
    padding: 50px 0;
}

.promo__inner-content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.promo__title {
    margin-bottom: 48px;
}

.promo__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}

.promo__description:not(:last-of-type) {
    margin: 0;
    margin-bottom: 32px;
}

.package__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.package__card {
    display: flex;
    flex-direction: column;
    padding: 48px 58px 38px;
    background-color: var(--accent);
}

.package__top {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
}

.package__title {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
}

.package__top::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #000;
}

.package__benefits {
    margin-bottom: 64px;
}

.package__benefits-title {
    margin: 0;
    padding: 32px 0;
    font-size: 14px;
    line-height: 18px;
}

.package__benefits-list {
    display: flex;
    justify-content: space-between;
}

.package__benefits-item {
    display: flex;
    width: 256px;
    font-size: 14px;
    line-height: 18px;
}

.package__star {
    display: block;
    margin-right: 24px;
    min-width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../icons/star-black32x32.svg");
}

.package__buttons {
    display: flex;
}

.package__button {
    max-width: 202px;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 57px;
    background-color: var(--main-dark);
    color: var(--accent);
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.package__button:hover {
    color: #121212;
    background-color: transparent;
    border-color: #121212;
}

.package__button:first-child {
    margin-right: 20px;
}

.package__button--transparent {
    max-width: 251px;
    background-color: transparent;
    color: var(--main-dark);
    border-color: var(--main-dark);
    transition: all 0.4s ease;
}

.package__button--transparent:hover {
    background-color: #121212;
    color: #fce500;
}

.more {
    padding-top: 70px;
    margin-bottom: 80px;
}

.more--promo {
    margin: 0;
    padding-bottom: 200px;
}

.more--news {
    margin-bottom: 160px;
    padding: 0;
}

.more__wrapper,
.more__wrapper--promo {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.more__title {
    margin-bottom: 50px;
    text-align: center;
}

.more__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 360px));
    gap: 40px;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
}

.more__item {
    border: 1px solid #ccc;
}

.more__locker {
    background-color: #ccc;
    height: 202px;
}

.more__top {
    display: flex;
    height: 20px;
    margin-bottom: 20px;
}

.more__top-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.015em;
    background-color: #000;
    color: var(--accent);
    position: relative;
}

.more__top-action-title {
    padding: 0 6px;
}

.more__top-action-star {
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow7x7.png");
}

.more__top-date {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    line-height: 13px;
    background-color: var(--accent);
}

.more__content {
    padding: 20px 54px 24px;
}

.more__content-title {
    margin: 0;
    height: 63px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
}

.more__content-text {
    margin: 0;
    margin-bottom: 20px;
    height: 107px;
    font-weight: normal;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.015em;
    color: #8f8f8f;
}

.more__content-about {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 156px;
    min-height: 40px;
    background-color: var(--accent);
    border-radius: 57px;
}

.more__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 408px;
    width: 100%;
    height: 90px;
    background: var(--accent);
    border: none;
    border-radius: 57px;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}

@media screen and (max-width: 1190px) {
    .package__benefits {
        text-align: center;
    }

    .package__benefits-list {
        max-width: 600px;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .package__benefits-item:nth-child(-n + 2) {
        margin-bottom: 30px;
    }

    .package__benefits-item {
        text-align: left;
    }

    .package__buttons {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .promo-inner__top {
        padding: 0;
    }
    .promo__img {
        min-height: 300px;
        object-fit: cover;
    }

    .promo-inner__top {
        justify-content: center;
        margin-bottom: 32px;
    }

    .package__title {
        font-size: 16px;
        text-align: center;
    }

    .package__top {
        flex-direction: column-reverse;
    }

    .package__benefits {
        margin-bottom: 64px;
    }

    .package__hide {
        display: none;
    }

    .package__benefits-title {
        text-align: center;
    }

    .package__benefits-list,
    .package__benefits-item {
        flex-direction: column;
        align-items: center;
    }

    .package__star {
        margin: 0;
        margin-bottom: 24px;
    }

    .package__benefits-item {
        width: auto;
        text-align: center;
    }

    .package__benefits-item:not(:last-child) {
        margin-bottom: 32px;
    }

    .package__buttons {
        flex-direction: column;
        align-items: center;
    }

    .package__button {
        max-width: 251px;
    }

    .package__button:not(:last-child) {
        margin: 0;
        margin-bottom: 24px;
    }

    .more__title {
        margin-bottom: 25px;
    }

    .more--news {
        margin-bottom: 80px;
    }
    .more--promo {
        padding-bottom: 80px;
    }

    .more__item {
        font-size: 16px;
    }

    .more__content-title {
        height: fit-content;
    }

    .more__content-text {
        overflow: hidden;
    }

    .more__title {
        font-size: 24px;
    }

    .more__button {
        height: 70px;
    }
}
