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

html, body {
    height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    margin: 0;
}

a {
    text-decoration: none
}

p {
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
}

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

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

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

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    min-width: 320px;
    padding: 72px 0 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    #wrapper {
        padding: 96px 0 0;
    }
}

.container {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1280px;
    min-width: 288px;
    padding: 0 16px;
    margin: 0 auto;
}

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

.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 48px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    border-radius: 4px;
    background: #f20c00;
    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;
}

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

.button-secondary {
    background: #fff;
    color: #f20c00;
    -webkit-box-shadow: inset 0 0 0 2px #f20c00, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            box-shadow: inset 0 0 0 2px #f20c00, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.button-hidden {
    display: none;
}

.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: 14px;
        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: #f20c00;
}

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

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

@media (min-width: 992px) {
    .subtitle {
        font-size: 20px;
        line-height: 160%;
    }
}

/* header */
@media (min-width: 1200px) {
    .header {
        padding: 28px 16px;
    }
}

.header .container {
    max-width: 1280px;
}

/* start */
.start {
    padding: 40px 0 64px;
}

@media (min-width: 992px) {
    .start {
        padding: 72px 0 80px;
        background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
        background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
    }
}

.start__wrapper {
    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__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.start__content {
    position: relative;
    z-index: 1;
    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 0;
}

@media (min-width: 992px) {
    .start__content {
        max-width: 560px;
        gap: 48px 0;
    }
}

.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__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.start__subtitle {
    max-width: 480px;
}

.start__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
    gap: 16px 32px;
    margin: 24px 0 0;
}

@media (min-width: 992px) {
    .start__list {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: column;
        grid-template-rows: repeat(3, 1fr);
        margin: 32px 0 0;
    }
}

@media (min-width: 992px) {
    .start__list-item:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }

    .start__list-item:nth-child(2) {
        grid-row: 2;
        grid-column: 1;
    }

    .start__list-item:nth-child(3) {
        grid-row: 3;
        grid-column: 1;
    }

    .start__list-item:nth-child(4) {
        grid-row: 1;
        grid-column: 2;
    }

    .start__list-item:nth-child(5) {
        grid-row: 2;
        grid-column: 2;
    }

    .start__list-item:nth-child(6) {
        grid-row: 1;
        grid-column: 3;
    }

    .start__list-item:nth-child(7) {
        grid-row: 2;
        grid-column: 3;
    }
}

.start__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.start__list-item svg {
    max-width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

@media (min-width: 992px) {
    .start__list-item svg {
        max-width: 24px;
    }
}

.start__list-item h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}

.start__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin: 8px 0 0;
}

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

.start__buttons .button {
    width: 100%;
}

@media (min-width: 992px) {
    .start__buttons .button {
        width: 200px;
    }
}

.start 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__image {
    display: block;
    width: 100%;
    max-width: 503px;
    min-width: 503px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .start__image {
        position: absolute;
        right: -228px;
        bottom: -80px;
        width: auto;
        max-width: 80%;
        min-width: 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .start__image {
        width: auto;
        max-width: 100%;
    }
}


/* features */
.features {
    padding: 32px 0 64px;
}

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

.features__wrapper {
    padding: 40px 32px;
    background: #f8f8f8;
    border-radius: 16px;
}

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

@media (min-width: 1300px) {
    .features__wrapper {
        padding: 40px 104px;
    }
}

.features__list {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}

@media (min-width: 992px) {
    .features__list {
        grid-template-columns: 1fr 2px 1fr 2px 1fr;
        gap: 36px;
    }
}

@media (min-width: 1300px) {
    .features__list {
        gap: 80px;
    }
}

.features__list hr {
    width: 100%;
    margin: 0;
    border: none;
    border-left: none;
    border-bottom: 2px solid #eaeaea;
}

@media (min-width: 992px) {
    .features__list hr {
        width: auto;
        height: 100%;
        border-left: 2px solid #eaeaea;
    }
}

.features__list-item:nth-child(3), 
.features__list hr:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

@media (min-width: 992px) {
    .features__list-item:nth-child(3), 
    .features__list hr:nth-child(2) {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}

.features__list-item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}

@media (min-width: 992px) {
    .features__list-item h3 {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 0;
    }
}

.features__head {
    font-weight: 800;
    font-size: 28px;
    line-height: 114%;
}

@media (min-width: 992px) {
    .features__head {
        font-weight: 900;
        font-size: 32px;
        line-height: 125%;
    }
}

.features__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

@media (min-width: 992px) {
    .features__text {
        font-weight: 300;
    }
}

/* formats */
.formats {
    padding: 64px 0;
}

.formats__subtitle {
    margin: 16px 0 0;
}

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

.formats__controls {
    margin: 32px 0 0;
}

.formats__controls.swiper {
    overflow: visible;
}

.formats__controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: auto;
    padding: 20px 24px 20px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    border-radius: 4px;
    background: #f8f8f8;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.formats__controls button .icon-figure,
.formats__controls button .icon-bg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.formats__controls button.active {
    color: #fff
}

.formats__controls button.active[data-button="pre-roll"] {
   background: #d22e70;
}

.formats__controls button.active[data-button="pre-roll"] .icon-figure {
    fill: #D22E70;
}

.formats__controls button.active[data-button="pre-roll"] .icon-bg {
    fill: #fff;
}

.formats__controls button.active[data-button="telegram"] {
   background: #2CA3DB;
}

.formats__controls button.active[data-button="telegram"] .icon-figure {
    fill: #2CA3DB;
}

.formats__controls button.active[data-button="telegram"] .icon-bg {
    fill: #fff;
}

.formats__controls button.active[data-button="push"] {
   background: #FFA700;
}

.formats__controls button.active[data-button="push"] .icon-figure {
    fill: #FFA700;
}

.formats__controls button.active[data-button="push"] .icon-bg {
    fill: #fff;
}

.formats__controls button.active[data-button="pops"] {
   background: #390FFF;
}

.formats__controls button.active[data-button="pops"] .icon-figure {
    fill: #390FFF;
}

.formats__controls button.active[data-button="pops"] .icon-bg {
    fill: #fff;
}

.formats__controls button.active[data-button="native"] {
   background: #E9453E;
}

.formats__controls button.active[data-button="native"] .icon-figure {
    fill: #E9453E;
}

.formats__controls button.active[data-button="native"] .icon-bg {
    fill: #fff;
}

.formats__slider {
    margin: 16px 0 0;
    background: #f8f8f8;
}

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

.formats__slider.swiper {
    overflow: visible;
}

@media (min-width: 992px) {
    .formats__slider.swiper {
        overflow: hidden;
    }
}

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

.formats__slide {
    position: relative;
}

.formats__slide[data-slide="pre-roll"] .formats__text a {
    color: #d22e70;
}

.formats__slide[data-slide="telegram"] .formats__text a {
    color: #2CA3DB;
}

.formats__slide[data-slide="push"] .formats__text a {
    color: #FFA700;
}

.formats__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 100px;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 992px) {
    .formats__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.formats__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: 24px 0;
    padding: 32px 0 48px;
}

