#files_games {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
    box-shadow: 0px 1px 0px 0px #FFF, 0px -1px 0px 0px rgba(0, 0, 0, 0.25), 0px -1.5px 1px 0px #FFF inset, 0px -3.009px 0.602px 0px rgba(255, 255, 255, 0.30) inset, 0px 1.505px 3.009px 0px rgba(0, 0, 0, 0.40) inset;
    padding: 38px 0 10px;
}

body.dark #files_games {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    box-shadow: -2px -2px 4px 0px rgba(102, 102, 102, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.files_title {
    font-family: Colus;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding-bottom: 24px;
    position: relative;
    z-index: 5;
}

.files_title span {
    color: #AA0909;
}

body.dark .files_title span {
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.files_content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1840px;
    margin: 0 auto;
    padding: 22px 64px 40px;
    align-items: center;
    justify-content: center;
}

.files_video {
    display: flex;
    max-width: 746px;
    width: 100%;
    height: 397px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    border-radius: 38px;
    box-shadow: 0px 3.364px 6.728px 2.523px rgba(0, 0, 0, 0.15), 0px 0.841px 2.523px 0px rgba(0, 0, 0, 0.30);
}

body.dark .files_video {
    background: #2C2C2C52;
}

.files_video iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.files_text {
    max-width: 750px;
    padding: 64px 0;
}

.files_text ul {
    list-style: none;
    padding-left: 32px;
    color: #080808;
    font-family: Evolventa;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

body.dark .files_text ul {
    color: #E7E7E7;
}

.files_text ul li span {
    color: #AA0909;
    font-family: Evolventa;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

body.dark .files_text ul li span {
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.files_text ul li {
    position: relative;
    padding-bottom: 16px;
}

.files_text li::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 12px;
    left: -30px;
    height: 12px;
    pointer-events: none;
    background: var(--grey-40);
    box-shadow: 0px -1.5px 1.2px 0px rgba(255, 255, 255, 0.80) inset, 0px 0.5px 1px 0px rgba(0, 0, 0, 0.30) inset;
    transform: rotate(45deg);
}

body.dark .files_text li::before {
    background: #292929;
    box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.files_but {
    margin: 0;
}

.files_but:hover {
    filter: drop-shadow(0px 3px 3px #00000073);
    transform: scale(1.02);
}

@media (max-width: 1600px) {

    .files_text ul {
        font-family: Evolventa;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .files_but {
        height: 59px;
        width: 330px;
        font-size: 18px;
        margin: 20px 0 0;
    }
}

@media (max-width: 1300px) {

    .files_content {
        flex-direction: column;
    }
}

@media (max-width: 640px) {

    .files_text {
        padding: 0px;
        width: 100%;
    }

    .files_video {
        height: 340px;
    }

    .files_text ul {
        font-size: 18px;
        line-height: 24px;
    }

    .files_text ul li span {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .files_but {
        margin: 0 auto;
        width: 100%;
        background-size: contain;
        font-size: 20px;
    }

    .files_content {
        padding: 32px 16px;
    }
}