@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Onder';
    src: url('../fonts/Onder-Regular.eot');
    src: url('../fonts/Onder-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Onder-Regular.woff2') format('woff2'),
    url('../fonts/Onder-Regular.woff') format('woff'),
    url('../fonts/Onder-Regular.ttf') format('truetype'),
    url('../fonts/Onder-Regular.svg#Onder-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/**************** Basic ****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #222222;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #222222;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.section {
    width: 100%;
    position: relative;
}

.section-title {
    font-family: 'Onder', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.04em;
    color: #F3F3F3;
}

.section-title__accent {
    color: #4A7CBE;
}

.main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*************************************/

/**************** Hero ***************/

.hero {
    min-height: 800px;
    display: flex;
    padding: 100px 0;
    background-image: url("../img/main/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .container {
    display: flex;
}

.hero-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.hero-content {
    width: 100%;
    max-width: 720px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-content__title {
    font-family: 'Onder', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.hero-content__text {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.hero-bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
}

.hero-brands {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.hero-brands__item {
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(36, 37, 38, 0.5);
    border-radius: 16px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
}

.hero-brands__item_text {
    padding: 10px 16px;
}

.hero-brands__item_text span {
    font-size: 14px;
    line-height: 150%;
    white-space: nowrap;
    color: #FFFFFF;
}

.hero-brands__img {
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.hero-brands__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-brands__img_small {
    width: 30px;
    height: 30px;
}

.hero-brands__img_wide {
    width: 43px;
    height: 28px;
}

.shops {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.shops-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.shops-item:hover {
    opacity: 0.7;
}

.shops-item__logo {
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.shops-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shops-item__name {
    font-size: 16px;
    line-height: 150%;
    white-space: nowrap;
    color: #FFFFFF;
}

.brands {
    padding: 32px 0;
    background-color: #FFFFFF;
    overflow: hidden;
}

.brands-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.brands-row:hover .brands-track {
    animation-play-state: paused;
}

.brands-track {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 24px;
    padding-right: 24px;
    animation: brands-marquee 40s linear infinite;
}

.brands-block {
    width: 100px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 16px;
    border-radius: 22px;
    opacity: .5;
}

.brands-block img {
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
}

.brands-block_tall img {
    max-height: 36px;
}

.problem {
    padding: 180px 0;
    background-color: #222222;
}

.problem-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.problem-info {
    width: 100%;
    max-width: 610px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1;
}

.problem-info__text {
    max-width: 490px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.problem-cards {
    width: 100%;
    max-width: 710px;
    position: relative;
    display: flex;
    justify-content: center;
}

.problem-cards__light {
    width: 785px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: glow 5s ease-in-out infinite;
}

.problem-cards__light img {
    width: 100%;
}

.problem-slider {
    width: 100%;
    position: relative;
    display: flex;
    position: relative;
    z-index: 1;
}

.problem-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 42px;
}

.problem-block {
    width: 310px;
    height: 390px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 30px;
}

.problem-block:before {
    content: '';
    width: 100%;
    height: 360px;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #171819;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: all 0.3s ease-in-out;
}

.problem-block:hover::before {
    background-color: #101011;
}

.problem-block__body {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.problem-block__icons {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
}

.problem-block__icon {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 11px;
}

.problem-block__icon img {
    width: 100%;
    height: 100%;
}

.problem-block__head {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.problem-block__note {
    max-width: 200px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.efficiency {
    background-color: #222222;
}

.efficiency-row {
    width: 100%;
    min-height: 720px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.efficiency-img {
    width: 100%;
    max-width: 710px;
    min-height: 720px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.efficiency-img__light {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    pointer-events: none;
    animation: glow 5s ease-in-out infinite;
}

.efficiency-img__light img {
    width: 100%;
}

.efficiency-img__filter {
    width: 100%;
    max-width: 530px;
    position: relative;
    display: flex;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.efficiency-img__filter img {
    width: 100%;
}

.efficiency-info {
    width: 100%;
    max-width: 620px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.efficiency-info__head {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.efficiency-info__title {
    font-family: 'Onder', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 160%;
    letter-spacing: -0.04em;
    color: #4A7CBE;
}

.efficiency-info__subtitle {
    font-family: 'Onder', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.efficiency-tags {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.efficiency-tags__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 33px;
    transition: all 0.3s ease-in-out;
}

.efficiency-tags__item:hover {
    border-color: #4A7CBE;
    background-color: rgba(74, 124, 190, 0.12);
}

.efficiency-tags__icon {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.efficiency-tags__icon img {
    width: 100%;
    height: 100%;
}

.efficiency-tags__text {
    font-size: 16px;
    line-height: 150%;
    white-space: nowrap;
    color: #FFFFFF;
}

.carbon {
    padding: 60px 0;
    background-color: #222222;
}

.carbon-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.carbon-info {
    width: 100%;
    max-width: 610px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.carbon-info__flag {
    width: 94px;
    position: absolute;
    top: -55px;
    left: -17px;
    display: flex;
    pointer-events: none;
    transform: rotate(-6deg);
}

.carbon-info__flag img {
    width: 100%;
}

.carbon-info__value {
    font-family: 'Onder', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.carbon-info__text {
    max-width: 490px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.carbon-shops {
    margin-top: 12px;
}

.carbon-img {
    width: 100%;
    max-width: 710px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carbon-img__bg {
    width: 150%;
    position: absolute;
    top: 0;
    right: -25%;
    pointer-events: none;
    display: flex;
}

.carbon-img__bg img {
    width: 100%;
}

.carbon-img__coconut {
    width: 100%;
    max-width: 710px;
    position: relative;
    z-index: 1;
    animation: float 7s ease-in-out infinite;
}

.carbon-img__coconut img {
    width: 100%;
}

.compare {
    padding: 280px 0 160px;
    background-color: #222222;
}

.compare-img {
    width: 100%;
    max-width: 590px;
    position: absolute;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    display: flex;
}

.compare-img img {
    width: 100%;
    animation: float 8s ease-in-out infinite;
}

.compare-slider {
    width: 100%;
    position: relative;
    display: flex;
    z-index: 1;
}

.compare-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.compare-block {
    width: calc(25% - 24px);
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 32px 12px;
    background-color: #2A2A2A;
    border: 1px solid #404040;
    border-radius: 16px;
}

.compare-block.aos-animate {
    transition: all 0.3s ease-in-out;
}

.compare-block:hover {
    background-color: #272B31;
    border: 1px solid #272B31;
}

.compare-block__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.compare-block__images {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.compare-block__images img {
    width: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.reasons {
    padding: 120px 0;
    background-color: #222222;
}

.reasons-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.reasons-title {
    max-width: 720px;
    text-align: center;
}

.reasons-slider {
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.reasons-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.reasons-block {
    width: calc(20% - 128px / 5);
    height: auto;
    min-height: 320px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.reasons-block__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: all 0.3s ease-in-out;
}

.reasons-block:hover .reasons-block__bg {
    opacity: .6;
}

.reasons-block__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasons-block__bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(44, 44, 44, 0.57) 57%, #000000 100%);
}

.reasons-block__content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    padding: 32px;
    z-index: 1;
}

.reasons-block__icon {
    width: 24px;
    height: 24px;
    display: flex;
}

.reasons-block__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.reasons-block__text {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.faq {
    background-color: #222222;
    padding: 60px 0 120px;
}

.faq-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
}

.faq-info {
    width: 100%;
    max-width: 610px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
}

.faq-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-list__question {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.faq-list__answer {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.faq-img {
    width: 100%;
    max-width: 710px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.faq-img__bg {
    width: 160%;
    position: absolute;
    top: 0;
    right: -30%;
    pointer-events: none;
    display: flex;
}

.faq-img__bg img {
    width: 100%;
    object-fit: cover;
}

.faq-img__product {
    width: 600px;
    position: relative;
    z-index: 1;
    animation: float 6s ease-in-out 1s infinite;
}

.faq-img__product img {
    width: 100%;
}

.order {
    padding: 120px 0;
    background-image: url("../img/main/order-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.order-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 110px;
}

.order-title {
    max-width: 1120px;
    text-align: center;
    color: #FFFFFF;
}

.order-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.order-block {
    width: calc(100% / 3 - 64px / 3);
    min-height: 270px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 32px;
    border-radius: 24px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
}

.order-block.aos-animate:hover {
    transform: translateZ(0) translateY(-6px);
}

.order-block_ozon {
    background-color: rgba(0, 90, 255, 0.1);
}

.order-block_wb {
    background-color: rgba(77, 0, 255, 0.15);
}

.order-block_yandex {
    background-color: rgba(255, 68, 0, 0.1);
}

.order-block__logo {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.order-block__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-block__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.order-block__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.order-block__arrow {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.order-block:hover .order-block__arrow {
    transform: translate(3px, -3px) rotate(-45deg);
}

.order-footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.order-footer__item {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    font-variant-numeric: lining-nums proportional-nums;
}

.order-footer__item_policy:hover {
    opacity: 0.7;
}

/*************************************/

/*************** Media ***************/

@media only screen and (max-width: 1280px) {

    .hero {
        padding: 90px 0;
    }

    .problem-cards__light {
        width: 100%;
    }

    .problem-slider .swiper-wrapper {
        gap: 24px;
    }

    .efficiency-img__light {
        width: 100%;
    }

    .efficiency-img__filter {
        max-width: 440px;
    }

    .faq-img__bg {
        width: 150%;
        left: 50%;
        top: -100px;
        transform: translateX(-50%);
    }

    .faq-img__product {
        width: 100%;
        max-width: 520px;
    }

    .compare-block {
        padding: 32px 10px;
    }

    .reasons-block__content {
        padding: 24px;
    }
}

@media only screen and (max-width: 1024px) {

    .hero {
        padding: 80px 0;
    }

    .hero-content {
        max-width: 728px;
    }

    .hero-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-brands {
        flex-wrap: wrap;
    }

    .brands {
        padding: 16px 0;
    }

    .brands-block {
        width: 70px;
        height: 42px;
        padding: 11px;
        border-radius: 15px;
    }

    .brands-block img {
        max-height: 21px;
    }

    .brands-block_tall img {
        max-height: 26px;
    }

    .problem {
        padding: 80px 0;
    }

    .problem-row {
        flex-direction: column;
        gap: 32px;
    }

    .problem-info {
        max-width: 730px;
        align-items: center;
    }

    .problem-info__title {
        text-align: center;
    }

    .problem-info__text {
        max-width: 100%;
        text-align: center;
    }

    .problem-slider .swiper-wrapper {
        flex-wrap: wrap;
    }

    .efficiency {
        padding: 80px 0;
    }

    .efficiency-row {
        min-height: unset;
        flex-direction: column-reverse;
        gap: 80px;
    }

    .efficiency-info {
        max-width: 730px;
        align-items: center;
        gap: 32px;
    }

    .efficiency-info__head {
        align-items: center;
    }

    .efficiency-info__title,
    .efficiency-info__subtitle {
        text-align: center;
    }

    .efficiency-info__title {
        font-size: 44px;
    }

    .efficiency-tags {
        justify-content: center;
    }

    .efficiency-img {
        width: 100%;
        max-width: 550px;
        justify-content: center;
        align-items: center;
        min-height: unset;
    }

    .efficiency-img__filter {
        width: 100%;
        max-width: 420px;
        justify-content: center;
        align-items: center;
    }

    .carbon {
        padding: 80px 0;
    }

    .carbon-row {
        flex-direction: column;
        gap: 24px;
    }

    .carbon-info {
        max-width: 730px;
        align-items: center;
    }

    .carbon-info__title,
    .carbon-info__text,
    .carbon-info__value {
        text-align: center;
    }

    .carbon-info__flag {
        width: 72px;
        top: -40px;
    }

    .carbon-img {
        overflow: unset;
    }

    .carbon-img__bg {
        top: -100px;
    }

    .compare {
        padding: 120px 0;
    }

    .compare-img {
        top: 24px;
    }

    .compare-slider .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .compare-block {
        width: calc(50% - 12px);
        max-width: 340px;
    }

    .reasons {
        padding: 80px 0;
    }

    .reasons-slider {
        overflow: unset;
    }

    .reasons-slider .swiper-wrapper {
        gap: 0;
    }

    .reasons-block {
        width: 245px;
        flex-shrink: 0;
    }

    .reasons-block__content {
        padding: 32px;
    }

    .faq {
        padding: 80px 0;
    }

    .faq-row {
        align-items: center;
        flex-direction: column;
        gap: 52px;
    }

    .faq-info {
        max-width: 730px;
    }

    .faq-img {
        justify-content: center;
        align-items: center;
    }

    .order {
        padding: 80px 0;
    }

    .order-list {
        gap: 24px;
    }

    .order-block {
        width: calc(100% / 3 - 16px);
        padding: 24px;
    }

    .order-footer {
        gap: 24px;
    }
}

@media only screen and (max-width: 768px) {

    .section-title {
        font-size: 18px;
    }

    .hero-content__title {
        font-size: 24px;
    }

    .compare-block {
        width: 100%;
    }

    .order-list {
        flex-direction: column;
        gap: 12px;
    }

    .order-block {
        width: 100%;
        min-height: 80px;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 16px 32px;
    }

    .order-block__bottom {
        flex: 1 1 auto;
    }

    .order-block__name {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {

    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 14px;
    }

    .hero {
        min-height: 700px;
    }

    .hero-row {
        align-items: center;
        gap: 32px;
    }

    .hero-content {
        max-width: 370px;
        align-items: center;
    }

    .hero-content__title {
        font-size: 16px;
        text-align: center;
    }

    .hero-content__text {
        text-align: center;
    }

    .hero-bottom {
        align-items: center;
        gap: 32px;
    }

    .hero-brands {
        max-width: 370px;
        justify-content: center;
    }

    .shops {
        flex-direction: column;
        align-items: center;
    }

    .problem {
        padding: 64px 0;
    }

    .problem-cards {
        max-width: 100%;
    }

    .problem-cards__light {
        width: 100%;
        top: 0;
    }

    .problem-slider .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
    }

    .problem-block {
        max-width: calc(100vw - 20px);
    }

    .efficiency {
        padding: 64px 0;
    }

    .efficiency-info__title {
        font-size: 24px;
    }

    .efficiency-info__subtitle {
        font-size: 12px;
    }

    .efficiency-img__filter {
        max-width: 325px;
    }

    .efficiency-img__light {
        top: 50px;
    }

    .carbon {
        padding: 64px 0;
    }

    .carbon-info__flag {
        width: 62px;
        top: -36px;
        left: unset;
        right: 16%;
        transform: rotate(12deg);
    }

    .carbon-info__title {
        max-width: 370px;
    }

    .carbon-info__value {
        font-size: 12px;
    }

    .carbon-shops {
        flex-direction: column;
        margin-top: 12px;
    }

    .compare {
        padding: 64px 0;
    }

    .compare-img {
        max-width: 330px;
        top: 0;
    }

    .compare-slider .swiper-wrapper {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
    }

    .compare-block {
        width: 280px;
        max-width: unset;
        flex-shrink: 0;
    }

    .reasons {
        padding: 64px 0;
    }

    .reasons-block {
        width: 245px;
    }

    .faq {
        padding: 64px 0;
    }

    .faq-info {
        align-items: center;
    }

    .faq-info__title {
        text-align: center;
    }

    .faq-list__question,
    .faq-list__answer {
        text-align: center;
    }

    .order {
        padding: 64px 0;
    }

    .order-row {
        gap: 42px;
    }

    .order-title {
        font-size: 12px;
    }

    .order-footer {
        flex-direction: column;
        gap: 12px;
    }

    .order-footer__item {
        font-size: 14px;
    }
}

/*************************************/

/************* Keyframes *************/

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes brands-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
