.logo{
    width: 8.76vw;
    height: 8.32vw;
    flex-shrink: 0;

    position: absolute;
    left: -4.16vw;
    top: -16vw;
    transition: transform 0.15s ease-in-out;
}

.logo:hover {
  transform: scale(1.03); /* Увеличение текста на 20% */
}

.button-back {
    position: absolute;
    width: 12vw;
    height: 2.8vw;
    flex-shrink: 0;
    border-radius: 0.6vw;
/*background: #FFF;*/
    background: #56C6BF;
    top: 10vw;


    transition: transform 0.15s ease-in-out; /* Плавный переход */
    display: inline-block;
}

.button-back:hover {
  transform: scale(1.06); /* Увеличение текста на 20% */
}

.butt-text{
    color: #FFF;
    font-family: Montserrat;
    font-size: 0.84vw;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%; /* 133.333% */
    letter-spacing: 0.036vw;

    position: absolute;
    top: 27%;
    width: 12vw;
}

.h1-error{
    color: #FFFCFC;
    font-family: Montserrat;
    font-size: 7vw;
    font-style: normal;
    font-weight: 700;
    line-height: 12%; /* 12% */
    letter-spacing: 0.4vw;

    position: absolute;
    top: -4vw;
}

.h2-error{
    color: #FFFCFC;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 12%; /* 12% */

    position: absolute;
    top: 2vw;
}