form {
    position:relative;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.cookie-widget {
    position: fixed;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: 590px;
    padding: 15px 10px 11px;
    color: #333;
    font-family: roboto, sans-serif;
    font-size: 12px;
    background-color: hsla(0, 0%, 100%, .9);
    z-index: 9999;
    box-shadow: 1px -1px 15px rgba(0, 0, 0, .2)
}

.cookie-widget .cw-content {
    line-height: 24px
}

.cookie-widget .cw-button-block .cw-accept-button {
    display: inline-block;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
    border-radius: 3px;
    transition: .3s
}

.cookie-widget .cw-button-block .cw-accept-button:hover {
    text-decoration: none;
    background-color: #6db83e;
    color: #fff;
    transition: .3s
}

.cookie-widget .cw-close {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background-color: #444;
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .cookie-widget {
        padding: 5px 10px;
        text-align: center;
        background-color: #fff
    }

    .cookie-widget .cw-content {
        line-height: 18px;
        flex-basis: 61%;
        font-size: 11px
    }

    .cookie-widget .cw-button-block {
        margin: 10px 0
    }

    .cookie-widget .cw-button-block .cw-accept-button {
        margin-left: 0
    }
}

.qa-best-answer {
    padding: 70px 0 90px;
    position: relative;
}

.qa-best-answer-title {
    max-width: 920px;
    margin: 0 auto 30px;
    color: #191919;
    text-align: center;
    font-size: 40px;
    line-height: 140%;
}

.qa-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 35px 32px;
    border: 1px solid #e6e8f4;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 16px 35px rgba(13, 20, 65, .08);
}

.qa-head {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.qa-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 8px 16px;
    background-image: linear-gradient(to right, #726cf9 27%, #c57cff);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
}

.qa-content {
    color: #27233a;
    font-size: 18px;
    line-height: 190%;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .qa-best-answer {
        padding: 55px 0 70px;
    }

    .qa-best-answer-title {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: 34px;
    }

    .qa-card {
        padding: 28px 24px;
    }

    .qa-content {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .qa-best-answer {
        padding: 45px 0 60px;
    }

    .qa-best-answer-title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .qa-card {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .qa-content {
        font-size: 16px;
        line-height: 180%;
    }
}
