@font-face {
    font-family: 'Roboto Flex';
    src: url('../fonts/RobotoFlex/RobotoFlex.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

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

img {
    display: block;
}

button, input {
    outline: none;
}

button {
    cursor: pointer;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 1rem;
    font-weight: 400;
    line-height: var(--text-line);
    color: #000;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
}

ol, ul {
    list-style: none;
}

p {
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=number] {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input, textarea {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::-moz-selection {
    background-color: var(--accent-color);
    color: var(--true-white);
}

::selection {
    background-color: var(--accent-color);
    color: var(--true-white);
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Flex', sans-serif;
    color: var(--text);
    font-size: var(--title-s-size);
    font-weight: 400;
    background-color: var(--true-white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

.popup__overlay {
    overflow: hidden;
}

.general__wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.title-xl {
    font-size: var(--title-xl-size);
    line-height: normal;
    font-weight: var(--text-bold);
}

.title-l {
    font-size: var(--title-l-size);
    line-height: var(--title-l-line);
    font-weight: var(--text-bold);
}

.title-m {
    font-size: var(--title-m-size);
    line-height: var(--title-m-line);
    font-weight: var(--text-bold);
}

.title-s {
    font-size: var(--title-s-size);
    line-height: var(--title-s-line);
}

.title-xs {
    font-size: var(--title-xs-size);
    line-height: var(--text-line);
}

.title-xxs {
    font-size: var(--title-xxs-size);
    line-height: var(--title-xxs-line);
}

.text-s {
    font-size: var(--text-size);
    line-height: var(--text-line);
}

strong {
    font-weight: var(--text-bold);
}

[class^='title-'] strong {
    color: var(--accent-color);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 60px;
    padding: 0 24px;
    background-color: var(--accent-color);
    border-radius: 12px;
    font-size: var(--title-xxs-size);
    line-height: 1.16;
    font-weight: var(--text-bold);
    color: var(--true-white);
    outline: none;
    border: 1px solid var(--accent-color);
    transition: background-color .25s ease, border .25s ease;
    box-sizing: border-box;
    white-space: nowrap;
}

.btn.btn--secondary {
    background-color: var(--true-white);
    border: 1px solid var(--true-white);
    color: var(--accent-color);
}

.btn.btn--big {
    height: 100px;
    padding: 0 44px;
    font-size: var(--title-m-size);
    font-weight: var(--text-bold);
    line-height: var(--title-m-line);
}

.tag {
    background-color: var(--frame-bg);
    border-radius: 0 24px 24px 24px;
    padding: 20px 32px;
}

.frame {
    background-color: var(--frame-bg);
    padding: 44px;
    border-radius: 0 50px;
}

.admin-bar .header {
    top: 32px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
    background-color: var(--frame-bg);
    backdrop-filter: blur(14px);
    border-radius: 0px 0px 8px 8px;
    isolation: isolate;
}

.header .header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}

.header .header__logo img {
    width: 100%;
}

.header .menu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 24px;
}

.header .menu-item a {
    position: relative;
    font-size: var(--text-size);
    font-weight: var(--text-bold);
    line-height: var(--text-line);
    color: var(--header-text);
}

.header .header__burger {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header .header__burger span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--accent-color);
    outline: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition-property: background-color,-webkit-transform;
    transition-property: background-color,-webkit-transform;
    -o-transition-property: background-color,transform;
    transition-property: background-color,transform;
    transition-property: background-color,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .header__burger.header__burger-active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.header .header__burger.header__burger-active span:nth-of-type(2) {
    background-color: transparent;
}

.header .header__burger.header__burger-active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

.sect__hero {
    padding: 262px 0 110px;
}

.sect__hero .hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 82px;
}

.sect__hero .hero__content {
    display: grid;
    gap: 32px;
    max-width: 650px;
}

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

.sect__hero .hero__controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sect__hero .hero__img {
    max-width: 708px;
    border-radius: 0 50px;
    overflow: hidden;
}

.sect__hero .hero__img img {
    width: 100%;
}

.sect__network {
    padding: 0 0 110px;
}

.sect__network .network__title {
    color: var(--accent-color);
}

.sect__network .network__description {
    margin-top: 16px;
}

.sect__network .network__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    gap: 24px;
}

.sect__network .network__item {
    width: calc(50% - 12px);
}

.sect__advantages {
    padding: 0 0 166px;
}

.sect__advantages .advantages__title {
    color: var(--accent-color);
}

.sect__advantages .advantages__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 24px;
    gap: 24px;
}

.sect__advantages .advantages__img {
    max-width: 728px;
    border-radius: 0 50px;
    overflow: hidden;
}

.sect__advantages .advantages__img img {
    width: 100%;
}

.sect__advantages .advantages__content {
    display: grid;
    width: 100%;
    max-width: 690px;
    background: var(--brand-gradient-2);
    gap: 24px;
}

.sect__advantages .advantages__item-title {
    font-size: 52px;
    font-weight: var(--text-bold);
    line-height: 1.2;
    color: var(--accent-color);
}

.sect__growth {
    padding: 0 0 110px;
}

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

.sect__growth .growth__inner.frame {
    padding: 62px;
    background: var(--brand-gradient-3);
}

.sect__growth .growth__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 44px;
}

