.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.sufra-content {
    margin-top: 50px;
}


.sufra-banner {
    height: 600px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.sufra-info {
    max-width: 740px;
    margin: 100px auto;
    padding: 0 16px;
    margin-top: 20px;
}

.sufra-info .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.sufra-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #3F3A49;
    margin-bottom: 24px;
}

.sufra-info .btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sufra-info .btn-content a {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    background: #C50009;
    margin-right: 16px;
    font-size: 18px;
    line-height: 100%;
}

@media (max-width: 1280px) {
    .sufra-content {
        margin-top: 96px;
    }
}

@media (max-width: 769px) {
    .sufra-content {
        margin-top: 77px;
    }
    .sufra-banner {
        height: 300px;
    }
    .sufra-info {
        width: 100%;
        margin: 80px auto;
        padding: 0 16px;
    }
    .sufra-info .logo img {
        max-width: 197px;
    }
    .sufra-info p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 24px;
        padding: 0
    }

    .sufra-info .btn-content {
       flex-direction: column;
    }
    .sufra-info .btn-content a:first-child {
        margin-bottom: 10px;
    }
    .sufra-info .btn-content a {
        width: 100%;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        padding: 11px 0;
        text-align: center;
        margin: 0;
    }

}

@media (max-width: 573px) {
    .sufra-content {
        margin-top: 72px;
    }
}
