.repair{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 100vh;
    box-sizing: border-box;
    background-image: url(https://new.etnomura.kz/files/684419dc364aee11c5bdfa357b90caa7.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
}

.repair-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
}

.repair-center-box{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
}

.repair-logo{
    background-image: url(../img/logo_white.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    width: 335px;
    height: 100px;
    background-position: center;
}

.repair-text{
    color: #FFF;
    font-family: etmomura_l;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 52px;
}