@import "reset.css";

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

/* typortraital */
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: linear-gradient(191.59deg, #120F22 23.04%, #006475 34.37%);
    background-attachment: fixed;
}

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

/* BTN */
.mqw1vt5b-knob {
    font-family: "Lato", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    padding: 5px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    color: #0D0F2B;
    border: 2px solid #00FFC3;
    background: #00FFC3;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    box-shadow: 0px 4px 200px 0px #20004B;
}

.mqw1vt5b-knob:hover {
    background: transparent;
    color: #00FFC3;
}

/* Header */
.mqw1vt5b-header {
    position: relative;
    padding: 12px 20px;
}

.mqw1vt5b-flag img {
    width: 228px;
}

.mqw1vt5b-header--material {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mqw1vt5b-tabs--catalogue {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    gap: 20px 40px;
}

.mqw1vt5b-tabs--item {
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 2px;
}

.mqw1vt5b-tabs--item::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #FFFFFF26;
}

.mqw1vt5b-tabs--item:first-child::before {
    content: none;
}

.mqw1vt5b-tabs--item:hover {
    color: #00FFC3;
}

.mqw1vt5b-tabs--item.active {
    color: #00FFC3;
}

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

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

.toggle .flows1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .flows2 {
    display: none;
}

.toggle .flows3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

.mqw1vt5b-burger--material {
    display: flex;
    align-items: center;
}

.mqw1vt5b-header .mqw1vt5b-knob {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    border: 2px solid #00FFC3;
    color: #00FFC3;
    background: transparent;
    margin-left: 50px;
}

.mqw1vt5b-header .mqw1vt5b-knob:hover {
    box-shadow: 0px 3px 16px #00FFC3;
}

/* CONTENT */
.mqw1vt5b-structura {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}

