@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 28px; 
    min-height: 100%;
    overflow-x: hidden;
    background: #230026;
    color: #ffffff;
}

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

.sb7j210hg-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

/* Header */
.sb7j210hg-heading {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 20px;
    transition: .3s;
    background: #0B000C;
}

.sb7j210hg-heading__navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
}

.sb7j210hg-heading__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px 48px;
}

.sb7j210hg-heading__blueprint {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

.sb7j210hg-heading__item {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
	padding: 2px;
    transition: .3s;
}

.sb7j210hg-heading__item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 2px;
    right: 2px;
    height: 2px;
    transition: .3s;
}

.sb7j210hg-heading__item.active::after {
    background: #FF2222;
}

.sb7j210hg-heading__item:hover::after {
    background: #ffffff;
}

.sb7j210hg-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.sb7j210hg-burger .sb7j210hg-lane {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #EDEEFD;
    transition: transform 0.2s ease-out;
}

.toggle .lane1 {
    background: #EDEEFD;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .lane2 {
    display: none;
}

.toggle .lane3 {
    background: #EDEEFD;
    transform: scale(0.9) rotateZ(45deg) translate(-8.7px, -6px);
}


/* Content */
.sb7j210hg-topic {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.sb7j210hg-subtopic {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.sb7j210hg-button {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #F81B39 0%, #9F1C2F 100%);
    color: #ffffff;
    max-width: 320px;
    width: 100%;
    height: 61px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    margin: 0 auto;
}


/* welcome */
.sb7j210hg-welcome {
    position: relative;
    background-image: url(../images/welcome-bg-sb7j210hg.jpg);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: cover;
    min-height: 90vh;
    padding: 80px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sb7j210hg-welcome__block {
    height: 100%;
}

.sb7j210hg-welcome__block p {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 860px;
    width: 100%;
}

/* Game */
.sb7j210hg-games {
    padding: 80px 20px;
}

.sb7j210hg-games__photo {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.sb7j210hg-games__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.sb7j210hg-games__photo:hover img {
    transform: scale(1.1);
}

/* Disclaimer */

.sb7j210hg-disclaimer {
    padding: 80px 20px;
    background: linear-gradient(180deg, #610D70 0%, #230026 100%);
}

.sb7j210hg-disclaimer__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
}

.sb7j210hg-disclaimer__list p + p {
    margin-top: 20px;
}

.sb7j210hg-disclaimer__item {
    border: 2px solid #DF0045;
    background: #DF00451A;
    border-radius: 10px;
    padding: 20px 30px;
}


/* Why */
.sb7j210hg-why {
    background: #0B000C;
    padding: 80px 20px;
}

.sb7j210hg-why__block > p {
    text-align: center;
    margin-bottom: 20px;
}

.sb7j210hg-why__block > p strong {
    font-weight: 700;
}

.sb7j210hg-why__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.sb7j210hg-why__item {
    background: #230026;
    border: 2px solid #FAC16E;
    padding: 18px 30px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 20px;
    align-items: center;
}

.sb7j210hg-why__item strong {
    font-weight: 700;
}

.sb7j210hg-why__text {
    font-weight: 700;
    text-align: center;
    color: #FAC16E;
    margin-bottom: 0 !important;
}

/* Discover */
.sb7j210hg-discover {
    background: linear-gradient(180deg, #610D70 0%, #230026 100%);
    padding: 160px 20px 80px;
}

.sb7j210hg-discover__block p + p {
    margin-top: 20px;
}

.sb7j210hg-discover__block .sb7j210hg-button {
    margin-top: 50px;
}

/* Testimonials */

.sb7j210hg-testimonials {
    background: #0B000C;
    padding: 80px 20px;
}

.sb7j210hg-testimonials .sb7j210hg-why__list {
    margin-bottom: 0;
}

.sb7j210hg-testimonials .sb7j210hg-why__item {
    grid-template-columns: 120px 1fr;
}

/* Footer */

.sb7j210hg-footer {
    position: relative;
    color: #ffffff;
    background: #230026;
    padding: 30px 20px 40px;
}

.sb7j210hg-footer__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.sb7j210hg-footer__list {
    display: flex;
    align-items: center;
    gap: 20px 30px;
}

.sb7j210hg-footer__item {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px;
    transition: .3s;
}

.sb7j210hg-footer__item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 2px;
    right: 2px;
    height: 2px;
    transition: .3s;
}

.sb7j210hg-footer__item:hover::after {
    background: #ffffff;
}

.sb7j210hg-footer__item.active::after {
    background: #FF2222;
}

.sb7j210hg-footer__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 40px;
    margin-bottom: 30px;
}

.sb7j210hg-footer__coperight {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/*  */

.sb7j210hg-contacts {
    background: linear-gradient(180deg, #610D70 0%, #230026 100%);
    padding: 160px 20px 80px;
}

.sb7j210hg-contacts__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.sb7j210hg-contacts__pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb7j210hg-contacts__union + .sb7j210hg-contacts__union {
    margin-top: 28px;
}

.sb7j210hg-contacts__union h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sb7j210hg-contacts__union p {
    font-size: 24px;
    line-height: 32px;
}

.sb7j210hg-contacts__union a {
    font-size: 24px;
    line-height: 32px;
}

.sb7j210hg-contacts__union a:hover {
    text-decoration: underline;
}

/* Info */

.sb7j210hg-information {
    padding: 160px 20px 120px;
}

.sb7j210hg-information h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.sb7j210hg-information h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sb7j210hg-information h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sb7j210hg-information p {
    margin-bottom: 20px;
}

.sb7j210hg-information ul {
    list-style-type: disc;
    padding-left: 24px;
}

.sb7j210hg-information li {
    margin-bottom: 14px;
}

.sb7j210hg-information a {
    display: inline-block;
    color: #FF2222;
}

/* Game */
body.is-visible {
    overflow: hidden;
}

#k5i80m3t3-game--container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;

    position: absolute !important;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0 20px;
    width: 100%;
    background: rgba(11, 0, 12, 0.9);
}

body.is-visible #k5i80m3t3-game--container {
    opacity: 1;
    visibility: visible;
}

.k5i80m3t3-game--close {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin-top: 20px;
    cursor: pointer;
}

.k5i80m3t3-game--close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.k5i80m3t3-game--canvas canvas {
    outline: none;
}


@media (max-width: 1060px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }

    .sb7j210hg-heading {
        padding: 14px 20px;
    }

    .sb7j210hg-burger {
        display: flex;
    }

    .sb7j210hg-button {
        font-size: 22px;
        line-height: 30px;
        height: 54px;
    }

    .sb7j210hg-heading__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #230026;
        width: 60%;
        overflow-y: auto;
    }

    .sb7j210hg-heading__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .sb7j210hg-heading__item {
        text-align: center;
        padding: 10px 20px;
    }
    
    .sb7j210hg-topic {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px;
    }

    .sb7j210hg-welcome__block p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .sb7j210hg-subtopic {
        font-size: 34px;
        line-height: 42px;
    }

    .sb7j210hg-disclaimer {
        padding: 40px 20px 40px;
    }

    .sb7j210hg-disclaimer__block {
        grid-template-columns: 1fr;
    }

    .sb7j210hg-why {
        padding: 40px 20px 60px;
    }

    .sb7j210hg-discover {
        padding: 120px 20px 60px;
    }

    .sb7j210hg-testimonials {
        padding: 40px 20px 60px;
    }

    .sb7j210hg-contacts {
        padding: 120px 20px 40px;
    }
    
    .sb7j210hg-information {
        padding: 120px 20px 60px;
    }

    .sb7j210hg-information h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .sb7j210hg-information h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .sb7j210hg-information h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}


@media (max-width: 860px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .sb7j210hg-welcome {
        background-position: left;
        padding: 120px 20px 60px;
    }

    .sb7j210hg-games {
        padding: 40px 20px;
    }

    .sb7j210hg-why__item {
        grid-template-columns: 1fr;
    }

    .sb7j210hg-testimonials .sb7j210hg-why__item {
        grid-template-columns: 1fr;
    }

    .sb7j210hg-why__list {
        margin-bottom: 30px;
    }

    .sb7j210hg-disclaimer__item {
        padding: 16px;
    }

    .sb7j210hg-footer__block {
        flex-direction: column;
    }

    .sb7j210hg-footer__list {
        flex-direction: column;
    }

    .sb7j210hg-footer__middle  {
        flex-direction: column-reverse;
    }

    .sb7j210hg-footer__coperight {
        font-size: 14px;
        line-height: 20px;
    }

    .sb7j210hg-contacts__item {
        grid-template-columns: 1fr;
    }

    .sb7j210hg-contacts__box {
        grid-row: 1;
    }

    .sb7j210hg-contacts__union h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .sb7j210hg-contacts__union p {
        font-size: 18px;
        line-height: 24px;
    }

    .sb7j210hg-contacts__union a {
        font-size: 18px;
    }
}