html {
    box-sizing: border-box;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body,
html {
    margin: 0;
    scroll-behavior: smooth;
}
html {
    position: relative;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    text-rendering: optimizespeed;
}
details > summary {
    list-style: none;
}
summary {
    display: list-item;
}
details summary::-webkit-details-marker {
    display: none;
}
h1,
h2,
h3,
h4,
p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
label,
time {
    display: block;
}
figure,
blockquote {
    margin: 0;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
img,
picture,
svg,
video {
    display: block;
    height: auto;
    max-width: 100%;
}
b,
strong {
    font-weight: 900;
}
address {
    font-style: normal;
}
button {
    margin: 0;
    padding: 0;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font: inherit;
    font-size: 100%;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    outline: 0;
    text-align: left;
}
button:disabled {
    cursor: default;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: none;
}
input,
textarea,
button,
select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    font: inherit;
    line-height: 1;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px var(--white-to-black) inset !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: var(--body-color) !important;
    -webkit-text-fill-color: var(--body-color) !important;
}
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
    box-shadow: 0 0 0px 1000px var(--white-to-black) inset !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: var(--body-color) !important;
    -webkit-text-fill-color: var(--body-color) !important;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    font-size: 24px;
}
body {
    font:
        400 25px/126% "Inter",
        sans-serif;
    color: #131313;
    background: #fff;
    overflow-x: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
a,
button {
    color: inherit;
    text-decoration: none;
}
@media (min-width: 993px) {
    a,
    button {
        transition: 0.5s;
    }
}
a:hover,
button:hover {
    cursor: pointer;
}
@media (min-width: 993px) {
    a:hover,
    button:hover {
        transition: 0.5s;
    }
}
a:hover {
    text-decoration: underline;
}
.container {
    padding: 0 20px;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}
@media (min-width: 993px) {
    .container {
        padding: 0 100px;
    }
}
.container.no-width {
    max-width: 100%;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
}
h1.inline.text-center,
h2.inline.text-center,
h3.inline.text-center,
h4.inline.text-center,
h5.inline.text-center,
h6.inline.text-center {
    justify-content: center;
}
h1 {
    font-size: 5.4166666667rem;
    line-height: 1;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 3.3333333333rem;
    line-height: 100%;
}
h2 span {
    font-weight: 400;
}
h3 {
    font-size: 2.5rem;
    line-height: 100%;
}
h3 span {
    font-weight: 400;
}
h4 {
    font-size: 1.375rem;
    line-height: 130%;
}
p {
    margin: 0.8333333333rem 0;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
.text-accent {
    font-family: "Times New Roman", sans-serif;
}
.font-italic {
    font-style: italic;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.block-center {
    margin: 0 auto;
}
.uppercase {
    text-transform: uppercase;
}
.short-block {
    max-width: 37.5rem;
}
.hero {
    position: relative;
    background: #f3f3f3;
    z-index: 1;
}
.hero::before {
    content: "";
    width: 69%;
    height: 100%;
    background: linear-gradient(270deg, #f5f5f5 0%, #beb8b8 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.hero::after {
    content: "";
    width: 31%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(-270deg, #f5f5f5 0%, #beb8b8 100%);
    z-index: -1;
}
.hero__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.hero__data {
    padding: 17.625rem 0 10.9583333333rem 5rem;
}
.hero__title {
    max-width: 37.5rem;
}
.hero__caption {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 130%;
    max-width: 29.1666666667rem;
}
.section {
    padding: 4.1666666667rem 0;
    position: relative;
}
.section.red {
    color: #fff;
    background: #8e000c;
}
.section.yellow {
    background: linear-gradient(
        270deg,
        #c19553 0%,
        #e5d9a4 10%,
        #fcfed5 20%,
        #e0c888 30%,
        #e5d9a4 40%,
        #fcfed5 50%,
        #e5d9a4 60%,
        #e0c888 70%,
        #fcfed5 80%,
        #e5d9a4 90%,
        #c19553 100%
    );
}
.section.yellow .quote::before {
    filter: brightness(0.1);
}
.section .container {
    display: flex;
    flex-direction: column;
    gap: 4.1666666667rem;
}
.section__title {
    display: flex;
    flex-direction: column;
}
.section__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.0416666667rem;
    margin-bottom: -2.0833333333rem;
}
.section__col {
    width: 25%;
    padding: 0 1.0416666667rem;
    margin-bottom: 2.0833333333rem;
}
.section__col.col-20 {
    width: 20%;
}
.section__group {
    display: flex;
    flex-direction: column;
    gap: 2.9166666667rem;
}
.section__text.col-50 {
    display: grid;
    gap: 4.1666666667rem;
    grid-template-columns: 1fr 1fr;
}
.section__caption {
    max-width: 37.5rem;
    margin-left: auto;
}
.footer {
    background: #f9f9fa;
    padding: 4.1666666667rem 0;
}
.footer__wrapper {
    display: flex;
    gap: 2.0833333333rem;
    align-items: center;
    max-width: 900px;
    justify-content: center;
}
.footer__col {
    max-width: 45%;
}
.footer__logo {
    display: inline-flex;
    margin-bottom: 1.6666666667rem;
}
.preview {
    padding: 2.0833333333rem 0 4.1666666667rem;
}
.preview__title {
    font-weight: 500;
    font-size: 0.6666666667rem;
}
.preview__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.0416666667rem;
}
.preview__logos svg {
    flex-shrink: 0;
}
.preview__logos a {
    flex-shrink: 0;
}
.preview__logos img {
    flex-shrink: 0;
}
.preview__grid {
    display: grid;
    gap: 4.1666666667rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
}
.preview__text span.text-accent {
    display: inline-block;
    margin: 0 -15px 0 -15px;
    font-size: 6.25rem;
    line-height: 0.7;
    font-weight: 400;
}
.preview__text:nth-child(2) {
    padding-top: 3.3333333333rem;
}
.preview__quote {
    margin-top: 4.1666666667rem;
}
.quote {
    display: flex;
    flex-direction: column;
    gap: 2.0833333333rem;
    padding-left: 3.3333333333rem;
    position: relative;
}
.quote::before {
    content: "";
    width: 50px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width=%2750%27 height=%2737%27 viewBox=%270 0 50 37%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M23.8712 2.58744C19.7292 4.31241 16.1866 6.89983 13.2436 10.3497C11.8266 12.0191 11.1181 14.0501 11.1181 16.4428C11.1181 17.5556 11.2543 18.4738 11.5269 19.1971C11.6904 19.5867 12.3716 20.5326 13.5706 22.035C14.8241 23.4817 15.6144 24.5668 15.9414 25.2902C16.3229 26.2361 16.5136 27.182 16.5136 28.128C16.5136 30.465 15.6961 32.5238 14.0611 34.3044C12.4261 36.0294 10.4641 36.8919 8.17508 36.8919C5.94056 36.8919 4.00577 36.0016 2.37077 34.221C0.790255 32.3847 0 29.992 0 27.0429C0 23.7599 0.844756 20.3935 2.53427 16.9436C4.2238 13.4936 6.7308 10.3497 10.0553 7.51191C12.3443 5.56438 16.3229 3.06041 21.9909 0L23.8712 2.58744Z%27 fill=%27%23BAB9BE%27/%3E%3Cpath d=%27M50.0001 3.0173C44.5144 6.09038 41.0109 8.6421 39.4903 10.6725C37.9693 12.6481 37.2089 14.5688 37.2089 16.4346C37.2089 17.587 37.3989 18.5747 37.7793 19.3979C37.9423 19.8369 38.6211 20.7698 39.816 22.1966C41.0651 23.6234 41.8258 24.6111 42.0973 25.1599C42.4773 26.0928 42.6677 27.0531 42.6677 28.0409C42.6677 30.4555 41.8528 32.5408 40.2233 34.2968C38.5942 35.998 36.6386 36.8486 34.3576 36.8486C32.0763 36.8486 30.1211 35.998 28.4916 34.2968C26.9164 32.5408 26.1289 30.1811 26.1289 27.2178C26.1289 22.4984 27.8128 17.8888 31.1802 13.3889C34.5476 8.88907 40.2779 4.77334 48.3706 1.04175L50.0001 3.0173Z%27 fill=%27%23BAB9BE%27/%3E%3C/svg%3E%0A");
}
.quote__text {
    padding-top: 1.25rem;
    font-size: 1.3333333333rem;
    line-height: 110%;
}
.quote__author {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}
.quote__author-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 3.3333333333rem;
    height: 3.3333333333rem;
    position: relative;
    overflow: hidden;
}
.quote__author-photo img {
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.quote__author-name {
    font-size: 1.3333333333rem;
    line-height: 130%;
}
.quote__author-role {
    margin-top: 0.2083333333rem;
    font-size: 0.8333333333rem;
    line-height: 130%;
}
.card {
    position: relative;
}
.card .container {
    display: flex;
    align-items: center;
    position: absolute;
    inset: 0;
}
.card__text {
    max-width: 27.9166666667rem;
    margin-left: auto;
}
.card__text.wh {
    color: #fff;
}
.card__text.mt {
    margin-top: 3.3333333333rem;
}
.info-block {
    display: flex;
    align-items: flex-end;
    gap: 3.3333333333rem;
    z-index: 2;
}
.info-block.t2 {
    align-items: center;
}
.info-block.t2 .info-block__photo {
    margin-top: -7.0833333333rem;
}
.info-block.t3 {
    align-items: flex-start;
    margin-bottom: -7.9166666667rem;
}
.info-block.t3 .info-block__text {
    padding: 4.1666666667rem 0;
}
.info-block.t3 .info-block__photo {
    margin-top: 0;
}
.info-block__photo {
    width: 18.5833333333rem;
    height: 18.5833333333rem;
    display: block;
    flex-shrink: 0;
    margin-top: -50%;
}
.brand-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.brand-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 3.50833333333rem;
    height: 3.50833333333rem;
    border-radius: 50%;
    background: #fff;
}
.brand-card__logo img,
.brand-card__logo picture {
    max-width: 95%;
    max-height: 95%;
}
.brand-card__title {
    font-size: 1.0416666667rem;
    padding-bottom: 0.4166666667rem;
    border-bottom: 1px solid #fff;
}
.brand-card__text {
    font-size: 0.8333333333rem;
}
.gl-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.0416666667rem -2.9166666667rem;
}
.gl-block__col {
    width: 33.33%;
    padding: 0 1.0416666667rem;
    margin-bottom: 2.9166666667rem;
}
.gl-block__col.col-66 {
    width: 66.66%;
}
.gl-block__col img,
.gl-block__col picture {
    width: 100%;
    height: 100%;
}
.gl-block__text.mt {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.gl-block__photo {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gl-block__photo img,
.gl-block__photo picture {
    width: 100%;
    height: 100%;
}
.compare__text {
    font-size: 0.7916666667rem;
    line-height: 130%;
}
.compare__text.text-accent {
    font-size: 0.9166666667rem;
    min-width: 91px;
    white-space: nowrap;
}
.compare__text.mob {
    display: none;
}
.compare__row {
    display: flex;
    gap: 2.0833333333rem;
}
.compare__row:first-child .compare__text {
    padding-bottom: 0.8333333333rem;
    margin-bottom: 0.8333333333rem;
    border-bottom: 1px solid #131313;
}
.compare__row:first-child .compare__text.text-accent {
    margin-top: auto;
}
.compare__grid {
    display: grid;
    gap: 2.0833333333rem;
    grid-template-columns: repeat(5, 1fr);
}
.catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.625rem -2.9166666667rem;
}
.catalog .catalog-card {
    width: 20%;
    padding: 0 0.625rem;
    margin-bottom: 2.9166666667rem;
}
.catalog-card {
    display: flex;
    flex-direction: column;
    gap: 0.8333333333rem;
}
.catalog-card__photo {
    margin-bottom: 1.25rem;
}
.catalog-card__title {
    font-size: 1.3333333333rem;
    line-height: 110%;
}
.catalog-card__text {
    font-size: 0.8333333333rem;
    line-height: 130%;
}
.table__head {
    margin-bottom: 2.9166666667rem;
}
.table__tr {
    font-size: 2rem;
    line-height: 110%;
}
.table__tr:not(:first-child) {
    padding-left: 2.0833333333rem;
}
.table__grid {
    display: grid;
    gap: 2.0833333333rem;
    grid-template-columns: 0.6fr 0.7fr 1.11fr;
}
.table__title {
    display: flex;
    align-items: center;
    font-size: 1.1666666667rem;
    line-height: 130%;
}
.table__caption {
    font-size: 1.1666666667rem;
    line-height: 130%;
}
.table__caption span {
    margin-right: 7px;
    text-transform: uppercase;
    text-decoration: line-through;
}
.table__text {
    font-size: 1rem;
    line-height: 130%;
}
.table__caption,
.table__text {
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
    padding-left: 2.0833333333rem;
    border-left: 1px solid #fff;
}
.table__body {
    display: flex;
    flex-direction: column;
    gap: 2.0833333333rem;
}
.about {
    display: grid;
    gap: 1.0416666667rem;
    row-gap: 2.0833333333rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.about .about-card:nth-child(2) {
    padding: 0 1.0416666667rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.about-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6666666667rem;
}
.about-card__text {
    font-size: 1.3333333333rem;
    line-height: 110%;
}
.ways {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.0416666667rem -2.9166666667rem;
}
.ways .ways-card {
    display: flex;
    flex-direction: column;
    gap: 0.8333333333rem;
    width: 33.33%;
    padding: 0 1.0416666667rem;
    text-align: center;
    margin-bottom: 2.9166666667rem;
    border-right: 1px solid #131313;
}
.ways .ways-card:nth-child(3),
.ways .ways-card:last-child {
    padding-right: 0;
    border-right: 0;
}
.ways .ways-card.col-50 {
    width: 50%;
}
.ways .ways-card__num {
    font-size: 2rem;
    line-height: 110%;
    margin-bottom: 0.8333333333rem;
}
.ways .ways-card__title {
    font-size: 1.2083333333rem;
    line-height: 110%;
}
.ways .ways-card__text {
    font-size: 0.8333333333rem;
    line-height: 130%;
    padding: 0 1.0416666667rem;
}
@media (max-width: 1919px) {
    html {
        font-size: 18px;
    }
    body {
        font-size: 20px;
    }
    .hero__pic {
        max-width: 55%;
        max-height: 107%;
    }
}
@media (max-width: 1439px) {
    html {
        font-size: 14px;
    }
    body {
        font-size: 16px;
        line-height: 150%;
    }
    .preview__logos img {
        flex-shrink: 0;
        max-width: 200px;
    }
    .quote::before {
        background-size: cover;
        width: 30px;
        height: 22px;
    }
}
@media (max-width: 1300px) {
    .hero__data {
        padding: 160px 100px 160px;
    }
    .hero__pic {
        max-width: 46%;
        max-height: 107%;
    }
}
@media (max-width: 1199px) {
    .container {
        padding: 0 50px;
    }
    .info-block__photo {
        width: 20.8333333333rem;
        height: 20.8333333333rem;
    }
    .hero__data {
        padding: 140px 50px 140px;
    }
    .info-block.t2 .info-block__photo {
        margin-top: -5.4166666667rem;
    }
    .info-block.t3 {
        margin-bottom: -5.8333333333rem;
    }
    .card__text.mt {
        margin-top: 0.8333333333rem;
    }
}
@media (max-width: 992px) {
    body {
        font-size: 16px;
        line-height: 130%;
    }
    .footer {
        padding: 50px 0;
    }
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 16px;
    }
    .footer__col {
        max-width: 100%;
    }
    .footer__col a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__col img {
        max-width: 160px;
    }
    .preview-block__logos {
        gap: 30px;
    }
    .preview-block__logos > img {
        max-width: 65px;
    }
    .preview-block__logos a img {
        max-width: 160px;
    }
    .container {
        padding: 0 40px;
    }
    .section {
        padding: 50px 0;
    }
    .section .container {
        gap: 50px;
    }
    .section__group {
        gap: 50px;
    }
    .section__col {
        width: 33.33%;
    }
    .section__col.col-20 {
        width: 33.33%;
    }
    .hero__title {
        display: flex;
        flex-direction: column;
    }
    .hero__data {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 100px 40px 426px;
    }
    .hero__pic {
        max-width: 450px;
        margin: 0 auto;
        left: 0;
        right: -18px;
    }
    .preview {
        padding: 30px 0 50px;
    }
    .preview__title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .preview__grid {
        margin-top: 30px;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .preview__text:nth-child(2) {
        padding: 0;
    }
    .preview__text span.text-accent {
        margin: 0 -10px 0 -10px;
    }
    .preview__quote {
        margin-top: 50px;
    }
    .quote {
        padding-left: 0;
        gap: 30px;
    }
    .quote__text {
        padding-top: 10px;
        padding-left: 45px;
        font-size: 20px;
        line-height: 110%;
    }
    .quote__author {
        margin-left: 0;
        gap: 20px;
    }
    .quote__author-name {
        font-size: 22px;
    }
    .quote__author-position {
        font-size: 14px;
    }
    .quote__author-photo {
        width: 60px;
        height: 60px;
    }
    .card {
        display: flex;
        flex-direction: column;
    }
    .card .container {
        position: static;
        padding: 50px 40px;
    }
    .card__photo {
        position: relative;
        z-index: 1;
    }
    .card__photo::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(-90deg, #beb8b8 0%, #dcdad9 25%, #f5f5f5 50%);
        z-index: -1;
        pointer-events: none;
    }
    .card__text {
        margin: 0;
        max-width: inherit;
    }
    .info-block {
        gap: 30px;
        flex-direction: column;
    }
    .info-block__photo {
        margin-top: -70px;
        order: -1;
        width: 170px;
        height: 170px;
    }
    .brand-card {
        gap: 20px;
    }
    .brand-card__logo {
        width: 50px;
        height: 50px;
    }
    .brand-card__title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .brand-card__text {
        font-size: 16px;
    }
    .gl-block__col:not(:has(*)) {
        display: none;
    }
    .gl-block {
        margin: 0 -40px -50px;
    }
    .gl-block__col {
        padding: 0 7px;
        margin-bottom: 50px;
    }
    .gl-block__col:first-child {
        padding-left: 0;
    }
    .gl-block__col:nth-child(3),
    .gl-block__col.col-66:not(.text-col) {
        padding-right: 0;
    }
    .gl-block__col.text-col {
        width: 100%;
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .gl-block__col.text-col:last-child {
        margin-bottom: 50px;
    }
    .compare {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .compare__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .compare__row {
        flex-direction: column;
    }
    .compare__row:first-child .compare__text {
        padding-bottom: 0;
        border: 0;
        margin-bottom: 0;
        padding-right: 10px;
    }
    .compare__row:first-child .compare__text.text-accent {
        margin-top: 0;
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #131313;
    }
    .compare__text {
        font-size: 14px;
    }
    .compare__text.text-accent {
        display: none;
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #131313;
    }
    .compare__text.text-accent.mob {
        display: block;
    }
    .info-block.t2 .info-block__photo {
        margin-left: auto;
        margin-top: -70px;
    }
    .section__text.col-50 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .info-block.t3 {
        margin: -30px 0 0 0;
    }
    .info-block.t3 .info-block__photo {
        display: none;
    }
    .info-block.t3 .info-block__text {
        padding: 0;
    }
    .card__text.mt {
        margin-top: 0;
    }
    .catalog {
        margin: 0 -7px -50px;
    }
    .catalog .catalog-card {
        padding: 0 7px;
        margin-bottom: 50px;
        width: 33.33%;
    }
    .catalog-card {
        gap: 10px;
    }
    .catalog-card__photo {
        margin-bottom: 20px;
    }
    .catalog-card__title {
        font-size: 22px;
        line-height: 110%;
    }
    .catalog-card__text {
        font-size: 14px;
        line-height: 130%;
    }
    h1.inline,
    h2.inline,
    h3.inline,
    h4.inline,
    h5.inline,
    h6.inline {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .table__head {
        display: none;
    }
    .table__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .table__caption,
    .table__text {
        padding: 0;
        border: 0;
    }
    .table__body {
        counter-reset: row;
        gap: 40px;
    }
    .table__title {
        counter-increment: row;
        gap: 10px;
        flex-wrap: wrap;
        font-size: 20px;
        font-family: "Times New Roman", sans-serif;
        font-style: italic;
        line-height: 120%;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .table__title::before {
        margin-top: -2px;
        content: "[" counter(row) "] ";
    }
    .table__caption {
        font-size: 20px;
        line-height: 120%;
        font-family: "Times New Roman", sans-serif;
        font-style: italic;
    }
    .table__text {
        font-size: 16px;
        line-height: 130%;
    }
    .gl-block.revert .gl-block__col.col-66:not(.text-col) {
        padding-left: 0;
        padding-right: 7px;
        margin-top: 30px;
    }
    .gl-block.revert .gl-block__col:not(.text-col) {
        padding-left: 7px;
        padding-right: 0;
        margin-top: 30px;
    }
    .gl-block__col.text-col.order {
        order: 1;
        margin-bottom: 50px;
    }
    .section__caption {
        margin-left: 0;
        margin-top: -20px;
        text-align: left;
        max-width: 100%;
    }
    .hero::after,
    .hero::before {
        width: 48%;
    }
}
@media (max-width: 766px) {
    h1 {
        font-size: 43px;
        line-height: 105%;
    }
    h2 {
        font-size: 32px;
        line-height: 105%;
    }
    .section__grid {
        margin-bottom: -50px;
    }
    .section__grid .section__col {
        width: 100%;
        margin-bottom: 50px;
    }
    .catalog .catalog-card {
        width: 50%;
    }
    .catalog.t1 .catalog-card:last-child {
        width: 100%;
        text-align: center;
    }
    .catalog.t1 .catalog-card:last-child .catalog-card__photo {
        display: flex;
        justify-content: center;
    }
    .catalog.t1 .catalog-card:last-child .catalog-card__photo img {
        max-width: 140px;
    }
    .about {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .about .about-card:nth-child(2) {
        padding: 0;
        border: 0;
    }
    .about-card__text {
        font-size: 22px;
        line-height: 110%;
    }
    .ways {
        margin-bottom: -40px;
        counter-reset: way;
    }
    .ways .ways-card {
        width: 100%;
        gap: 15px;
        margin-bottom: 40px;
        border: 0;
        counter-increment: way;
    }
    .ways .ways-card__num {
        display: none;
    }
    .ways .ways-card__title::before {
        content: "[" counter(way) "] ";
        margin-right: 0px;
    }
    .ways .ways-card__title {
        font-size: 20px;
        line-height: 120%;
        text-align: left;
    }
    .ways .ways-card__text {
        padding: 0;
        font-size: 16px;
        line-height: 130%;
        text-align: left;
    }
    .ways .ways-card.col-50 {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .hero {
        overflow: hidden;
    }
    .hero__data {
        padding: 100px 40px 530px;
    }
    .hero__caption {
        margin-top: 20px;
        font-size: 17px;
        line-height: 130%;
    }
    .hero__pic {
        max-width: 375px;
        right: 0;
    }
    .preview__logos img {
        max-width: 135px;
    }
    .section .container {
        padding: 0 40px;
    }
    .short-block {
        width: 100%;
    }
    .preview__title {
        font-size: 15px;
    }
    .preview__logos {
        margin-top: 17px;
        gap: 15px;
        display: flex;
    }
    .preview__logos svg {
        width: 10px;
        height: 10px;
    }
    .preview__logos a img {
        max-width: 116px;
    }
}
