body {
    background: rgba(16, 14, 22, 1);
    font-family: "Onest", sans-serif;
    position: relative;
    color: #fff;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}

.logo {
    width: 144px;
}

main {
    background: url("../img/bg.webp") top / 1440px no-repeat;
    padding: 168px 0 78px;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

.title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 12px;
    max-width: 706px;
}

b {
    font-weight: 800;
}

.text {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 60px;
}

.welcome {
    width: 463px;
    margin-bottom: 16px;
}

.welcome-info {
    display: block;
    background: rgba(115, 0, 255, 1);
    width: 188px;
    height: 36px;
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    line-height: 20px;
}

.welcome-title {
    background: rgba(255, 242, 0, 1);
    width: 100%;
    height: 56px;
    padding: 12px;
    border-radius: 0 8px 8px 8px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(16, 14, 22, 1);
}

.welcome-sport {
    width: 257px;
    margin-bottom: 0;
}

.welcome-sport .welcome-info {
    background-color: rgba(19, 29, 86, 1);
    width: 198px;
}

.welcome-sport .welcome-title {
    background-color: rgba(33, 63, 255, 1);
    color: rgba(255, 255, 255, 1);

}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    width: 363px;
    height: 52px;
    border-radius: 8px;
    border-width: 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(270.97deg, #1ADB5E 0%, #1AFF6B 47.5%, #1ADB5E 100%);
    border: 1px solid rgba(111, 255, 161, 1);
    box-shadow: 0px 0px 50px 0px rgba(28, 102, 54, 1);
    color: rgba(30, 30, 40, 1);
}

.block {
    margin: 24px auto 0;
    width: 582px;
    height: 224px;
    background: rgba(40, 47, 55, 1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.block img {
    width: 84px;
    height: 84px;
}

.list {
    width: calc(100% - 108px);
    line-height: 24px;
}

.item {
    font-size: 16px;
}

.block .btn {
    width: 100%;
    box-shadow: unset;
}

.mob-br {
    display: none;
}

@media (max-width: 900px) {
    main {
        background: url("../img/mob_bg.webp") top / 100% no-repeat;
        padding: 124px 0 60px;
    }

    .title {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        margin: 0 auto 7px;
        max-width: 344px;
    }

    .text {
        width: 312px;
        margin: 0 auto 252px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .welcome {
        width: 282px;
        margin: 0 0 20px 8px;

    }

    .welcome-title {
        height: 88px;
    }

    .welcome-sport {
        width: 257px;
    }
    
    .welcome-sport .welcome-title {
        height: 56px;
    } 
    
    .welcome-info {
        width: 198px;
    }

    .welcome-sport .welcome-info {
        width: 202px;
    }

    .btn,
    .block {
        width: calc(100% - 16px);
        margin: 0 auto;
    }

    .block {
        flex-wrap: nowrap;
        margin-top: 52px;
        flex-direction: column;
        height: 288px;
        padding: 12px 12px 32px;
        align-items: center;
    }

    .list {
        width: 320px;
        margin: 12px auto 24px;
    }
}