@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
@font-face {
    font-family: Fact;
    font-style: normal;
    font-weight: 400;
    src: local("Fact Regular"), local("Fact-Regular"), url("/fonts/fact_regular.woff2") format("woff2");
}
@font-face {
    font-family: Fact;
    font-style: normal;
    font-weight: 500;
    src: local("Fact Medium"), local("Fact-Medium"), url("/fonts/fact_medium.woff2") format("woff2");
}
@font-face {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 300;
    src: local("Commissioner Light"), local("Commissioner-Light"), url("/fonts/Commissioner-Light.woff2") format("woff2");
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
}

input {
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body {
    background: #fff;
    color: #1d1d1d;
    font-family: "Fact", sans-serif;
    font-size: 15px;
    line-height: 17px;
    min-width: 320px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.open-modal {
    overflow: hidden;
}

button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-family: "Fact", sans-serif;
    font-size: 15px;
    margin: 0;
    outline: none;
    padding: 0;
    transition: all 0.3s ease;
}

button:focus, button:hover, input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
    cursor: pointer;
    outline: none;
}

address {
    font-style: normal;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

ol, ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    color: #000;
    transition: all 0.3s ease;
}

a, a:hover {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

svg {
    display: inline-block;
    transition: all 0.25s ease;
}

.wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
}

@media (min-width: 1279px) {
    .wrap {
        max-width: 1279px;
    }
}
.hidden, [hidden] {
    display: none !important;
}

