.banner {
    position: relative;
    max-width: 964px;
    height: 964px;;
    padding-bottom: 100px;
    margin: 0 auto 0 auto;
}

.bg-banner {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
}

.banner img.img-card {
    display: block;
    width: 392px;
    margin: 0 auto;
    padding-top: 30px;
}

.banner h1 {
    font-family: 'Fira Sans Condensed', serif;
    font-size: 77px;
    color: #333333;
    font-weight: 700;
}

.banner h1 span {
    font-family: 'Fira Sans Extra Condensed', serif;
    color: #0098FF;
    font-weight: 600;
}

.banner p {
    font-size: 20px;
    color: #474747;
    font-weight: 400;
}

.totals {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0098FF url("../images/bg-total.svg") no-repeat right bottom;
    background-size: contain;
}

.totals .totals_title {
    color: white;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}

.totals .total_text {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.advantages-items {
    padding-top: 20px;
}

.advantages-items .advantages-item {
    background-color: #EDF6FD;
    border: 1px solid #EDF6FD;
    border-radius: 16px;
    padding: 30px;
}

.advantages-items .advantages-item img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}

.advantages-items .advantages-item h3 {
    font-family: 'Fira Sans Condensed', serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}

.advantages-items .advantages-item p {
    margin-bottom: 0;
    color: #474747;
    font-weight: 400;
    font-size: 20px;
}

.faq {
    padding-top: 100px;
    padding-bottom: 200px;
}

.faq-items {
    display: flex;
    flex-direction: column;
}

.faq-item {
    background: #EDF6FD;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 16px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__header {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.faq-item__body {
    margin-top: 10px;
    display: none;
    font-weight: 400;
    font-size: 20px;
    color: #474747;
}

.faq-item__body.active {
    display: block;
}

.help,
.advantages {
    padding-top: 100px;
    padding-bottom: 100px;
}

.help-items {
    padding-top: 40px;
}

.help-item {
    margin-bottom: 85px;
}

.help-item h3 {
    width: 400px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.help-item-center h3 {
    width: 500px;
    font-size: 24px;
    margin-bottom: 20px;
}

.help-item-center h2 {
    font-size: 36px;
    margin-bottom: 80px;
}

.help-item-center p {
    width: 500px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 80px;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .banner {
        position: relative;
        max-width: 728px;
        height: 728px;
        margin: 0 auto 0 auto;
        padding-bottom: 50px;
    }

    .banner img.img-card {
        width: 294px;
        padding-top: 30px;
    }

    .banner h1 {
        font-size: 60px;
    }

    .banner p {
        font-size: 16px;
    }

    .totals {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .totals .totals_title {
        font-size: 48px;
    }

    .totals .total_text {
        font-size: 16px;
    }

    .advantages-items .advantages-item {
        padding: 20px;
    }

    .advantages-items .advantages-item img {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .advantages-items .advantages-item h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .advantages-items .advantages-item p {
        font-size: 16px;
    }

    .help,
    .advantages {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .help-items {
        padding-top: 20px;
    }

    .help-item {
        margin-bottom: 75px;
    }

    .help-item h3 {
        width: 350px;
        margin: 0 auto;
        font-size: 18px;
    }

    .help-item-center h3 {
        width: 375px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .help-item-center h2 {
        font-size: 27px;
        margin-bottom: 60px;
    }

    .help-item-center p {
        width: 375px;
        font-size: 16px;
        margin-bottom: 60px;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .faq-item {
        padding: 20px;
        margin-bottom: 10px;
    }

    .faq-item__header {
        font-size: 18px;
    }

    .faq-item__body {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .banner {
        position: relative;
        max-width: 728px;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 20px 40px 20px;
    }

    .bg-banner {
        padding: 0 20px;
    }

    .banner h1 {
        padding-top: 30px;
        font-size: 40px;
    }

    .banner p {
        font-size: 14px;
    }

    .totals {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
        background-size: cover;
    }

    .totals .totals_title {
        font-size: 40px;
    }

    .totals .total_text {
        font-size: 14px;
    }

    .advantages-items .advantages-item img {
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }

    .advantages-items .advantages-item h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .advantages-items .advantages-item p {
        font-size: 14px;
    }

    .help,
    .advantages {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .help-items {
        padding-top: 0;
    }

    .help-item {
        margin-bottom: 40px;
    }

    .help-item h3 {
        width: 262px;
        margin: 0 auto;
        font-size: 16px;
    }

    .help-item-center h3 {
        width: 282px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .help-item-center h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .help-item-center p {
        width: 282px;
        font-size: 14px;
        margin-bottom: 40px;
    }

    .faq {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .faq-item__header {
        font-size: 16px;
    }

    .faq-item__body {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .banner .btn {
        width: 100%;
    }
}

