﻿body {
    margin: 0;
    font-family: Montserrat;
    font-size: 1rem;
    line-height: 140%;
}

.erorr {
    display: flex;
    align-items: center;
    /*max-width:1000px;*/
    /*margin:auto;*/
}

    .erorr .erorr__img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .erorr .erorr__img img {
            height: 80%;
            width: 80%
        }

    .erorr .erorr-content {
        margin-left: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .erorr .erorr-content .erorr-content__number {
            font-size: 48px;
            font-weight: bold;
            color: #71B92F;
            line-height: 48px;
        }

        .erorr .erorr-content .erorr-content__text {
            margin-bottom: 48px;
            font-size: 24px;
            font-weight: bold;
            color: #11377e;
        }

    .erorr .header-window__btn a {
        text-decoration: none;
        
    }
