/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

:root {
    color: var(--000000, #000);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    box-sizing: border-box;
}

body {
    width: 100%;
}
body.mobile-menu-active {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html * {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: transparent;
}

#wrapper {
    overflow: hidden;
}

.h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 130%;
    margin: 0;
    display: block;
    color: #393e48;
}
@media (min-width: 992px) {
    .h1 {
        font-size: 56px;
        line-height: 72px;
    }
}

.h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 125%;
    text-align: left;
    margin: 0;
    display: block;
    color: #393e48;
}
@media (min-width: 992px) {
    .h2 {
        font-size: 48px;
        line-height: 130%;
    }
}

.h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    display: block;
    margin: 0;
}
@media (min-width: 768px) {
    .h3 {
        font-size: 32px;
        line-height: 38.4px;
    }
}

.h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin: 0;
    display: block;
}
@media (min-width: 768px) {
    .h4 {
        font-size: 24px;
        line-height: 26.4px;
    }
}

.h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    display: block;
    margin: 0;
}

p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    display: block;
}

a {
    transition: color 0.3s ease-in-out;
    display: block;
    text-decoration: none;
}
a:hover {
    transition: color 0.3s ease-in-out;
}

li {
    transition: color 0.3s ease-in-out;
}
li:hover {
    transition: color 0.3s ease-in-out;
}

svg {
    transition: fill, stroke 0.3s ease-in-out;
}
svg path {
    transition: fill, stroke 0.3s ease-in-out;
}
svg path:hover {
    transition: fill, stroke 0.3s ease-in-out;
}
svg:hover {
    transition: fill, stroke 0.3s ease-in-out;
}

img {
    display: block;
    height: auto;
}

button {
    padding: 0;
    background: none;
    outline: none;
}

.trustpilot-widget {
  margin: 46px 0 0;
  display: none;
}

