@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
html, body {
    height: 100%;
}
.wrapper {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 23px;
    text-align: center;
}
.logo {
    text-align: center;
    margin-bottom: 52px;
    display: block;
    padding-top: 30px;
}
.content {
    background: #ED1C25;
    padding: 40px 26px 53px;
    max-width: 942px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.site-link {
    margin-top: 30px;
    margin-bottom: 0;
}
.site-link a {
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}
ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin-top: 36px;
    padding-left: 0;
}
@media (max-width: 991px) {
    h2 {
        font-size: 26px;
        line-height: 35px;
    }
    p {
        font-size: 18px;
    }
    ul {
        gap: 50px;
    }
    .wrapper {
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 767px) {
    ul {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    p {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 18px;
        line-height: 30px;
    }
    p {
        font-size: 16px;
    }
}
ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    white-space: nowrap;
}
ul li a .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50%;
}
