.Page404 {
    min-height: 100vh;
}

.HTML404 {
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HTML404Title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111111;
    margin-bottom: 24px;
}

.HTML404TitleMedium {
    font-size: 72px;
    font-weight: 800;
    margin-right: 14px;
    display: inline-block;
}

.HTML404Text {
    font-size: 20px;
    line-height: 1.5;
    color: #555555;
    max-width: 720px;
}

.BaseMainInfo {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .HTML404 {
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .HTML404Title {
        font-size: 36px;
    }

    .HTML404TitleMedium {
        font-size: 58px;
        margin-right: 10px;
    }

    .HTML404Text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .HTML404 {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .HTML404Title {
        font-size: 28px;
    }

    .HTML404TitleMedium {
        display: block;
        font-size: 52px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .HTML404Text {
        font-size: 16px;
        line-height: 1.45;
    }
}



.cookiesBigOut{
    position: fixed;
    bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 500;
}

.cookiesBig>.btn{
    width: 300px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0;
}

.cookiesText{
    padding: 20px;
}

.cookiesBig{
    width: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.cookiesBigOut>.converter{
    max-width: none;
}

/*.converterCookies{*/
/*    width: calc(100% - 400px);*/
/*}*/
