

/* Start:/landings/tovarniy-znak/styles.css?175260066721084*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('/landings/tovarniy-znak/./fonts/GothamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/landings/tovarniy-znak/./fonts/GothamPro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marvin Visions';
    src: url('/landings/tovarniy-znak/./fonts/MarvinVisions-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-title: 'Marvin Visions';
    --font-body: 'Gotham Pro';
    --font-size-128: clamp(54px, 8.46vw, 128px);
    --font-size-96: clamp(32px, 6.34vw, 96px);
    --font-size-64: clamp(32px, 4.23vw, 64px);
    --font-size-32: clamp(18px, 2.11vw, 32px);
    --font-size-24: clamp(16px, 1.58vw, 24px);
    --font-size-20: clamp(14px, 1.32vw, 20px);
    --red-gradient: linear-gradient(125.7deg, #B90106 1.92%, #E70008 47.6%, #B90106 100%);
    --button-gradient: linear-gradient(182.26deg, #E70008 14.62%, #B90106 97.53%);
    --gray-color: #ACABA9;
    --text-color: #000000;
    --primary-color: #fff;
    --secondary-color: #181818;
    --max-width: 1238px;
    --padding-x: 16px;
    --grid-width: 370px;
    --mobile-grid-width: clamp(104px, 24.47vw, 370px);
    --grid-gap: 64px;
    --mobile-grid-gap: clamp(20px, 4.23vw, 64px);
    --shadow: -9px 11px 38px 0 #0000000D;
}

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

body, html {
    margin: 0;
    font-family: var(--font-body), sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title), sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
}

p {
    line-height: 1.3;
}

.gradient-text {
    background: var(--red-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg {
    background: var(--red-gradient);
}

.title {
    font-size: var(--font-size-64);
}

.grid-section {
    max-width: var(--grid-width);
}

.grid-section-2 {
    max-width: calc(var(--grid-width) * 2 + var(--grid-gap));
}

.button {
    background: var(--button-gradient);
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: var(--font-size-24);
    border: none;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.button:hover {
    transform: scale(1.05);
    background: linear-gradient(182.26deg, #B90106 25%, #E70008 75%);
}


.font-20 {
    font-size: var(--font-size-20);
}

.font-24 {
    font-size: var(--font-size-24);
}

.font-32 {
    font-size: var(--font-size-32);
}

.font-96 {
    font-size: var(--font-size-96);
}

.gray-text {
    color: var(--gray-color);
}

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

.wrappp {
    max-width: calc(var(--max-width) + var(--padding-x) * 2) !important;
    margin: 0 auto;
    padding: 0 var(--padding-x);
}

.item-title {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.hero {
    padding-top: 50px;
    position: relative;
    margin-bottom: 230px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(232px, 25.92vw, 392px);
    height: clamp(420px, 46.89vw,709px);
    aspect-ratio: 0.55;
    background: url('/landings/tovarniy-znak/./assets/hero-image.png') no-repeat center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.hero__title {
    line-height: 1;
    font-size: var(--font-size-128);
    margin-bottom: 41px;
    letter-spacing: 2px;
}

.hero__subtitle {
    font-size: var(--font-size-32);
    font-weight: 500;
}

.hero__description {
    margin-bottom: 39px;
}

.hero__text-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rotating-button {
    margin-top: -60px;
    position: relative;
    width: 160px;
    height: 160px;
    margin-left: auto;
}

.rotating-text {
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
}

.circle-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    background: white;
    border: 1px solid red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner {
    width: 41px;
    height: 41px;
    background: var(--red-gradient);
    border-radius: 50%;
}

.what__container {
    padding-top: 100px;
    margin-bottom: 120px;
}

.what__title {
    margin-bottom: 80px;
}

.what__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.what__list svg {
    min-width: 30px;
}

.what__item {
    flex: 1;
    height: 100%;
    border-radius: 25px;
    box-shadow: var(--shadow);
    padding: 20px 20px 20px 35px;
    line-height: 1.3;
}

.lost {
    background: var(--red-gradient);
}

.lost__container {
    padding-block: 50px;
}

.lost__text {
    color: var(--primary-color);
    font-weight: 500;
}

.next__container {
    padding-block: 137px;
    overflow-x: clip;
}

.next__title {
    line-height: 1;
}

.next__text-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.next__wrapper {
    position: relative;
    display: flex;
    gap: var(--grid-gap);
}

.next__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--grid-gap);
    margin-right: 47px;
}

.next__item {
    box-shadow: var(--shadow);
    padding: 20px 17px 20px 20px;
    border-radius: 25px;
}

.next__item-header {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.next__item-title {
    margin-bottom: 0;
}

.next__icon-container {
    padding: 15px 15px 13px 15px;
    border-radius: 10px;
    background: #E7000829;
}

.next__item-description {
    color: #181818;
}

.next__image {
    position: absolute;
    right: -50px;
}

.advantage__container {
    padding-block: 80px 200px;
}

.advantage__title {
    margin-bottom: 80px;
}

.advantage__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.advantage__item {
    position: relative;
    padding: 31px 30px 0 30px;
    min-width: 300px;
}

.advantage__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 156px;
    background: var(--red-gradient);
    border-radius: 25px;
    z-index: -1;
}

.advantage__inner {
    border-radius: 21px;
    padding: 25px 20px;
    background: var(--primary-color);
    box-shadow: var(--shadow);
}

.sides {
    display: flex;
    flex-direction: column;
    gap: 39px;
    min-width: 100%;
}

.sides__container {
    min-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sides__container:nth-child(1) {
    padding-right: 53px;
}

.sides__container:nth-child(2) {
    padding-left: 114px;
}

.sides__container:nth-child(3) {
    padding-right: 20px;
}

.sides__container:nth-child(2) .sides__title-container {
    background: var(--secondary-color);
    justify-content: flex-start;
}

.sides__title-container {
    display: flex;
    align-items: center;
    background: var(--red-gradient);
    color: var(--primary-color);
    height: 176px;
    padding: 40px 86px;
    justify-content: flex-end;
    letter-spacing: 2px;
    width: 100%;
}

.law {
    position: relative;
    overflow-x: hidden;
}

.law::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1512px;
    height: 973px;
    background: url('/landings/tovarniy-znak/./assets/law-bg.png') no-repeat center;
    background-size: contain;
    z-index: -1;
}

.law__container {
    padding-block: 130px 350px;
}

.law__title {
    margin-bottom: 43px;
}

.law__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.law__item {
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 25px;
    min-width: 250px;
}

.law__wrapper {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.law__wrapper-subtitle {
    font-weight: 500;
}

.control {
    position: relative;
    background: url("/landings/tovarniy-znak/assets/control-bg.png") var(--secondary-color) center no-repeat;
    background-size: cover;
    padding-block: 66px;
    overflow: hidden;
}

.control::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 667px;
    height: 410px;
    background: url("/landings/tovarniy-znak/assets/controll-image.png") center no-repeat;
    background-size: cover;
    z-index: 1;
}

.control::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 275px;
    height: 250px;
    background: var(--red-gradient);
    filter: blur(313px);
    z-index: 0;
}

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

.control__title,
.control__description {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.control__title {
    letter-spacing: 3px;
}

.how {
    padding-block: 137px 80px;
}

.how__container {
    position: relative;
}

.how__title {
    line-height: 1;
}

.how__text-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 130px;
}

.how__item-title {
    margin-bottom: 0;
}

.how__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--grid-gap);
    row-gap: 100px;
    margin-left: auto;
    margin-bottom: 80px;
}

.how__image {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -100px;
}

.how__item {
    position: relative;
    padding: 50px 25px 40px 25px;
    border-radius: 25px;
    background: #F6F6F6;
}

.how__item-title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.how__cta-container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.how__cta-description {
    font-weight: 500;
}

.how__cta-button {
    width: 100%;
}

.review {
    padding-block: 80px 137px;
    overflow-x: hidden;
}

.review__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.review__title-container {
    display: flex;
    align-items: center;
}

.red-line {
    display: block;
    width: 87px;
    height: 4px;
    background: var(--red-gradient);
    margin-right: 30px;
}

.review__button-container {
    display: flex;
    gap: 24px;
}

.review__mob-button-container {
    display: none;
}

.review__button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-block: 13px;
    border-radius: 50%;
    border: 2px solid #ACABA9;
    background: none;
    outline: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.review__button svg {
    position: relative;
    z-index: 100;
    min-width: 13px;
    min-height: 24px;
}

.review__button:hover.review__button::before {
    opacity: 1;
}

.review__button:hover.review__button {
    border: none;
}

.review__button svg path {
    color: #ACABA9;
    transition: color 0.3s ease-in-out;
}

.review__button:hover.review__button svg path {
    color: var(--primary-color);
}

.review__button::before {
    background: var(--red-gradient);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.review__button:nth-child(1) {
    padding-right: 3px;
}

.review__button:nth-child(2) {
    padding-left: 3px;
}

.review__button:nth-child(2) svg {
    transform: rotate(180deg);
}

.review__slider-wrapper {

    position: relative;
}

.review__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 34px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.review__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    box-shadow: var(--shadow);
    padding: 40px;
    border-radius: 25px;
    min-width: 602px;
}

.review__item svg {
    margin-bottom: 16px;
}

.review__item-description {
    margin-bottom: 24px;
}

.review__item-author {
    margin-bottom: 32px;
}

.form {
    margin-bottom: 137px;
}

.form__container {
    padding: 114px 69px;
    position: relative;
    background: var(--secondary-color);
    border-radius: 25px;
}

.form__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/landings/tovarniy-znak/./assets/form-bg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
}

.form__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 597px;
    height: auto;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.form__wrapper {
    max-width: 586px;
    margin-left: auto;
    color: white;
    position: relative;
    z-index: 2;
}

.form__description {
    margin-bottom: 35px;
}

.form__section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form__label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary-color);
    padding: 0 6px;
    color: #aaa;
    font-size: var(--font-size-20);
    pointer-events: none;
    transition: 0.2s ease;
}

.form__inputt:focus + .form__label,
.form__inputt:not(:placeholder-shown) + .form__label {
    top: -10px;
    left: 16px;
    font-size: 13px;
    color: #e70008;
}

.form__inputt {
    line-height: 1.3 !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border: 1px solid red !important;
    background: transparent !important;
    min-width: 60% !important;
    max-width: 100% !important;
    color: var(--primary-color) !important;
}

.form__inputt::placeholder {
    color: white !important;
}

.form__inputt:focus {
    outline: 1px solid red !important;
}

.form__field:last-of-type {
    margin-bottom: 15px;
}

.form__button {
    width: max-content;
    align-self: start; /* не даёт растягиваться во флексе */
}