.sect__growth .growth__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    max-width: 640px;
    padding-right: 24px;
    gap: 44px;
    color: var(--true-white);
}

.sect__growth .growth__block-title.title-l {
    line-height: 1.32;
}

.sect__growth .growth__block-description {
    margin-top: 16px;
}

.sect__growth .growth__list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 50px;
    gap: 8px;
}

.sect__growth .growth__list li {
    position: relative;
}

.sect__growth .growth__list li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 8px;
    height: 8px;
    background-color: var(--true-white);
    border-radius: 50%;
}

.sect__growth .growth__list.growth__list--icon {
    margin-top: 24px;
    padding-left: 60px;
    gap: 28px;
}

.sect__growth .growth__list.growth__list--icon li {
    font-size: var(--title-xs-size);
    font-weight: var(--text-bold);
    line-height: var(--text-line);
}

.sect__growth .growth__list.growth__list--icon li::before {
    left: -60px;
    width: 44px;
    height: 44px;
    background-color: unset;
    background-repeat: no-repeat;
    border-radius: unset;
}

.sect__growth .growth__list.growth__list--icon li:nth-child(1)::before {
    background-image: url('../img/icon_growth_1.svg');
}

.sect__growth .growth__list.growth__list--icon li:nth-child(2)::before {
    background-image: url('../img/icon_growth_2.svg');
}

.sect__growth .growth__list.growth__list--icon li:nth-child(3)::before {
    background-image: url('../img/icon_growth_3.svg');
}

.sect__growth .growth__list.growth__list--icon li:nth-child(4)::before {
    background-image: url('../img/icon_growth_4.svg');
}

.sect__growth .growth__img {
    width: 100%;
    max-width: 630px;
    flex: 1;
    background-image: url('../img/img_growth.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 50px;
    overflow: hidden;
}

.sect__benefits {
    padding: 0 0 166px;
    scroll-margin-top: 140px;
}

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

.sect__benefits .benefits__inner.frame {
    padding: 62px;
}

.sect__benefits .benefits__inner {
    margin-top: 44px;
}

.sect__benefits .benefits__inner-title {
    background: var(--brand-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sect__benefits .benefits__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    gap: 24px;
}

.sect__benefits .benefits__item {
    display: grid;
    width: calc(50% - 12px);
    background-color: var(--true-white);
    gap: 24px;
}

.sect__benefits .benefits__item:first-of-type {
    background: var(--brand-gradient);
    padding-top: 20px;
    color: var(--true-white);
}

.sect__benefits .benefits__item .title-m {
    color: var(--accent-color);
}

.sect__benefits .benefits__btn {
    margin-top: 44px;
}

.sect__about {
    padding: 0 0 110px;
    scroll-margin-top: 100px;
}

.sect__about .about__title {
    color: var(--accent-color);
}

.sect__about .about__description {
    margin-top: 16px;
}

.sect__about .about__inner {
    margin-top: 44px;
}

.sect__about .about__categories {
    display: flex;
    flex-wrap: wrap;
    max-width: 932px;
    gap: 16px;
}

.sect__about .about__categories-item {
    width: fit-content;
    padding: 16px 32px;
    border-radius: 0 12px;
    background: var(--brand-gradient-4);
}

.sect__about .about__categories-item .title-s {
    font-weight: var(--text-bold);
    color: var(--true-white);
}

.sect__about .about__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    gap: 24px;
}

.sect__about .about__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 12px);
    gap: 24px;
}

.sect__about .about__item:first-of-type {
    background: var(--brand-gradient);
    padding-top: 20px;
    color: var(--true-white);
}

