

/* Start:/local/components/rexmarket/landing.hero/templates/.default/style.css?178095600411355*/
.landing-hero-section {
    padding: 28px 0 42px;
}

.landing-hero-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 48px;
    border-radius: 28px;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.8) 38%, rgba(255, 255, 255, 0.28) 68%, rgba(255, 255, 255, 0.12) 100%),
        url('/upload/landings/hot-food/hero-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 50px rgba(27, 31, 32, 0.06);
}

.landing-hero-content {
    flex: 1 1 auto;
    max-width: 580px;
    position: relative;
    z-index: 5;
}

.landing-hero-title {
    /*margin: 0;*/
    /*font-size: 56px;*/
    /*line-height: 1.02;*/
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    /*color: #1b1f20;*/
    font-size: 45px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.landing-hero-title span{
    color: #ff1444;
}

.landing-hero-subtitle {
    max-width: 520px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
    color: #526271;
}

.landing-hero-button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-top: 32px;
    padding: 0 28px;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
}

.landing-hero-button:hover {
    text-decoration: none;
}

.landing-hero-image-block {
    flex: 0 0 42%;
    max-width: 520px;
    position: relative;
    z-index: 3;
}

.landing-hero-scene {
    position: relative;
    min-height: 540px;
    pointer-events: none;
}

.landing-hero-scene::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 70%;
    height: 38px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    filter: blur(28px);
    z-index: 1;
}

