@charset "utf-8";
/*# noscript #*/
:root {
    --primary-color: #ffd6ad;
    --secondary-color: #ffd6ad;
    --tertiary-color: #000033;
    --quaternary-color: #393960;
    --quinary-color: #000033;
}
html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    font-size: 62.5%;
    color: var(--secondary-color);
}
body {
    overflow: hidden;
    margin: 0;
}
.wrapper-error, .box-error, .box-error__footer {position: fixed;}
.wrapper-error {
    overflow: hidden !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--quinary-color);
    z-index: 2000;
}
.box-error {
    top: 50%;
    left: 50%;
    width: 81%;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.box-error__footer {
    bottom: 36px;
    right: 36px;
    color: var(--quaternary-color);
    font-weight: 400;
    font-size: 13px;
}
.box__button--error {margin-top: 54px;}
.title-error--1, .title-error--2 {font-weight: 900;}
.title-error--1 {
    margin-bottom: 27px;
    letter-spacing: 1px;
    font-size: 72px;
}
.title-error--2 {font-size: 27px;}
.button-error {
    display: inline-block;
    padding: 18px 27px;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    color: var(--tertiary-color);
    border-radius: 36px;
    background-color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.button-error:hover, .button-error:active, .button-error:focus {
    opacity: .8;
    transform: scale(1.1);
}
.button-error:hover {transform: scale(1.1);}
.button-error:active {transform: scale(.9);}
@media screen and (max-width: 600px) {
    .title-error--1 {
        margin-bottom: 21.5px;
        font-size: 54px;
    }
    .title-error--2 {font-weight: 700;}
}
@media screen and (max-width: 512px) {
    .title-error--1 {font-size: 36px;}
    .title-error--2 {font-size: 18px;}
    .button-error {padding: 13.5px 27px;}
}
@media screen and (max-width: 414px) {.title-error--1 {font-size: 27px;}}
@media screen and (max-width: 324px) {
    .title-error--1, .title-error--2 {margin-bottom: 21.5px;}
    .title-error--2 {font-size: 16px;}
}
