@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 34px;
    min-height: 100%;
    overflow-x: hidden;
    background: #000E34;
    color: #ffffff;
    word-break: break-word;
}

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

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

/* Header */
.rtf245bs2-header {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 20px;
    transition: .3s;
    background: #000E34;
}

.rtf245bs2-header--navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 36px;
}

.rtf245bs2-header--box {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px 48px;
}

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

.rtf245bs2-header--item {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
	padding: 2px;
    transition: .3s;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.rtf245bs2-header--item.active {
    border-color: #6EE3FA;
}

.rtf245bs2-header--item:hover {
    border-color: #6EE3FA;
}

.rtf245bs2-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%);
}

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

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

.toggle .lane2 {
    display: none;
}

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


/* Content */
.rtf245bs2-topic {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.rtf245bs2-topic span {
    color: #6EE3FA;
}

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

.rtf245bs2-text {
    text-align: center;
}

.rtf245bs2-button {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #6EE3FA 0%, #0073FF 100%);
    color: #000E34;
    max-width: 320px;
    width: 100%;
    height: 60px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    margin: 0 auto;
}

.rtf245bs2-button:hover {
    box-shadow: 0px 1px 14px 7px #ffffff75;
}


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

.rtf245bs2-welcome--block {
    height: 100%;
}

.rtf245bs2-welcome--block p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
}

/* Game */
.rtf245bs2-games {
    background: linear-gradient(180deg, #0094F0 0%, #002270 100%);
    padding: 60px 20px 80px;
}

.rtf245bs2-games--box {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    gap: 24px;
}

.rtf245bs2-games--list p + p {
    margin-top: 20px;
}

.rtf245bs2-games--list p strong {
    font-weight: 700;
}

.rtf245bs2-games--color {
    border: 2px solid #6EE3FA;
    background: #6EE3FA1A;
    border-radius: 10px;
    padding: 20px 30px;
}

.rtf245bs2-games--item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px 0;
}

.rtf245bs2-games--photo {
    position: absolute;
    right: -128px;
    bottom: 0;
}

.rtf245bs2-games--photo img {
    width: 100%;
    height: 100%;
}

.rtf245bs2-plays {
    padding: 80px 20px 80px;
}

.rtf245bs2-plays .rtf245bs2-games--photo {
    position: relative;
    right: 0;
}

.rtf245bs2-plays .rtf245bs2-subtopic {
    text-align: left;
    font-size: 50px;
    line-height: 58px;
}

.rtf245bs2-plays .rtf245bs2-games--box {
    grid-template-columns: 1fr 0.8fr;
}

/* choose */
.rtf245bs2-choose {
    padding: 80px 20px;
}

.rtf245bs2-choose--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
}

.rtf245bs2-choose--item {
    background: #0B000C43;
    padding: 18px 24px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 14px;
    border: 2px solid #6EE3FA;
}

.rtf245bs2-choose--item strong {
    font-weight: 700;
}

.rtf245bs2-disclaimer {
    text-align: center;
    color: #6EE3FA;
    margin-top: 50px;
}

/* description */
.rtf245bs2-description {
    background: #002270;
    padding: 140px 20px 40px;
    background-image: url(../images/description-rtf245bs2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Testimonials */

.rtf245bs2-testimonials {
    padding: 96px 20px;
}

/* Footer */

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

.rtf245bs2-footer--block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.rtf245bs2-footer--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.rtf245bs2-footer--item {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px;
    transition: .3s;
    border-bottom: 2px solid transparent;
}

.rtf245bs2-footer--item:hover {
    border-color: #6EE3FA;
}

.rtf245bs2-footer--item.active {
    border-color: #6EE3FA;
}

.rtf245bs2-footer--coperight {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.rtf245bs2-footer--box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px 48px;
}

.rtf245bs2-disclaimer--item {
    padding: 20px;
    background: #6EE3FA1A;
    border-radius: 10px;
    border: 2px solid #6EE3FA;
    font-size: 18px;
    line-height: 30px;
}

.rtf245bs2-disclaimer--item p + p {
    margin-top: 10px;
}

.rtf245bs2-disclaimer--warning {
    min-width: 92px;
    display: inline-block;
}

/* Contacts */

.rtf245bs2-contacts {
    background: linear-gradient(180deg, #0094F0 0%, #000E34 100%);
    padding: 180px 20px 100px;
}

.rtf245bs2-contacts--block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 60px;
}

.rtf245bs2-contacts--info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.rtf245bs2-contacts--union {
    border: 2px solid #6EE3FA;
    background: #6EE3FA1A;
    border-radius: 10px;
    padding: 20px 30px;
}

.rtf245bs2-contacts .rtf245bs2-subtopic {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
    text-align: left;
}

.rtf245bs2-contacts--union h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.rtf245bs2-contacts--union a:hover {
    text-decoration: underline;
}

.rtf245bs2-contacts--photo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtf245bs2-contacts--photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Info */

.rtf245bs2-information {
    padding: 160px 20px 80px;
    background: linear-gradient(180deg, #0094F0 0%, #000E34 100%);
}

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

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

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

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

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

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

.rtf245bs2-information a {
    display: inline-block;
    color: #6EE3FA;
    font-weight: 700;
}


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

#bf9640ydd-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 10px;
    width: 100%;
    background: rgb(37 0 61 / 80%);
}

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

.bf9640ydd-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;
}

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

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

@media (max-width: 1200px) {
    .rtf245bs2-games--photo {
        position: relative;
        right: 0;
    }
}

@media (max-width: 1060px) {
    .rtf245bs2-header {
        padding: 14px 20px;
    }

    .rtf245bs2-burger {
        display: flex;
    }

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

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

    .rtf245bs2-header--navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .rtf245bs2-header--item {
        text-align: center;
        padding: 10px 20px;
    }
    
    .rtf245bs2-topic {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .rtf245bs2-welcome--block p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .rtf245bs2-subtopic {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .rtf245bs2-plays .rtf245bs2-subtopic {
        font-size: 30px;
        line-height: 38px;
    }

    .rtf245bs2-games--box {
        grid-template-columns: 1fr;
    }

    .rtf245bs2-plays .rtf245bs2-games--box {
        grid-template-columns: 1fr;
    }

    .rtf245bs2-choose {
        padding: 40px 20px 60px;
    }

    .rtf245bs2-description {
        padding: 120px 20px 60px;
    }

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

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

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

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

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

    .rtf245bs2-footer {
        padding: 40px 20px 24px;
    }
}


@media (max-width: 860px) {

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

    .rtf245bs2-header--logo img {
        width: 280px;
    }

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

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

    .rtf245bs2-disclaimer {
        margin-top: 30px;
    }

    .rtf245bs2-disclaimer--item {
        font-size: 14px;
        line-height: 24px;
    }

    .rtf245bs2-choose--list {
        margin-top: 30px;
    }

    .rtf245bs2-choose--item {
        grid-template-columns: 1fr;
    }

    .rtf245bs2-footer--box {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .rtf245bs2-footer--block {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .rtf245bs2-footer--list {
        justify-content: center;
    }

    .rtf245bs2-disclaimer--warning {
        min-width: 60px;
        width: 60px;
    }

    .rtf245bs2-footer--coperight {
        font-size: 14px;
        line-height: 20px;
    }

    .rtf245bs2-contacts .rtf245bs2-subtopic {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .rtf245bs2-contacts--info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rtf245bs2-contacts--union h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .rtf245bs2-contacts--block {
        grid-template-columns: 1fr;
    }
}