.landing-hero-food,
.landing-hero-machine {
    position: absolute;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.landing-hero-image {
    width: 100%;
    object-fit: contain;
}

.landing-hero-machine {
    position: absolute;
    left: 50%;
    top: 50%;
    --hero-machine-shift-x: 0px;
    --hero-machine-shift-y: 0px;
    --hero-machine-rotate: 0deg;
    transform: translate(calc(-50% + var(--hero-machine-shift-x)), calc(-50% + var(--hero-machine-shift-y))) rotate(var(--hero-machine-rotate));
    z-index: 3;
    width: 80%;
    max-height: 520px;
}

.landing-hero-food {
    --food-scroll-x: 0px;
    --food-scroll-y: 0px;
    --food-scroll-rotate: 0deg;
    --food-pointer-x: 0px;
    --food-pointer-y: 0px;
    --food-pointer-rotate: 0deg;
    --food-drag-x: 0px;
    --food-drag-y: 0px;
    --food-drag-rotate: 0deg;
    --food-float-x: 0px;
    filter: drop-shadow(0 18px 28px rgba(27, 31, 32, 0.16));
    transform-origin: center center;
    animation-name: landingHeroFloat;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    pointer-events: none;
}

.landing-hero-food--custom {
    top: var(--hero-food-top, auto) !important;
    left: var(--hero-food-left, auto) !important;
    right: var(--hero-food-right, auto) !important;
    bottom: var(--hero-food-bottom, auto) !important;
    z-index: var(--hero-food-z-index, auto) !important;
    width: var(--hero-food-width, auto) !important;
    opacity: var(--hero-food-opacity, 1) !important;
    --food-rotate: var(--hero-food-rotate, 0deg);
    --food-float-x: var(--hero-food-float-x, 0px);
    animation-duration: var(--hero-food-animation-duration, 6s);
    animation-delay: var(--hero-food-animation-delay, 0s);
}

.landing-hero-food:nth-of-type(1) {
    top: 208px;
    left: 51%;
    z-index: 4;

    width: 272px;

    --food-rotate: -10deg;
    --food-float-x: 8px;

    animation-duration: 6.3s;
    animation-delay: -1.2s;
}

.landing-hero-food:nth-of-type(2) {
    top: 52px;
    left: 58%;
    z-index: 2;

    width: 156px;

    --food-rotate: -4deg;
    --food-float-x: -6px;

    opacity: 0.92;

    animation-duration: 5.8s;
    animation-delay: -2.4s;
}

.landing-hero-food:nth-of-type(3) {
    left: 74%;
    top: 72%;
    z-index: 4;

    width: 198px;

    --food-rotate: 8deg;
    --food-float-x: 6px;

    animation-duration: 6.8s;
    animation-delay: -0.8s;
}

.landing-hero-food:nth-of-type(4) {
    left: 26%;
    top: 61%;
    z-index: 1;

    width: 118px;

    --food-rotate: -2deg;
    --food-float-x: -3px;

    opacity: 0.72;

    animation-duration: 5.5s;
    animation-delay: -3.1s;
}

@keyframes landingHeroFloat {
    0%,
    100% {
        transform:
            translate3d(
                calc(var(--food-scroll-x) + var(--food-pointer-x) + var(--food-drag-x)),
                calc(var(--food-scroll-y) + var(--food-pointer-y) + var(--food-drag-y)),
                0
            )
            rotate(calc(var(--food-rotate) + var(--food-scroll-rotate) + var(--food-pointer-rotate) + var(--food-drag-rotate)));
    }

    50% {
        transform:
            translate3d(
                calc(var(--food-scroll-x) + var(--food-pointer-x) + var(--food-drag-x) + var(--food-float-x)),
                calc(var(--food-scroll-y) + var(--food-pointer-y) + var(--food-drag-y) - 14px),
                0
            )
            rotate(calc(var(--food-rotate) + var(--food-scroll-rotate) + var(--food-pointer-rotate) + var(--food-drag-rotate) + 1deg));
    }
}

@media (max-width: 1199px) {
    .landing-hero-title {
        font-size: 48px;
    }

    .landing-hero-scene {
        min-height: 500px;
    }

    .landing-hero-machine {
        width: 82%;
    }

    .landing-hero-food--custom-lg {
        top: var(--hero-food-lg-top, auto) !important;
        left: var(--hero-food-lg-left, auto) !important;
        right: var(--hero-food-lg-right, auto) !important;
        bottom: var(--hero-food-lg-bottom, auto) !important;
        z-index: var(--hero-food-lg-z-index, var(--hero-food-z-index, auto)) !important;
        width: var(--hero-food-lg-width, var(--hero-food-width, auto)) !important;
        opacity: var(--hero-food-lg-opacity, var(--hero-food-opacity, 1)) !important;
        --food-rotate: var(--hero-food-lg-rotate, var(--hero-food-rotate, 0deg));
        --food-float-x: var(--hero-food-lg-float-x, var(--hero-food-float-x, 0px));
        animation-duration: var(--hero-food-lg-animation-duration, var(--hero-food-animation-duration, 6s));
        animation-delay: var(--hero-food-lg-animation-delay, var(--hero-food-animation-delay, 0s));
    }

    .landing-hero-food--main {
        top: 194px;
        left: 49%;
        width: 236px;
    }

    .landing-hero-food--pasta {
        top: 44px;
        left: 56%;
        width: 140px;
    }

    .landing-hero-food--sandwich {
        left: 72%;
        top: 73%;
        width: 176px;
    }

    .landing-hero-food--salad {
        left: 35%;
        top: 75%;
        width: 108px;
    }
}

@media (max-width: 991px) {
    .landing-hero-row {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        padding: 36px;
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 40%, rgba(255, 255, 255, 0.32) 100%),
            url('/upload/landings/hot-food/hero-bg.png');
    }

    .landing-hero-content,
    .landing-hero-media {
        width: 100%;
        max-width: none;
    }

    .landing-hero-image-block {
        flex-basis: auto;
        max-width: none;
    }

    .landing-hero-title {
        font-size: 40px;
    }

    .landing-hero-scene {
        min-height: 420px;
        max-width: 520px;
        margin: 0 auto;
    }

    .landing-hero-machine {
        width: min(100%, 320px);
        max-height: 420px;
    }

    .landing-hero-food--custom-md {
        top: var(--hero-food-md-top, auto) !important;
        left: var(--hero-food-md-left, auto) !important;
        right: var(--hero-food-md-right, auto) !important;
        bottom: var(--hero-food-md-bottom, auto) !important;
        z-index: var(--hero-food-md-z-index, var(--hero-food-z-index, auto)) !important;
        width: var(--hero-food-md-width, var(--hero-food-width, auto)) !important;
        opacity: var(--hero-food-md-opacity, var(--hero-food-opacity, 1)) !important;
        --food-rotate: var(--hero-food-md-rotate, var(--hero-food-rotate, 0deg));
        --food-float-x: var(--hero-food-md-float-x, var(--hero-food-float-x, 0px));
        animation-duration: var(--hero-food-md-animation-duration, var(--hero-food-animation-duration, 6s));
        animation-delay: var(--hero-food-md-animation-delay, var(--hero-food-animation-delay, 0s));
    }

    .landing-hero-food--main {
        top: 168px;
        left: 54%;
        width: 174px;
    }

    .landing-hero-food--pasta {
        top: 28px;
        left: 44px;
        width: 124px;
    }

    .landing-hero-food--sandwich {
        right: 18px;
        bottom: 24px;
        width: 148px;
    }

    .landing-hero-food--salad {
        left: 18px;
        bottom: 30px;
        width: 108px;
    }
}

