*,
*::after,
*::before{
    padding: 0;
	margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: GilroyE;
    src: url(../fonts/Gilroy-ExtraBold.ttf);
}

@font-face {
    font-family: GilroyS;
    src: url(../fonts/Gilroy-SemiBold.ttf);
}

a{ text-decoration: none; color: inherit; }

.main_remont{
    padding: 15px;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

.message_box{
    border-top: 4px solid black;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    font-family: GilroyE;
    min-height: 400px;
    padding: 30px 30px 30px 0px;
    max-width: 800px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.remont_image{
    max-height: 400px !important;
    max-width: none !important;
    margin: 0 !important;
}

/* .message_box::before{
    position: absolute;
    content: 'slovo';
    height: 4px;
    width: 20px;
    background-color: black;
} */

.remont-title{
    font-size: 36px;
}

.remont-message{
    font-size: 22px;
    font-family: GilroyS;
    margin-top: 40px;
}