*{
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: TT Lakes;
    src: url("/font/TTL/TT Lakes/TypeType - TTLakes-Bold.otf");
}
@font-face {
    font-family: Montserrat;
    src: url("/font/Montserrat 2/montserrat 2/Montserrat-Light.ttf ");
}
a{
    text-decoration: none;
}
ul, li{
    list-style: none;
}


body{
    /*  position: relative; */
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.error_wrapper{
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    height: 100%;
    padding-left: 67px;
    padding-right: 154px;

}
.er_logo{
    margin-top: 45px;
    height: 35px;
    width: 167px;
}
.error_body{
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}
/* ------Стили текстов--------- */
.er_left{
    max-width: 400px;
}
.er_left h2{
    font-family: TT Lakes;
    font-style: normal;
    font-weight: bold;
    font-size: 63px;
    line-height: 58px;
    color: #FFFFFF;
}
.er_left p{
    margin-top: 23px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    color: #FFFFFF;
}
.er_left span{
    margin-top: 7px;
    font-family: TT Lakes;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.3;
}
.er_button{
    margin-top: 36px;
    width: 100%;
    max-width: 309px;
    height: 47px;
    background: #005CFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.er_button p{
    font-family: TT Lakes;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
}
.er_button img{
    width: 20px;
    height: 18px;

}
.er_menu{
    width: 100%;
    margin-top: 91px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}
.er_menu a{
    font-family: TT Lakes;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.er_right{
    width: 336px;
    height: 336px;
    position: relative;

}
.img_blue{
    position: absolute;
    bottom: 0;
    left: 0;
}
.img_white{
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 900px){
    .er_right{
        display: none;
    }

}
@media screen and (max-width: 582px){
    .error_wrapper {
        padding: 0 30px;
    }
    .er_menu{
        flex-direction: column;
        align-items: flex-start;

    }
    .error_body {
        margin-top: 46px;
    }
    .er_left h2{
        font-size: 52px;
        line-height: 58px;
    }
    .er_left p{
        font-size: 19px;
        line-height: 31px;
    }
    .er_button p{
        font-size: 14px;
        line-height: 19px;
    }
    .er_menu {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .er_menu a{
        margin-bottom: 22px;
    }

}

/*------------Видео фон----------*/
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -10;

}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 100vw;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: auto;
        height: 100vh;
    }
}
@media screen and (max-width: 900px){
    .fullscreen-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: -300px;
        overflow: hidden;
        z-index: -10;

    }

}