@media (max-width: 767px) {
    .landing-hero-section {
        padding: 18px 0 28px;
    }

    .landing-page .landing-hero-food {
        display: none !important;
    }

    .landing-hero-row {
        gap: 24px;
        padding: 24px 20px;
        border-radius: 20px;
    }

    .landing-hero-title {
        font-size: 30px;
    }

    .landing-hero-subtitle {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.55;
    }

    .landing-hero-button.btn {
        width: 100%;
        margin-top: 24px;
    }

    .landing-hero-scene {
        min-height: 320px;
        max-width: 360px;
    }

    .landing-hero-food--custom-sm {
        top: var(--hero-food-sm-top, auto) !important;
        left: var(--hero-food-sm-left, auto) !important;
        right: var(--hero-food-sm-right, auto) !important;
        bottom: var(--hero-food-sm-bottom, auto) !important;
        z-index: var(--hero-food-sm-z-index, var(--hero-food-z-index, auto)) !important;
        width: var(--hero-food-sm-width, var(--hero-food-width, auto)) !important;
        opacity: var(--hero-food-sm-opacity, var(--hero-food-opacity, 1)) !important;
        --food-rotate: var(--hero-food-sm-rotate, var(--hero-food-rotate, 0deg));
        --food-float-x: var(--hero-food-sm-float-x, var(--hero-food-float-x, 0px));
        animation-duration: var(--hero-food-sm-animation-duration, var(--hero-food-animation-duration, 6s));
        animation-delay: var(--hero-food-sm-animation-delay, var(--hero-food-animation-delay, 0s));
    }

    .landing-hero-machine {
        width: min(100%, 230px);
        max-height: 310px;
    }

    .landing-hero-food--main {
        top: 140px;
        left: 52%;
        width: 132px;
    }

    .landing-hero-food--pasta {
        top: 16px;
        left: 28px;
        width: 96px;
    }

    .landing-hero-food--sandwich {
        right: 10px;
        bottom: 18px;
        width: 114px;
    }

    .landing-hero-food--salad {
        left: 12px;
        bottom: 24px;
        width: 84px;
    }

    .landing-hero-image-block{
        display: none;
    }
}

/* End */


/* Start:/local/components/rexmarket/landing.advantages/templates/.default/style.css?17783610052718*/
.landing-advantages-section {
    padding: 50px 0;
}

.landing-block-title-wrap {
    margin-bottom: 26px;
}

.landing-advantages-title {
    margin: 0;
}

.landing-advantages-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.landing-advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 60px) / 4);
    padding: 28px;
    border: 1px solid #d9e0e6;
    border-radius: 20px;
    /*background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);*/
    /*background: radial-gradient(circle at 82% 22%, rgba(255, 20, 68, 0.07), transparent 28%), #ffffff;*/
    box-shadow: 0 16px 36px rgba(27, 31, 32, 0.05);
}

.landing-advantages-item:nth-child(1) {
    background:
            radial-gradient(circle at 85% 15%, rgba(255, 20, 68, 0.06), transparent 32%),
            #ffffff;
}

.landing-advantages-item:nth-child(2) {
    background:
            radial-gradient(circle at 20% 85%, rgba(255, 20, 68, 0.05), transparent 36%),
            #ffffff;
}

.landing-advantages-item:nth-child(3) {
    background:
            radial-gradient(circle at 70% 75%, rgba(255, 20, 68, 0.07), transparent 28%),
            radial-gradient(circle at 20% 20%, rgba(255, 20, 68, 0.03), transparent 40%),
            #ffffff;
}

.landing-advantages-item:nth-child(4) {
    background:
            radial-gradient(circle at 10% 10%, rgba(255, 20, 68, 0.05), transparent 34%),
            #ffffff;
}

.landing-advantages-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 72px;*/
    /*height: 72px;*/
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    border-radius: 20px;
    /*background: radial-gradient(circle at center, rgba(255, 20, 68, 0.12), rgba(255, 20, 68, 0.06));*/
}

