* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.faq-main {
    padding-top: 100px
}

.faq-main .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1440px
}

@media (min-width: 600px) {
    .faq-main .container {
        padding: 0 110px
    }
}

@media (min-width: 992px) {
    .faq-main .container {
        padding: 0 170px
    }
}

@media (min-width: 1280px) {
    .faq-main {
        padding-top: 140px
    }

    .faq-main .container {
        padding: 0 330px
    }
}

@media (min-width: 600px) {
    .faq-campaign, .faq-growth, .faq-metrics {
        padding: 0 0 40px
    }
}

@media (min-width: 992px) {
    .faq-campaign, .faq-growth, .faq-metrics {
        padding: 0 0 50px
    }
}

@media (min-width: 1280px) {
    .faq-campaign, .faq-growth, .faq-metrics {
        padding: 0 0 70px
    }
}

.faq__heading {
    font-weight: 900;
    font-size: 50px;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: center;
    margin-bottom: 100px;
    padding: 0 10px;
    position: relative
}

.faq__heading:after, .faq__heading:before {
    content: '';
    position: absolute;
    background-color: #ff8200;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-box-shadow: 1px 0 20px 20px #e9d3bb;
    box-shadow: 1px 0 20px 20px #e9d3bb
}

.faq__heading:before {
    width: 168px;
    height: 169px;
    left: -160px;
    bottom: -60px
}

.faq__heading:after {
    width: 120px;
    height: 162px;
    right: 0;
    top: -130px
}

@media (max-width: 375px) {
    .faq__heading {
        font-size: 35px;
        margin-bottom: 60px
    }
}

@media (min-width: 600px) {
    .faq__heading {
        font-size: 57px;
        margin-bottom: 25px
    }

    .faq__heading:before {
        left: -190px;
        bottom: -305px
    }

    .faq__heading:after {
        right: 0;
        top: auto;
        bottom: -30px
    }
}

@media (min-width: 992px) {
    .faq__heading {
        font-size: 61px;
        margin-bottom: 45px
    }
}

@media (min-width: 1280px) {
    .faq__heading {
        font-size: 80px;
        margin-bottom: 40px
    }
}

.colored {
    color: #ff8200;
    display: block
}

.colored--wh {
    color: #fff
}

.colored--inline {
    display: inline-block
}

.faq__section-heading {
    display: inline-block;
    font-weight: 800;
    font-size: 25px;
    color: #ff8200;
    margin: 0;
    padding: 0 0 5px;
    line-height: normal;
    border-bottom: 1px solid #ff8200
}

@media (min-width: 600px) {
    .faq__section-heading {
        font-size: 15px
    }
}