.sect__about .about__item:last-of-type {
    width: 100%;
}

.sect__about .about__item .title-m {
    color: var(--accent-color);
}

.sect__about .about__item-row {
    display: flex;
    align-items: start;
    gap: 16px;
}

.sect__about .about__item-list li {
    position: relative;
}

.sect__about .about__item-list li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 8px;
    height: 8px;
    background-color: var(--text);
    border-radius: 50%;
}

.sect__contacts {
    padding: 110px 0;
}

.sect__contacts .contacts__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.sect__contacts .contacts__img {
    max-width: 615px;
    border-radius: 0 50px;
    overflow: hidden;
}

.sect__contacts .contacts__img img {
    width: 100%;
}

.sect__contacts .contacts__content {
    max-width: 738px;
}

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

.sect__contacts .contacts__description {
    margin-top: 58px;
}

.sect__contacts .contacts__link {
    display: block;
    margin-top: 20px;
    font-weight: var(--text-bold);
    color: var(--accent-color);
}

.article {
    padding: 202px 0 110px;
}

.article .article__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 82px;
}

.article .article__content {
    display: flex;
    flex-direction: column;
    max-width: 708px;
    width: 50%;
    gap: 32px;
}

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

.article .article__img {
    max-width: 648px;
    width: 50%;
    border-radius: 0 50px;
    overflow: hidden;
}

.article .article__img img {
    width: 100%;
    height: 100%;
}

.article .article__body {
    display: flex;
    flex-direction: column;
    padding: 110px 0 0;
    gap: 24px;
}

.article h2, 
.article h3,
.article h4 {
    margin-top: 62px;
    color: var(--accent-color);
}

.article h4 + p:not([class]) {
    margin-top: 0;
}

.article :is(h2, h3):first-of-type {
    margin-top: 32px;
}

.article .frame :is(h2, h3):first-of-type {
    margin-top: 0;
}

.article p,
.article li {
    font-size: var(--title-xs-size);
    line-height: var(--text-line);
}

.article h4,
.article p,
.article ul {
    margin-top: 16px;
}

.article ul {
    padding-left: 50px;
}

.article li {
    position: relative;
}

.article li::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -30px;
    width: 8px;
    height: 8px;
    background-color: var(--text);
    border-radius: 50%;
}

.footer {
    padding: 125px 0 115px;
    background: var(--brand-gradient);
    font-size: var(--text-size);
    font-weight: var(--text-bold);
    line-height: var(--text-line);
    color: var(--true-white);
}

.footer .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .menu,
.error__404 .menu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 16px;
}

.footer .menu-item a {
    position: relative;
    opacity: .5;
}

.footer .menu-item.current-menu-item a {
    opacity: unset;
}

.footer .menu-item.current-menu-item a:after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: var(--true-white);
}

.sect__error {
    padding: 180px 0 88px;
}

.error__404 .error__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 144px 42px;
    gap: 62px;
    border-radius: 24px;
    background: var(--radial-gradient-3);
    box-shadow: 8px 4px 20px 0px var(--black-oc-25);
    backdrop-filter: blur(14px);
}

.error__404 .error__title {
    font-size: var(--title-xl-size);
    line-height: 1;
    font-weight: 700;
    color: var(--accent-color);
}

.error__404 .error__text {
    font-size: var(--title-s-size);
    line-height: var(--title-s-line);
}

.error__404 .menu-item a {
    position: relative;
    font-size: var(--text-size);
    font-weight: var(--text-bold);
    line-height: var(--text-line);
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        background-color: transparent;
        border: 1px solid var(--accent-color);
        color: var(--accent-color);
    }

    .btn.btn--secondary:hover {
        background-color: transparent;
        border: 1px solid var(--true-white);
        color: var(--true-white);
    }

    .header .menu-item a:hover:after,
    .footer .menu-item a:hover:after,
    .error__404 .menu-item a:hover:after {
        content: '';
        position: absolute;
        inset-inline-start: 0;
        bottom: -4px;
        width: 100%;
        height: 2px;
        border-radius: 10px;
    }

    .header .menu-item a:hover {
        color: var(--accent-color);
    }

    .header .menu-item a:hover:after,
    .error__404 .menu-item a:hover:after {
        background-color: var(--accent-color);
    }

    .footer .menu-item a:hover:after {
        opacity: unset;
        background-color: var(--true-white);
    }

    .footer .menu-item a:hover {
        opacity: unset;
    }
}
@media (max-width: 1600px) {
    .sect__benefits {
        scroll-margin-top: -600px;
    }
}