input:not(.btn) {
    line-height: 1.3 !important;
}

@media (max-width: 1200px) {
    .next__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .next__list {
        max-width: 100%;
        gap: 20px;
        margin-right: 0;
    }

    .next__image {
        max-width: 100%;
        height: auto;
        position: static;
    }

    .form__container {
        border-radius: 0;
        padding-bottom: 600px;
    }

    .form__wrapper {
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form__description {
        text-align: center;
    }

    .form__section {
        min-width: 300px;
    }

    .form__input {
        min-width: 100%;
    }

    .form__button {
        min-width: 100%;
    }

    .form__image {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 946px) {
    .grid-section {
        max-width: calc(var(--mobile-grid-width) * 2 + var(--mobile-grid-gap));
    }

    .hero {
        margin-bottom: 30px;
    }

    .hero::before {
        top: 150px;
        left: 20%;
    }

    .hero__text-container {
        flex-direction: column;
    }

    .hero__text-container .grid-section:first-child {
        margin-left: auto;
        margin-bottom: 66px;
    }

    .hero__gray-description {
        text-align: center;
    }

    .rotating-button {
        margin: 0 auto;
    }

    .what__container {
        padding-top: 50px;
        margin-bottom: 60px;
        padding-inline: 0;
    }

    .what__title {
        margin-bottom: 40px;
    }

    .what__list {
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-block: 10px 30px;
        padding-inline: 16px;
        justify-content: unset;
    }

    .what__list::-webkit-scrollbar {
        display: none;
    }

    .what__item {
        min-width: 279px;
    }

    .next__text-container {
        flex-direction: column;
        gap: 30px;
    }

    .advantage__title {
        margin-bottom: 40px;
    }

    .advantage__list {
        justify-content: center;
        gap: 30px;
    }

    .advantage__container {
        padding-bottom: 100px;
    }

    .sides {
        gap: 0;
    }

    .sides__image {
        display: none;
    }

    .sides__title-container {
        text-align: center;
        padding: 25px 16px;
        height: unset;
    }

    .sides__container:nth-child(1),
    .sides__container:nth-child(2),
    .sides__container:nth-child(3) {
        padding-inline: 0;
    }

    .sides__title-container,
    .sides__container:nth-child(2) .sides__title-container{
        justify-content: center;
    }

    .law {
        padding-bottom: 100px;
    }

    .law::before {
        background: url('/landings/tovarniy-znak/./assets/law-bg-mobile.png') no-repeat center;
        bottom: 0;
        left: 0;
        transform: none;
        width: 373px;
        height: 441px;
        background-size: cover;
    }

    .law__list {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .law__item {
        max-width: 279px;
        margin-right: auto;
    }

    .law__item:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
    }

    .control {
        padding-bottom: 190px;
    }

    .control::before {
        height: 272px;
        width: 400px;
        background-size: cover;
    }

    .how__text-container {
        flex-direction: column;
        gap: 25px;
    }

    .how__list {
        margin-inline: auto;
        margin-bottom: 600px;
        grid-template-columns: repeat(1, 1fr);
        gap: 45px;
    }

    .how__image {
        max-width: 100%;
        height: auto;
        bottom: 170px;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .arrow {
        display: none;
    }

    .how__cta-description {
        text-align: center;
    }

    .review__item {
        min-width: 100%;
    }
}

@media (max-width: 655px) {
    .right-align {
        display: block;
        width: 100%;
        text-align: right;
    }

    .hero {
        margin-bottom: 0;
    }

    .next__list {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .next__item {
        max-width: 60%;
        min-width: 264px;
    }

    .next__item:nth-child(even) {
        margin-right: auto;
    }

    .next__item:nth-child(odd) {
        margin-left: auto;
    }

    .next__container {
        padding-bottom: 30px;
    }

    .how__cta-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .form__inputt {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .form__container {
        padding-bottom: 500px;
    }

}

@media (max-width: 400px) {
    .hero::before {
        left: 10%;
        z-index: -1;
    }

    .next__container {
        padding-bottom: 0;
    }

    .how__list {
        margin-bottom: 400px;
    }

    .review__button-container {
        display: none;
    }

    .review__mob-button-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 21px;
    }

    .review__slider-wrapper {
        margin-bottom: 30px;
    }

    .form__title {
        text-align: center;
        margin-bottom: 30px;
    }

    .form__container {
        padding-bottom: 400px;
    }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Элементы, которые ещё не появились */
.hidden {
    opacity: 0;
    transform: translateY(20px); /* Смещение вниз для визуального эффекта */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Элементы, которые попали в область видимости */
.visible {
    opacity: 1;
    transform: translateY(0); /* Сбрасываем смещение */
}

.wrapper_inner {
    padding: 0 !important;
}


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

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

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

.menu-wrapper {
    list-style-type: none;
}

.wraps .wrapper_inner {
    width: 100%; !important;
    max-width: 100%; !important;
}

.middle .container {
    width: 100% !important;
    max-width: 100% !important;
}

/* End */


/* Start:/landings/tovarniy-znak/fonts/stylesheet.css?1752159320522*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('/landings/tovarniy-znak/fonts/GothamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/landings/tovarniy-znak/fonts/GothamPro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marvin Visions';
    src: url('/landings/tovarniy-znak/fonts/MarvinVisions-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* End */
/* /landings/tovarniy-znak/styles.css?175260066721084 */
/* /landings/tovarniy-znak/fonts/stylesheet.css?1752159320522 */
