

/* Start:/local/components/kryuchkov/find-item/templates/.default/style.css?17613696113170*/
@font-face {
    font-family: 'Druk';
    src: url('/local/templates/mp_projects_custom/fontsc/DrukTextWideCyrMedium.woff2') format('woff2'),
        url('/local/templates/mp_projects_custom/fontsc/DrukTextWideCyrMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


body {
    font-family: 'Druk' !important;
    color : #1E1E23 !important;
    user-select: none;
}


.game {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 937px; */
    height: 100%;
    overflow: hidden;
    font-family: 'Druk';
    color : #1E1E23;
}

@media (max-width: 1599px) {
    .game {
        height: auto;
    }
}

.game__logo-item {
    width: 110px;
    display: block;
}

.game__logo-item img {
    width: 100%;
}


.game__logo {
    display: flex;
    justify-content: space-between;
    width: 375px;
    margin: 0 auto;
    padding: 65px 0;
}

.game__text {
    /* width: 500px; */
    margin: 0 auto;
    padding: 65px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
}

.game__text-invite {
    font-size: 25px;
}

.game__text-title {
    font-size: 66px;
    cursor: pointer;
    max-width: 500px;
    margin: 25px auto 0;
    border: 5px solid;
    padding: 15px 0;
}

.game__description {
    /* width: 744px; */
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
}


.game__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
}

.game__elems {
    position: absolute;
    left: 0;
    top: 0;
}


.game__score {
    background: #fff;
    padding: 20px 90px;
    transform: translate(-50%);
    position: fixed;
    top: 20px;
    left: 50%;
    margin-right: -50%;
    font-size: 26px;
    text-transform: uppercase;
    border: 5px solid #1E1E23;
    z-index: 9999;
}


.game__item-answer {
    border: 2px solid #fff;
    padding: 15px;
    max-width: 190px;
    background: #1E1E23;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}



@media (max-width: 1199px) {
   
    .game__score {
        bottom: unset;
        top: 10px;
    }
    .game__action {
        position: relative;
        height: 100vh;
        overflow-y: hidden;
    }
    .game__elems, .game__picture {
        height: 100%;
        width: auto;
    }
}


@media (max-width: 991px) {
    
}


@media (max-width: 480px) {
    .game__logo {
        width: calc(100% - 30px);
        padding: 65px 15px;
    }
    .game__logo-item {
        width: calc(50% - 30px);
    }
    .game__text-title {
        font-size: 44px;
        margin: 40px 0;
    }
    .game__description {
        font-size: 18px;
        padding: 0 15px 50px;
    }
    .game__score {
        font-size: 14px;
        padding: 20px 15px;
    }
    .game__text {
        font-size: 24px;
    }
}
/* End */
/* /local/components/kryuchkov/find-item/templates/.default/style.css?17613696113170 */
