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

/* font-family: "Montserrat", sans-serif; */

/* general */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    background: #000025;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.container {
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* clicked */
.mtl28vrq-clicked {
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 362px;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    padding: 10px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    background: #FF0066;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
}


/* Header */
.mtl28vrq-heading {
    position: relative;
    z-index: 9;
    background: #010252;
    padding: 12px 20px;
}
.mtl28vrq-heading--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mtl28vrq-menu--list {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.mtl28vrq-menu--point {
    padding: 2px;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.mtl28vrq-menu--point:hover {
    border-bottom: 2px solid;
}
.mtl28vrq-menu--point.active {
    color: #F72579;
}
.mtl28vrq-menu--point + .mtl28vrq-menu--point {
    margin-left: 34px;
}
.mtl28vrq-burger {
    position: absolute;
    z-index: 5;
    right: 0;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.mtl28vrq-burger .stroke {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}
.clicked .stroke1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.clicked .stroke2 {
    display: none;
}
.clicked .stroke3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}




/* CONTENT */
.mtl28vrq-components {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}
.mtl28vrq-components--bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../picture/web-bg-mtl28vrq.jpg);
}
.mtl28vrq-components--bg .mtl28vrq-general {
    min-height: 90vh;
}

.mtl28vrq-components.burger-bg::after {
    content: '';
    background: rgb(1 2 82 / 30%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mtl28vrq-general {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mtl28vrq-material {
    padding: 62px 20px;
    width: 100%;
}
.mtl28vrq-topic--large {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.mtl28vrq-topic--medium {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.mtl28vrq-topic--small {
    font-weight: 700;
    margin-bottom: 10px;
}
.mtl28vrq-material--box p {
    margin-bottom: 24px;
}
.mtl28vrq-material--dangerous {
    background: #ffffff73;
    padding: 20px;
    color: #ffd682;
    font-size: 18px;
    line-height: 26px;
}
.mtl28vrq-material--box a {
    color: #F72579;
    text-decoration: underline;
    margin-bottom: 44px;
}
.mtl28vrq-material--dangerous a {
    display: inline-block;
    margin: 0;
    color: #010252;
    font-weight: 700;
}
.mtl28vrq-material--box ul {
    list-style-type: disc;
    padding-left: 40px;
}
.mtl28vrq-material--box ol {
    list-style-type: decimal;
    padding-left: 40px;
}
.mtl28vrq-material--box li {
    margin-bottom: 10px;
}
.mtl28vrq-material--image {
    margin-bottom: 24px;
}





/* FOOTER */
.mtl28vrq-footer {
    padding: 70px 20px 20px;
    color: #ffffff;
    background: #010252;
}
.mtl28vrq-footer--brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.mtl28vrq-footer--menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700;
    margin-bottom: 24px;
}
.mtl28vrq-footer--menu a {
    padding: 6px 0;
    text-decoration: underline;
    line-height: 28px;
}
.mtl28vrq-footer--menu a + a {
    margin-left: 10px;
}
.mtl28vrq-footer--text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #F2F2F2;
    margin-bottom: 10px;
}
.mtl28vrq-footer--copyright {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #979AAC;
    margin-top: 24px;
}
.mtl28vrq-footer--marks {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mtl28vrq-footer--marks.marks-left {
    left: -84px;
}
.mtl28vrq-footer--marks.marks-right {
    right: -122px;
}

/* play */
.mtl28vrq-play {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mtl28vrq-play--point{
    max-width: 800px;
    width: 100%;
    margin: 10% auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mtl28vrq-play--topic {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
}
.mtl28vrq-play--topic span {
    color: #FF0066;
}
.mtl28vrq-chest--list {
    display: grid;
    grid-template-columns: repeat(3, 226px);
    justify-content: center;
    grid-gap: 40px;
}
.mtl28vrq-chest--item {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 226px;
    height: 209px;
    transition: .2s;
}
.mtl28vrq-chest--item:nth-child(1) {
    background-image: url(../picture/chest-1-mtl28vrq.png);
}
.mtl28vrq-chest--item:nth-child(2) {
    background-image: url(../picture/chest-2-mtl28vrq.png);
}
.mtl28vrq-chest--item:nth-child(3) {
    background-image: url(../picture/chest-3-mtl28vrq.png);
}

.mtl28vrq-chest--item.active:nth-child(1) {
    background-image: url(../picture/chest-1-a-mtl28vrq.png);
}
.mtl28vrq-chest--item.active:nth-child(2) {
    background-image: url(../picture/chest-2-a-mtl28vrq.png);
}
.mtl28vrq-chest--item.active:nth-child(3) {
    background-image: url(../picture/chest-3-a-mtl28vrq.png);
}
.mtl28vrq-chest--item::after {
    background-image: url(../picture/cash-mtl28vrq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 31px;
    left: 19px;
    width: 150px;
    height: 84px;
    opacity: 0;
}
.mtl28vrq-chest--item.active::after {
    content: '';
    animation: slide-in-bottom 0.5s linear both;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Modal */
.mtl28vrq-modal--bg {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(1, 2, 82, 0.6) 0%, rgb(0 4 18 / 60%) 100%);
}
.mtl28vrq-modal--block {
    max-width: 876px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.mtl28vrq-modal--container {
    background-image: url(../picture/modal-bg-mtl28vrq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 594px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 234px 0 200px;
}
.mtl28vrq-modal--topic {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.mtl28vrq-modal--topic:nth-child(1) {
    margin-bottom: 14px;
}


/* Info */
.mtl28vrq-content--info h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.mtl28vrq-content--info h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.mtl28vrq-content--info p {
    margin-bottom: 20px;
}
.mtl28vrq-content--info a {
    display: inline-block;
    color: #f72579;
    text-decoration: underline;
}
.mtl28vrq-content--info ul {
    list-style-type: disc;
    padding-left: 28px;
}
.mtl28vrq-content--info ol {
    list-style-type: decimal;
    padding-left: 28px;
}
.mtl28vrq-content--info ol li::marker {
    font-weight: 700;
}
.mtl28vrq-content--info li {
    margin-bottom: 14px;
}


@media (max-width: 1450px) {
    .mtl28vrq-footer .container {
        max-width: 820px;
    }
    .mtl28vrq-footer--menu {
        justify-content: space-around;
    }
    .mtl28vrq-footer--marks.marks-left {
        left: -130px;
    }
    .mtl28vrq-footer--marks.marks-right {
        right: -170px;
    }
}

@media (max-width: 1200px) {
    .mtl28vrq-footer--marks.marks-left {
        left: auto;
    }
    .mtl28vrq-footer--marks.marks-right {
        right: auto;
    }
    .mtl28vrq-footer--listing {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 24px;
    }
    .mtl28vrq-footer--marks {
        position: relative;
        top: auto;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .mtl28vrq-chest--list {
        grid-template-columns: repeat(3, 150px);
    }
    .mtl28vrq-chest--item {
        width: 150px;
        height: 154px;
    }
    .mtl28vrq-chest--item::after {
        top: 28px;
        left: -4px;
        width: 120px;
        height: 71px;
    }
    .mtl28vrq-play--topic {
        font-size: 28px;
        line-height: 40px;
    }
    .mtl28vrq-modal--block {
        max-width: 720px;
    }
    .mtl28vrq-modal--container {
        height: 484px;
        padding: 0 194px 0 164px;
        margin: 0 -110px 0 -80px;
    }
    .mtl28vrq-modal--topic {
        font-size: 20px;
        line-height: 26px;
    }
    .mtl28vrq-clicked {
        max-width: 300px;
        height: 68px;
    }
}

@media (max-width: 780px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }
    .mtl28vrq-burger {
        display: flex;
    }
    .mtl28vrq-burger--box {
        display: none;
        position: absolute;
        z-index: 2;
        top: 53px;
        right: -20px;
        max-width: 200px;
        width: 100%;
    }
    .mtl28vrq-menu--list {
        font-size: 18px;
        line-height: 24px;
        flex-direction: column;
        padding: 22px 20px;
        background: #010252;
    }
    .mtl28vrq-menu--point {
        padding: 10px;
    }
    .mtl28vrq-menu--point + .mtl28vrq-menu--point {
        margin-top: 20px;
        margin-left: 0;
    }
    .mtl28vrq-topic--large {
        font-size: 22px;
        line-height: 32px;
    }
    .mtl28vrq-topic--medium {
        font-size: 22px;
        line-height: 32px;
    }
    .mtl28vrq-material {
        padding: 36px 20px;
    }
    .mtl28vrq-material--box a {
        margin-bottom: 24px;
    }
    .mtl28vrq-material--dangerous a {
        margin: 0;
    }
    .mtl28vrq-material--dangerous {
        font-size: 14px;
        line-height: 22px;
    }
    .mtl28vrq-footer {
        padding: 24px 20px;
    }
    .mtl28vrq-footer--menu a {
        font-size: 16px;
        line-height: 20px;
    }
    .mtl28vrq-footer--menu a + a {
        margin: 0;
    }
    .mtl28vrq-footer--text {
        font-size: 16px;
        line-height: 20px;
    }
    .mtl28vrq-footer--copyright {
        font-size: 16px;
        line-height: 20px;
    }
    .mtl28vrq-footer--menu {
        flex-direction: column;
    }
    .mtl28vrq-footer--marks.marks-left {
        width: 80px;
    }
    .mtl28vrq-footer--marks.marks-right {
        width: 110px;
    }
    .mtl28vrq-footer--brand img {
        width: 210px;
    }
    .mtl28vrq-material--box ul {
        padding-left: 24px;
    }
    .mtl28vrq-material--box ol {
        padding-left: 24px;
    }
    .mtl28vrq-components--bg .mtl28vrq-general {
        min-height: 74vh;
    }
    .mtl28vrq-components--bg {
        background-image: url(../picture/web-bg-mob-mtl28vrq.jpg);
    }
    .mtl28vrq-content--info h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .mtl28vrq-content--info h2 {
        font-weight: 700;
        margin-bottom: 6px;
    }
}

@media (max-width: 600px) {
    .mtl28vrq-chest--list {
        grid-template-columns: repeat(3, 100px);
        grid-gap: 20px;
    }
    .mtl28vrq-chest--item {
        width: 100px;
        height: 100px;
    }
    .mtl28vrq-chest--item::after {
        top: 8px;
        left: -6px;
        width: 86px;
        height: 50px;
    }
    .mtl28vrq-play--topic {
        font-size: 22px;
        line-height: 28px;
    }
    .mtl28vrq-modal--container {
        padding: 0px 148px 0 120px;
        height: 396px;
    }
    .mtl28vrq-modal--topic {
        font-size: 16px;
        line-height: 22px;
    }
}
.mtl28vrq-nowrap {
    white-space: nowrap;
}