.about-hero .container {
    padding: 72px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-hero-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-hero-title span {
    text-align: center;
}

.about-hero-title h1 {
    color: #212121;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
}

.about-hero-description,
.about-hero-title p {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 12px;
}

.about-hero-description p {
    margin: 0;
}

.about-hero-description p + p {
    margin-top: 12px;
}

.about-hero .container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 450px;
    border-radius: 12px;
}

.about-value {
    background-color: #FAFAFA;
}

.about-value .container {
    padding: 72px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.boxtitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.boxtitle span {
    text-align: center;
}

.boxtitle h2 {
    text-align: center;
    margin: 0;
}

.boxtitle p,
.about-value-description {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 4px;
}

.about-value-description p {
    margin: 0;
}

.about-value-description p + p {
    margin-top: 12px;
}

.value-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.value-card-item {
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.value-card-item .icon {
    padding: 12px;
    border-radius: 12px;
    background: #FFF7F7;
    width: max-content;
    margin-bottom: 8px;
}

.value-card-item .icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.value-card-item h3 {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin: 0;
}

.value-card-item p,
.value-card-content {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.value-card-content p {
    margin: 0;
}

.value-card-content p + p {
    margin-top: 12px;
}

.value-card-content b,
.value-card-content strong {
    font-weight: 700;
    color: #212121;
}

.about-trip .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 72px 0;
    align-items: center;
}

.about-trip .boxtitle span,
.about-trip .boxtitle h2,
.about-trip .boxtitle p {
    text-align: left;
}

.about-trip .boxtitle {
    max-width: 880px;
}


.about-trip .description p {
    margin: 0;
}

.about-trip .description p + p {
    margin-top: 12px;
}

.about-trip .description p:last-child {
    margin-bottom: 0;
}

.about-trip__right {
    position: relative;
    padding-left: 78px;
}

.about-trip__right::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 12px;
    width: 2px;
    background: #E3E6EA;
}

.about-trip__timeline {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.about-trip__item {
    position: relative;
    min-height: 110px;
}

.about-trip__item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -78px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D80E0E;
    border: 6px solid #FFFFFF;
    box-shadow: 0 0 0 1px #D80E0E inset;
    z-index: 2;
}

.about-trip__year {
    margin: 0 0 16px;
    color: #202124;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.about-trip__content {
    max-width: 1120px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.about-trip__content p {
    margin: 0;
}

.about-trip__content p + p {
    margin-top: 12px;
}

.about-trip__content b,
.about-trip__content strong {
    font-weight: 700;
    color: #202124;
}
/* info-about */
.info-about .container {
    padding: 72px 0;
    display: flex;
    flex-direction: column;
    gap: 72px;
    max-width: 1076px;
}

.info-about__list {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.info-about__item {
    display: grid;
    grid-template-columns: minmax(320px, 492px) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
}

.info-about__item:nth-child(even) .info-about__media {
    order: 2;
}

.info-about__item:nth-child(even) .info-about__content {
    order: 1;
}

.info-about__media {
    border-radius: 16px;
    overflow: hidden;
}

.info-about__media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.info-about__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-about__subtitle {
    color: #C40F0F;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.info-about__title {
    color: #212121;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-transform: uppercase;
    margin: 0 0 8px 0;

}

.info-about__editor {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
}

.info-about__editor p,
.info-about__editor ul,
.info-about__editor ol {
    margin: 0;
}

.info-about__editor p + p,
.info-about__editor p + ul,
.info-about__editor ul + p,
.info-about__editor ul + ul,
.info-about__editor ol + p,
.info-about__editor p + ol {
    margin-top: 10px;
}

.info-about__editor ul,
.info-about__editor ol {
    padding-left: 22px;
}

.info-about__editor li + li {
    margin-top: 4px;
}
/* bottom about */
.about-bottom {
    position: relative;
    overflow: hidden;
    background: #111111;
}

.about-bottom__background,
.about-bottom__overlay {
    position: absolute;
    inset: 0;
}

.about-bottom__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.about-bottom__overlay {
    background: #000000B2;
}

.about-bottom .container {
    position: relative;
    z-index: 1;
    min-height: 460px;
    padding: 96px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-bottom__inner {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.about-bottom__subtitle {
    color: #F2F2F2;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-bottom__title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0;
}

.about-bottom__description {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}

.about-bottom__description p {
    margin: 0;
}

.about-bottom__description p + p {
    margin-top: 12px;
}

.about-bottom__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.about-bottom__button {
    width:max-content;
    padding: 12px 20px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-bottom__button--primary {
    background: #C40F0F;
    border: 1px solid #C40F0F;
    color: #FFFFFF;
}

.about-bottom__button--primary:hover {
    background: #A30C0C;
    border-color: #A30C0C;
    color: #FFFFFF;
}

.about-bottom__button--secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #FFFFFF;
}

.about-bottom__button--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
}

@media screen and (max-width: 1366px) {
    .about-trip .container {
        gap: 40px;
    }

    .about-trip__timeline {
        gap: 48px;
    }

    .info-about__item {
        gap: 36px;
    }

    .about-bottom .container {
        min-height: 420px;
        padding: 88px 0;
    }

    .about-bottom__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1191px) {
    .about-hero .container {
        padding: 48px 0;
        gap: 24px;
    }

    .about-hero-title h1 {
        font-size: 36px;
    }

    .about-hero .container img {
        max-height: 400px;
    }

    .about-value .container {
        padding: 48px 0;
        gap: 32px;
    }

    .value-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-trip .container {
        gap: 32px;
        padding: 48px 0;
    }

    .about-trip__right {
        padding-left: 64px;
    }

    .about-trip__right::before {
        left: 10px;
    }

    .about-trip__item::before {
        left: -64px;
    }

    .info-about .container {
        padding: 48px 0;
        gap: 48px;
    }

    .info-about__list {
        gap: 48px;
    }

    .info-about__item {
        grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
        gap: 32px;
    }

    .info-about__media img {
        min-height: 360px;
    }

    .about-bottom .container {
        min-height: 380px;
        padding: 72px 0;
    }

    .about-bottom__inner {
        max-width: 680px;
    }

    .about-bottom__title {
        font-size: 24px;
    }

    .about-bottom__description {
        font-size: 18px;
    }

    .about-bottom__button {
        min-height: 48px;
        font-size: 16px;
    }
}

@media screen and (max-width: 998px) {
    .about-hero .container {
        padding: 48px 0;
        gap: 24px;
    }

    .about-hero-title h1 {
        font-size: 32px;
    }

    .about-hero-description,
    .about-hero-title p {
        font-size: 15px;
    }

    .about-value .container {
        padding: 48px 0;
    }

    .value-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .about-trip .container {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 0;
        align-items: start;
    }

    .about-trip__right {
        padding-left: 48px;
    }

    .about-trip__right::before {
        left: 9px;
    }

    .about-trip__timeline {
        gap: 32px;
    }

    .about-trip__item {
        min-height: 0;
    }

    .about-trip__item::before {
        top: 8px;
        left: -48px;
        width: 18px;
        height: 18px;
        border-width: 4px;
    }

    .about-trip__year {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .about-trip__content {
        font-size: 16px;
        line-height: 1.65;
    }

    .info-about .container {
        padding: 48px 0;
        gap: 32px;
    }

    .info-about__list {
        gap: 40px;
    }

    .info-about__item {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .info-about__item:nth-child(even) .info-about__media,
    .info-about__item:nth-child(even) .info-about__content {
        order: initial;
    }

    .info-about__media img {
        min-height: 0;
        max-height: 420px;
    }

    .info-about__title {
        font-size: 22px;
    }

    .about-bottom .container {
        min-height: 340px;
        padding: 56px 0;
    }

    .about-bottom__inner {
        max-width: 620px;
    }

    .about-bottom__title {
        font-size: 24px;
    }

    .about-bottom__description {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .about-hero .container {
        padding: 48px 0;
        gap: 20px;
    }

    .about-hero-title h1 {
        font-size: 28px;
        line-height: 135%;
    }

    .about-hero-description,
    .about-hero-title p {
        font-size: 14px;
    }

    .about-hero .container img {
        max-height: 320px;
    }

    .about-value .container {
        padding: 48px 0;
        gap: 32px;
    }

    .boxtitle h2 {
        font-size: 20px;
    }

    .boxtitle p,
    .about-value-description {
        font-size: 14px;
    }

    .value-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .value-card-item {
        padding: 14px;
    }

    .value-card-item h3 {
        font-size: 16px;
    }

    .value-card-item p,
    .value-card-content {
        font-size: 14px;
    }

    .about-trip .container {
        gap: 24px;
        padding: 48px 0;
    }

    .about-trip .description {
        font-size: 14px;
    }

    .about-trip__right {
        padding-left: 32px;
    }

    .about-trip__right::before {
        top: 10px;
        bottom: 10px;
        left: 6px;
    }

    .about-trip__timeline {
        gap: 24px;
    }

    .about-trip__item::before {
        top: 8px;
        left: -32px;
        width: 14px;
        height: 14px;
        border-width: 3px;
    }

    .about-trip__year {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .about-trip__content {
        font-size: 14px;
        line-height: 1.6;
    }

    .info-about .container {
        padding: 48px 0;
        gap: 24px;
    }

    .info-about__list {
        gap: 32px;
    }

    .info-about__item {
        gap: 16px;
    }

    .info-about__media {
        border-radius: 12px;
    }

    .info-about__media img {
        max-height: 320px;
        aspect-ratio: 1 / 1;
    }

    .info-about__content {
        gap: 10px;
    }

    .info-about__subtitle {
        font-size: 14px;
    }

    .info-about__title {
        font-size: 20px;
    }

    .info-about__editor {
        font-size: 14px;
        line-height: 160%;
    }

    .about-bottom .container {
        min-height: 300px;
        padding: 48px 0;
    }

    .about-bottom__inner {
        gap: 10px;
    }

    .about-bottom__subtitle {
        font-size: 14px;
    }

    .about-bottom__title {
        font-size: 22px;
    }

    .about-bottom__description {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-bottom__actions {
        gap: 10px;
        margin-top: 10px;
    }

    .about-bottom__button {
        padding: 12px 18px;
        font-size: 14px;
    }
}
