/* BEGIN GENERAL */
*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}


body {
    position: relative;
    font-family: Montserrat, sans-serif;
    color: #000;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none
}

p {
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0;
}

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

h1,
h2,
h3 {
    margin: 0;
}

h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 120%;
    }
}

h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 113%;
}

@media (min-width: 992px) {
    h2 {
        font-size: 40px;
        line-height: 120%;
    }
}

#wrapper {
    min-width: 320px;
    overflow-x: hidden;
}

.container {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1104px;
    padding: 0 20px;
    margin: 0 auto;
}

mark {
    background: none;
    color: #D22E70;
}

.button {
    position: relative;
    top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

@media (min-width: 992px) {
    .button {
        padding: 20px 40px;
    }
}

.button:hover {
    top: -3px;
}

.button-secondary {
    background: #D22E70;
}

.button-hidden {
    display: none;
}

.button-desktop {
    display: none;
}

@media (min-width: 992px) {
    .button-desktop {
        display: block;
    }
}

.button-mobile {
    display: block;
}

@media (min-width: 992px) {
    .button-mobile {
        display: none;
    }
}

.subtitle {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 156%;
}

@media (min-width: 992px) {
    .subtitle {
        margin: 12px 0 0;
    }
}

.slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 48px;
    margin: 32px 0 0;
}

@media (min-width: 1200px) {
    .slider-controls {
        position: absolute;
        top: -50px;
        right: 0;
        margin: 0;
    }
}

.slider-controls .arrow-prev,
.slider-controls .arrow-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}

