.not-found__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found__picture {
    display: block;
    margin-bottom: 60px;
}

.not-found__title {
    margin-bottom: 30px;
    text-align: center;
}

.not-found__descr {
    margin-bottom: 30px;
    text-align: center;
}

.not-found__group {
    display: flex;
}

.not-found__search {
    margin-right: 40px;
}

.not-found__search .search-top__input {
    border-radius: 10px;
    height: 60px;
}

.not-found__btn {
    padding: 5px 20px;
    font-size: 18px;
    line-height: 160%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .not-found__picture {
        padding: 15px 5px;
        margin-bottom: 20px;
    }

    .not-found__img {
        width: 156px;
    }

    .not-found__title {
        margin-bottom: 20px;
    }

    .not-found__search {
        margin-right: 20px;
    }

    .not-found__search .search-top__input {
        height: 50px;
    }

    .not-found__btn {
        font-size: 14px;
        line-height: 140%;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .not-found__container {
        display: block;
    }

    .not-found__title {
        text-align: initial;
    }

    .not-found__descr {
        text-align: initial;
    }

    .not-found__group {
        display: block;
    }

    .not-found__search {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .not-found__btn {
        min-width: 0;
        width: 100%;
    }

    .not-found__search .search-top__label {
        width: 100%;
    }

    .not-found__search .search-top__input {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .not-found {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }
}