.landing-advantages-icon--font {
    color: #ff1444;
}

.landing-advantages-icon-glyph {
    /*font-size: 38px;*/
    font-size: 65px;
    line-height: 1;
}

.landing-advantages-item-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: #1b1f20;
}

.landing-advantages-item-text {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
    color: #526271;
}

@media (max-width: 991px) {
    .landing-advantages-item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 600px) {
    .landing-advantages-section {
        padding: 24px 0 28px;
    }

    .landing-advantages-item {
        width: 100%;
        padding: 22px;
        border-radius: 16px;
    }

    .landing-advantages-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
}

/* End */


/* Start:/local/components/rexmarket/landing.product_description/templates/.default/style.css?17800626045903*/
.landing-product-description-section {
    padding: 50px 0;
}

.landing-product-description-shell {
    padding: 40px;
    border: 1px solid #dfe6ec;
    border-radius: 28px;
    /*background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);*/
    /*background: radial-gradient(circle at 82% 22%, rgba(255, 20, 68, 0.07), transparent 34%), #ffffff;*/
    background: radial-gradient(circle at 82% 22%, rgba(255, 20, 68, 0.07), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(255, 20, 68, 0.04), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(255, 20, 68, 0.02), transparent 60%),
    #ffffff;
    box-shadow: 0 20px 50px rgba(27, 31, 32, 0.05);
}

.landing-block-title-wrap {
    margin-bottom: 26px;
}

.landing-product-description-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.landing-product-description-content {
    flex: 1 1 50%;
    max-width: 560px;
}

.landing-product-description-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 20, 68, 0.1);
    color: #d81f48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-product-description-title {
    margin: 0;
    color: #1b1f20;
}

.landing-product-description-text {
    /*font-size: 17px;*/
    /*line-height: 1.75;*/
    font-size: 16px;
    line-height: 1.65;
    color: #526271;
}

.landing-product-description-features {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.landing-product-description-features li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: #1b1f20;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.landing-product-description-features li:last-child {
    margin-bottom: 0;
}

.landing-product-description-features li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff1444;
}

.landing-product-description-button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-top: 28px;
    padding: 0 28px;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
}

.landing-product-description-media {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
}

.landing-product-description-image-wrap,
.landing-product-description-video {
    width: 100%;
    max-width: 560px;
    /*overflow: hidden;*/
    padding: 24px;
    position: relative;
    z-index: 2;
}

.landing-product-description-image-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 70%;
    height: 38px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    filter: blur(28px);
    z-index: 1;
}

.landing-product-description-video {
    position: relative;
}

.landing-product-description-image {
    display: block;
    width: 100%;
    max-height: 440px;
    object-fit: contain;
}

.landing-video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.landing-video-preview {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    /*box-shadow: 0 18px 36px rgba(27, 31, 32, 0.08);*/
    box-shadow: 0 0 20px rgba(27, 31, 32, 0.08);
}

.landing-video-preview:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 31, 32, 0.02) 0%, rgba(27, 31, 32, 0.18) 100%);
}

.landing-video-preview img {
    display: block;
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.landing-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 20, 68, 0.94);
    color: #ffffff;
    font-size: 34px;
    border: 4px solid rgba(255, 255, 255, 0.92);
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 36px rgba(255, 20, 68, 0.28);
    transition: transform 220ms ease, background 220ms ease;
}

.landing-video-trigger:hover .landing-video-play {
    background: #ff1444;
    transform: translate(-50%, -50%) scale(1.06);
}

.landing-product-description-video iframe,
.landing-product-description-video video,
.landing-video-player {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(27, 31, 32, 0.08);
}

