/* шрифты */

@font-face {
    font-family: 'Unbounded Black';
    src: url('/assets/website/fonts/UnboundedBlack/UnboundedBlack.ttf');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html, body {
    height: 100%;
    background-color: #000;
}

body.lock {
    overflow: hidden;
}

noscript {
    position: absolute;
    top: 0;
    width: 100%;
}

noscript .noscript-block {
    border: none;
    padding: 20px;
    z-index: 99999999999;
    position: relative;
    background-color: #FFD845;
    text-align: center;
    font-size: 24px;
}

noscript .noscript-block a {
    text-decoration: underline !important;
}

/* анимация ленивой загрузки изображений */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a:focus,
button:focus {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.lazy {
    opacity: 0;
}

.lazy.loaded,
.lazy-bg.loaded {
    animation: fadeIn 0.3s ease forwards;
}

.ui-helper-hidden-accessible{
    display: none !important;
}

.wrapper * {
    font-family: 'Unbounded Black', serif;
    text-transform: uppercase;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px;
}

.mobile {
    display: none;
}

/* кнопки */

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #D60A71;
    font-size: 42px;
    outline: 0;
    border: 5px solid #14AFDB;
    transform: scale(0.9);
    transition: 0.2s all ease-out;
    width: 530px;
    height: 90px;
    margin: 20px auto 0;
    border-radius: 60px;
}

.btn:hover,
.btn:focus {
    transform: scale(1);
    color: #D60A71;
}

/* страница */

.content {
    width: 100%;
    max-width: 980px;
    border: 2px solid #14AFDB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
}

.row.center {
    align-items: start;
}

.column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 350px;
    width: 180px;
}

.title {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 30px auto;
    line-height: 50px;
}

.title .pink {
    color: #D60A71;
    letter-spacing: 3px;
    text-align: center;
}

.row.top .image2 {
    width: 200px;
}

.row.top .logo0plus {
    width: 130px;
}

.row.top .image3 {
    width: 140px;
}

.row.center .image6 {
    width: 130px;
}

.row.center .image5 {
    width: 180px;
}

.row.center .puzzle {
    width: 300px;
}

.row.center .image4 {
    width: 180px;
}

.bottom-images {
    position: absolute;
    right: 0;
}

.row.bottom .image1 {
    width: 100px;
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.modal .content {
    position: absolute;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    max-height: 620px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.modal .column {
    height: 100%;
    width: auto;
}

.modal .image2 {
    width: 200px;
}

.modal .image7 {
    width: 200px;
}

.modal .puzzle-ok {
    width: 400px;
}

.modal .image6 {
    width: 170px;
}

.modal .qr {
    width: 200px;
}

.modal .btn {
    width: 290px;
    color: #fff;
    height: 80px;
}

.modal .btn:hover,
.modal .btn:focus {
    transform: scale(1);
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 979px) {
    .mobile {
        display: block;
    }

    .content {
        border: none;
        padding: 30px;
        margin-bottom: auto;
    }

    .row.top .image3 {
        display: none;
    }

    .row.center .image4 {
        display: none;
    }

    .row.center .image6 {
        display: none;
    }

    .row.bottom {
        flex-direction: column;
    }

    .bottom-images {
        position: relative;
        right: unset;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 40px auto 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    noscript .noscript-block {
        font-size: 20px;
    }

    .row.top,
    .row.center,
    .row.bottom {
        max-width: 768px;
    }

    .row.top .image2 {
        width: 170px;
    }

    .row.top .image4 {
        width: 150px;
    }

    .column {
        justify-content: end;
        height: 330px;
        width: 150px;
    }

    .row.center .image5 {
        width: 150px;
    }

    .row.center .puzzle {
        width: 280px;
    }

    .row.center .image3 {
        width: 150px;
    }

    .bottom-images {
        max-width: 470px;
    }

    .row.bottom .image6 {
        width: 120px;
    }

    .modal .content {
        max-width: 768px;
        padding: 20px;
    }

    .modal .column.center {
        justify-content: space-around;
    }

    .modal .column.left,
    .modal .column.right {
        justify-content: space-between;
    }

    .modal .image2 {
        width: 180px;
    }

    .modal .image7 {
        width: 180px;
    }

    .modal .puzzle-ok {
        width: 500px;
    }

    .modal .image6 {
        width: 180px;
    }

    .modal .qr {
        width: 180px;
    }
}

@media screen and (min-width: 582px) and (max-width: 767px) {
    .btn {
        font-size: 30px;
        width: 380px;
        height: 70px;
    }

    .row.top,
    .row.center,
    .row.bottom {
        max-width: 582px;
    }

    .row.top .image2 {
        width: 130px;
    }

    .row.top .logo0plus {
        width: 120px;
    }

    .row.top .image4 {
        width: 130px;
    }

    .title {
        font-size: 40px;
        line-height: 40px;
    }

    .column {
        justify-content: end;
        height: 290px;
        width: 120px;
    }

    .row.center .image5 {
        width: 120px;
    }

    .row.center .puzzle {
        width: 230px;
    }

    .row.center .image3 {
        width: 120px;
        margin: auto 0;
    }

    .bottom-images {
        max-width: 340px;
    }

    .row.bottom .image6 {
        width: 110px;
    }

    .modal .content {
        max-width: 582px;
        padding: 20px;
        max-height: 700px;
    }

    .modal .column.center {
        justify-content: space-around;
    }

    .modal .column.left,
    .modal .column.right {
        justify-content: space-between;
    }

    .modal .image2 {
        width: 180px;
    }

    .modal .image7 {
        width: 180px;
    }

    .modal .puzzle-ok {
        width: 500px;
    }

    .modal .image6 {
        width: 180px;
    }

    .modal .qr {
        width: 180px;
    }
}

@media screen and (min-width: 320px) and (max-width: 581px)  {
    noscript .noscript-block {
        font-size: 14px;
    }

    .btn {
        font-size: 24px;
        width: 300px;
        height: 60px;
    }

    .content {
        padding: 10px;
    }

    .row.top,
    .row.center,
    .row.bottom {
        max-width: 320px;
    }

    .row.top .image2 {
        width: 90px;
    }

    .row.top .logo0plus {
        width: 80px;
    }

    .row.top .image4 {
        width: 90px;
    }

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

    .column {
        justify-content: end;
        height: 160px;
        width: 70px;
    }

    .row.center .image5 {
        width: 70px;
    }

    .row.center .puzzle {
        width: 135px;
    }

    .row.center .image3 {
        width: 70px;
        margin: auto 0;
    }

    .bottom-images {
        max-width: 300px;
        margin: 20px auto 0;
    }

    .row.bottom .image1 {
        width: 80px;
    }

    .row.bottom .image6 {
        width: 90px;
    }

    .modal .content {
        max-width: 320px;
        padding: 10px;
        max-height: 600px;
    }

    .modal .column.center {
        justify-content: center;
    }

    .modal .column.left,
    .modal .column.right {
        justify-content: space-between;
    }

    .modal .image2 {
        width: 120px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .modal .image7 {
        width: 100px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .modal .puzzle-ok {
        width: 220px;
    }

    .modal .image6 {
        width: 100px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .modal .qr {
        position: absolute;
        bottom: 10px;
        width: 100px;
        right: 10px;
    }

    .modal .btn {
        width: 200px;
        font-size: 24px;
        height: 60px;
    }
}