.mqw1vt5b-structura.menu-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mqw1vt5b-title {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.mqw1vt5b-title span {
    color: #00FFC3;
}

.mqw1vt5b-subtitle {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.mqw1vt5b-subtoportrait {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}

.mqw1vt5b-prevention {
    padding: 20px 22px;
    border: 2px solid #00FFC3;
    background: #40FFB21A;
    box-shadow: 0px 0px 30px 0px #00FFC3;
    margin-bottom: 40px;
    border-radius: 25px;
}

/* general */
.mqw1vt5b-general {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.mqw1vt5b-general--material {
    padding: 50px 20px 100px;
}

.mqw1vt5b-general--material .container {
    position: relative;
}

.mqw1vt5b-general--plank {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.mqw1vt5b-general--plank::before {
    content: '';
    background-image: url(../images/bg-general-mqw1vt5b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -100px;
    bottom: -100px;
    width: 770px;
    pointer-events: none;
    z-index: -1;
}

.mqw1vt5b-general--plank .mqw1vt5b-knob {
    max-width: 224px;
}

.mqw1vt5b-knob--wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

/* Popular */

.mqw1vt5b-popular {
    background: #0D0F2B;
    padding: 100px 20px 110px;
}

.mqw1vt5b-signal {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00FFC3;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.mqw1vt5b-signal::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #00FFC3;
    margin-right: 8px;
}

.mqw1vt5b-navigation--list {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.mqw1vt5b-popular--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 100px;
}

.mqw1vt5b-navigation--point {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background: #00FFC380;
    color: #0D0F2B;
    border-radius: 100px;
    padding: 6px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: .3s;
}

.mqw1vt5b-navigation--point:hover {
    background: #00FFC3;
}

.mqw1vt5b-navigation--point.active {
    background: #00FFC3;
}

.mqw1vt5b-popular--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.mqw1vt5b-popular--title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.mqw1vt5b-popular--portrait {
    margin-bottom: 30px;
    border: 2px solid #00FFC3;
    box-shadow: 0px 0px 30px 0px #00FFC3;
    border-radius: 25px;
    overflow: hidden;
}

.mqw1vt5b-popular--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mqw1vt5b-popular--item .mqw1vt5b-knob {
    min-width: 140px;
    width: 140px;
    height: 48px;
}

.mqw1vt5b-popular--text {
    margin-bottom: 14px;
}

.mqw1vt5b-popular--text span {
    color: #00FFC3;
    font-style: italic;
}

.mqw1vt5b-plays--plank .mqw1vt5b-popular--union {
    margin-bottom: 30px;
}

/* choice */

.mqw1vt5b-bg--bottom {
    background: linear-gradient(184.51deg, #0D0F2B -9.77%, #006475 95.19%);
}

.mqw1vt5b-choice {
    padding: 100px 20px 50px;
}

.mqw1vt5b-choice--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 90px;
}

.mqw1vt5b-choice--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 50px 20px 50px;
    min-height: 330px;
    background: #0D0F2BCC;
    cursor: pointer;
    border-radius: 25px;
}

.mqw1vt5b-choice--item:hover .mqw1vt5b-choice--portrait {
    transform: scale(1.1);
}

.mqw1vt5b-choice--title {
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    text-align: center;
}

.mqw1vt5b-choice--portrait {
    position: relative;
    transition: .3s;
}

.mqw1vt5b-choice--portrait::after {
    content: '';
    box-shadow: 0px 0px 63.46px 0px #00FFC3;
    width: 76px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00ffc34d;
}

.mqw1vt5b-choice--portrait img {
    filter: drop-shadow(0px 7px 10px #00FFC3);
}

/* recommend */

.recommendSwiper {
    margin: 0 -50px;
    padding: 0 50px;
}

.mqw1vt5b-recommend {
    padding: 50px 20px 100px;
}

.recommendSwiper .mqw1vt5b-popular--portrait {
    box-shadow: 0px 0px 30px 0px #00FFC3;
}

.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    top: 40%;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}


/* Information */
.mqw1vt5b-information {
    padding: 50px 20px 100px;
}

.mqw1vt5b-information h1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 60px;
    text-align: center;
}

.mqw1vt5b-information h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.mqw1vt5b-information h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.mqw1vt5b-information p {
    margin-bottom: 16px;
}

.mqw1vt5b-information a {
    display: inline-block;
    color: #00FFC3;
    font-weight: 600;
}

.mqw1vt5b-information ul {
    list-style-type: disc;
    padding-left: 20px;
}

.mqw1vt5b-information ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.mqw1vt5b-information li {
    margin-bottom: 16px;
}

.mqw1vt5b-information--union {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.mqw1vt5b-information--link {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
}

.mqw1vt5b-information--union .mqw1vt5b-connect--item {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #00FFC3;
}


/* FOOTER */
.mqw1vt5b-footer {
    padding: 34px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    background: #0D0F2B;
}

.mqw1vt5b-footer--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.mqw1vt5b-footer--first {
    display: flex;
    align-items: center;
    gap: 20px 40px;
}

.mqw1vt5b-footer--under {
    text-align: center;
}

.mqw1vt5b-connect--list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mqw1vt5b-connect--item {
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00FFC3;
    padding: 5px;
}

.mqw1vt5b-connect--item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mqw1vt5b-footer--catalogue {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 20px 40px;
}

.mqw1vt5b-footer--catalogue a {
    position: relative;
    padding: 2px;
    line-height: 16px;
    transition: .3s;
}

.mqw1vt5b-footer--catalogue a:hover {
    color: #00FFC3;
}

.mqw1vt5b-footer--catalogue a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #FFFFFF26;
}

.mqw1vt5b-footer--catalogue a:first-child::before {
    content: none;
}

.mqw1vt5b-footer--phrases {
    color: #FFFFFF80;
}

.mqw1vt5b-aware--union {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mqw1vt5b-aware img {
    min-width: 50px;
}

/* Popup Cookie */
.mqw1vt5b-spicy--baffle {
    display: none;
    padding: 28px 0 28px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    color: #03052C;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -10px 15px -3px rgb(0 0 0 / 22%);
}
.mqw1vt5b-wrap {
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    margin: 0 auto;
}
.mqw1vt5b-spicy--baffle p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.mqw1vt5b-conflict--typortraital {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000067;
    padding: 20px;
}

.mqw1vt5b-conflict--container {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mqw1vt5b-conflict--catalogue {
    background: #ffffff;
    color: #03052C;
    border-radius: 20px;
    padding: 40px 34px;
}

.mqw1vt5b-conflict--container h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mqw1vt5b-conflict--container p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.mqw1vt5b-conflict--container .error-conflict {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ff0000;
}

.mqw1vt5b-conflict--knobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 16px;
}

.mqw1vt5b-vendors--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.mqw1vt5b-vendors--item {
    display: flex;
    justify-content: center;
}

/* Game */

.mqw1vt5b-plays--material {
    padding: 50px 20px 100px;
}

.mqw1vt5b-plays--plank .mqw1vt5b-subtitle {
    text-align: center;
}

@media (max-width: 1320px) {
    .recommendSwiper {
        margin: 0;
        padding: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .mqw1vt5b-footer--first {
        gap: 20px;
    }

    .mqw1vt5b-vendors--list {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 1024px) {
    .mqw1vt5b-tabs--item {
        padding: 10px;
    }

    .mqw1vt5b-burger {
        display: flex;
    }

    .mqw1vt5b-burger--material {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #0D0F2B;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }

    .mqw1vt5b-tabs--catalogue {
        flex-direction: column;
    }

    .mqw1vt5b-tabs--item::before {
        content: none;
    }

    .mqw1vt5b-header .mqw1vt5b-knob {
        margin-left: 0;
    }

    .mqw1vt5b-general--plank {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .mqw1vt5b-general--material {
        padding: 240px 20px 40px;
    }

    .mqw1vt5b-general--plank::before {
        background-position: top;
        left: 0;
        top: -240px;
        bottom: 0;
        width: 100%;
    }

    .mqw1vt5b-popular--list {
        gap: 40px;
    }

    .mqw1vt5b-popular {
        padding: 40px 20px 40px;
    }

    .mqw1vt5b-popular--portrait {
        margin-bottom: 20px;
    }

    .mqw1vt5b-choice--list {
        gap: 40px;
    }

    .mqw1vt5b-choice {
        padding: 40px 20px 40px;
    }

    .mqw1vt5b-recommend {
        padding: 40px 20px 40px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 18px;
    }

    .mqw1vt5b-choice--portrait {
        max-width: 140px;
    }

}

@media (max-width: 860px) {
    .mqw1vt5b-conflict--baffle {
        padding: 60px 20px 40px;
        margin: 0;
        min-height: 480px;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

    .mqw1vt5b-conflict--close {
        top: 20px;
        right: 20px;
    }

    .mqw1vt5b-conflict--close img {
        width: 30px;
    }

    .mqw1vt5b-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .mqw1vt5b-subtitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .mqw1vt5b-subtoportrait {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .mqw1vt5b-prevention {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
        margin-bottom: 40px;
    }

    .mqw1vt5b-signal {
        font-size: 16px;
        line-height: 20px;
    }

    .mqw1vt5b-signal::before {
        width: 38px;
    }

    .mqw1vt5b-choice--list {
        grid-template-columns: 1fr;
    }

    .mqw1vt5b-choice--title {
        font-size: 28px;
        line-height: 26px;
    }

    .mqw1vt5b-choice--item {
        padding: 32px 20px 32px;
        min-height: 270px;
    }

    .mqw1vt5b-popular--list {
        grid-template-columns: 1fr;
    }

    .mqw1vt5b-popular--title {
        font-size: 20px;
        line-height: 26px;
    }

    .mqw1vt5b-navigation--list {
        flex-wrap: wrap;
    }

    .mqw1vt5b-navigation--point {
        font-size: 16px;
        line-height: 20px;
    }

    .mqw1vt5b-navigation--list {
        gap: 12px;
    }

    .mqw1vt5b-plays--material {
        padding: 40px 20px 60px;
    }

    .mqw1vt5b-knob {
        font-size: 18px;
        line-height: 26px;
        height: 48px;
    }

    .mqw1vt5b-footer--union {
        flex-direction: column-reverse;
        margin-bottom: 40px;
        gap: 24px;
    }

    .mqw1vt5b-footer--catalogue a::before {
        content: none;
    }

    .mqw1vt5b-footer--catalogue {
        justify-content: center;
    }

    .mqw1vt5b-aware--union {
        flex-direction: column;
    }

    .mqw1vt5b-information {
        padding: 40px 20px 60px;
    }

    .mqw1vt5b-information h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .mqw1vt5b-information h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .mqw1vt5b-conflict--container h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .mqw1vt5b-conflict--catalogue {
        padding: 40px 20px;
    }

    .mqw1vt5b-conflict--container p {
        font-size: 18px;
        line-height: 24px;
    }

    .mqw1vt5b-conflict--container .error-conflict {
        font-size: 14px;
        line-height: 18px;
    }

    .mqw1vt5b-spicy--baffle p {
        font-size: 16px;
        line-height: 24px;
    }

    .mqw1vt5b-information--link {
        font-size: 20px;
        line-height: 28px;
    }
}