body{
    background-color: #040404;
}

.page-container{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1336px 1fr;
}

.main-content{
    display: flex;
    flex-direction: column;
}

.main-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
    justify-content: space-between;
    width: 100%;

    font-size: 13px;
    font-weight: 400;
    height: 57px;
}

.main-header-logo{
    width: 214px;
    height: 57px;
    background-image: url("../assets/logos/ksivi.svg");
}

.main-header-navigation{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: 40px;
    align-items: center;
}

.main-header-nav.pickem{
    color: #B1FF44;
    font-weight: 650;
    text-transform: uppercase;
}

.main-header-online{
    width: 101px;
    height: 38px;
    border-radius: 8px;
    border: solid 1px #F0042D;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 13px;
    font-weight: 600;
}

.main-header-online.online{
    background-color: #B1FF44;
    border-color: #B1FF44;
    color: #000000;
}

.section{
    display: flex;
    align-self: center;
    width: 1168px;
}

.footer{
    display: flex;
    flex-direction: column;
}

.footer-section{
    align-self: center;
    margin-top: 97px;
}

.footer-down{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 800px;
}

.footer-down-cry{
    width: 115px;
    height: 86px;
    background-image: url("../assets/footer/footerCry.png");
}

.footer-down-text{
    display: flex;
    flex-direction: row;
    font-size: 26px;
}

.footer-down-up{
    height: 67px;
    width: 45px;
    background-image: url("../assets/footer/footerUp.svg");
}

.footer-line{
    width: 100%;
    border: solid 1px #181818;
    margin-top: 46px;
}

.footer-guys{
    margin-top: 47px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 750px;

    margin-bottom: 38px;
}

.footer-guy-main{
    width: 188px;
    height: 50px;
    background-image: url("../assets/footer/main.svg");
}

.footer-guy-xsolla{
    width: 113px;
    height: 34px;
    background-image: url("../assets/footer/xsolla.svg");
}

.footer-guy-key{
    width: 172px;
    height: 31px;
    background-image: url("../assets/footer/keysie.svg");
}

.footer-guy-igromania{
    width: 103px;
    height: 33px;
    background-image: url("../assets/footer/igromania.svg");
}

.footer-guy-eplayer{
    width: 120px;
    height: 25px;
    background-image: url("../assets/footer/eplayer.svg");
}

.footer-guy-lol{
    width: 76px;
    height: 29px;
    background-image: url("../assets/footer/lol.svg");
}

.footer-rights{
    align-self: center;
    color: #3E3E3E;
    font-size: 9px;
    font-weight: 400;

    margin-bottom: 27px;
}
