#third {
    overflow: hidden;
}

.third_content {
    padding: 165px 32px;
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
}

.third_date {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

body.dark .third_date img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(77%) hue-rotate(349deg) brightness(107%) contrast(81%);
}

.third_date span {
    font-family: Evolventa Bold;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.third_title {
    font-family: Colus;
    font-size: 64px;
    font-weight: 400;
    line-height: 68px;
    max-width: 680px;
    padding: 16px 0 24px;
}

.third_title span {
    color: #aa0909;
}

body.dark .third_title span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.third_text {
    max-width: 740px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.third_buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px;
}

.show {
    position: absolute;
    top: 17px;
    right: 24px;
    width: 15px;
    height: 15px;
}

.kamael {
    position: absolute;
    right: 30px;
    bottom: -50px;
    max-width: 829px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 1439px) {

    .kamael {
        right: -160px;
    }
}

@media (max-width: 1250px) {
    .kamael {
        right: -250px;
    }
}

@media (max-width: 1150px) {
    .kamael {
        display: none;
    }

    .third_texts {
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .third_content {
        padding: 165px 16px;
    }

    .third_title {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (max-width: 600px) {
    .third_buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
        align-items: flex-start;
    }
}