@media (min-width: 992px) {
    .formats__content {
        gap: 32px 0;
        width: 60%;
        max-width: 628px;
        padding: 72px 24px 72px 0;
    }
}

.formats__text {
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
}

.formats__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: 20px;
}

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

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

.formats__item-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.formats__item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
}

.formats a {
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
}

.formats__visual {
    position: relative;
    padding: 24px 0;
    margin: 0 0 -12px;
}

@media (min-width: 992px) {
    .formats__visual {
        width: 40%;
        min-width: 40%;
        padding: 72px 0 72px 72px;
        margin: 0;
    }
}

.formats__visual:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -16px;
    bottom: 0;
    left: -16px;   
}

@media (min-width: 992px) {
    .formats__visual:before {
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;  
    }
}

.formats__visual[data-visual="pre-roll"]:before {
    background: #d22e70;
}

.formats__visual[data-visual="telegram"]:before {
    background: #2ca3db;
}

.formats__visual[data-visual="push"]:before {
    background: #ffa700;
}

.formats__visual[data-visual="pops"]:before {
    background: #390fff;
}

.formats__visual[data-visual="native"]:before {
    background: #E9453E;
}

.formats__head {
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
    .formats__head {
        font-size: 88px;
        line-height: 73%;
        text-align: left;
    }
}

.formats__image {
    position: relative;
    z-index: 1;
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: -40px auto -50px;
}

@media (min-width: 992px) {
    .formats__image {
        position: absolute;
        top: 14%;
        right: 0;
        left: -62px;
        max-width: 130%;
        height: auto;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    .formats__image {
        top: 80px;
        width: auto;
        max-width: inherit;
    }
}

/* tariffs */
.tariffs {
    padding: 64px 0;
}

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

.tariffs__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 32px 0 0;
}

@media (min-width: 992px) {
    .tariffs__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .tariffs__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tariff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 24px;
    background: #f8f8f8;
    border-radius: 16px;
}

.tariff.recommended {
    -webkit-box-shadow: inset 0 0 0 2px #ff3c32;
            box-shadow: inset 0 0 0 2px #ff3c32;
}

.tariff__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #f20c00;
}

.tariffs__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin: 8px 0 0;
}

.tariffs__sum {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
}

.tariffs__deposit {
    position: relative;
    top: 2px;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    opacity: .5;
}

.tariff hr {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.tariff__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: 16px;
    margin: 0 0 56px;
}

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

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

.tariff__item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
}

.tariff .button {
    margin: auto 0 0;
}

/* verified */
.verified {
    padding: 64px 0;
}

.verified__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px 48px;
    padding: 48px 32px 40px;
    border-radius: 16px;
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .verified__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 64px 80px;
    }
}

.verified__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.verified__text {
    font-size: 18px;
    line-height: 156%;
    text-align: center;
}

@media (min-width: 992px) {
    .verified__text {
        font-size: 28px;
        line-height: 143%;
        text-align: left;
    }
}

/* technologies */
.technologies {
    padding: 64px 0;
}

.technologies__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 32px 0 0;
}

