html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    overflow-x: hidden;
    background: #0F0E1B;
    height: 100%;
}

a {
    text-decoration: none;
    margin: 0;
    outline: none;
    display: block;
    width: fit-content;
}

p {
    margin: 0;
}

h1 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.site-name {
	text-transform: capitalize;
}

.main {
    position: relative;
    height: 100vh;
    max-width: 1440px;
    margin: 0 auto;

    @media (max-width: 1040px) {
        max-height: 100%;
        height: 100%;
    }

}

.main__content {
    display: flex;
    justify-content: space-between;

    @media (max-width: 1040px) {
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
        gap: 20px;
    }
}

.main__left {
    padding: 40px 40px 12px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 52px);
    max-width: 440px;

    @media (max-width: 1040px) {
        padding: 0 20px 12px 20px;
        height: auto;
    }
}

.main__right {
    width: 65%;
    padding: 20px 20px 20px 0;
    height: calc(100vh - 40px);
    display: flex;
    justify-content: flex-end;

    @media (max-width: 1040px) {
        height: auto;
        width: 100%;
        padding: 0;
        justify-content: center;
        position: relative;
    }
}

.right__banner {
    max-height: 804px;
    align-self: center;
    height: 100%;
    max-width: 100%;

    @media (max-width: 1040px) {
        display: none;
    }
}

.right__banner-mobile {
    display: none;
    width: 100%;
    z-index: 10;
    max-height: 60vh;
    max-width: 100vw;

    @media (max-width: 1040px) {
        display: block;
    }
}

.main__right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 75px;
    width: 100%;
    background: transparent;
    z-index: 110;

    @media (min-width: 1041px) {
        display: none;
    }
}

@media (min-width: 1041px) {
    .main__right::before {
        display: none;
    }
}

.main__right::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 96px;
    width: 100%;
    background: transparent;
    z-index: 110;
}

@media (min-width: 1041px) {
    .main__right::after {
        display: none;
    }
}

@media (max-width: 1040px) {
    .main__right::before {
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.96) 7.96%, rgba(0, 0, 0, 0.90) 17.74%, rgba(0, 0, 0, 0.00) 100%);
    }

    .main__right::after {
        background: linear-gradient(180deg, rgba(15, 14, 27, 0.00) 0%, rgba(15, 14, 27, 0.90) 82.26%, rgba(15, 14, 27, 0.96) 92.04%, #0F0E1B 100%);
    }
}

.logo {
    width: 170.556px;
    height: 20px;

    @media (max-width: 1040px) {
        z-index: 120;
        position: absolute;
        top: 5%;
        left: calc(50vw - 85px)
    }
}

.ybets .logo {
    width: 120px;
	height: initial;

    @media (max-width: 1040px) {
        z-index: 120;
        position: absolute;
        top: 5%;
        left: calc(50vw - 60px)
    }
}

.content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.content__text {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.content__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 8px;
}

.button {
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;

    color: #060311;
    font-feature-settings: 'case' on, 'ss01' on, 'ss03' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.button__main {
    width: 100%;
    background: #B9F94D;
}

.button__main:hover {
    background: transparent;
    border-color: #B9F94D;
    color: #B9F94D;
}

.button__social {
    background: #2A2A7E;
	width: 100%;
	flex: 1;
}

.button__social:hover {
    background: #3b3bb0;
}

.flag__img {
    width: 80px;
    height: 60px;
}

.content__title {
    color: #FFF;
    font-feature-settings: 'case' on, 'dlig' on, 'ss01' on, 'ss03' on;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.42px;

    @media (max-width: 1040px) {
        text-align: center;
        font-feature-settings: 'case' on, 'ss01' on, 'ss03' on;
        font-size: 26px;
        line-height: 32px;
    }
}

.content__description {
    color: #C9C7D1;
    font-feature-settings: 'case' on, 'ss01' on, 'ss03' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;

    @media (max-width: 1040px) {
        text-align: center;
        font-feature-settings: 'case' on, 'ss01' on, 'ss03' on;
        font-size: 16px;
    }
}

.content__copyright {
    color: #94929E;
    font-feature-settings: 'case' on, 'ss01' on, 'ss03' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.show-large {
    display: block;

    @media (max-width: 1040px) {
        display: none;
    }
}

.show-mobile {
    display: none;

    @media (max-width: 1040px) {
        display: block;
    }
}

.chat-widget-container {
    display: none;
}

.ybets .hide-ybt {
	display: none;
}