@media (max-width: 991px) {
    .landing-product-description-shell {
        padding: 32px;
    }

    .landing-product-description-row {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .landing-product-description-section {
        padding: 28px 0;
    }

    .landing-product-description-shell {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .landing-product-description-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-product-description-content,
    .landing-product-description-media {
        width: 100%;
        max-width: none;
    }

    .landing-product-description-media {
        order: -1;
        justify-content: flex-start;
    }

    .landing-product-description-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .landing-product-description-button.btn {
        width: 100%;
    }

    .landing-product-description-image-wrap,
    .landing-product-description-video {
        padding: 18px;
        border-radius: 18px;
    }

    .landing-video-play {
        width: 72px;
        height: 72px;
        font-size: 30px;
    }
}

/* End */


/* Start:/local/components/rexmarket/landing.cases/templates/.default/style.css?17800626042876*/
.landing-cases-section {
    padding: 50px 0;
}

.landing-cases-title {
    margin: 0;
}

.landing-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.landing-cases-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.landing-cases-card-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 28px;

    aspect-ratio: 1 / 1.15;

    background: #f5f7f9;
}

.landing-cases-card-image-wrap > .landing-cases-card-image {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
            transform 0.55s ease,
            filter 0.55s ease;
}

.landing-cases-card-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: flex-end;

    padding: 28px;

    background:
            linear-gradient(
                    180deg,
                    rgba(10, 12, 14, 0.04) 0%,
                    rgba(10, 12, 14, 0.82) 100%
            );
}

.landing-cases-card-content {
    width: 100%;

    transform: translateY(54px);

    transition:
            transform 0.45s ease;

    will-change: transform;
}

.landing-cases-card:hover .landing-cases-card-content {
    transform: translateY(0);
}

.landing-cases-card:hover .landing-cases-card-image {
    transform: scale(1.04);
    filter: brightness(0.72);
}

.landing-cases-card-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;

    color: #ffffff;
}

.landing-cases-card-text {
    margin-top: 14px;

    font-size: 15px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.88);

    opacity: 0;

    transform: translateY(10px);

    transition:
            opacity 0.35s ease,
            transform 0.35s ease;

    transition-delay: 0.08s;
}

.landing-cases-card:hover .landing-cases-card-text {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {

    .landing-cases-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .landing-cases-section {
        padding: 32px 0;
    }

    .landing-cases-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .landing-cases-card-image-wrap {
        aspect-ratio: 1 / 1;
    }

    .landing-cases-card-overlay {
        padding: 22px;

        background:
                linear-gradient(
                        180deg,
                        rgba(10, 12, 14, 0.08) 0%,
                        rgba(10, 12, 14, 0.78) 100%
                );
    }

    .landing-cases-card-image {
        filter: brightness(0.72);
    }

    .landing-cases-card-content {
        transform: translateY(0);
    }

    .landing-cases-card-text {
        opacity: 1;
        transform: translateY(0);

        font-size: 14px;
        line-height: 1.6;
    }

    .landing-cases-card-title {
        font-size: 22px;
    }
}

/* End */


/* Start:/local/components/rexmarket/landing.faq/templates/.default/style.css?17783610051060*/
.landing-faq-section {
    padding: 50px 0;
}

.landing-block-title-wrap {
    margin-bottom: 26px;
}

.landing-faq-title {
    margin: 0;
}

.landing-faq-list {
    display: grid;
    /*gap: 14px;*/
}

.landing-faq-item {
    /*padding: 22px 26px !important;*/
    padding: 16px 18px !important;
    border: 1px solid #dfe5eb !important;
    border-radius: 18px;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(27, 31, 32, 0.04);
}

.landing-faq-item .accordeon_item_top {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-transform: uppercase;
    color: #1b1f20;
}

.landing-faq-answer {
    font-size: 15px;
    line-height: 1.7;
    color: #526271;
}

.landing-faq-item .accordeon_item_body {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .landing-faq-section {
        padding: 28px 0;
    }

    .landing-faq-item {
        padding: 20px;
        border-radius: 16px;
    }

    .landing-faq-item .accordeon_item_top {
        font-size: 16px !important;
    }
}

/* End */


/* Start:/local/components/rexmarket/landing.cta/templates/.default/style.css?17783610055885*/
.landing-cta-section {
    padding-top: 50px;
}

.landing-cta-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 56px;
    overflow: hidden;
    padding: 46px 52px;
    border: 1px solid rgba(255, 20, 68, 0.14);
    border-radius: 30px;
    /*background:*/
    /*        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.9), transparent 28%),*/
    /*        radial-gradient(circle at 85% 90%, rgba(255, 20, 68, 0.05), transparent 40%),*/
    /*        linear-gradient(135deg, #ffffff 0%, #fff5f7 60%, #fff8fa 100%);*/
    background:
            radial-gradient(circle at 90% 100%, rgba(255, 20, 68, 0.04), transparent 45%),
            #ffffff;
    box-shadow: 0 26px 64px rgba(27, 31, 32, 0.06);
}

