body {
    --prime-color: #93C01F;
    --main-image: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%), url("/img/kyiv.png");
}

#stats {
    padding: 32px 12px 0;
}

#stats h4 {
    margin: 0;
}

#stats h5 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 12px;
    text-align: center;
}

#stats article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 16px;
    gap: 16px;
}

#stats article.dark {
    padding: 24px;
}

#stats article:nth-child(3) {
    align-items: flex-start;
}

#stats article > img {
    padding: 20px 0;
}

#kyiv {
    padding: 32px 20px;
}

#kyiv > header > div {
    display: none;
}

#kyiv h4 {
    font-weight: normal;
}

#kyiv.open .button {
    display: none;
}

#kyiv article h3:before {
    content: var(--point-img);
    margin-right: 12px;
}

#more {
    margin-bottom: 20px;
}

#kyiv article ul {
    margin: 12px 0;
}

#timeline > .time {
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-left: 30px solid #DDDDDD;
    margin-left: 12px;
    padding-left: 25px;
    margin-bottom: 32px;
    font-size: 20px;
}

#timeline > .c {
    display: none;
}

#timeline > div > div {
    position: relative;
}

#timeline > div > div.b:before {
    content: "";
    display: block;
    width: 60px;
    height: 68px;
    background: #1D1D1D;
    position: absolute;
    top: 0;
    left: -70px;
}

#scale {
    display: flex;
    text-align: center;
    color: #FBFBFB;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

#scale:before {
    flex: 1 1 85%;
    content: "85%";
    background: #93C01F;
}

#scale:after{
    flex: 1 1 15%;
    content: "15%";
    background: #1D1D1D;
}

@media screen and (min-width: 1024px) {

    #stats {
        padding: 80px 0 0;
    }

    #stats > h2, #stats > h4 {
        margin: 0 72px 40px;
    }

    #stats > div {
        display: flex;
        flex-wrap: wrap;
    }

    #stats article {
        flex: 0 1 50%;
        box-sizing: border-box;
        order: 2;
        flex-direction: row;
        gap: 24px;
        font-size: 20px;
    }

    #stats article:nth-child(3)
    {
        padding: 24px 105px 24px 32px;
        align-items: center;
    }

    #stats article:nth-child(2)
    {
        align-items: flex-start;
        padding-top: 32px;
    }

    #stats article:nth-child(n+2) {
        padding-right: 72px;
    }

    #stats article:nth-child(-n+2) {
        padding-left: 72px;
    }

    #stats article:first-child {
        order: 0;
    }

    #stats article:last-child {
        order: 1;
    }

    #stats > div > article > div {
        flex: 1 1 50%;
    }

    #stats .centered {
        text-align: center;
    }


    #kyiv {
        padding: 80px 72px;
    }

    #kyiv > h2 {
        margin-bottom: 24px;
    }

    #kyiv > h2 br {
        display: none;
    }

    #kyiv > header {
        width: 880px;
        margin-bottom: 40px;
    }

    #kyiv > header > h3 {
        margin-bottom: 40px;
    }
    #kyiv > header > h4 {
        margin-bottom: 24px;
    }

    #kyiv > header > div {
        display: block;
        font-weight: bold;
    }

    #kyiv > .button {
        width: 360px;
    }

    #more {
        display: flex;
        gap: 24px;
        margin-bottom: 40px;
    }

    #more h2 {
        font-size: 24px;
    }

    #more article {
        padding: 0 32px;
    }

    #timeline {
        margin-bottom: 40px;
    }

    #timeline > .time {
        flex-direction: row;
        border-left: none;
        margin: 0 0 37px 0;
        padding: 0 0 43px 0;
        border-bottom: 32px solid #DDDDDD;
    }

    #timeline > div > .c {
        display: none;
    }

    #timeline > .c {
        display: block;
        text-align: right;
    }

    #timeline > div > div.b:before {
        left: 0;
        top: unset;
        bottom: -93px;
    }

    #financial {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0 32px;
    }

    #financial > footer {
        flex: 0 0 100%;
    }

    #scale {
        flex: 1 1 600px;
        line-height: 80px;
        margin-bottom: 24px;
    }

}