/* ==================== fonts ======================*/

@font-face {
    font-family: 'Micado'; /* Название шрифта */
    src: url('fonts/mikado/Mikado-Black.e48dd292.woff2') format('woff2'), /* Подключаем файл шрифта */
    url('fonts/mikado/Mikado-Black.134c43a6.woff') format('woff'),
    url('fonts/mikado/Mikado-Black.8b92b9f4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tildaScaansRegular'; /* Название шрифта */
    src: url('fonts/tildaScans/TildaSans-Regular.dc834cba.woff2') format('woff2'), /* Подключаем файл шрифта */
    url('fonts/tildaScans/TildaSans-Regular.4a2dfe18.woff') format('woff'),
    url('fonts/tildaScans/TildaSans-Regular.aed7b788.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tildaScaansMedium'; /* Название шрифта */
    src: url('fonts/tildaScans/TildaSans-Medium.9abd321a.woff2') format('woff2'), /* Подключаем файл шрифта */
    url('fonts/tildaScans/TildaSans-Medium.cffffc09.woff') format('woff'),
    url('fonts/tildaScans/TildaSans-Medium.f40dcf68.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tildaScaansSemibold'; /* Название шрифта */
    src: url('fonts/tildaScans/TildaSans-Semibold.842234f7.woff2') format('woff2'), /* Подключаем файл шрифта */
    url('fonts/tildaScans/TildaSans-Semibold.6a8585d8.woff') format('woff'),
    url('fonts/tildaScans/TildaSans-Semibold.6a9fc4d5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tildaScaansBold'; /* Название шрифта */
    src: url('fonts/tildaScans/TildaSans-Bold.7a082506.woff2') format('woff2'), /* Подключаем файл шрифта */
    url('fonts/tildaScans/TildaSans-Bold.5953dec3.woff') format('woff'),
    url('fonts/tildaScans/TildaSans-Bold.5ec8f091.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Обнуление*/
*{
    padding: 0;
    margin: 0;
    border: 0;
}

*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    background-color: #FEF8D6;
    line-height: 1;
    color: #252B42;
    font-family: 'Micado', sans-serif;   /* стиль добавлен в верстку по умолчанию ка основной*/
    font-weight: 900;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none; display: block;}
a:hover{text-decoration: none;}
ul, li{list-style: none; display: block;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}


/*================================burger=======================================*/

.gamePage_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 5px;
}

.gameContainer {
    width: 100%;
    max-width: 417px;
    background-color: #FFFFFF;
}

/*============================burgerMenu=====================*/
.burger_btnCross, .burger_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: inherit;
}

.burgerMenuWrapper {
    width: 206px;
    height: 100vh;
    background-color: #FFE0AC;
    transition: 0.5s;
    padding: 78px 0 53px;

    position: fixed;
    top: 0;
    right: -206px;
    z-index: 100;

    display: flex;
    flex-direction: column;
    align-items: center;

}

.burgerMenuWrapper.active {
    transform: translateX(-206px);
    transition: 0.5s;
}

@media(max-width: 420px) {
    .burgerMenuWrapper {
        width: 100%;
        background-color: #FFF8E0;
        display: none;
        flex-direction: column;
        align-items: center;
    }
}

/*========================burgerMenuContent===================*/
.contentWrapper, .contentWrapperMiddle {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
}

.contentWrapperMiddle {
    flex-grow: 1;
    justify-content: center;
}


.menu_logo img {
    width: 100%;
    max-width: 261px;
    margin-bottom: 5px;
}

.burgerTitle {
    color: #A3512A;
    font-size: 15px;
    line-height: 15.7px;
    font-weight: 900;
    margin-bottom: 5px;
}

.burgerDescription {
    text-align: center;
    color: #A3512A;
    font-size: 11px;
    line-height: 9.45px;
    font-weight: 900;
}

/*==============nav===========*/

.navigate {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}


.navigateItem {
    width: 100%;
    position: relative;
    background-color: inherit;
    text-align: center;
    padding: 9.18px 12px;
    border-radius: 22.43px;

    color: #FF9A09;
    font-size: 21.72px;
    line-height: 22.8px;

}

@media(max-width: 420px) {
    .navigateItem {
        font-size: 24px;
        line-height: 25.2px;
        border-radius: 90.58px;
        padding: 15px 20px;
    }
}

.border {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
    box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
}

@media(max-width: 420px) {
    .border{
        -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
        -moz-box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
        box-shadow: 0px 0px 0px 4px rgba(255, 154, 9, 0.8) inset;
    }
}
/*=========================*/

.socialLink {
    margin-bottom: 16px;
}

.nawBarFooterTitle {
    color: #A3512A;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    text-align: center;
}

.nawBarQrWrapper {
    width: 128px;
    height: 128px;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #A3512A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.nawBarQrLinkText {
    font-family: "Roboto", sans-serif;   /* стиль добавлен в верстку по умолчанию ка основной*/
    font-style: italic;
    color: #A3512A;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 600;
    text-align: center;
}

.nawBarQrLinkText a {
    text-decoration: underline;
    color: #A3512A;
    display: inline;
}

.contentFooterMobileTextWrapper {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: start;
}

.contentFooterDesktop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentFooterMobile{
    display: none;
    align-items: center;
    gap: 22px;
}


@media(max-width: 420px) {
    .contentFooterMobile {
        display: flex;
    }

    .contentFooterDesktop {
        display: none;
    }

    .contentFooterMobileTextWrapper {
        padding-top: 0;
    }

    .nawBarFooterTitle {
        font-size: 19px;
        line-height: 20px;
    }

    .nawBarQrLinkText {
        font-size: 18px;
        line-height: 21px;

    }
}