.landing-cta-row::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 20, 68, 0.055);
}

.landing-cta-row::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -110px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(255, 20, 68, 0.10);
}

.landing-cta-content,
.landing-cta-form-wrap {
    position: relative;
    z-index: 1;
}

.landing-cta-title {
    max-width: 620px;
    margin: 0;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b1f20;
}

.landing-cta-title span {
    color: #ff1444;
}

.landing-cta-subtitle {
    max-width: 540px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
    color: #526271;
}

.landing-cta-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 28px;
}

.landing-cta-benefit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #1b1f20;
}

.landing-cta-benefit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(255, 20, 68, 0.09);
    color: #ff1444;
    /*color: #fff;*/
    font-size: 22px;
}

.landing-cta-benefit a{
    color: #ff1444;
}

.landing-cta-contact {
    margin-top: 30px;
}

.landing-cta-contact-label {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7f8b97;
}

.landing-cta-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.landing-cta-contact-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: #ff1444;
    font-size: 22px;
    box-shadow: 0 12px 24px rgba(27, 31, 32, 0.08);
}

.landing-cta-contact-link .phone {
    color: #1b1f20;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
}

.landing-cta-contact-link .phone:hover {
    color: #ff1444;
}

.landing-cta-form-wrap {
    width: 100%;
}

.landing-cta-form {
    width: 100%;
}

.landing-cta-form .simpleform {
    display: grid;
    gap: 14px;
    margin: 0;
}

.landing-cta-form .landingForm-fields {
    display: grid;
    gap: 14px;
}

.landing-cta-form .input_wrap {
    margin: 0;
}

.landing-cta-form .input_wrap input[type="text"],
.landing-cta-form .input_wrap input[type="tel"],
.landing-cta-form .input_wrap input[type="email"],
.landing-cta-form .input_wrap textarea {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(82, 98, 113, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: #1b1f20;
    box-shadow: 0 12px 28px rgba(27, 31, 32, 0.035);
}

.landing-cta-form .input_wrap input::placeholder,
.landing-cta-form .input_wrap textarea::placeholder {
    color: rgba(82, 98, 113, 0.62);
}

.landing-cta-form .input_wrap textarea {
    min-height: 96px;
    padding-top: 14px;
    resize: vertical;
}

.landing-cta-form .policy_info,
.landing-cta-form .policy_text,
.landing-cta-form .policy_text a {
    color: #526271;
    font-size: 12.5px;
    line-height: 1.4;
}

.landing-cta-form input.btn,
.landing-cta-form button.btn,
.landing-cta-form .btn {
    width: 100%;
    min-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #ff1444;
    border-radius: 14px;
    background: #ff1444;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(255, 20, 68, 0.24);
}

.landing-cta-form input.btn:hover,
.landing-cta-form button.btn:hover,
.landing-cta-form .btn:hover {
    border-color: #e4123d;
    background: #e4123d;
    color: #ffffff;
}

.landing-cta-note {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    color: #526271;
}

@media (max-width: 991px) {
    .landing-cta-row {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 38px;
    }

    .landing-cta-title {
        font-size: 34px;
    }

    .landing-cta-form-wrap {
        max-width: 460px;
    }
}

@media (max-width: 767px) {
    .landing-cta-section {
        padding: 28px 0 0 0;
    }

    .landing-cta-row {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .landing-cta-title {
        font-size: 28px;
    }

    .landing-cta-subtitle {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.55;
    }

    .landing-cta-benefits {
        gap: 12px;
        margin-top: 22px;
    }

    .landing-cta-benefit {
        width: 100%;
    }

    .landing-cta-contact {
        margin-top: 24px;
    }

    .landing-cta-contact-link .phone {
        font-size: 22px;
    }

    .policy_info {
        gap: 10px;
    }
}

/* End */
/* /local/components/rexmarket/landing.hero/templates/.default/style.css?178095600411355 */
/* /local/components/rexmarket/landing.advantages/templates/.default/style.css?17783610052718 */
/* /local/components/rexmarket/landing.product_description/templates/.default/style.css?17800626045903 */
/* /local/components/rexmarket/landing.cases/templates/.default/style.css?17800626042876 */
/* /local/components/rexmarket/landing.faq/templates/.default/style.css?17783610051060 */
/* /local/components/rexmarket/landing.cta/templates/.default/style.css?17783610055885 */