@media (min-width: 768px) {
    .technologies__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .technologies__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

.technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #f8f8f8;
    border-radius: 16px;
}

.technology__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

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

.technology__head {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
}

.technology__details {
    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;
    height: 100%;
}

.technology__text {
    font-size: 16px;
    line-height: 150%;
}

.technology__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto 0 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #f20c00;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

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

.technology__link svg path {
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease;
}

.technology__link:hover {
    color: #000;
}

.technology__link:hover svg path {
    stroke: #000;
}

/* covered */
.covered {
    padding: 64px 0 0;
}

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

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

@media (min-width: 992px) {
    .covered__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 992px) {
    .covered__content {
        position: relative;
        z-index: 1;
        max-width: 676px;
    }
}

.covered__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: 24px;
    margin: 40px 0 0;
}

.covered__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

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

.covered .num {
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    font-weight: 900;
    font-size: 14px;
    line-height: 171%;
    text-align: center;
    color: #fff;
    background: #ff3c32;
    border-radius: 100px;
}

.covered__item h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}

.covered .button {
    width: 100%;
    margin: 32px 0 0;
}

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

.covered 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;
}

.covered__image {
    display: block;
    width: 100%;
    max-width: 432px;
    min-width: 432px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .covered__image {
        position: absolute;
        right: -66px;
        bottom: -72px;
        width: auto;
        max-width: 68%;
    }
}

@media (min-width: 1600px) {
    .covered__image {
        right: -200px;
        width: auto;
        max-width: inherit;
    }
}

/* reviews */
.reviews {
    padding: 56px 0 64px;
    background: -o-linear-gradient(top, #f8f8f8 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
    background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
}

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

.reviews__wrapper {
    position: relative;
}

.reviews__slider {
    margin: 32px 0 0;   
}

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

.reviews__slider.swiper {
    overflow: visible;
}

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

.review {
    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 40px 48px 32px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.review__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

.review__ava {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
}

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

.review__user-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
}

.review__user-about {
    font-weight: 600;
    font-size: 12px;
    line-height: 117%;
    opacity: .3;
}

.review svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 auto auto;
}

.review hr {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.review__text {
    font-size: 14px;
    line-height: 143%;
}

/* cases */
.cases {
    padding: 64px 0;
}

.cases__wrapper {
    position: relative;
}

.cases__slider {
    margin: 32px 0 0;
}

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

.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: #f20c00;
}

.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%;
}

/* conferences */
.conferences {
    padding: 64px 0;
}

.conferences__wrapper {
    position: relative;
}

.conferences__slider {
    margin: 32px 0 0;
}

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

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

.conferences__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;
}

.conferences__item:hover .conferences__head {
    color: #f20c00;
}

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

.conferences__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

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

.conferences__location {
    font-size: 14px;
    line-height: 143%;
}

.conferences__head {
    margin: 8px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.conferences__date {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 143%;
}

.cases .button {
    width: 100%;
    margin: 24px 0 0;
}

/* made */
.made {
    padding: 64px 0;
}

.made__wrapper {
    padding: 40px 32px 168px;
    margin: 0 -16px;
    background: #f8f8f8 url("../img/made.svg") no-repeat right bottom;
    background-size: 320px auto;
    border-radius: 16px;
}

@media (min-width: 992px) {
    .made__wrapper {
        padding: 64px;
        margin: 0;
        background: #f8f8f8 url("../img/made.svg") no-repeat right bottom;
        background-size: 480px auto;
    }
}

@media (min-width: 1200px) {
    .made__wrapper {
        background: #f8f8f8 url("../img/made.svg") no-repeat right center;
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .made__content {
        max-width: 528px;
    }
}

.made__subtitle {
    margin: 16px 0 0;
}

.made .button {
    width: 100%;
    max-width: 232px;
    margin: 32px 0 0;
}

@media (min-width: 992px) {
    .made .button {
        max-width: 280px;
        margin: 48px 0 0;
    }
}

/* faq */
.faq {
    padding: 64px 0 96px;
}

.faq__wrapper {
    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: 24px 20px;
    background: transparent;
    border-radius: 16px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

@media (min-width: 992px) {
    .faq__item {
        padding: 24px 32px;
    }
}

.faq__item.active {
    gap: 12px;
    background: #f8f8f8;
}

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

.faq__item.active .faq__num {
    color: #f20c00;
}

.faq__item.active .faq__question svg  {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.faq__item.active .faq__answer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 1000px;
}

.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    cursor: pointer;
}

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

.faq__question:hover .faq__head,
.faq__question:hover .faq__num {
    color: #f20c00;
}

.faq__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #e0e0e0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.faq__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;
}

.faq__question svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq__answer {
    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;
    padding: 0 36px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

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

.faq__answer p,
.faq__answer li {
    font-size: 14px;
    line-height: 157%;
}

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

@media (min-width: 992px) {
    .faq__answer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0 64px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        max-height: 216px;
    }
}

.faq__answer a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #f20c00;
}

.faq__answer img {
    max-width: 100%;
    height: auto;
}

/* footer */
.footer {
    margin: auto 0 0;
}