@media (min-width: 992px) {
    .faq__section-heading {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .faq__section-heading {
        font-size: 25px
    }
}

.faq__section-heading {
    font-weight: 800;
    font-size: 25px;
    color: #ff8200;
    margin: 0;
    padding: 0 0 5px;
    line-height: normal;
    border-bottom: 1px solid #ff8200;
    margin-bottom: 45px
}

@media (min-width: 600px) {
    .faq__section-heading {
        font-size: 15px;
        margin-bottom: 25px
    }
}

@media (min-width: 992px) {
    .faq__section-heading {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .faq__section-heading {
        font-size: 25px;
        margin-bottom: 35px
    }
}

.faq__item {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: .62178px solid rgba(0, 0, 0, .5)
}

.faq__item--expanded {
    border: none;
    margin-bottom: 60px
}

@media (min-width: 600px) {
    .faq__item {
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .faq__item--expanded {
        padding-bottom: 25px;
        margin-bottom: 35px;
        border-bottom: .62178px solid rgba(0, 0, 0, .5)
    }
}

@media (min-width: 992px) {
    .faq__item {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .faq__item--expanded {
        padding-bottom: 25px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .faq__item {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .faq__item--expanded {
        padding-bottom: 50px;
        margin-bottom: 35px
    }
}

.faq__item-heading-block {
    display: grid;
    grid-template-columns: 3.5fr .2fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq__item-heading {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.faq__item-heading:hover {
    color: #ff8200
}

.faq__item-heading:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -15px;
    width: 8.5px;
    height: 8.5px;
    background-color: #ff8200;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 600px) {
    .faq__item-heading {
        font-size: 15px;
        margin-bottom: 10px
    }

    .faq__item-heading:before {
        top: 6px;
        left: -18px;
        width: 9px;
        height: 9px
    }
}

@media (min-width: 992px) {
    .faq__item-heading {
        font-size: 16px
    }

    .faq__item-heading:before {
        top: 7px;
        left: -20px;
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1280px) {
    .faq__item-heading {
        font-size: 22px;
        margin-bottom: 15px
    }

    .faq__item-heading:before {
        top: 10px;
        left: -25px;
        width: 13px;
        height: 13px
    }
}

.faq__item-btn {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer
}

.faq__item-btn .faq__item-svg--vertical {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.faq__item-btn--active .faq__item-svg--vertical {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

@media (min-width: 600px) {
    .faq__item-btn {
        font-size: 15px;
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .faq__item-btn {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .faq__item-btn {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.faq__text {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

@media (max-width: 400px) {
    .faq__text {
        font-size: 18px
    }
}

@media (min-width: 600px) {
    .faq__text {
        font-size: 13px;
        line-height: 20px
    }
}

@media (min-width: 992px) {
    .faq__text {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .faq__text {
        font-size: 18px;
        line-height: 27px
    }
}

.faq-form {
    padding: 0 0 40px
}

@media (min-width: 1440px) {
    .faq-form {
        padding-bottom: 80px
    }
}

.faq-form__heading {
    margin: 0 0 20px;
    font-size: 50px;
    font-weight: 900;
    text-align: center
}

@media (max-width: 400px) {
    .faq-form__heading {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .faq-form__heading {
        font-size: 50px;
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .faq-form__heading {
        font-size: 70px;
        margin-bottom: 25px
    }
}

.faq-form__text {
    max-width: 370px;
    margin: 0 auto 60px;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

@media (max-width: 400px) {
    .faq-form__text {
        font-size: 18px
    }
}

@media (min-width: 600px) {
    .faq-form__text {
        max-width: 420px;
        font-size: 14px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .faq-form__text {
        max-width: 480px;
        font-size: 16px;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .faq-form__text {
        max-width: 675px;
        font-size: 22px
    }
}

.faq-form__wrapper {
    position: relative;
    background-color: #ff8200;
    margin-top: -385px;
    min-height: 535px
}

.faq-form__wrapper:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 85px;
    left: 45px;
    bottom: 40px;
    background-image: url(../img/faq/form-decor@mob.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 600px) {
    .faq-form__wrapper {
        min-height: 262px;
        margin-top: -225px
    }

    .faq-form__wrapper:after {
        content: none
    }
}

@media (min-width: 992px) {
    .faq-form__wrapper {
        min-height: 350px;
        margin-top: -310px
    }
}

@media (min-width: 1280px) {
    .faq-form__wrapper {
        min-height: 495px;
        margin-top: -350px
    }
}

.faq-form__form {
    margin: 0 auto;
    padding: 70px 25px 50px;
    background: rgba(255, 245, 235, .65);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 18.3725px;
    position: relative;
    z-index: 1
}

@media (min-width: 600px) {
    .faq-form__form {
        padding: 40px 25px 40px;
        border-radius: 14px;
        max-width: 315px
    }
}

@media (min-width: 992px) {
    .faq-form__form {
        padding: 50px 30px 55px;
        border-radius: 18px;
        max-width: 420px
    }
}

@media (min-width: 1280px) {
    .faq-form__form {
        padding: 65px 50px 55px;
        border-radius: 25px;
        max-width: 595px
    }
}

.faq-form__input {
    outline: 0;
    background-color: transparent;
    border: none;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 70px;
    padding-bottom: 15px;
    border-bottom: .734899px solid #bc8348
}

.faq-form__input:last-of-type {
    margin-bottom: 30px
}

@media (max-width: 400px) {
    .faq-form__input {
        font-size: 15px;
        margin-bottom: 30px
    }

    .faq-form__input:last-of-type {
        margin-bottom: 20px
    }
}

@media (min-width: 600px) {
    .faq-form__input {
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 5px;
        margin-bottom: 30px
    }

    .faq-form__input:last-of-type {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .faq-form__input {
        font-size: 16px;
        padding-bottom: 6px;
        margin-bottom: 40px
    }

    .faq-form__input:last-of-type {
        margin-bottom: 30px
    }
}

@media (min-width: 1280px) {
    .faq-form__input {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 60px
    }

    .faq-form__input:last-of-type {
        margin-bottom: 40px
    }
}

.faq-form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

@media (max-width: 400px) {
    .faq-form__checkbox-wrapper {
        margin-bottom: 20px
    }
}

@media (min-width: 600px) {
    .faq-form__checkbox-wrapper {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .faq-form__checkbox-wrapper {
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .faq-form__checkbox-wrapper {
        margin-bottom: 50px
    }
}

.faq-form__checkbox {
    display: none
}

.faq-form__checkbox-label {
    display: block;
    min-width: 29px;
    max-width: 29px;
    min-height: 29px;
    max-height: 29px;
    background-color: transparent;
    border: .531856px solid #bc8348;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 13px
}

@media (max-width: 400px) {
    .faq-form__checkbox-label {
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }
}

@media (min-width: 600px) {
    .faq-form__checkbox-label {
        min-width: 11.25px;
        max-width: 11.25px;
        min-height: 11.25px;
        max-height: 11.25px;
        margin-right: 10px
    }
}

@media (min-width: 992px) {
    .faq-form__checkbox-label {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        margin-right: 13px;
        border: .709141px solid #bc8348
    }
}

@media (min-width: 1280px) {
    .faq-form__checkbox-label {
        min-width: 17.25px;
        max-width: 17.25px;
        min-height: 17.25px;
        max-height: 17.25px;
        margin-right: 12px;
        border: 1px solid #bc8348
    }
}

.faq-form__checkbox-label--checked {
    background-image: url(../img/faq/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.faq-form__checkbox-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

@media (max-width: 400px) {
    .faq-form__checkbox-text {
        font-size: 16px
    }
}

@media (min-width: 600px) {
    .faq-form__checkbox-text {
        font-size: 10px;
        max-width: 210px
    }
}

@media (min-width: 992px) {
    .faq-form__checkbox-text {
        font-size: 13px;
        max-width: 280px
    }
}

@media (min-width: 1280px) {
    .faq-form__checkbox-text {
        font-size: 18px;
        max-width: 395px
    }
}

.faq-form__btn {
    outline: 0;
    display: table;
    margin: 0 auto;
    background-color: #ff8200;
    border: 1px solid #ff8200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36.745px;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 90px
}

.faq-form__btn--disabled {
    opacity: .4;
    cursor: auto;
    pointer-events: none
}

.faq-form__btn:hover {
    background-color: transparent;
    color: #ff8200
}

@media (max-width: 400px) {
    .faq-form__btn {
        font-size: 16px;
        padding: 12px 30px
    }
}

@media (min-width: 600px) {
    .faq-form__btn {
        font-size: 12px;
        padding: 7.5px 34px
    }
}

@media (min-width: 992px) {
    .faq-form__btn {
        font-size: 16px;
        padding: 10px 45px
    }
}

@media (min-width: 1280px) {
    .faq-form__btn {
        font-size: 22px;
        padding: 15px 65px
    }
}

.faq-form__emoji, .faq-form__heart, .faq-form__like, .faq-form__svg--left, .faq-form__svg--right {
    position: absolute
}

.faq-form__like, .faq-form__svg--left, .faq-form__svg--right {
    display: none
}

.faq-form__emoji {
    max-height: 172px;
    left: 3%;
    bottom: 10px
}

.faq-form__heart {
    max-height: 90px;
    right: 45px;
    bottom: 65px
}

@media (max-width: 370px) {
    .faq-form__heart {
        max-height: 65px
    }
}

@media (max-width: 400px) {
    .faq-form__heart {
        max-height: 105px
    }

    .faq-form__emoji {
        max-height: 105px
    }
}

@media (min-width: 600px) {
    .faq-form__heart {
        right: auto;
        bottom: auto;
        max-height: 70px;
        left: 13%;
        top: 20px
    }

    .faq-form__emoji {
        max-height: 104px;
        left: 5%;
        bottom: -40px
    }

    .faq-form__like, .faq-form__svg--left, .faq-form__svg--right {
        display: block
    }

    .faq-form__like {
        max-height: 44px;
        top: 35px;
        right: 80px
    }

    .faq-form__svg--left {
        max-heightmax-height: 48px;
        left: 50px;
        bottom: 85px
    }

    .faq-form__svg--right {
        max-height: 52px;
        right: 60px;
        bottom: 95px
    }
}

@media (min-width: 992px) {
    .faq-form__heart {
        max-height: 92px;
        left: 13%;
        top: 23px
    }

    .faq-form__emoji {
        max-height: 138px;
        left: 5%;
        bottom: -60px
    }

    .faq-form__like, .faq-form__svg--left, .faq-form__svg--right {
        display: block
    }

    .faq-form__like {
        max-height: 58px;
        top: 47px;
        right: 11%
    }

    .faq-form__svg--left {
        max-height: 65px;
        left: 65px;
        bottom: 115px
    }

    .faq-form__svg--right {
        max-height: 70px;
        right: 8%;
        bottom: 125px
    }
}

@media (min-width: 1280px) {
    .faq-form__emoji, .faq-form__heart, .faq-form__like, .faq-form__svg--left, .faq-form__svg--right {
        max-height: none
    }

    .faq-form__emoji {
        bottom: -90px;
        left: 10%
    }

    .faq-form__heart {
        top: 33px;
        left: 11%
    }

    .faq-form__svg--left {
        left: 9%;
        bottom: 162px
    }

    .faq-form__like {
        top: 66px;
        right: 12%
    }

    .faq-form__svg--right {
        right: 6%;
        bottom: 177px
    }
}

@media (min-width: 1600px) {
    .faq-form__emoji {
        bottom: -110px;
        left: 14%
    }

    .faq-form__heart {
        top: 33px;
        left: 15%
    }

    .faq-form__svg--left {
        left: 13%;
        bottom: 162px
    }

    .faq-form__like {
        top: 66px;
        right: 20%
    }

    .faq-form__svg--right {
        right: 17%;
        bottom: 177px
    }
}