*,
*:before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins-Medium';
    src:
        url('/FzPoppins/FZ\ Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src:
        url('/FzPoppins/FZ\ Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src:
        url('/FzPoppins/FZ\ Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src:
        url('/FzPoppins/FZ\ Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src:
        url('/FzPoppins/FZ\ Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-red: #d71616;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

a {
    text-decoration: none;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

body {
    background-color: #fff;
    min-height: 100vh;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.text-bold-Poppins {
    font-family: 'Poppins-Bold';
    line-height: 1.5;

}

.text-medium-Poppins {
    font-family: 'Poppins-Medium';
    line-height: 1.5;

}

.text-regular-Poppins {
    font-family: 'Poppins-Regular';
    line-height: 1.5;

}

.text-semiBold-Poppins {
    font-family: 'Poppins-SemiBold';
    line-height: 1.5;

}

.text-SemiBoldItalic-Poppins {
    font-family: 'Poppins-SemiBoldItalic';
    line-height: 1.5;

}

.text-bold-Poppins {
    font-family: 'Poppins-Bold';
    line-height: 1.5;
}

.text-color-red {
    color: var(--color-red);
}

.bg-color-red {
    background-color: var(--color-red);
}

.logo {
    width: 200px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.button-submit {
    background-color: #d71616;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}

.button {
    border-radius: 20px;
    padding: 10px 20px;

}

.btn-check-request {
    background-color: rgb(48, 48, 48, 1);
}


.form-control-contact {
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    outline: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.frame {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-container {
    background-color: rgb(48 48 48 / 6%);
}

.description {
    max-width: 500px;
}

.max-96px {
    max-width: 96px;
    max-height: 96px;
}

.btn-red {
    background-color: #d71616;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-red:hover {
    background-color: #810909;
    color: white;
}