@media (max-width: 1460px) {
    .container {
        padding: 0 28px;
    }

    .sect__advantages .advantages__inner {
        align-items: center;
    }
}

@media (max-width: 1280px) {
    .sect__hero .hero__inner {
        flex-direction: column;
    }

    .sect__hero .hero__content,
    .sect__hero .hero__img {
        max-width: unset;
    }

    .sect__advantages .advantages__inner {
        flex-direction: column;
    }

    .sect__advantages .advantages__content {
        max-width: unset;
    }
}

@media (max-width: 1024px) {
    .title-xl {
        font-size: var(--title-m-size);
        line-height: var(--title-m-line);
    }

    .title-l {
        font-size: var(--title-s-size);
        line-height: var(--title-s-line);
    }

    .title-m {
        font-size: var(--title-xxs-size);
        line-height: var(--title-xxs-line);
    }

    .title-s {
        font-size: var(--text-size);
        line-height: var(--text-line);
    }

    .btn,
    .btn.btn--big {
        height: 48px;
        padding: 0 24px;
        font-size: var(--text-size);
        line-height: var(--text-line);
    }

    .frame {
        padding: 32px;
    }

    .menu__overlay {
        overflow: hidden;
    }

    body.menu__overlay .header {
        backdrop-filter: none;
        background-color: var(--border-color);
    }

    body.menu__overlay .header::before {
        content: '';
        position: absolute;
        inset-inline-start: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(47, 47, 47, 0.70);
        z-index: 2;
    }

    .header {
        padding: 32px 0;
    }

    .header .header__menu {
        position: absolute;
        display: block;
        width: 100%;
        max-width: 262px;
        inset-inline-start: auto;
        inset-inline-end: -262px;
        top: 0;
        padding: 116px 26px 32px 16px;
        border-radius: 0 0 16px 16px;
        background-color: var(--frame-bg);
        backdrop-filter: blur(14px);
        -webkit-transition: inset-inline-end .3s ease;
        -o-transition: inset-inline-end .3s ease;
        transition: inset-inline-end .3s ease;
        overflow: auto;
        z-index: 2;
    }

    .header .header__menu.header__menu-visible {
        inset-inline-end: 0;
    }

    .header .menu-item a {
        font-size: var(--title-xxs-size);
        line-height: 1.16;
        color: var(--accent-color);
    }

    .header .menu {
        flex-direction: column;
        align-items: end;
    }

    .header .header__burger {
        display: flex;
        z-index: 2;
    }

    .sect__hero {
        padding: 150px 0 72px;
    }

    .sect__hero .hero__inner {
        gap: 32px;
    }

    .sect__hero .hero__content {
        gap: 24px;
    }

    .sect__network {
        padding: 0 0 32px;
    }

    .sect__network .network__inner {
        margin-top: 32px;
        gap: 12px;
    }

    .sect__advantages {
        padding: 0 0 72px;
    }

    .sect__advantages .advantages__inner {
        margin-top: 16px;
        gap: 16px;
    }

    .sect__advantages .advantages__img {
        max-width: unset;
    }

    .sect__advantages .advantages__item.tag {
        padding: 20px 24px;
    }

    .sect__advantages .advantages__item-title {
        font-size: var(--title-s-size);
        line-height: var(--title-s-line);
    }

    .sect__growth {
        padding: 0 0 42px;
    }

    .sect__growth .growth__inner.frame {
        padding: 32px;
    }

    .sect__growth .growth__inner {
        flex-direction: column;
        margin-top: 12px;
    }

    .sect__growth .growth__content {
        display: contents;
        padding-right: unset;
        width: 100%;
        gap: 0;
    }

    .sect__growth .growth__content-title.title-xl {
        width: 100%;
        font-size: var(--title-s-size);
        line-height: var(--title-s-size);
    }

    .sect__growth .growth__block {
        width: 100%;
        margin-top: 24px;
    }

    .sect__growth .growth__list {
        padding-left: 24px;
    }

    .sect__growth .growth__list li::before {
        width: 6px;
        height: 6px;
        left: -16px;
    }

    .sect__growth .growth__list.growth__list--icon {
        padding-left: 44px;
        gap: 20px;
    }

    .sect__growth .growth__list.growth__list--icon li::before {
        left: -44px;
        width: 28px;
        height: 28px;
        background-size: cover;
    }

    .sect__growth .growth__list li,
    .sect__growth .growth__list.growth__list--icon li {
        font-size: var(--text-size);
        font-weight: var(--text-bold);
        line-height: var(--text-line);
    }

    .sect__growth .growth__img {
        margin: 32px auto;
        min-height: 314px;
    }

    .sect__growth .growth__btn {
        order: 1;
    }

    .sect__benefits {
        padding: 0 0 72px;
    }

    .sect__benefits .benefits__inner.frame {
        padding: 32px;
    }

    .sect__benefits .benefits__inner {
        flex-direction: column;
        margin-top: 12px;
    }

    .sect__benefits .benefits__inner-title.title-xl {
        width: 100%;
        font-size: var(--title-s-size);
        line-height: var(--title-s-line);
    }

    .sect__benefits .benefits__content {
        margin-top: 24px;
        gap: 16px;
    }

    .sect__benefits .benefits__item {
        width: calc(50% - 8px);
        gap: 12px;
    }

    .sect__benefits .benefits__item.frame {
        padding: 20px 32px;
    }

    .sect__about {
        padding: 0 0 72px;
    }

    .sect__about .about__description {
        font-size: var(--text-size);
        line-height: var(--text-line);
    }

    .sect__about .about__categories-item {
        padding: 12px 24px;
    }

    .sect__about .about__inner {
        margin-top: 32px;
    }

    .sect__about .about__grid {
        gap: 16px;
    }

    .sect__about .about__item{
        width: calc(50% - 8px);
        gap: 12px;
    }

    .sect__about .about__item.frame {
        padding: 20px 32px;
    }

    .sect__about .about__item-list {
        padding-left: 24px;
    }

    .sect__about .about__item-list li {
        font-size: var(--text-size);
        line-height: var(--text-line);
    }

    .sect__about .about__item-list li::before {
        width: 6px;
        height: 6px;
        left: -16px;
    }

    .sect__contacts {
        padding: 72px 0;
    }

    .sect__contacts .contacts__img,
    .sect__contacts .contacts__content {
        max-width: unset;
    }

    .sect__contacts .contacts__description {
        margin-top: 32px;
        font-size: var(--title-xxs-size);
        line-height: var(--title-xxs-line);
    }

    .sect__contacts .contacts__link {
        margin-top: 8px;
        font-size: var(--title-xxs-size);
        line-height: var(--title-xxs-line);
    }

    .article {
        padding: 142px 0 72px;
    }

    .article .article__body {
        padding: 72px 0 0;
    }

    .article .article__header {
        flex-direction: column;
        gap: 32px;
    }

    .article .article__content {
        gap: 24px;
    }

    .article .article__content,
    .article .article__img {
        max-width: unset;
        width: 100%;
    }

    .article h2, 
    .article h3,
    .article h4 {
        margin-top: 32px;
        font-size: var(--title-xxs-size);
        line-height: var(--title-xxs-line);
    }

    .article h4,
    .article p,
    .article ul {
        margin-top: 12px;
    }

    .article p, 
    .article li {
        font-size: var(--text-size);
        line-height: var(--text-line);
    }

    .sect__error {
        padding: 124px 0 42px;
    }
    
    .error__404 .error__content {
        padding: 112px 24px;
        gap: 24px;
    }
    
    .error__404 .error__title {
        font-size: var(--title-m-size);
        line-height: var(--title-m-line);
    }
    
    .error__404 .error__text {
        font-size: var(--text-size);
        line-height: var(--text-line);
        text-align: center;
    }

    .error__404 .menu {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .sect__network .network__inner {
        flex-wrap: unset;
        flex-direction: column;
    }

    .sect__network .network__item {
        width: 100%;
    }

    .sect__benefits .benefits__content,
    .sect__about .about__grid {
        flex-direction: column;
    }

    .sect__benefits .benefits__item,
    .sect__about .about__item {
        width: 100%;
    }

    .sect__contacts .contacts__inner {
        flex-direction: column;
    }

    .footer {
        padding: 74px 0 80px;
    }

    .footer .footer__inner {
        flex-direction: column-reverse;
    }

    .footer .footer__menu {
        margin-top: 62px;
    }
}

@media (max-width: 425px) {
    .sect__about .about__item-row {
        flex-direction: column;
        gap: 0;
    }
}