.swiper-pagination.swiper-pagination-bullets {
    margin-top: 32px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #393e48;
    border-radius: 50%;
    opacity: 0.2;
    width: 16px;
    height: 16px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-navigation {
    position: absolute;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    top: -42px;
    right: 20px;
}
.swiper-navigation .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
}
@media (min-width: 992px) {
    .swiper-navigation .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
.swiper-navigation .swiper-button-prev::after {
    content: '';
}
.swiper-navigation .swiper-button-prev:hover svg path {
    fill: #8a00f6;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-prev svg {
    display: block;
}
.swiper-navigation .swiper-button-prev svg path {
    fill: #393e48;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled svg path {
    fill: #393e48;
    fill-opacity: 0.3;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-prev > svg {
    display: none;
}
@media (min-width: 992px) {
    .swiper-navigation .swiper-button-prev > svg {
        display: block;
    }
}
.swiper-navigation .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
}
@media (min-width: 992px) {
    .swiper-navigation .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}
.swiper-navigation .swiper-button-next::after {
    content: '';
}
.swiper-navigation .swiper-button-next:hover svg path {
    fill: #8a00f6;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-next svg {
    display: block;
}
.swiper-navigation .swiper-button-next svg path {
    fill: #393e48;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.swiper-navigation .swiper-button-next.swiper-button-disabled svg path {
    fill: #393e48;
    fill-opacity: 0.3;
    transition: fill 0.3s ease-in-out;
}
.swiper-navigation .swiper-button-next > svg {
    display: none;
}
@media (min-width: 992px) {
    .swiper-navigation .swiper-button-next > svg {
        display: block;
    }
}
@media (min-width: 992px) {
    .swiper-navigation .prev-mobile {
        display: none;
    }
}
@media (min-width: 992px) {
    .swiper-navigation .next-mobile {
        display: none;
    }
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}
.btn__green {
    padding: 24px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    background-color: #01d254;
    color: #fff;
}
@media (min-width: 992px) {
    .btn__green:hover {
        background: rgba(1, 210, 84, 0.9);
    }
}
.btn__white {
    border-radius: 8px;
    background: #fff;
    color: #8a00f6;
    padding: 20px 40px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (min-width: 992px) {
    .btn__white:hover {
        background: rgba(255, 255, 255, 0.9);
    }
}
.btn__black {
    border-radius: 8px;
    background: #393e48;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 20px 16px;
}
@media (min-width: 992px) {
    .btn__black:hover {
        background: rgba(57, 62, 72, 0.9);
    }
}
.top-block {
    overflow: hidden;
}
@media (min-width: 992px) {
    .top-block {
        padding-top: 130px;
        margin-top: -130px;
    }
}
@media (min-width: 992px) {
    html[lang="ru"] .top-block__column:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.top-block__container {
    padding-top: 0;
    padding-bottom: 12px;
    margin-top: -64px;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 992px) {
    .top-block__container {
        padding-top: 324px;
        padding-bottom: 48px;
        margin-top: -140px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    html[lang="ru"] .top-block__container  {
        padding-top: 300px;
    }
}
.top-block__image {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -84px;
}
@media (min-width: 992px) {
    .top-block__image {
        top: -152px;
        position: relative;
        margin-bottom: -300px;
        margin-right: -60px;
        margin-left: -30px;
    }
    html[lang="ru"] .top-block__image {
        top: -140px;
    }
}
.top-block__image img {
    width: 100%;
}
.top-block__description {
    color: #393e48;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 16px;
}
@media (min-width: 992px) {
    .top-block__description {
        margin-top: 32px;
        max-width: 648px;
    }
}
.top-block__btn {
    min-width: 320px;
    margin-top: 40px;
    width: 100%;
}
@media (min-width: 992px) {
    .top-block__btn {
        margin-top: 64px;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.stats__container {
    padding-top: 52px;
    padding-bottom: 52px;
}
@media (min-width: 992px) {
    .stats__container {
        padding-top: 80px;
        padding-bottom: 72px;
    }
}
.stats__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
@media (min-width: 992px) {
    .stats__grid {
        gap: 12px;
    }
}
.stats__item {
    flex: 1;
    padding: 28px 36px 24px 36px;
    border-radius: 8px;
    background: #f8f8f8;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    min-width: -moz-fit-content;
    min-width: fit-content;
}
@media (min-width: 992px) {
    .stats__item:nth-child(1) {
        min-width: 312px;
    }
}
@media (min-width: 992px) {
    .stats__item:nth-child(2) {
        min-width: 216px;
    }
    html[lang="ru"] .stats__item:nth-child(2) {
        min-width: 180px;
    }
}
@media (min-width: 992px) {
    .stats__item:nth-child(3) {
        min-width: 216px;
    }
    html[lang="ru"] .stats__item:nth-child(3) {
        min-width: 180px;
    }
}
.stats__item:nth-child(4) {
    order: 2;
}
@media (min-width: 992px) {
    .stats__item:nth-child(4) {
        min-width: 312px;
        order: initial;
    }
    html[lang="ru"] .stats__item:nth-child(4) {
        min-width: 390px;
    }
}
.stats__item .item__value {
    color: #8a00f6;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.stats__item .item__title {
    color: #393e48;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-transform: uppercase;
    margin-top: 1px;
}
@media (min-width: 992px) {
    .stats__item .item__title {
        margin-top: 6px;
    }
}

.about-push-ads {
    background: linear-gradient(111deg, #8a00f6 -0.76%, #a45ddc 94.07%);
    position: relative;
    overflow: hidden;
}
.about-push-ads::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 196px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    background-color: #fff;
}
@media (min-width: 992px) {
    .about-push-ads::before {
        height: 246px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    }
}
.about-push-ads__container {
    margin-bottom: 16px;
    padding-top: 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .about-push-ads__container {
        margin-bottom: 0;
        padding-top: 56px;
        padding-bottom: 64px;
    }
}
@media (min-width: 992px) {
    .about-push-ads__column {
        width: 50%;
    }
}
.about-push-ads__column .about-push-ads__image {
    display: none;
}
@media (min-width: 992px) {
    .about-push-ads__column .about-push-ads__image {
        display: block;
    }
}
.about-push-ads__title {
    max-width: 605px;
}
@media (min-width: 992px) {
    html[lang="ru"] .about-push-ads__title {
        min-width: calc(100% + 60px);
    }
}
.about-push-ads__description {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 72px;
}
@media (min-width: 992px) {
    .about-push-ads__description {
        font-size: 24px;
        line-height: 155%;
        max-width: 560px;
        margin-top: 102px;
        padding-left: 112px;
        max-width: 672px;
    }
    html[lang="ru"] .about-push-ads__description {
        margin: 90px 0 0;
        padding-left: 0;
        font-size: 22px;
    }
}
.about-push-ads__grid {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .about-push-ads__grid {
        margin-top: 10px;
        gap: 75px;
        flex-direction: row;
        width: 100%;
    }
    html[lang="ru"] .about-push-ads__grid {
        margin-top: 30px;
    }
}
.about-push-ads__grid .grid__item {
    display: flex;
    flex-direction: row;
    gap: 14px;
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item {
        flex-direction: column;
        gap: 12px;
        border-left: 3px solid #fff;
        padding-left: 24px;
    }
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item:nth-child(1) {
        width: 216px;
    }
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item:nth-child(2) {
        width: 323px;
    }
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item:nth-child(3) {
        width: 235px;
    }
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item:nth-child(4) {
        width: 322px;
    }
}
.about-push-ads__grid .grid__item .item__image {
    flex-shrink: 0;
    margin: 0;
    width: 58px;
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item .item__image {
        width: 72px;
    }
}
.about-push-ads__grid .grid__item .item__image img {
    width: 100%;
}
.about-push-ads__grid .grid__item .item__title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
@media (min-width: 992px) {
    .about-push-ads__grid .grid__item .item__title {
        font-size: 24px;
        line-height: 32px;
    }
    html[lang="ru"] .about-push-ads__grid .grid__item .item__title {
        font-size: 22px;
    }
}
.about-push-ads__image {
    margin-top: 16px;
    margin-left: -20px;
    margin-right: -20px;
}
@media (min-width: 992px) {
    .about-push-ads__image {
        margin: 0;
        display: none;
    }
}
.about-push-ads__image img {
    width: 100%;
}
@media (min-width: 992px) {
    .about-push-ads__image img {
        width: 103%;
        position: relative;
        left: 38px;
    }
}

.why-roiads__container {
    padding-top: 90px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .why-roiads__container {
        padding-top: 124px;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .why-roiads__title {
        max-width: 600px;
    }
}
.why-roiads__slider {
    margin-top: 32px;
}
@media (min-width: 992px) {
    .why-roiads__slider {
        margin-top: 54px;
    }
}
@media (min-width: 992px) {
    .why-roiads__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }
}
.why-roiads__slide {
    height: auto;
    width: 251px;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px 32px 16px;
    border-radius: 8px;
    background: #f8f8f8;
}
@media (min-width: 992px) {
    .why-roiads__slide {
        width: auto;
    }
}
.why-roiads__slide .slide__image {
    position: relative;
    top: -64px;
    width: 128px;
    margin-bottom: -39px;
}
.why-roiads__slide .slide__image img {
    width: 100%;
}
.why-roiads__slide .slide__description {
    color: #393e48;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
.why-roiads__btn {
    margin-top: 48px;
    width: 100%;
}
@media (min-width: 992px) {
    .why-roiads__btn {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        margin-top: 48px;
        min-width: 320px;
    }
}

.push-results__container {
    padding-top: 80px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .push-results__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .push-results__title {
        max-width: 950px;
    }
    html[lang="ru"] .push-results__title {
        max-width: 1050px;
    }
}
.push-results__slider {
    margin-top: 48px;
}
@media (min-width: 992px) {
    .push-results__slider {
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .push-results__slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}
.push-results__slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
}
@media (min-width: 992px) {
    .push-results__slide {
        flex-direction: row;
        align-items: center;
        gap: 136px;
        padding: 32px 112px 32px 0;
    }
}
@media (min-width: 992px) {
    .push-results__slide:nth-child(even) {
        flex-direction: row-reverse;
        padding: 32px 0 32px 112px;
    }
}
.push-results__slide .slide__image {
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .push-results__slide .slide__image {
        width: 360px;
    }
}
.push-results__slide .slide__image img {
    width: 100%;
}
.push-results__slide .slide__title {
    color: #393e48;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
}
@media (min-width: 992px) {
    .push-results__slide .slide__title {
        font-size: 40px;
        line-height: 130%;
    }
}
.push-results__slide .slide__description {
    color: #393e48;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 8px;
}
@media (min-width: 992px) {
    .push-results__slide .slide__description {
        font-size: 24px;
        line-height: 155%;
        margin-top: 16px;
    }
}
.push-results__btn {
    margin-top: 48px;
    width: 100%;
}
@media (min-width: 992px) {
    .push-results__btn {
        width: -moz-fit-content;
        width: fit-content;
        min-width: 424px;
        margin: 0 auto;
        margin-top: 8px;
    }
}

.top-push-verticals {
    overflow: hidden;
}
.top-push-verticals__container {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .top-push-verticals__container {
        padding-top: 120px;
    }
}
@media (min-width: 992px) {
    .top-push-verticals__title {
        max-width: 735px;
    }
}
.top-push-verticals__slider.swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .top-push-verticals__slider.swiper {
        overflow: visible;
        padding-bottom: 20px;
    }
}
.top-push-verticals__slider.swiper .swiper-wrapper {
    overflow: visible;
}
@media (min-width: 992px) {
    .top-push-verticals__slider.swiper .swiper-pagination {
        display: none;
    }
}
.top-push-verticals__slide {
    width: 200px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(57, 62, 72, 0.15);
    padding: 16px;
    flex-shrink: 0;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
    min-height: 224px;
}
@media (min-width: 992px) {
    .top-push-verticals__slide {
        margin-top: 98px;
    }
}
.top-push-verticals__slide::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 168px;
    left: 16px;
    height: 112px;
    border-radius: 8px;
    background: #f8f8f8;
    z-index: 1;
}
.top-push-verticals__slide .slide__image {
    margin-top: -52px;
    width: 152px;
    position: relative;
    z-index: 1;
}
.top-push-verticals__slide .slide__image img {
    width: 100%;
}
.top-push-verticals__slide .slide__title {
    color: #393e48;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 42px;
}

.cta-block__container.container {
    margin-top: 112px;
    margin-bottom: 56px;
    max-width: 1096px;
    padding: 64px 20px 20px 20px;
    position: relative;
    border-radius: 16px;
    background: linear-gradient(106deg, #8a00f6 -1.55%, #a45ddc 100.06%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
@media (min-width: 992px) {
    .cta-block__container.container {
        padding: 64px 48px;
        gap: 48px;
        margin-top: 136px;
        margin-bottom: 128px;
    }
}
.cta-block__container.container::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/cta-block-bg-desktop.png') center center no-repeat;
    background-size: contain;
}
.cta-block__title {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
@media (min-width: 992px) {
    .cta-block__title {
        max-width: 650px;
    }
}
.cta-block__btn {
    position: relative;
    z-index: 2;
    padding: 20px;
}
@media (min-width: 992px) {
    .cta-block__btn {
        min-width: 375px;
    }
}

.reviews-block__container {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .reviews-block__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.reviews-block__title {
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .reviews-block__title {
        max-width: 850px;
        margin-bottom: 64px;
    }
}

.posts {
    overflow: hidden;
}
.posts__container {
    padding-top: 92px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .posts__container {
        padding-top: 120px;
    }
}
.posts__slider {
    margin-top: 32px;
    overflow: visible;
}
@media (min-width: 992px) {
    .posts__slider {
        margin-top: 64px;
    }
}
.posts__slider .swiper-wrapper {
    overflow: visible;
}
@media (min-width: 992px) {
    .posts__slider .swiper-pagination {
        display: none;
    }
}
@media (min-width: 992px) {
    .posts__slider .swiper-navigation {
        top: -105px;
        right: 0;
    }
}
.posts__slide {
    height: auto;
    width: 100%;
}
.posts__slide .slide__image img {
    width: 100%;
}
.posts__slide .slide__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
}
.posts__slide .slide__date {
    color: rgba(57, 62, 72, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.posts__slide .slide__author {
    color: rgba(57, 62, 72, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.posts__slide .slide__title {
    color: #393e48;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 8px;
}
.posts__btn {
    padding: 20px 16px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #8a00f6;
    margin-top: 48px;
}
@media (min-width: 992px) {
    .posts__btn {
        color: #8a00f6;
        font-size: 18px;
        line-height: 135%;
        background: none;
        padding: 0;
        width: -moz-fit-content;
        width: fit-content;
        text-transform: none;
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .posts__btn:hover {
        opacity: 0.8;
    }
}
.posts__btn svg path {
    fill: #fff;
}
@media (min-width: 992px) {
    .posts__btn svg path {
        fill: #8a00f6;
    }
}

.faq {
    overflow: hidden;
    margin-top: 58px;
}
.faq__container {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, rgba(236, 221, 255, 0) 0%, #ecddff 100%);
}
@media (min-width: 992px) {
    .faq__container {
        padding-top: 70px;
        background: none;
        display: grid;
        grid-template-columns: 535px auto;
    }
}
.faq__column {
    position: relative;
}
.faq__column:first-child::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('../img/faq-bg-mobile.png') top center no-repeat;
    background-size: contain;
}
@media (min-width: 992px) {
    .faq__column:first-child::before {
        background: url('../img/faq-bg-desktop.png') top left no-repeat;
        background-size: 70%;
    }
}
@media (min-width: 992px) {
    .faq__column:first-child::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 1000px;
        height: 100%;
        background: linear-gradient(180deg, rgba(236, 221, 255, 0) 0%, #ecddff 100%);
    }
}
@media (min-width: 992px) {
    .faq__column:nth-child(2) {
        padding-left: 50px;
    }
}
.faq__title {
    position: relative;
    z-index: 2;
    color: #393e48;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: capitalize;
}
@media (min-width: 992px) {
    .faq__title {
        font-size: 56px;
        line-height: 130%;
    }
}
.faq__grid {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 992px) {
    .faq__grid {
        margin-top: 0;
    }
}
.faq details {
    cursor: pointer;
}
.faq details summary {
    padding: 24px 16px;
    list-style: none;
    display: flex;
    gap: 24px;
    color: #111012;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
@media (min-width: 992px) {
    .faq details summary {
        font-size: 24px;
    }
}
.faq details summary img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: block;
    transform: scale(1, -1);
}
.faq details .content {
    padding: 0 16px 12px 72px;
}
.faq details .content p:not(:last-child) {
    margin-bottom: 1em;
    display: block;
}
.faq details .content * {
    color: #111012;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
@media (min-width: 992px) {
    .faq details .content * {
        font-size: 18px;
    }
}
.faq details .content * a {
    display: inline;
    text-decoration: underline;
}
.faq details[open] {
    border-radius: 16px;
    background: #f8f8f8;
}
.faq details[open] summary {
    font-weight: 500;
}
.faq details[open] summary img {
    transform: none;
}
.faq__btn {
    margin-top: 48px;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .faq__btn {
        width: -moz-fit-content;
        width: fit-content;
        min-width: 320px;
    }
}

.integrated-with__container {
    padding-top: 90px;
    padding-bottom: 88px;
}
@media (min-width: 992px) {
    .integrated-with__container {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}
.integrated-with__grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 24px;
    gap: 48px;
    border-radius: 16px;
    margin-top: 32px;
    background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 100%), #fff;
    align-items: center;
}
@media (min-width: 992px) {
    .integrated-with__grid {
        padding: 40px 48px 48px 48px;
        gap: 61px;
        flex-direction: row;
    }
}
.integrated-with__grid .grid__item {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
}
.integrated-with__grid .grid__item img {
    width: 100%;
}
.integrated-with__grid .grid__item:nth-child(1) {
    width: 109px;
}
.integrated-with__grid .grid__item:nth-child(2) {
    width: 203px;
}
.integrated-with__grid .grid__item:nth-child(3) {
    width: 148px;
}
.integrated-with__grid .grid__item:nth-child(4) {
    width: 138px;
}
.integrated-with__grid .grid__item:nth-child(5) {
    width: 174px;
}
.integrated-with__grid .grid__item:nth-child(6) {
    width: 143px;
}

.footer {
    padding: 24px 0;
    background: #393e48;
    color: #fff;
}

@media (min-width: 768px) {
    .footer {
        padding: 36px 0;
    }
}

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

.footer .container {
    position: relative;
}

.footer a {
    display: inline;
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 36px;
}

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

@media (min-width: 1200px) {
    .footer__wrapper {
        gap: 0 109px;
    }
}

.footer__logo {
    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;
}

@media (min-width: 768px) {
    .footer__logo {
        position: absolute;
    }
}

.footer__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__logo-img {
    height: 48px;
    margin: auto 0;
}

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

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 11px;
    max-width: 124px;
}

@media (min-width: 768px) {
    .footer__payments {
        gap: 8px 11px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: auto 0 0 0;
    }
}

@media (min-width: 992px) {
    .footer__payments {
        gap: 16px 34px;
        max-width: 144px;
        margin: auto 0 0 auto;
    }
}

@media (max-width: 991px) {
    .footer__payments .empty-place {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer__about {
        padding: 64px 0 0;
    }
}

@media (min-width: 992px) {
    .footer__about {
        max-width: 328px;
    }
}

.footer__nav {
    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 36px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__nav {
        -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;
    }
}

@media (min-width: 992px) {
    .footer__nav {
        max-width: calc(100% - 378px);
    }
}

@media (min-width: 1200px) {
    .footer__nav {
        gap: 24px 56px;
        max-width: calc(100% - 437px);
    }
}

.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px 0;
    }
}

.footer__nav-item {
    width: calc(50% - 12px);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
}

@media (min-width: 768px) {
    .footer__nav-item {
        width: auto;
    }
}

.footer__nav-item:first-child {
    width: 100%;
    margin: 0 0 2px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .footer__nav-item:first-child {
        width: auto;
        margin: 0;
    }
}

.footer__about,
.footer__address,
.footer__copyright {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    opacity: 0.5;
}

.footer__about a,
.footer__address a,
.footer__copyright a {
    text-decoration: underline;
}

.footer__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 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .footer__info {
        width: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 992px) {
    .footer__info {
        width: 100%;
        max-width: 328px;
    }
}

.footer__contacts {
    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 0;
    margin: auto 0 0 0;
}

@media (min-width: 992px) {
    .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px 0;
    }
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.footer__emails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
}

.footer__email-item {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
}

.footer__email-item a {
    font-weight: 700;
}

.footer__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__reviews {
        width: 50%;
    }
}

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

.footer__reviews a {
    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;
}