.slider-controls .arrow-prev svg path,
.slider-controls .arrow-next svg path {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.slider-controls .arrow-prev:hover svg path,
.slider-controls .arrow-next:hover svg path {
    fill: #D22E70;
}

.slider-controls .swiper-button-disabled {
    pointer-events: none;
    opacity: .3;
}

.slider-controls .swiper-button-lock {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.power {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px 70px;
    padding: 32px 28px 28px;
    margin-top: 16px;
    background: #D22E70;
    border-radius: 24px;
}

@media (min-width: 576px) {
    .power {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .power {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 36px 48px;
    }
}

.power:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -56px;
    width: 268px;
    height: 290px;
    background: url("../img/objects_m@2x.png") no-repeat center;
    background-size: contain;
}

@media (min-width: 992px) {
    .power:before {
        top: 138px;
        right: 0;
        bottom: 0;
        left: -42px;
        width: 377px;
        height: 373px;
        margin: auto;
        background: url("../img/objects@2x.png") no-repeat center;
        background-size: contain;
    }
}

.power__description {
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 129%;
    text-align: left;
    color: #fff;
}

@media (min-width: 576px) {
    .power__description {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .power__description {
        max-width: 38%;
        font-size: 28px;
        text-align: left;
    }
}

.power .button {
    position: relative;
    width: 100%;
}

@media (min-width: 576px) {
    .power .button {
        width: 324px;
    }
}

.power .button:after {
    content: "";
    position: absolute;
    top: 24px;
    right: -26px;
    width: 121px;
    height: 116px;
    background: url("../img/arrow_1@2x.png") no-repeat center;
    background-size: contain;
}

@media (min-width: 992px) {
    .power .button:after {
        width: 76px;
        height: 72px;
        top: 40px;
        right: -36px;
        background: url("../img/arrow_2@2x.png") no-repeat center;
        background-size: contain;
    }
}
/* END GENERAL */

/* header */
@media (min-width: 992px) {
    .header {
        margin: 48px 0 0;
    }
}

/* start */
.start {
    color: #FFF;
    max-width: 1360px;
    margin: 72px auto 84px;
}

@media (min-width: 992px) {
    .start {
        margin: 144px auto 234px;
    }
}

.start__winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.start__winner img {
    width: auto;
    height: 32px;
}

@media (min-width: 992px) {
    .start__winner img {
        height: 40px;
    }
}

.start__winner .sf-root img {
    min-width: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
}

.start__title {
    margin: 32px 0 0;
}

@media (min-width: 992px) {
    .start__title {
        margin: 40px 0 0;
    }
}

.start__subtitle {
    margin: 8px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
}

.start__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 32px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

@media (min-width: 992px) {
    .start__list {
        display: grid;
        grid-template-columns: 222px 1fr;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
    }
}

.start__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.start__list li svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.start__list li span {
    font-weight: 600;
    font-size: 18px;
    line-height: 134%;
}

.start .button {
    margin: 32px 0 0;
}

@media (min-width: 992px) {
    .start .button {
        margin: 40px 0 0;
    }
}

.start__wrapper {
    position: relative;
    padding: 64px 0 0;
}

@media (min-width: 992px) {
    .start__wrapper {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .start__wrapper:before {
        content: "";
        position: absolute;
        top: -96px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 96px 0 64px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background: #F8F8F8;
        border-radius: 70px 70px 0 70px;
    }
}

@media (min-width: 992px) {
    .start__wrapper:after {
        content: url("../img/patterns/mc.svg");
        position: absolute;
        top: 100%;
        right: 0;
        bottom: inherit;
    }
}

.start__inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .start__inside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 70px 70px 70px 0px;
    }
}

@media (min-width: 992px) {
    .start__inside:before {
        content: url("../img/patterns/mb.svg");
        position: absolute;
        right: calc(100% - 1px);
        bottom: -4px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .start__inside:after {
        content: url("../img/patterns/mb.svg");
        position: absolute;
        top: 0;
        left: calc(100% - 1px);
    }
}

.start__inside-l {
    background: #D22E70;
    padding: 48px 20px 0;
}

@media (min-width: 992px) {
    .start__inside-l {
        width: 60%;
        max-width: 704px;
        position: relative;
        background: #D22E70;
        padding: 72px 48px 56px 128px;
        border-radius: 70px 0px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .start__inside-l {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .start__inside-l:after {
        content: url("../img/patterns/mba.svg");
        position: absolute;
        z-index: 1;
        top: 100%;
        right: 0;
        bottom: inherit;
    }

    .start__inside-l:before {
        content: url("../img/patterns/mbb.svg");
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        bottom: inherit;
    }
}

.start__inside-r {
    position: relative;
    background: #D22E70;
}

@media (min-width: 992px) {
    .start__inside-r {
        width: 40%;
        max-width: 704px;
        background: #F8F8F8;
        border-radius: 0px 70px 70px 0px;
    }
}

.start__inside-r:before {
    content: url("../img/patterns/mbamb.svg");
    position: absolute;
    z-index: 1;
    right: inherit;
    bottom: 40px;
    left: 0;
}

@media (min-width: 1200px) {
    .start__inside-r {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .start__inside-r:before {
        content: url("../img/patterns/ma.svg");
        position: absolute;
        right: -63px;
        bottom: -132px;
        left: inherit;
    }
}

.start__inside-r:after {
    content: url("../img/patterns/mbamc.svg");
    position: absolute;
    right: -41px;
    bottom: -5px;
    left: inherit;
}

@media (min-width: 992px) {
    .start__inside-r:after {
        content: none;
    }
}

.start__inside-r picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.start__inside-r img {
    position: relative;
    z-index: 1;
    left: -5px;
    display: block;
    height: auto;
    margin: -20px auto -118px;
}

@media (min-width: 992px) {
    .start__inside-r img {
        position: absolute;
        z-index: 1;
        top: 35%;
        right: -160px;
        bottom: 0;
        left: inherit;
        width: inherit;
        max-width: 200%;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .start__inside-r img {
        right: -120px;
        max-width: 168%;
    }
}

@media (min-width: 1400px) {
    .start__inside-r img {
        top: -78px;
        bottom: inherit;
    }
}

.start__wrapper .button {
    width: 100%;
    height: 56px;
    padding: 16px 40px;
}

@media (min-width: 992px) {
    .start__wrapper .button {
        max-width: 312px;
    }
}

.start__content {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .start__content {
        min-height: 448px;
    }
}

/* easy */
.easy {
    margin: 104px 0;
}

@media (min-width: 992px) {
    .easy {
        margin: 0 0 160px;
    }
}

.easy .description {
    max-width: initial;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 156%;
    text-align: left;
}

.easy__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
}

@media (min-width: 576px) {
    .easy__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .easy__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.easy__item {
    background: #F8F8F8;
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    min-height: 256px;
}

.easy__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 8px;
    background: #fff;
}

.easy__item h3 {
    margin: 32px 0 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.easy__item p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}

/* verticals */
.verticals {
    margin: 104px 0;
}

@media (min-width: 992px) {
    .verticals {
        margin: 120px 0;
    }
}

.verticals .description {
    max-width: initial;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 156%;
    text-align: left;
}

.verticals__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .verticals__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.verticals__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
    width: 100%;
    min-height: 152px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .verticals__item {
        min-height: 160px;
    }
}

.verticals__item[data-item="gambling"] {
    background: url("../img/verticals/gambling_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="gambling"] {
        background: url("../img/verticals/gambling@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__item[data-item="betting"] {
    background: url("../img/verticals/betting_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="betting"] {
        background: url("../img/verticals/betting@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__item[data-item="dating"] {
    background: url("../img/verticals/dating_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="dating"] {
        background: url("../img/verticals/dating@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__item[data-item="gaming"] {
    background: url("../img/verticals/gaming_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="gaming"] {
        background: url("../img/verticals/gaming@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__item[data-item="brand"] {
    background: url("../img/verticals/brand_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="brand"] {
        background: url("../img/verticals/brand@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__item[data-item="e-commerce"] {
    background: url("../img/verticals/e-commerce_m@2x.png") no-repeat left center / contain #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__item[data-item="e-commerce"] {
        background: url("../img/verticals/e-commerce@2x.png") no-repeat left center / contain #F8F8F8;
    }
}

.verticals__content {
    width: 100%;
    max-width: calc(100% - 116px);
    height: 100%;
    padding: 26px 24px 26px 0;
    margin: 0 0 0 auto;
    background: #F8F8F8;
    -webkit-box-shadow: 0 0 16px 20px #F8F8F8;
            box-shadow: 0 0 16px 20px #F8F8F8;
}

@media (min-width: 992px) {
    .verticals__content {
        max-width: 57.5%;
        padding: 24px 32px 24px 0;
    }
}

.verticals__item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
}

@media (min-width: 992px) {
    .verticals__item h3 {
        font-size: 18px;
        line-height: 133%;
    }
}

.verticals__item p {
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .verticals__item p {
        font-size: 14px;
        line-height: 143%;
    }
}

/* launch */
.launch {
    position: relative;
    padding: 40px 0 20px;
    margin: 0 0 104px;
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .launch {
        padding: 88px 0;
        margin: 0 0 120px;
    }
}

@media (min-width: 992px) {
    .launch:before {
        content: url("../img/patterns/la.svg");
        position: absolute;
        top: -1px;
        right: 0;
    }
}

.launch__subtitle {
    max-width: initial;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 156%;
    text-align: left;
}

.launch__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    margin: 40px 0 0;
}

@media (min-width: 992px) {
    .launch__wrapper {
        display: grid;
        grid-template-columns: 1fr 360px;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 32px;
    }
}

.launch__visual {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.launch__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.launch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .launch__list {
        gap: 24px;
    }
}

.launch__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.launch__step:hover {
    font-weight: 700;
    color: #D22E70;
}

.launch__step:hover .num {
    background: #D22E70;
    color: #FFF;
}

.launch__step .num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 900;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    background: #FFF;
    color: #D22E70;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

.launch__step.active {
    font-weight: 700;
    color: #D22E70;
}

.launch__step.active .num {
    background: #D22E70;
    color: #FFF;
}

.launch__text {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.launch .button {
    position: relative;
    max-height: 60px;
    margin: 40px 0 0;
}

.launch .button:after {
    content: "";
    width: 72px;
    height: 76px;
    position: absolute;
    right: 0;
    bottom: -38px;
    background: url("../img/arrow_2@2x.png") no-repeat center;
    background-size: contain;
}

/* faq */
.faq {
    margin: 0 0 136px;
}

@media (min-width: 992px) {
    .faq {
        margin: 0 0 160px;
    }
}

.faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 0;
}

.faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
    border-top: 1px solid #D22E70;
    border-radius: 16px;
}

@media (min-width: 992px) {
    .faq__item {
        padding: 40px 56px;
        border-radius: 24px;
    }
}

.faq__checkbox:checked~.faq__answer {
    max-height: 3000px;
    margin: 16px 0 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.faq__checkbox:checked~.faq__question h3 {
    color: #D22E70;
}

.faq__checkbox:checked~.faq__question svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.faq__checkbox:checked~.faq__question svg path {
    stroke: #D22E70;
}

.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    cursor: pointer;
}

.faq__question h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

@media (min-width: 992px) {
    .faq__question h3 {
        font-size: 24px;
        line-height: 133%;
    }
}

.faq__question:hover h3 {
    color: #D22E70;
}

.faq__question:hover svg path {
    stroke: #D22E70;
}

.faq__question svg, 
.faq__question svg path {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faq__question svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faq__answer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    max-height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
    .faq__answer {
        gap: 16px;
    }
}

.faq__answer p {
    margin: 0;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

@media (min-width: 992px) {
    .faq__answer p {
        font-size: 16px;
        line-height: 175%;
    }
}

.faq__answer a {
    color: #D22E70;
    text-decoration: underline;
}

.faq__answer ul {
    list-style: disc;
    margin: 0 0 0 10px;
    padding: 0 0 0 14px;
}

.faq__answer li {
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

@media (min-width: 992px) {
    .faq__answer li {
        font-size: 16px;
        line-height: 175%;
    }
}

.faq__answer li::marker {
    font-size: 12px;
}

/* cases */
.cases {
    margin: 0 0 96px;
}

@media (min-width: 992px) {
    .cases {
        margin: 0 0 152px;
    }
}

.cases__wrapper {
    position: relative;
}

.cases__slider {
    position: relative;
    margin: 32px 0 0;
}

.cases .swiper {
    overflow: visible;
}

.cases__slider .swiper-slide {
    height: auto;
}

.cases__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.cases__item:hover .cases__head {
    color: #D22E70;
}

.cases__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: calc(100% - 156.5px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
}

.cases__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
    height: 100%;
}

.cases__head {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.cases__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin: auto 0 0;
}

.cases__date {
    font-size: 12px;
    line-height: 133%;
}

.cases__read {
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
}

/* create */
.create {
    max-width: 1360px;
    margin: 0 auto 64px;
}

@media (min-width: 992px) {
    .create {
        margin: 0 auto 184px;
    }
}

.create__inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .create__inside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 512px;
        border-radius: 70px;
    }
}

.create__inside-l {
    position: relative;
    background: #F8F8F8;
    padding: 40px 32px 48px;
}

@media (min-width: 992px) {
    .create__inside-l {
        width: 80%;
        padding: 80px 152px 72px 128px;
        border-radius: 70px 0px 0px 70px;
    }
}

@media (min-width: 1080px) {
    .create__inside-l {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .create__inside-l {
        width: 60%;
        max-width: 760px;
    }
}

.create__inside-r {
    position: relative;
    background: #D22E70;
}

@media (min-width: 992px) {
    .create__inside-r {
        width: 20%;
        background: #D22E70;
        border-radius: 0px 70px 70px 0px;
    }
}

@media (min-width: 1080px) {
    .create__inside-r {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .create__inside-r {
        width: 40%;
    }
}

.create__inside-r:before {
    content: url("../img/patterns/mbbmb.svg");
    position: absolute;
    right: 0;
    top: -64px;
}

@media (min-width: 992px) {
    .create__inside-r:before {
        content: url("../img/patterns/mbbb.svg");
        position: absolute;
        top: inherit;
        right: 100%;
        bottom: -4px;
    }
}

.create__inside-r img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .create__inside-r img {
        position: absolute;
        z-index: 1;
        right: -332px;
        bottom: 0;
        width: auto;
        min-height: 100%;
        margin: 0;
    }
}

@media (min-width: 1080px) {
    .create__inside-r img {
        right: -292px;
    }
}

@media (min-width: 1200px) {
    .create__inside-r img {
        right: -232px;
    }
}

.create__content {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .create__subtitle {
        max-width: 410px;
        line-height: 133%;
    }
}

.create__wrapper .button {
    width: 100%;
    margin-top: 32px;
    background: #000;
}

@media (min-width: 992px) {
    .create__wrapper .button {
        width: 320px;
        margin-top: 40px;
        background: #D22E70;
    }
}