body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 0 120px 100px 120px;

    background: url("/img/tv-results-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tv-results-logos {
    padding: 110px;
    height: 313px;
    max-height: 313px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;

    border-bottom: 6px solid #F8F8F8;
}

.tv-results-logos div {
    width: 300px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tv-results-header {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
    padding-top: 40px;
}


.tv-results-header__qr {
    margin-left: auto;
    width: 177px;
    background: white;
    border: 3px solid white;
}

.tv-results-header__qr svg {
    fill: #252C2C;
    stroke-width: 0.05;
    stroke: #252C2C;
}

h3 {
    margin-bottom: 40px;

    color: #F8F8F8;
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.columns {
    display: flex;
    gap: 110px;
    justify-content: center;
    width: 100%;
}

.column {
    width: 100%;
    max-width: 1140px;
}

.lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.line {
    padding: 0 65px 0 0;
    display: flex;
    gap: 25px;
    align-items: center;
    width: 100%;
    max-width: 1140px;

    border-radius: 70px 6px 50px 6px;
    transform: skew(-16deg);
}

.tv-results-best .line {
    border-radius: 51px 6px 50px 6px;
}

.line > div {
    color: #F8F8F8;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.place {
    width: 129px;
    height: 110px;
    padding: 26px 0;

    border-radius: 51px 0px 45px 6px;
    background: inherit;
}

.place span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(16deg);

    color: #F8F8F8;
}

.place--gold {
    background: #FDB600;
}

.place--silver {
    background: #C6C6C6;
}

.place--silver span,
.place--gold span {
    color: #3B3B3B;
}

.place--bronze {
    background: #D66F25;
}

.name {
    transform: skew(16deg);
}

.time {
    margin-left: auto;
    transform: skew(16deg);
}

.tv-results-best {
    margin-top: auto;
}

.tv-results-best .line {
    height: 110px;
    padding-left: 50px;
}

.tv-results-content--3 {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.tv-results-content--2 {
    display: flex;
    justify-content: center;
    gap: 110px;
}

.tv-results-content--2 .tv-results-best .columns {
    flex-direction: column;
    gap: 172px;
}

.tv-results-content--2 .tv-results-best .columns {
    flex-direction: column;
}

.tv-results-content--2 .tv-results-best {
    width: 100%;
    max-width: 1140px;
}

.columns2-header {
    display: none;
}

.tv-results-content--2 .columns3-header {
    display: none;
}

.tv-results-content--2 .columns2-header {
    display: block;
}

.tv-results-content--1 .columns3-header {
    display: none;
}

.tv-results-content--1 .columns2-header {
    display: block;
}

.tv-results-content--1 {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.tv-results-content--1 .lines {
    flex-wrap: wrap;
    max-height: 630px;
    gap: 12px 72px;
}

.tv-results-content--1 .column {
    max-width: 2370px;
}

.tv-results-content--1 .line {
    max-width: 1140px;
}

.tv-results-content {
    margin-top: 74px;
}

.tv-results-content--1 {
    margin-top: 202px;
}

.tv-results-content--2 .tv-results-best {
    margin-top: unset;
}

@media (max-width: 1920px) {
    body {
        padding: 0 60px 50px 60px;
    }

    .tv-results-logos {
        padding: 40px;
        height: 160px;
        max-height: 160px;
        gap: 80px;

        border-bottom: 3px solid #F8F8F8;
    }

    .tv-results-logos div {
        width: 186px;
        height: 80px;
    }

    h3 {
        margin-bottom: 21px;

        font-size: 28px;
    }

    .columns {
        gap: 58px;
    }

    .column {
        max-width: 560px;
    }

    .lines {
        gap: 6px;
    }

    .line {
        padding: 0 25px 0 0;
        gap: 14px;
        max-width: 560px;
        max-height: 55px;

        border-radius: 27px 3px 32px 3px;
        transform: skew(-16deg);
    }

    .tv-results-best .line {
        border-radius: 21px 3px 32px 3px;
    }

    .line > div {
        font-size: 24px;
    }

    .place {
        width: 63px;
        height: 55px;
        padding: 14px 0;

        border-radius: 20px 3px 23px 3px;
    }

    .place span {
        transform: skew(16deg);
    }

    .name {
        transform: skew(16deg);
    }

    .time {
        transform: skew(16deg);
    }

    .tv-results-best .line {
        height: 55px;
        padding-left: 25px;
    }

    .tv-results-content--3 {
        gap: 29px;
    }

    .tv-results-content--2 {
        gap: 58px;
    }

    .tv-results-content--2 .tv-results-best .columns {
        gap: 86px;
    }

    .tv-results-content--2 .tv-results-best {
        max-width: 570px;
    }

    .tv-results-content--1 {
        gap: 80px;
    }

    .tv-results-content--1 .lines {
        max-height: 369px;
        gap: 10px 45px;
    }

    .tv-results-content--1 .column {
        max-width: 1185px;
    }

    .tv-results-content--1 .line {
        max-width: 570px;
    }

    .tv-results-content {
        margin-top: 37px;
    }

    .tv-results-content--1 {
        margin-top: 101px;
    }

}