.section {
    width: 100%;
    margin-bottom: 120px;
    font-family: "Fact", sans-serif;
    color: #1a1a1a;
}
@media (max-width: 1919px) {
    .section {
        margin-bottom: 80px;
    }
}
@media (max-width: 1279px) {
    .section {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .section {
        margin-bottom: 40px;
    }
}

.right__text {
    max-width: calc(65vw - (100vw - 1702px) / 2 - 8px);
    margin-left: auto;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
}
@media (max-width: 1782px) {
    .right__text {
        max-width: calc(65vw - 48px);
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .right__text {
        max-width: 74.35%;
        font-size: 16px;
        line-height: 20px;
    }
}
.right__text p:not(:last-child) {
    margin-bottom: 60px;
}
@media (max-width: 1919px) {
    .right__text p:not(:last-child) {
        margin-bottom: 35px;
    }
}
@media (max-width: 1024px) {
    .right__text p:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .right__text p:not(:last-child) {
        margin-bottom: 20px;
    }
}

.container {
    max-width: 1782px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
@media (max-width: 1279px) {
    .container {
        padding: 0 32px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
}

.header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 70px;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 -26px 41px #1a1a1a;
}
@media (max-width: 1279px) {
    .header {
        height: 62px;
        padding: 14px 0;
    }
}
@media (max-width: 767px) {
    .header {
        height: 92px;
        padding: 12px 0;
    }
}
.header__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .header__inner {
        flex-flow: column;
        align-items: flex-start;
        gap: 16px;
    }
}
.header__nav {
    display: flex;
}
.header__nav--links {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.header__nav--link {
    position: relative;
}
.header__nav--link a {
    transition: color 0.4s ease;
}
.header__nav--link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 50%;
    height: 1px;
    background: #ec5d2a;
    display: block;
    width: 100%;
    max-width: 0;
    opacity: 0;
    transform: translateX(-50%);
    transition: max-width 0.6s ease, opacity 0.2s ease-in-out, transform 0.6s ease, left 0.6s ease;
}
.header__nav--link:hover a {
    color: #ec5d2a;
}
.header__nav--link:hover:after {
    left: 0;
    transform: translateX(0);
    max-width: 100px;
    opacity: 1;
}
.header__logo {
    width: fit-content;
    height: 40px;
}
@media (max-width: 1024px) {
    .header__logo {
        height: 34px;
    }
}
@media (max-width: 767px) {
    .header__logo {
        height: 28px;
    }
}
.header__logo--link {
    display: flex;
    width: 189px;
    height: 40px;
}
@media (max-width: 1024px) {
    .header__logo--link {
        width: 159px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .header__logo--link {
        width: 131px;
        height: 28px;
    }
}
.header__logo--link:hover .home__logo-src #ear-first {
    animation: 1.8s earTwitch ease-in-out infinite;
    transform-origin: bottom right;
}
.header__logo--link:hover .home__logo-src #ear-second {
    animation: 1.8s earTwitch ease-in-out infinite;
    animation-delay: 0.2s;
    transform-origin: bottom left;
}

@keyframes earTwitch {
    0% {
        transform: rotateX(0deg);
    }
    10% {
        transform: rotateX(10deg);
    }
    25% {
        transform: rotateX(30deg);
    }
    50% {
        transform: rotateX(-9deg);
    }
    85% {
        transform: rotateX(3deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
.hero {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(65vw - (100vw - 1702px) / 2 - 8px);
    margin-left: auto;
}
@media (max-width: 1782px) {
    .about__text {
        max-width: calc(65vw - 48px);
    }
}
@media (max-width: 767px) {
    .about__text {
        max-width: 74.34%;
    }
}
.about__inner {
    display: flex;
}
.about__logo {
    display: inline-flex;
    transform: translate3d(calc(-100% - 20px), 0, 0);
}
.about__logo svg {
    height: 48px;
}
@media (max-width: 1919px) {
    .about__logo svg {
        height: 32px;
    }
}
@media (max-width: 1279px) {
    .about__logo svg {
        height: 20px;
    }
}
@media (max-width: 767px) {
    .about__logo svg {
        height: 16px;
    }
}
@media (max-width: 1919px) {
    .about__logo {
        height: 32px;
        transform: translate3d(calc(-100% - 16px), 0, 0);
    }
}
@media (max-width: 1279px) {
    .about__logo {
        height: 20px;
        transform: translate3d(calc(-100% - 8px), 0, 0);
    }
}
@media (max-width: 767px) {
    .about__logo {
        height: 16px;
        transform: translate3d(calc(-100% - 4px), 0, 0);
    }
}
.about__title {
    display: inline-block;
    margin-bottom: 60px;
    font-size: 96px;
    font-weight: 700;
    line-height: 96px;
    text-align: left;
    text-transform: uppercase;
}
@media (max-width: 1919px) {
    .about__title {
        margin-bottom: 40px;
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1279px) {
    .about__title {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .about__title {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 32px;
    }
}
.about__description {
    margin-left: 0;
    max-width: 100%;
}

.btn__container {
    padding: 0 !important;
}

.subscribe {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    overflow: clip;
}
@media (max-width: 1024px) {
    .subscribe {
        flex-direction: column-reverse;
        gap: 10px;
    }
}
.subscribe__left {
    overflow: clip;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    border-radius: 0 8px 8px 0;
    background: #000000;
    color: #ffffff;
    text-align: center;
    flex: 1 1 50%;
    padding: 122px 108px;
}
@media (max-width: 1919px) {
    .subscribe__left {
        padding: 80px 40px;
    }
}
@media (max-width: 1279px) {
    .subscribe__left {
        padding: 32px;
    }
}
@media (max-width: 1024px) {
    .subscribe__left {
        flex: 1 1 100%;
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .subscribe__left {
        padding: 24px 16px;
    }
}
.subscribe__title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
}
@media (max-width: 1919px) {
    .subscribe__title {
        max-width: 58%;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1500px) {
    .subscribe__title {
        max-width: 70%;
    }
}
@media (max-width: 1279px) {
    .subscribe__title {
        max-width: 71%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .subscribe__title {
        max-width: 343px;
        font-size: 16px;
        line-height: 20px;
    }
}
.subscribe__percent {
    margin-bottom: 60px;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -8px;
}
@media (max-width: 1919px) {
    .subscribe__percent {
        margin-bottom: 40px;
        font-size: 120px;
        letter-spacing: -4.8px;
    }
}
@media (max-width: 1279px) {
    .subscribe__percent {
        margin-bottom: 30px;
        font-size: 80px;
        letter-spacing: -3.2px;
    }
}
@media (max-width: 767px) {
    .subscribe__percent {
        margin-bottom: 20px;
    }
}
.subscribe .usubscribe__modal .umodal__title,
.subscribe .usubscribe__modal .checkbox__text,
.subscribe .usubscribe__modal .umodal__field__select__text,
.subscribe .usubscribe__modal .umodal__field__select__dropdown {
    color: #000;
}
.subscribe__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 40px;
    padding: 30px 60px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: #fff;
    color: #1a1a1a;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
    transition: all 0.4s ease-in-out;
}
.subscribe__btn svg {
    width: 44px;
    height: 44px;
    color: #1a1a1a;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 1919px) {
    .subscribe__btn {
        margin-bottom: 30px;
        padding: 20px 40px;
        font-size: 24px;
        line-height: 30px;
    }
    .subscribe__btn svg {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .subscribe__btn {
        margin-bottom: 20px;
        padding: 16px 24px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 16px;
    }
    .subscribe__btn svg {
        width: 20px;
        height: 20px;
    }
}
.subscribe__btn:hover {
    background: #EC5D2A;
    color: #fff;
}
.subscribe__btn:hover svg {
    color: #fff;
    transform: translateX(5px);
}
.subscribe__policy {
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1919px) {
    .subscribe__policy {
        max-width: 67%;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
    }
}
@media (max-width: 1500px) {
    .subscribe__policy {
        max-width: 87%;
    }
}
@media (max-width: 1279px) {
    .subscribe__policy {
        max-width: 76%;
    }
}
@media (max-width: 1024px) {
    .subscribe__policy {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .subscribe__policy {
        max-width: 343px;
    }
}
.subscribe__policy span {
    white-space: nowrap;
}
.subscribe__right {
    overflow: clip;
    display: block;
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    flex: 1 1 50%;
}
@media (max-width: 1919px) {
    .subscribe__right {
        border-radius: 8px 0 0 8px;
    }
}
@media (max-width: 1024px) {
    .subscribe__right {
        flex: 1 1 100%;
        border-radius: 0;
    }
}
.subscribe__right picture {
    width: 100%;
    height: 100%;
}
.subscribe__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.fabric .right__text .fabric__title {
    font-family: "Fact", sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0;
    margin-bottom: 60px;
    text-transform: uppercase;
}
@media (max-width: 1919px) {
    .fabric .right__text .fabric__title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1024px) {
    .fabric .right__text .fabric__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .fabric .right__text .fabric__title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
.fabric__facts {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 120px;
    margin-top: 60px;
    max-width: 61%;
    margin-left: auto;
}
@media (max-width: 1919px) {
    .fabric__facts {
        max-width: 65%;
        margin-top: 30px;
        gap: 80px;
    }
}
@media (max-width: 1279px) {
    .fabric__facts {
        max-width: 80%;
        gap: 30px;
    }
}
@media (max-width: 1024px) {
    .fabric__facts {
        max-width: 83%;
    }
}
@media (max-width: 767px) {
    .fabric__facts {
        max-width: 100%;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 20px;
        row-gap: 20px;
        -moz-column-gap: 13.75px;
        column-gap: 13.75px;
    }
}
.fabric__fact {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
@media (max-width: 767px) {
    .fabric__fact {
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .fabric__fact--first {
        flex: 1 1 100%;
    }
}
.fabric__fact--top {
    display: inline-block;
    width: fit-content;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -2.8px;
    white-space: nowrap;
}
@media (max-width: 1919px) {
    .fabric__fact--top {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -2px;
    }
}
@media (max-width: 1279px) {
    .fabric__fact--top {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.6px;
    }
}
@media (max-width: 767px) {
    .fabric__fact--top {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -1.28px;
    }
}
.fabric__fact--bottom {
    font-family: "Commissioner", sans-serif;
    display: inline-block;
    width: 200px;
    font-size: 20px;
    line-height: 20px;
}
@media (max-width: 1919px) {
    .fabric__fact--bottom {
        width: 159px;
        font-size: 16px;
        line-height: 16px;
    }
}

.socials__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
@media (max-width: 1919px) {
    .socials__inner {
        gap: 40px;
    }
}
@media (max-width: 1279px) {
    .socials__inner {
        gap: 30px;
    }
}
.socials__title {
    font-size: 70px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    max-width: 1132px;
}
@media (max-width: 1919px) {
    .socials__title {
        max-width: 627px;
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 1279px) {
    .socials__title {
        max-width: 502px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .socials__title {
        max-width: 100%;
        font-size: 32px;
        line-height: 32px;
    }
}
.socials__list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
@media (max-width: 1919px) {
    .socials__list {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .socials__list {
        gap: 30px;
    }
}
.socials__link {
    width: 120px;
    height: 120px;
    transition: all 0.4s ease;
}
.socials__link svg {
    width: 120px;
    height: 120px;
    transition: all 0.4s ease;
}
.socials__link svg #frame {
    color: #000;
    transition: all 0.4s ease;
}
.socials__link svg #icon {
    color: #fff;
    transition: all 0.4s ease;
}
.socials__link.vk:hover svg {
    color: #0077FF;
}
.socials__link.ok:hover svg #frame {
    color: #FF7700;
}
.socials__link.telegram:hover svg #frame {
    color: #0088cc;
}
.socials__link.max {
    position: relative;
}
.socials__link.max .icon-dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.4s ease;
}
.socials__link.max .icon-dark #frame {
    color: #000;
}
.socials__link.max .icon-grad {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.socials__link.max .icon-grad #frame {
    color: #000;
    fill: url(#meshGradient);
}
.socials__link.max:hover .icon-dark {
    opacity: 0;
}
.socials__link.max:hover .icon-grad {
    opacity: 1;
}
@media (max-width: 1919px) {
    .socials__link {
        width: 80px;
        height: 80px;
    }
    .socials__link svg {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 1279px) {
    .socials__link {
        width: 60px;
        height: 60px;
    }
    .socials__link svg {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .socials__link {
        width: 40px;
        height: 40px;
    }
    .socials__link svg {
        width: 40px;
        height: 40px;
    }
}

.images {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    overflow: clip;
}
@media (max-width: 767px) {
    .images {
        flex-direction: column;
    }
}
.images .first__image {
    overflow: clip;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 1 35%;
}
.images .first__image picture {
    width: 100%;
    height: 100%;
}
.images .first__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0 8px 8px 0;
}
@media (max-width: 767px) {
    .images .first__image {
        width: 100%;
    }
    .images .first__image img {
        border-radius: 0;
    }
}
.images .second__image {
    overflow: clip;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 1 65%;
}
.images .second__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px 0 0 8px;
}
@media (max-width: 767px) {
    .images .second__image {
        width: 100%;
    }
    .images .second__image img {
        border-radius: 0;
    }
}

.footer {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    background: #F6F6F6;
    padding: 48px 0 24px;
    flex: 0 0 auto;
}
.footer__body {
    width: 100%;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: space-between;
    align-items: start;
}
@media screen and (max-width: 1279px) {
    .footer__body {
        grid-row-gap: 28px;
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(4, auto);
    }
}
@media screen and (max-width: 767px) {
    .footer__body {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-row-gap: 0;
    }
}
.footer__logo {
    margin-bottom: 55px;
    grid-column: 1/-1;
    grid-row: 1;
}
.footer__logo .logo__link img {
    width: 201px;
    height: 43px;
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
    .footer__logo {
        grid-column: 1;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer__logo {
        margin-bottom: 24px;
    }
    .footer__logo .logo__link img {
        width: 140px;
        height: 30px;
    }
}
.footer .nav__list {
    display: grid;
    grid-gap: 16px;
}
.footer .nav__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.footer__nav .nav .nav__item.link a {
    transition: 0.4s ease-in-out;
}
.footer__nav .nav .nav__item.link a:hover {
    color: #ec5d2a;
}
.footer__nav[data-state=open] {
    margin-bottom: 20px;
}
.footer__nav[data-state=open] .footer__title::after {
    transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
    .footer__nav {
        grid-row: 1/4;
    }
}
@media screen and (max-width: 767px) {
    .footer__nav:not(:last-child) {
        margin-bottom: 16px;
    }
    .footer__nav .footer__title {
        display: none;
    }
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
    .footer__contacts {
        grid-column: 1;
        grid-row: 2;
    }
}
@media screen and (max-width: 767px) {
    .footer__contacts {
        margin-bottom: 40px;
    }
}
.footer__contact {
    display: flex;
    align-items: center;
}
.footer__contact svg {
    margin-right: 11px;
}
.footer__contact + .footer__contact {
    margin-top: 12px;
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
    .footer__form {
        grid-row: 4;
        grid-column: 1/-1;
    }
}
.footer__phone {
    font-size: 20px;
    line-height: 24px;
}
.footer__title {
    font-family: "Fact", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .footer__title {
        margin-bottom: 20px;
    }
}
.footer__copy {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}
.footer .social-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    grid-column-gap: 24px;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .footer .social-footer {
        grid-column-gap: 12px;
        margin-bottom: 4px;
    }
}
.footer .social-footer__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 12px;
}
@media screen and (max-width: 767px) {
    .footer .social-footer__wrapper {
        grid-column-gap: 6px;
    }
}
.footer .social-footer__line {
    width: 100%;
    height: 1px;
    opacity: 0.4;
    border-bottom: 1px solid #A6A6A6;
}
.footer .social-footer__link {
    display: block;
    height: 34px;
    width: 34px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #A6A6A6;
    transition: border-color 0.3s;
}
.footer .social-footer__link svg {
    transition: all 0.4s ease;
}
.footer .social-footer__link .social-footer__icon {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #A6A6A6;
    transform: translate(-50%, -50%);
    transition: fill 0.3s;
}
.footer .social-footer__link.tg {
    color: #A6A6A6;
}
.footer .social-footer__link.tg .social-footer__icon {
    margin-left: -1px;
}
.footer .social-footer__link.max {
    color: #A6A6A6;
}
.footer .social-footer__link.max .social-footer__icon {
    height: 34px;
    width: 34px;
    fill: none;
    color: #A6A6A6;
}
.footer .social-footer__link.max .social-footer__icon--max {
    opacity: 1;
    transition: all 0.4s ease;
}
.footer .social-footer__link.max .social-footer__icon--max--hovered {
    opacity: 0;
    transition: all 0.4s ease;
}
.footer .social-footer__link.max:hover .social-footer__icon--max {
    opacity: 0;
}
.footer .social-footer__link.max:hover .social-footer__icon--max--hovered {
    opacity: 1;
}
.footer .social-footer__link:hover.ok {
    border-color: #EE8208;
}
.footer .social-footer__link:hover.ok .social-footer__icon {
    fill: #EE8208;
}
.footer .social-footer__link:hover.vk {
    border-color: #0077FF;
}
.footer .social-footer__link:hover.vk .social-footer__icon {
    fill: #0077FF;
}
.footer .social-footer__link:hover.youtube {
    border-color: #c4302b;
}
.footer .social-footer__link:hover.youtube .social-footer__icon {
    fill: #c4302b;
}
.footer .social-footer__link:hover.tg {
    border-color: #27A7E7;
    color: #27A7E7;
}
.footer .form__link {
    display: flex;
    justify-content: space-between;
}
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    min-width: 0;
    min-height: 0;
}

input,
button,
textarea,
select {
    font: inherit;
    background: none;
    border: none;
}

input:focus, textarea:focus {
    outline: none;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: top;
}

@font-face {
    font-family: "Fact";
    src: url("/fonts/fact_regular.woff2") format("woff2"), url("/fonts/fact_regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Fact";
    src: url("/fonts/fact_medium.woff2") format("woff2"), url("/fonts/fact_medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: scroll;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 70px;
}
body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
}
body.open-modal {
    overflow: hidden;
}
@media screen and (max-width: 1169px) {
    body {
        padding-top: 62px;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 56px;
    }
}

main {
    flex: 1 0 auto;
    position: relative;
}

[class*=__container] {
    max-width: 1920px;
    padding: 0 108px;
    margin: 0 auto;
}
@media screen and (max-width: 1439px) {
    [class*=__container] {
        padding: 0 40px;
    }
}
@media screen and (max-width: 1279px) {
    [class*=__container] {
        padding: 0 32px;
    }
}
@media screen and (max-width: 767px) {
    [class*=__container] {
        padding: 0 16px;
    }
}

body:not(.mob) .link {
    cursor: pointer;
    transition: color 0.25s, border-color 0.25s;
}
body:not(.mob) .link:hover {
    color: #EC5D2A;
    border-color: #EC5D2A;
}

.link {
    transition: color 0.25s, border-color 0.25s;
}
.link:active {
    color: #EC5D2A;
}

section {
    margin-bottom: 70px;
}
@media screen and (max-width: 1279px) {
    section {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    section {
        margin-bottom: 40px;
    }
}

.section__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .section__head {
        align-items: flex-end;
    }
}
.section__title {
    font-family: "Fact", sans-serif;
    font-weight: 400;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .section__title {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 359px) {
    .section__title {
        max-width: 170px;
    }
}
.section__all {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    align-items: center;
}
.section__more {
    font-size: 14px;
    border-bottom: 1px solid #1C1C1C;
}
.section__pagination {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 4px;
}
@media screen and (max-width: 768px) {
    .section__pagination {
        display: none;
    }
}

.lazyload-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 89;
    background: #e1e0e0;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.5);
    z-index: 90;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.overlay.open {
    opacity: 1;
    pointer-events: auto;
}

h2 {
    font-weight: 400;
    font-size: 30px;
}

.todo {
    border: 1px solid red;
}

.button {
    width: 52px;
    height: 52px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.25s;
}
.button__square {
    border-radius: 8px;
    background: #1C1C1C;
}
.button__square:active {
    background: #424242;
}
.button--brand {
    background: #EC5D2A;
}
.button--brand:active {
    background: #FF571C;
}
.button__circle {
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #E1E1E1;
    transition: transform 0.25s;
}
.button__circle-left {
    transform-origin: center right;
}
.button__circle-right {
    transform-origin: center left;
}
.button__circle:active {
    transform: scale(1.23);
}
.button__circle .button__arrow {
    stroke: #1C1C1C;
}
.button__arrow, .button__error, .button__success {
    stroke: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body:not(.mob) .button__circle:hover {
    transform: scale(1.23);
}
body:not(.mob) .button__square:hover {
    background: #424242;
}
body:not(.mob) .button__brand:hover {
    background: #FF571C;
}

.social {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    grid-column-gap: 24px;
}
@media screen and (max-width: 767px) {
    .social {
        grid-column-gap: 12px;
    }
}
.social__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 12px;
}
@media screen and (max-width: 767px) {
    .social__wrapper {
        grid-column-gap: 6px;
    }
}
.social__line {
    width: 100%;
    height: 1px;
    opacity: 0.4;
    border-bottom: 1px solid #A6A6A6;
}
.social__link {
    display: block;
    height: 34px;
    width: 34px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #A6A6A6;
    transition: border-color 0.3s;
}
.social__link.tg {
    color: #A6A6A6;
}
.social__link.tg .social__icon {
    margin-left: -1px;
}
.social__link.max {
    color: #A6A6A6;
}
.social__link.max .social__icon {
    height: 34px;
    width: 34px;
}
.social__link:hover.ok {
    border-color: #EE8208;
}
.social__link:hover.ok .social__icon {
    fill: #EE8208;
}
.social__link:hover.vk {
    border-color: #0077FF;
}
.social__link:hover.vk .social__icon {
    fill: #0077FF;
}
.social__link:hover.youtube {
    border-color: #c4302b;
}
.social__link:hover.youtube .social__icon {
    fill: #c4302b;
}
.social__link:hover.tg {
    border-color: #27A7E7;
    color: #27A7E7;
}
.social__link:hover.max {
    border-color: #b041f9;
    color: #b041f9;
}
.social__link .social__icon {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #A6A6A6;
    transition: fill 0.3s;
}

.form.--error .button {
    background: #dc0707;
}
.form.--error .button__error {
    opacity: 1;
    transition: opacity 0.3s;
}
.form.--error .button__arrow {
    opacity: 0;
    transition: opacity 0s;
}
.form.--success .button {
    background: #009c10;
}
.form.--success .button__success {
    opacity: 1;
    transition: opacity 0.3s;
}
.form.--success .button__arrow {
    opacity: 0;
    transition: opacity 0s;
}
.form .button__error, .form .button__success {
    opacity: 0;
}
.form .button__arrow {
    transition: opacity 0.3s;
}
.form__subscribe {
    width: 352px;
}
@media screen and (max-width: 1280px) {
    .form__subscribe {
        width: 300px;
    }
}
@media screen and (max-width: 768px) {
    .form__subscribe {
        max-width: 700px;
        width: 100%;
    }
}
.form__wrapper {
    padding: 4px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form__link {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .form__link {
        padding-top: 10px;
    }
}
.form input {
    font-family: "Commissioner", sans-serif;
    flex-grow: 1;
    padding: 26px 12px 6px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .form input {
        font-size: 14px;
    }
}
.form input[data-state=focus] ~ .placeholder, .form input[data-state=fill] ~ .placeholder {
    top: 25%;
    transform: translate(0, -25%);
    font-size: 14px;
}
.form .placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #A6A6A6;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    transition: all 0.2s;
    pointer-events: none;
}
.form__policy {
    font-family: "Fact", sans-serif;
    margin-top: 8px;
    font-size: 12px;
    color: #A6A6A6;
}
.form__policy a {
    color: #1C1C1C;
}

@keyframes shakeX {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-4px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(4px, 0, 0);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 900;
}
.modal[data-state=open] {
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
}
.modal__body {
    position: relative;
    background: #ffffff;
}
.modal__close {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .modal__close {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
    }
}
.modal__close:hover {
    transform: scale(1.1);
}
.modal__close span {
    display: block;
    width: 15px;
    height: 2px;
    background: #1C1C1C;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: background-color 0.2s;
}
.modal__close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__product-photo .modal__close, .modal__buyers-photo .modal__close {
    top: 40px;
    right: 40px;
}
.modal__product-photo .modal__body, .modal__buyers-photo .modal__body {
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal__product-photo .modal__content, .modal__buyers-photo .modal__content {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.modal__product-photo .modal__content img, .modal__product-photo .modal__content video, .modal__buyers-photo .modal__content img, .modal__buyers-photo .modal__content video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.modal__product-photo .modal-sm__slider, .modal__buyers-photo .modal-sm__slider {
    width: 100px;
    height: 100%;
    padding: 20px 0;
    overflow: scroll;
    margin: -6px 0;
    position: absolute;
    top: 0;
    left: 36px;
    z-index: 1;
}
.modal__product-photo .modal-sm__slider::-webkit-scrollbar, .modal__buyers-photo .modal-sm__slider::-webkit-scrollbar {
    display: none;
}
.modal__product-photo .modal-sm__photo, .modal__buyers-photo .modal-sm__photo {
    display: block;
    width: 97px;
    height: 134px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin: 6px 0;
}
.modal__product-photo .modal-sm__photo .video__play, .modal__buyers-photo .modal-sm__photo .video__play {
    width: 36px;
    height: 36px;
}
.modal__product-photo .modal-sm__photo.active, .modal__buyers-photo .modal-sm__photo.active {
    padding: 4px;
    border: 1px solid #1C1C1C;
}
.modal__product-photo .modal-sm__photo:hover, .modal__buyers-photo .modal-sm__photo:hover {
    padding: 4px;
    border: 1px solid #A6A6A6;
}
.modal__product-photo .modal-sm__photo img, .modal__buyers-photo .modal-sm__photo img {
    border-radius: 8px;
}
.modal__product-photo .modal-lg__slider, .modal__buyers-photo .modal-lg__slider {
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: scroll;
    margin: 0 auto;
}
.modal__product-photo .modal-lg__slider::-webkit-scrollbar, .modal__buyers-photo .modal-lg__slider::-webkit-scrollbar {
    display: none;
}
.modal__product-photo .modal-lg__photo, .modal__buyers-photo .modal-lg__photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
}
.modal__product-photo .modal-lg__photo img, .modal__product-photo .modal-lg__photo .video, .modal__buyers-photo .modal-lg__photo img, .modal__buyers-photo .modal-lg__photo .video {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 470px;
    height: auto;
}
.modal__product-photo .modal-lg__photo:not(:last-child), .modal__buyers-photo .modal-lg__photo:not(:last-child) {
    margin-bottom: 12px;
}
.modal__product-photo .modal-lg__photo.zoom, .modal__buyers-photo .modal-lg__photo.zoom {
    cursor: zoom-out;
}
.modal__product-photo .modal-lg__photo.zoom img, .modal__buyers-photo .modal-lg__photo.zoom img {
    width: auto;
    height: auto;
    min-height: 80%;
    max-width: 80%;
}

.modal__table-sizes .modal__body {
    padding: 20px;
}
.modal__table-sizes .modal__content {
    max-height: 550px;
    max-width: 700px;
    height: 70vh;
    width: auto;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .modal__table-sizes .modal__content {
        max-width: 290px;
        height: auto;
    }
}
.modal__table-sizes .modal__content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.modal__policy .modal__content {
    max-width: 90vw;
    width: 600px;
    height: 80vh;
    padding: 50px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .modal__policy .modal__content {
        padding: 20px;
    }
}
.modal__policy .modal__content-wrapper {
    padding-right: 10px;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.modal__policy .modal__content-wrapper::-webkit-scrollbar {
    width: 2px;
}
.modal__policy .modal__content-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.modal__policy .modal__content-wrapper::-webkit-scrollbar-thumb {
    background: #EC5D2A;
    border-radius: 4px;
}

.photo-of-buyers__slider__modal {
    display: none;
}
.photo-of-buyers__slider__modal[data-state=open] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C1C1C;
    z-index: 201;
}
.photo-of-buyers__slider__modal[data-state=open] img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.photo-of-buyers__slider__modal .photo-of-buyers__slider__modal-pagination {
    width: 66%;
    padding: 0 33px;
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .photo-of-buyers__slider__modal .photo-of-buyers__slider__modal-pagination {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .photo-of-buyers__slider__modal .photo-of-buyers__slider__modal-pagination {
        bottom: 8px;
        padding: 0 25px;
    }
}
.photo-of-buyers__slider__modal .photo-of-buyers__slider__modal-pagination .swiper-pagination-bullet {
    height: 2px;
    background: #393939;
    opacity: 0.3;
    transition: opacity 0.2s;
}
.photo-of-buyers__slider__modal .photo-of-buyers__slider__modal-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-test-sm {
    width: 100px;
    height: 100%;
    margin: -6px 0;
    position: absolute !important;
    top: 0;
    left: 36px;
    z-index: 1;
}

.swiper-test-lg {
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: scroll;
    margin: 0 auto;
}

.menu {
    flex-grow: 1;
    background: #ffffff;
}
@media screen and (max-width: 1169px) {
    .menu {
        font-size: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 16px;
        transform: translateX(-100%);
        transition: transform 0.3s;
        z-index: 101;
    }
}
.menu__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 1170px) {
    .menu__container {
        padding: 0;
    }
}
@media screen and (max-width: 1169px) {
    .menu__container {
        height: 100%;
        flex-direction: column;
        justify-content: start;
    }
}
@media screen and (min-width: 1170px) {
    .menu__group {
        display: flex;
        position: relative;
        flex: 1 1;
    }
}
@media screen and (max-width: 1169px) {
    .menu__main {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1169px) {
    .menu__additional {
        margin-top: auto;
    }
    .menu__additional a {
        justify-content: start;
    }
    .menu__additional .menu__item, .menu__additional .menu__item--not-overlay {
        padding: 0;
    }
    .menu__additional .menu__item a, .menu__additional .menu__item--not-overlay a {
        justify-content: start;
    }
}
.menu__title {
    display: none;
}
@media screen and (max-width: 1169px) {
    .menu__title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
}
.menu__list {
    display: grid;
    grid-auto-flow: column;
    align-items: stretch;
    justify-items: stretch;
}
@media screen and (max-width: 1169px) {
    .menu__list {
        grid-auto-flow: row;
        margin: 0;
    }
}
.menu__item {
    transition: background 0.3s ease;
}
.menu__item:hover > .menu__link__top {
    color: #EC5D2A;
    text-decoration-color: #EC5D2A;
}
@media screen and (min-width: 1170px) {
    .menu__item {
        position: relative;
    }
    .menu__item[data-state=active] .menu__category {
        opacity: 1;
        pointer-events: auto;
    }
    .menu__item[data-state=active] .menu__category:after {
        content: "";
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        right: -13px;
        bottom: 0;
        z-index: -1;
        border-radius: 0 0 8px 8px;
        background: #ffffff;
        pointer-events: none;
    }
    .menu__item[data-state=active] .menu__category.show-after:after {
        display: block;
        border-radius: 0 0 0 8px;
    }
}
@media screen and (max-width: 1169px) {
    .menu__item {
        padding: 0;
        margin: 0;
        margin-bottom: 18px;
        width: 100%;
    }
}
.menu__item--not-overlay {
    transition: all 0.3s ease;
}
.menu__item--not-overlay:hover > .menu__link {
    color: #EC5D2A;
    text-decoration-color: #EC5D2A;
}
@media screen and (min-width: 1170px) {
    .menu__item--not-overlay[data-state=active] .menu__category {
        opacity: 1;
        pointer-events: auto;
    }
}
@media screen and (max-width: 1169px) {
    .menu__item--not-overlay {
        padding: 0;
        margin: 0;
        margin-bottom: 18px;
        width: 100%;
    }
}
.menu__link {
    display: inline-block;
    padding: 32px 8px 18px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    transition: color 0.3s ease;
}
.menu__link:hover {
    color: #EC5D2A;
    text-decoration-color: #EC5D2A;
}
@media screen and (max-width: 1169px) {
    .menu__link {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.menu__banner {
    position: sticky;
    top: 0;
    right: 0;
    width: 291px;
    height: 456px;
    justify-self: end;
    order: 1;
}
.menu__banner ~ .menu__category__list {
    width: calc(100% - 300px);
}
.menu__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 1169px) {
    .menu__banner {
        display: none;
    }
}
.menu__arrow {
    display: none;
}
@media screen and (max-width: 1169px) {
    .menu__arrow {
        display: block;
        margin-left: 8px;
        width: 8px;
        height: 14px;
        background: url("/images/arrows/arrow-nav-next.svg") no-repeat center/contain;
    }
}
.menu__arrow--back {
    display: none;
}
@media screen and (max-width: 1169px) {
    .menu__arrow--back {
        display: block;
        padding-right: 10px;
        width: 18px;
        height: 28px;
        background: url("/images/arrows/arrow-nav-prev.svg") no-repeat center left/8px 100%;
    }
}
.menu__category {
    position: absolute;
    padding: 0 4px 2px 0;
    overflow: visible;
    height: -moz-max-content;
    height: max-content;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    width: -moz-max-content;
    width: max-content;
    top: 100%;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 102;
}
@media screen and (max-width: 1169px) {
    .menu__category {
        overflow-y: auto;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 0;
        padding: 0 32px;
        height: 100%;
        width: 100%;
        border-radius: 0;
        border-bottom: none;
        transform: translateX(-100%);
        transition: transform 0.3s;
    }
}
@media screen and (max-width: 767px) {
    .menu__category {
        padding: 0 16px;
    }
}
.menu__category__container {
    display: flex;
}
@media screen and (max-width: 1169px) {
    .menu__category__container {
        display: block;
    }
}
.menu__category__list {
    max-width: 1280px;
    width: 100%;
}
@media (min-width: 1170px) {
    .menu__category__list {
        display: block;
        max-width: 1280px;
        width: 100%;
        padding: 8px 0;
        max-height: calc(95vh - 70px);
        overflow-y: auto;
        overflow-x: visible;
        scroll-snap-type: y mandatory;
    }
    .menu__category__list::-webkit-scrollbar {
        width: 8px;
        border-radius: 8px;
        pointer-events: none;
    }
    .menu__category__list::-webkit-scrollbar-button {
        display: none;
    }
    .menu__category__list::-webkit-scrollbar-thumb {
        background-color: #393939;
        width: 4px;
        border: 2px solid #F2F3F5;
        border-radius: 4px;
        pointer-events: auto;
    }
    .menu__category__list::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #F2F3F5;
        pointer-events: none;
    }
}
.menu__category__item {
    width: calc(25% - 20px);
    color: #A6A6A6;
    font-size: 20px;
    margin-bottom: 40px;
}
@media (min-width: 1170px) {
    .menu__category__item {
        position: static !important;
        white-space: nowrap;
        width: 100%;
        color: #1C1C1C;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
        transition: background 0.3s ease;
        scroll-snap-align: start;
    }
    .menu__category__item:last-child {
        border-radius: 0 0 8px 8px;
    }
    .menu__category__item .menu__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 36px;
        margin-bottom: 0;
        margin-right: 4px;
        padding: 0 18px;
    }
    .menu__category__item .menu__link .menu__arrow {
        display: block;
        width: 8px;
        height: 14px;
        color: #000;
        background: url("/images/arrows/arrow-nav-next.svg") no-repeat center/contain;
    }
}
@media (min-width: 1170px) and (max-width: 1169px) {
    .menu__category__item .menu__link .menu__arrow {
        color: #A6A6A6;
    }
}
@media (min-width: 1170px) {
    .menu__category__item .menu__link .menu__arrow--back {
        display: block;
        padding-right: 10px;
        width: 18px;
        height: 28px;
        background: url("/images/arrows/arrow-nav-prev.svg") no-repeat center left/8px 100%;
    }
}
@media (min-width: 1170px) and (max-width: 1169px) {
    .menu__category__item .menu__link .menu__arrow--back {
        color: #A6A6A6;
    }
}
@media screen and (max-width: 1279px) {
    .menu__category__item {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 1169px) {
    .menu__category__item {
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 24px;
        color: #A6A6A6;
    }
    .menu__category__item > a {
        margin-bottom: 24px;
    }
}
.menu__category__item a {
    display: inline-block;
}
@media screen and (max-width: 1169px) {
    .menu__category__item a {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 1170px) {
    .menu__category__item__hovered .menu__link__category:hover {
        color: #EC5D2A;
        text-decoration-color: transparent;
    }
    .menu__category__item__hovered .menu__link__category {
        background: #F2F3F5;
    }
    .menu__category__item__hovered .menu__link__category .menu__arrow {
        background: url("/images/arrows/arrow-right--brand.svg") no-repeat center/contain;
    }
}
.menu__category__item._opened {
    color: #1C1C1C;
}
@media (min-width: 1170px) {
    .menu__category__special {
        display: none;
    }
}
.menu__catalog {
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    background: #ffffff;
    height: auto;
    padding: 0 4px 2px 0;
    min-height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media screen and (max-width: 1169px) {
    .menu__catalog {
        display: block;
        font-size: 20px;
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 0 32px;
        top: 0;
        left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transform: translateX(-100%);
        transition: transform 0.3s;
        z-index: 103;
    }
}
@media screen and (max-width: 767px) {
    .menu__catalog {
        padding: 0 16px;
    }
}
@media screen and (min-width: 1170px) {
    .menu__catalog__container {
        padding: 0;
    }
}
@media (min-width: 1170px) {
    .menu__catalog__list {
        position: relative;
        z-index: 1;
        padding: 8px 0;
        min-width: 240px;
        max-height: calc(95vh - 70px);
        overflow-y: auto;
        overflow-x: visible;
        scroll-snap-type: y mandatory;
    }
    .menu__catalog__list::-webkit-scrollbar {
        width: 8px;
        border-radius: 8px;
        pointer-events: none;
    }
    .menu__catalog__list::-webkit-scrollbar-button {
        display: none;
    }
    .menu__catalog__list::-webkit-scrollbar-thumb {
        background-color: #393939;
        width: 4px;
        border: 2px solid #F2F3F5;
        border-radius: 4px;
        pointer-events: auto;
    }
    .menu__catalog__list::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #F2F3F5;
        pointer-events: none;
    }
}
@media (min-width: 1170px) {
    .menu__catalog__item {
        height: 36px;
        margin-bottom: 0;
        transition: background 0.3s ease;
        scroll-snap-align: start;
    }
    .menu__catalog__item:last-child {
        border-radius: 0 0 8px 8px;
    }
    .menu__catalog__item:hover {
        background: #F2F3F5;
    }
    .menu__catalog__item:hover .menu__link__catalog:hover {
        color: #EC5D2A;
        text-decoration-color: transparent;
    }
}
@media screen and (max-width: 1169px) {
    .menu__catalog__item {
        color: #A6A6A6;
        width: 100%;
        margin: 0;
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.menu__catalog__item a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1169px) {
    .menu__catalog__item a {
        padding: 0;
        border: none;
        margin: 0;
    }
}

.header[data-state=open] .menu {
    transform: translateX(0);
    opacity: 1;
}

.burger {
    display: none;
}
@media screen and (max-width: 1169px) {
    .burger {
        display: block;
        width: 21px;
        height: 14px;
        position: relative;
        margin-top: 2px;
        cursor: pointer;
    }
    .burger__line {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #1C1C1C;
        transition: transform 0.3s, opacity 0.3s;
    }
    .burger__line:nth-child(1) {
        top: 0;
    }
    .burger__line:nth-child(2) {
        top: 50%;
        transform: translate(0, -50%);
    }
    .burger__line:nth-child(3) {
        bottom: 0;
    }
}

.header[data-state=open] .burger__line:nth-child(1) {
    opacity: 0;
}
.header[data-state=open] .burger__line:nth-child(2) {
    transform: translate(0, -50%) rotate(45deg);
}
.header[data-state=open] .burger__line:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #1C1C1C;
    transform: rotate(-90deg);
}
.header[data-state=open] .burger__line:nth-child(3) {
    opacity: 0;
}

.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
@media screen and (max-width: 1169px) {
    .header {
        padding: 12px 0 16px;
    }
}
.header__container {
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1169px) {
    .header__container {
        justify-content: space-between;
    }
}
.header__logo {
    margin-right: 60px;
    width: 189px;
    height: 40px;
}
@media screen and (max-width: 1439px) {
    .header__logo {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1279px) {
    .header__logo {
        width: 159px;
        height: 34px;
    }
}
@media screen and (max-width: 767px) {
    .header__logo {
        width: 131px;
        height: 28px;
    }
}
.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header__logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__social {
    display: none;
}
@media screen and (max-width: 1169px) {
    .header__social {
        display: grid;
    }
}

.seo {
    font-family: "Fact", sans-serif;
    background: #F6F6F6;
    padding-top: 48px;
}
.seo__inner {
    padding-bottom: 56px;
    display: grid;
    grid-template-columns: 375px 50%;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .seo__inner {
        display: block;
    }
}
.seo__inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    border-bottom: 1px solid #A6A6A6;
}
.seo__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #393939;
}
@media screen and (max-width: 1279px) {
    .seo__title {
        margin-bottom: 24px;
        max-width: 375px;
    }
}
.seo__block[data-state=open] .seo__more-arrow {
    transform: rotate(-180deg);
}
.seo__block[data-state=open] .seo__text::after {
    opacity: 0;
}
.seo__text {
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    max-width: 620px;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s;
}
.seo__text p:not(:last-child) {
    margin-bottom: 1em;
}
.seo__text h1, .seo__text h2, .seo__text h3, .seo__text h4, .seo__text h5 {
    margin-bottom: 15px;
    font-weight: 400;
}
.seo__text h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.seo__text ul {
    list-style: disc;
}
.seo__text ol {
    list-style: decimal;
}
.seo__text ul, .seo__text ol {
    margin-bottom: 15px;
}
.seo__text ul li, .seo__text ol li {
    margin-left: 20px;
    margin-bottom: 4px;
}
.seo__text::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 54px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, #F6F6F6 100%);
    transition: opacity 0.3s;
}
.seo__more {
    font-size: 14px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}
.seo__more span {
    display: inline-block;
    margin-right: 4px;
    border-bottom: 1px solid #1C1C1C;
}
.seo__more-arrow {
    margin-top: 3px;
    height: 7px;
    width: 10px;
    stroke: #1C1C1C;
    transition: stroke 0.25s, transform 0.4s;
}
.seo__more:active .seo__more-arrow {
    stroke: #EC5D2A;
}

body:not(.mob) .seo__more:hover .seo__more-arrow {
    stroke: #EC5D2A;
}

.footer {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    background: #F6F6F6;
    padding: 48px 0 24px;
    flex: 0 0 auto;
}
.footer__body {
    width: 100%;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: space-between;
    align-items: start;
}
@media screen and (max-width: 1279px) {
    .footer__body {
        grid-row-gap: 28px;
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(4, auto);
    }
}
@media screen and (max-width: 767px) {
    .footer__body {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-row-gap: 0;
    }
}
.footer__logo {
    margin-bottom: 55px;
    grid-column: 1/-1;
    grid-row: 1;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .footer__logo {
        grid-column: 1;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer__logo {
        margin-bottom: 24px;
    }
}
.footer .nav__list {
    display: grid;
    grid-gap: 16px;
}
@media screen and (max-width: 767px) {
    .footer .nav__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .footer__contacts {
        grid-column: 1;
        grid-row: 2;
    }
}
@media screen and (max-width: 767px) {
    .footer__contacts {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .footer__nav {
        grid-row: 1/4;
    }
}
@media screen and (max-width: 767px) {
    .footer__nav .footer__title {
        position: relative;
    }
    .footer__nav .footer__title::after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 14px;
        height: 9px;
        background: url("/images/arrows/arrow-down.svg") no-repeat center/contain;
        transition: transform 0.3s;
    }
}
.footer__nav[data-state=open] {
    margin-bottom: 20px;
}
.footer__nav[data-state=open] .footer__title::after {
    transform: translateY(-50%) rotate(-180deg);
}
.footer__contact {
    display: flex;
    align-items: center;
}
.footer__contact + .footer__contact {
    margin-top: 12px;
}
.footer__contact svg {
    margin-right: 11px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .footer__form {
        grid-row: 4;
        grid-column: 1/-1;
    }
}
.footer__phone {
    font-size: 20px;
    line-height: 24px;
}
.footer__title {
    font-family: "Fact", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .footer__title {
        margin-bottom: 20px;
    }
}
.footer__copy {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.search__header_desktop {
    display: none;
}
@media screen and (min-width: 1170px) {
    .search__header_desktop {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 16px;
        position: absolute;
        right: 0;
        top: 0;
        background: #FFF;
        z-index: 1;
    }
}
.search__header_mobile {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 2px;
}
@media screen and (min-width: 1170px) {
    .search__header_mobile {
        display: none;
    }
}
.search__header.--active {
    right: 0;
    z-index: 10;
}
@media screen and (max-width: 1169px) {
    .search__header.--active {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #FFF;
        margin: 0;
        border-bottom: 1px solid #E2E2E2;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (min-width: 1170px) {
    .search__header.--active {
        width: calc(100% - 16px);
    }
}
.search__header.--active .search__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 8px;
}
.search__toggle {
    color: #000;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__toggle-look {
    width: 18px;
    height: 18px;
    color: inherit;
    pointer-events: none;
}
.search__form {
    display: none;
    flex: 1 1;
    height: 100%;
}
@media screen and (min-width: 1170px) {
    .search__form {
        height: 32px;
    }
}
.search__form-group {
    width: 100%;
}
.search__form-input {
    width: 100%;
    display: block;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.search__form-input::-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}
.search__form-input::placeholder {
    color: #A6A6A6;
    opacity: 1;
}
@media screen and (min-width: 1170px) {
    .search__form-input {
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 5px;
        padding-bottom: 6px;
    }
}
.search__form-reset {
    color: #A6A6A6;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
}
@media screen and (min-width: 1170px) {
    .search__form-reset {
        right: 0;
    }
}
.search__form-cross {
    width: 100%;
    height: 100%;
    color: inherit;
    pointer-events: none;
}
.search__overlay {
    position: absolute;
    width: 100%;
    height: var(--oh);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    background: none;
}
.search__overlay.--show {
    opacity: 1;
    pointer-events: all;
    background: rgba(1, 1, 1, 0.5);
}
.search__result {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: relative;
}
@media screen and (min-width: 1170px) {
    .search__result {
        height: auto;
    }
}
.search__result.--empty .search__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search__result.--success .search__result-body, .search__result.--success .search__result-footer {
    display: block;
}
.search__result-body {
    padding: 24px 16px 84px 16px;
    height: 100%;
    display: none;
}
@media screen and (max-width: 1169px) {
    .search__result-body {
        overflow-y: scroll;
    }
    .search__result-body::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 768px) {
    .search__result-body {
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 60px;
    }
}
@media (min-width: 1170px) {
    .search__result-body {
        padding: 32px 40px 0 40px;
        height: auto;
    }
}
@media (min-width: 1704px) {
    .search__result-body {
        max-width: 1704px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.search__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
}
@media (min-width: 768px) {
    .search__grid {
        grid-template-columns: repeat(4, 1fr);
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media (min-width: 1170px) {
    .search__grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr 0;
        overflow: hidden;
        row-gap: 0;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
.search__card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .search__card {
        flex-direction: column;
        align-items: flex-start;
    }
}
.search__card-url {
    width: 100%;
    position: relative;
    background: #F3F3F3;
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .search__card-url {
        width: 90px;
        margin-right: 12px;
    }
}
@media (min-width: 768px) {
    .search__card-url {
        margin-bottom: 12px;
    }
}
@media (min-width: 1170px) {
    .search__card-url {
        margin-bottom: 8px;
    }
}
@media (min-width: 1368px) {
    .search__card-url {
        margin-bottom: 16px;
    }
}
.search__card-url::after {
    content: "";
    display: block;
    padding-top: 148.9%;
}
@media (min-width: 768px) {
    .search__card-url::after {
        padding-top: 151.5%;
    }
}
.search__card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.search__card-image:not([src]) {
    visibility: hidden;
}
.search__card-image.loaded ~ .search__card-placehoder, .search__card-image.error ~ .search__card-placehoder {
    display: none;
}
.search__card-placehoder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: #F3F3F3;
}
.search__card-body {
    flex: 1 1;
}
.search__card-name {
    color: #1C1C1C;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 768px) {
    .search__card-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}
@media (min-width: 1170px) {
    .search__card-name {
        margin-bottom: 8px;
    }
}
.search__card-name:hover {
    color: #EC5D2A;
}
.search__card-labels {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 4px;
    justify-content: start;
    align-items: center;
}
.search__card-label {
    font-size: 12px;
    line-height: 14px;
    height: 19px;
    background: #ffffff;
    border: 1px solid #E2E2E2;
    padding: 0 6px;
}
.search__card-label[data-sale] {
    color: #ffffff;
    background: #EC5D2A;
    border: 1px solid #EC5D2A;
    padding: 0 4px;
}
.search__card-props {
    font-family: "Fact", sans-serif;
}
.search__card-prop {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .search__card-prop {
        height: 18px;
    }
}
.search__card-prop:last-child {
    margin-bottom: 0;
}
.search__card-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.search__card-shop {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
.search__card-shop_hw {
    color: #1C1C1C;
}
.search__card-shop_ozon {
    color: #005CFE;
}
.search__card-shop_wb {
    color: #C921A9;
}
.search__result-footer {
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
    z-index: 3;
    display: none;
}
@media (min-width: 768px) {
    .search__result-footer {
        padding: 32px;
        position: relative;
    }
}
.search__view {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC5D2A;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 8px;
}
@media (min-width: 1170px) {
    .search__view {
        width: 194px;
        margin-left: auto;
        margin-right: auto;
    }
}
.search__empty {
    text-align: center;
    width: 350px;
    margin: auto;
    height: 100%;
    display: none;
}
@media (min-width: 1170px) {
    .search__empty {
        height: auto;
        padding-top: 246px;
        padding-bottom: 223px;
    }
}
@media (min-width: 1368px) {
    .search__empty {
        padding-top: 314px;
        padding-bottom: 290px;
    }
}
.search__empty-logo {
    width: 101px;
    height: 33px;
    margin-bottom: 24px;
}
.search__empty-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.privacy__title {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 8px;
}
@media screen and (max-width: 1169px) {
    .privacy__title {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }
}
.privacy__content {
    max-width: calc(85% - 249px);
    margin-left: 249px;
}
@media screen and (max-width: 1439px) {
    .privacy__content {
        max-width: calc(85% - 229px);
        margin-left: 229px;
    }
}
@media screen and (max-width: 1279px) {
    .privacy__content {
        max-width: calc(85% - 199px);
        margin-left: 199px;
    }
}
@media screen and (max-width: 1169px) {
    .privacy__content {
        max-width: 85%;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .privacy__content {
        max-width: calc(100% - 60px);
    }
}
.privacy__text {
    padding: 0 8px;
}
@media screen and (max-width: 1169px) {
    .privacy__text {
        padding: 0;
    }
}
