@charset "UTF-8";
@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Cygre";
    src: url("../fonts/Cygre-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Cygre";
    src: url("../fonts/Cygre-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("woff2");
    font-weight: 500;
    font-display: swap;
}

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

html,
body {
    height: 100%;
}

body {
    background: #F0F4F8;
    font-family: "Ubuntu", sans-serif;
    margin: 0;
}

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

button {
    background: none;
    font: inherit;
    border: 0;
    padding: 0;
}

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

input::-webkit-inner-spin-button {
    display: none;
}

img {
    display: block;
}

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

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

p {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

[v-cloak] {
    display: none;
}

.header {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 40px;
}

@media (max-width: 767px) {
    .header {
        padding: 20px 30px;
    }
}

.header__links {
    display: flex;
    justify-content: space-around;
    flex: 1;
}

@media (max-width: 1279px) {
    .header__links {
        display: none;
    }
}

.header__login {
    display: flex;
    gap: 30px;
}

@media (max-width: 1279px) {
    .header__login {
        display: none;
    }

    .banner-block, nav.menu.audit__menu.audit__section {
        display: none !important;
    }
}

.header__burger {
    background-image: url(../images/menu.svg);
}

@media (min-width: 1280px) {
    .header__burger, body:not(.profile) .profile__sidebar {
        display: none;
    }

    .profile .profile__sidebar {
        display: grid;
    }

    .breadcrumb-nav {
        margin-bottom: 20px;
    }
}

.service {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.services {
    text-align: center;
}

.services__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    max-width: 1100px;
    margin: 80px auto 0;
}

.services__content {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    gap: 15px;
    width: 100%;
}

.services__card {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    gap: 28px;
    border-radius: 25px;
    background-color: #fff;
    text-align: left;
}

.services__card p {
    font-size: 18px;
    max-width: 250px;
    color: #61666F;
}

.card__electro {
    border: 1px solid rgba(255, 50, 34, 0.6);
}

.cards__container {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto 150px;
}

.cards__column :first-child {
    margin-bottom: 15px;
}

.services__card img {
    align-self: flex-start;
    margin-top: 0;
    display: block;
    transform: translateY(4px);
}

.services__card h3 {
    color: #373B42;
    font-size: 22px;
    margin-bottom: 20px;
}

.bid {
    display: flex;
    place-content: center;
    align-items: center;
    gap: 26px
}

.bid p {
    font-size: 22px;
}

.how {
    text-align: center;
}

.how__indicators {
    margin-top: 68px;
}

.indicators__container {
    display: grid;
    text-align: left;
    align-items: start;
    grid-template-columns: repeat(3, minmax(337px, 1fr));
    row-gap: 70px;
    margin-top: 50px;
    justify-items: center;
}

.indicators__card .services__card {
    align-items: center;
}

.indicators__card .services__card img {
    transform: translateY(0);
    align-self: inherit;
}

.indicators__card:nth-child(4) .services__card h3 {
    max-width: 60%;
}

.indicators__card {
    border-radius: 25px;
    width: 100%;
    max-width: 85%;
}

.indicators__card .services__card h3 {
    margin: 0;
}

.indicators__card p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 80%;
    margin-left: 30px;
}

.top__audit {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    border-radius: 15px;
    margin-top: 70px;
}

.top__audit .top__image {
    margin-top: -25px;
}

.top__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top__description {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px 0 70px 0;
    max-width: 70%;
    line-height: 1.2;
    font-size: 22px;
}

.top__text h2 {
    font-size: 28px;
    margin-top: 30px;
    font-weight: 500;
}

.top__wrapper {
    display: flex;
    align-items: center;
    gap: 29px;
}

.top__container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top__container p {
    font-size: 25px;
    font-weight: 500;
}

.top__video {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
}

.top__video .top__description {
    text-align: left;
    gap: 49px;
    max-width: 45%;
}

.top__video .top__description h2 {
    font-size: 28px;
}

.top__videoplayer {
    border-radius: 25px;
    border: none;
}

.form__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 27px;
    column-gap: 10px;
    max-width: 60%;
    margin: 0 auto;
}

.form__input {
    background-color: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 15px;
}

.form__input::placeholder {
    color: #95979A;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

.form__submit {
    display: flex;
    place-items: center;
    max-width: 65%;
    text-align: left;
    gap: 37px;
    margin: 0 auto;
    margin-top: 40px;
}

.form__submit p {
    font-size: 22px;
}

.trial {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.trial::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    background-image: url('../images/pngtree.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.trial__container {
    text-align: left;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-right: 30px;
}

.trial__features {
    list-style: none;
    margin-left: 50px;
}

.trial__features li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #373B42;
}

.trial__features li::before {
    content: '';
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: url('../images/checkmark.svg') no-repeat center center;
    background-size: contain;
}

.trial__prices {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prices-grid__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prices-grid__value {
    color: #FF3222;
    font-weight: 700;
}

.prices-grid__label {
    max-width: 50%;
}

.line-through {
    text-decoration: line-through;
}

.prices-grid__value :nth-last-of-type {
    text-decoration: line-through;
}

.trial__images {
    display: flex;
    gap: 13px;
    align-items: center;
}

.trial-image {
    display: none;
}

.trial__note {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 25px;
}

/* ПОПАП */


.popup__badge {
    background-color: #FF3222;
    font-size: 14px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 80px;
    text-transform: uppercase;
}

.popup__title {
    font-weight: 500;
    margin-top: 15px;
}

.popup__register .popup__title {
    margin: 0;
}

.popup__body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.popup__body > div {
    flex: 1;
}

.popup__body ul {
    margin-top: 14px;
    margin-bottom: 30px;
}

.popup__body ul li {
    margin-bottom: 14px;
    padding-left: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.popup__body ul li::before {
    content: "";
    background: url('../images/checkbox-input.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    color: #ff3b30;
    font-weight: bold;
}

.popup__prices {
    text-align: center;
    margin-bottom: 22px;
}

.popup__prices h3 {
    color: #B3B3B3;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 30px;
    margin-top: 40px;
}

.popup__prices .highlight_red {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
}

.popup__logos {
    display: flex;
    align-items: center;
    margin-top: 14px;
    gap: 6px;
}

.popup__logos img {
    max-width: 120px;
}

.popup__image {
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popup__body--social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 48px;
    margin-bottom: 20px;
}

.popup a {
    color: #1265D1;
    text-decoration: none;
}

.popup p {
    margin-top: 8px;
}

.popup__body--social button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    gap: 5px;
    cursor: pointer;
}

.popup__body--social a.button-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    gap: 5px;
    cursor: pointer;
}

#loginForm {
    margin-bottom: 20px;
}

.yandex-btn {
    background-color: #FC3F1D;
}

.tg-btn {
    background-color: #2CA4D8;
}

.mail-btn {
    background-color: #0047BA;
}

.vkontakte-btn {
    background-color: #5487BC;
}

.ok-btn {
    background-color: #F7931E;
}

.popup__submit {
    border-top: 1px solid #F0F0F0;
    width: 100%;
}

.popup__submit .button {
    width: 100%;
    margin-top: 10px;
}

.popup__form form, input {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 19px;
    font-family: "Roboto", serif;
    color: #9BABC5;
}

.popup__form input {
    border: none;
    padding: 15px;
    border-radius: 5px;
    background: #F0F2F5;
    color: #2E3A59;
    font-size: 16px;
    margin-top: 8px;
}

.popup__form label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

@media (max-width: 992px) {
    .popup {
        max-width: 90%;
        margin: 120px auto;
        padding: 20px;
    }

    .popup__body {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .popup__body--social {
        margin-right: 0;
        width: 100%;
    }

    .popup__form {
        width: 100%;
    }

    .popup__form form {
        gap: 16px;
    }

    .popup__form label {
        font-size: 15px;
    }

    .popup__body--social button {
        font-size: 15px;
        padding: 10px 12px;
    }

    .popup__body--social a.button-social {
        font-size: 15px;
        padding: 10px 12px;
    }

    .popup__body--social p {
        text-align: center;
    }

    .popup__register img {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 768px) {
    .popup {
        width: 95%;
        margin: 60px auto;
        padding: 16px;
        border-radius: 8px;
    }

    .popup__header {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .popup__title {
        font-size: 18px;
        text-align: center;
    }

    .popup__body {
        flex-direction: column;
        gap: 20px;
    }

    .popup__body--social {
        order: 2;
        width: 100%;
        gap: 8px;
    }

    .popup__form {
        order: 1;
    }

    .popup__form input {
        font-size: 15px;
        padding: 12px;
    }

    .popup__submit .button {
        font-size: 16px;
        padding: 12px 0;
    }

    .popup__body--social button {
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }

    .popup__body--social a.button-social {
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }

    .popup__body--social p {
        font-size: 13px;
    }

    .popup__body--social img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .popup {
        width: 95%;
        margin: 40px auto;
        padding: 14px;
    }

    .popup__title {
        font-size: 17px;
    }

    .popup__form label {
        font-size: 14px;
    }

    .popup__form input {
        font-size: 14px;
        padding: 10px;
    }

    .popup__body--social button {
        font-size: 14px;
        gap: 6px;
        padding: 8px;
    }

    .popup__body--social a.button-social {
        font-size: 14px;
        gap: 6px;
        padding: 8px;
    }

    .popup__body--social img {
        width: 18px;
        height: 18px;
    }

    .popup__submit .button {
        font-size: 15px;
        padding: 10px 0;
    }
}


@media (max-width: 1024px) {
    .services__container {
        margin: 60px auto 0;
        gap: 30px;
    }

    .services__content {
        flex-direction: column;
    }

    .services__card p {
        margin-left: 0;
        max-width: 100%;
    }

    .services__price {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .section__text {
        font-size: 16px;
    }

    .services__container {
        margin: 40px auto 0;
        gap: 30px;
    }

    .services__card,
    .services__price {
        width: 100%;
    }

    .services__card {
        padding: 20px;
        text-align: center;
        align-items: center;
        gap: 18px;
        flex-direction: row;
    }

    .services__card img {
        margin-bottom: 15px;
        align-self: center;
    }

    .services__price h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .section__title {
        font-size: 20px;
    }

    .services__card h3 {
        font-size: 18px;
    }

    .services__price h2 {
        font-size: 18px;
    }
}

.contact {
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70% !important;
    padding: 50px 70px !important;
    border-radius: 15px;
}

.contact__text {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact__text h2 {
    font-size: 30px;
}

.contact__text p {
    font-size: 18px;
}

.contact__links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.contact__messanger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.contact__messanger p:nth-child(2) {
    color: #61666F;
}

.contact__messanger p {
    margin: 0;
}

@media (max-width: 1024px) {
    .contact {
        width: 80% !important;
        padding: 40px 50px !important;
    }

    .contact__text {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .contact__text h2 {
        font-size: 26px;
    }

    .contact__text p {
        font-size: 16px;
    }

    .contact__links {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .contact {
        width: 95% !important;
        padding: 30px !important;
        background-image: none;
        background-color: #fff;
    }

    .contact__text h2 {
        font-size: 22px;
    }

    .contact__messanger {
        flex-wrap: wrap;
    }

    .contact__messanger p {
        font-size: 14px;
    }

    .contact__messanger img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .contact {
        width: 95% !important;
        padding: 25px 15px !important;
    }

    .contact__text h2 {
        font-size: 20px;
    }

    .contact__text p {
        font-size: 14px;
    }

    .contact__links {
        gap: 10px;
        margin-top: 20px;
    }

    .contact__messanger {
        gap: 8px;
    }

    .contact__messanger p:nth-child(3) {
        width: 100%;
        padding-left: 34px;
    }
}

.copyright {
    color: #91969F;
    font-size: 15px;
}

.social {
    display: flex;
    gap: 20px;
}

.agreement {
    color: #91969F;
    font-size: 15px;
    text-decoration: underline;
}

.sitenav__link {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.sitenav__link_current {
    color: #FF3222;
}

.section {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto 100px;
    padding: 0 40px;
    text-align: center;
}

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

.section_loading {
    display: grid;
    gap: 25px;
    font-size: 18px;
    margin-bottom: 0;
    padding: 16px;
}

.section__title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .section__title {
        font-size: 30px;
    }
}

.section__text {
    color: #373B42;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .section__text {
        font-size: 20px;
    }
}

.hero {
    min-height: 800px;
}

.hero__section {
    display: grid;
    gap: 70px 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 120px;
    text-align: start;
}

@media (max-width: 767px) {
    .hero__section {
        padding-top: 20px;
        row-gap: 40px;
    }
}

@media (min-width: 1280px) {
    .hero__section {
        grid-template-columns: 1fr 1fr;
    }
}

.hero__title {
    margin: 0;
}

.hero__image {
    width: 100%;
    align-self: center;
    padding: 10px;
}

@media (min-width: 1280px) {
    .hero__image {
        grid-column: 1;
        grid-row: 1/4;
    }
}

.benefits {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    grid-column: 1/-1;
    justify-content: center;
}

.benefits.center {
    justify-content: center;
}

@media (max-width: 1279px) {
    .benefits {
        justify-content: center;
    }
}

.benefits__item {
    display: grid;
    gap: 15px;
    grid-template-areas: "icon title" "icon text";
    background: white;
    border-radius: 25px;
    color: #61666F;
    font-size: 18px;
    padding: 30px;
}

.benefits__item::before {
    content: url(../images/checkmark.svg);
    grid-area: icon;
}

.benefits__title {
    color: #373B42;
    font-family: "Cygre", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.features {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(380px, 30%)), 1fr));
}

.features__item {
    background: white;
    border-radius: 25px;
    color: #61666F;
    font-size: 18px;
    padding: 50px;
}

@media (max-width: 767px) {
    .features__item {
        padding: 30px;
    }
}

.features__title {
    color: #FF3222;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.features__more {
    color: #373B42;
    font-size: 30px;
    font-weight: 700;
    place-self: center;
}

.video {
    display: grid;
    gap: 60px 80px;
    align-items: end;
    background: url(../images/bg-index-2.png) no-repeat 0/contain;
    padding-bottom: 150px;
    margin-bottom: -150px;
}

@media (max-width: 767px) {
    .video {
        row-gap: 40px;
    }
}

@media (min-width: 1280px) {
    .video {
        grid-template: "top top" "content video" "content video" 1fr "content video" "content video"/1fr 1fr;
    }
}

@media (max-width: 1279px) {
    .video {
        grid-template: "top" "content" "video";
    }
}

.video__top {
    grid-area: top;
}

.video__placeholder {
    width: 100%;
    grid-area: video;
}

.parameters {
    display: flex;
    gap: 20px;
    font-size: 18px;
}

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

.parameters__item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.note {
    color: #61666F;
    font-family: "Cygre", sans-serif;
    font-size: 18px;
}

.tariff {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 18px;
    margin-top: 80px;
}

.tariff__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
}

.tariff__icon {
    margin-bottom: 40px;
    flex: 1;
}

.tariff__title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tariff__subtitle {
    color: #61666F;
}

.tariff__price {
    color: #FF3222;
    font-size: 25px;
    font-weight: 500;
    margin: 25px 0;
}

.tariff__table {
    border-spacing: 0 12px;
    margin-bottom: 40px;
    white-space: nowrap;
    text-align: left;
}

.tariff__table td {
    width: 100%;
}

.website-audit {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.website-audit__section {
    display: flex;
    flex-direction: column;
}

.website-audit__section .highlight_red {
    margin-top: 68px;
    margin-bottom: 0;
}

.website-audit__section p {
    font-weight: bold;
    font-size: 22px;
}

.website-audit__container {
    display: grid;
    grid-template-columns: repeat(3, 22rem);
    align-items: center;
    justify-content: center;
    gap: 33px;
    margin: 50px 0;
    text-align: left;
}

.website-audit__card {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    width: 100%;
    border-radius: 25px;
    color: #373B42;
}

.website-audit__seo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.website-audit__block {
    display: flex;
    text-align: left;
    background-color: #fff;
    border-radius: 15px;
    max-width: 1300px;
    padding: 60px;
    width: 100%;
    justify-content: space-around;
}

.website-audit__block ul {
    list-style: disc;
    font-size: 18px;
    font-weight: bold;
    color: #373B42;
    margin-left: 25px;
}

.two-columns-container {
    display: flex;
    gap: 40px;
}

.left-column,
.right-column {
    flex: 1;
    margin-top: 0;
    list-style: disc;
    margin-left: 25px;
}

.website-audit__block li {
    margin-bottom: 5px;
}

.website-audit__text {
    width: 100%;
}

.website-audit__text p {
    font-size: 22px;
    margin: 46px 0;
}

.website-audit__text h2 {
    font-size: 35px;
}

.website-audit__image {
    align-self: end;
}

@media (max-width: 1024px) {
    .website-audit__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin: 40px 0;
        justify-content: center;
    }

    .website-audit__block {
        flex-direction: column;
        padding: 40px 30px;
        max-width: 700px;
        gap: 30px;
    }

    .website-audit__image {
        align-self: center;
    }

    .two-columns-container {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .website-audit__container {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .website-audit__card {
        padding: 20px;
        gap: 10px;
    }

    .website-audit__block {
        flex-direction: column;
        padding: 30px 20px;
        max-width: 100%;
        gap: 25px;
    }

    .website-audit__text {
        width: 100%;
    }

    .website-audit__image img {
        width: auto;
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    .two-columns-container {
        flex-direction: column;
        gap: 15px;
    }

    .left-column,
    .right-column {
        margin-left: 20px;
    }

    .website-audit__section .highlight_red {
        margin-top: 40px;
        font-size: 20px;
    }

    .website-audit__section p,
    .website-audit__text p {
        font-size: 18px;
    }

    .website-audit__text h2 {
        font-size: 28px;
    }
}

.small {
    font-size: 22px;
    color: #000000;
    font-weight: normal;
}

.analyze {
    text-align: center;
    margin-bottom: 0;
}

.analyze__field {
    display: flex;
    gap: 10px;
}

.questions {
    margin: 0 auto;
    text-align: center;
}

.questions .section__text {
    font-size: 18px;
    color: #000000;
}

.questions h1 {
    margin-bottom: 20px;
}

.questions__section {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    cursor: pointer;
    color: #000000;
}

.faq-question span {
    margin: 0;
    font-size: 22px;
}

.faq-toggle {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 20px;
    margin-left: auto;
    line-height: 1;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg); /* стрелка вверх */
    color: #e74c3c; /* можно подсветить активный элемент */
}

.faq-answer {
    padding: 0 10px;
    max-height: 0;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 18px;
}

.faq-item.active .faq-answer {
    padding: 15px 10px;
    max-height: 500px;
}

@media (max-width: 1024px) {
    .questions__section {
        max-width: 90%;
    }

    .faq-question span {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .questions h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .questions__section {
        max-width: 100%;
    }

    .faq-question {
        padding: 12px 15px;
        gap: 15px;
    }

    .faq-question span {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 16px;
    }

    .faq-item.active .faq-answer {
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    .questions h1 {
        font-size: 24px;
    }

    .questions .section__text {
        font-size: 16px;
    }

    .faq-question h3 {
        width: 100%;
    }

    .faq-toggle {
        align-self: flex-end;
    }

    .faq-item {
        margin-bottom: 10px;
    }
}

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

.course__section {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
    padding: 20px;
    margin: 20px auto;
}

.text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-radius: 8px;
}

.text-block h3 {
    color: #373B42;
    font-size: 22px;
}

.text-block p {
    color: #61666F;
    font-size: 18px;
}

.text-pair {
    display: grid;
    gap: 10px;
}

.full-width-image {
    grid-column: 2;
}

.full-width-image img {
    width: 100%;
    height: auto;
}

.course__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 80px;
}

.course__more p {
    margin: 0;
    color: #61666F;
}

.course__content {
    text-align: center;
}

.course__content h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.course__content small {
    color: #61666F;
    font-size: 18px;
}

.course__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 85%;
    text-align: left;
    margin: 0 auto 35px;
}

.course__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 45px;
    border-radius: 45px;
}

.course__card p {
    margin: 0;
    color: #61666F;
}

.course__card h3:first-child {
    margin-right: auto;
}

.course__card img {
    margin-right: 10px;
}

.course__card a {
    color: #A0A3A9;
    font-size: 18px;
    margin-top: 20px;
}

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

@media (max-width: 1024px) {
    .course__container {
        max-width: 95%;
    }

    .course__card {
        padding: 30px;
    }

    .course__content h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .course__section .text-pair {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .course__section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .full-width-image {
        display: none;
    }

    .text-block {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .full-width-image img {
        width: 100%;
        height: auto;
    }

    .course__more {
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
        text-align: center;
    }

    .flex img {
        display: none;
    }

    .course__card {
        padding: 25px;
        border-radius: 30px;
    }

    .course__card .flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .course__content h2 {
        font-size: 28px;
    }

    .course__more button {
        width: 100%;
    }

    .course__container {
        gap: 16px;
    }
}


.block__form {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 98%;
    margin: 0 auto;
    gap: 15px;
    padding: 40px 0 20px 40px;
}

@media (max-width: 545px) {
    .course__section {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}


.review {
    text-align: center;
}

.review .section__text {
    font-size: 18px;
    color: #000;
}

.review__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 50px;
}

@media (max-width: 768px) {
    .review__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.accept {
    background-image: url('../images/results.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 80px 5%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
}

.accept__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
}

.accept__author {
    position: relative;
    margin-left: auto;
    margin-right: 32%;
    text-align: right;
    top: -50px;
}

.accept__author p {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .accept {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }

    .accept__text,
    .accept__author {
        width: 100%;
        text-align: center;
    }

    .accept__author {
        margin: 20px 0 0 0;
        order: 3;
        position: static;
    }
}

@media (max-width: 767px) {
    .analyze__field {
        flex-direction: column;
    }

    .analyze__field .check-image {
        display: none;
    }
}

.analyze .analyze__field {
    grid-area: field;
}

.analyze__input {
    width: 100%;
    height: 50px;
    background: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 15px 20px;
    font: inherit;
    flex: 1;
}

.analyze__input.has-error {
    border-color: #e74c3c;
    box-shadow: 0 0 4px rgba(231, 76, 60, 0.5);
}

@media (max-width: 767px) {
    .analyze__input {
        border: 2px solid red;
        box-shadow: 0 3px 17px #adadad;
    }
}

.analyze__section {
    display: grid;
    gap: 50px;
    grid-template: "field field" "image arrow" 200px "image text"/4fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .analyze__section {
        gap: 20px;
        grid-template: "field" "arrow" 120px "text" "image";
        padding: 40px 0;
    }
}

.analyze__image {
    width: 100%;
    grid-area: image;
}

.analyze__arrow {
    height: 100%;
    grid-area: arrow;
    place-self: center;
}

.audit {
    display: grid;
    gap: 30px 15px;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px;
}

@media (min-width: 1280px) {
    .audit {
        grid-template-columns: 343px 1fr;
    }
}

@media (max-width: 767px) {
    .audit {
        padding: 0 20px;
    }
}

.audit__column {
    display: grid;
    gap: 30px;
    align-content: start;
}

.audit__column_main {
    grid-template-rows: auto 1fr auto;
}

/* Плашка №1 */
.plazhka_zero {
    width: 100%;
    background: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.plazhka_zero p {
    margin: 0;
    margin-right: auto;
}

.plazhka_zero .reg__resume {
    height: 44px;
    flex-shrink: 0;
    background-color: #1890FF;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    cursor: pointer;
}

.plazhka_zero .reg__resume p {
    width: 90%;
}

.audit__section {
    display: grid;
    gap: 25px;
    align-items: start;
    background: white;
    border-radius: 6px;
    padding: 30px;
}

@media (max-width: 767px) {
    .audit__section {
        padding: 20px;
    }
}

@media (min-width: 1280px) {
    .audit__section_image {
        grid-template-columns: 250px 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .audit__section_image {
        grid-template-columns: 150px 1fr;
    }
}

.audit__section-title {
    font-weight: 400;
    font-size: 18px;
}

@media (min-width: 768px) {
    .audit__section-title {
        grid-column: 1/-1;
    }
}

.audit__menu {
    padding: 20px;
}

.audit__side-image {
    width: 100%;
}


.audit__block-title {
    font-weight: 500;
}

.audit__content {
    display: grid;
    gap: 20px;
    margin: 1rem 0;
}

.audit__item {
    margin-bottom: 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #ffffff;
    overflow-x: auto;
}

.audit__summary {
    display: grid;
    gap: 10px;
    position: relative;
    background: #F8F9FC;
    border-radius: 0.5rem;
    padding: 20px 40px 20px 25px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .audit__summary {
        padding-left: 20px;
        padding-right: 30px;
    }
}

.audit__summary::after {
    display: flex;
    position: absolute;
    right: 25px;
    content: url(../images/arrow_down.svg);
    align-self: center;
}

@media (max-width: 767px) {
    .audit__summary::after {
        right: 20px;
    }
}

[open] .audit__summary {
    background: #E7F0FA;
}

[open] .audit__summary::after {
    rotate: 180deg;
}

.audit__details {
    padding: 25px 30px;
}

@media (max-width: 767px) {
    .audit__details {
        padding: 1rem 0.5rem;
    }
}

.audit__list {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}

.audit__list-item {
    width: 208px;
}

.audit__favicon {
    height: 50px;
}

.audit__thumb {
    width: 180px;
}

.audit__progress {
    display: grid;
    gap: 18px;
    align-items: center;
    font-size: 16px;
}

@media (min-width: 1280px) {
    .audit__progress {
        grid-template-columns: 1.7fr 1fr 1fr;
    }
}

.audit__progress > :nth-child(2) {
    color: #606060;
}

.audit__progress > :nth-child(3) {
    color: #1265D1;
}

.audit__progress-time {
    color: black;
    white-space: nowrap;
}

.checklist {
    display: grid;
    gap: 15px 30px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .checklist {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.checklist__item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.checklist__item_ready {
    --color: #109D35;
    --icon: url(../images/ready.svg);
    --text: "Готово";
}

.checklist__item_in-process {
    --color: #FF7E15;
    --icon: url(../images/in-process.svg);
    --text: "В процессе";
}

.checklist__item_not-ready {
    --color: #606060;
    --icon: url(../images/not-ready.svg);
    --text: "Не готово";
}

.checklist__item :first-child {
    flex: 1;
}

.checklist__status {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--color);
}

.checklist__status::before {
    content: var(--icon);
    line-height: 0;
}

.checklist__status::after {
    content: var(--text);
}

.result {
    display: grid;
    gap: 30px 40px;
}

@media (min-width: 1280px) {
    .result {
        grid-template-columns: 2fr 2fr 1.5fr;
    }

    .result__title {
        grid-column: 1/3;
    }
}

.result__share {
    justify-self: end;
    color: #61666F;
    font-family: "Cygre", sans-serif;
}

.result__thumb {
    width: 100%;
}

.result__rating {
    font-size: 20px;
}

.result__score {
    font-family: "Cygre", sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.result__details {
    display: grid;
    gap: 20px;
    margin: 20px 0;
}

.result__actions {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.result__siteinfo {
    display: grid;
    gap: 20px;
    align-self: center;
    font-size: 18px;
}

.snippet__name {
    color: #1265D1;
}

.snippet__content {
    display: grid;
    gap: 25px;
    margin: 20px 0;
}

.snippet__content_mobile {
    max-width: 336px;
    background: #F8F9FC;
    border: 1px solid #61666F;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.snippet__url {
    font-size: 14px;
}

.snippet__title {
    color: #1A0DAB;
    font-weight: 500;
}

.tagcloud {
    display: flex;
    gap: 0 10px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 600px;
    line-height: 1;
    margin: 30px 0;
}

.tagcloud li:nth-child(2n) {
    color: #1265D1;
}

.tagcloud li:nth-child(2n+1) {
    color: #08CD71;
}

.tagcloud li[data-weight="1"] {
    font-size: 16px;
}

.tagcloud li[data-weight="2"] {
    font-size: 18px;
}

.tagcloud li[data-weight="3"] {
    font-size: 20px;
}

.tagcloud li[data-weight="4"] {
    font-size: 25px;
}

.tagcloud li[data-weight="5"] {
    font-size: 48px;
    font-weight: 700;
}

.tagcloud li[data-weight="6"] {
    font-size: 56px;
    font-weight: 700;
}

.speed {
    display: grid;
    gap: 25px 50px;
    align-items: center;
}

@media (max-width: 767px) {
    .speed {
        justify-items: center;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .speed {
        grid-template-columns: 260px 1fr;
    }
}

.speed__speedometer {
    width: 100%;
    max-width: 260px;
    grid-row: 1/4;
    position: relative;
}

.filter .audit__item {
    display: none;
}

.filter.ok .audit__item.status_ok,
.filter.warn .audit__item.status_warn,
.filter.error .audit__item.status_error {
    display: block;
}

.audit__column.fixed .menu {
    position: fixed;
    top: 20px;
}

.strelka {
    position: absolute;
    z-index: 2;
    top: 0;
}

.speed__result {
    font-size: 20px;
}

.speed__score {
    font-size: 35px;
    font-weight: 700;
}

.optimization__stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1280px) {
    .optimization__stats {
        justify-content: space-between;
    }
}

.optimization__item {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
    max-width: 370px;
    background: #F0F4F8;
    border-radius: 10px;
    padding: 15px;
}

@media (max-width: 767px) {
    .optimization__item {
        flex-direction: column;
    }
}

.optimization__number {
    width: 75px;
    color: #701FF3;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
}

.optimization__megaindex {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    color: #61666F;
    font-family: "Cygre", sans-serif;
    margin-top: 10px;
}

.chart {
    width: 100%;
    max-width: 860px;
}

.chart__legend {
    width: 20px;
    height: 20px;
    background: #FAEBEA;
    border: 1px solid #D8A9A6;
    border-radius: 50%;
}

.recommendation__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: end;
}

.recommendation__progress {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

@media (min-width: 1280px) {
    .profile {
        display: grid;
        grid-template: "sidebar header" 80px "sidebar main"/270px auto;
    }
}

.profile__sidebar {
    display: grid;
    gap: 70px;
    width: 270px;
    height: 100%;
    grid-area: sidebar;
    align-content: start;
    background: white;
    padding: 25px 30px;
}

@media (max-width: 1279px) {
    .profile__sidebar {
        position: fixed;
        translate: -100% 0;
        transition: translate 0.3s, box-shadow 0.3s;
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .profile__sidebar {
        width: 100%;
    }
}

.profile__header {
    display: flex;
    gap: 32px;
    align-items: center;
    height: 80px;
    grid-area: header;
    background: white;
    border-bottom: 1px solid #EBEBEB;
    padding: 24px 36px;
}

.profile__main {
    display: grid;
    gap: 30px;
    grid-area: main;
    align-content: start;
    font-size: 18px;
    padding: 20px;
}

@media (min-width: 1280px) {
    .profile__main {
        padding-right: 50px;
    }
}

.profile__heading {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile__heading h1 {
    font-size: 22px;
    font-weight: 400;
}

.profile__title {
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
}

.profile__search {
    display: flex;
    gap: 15px;
    align-items: center;
    background: white;
    border-radius: 5px;
    padding-left: 15px;
}

.profile__search-input {
    width: 100%;
    border: 0;
    outline: 0;
    font: inherit;
}

.profile__section {
    display: grid;
    gap: 30px;
    background: white;
    border-radius: 10px;
    padding: 30px;
}

@media (max-width: 767px) {
    .profile__section {
        padding: 20px;
    }
}

.profile__expand {
    display: grid;
    gap: 20px;
    background: #F8F9FC;
    border-radius: 8px;
    padding: 20px;
}

.profile__more {
    font-size: 16px;
}

.profile__checklist {
    display: grid;
    gap: 15px 30px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

@media (min-width: 1280px) {
    .profile__checklist {
        grid-template-columns: repeat(auto-fit, 250px);
        justify-content: space-between;
    }
}

.profile__checklist-item {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.sidebar--open {
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
    translate: 0;
}

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

.sidebar__logo {
    height: 23px;
}

.sidebar__close {
    background-image: url(../images/close.svg);
}

.site__overview {
    display: grid;
    gap: 40px;
    font-size: 18px;
}

@media (max-width: 1279px) {
    .site__overview {
        gap: 20px;
    }
}

@media (min-width: 1280px) {
    .site__overview {
        grid-template-columns: auto 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .site__overview {
        grid-template-columns: auto auto auto;
    }
}

.site__name {
    display: grid;
    gap: 20px;
}

.site__rating {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    font-family: "Cygre", sans-serif;
    font-size: 20px;
}

@media (max-width: 1279px) {
    .site__rating {
        align-items: stretch;
        flex-direction: column;
    }
}

.site__row {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.site__more {
    background-image: url(../images/menu-dots.svg);
}

.site__runcheck {
    color: #FF3222;
    font-family: "Cygre", sans-serif;
    font-size: 20px;
}

.learn {
    gap: 20px;
}

.learn__progress {
    max-width: 300px;
}

.learn__tasks {
    display: grid;
    gap: 20px;
}

.learn__task {
    --icon: url(../images/bolt.svg);
}

.learn__task[open] {
    --bg-color: #F8F9FC;
}

.learn__task_done {
    --icon: url(../images/done.svg);
    --bg-color: #A9FFBF;
}

.learn__task_done[open] {
    --bg-color: #A9FFBF;
}

.learn__summary {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--bg-color);
    cursor: pointer;
    padding: 12px 60px 12px 20px;
}

@media (max-width: 767px) {
    .learn__summary {
        padding-right: 20px;
    }
}

.learn__summary::before {
    display: flex;
    content: var(--icon);
}

.learn__summary::after {
    display: flex;
    content: url(../images/arrow_down.svg);
}

[open] .learn__summary::after {
    rotate: 180deg;
}

.learn__title {
    flex: 1;
}

.learn__content {
    display: flex;
    gap: 45px;
    align-items: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .learn__content {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
}

.learn__description {
    display: grid;
    gap: 15px;
}

.learn__links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.learn__link {
    color: #1265D1;
    font-weight: 500;
    text-decoration: underline 1px;
}

.learn__complete {
    display: grid;
    gap: 15px;
    text-align: center;
}

.banner-block {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .banner-block {
        flex-direction: row;
        align-items: flex-start;
    }
}

.banner {
    border-radius: 6px;
    font-size: 18px;
    overflow: hidden;
}

.banner_side {
    text-align: center;
}

.banner_side_1 {
    background: white;
}

.banner_side_2 {
    background: black;
}

.banner_side img {
    width: 100%;
}

.banner_signup {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    background: #701FF3;
    color: white;
    padding: 40px 30px;
}

@media (max-width: 767px) {
    .banner_signup {
        padding: 25px 20px;
    }
}

@media (max-width: 1279px) {
    .banner_signup {
        flex-direction: column;
    }
}

.banner_bottom {
    position: relative;
    background: white;
}

.banner__inner {
    padding: 50px;
}

@media (max-width: 767px) {
    .banner__inner {
        padding: 25px;
    }
}

@media (min-width: 1280px) {
    .banner__inner {
        position: relative;
        max-width: 740px;
        z-index: 9;
    }
}

@media (min-width: 1280px) {
    .banner__image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

@media (max-width: 1279px) {
    .banner__image {
        width: 100%;
    }
}

.banner__title {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .banner__title {
        font-size: 28px;
    }
}

.banner__content {
    display: grid;
    gap: 15px;
    padding: 20px;
}

.banner__bold {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner__form {
    display: grid;
    gap: 20px;
    margin-top: 32px;
}

@media (min-width: 768px) {
    .banner__form {
        grid-template-columns: repeat(3, 1fr);
    }
}

.banner__form .button {
    grid-column: 1/-1;
}

@media (min-width: 768px) {
    .banner__form .button {
        justify-self: start;
    }
}

.banner__field {
    min-width: 0;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font: inherit;
    padding: 12px;
}

.banner__field_dark {
    background: none;
    color: #EAEAEA;
    text-align: center;
}

.banner__field::placeholder {
    color: #95979A;
}

.banner__textarea {
    grid-column: 1/-1;
    resize: none;
}

.banner__note {
    color: #A6ACB8;
    font-size: 12px;
}

.button {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    height: 50px;
    justify-content: center;
    background: white;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    flex-shrink: 0;
}

.button_arrow {
    --arrow-icon: url(../images/right-black.svg);
}

.button_arrow::after {
    display: flex;
    content: var(--arrow-icon);
}

.button_accent {
    --arrow-icon: url(../images/right-white.svg);
    background: #FF3222;
    color: white;
}

.button__white {
    background-color: #fff;
}

.button_gray {
    background: #E5E2E2;
}

.button_blue {
    background: #1265D1;
    color: white;
}

.button_outline {
    background: none;
    border: 1px solid #FF3222;
}

.button_more {
    justify-self: start;
    background: none;
    border: 1px solid #FFEBE9;
    font-weight: 400;
    text-transform: none;
}

:disabled {
    opacity: 0.25;
}

.hidden {
    display: none !important;
}

.h2 {
    font-size: 22px;
    font-weight: 700;
}

.h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.highlight_red {
    color: #FF3222;
}

.highlight_green {
    color: #25D366;
}

.highlight_blue {
    color: #0471FF;
}

.highlight_orange {
    color: #FC7F12;
}

.highlight_trust {
    background: #12D646;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    padding: 4px;
}

.dim {
    color: #61666F;
}

.link {
    color: #1879F8;
    cursor: pointer;
}

.separator {
    height: 1px;
    background: #EBEBEB;
}

.icon-button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    flex-shrink: 0;
}

.expand {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
}

.expand::after {
    display: flex;
    content: url(../images/arrow_down.svg);
    line-height: 0;
}

.expand--expanded::after {
    rotate: 0.5turn;
}

.action {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.action:hover {
    color: #FF3222;
}


.action_disabled {
    color: #61666F;
    opacity: 0.6;
}

.action_disabled:hover {
    color: #61666F;
}

.info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.info__title {
    color: #61666F;
}

.share-icon {
    width: 30px;
    height: 30px;
    background: #F4F7FF;
    border-radius: 50%;
    padding: 6px;
}

.share-icon img {
    width: 100%;
}

.share-icon:hover {
    background: #FF3222;
}

.share-icon:hover img {
    filter: invert(1);
}

.list {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 25px;
    padding-left: 8px;
}

.list_ordered {
    list-style-type: decimal;
}

.icon-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.image-aside {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .image-aside {
        flex-direction: column;
    }
}

.status_good {
    --icon: url(../images/status-ok.svg);
}

.status_needs-improvement {
    --icon: url(../images/status-warn.svg);
}

.status_poor {
    --icon: url(../images/status-error.svg);
}

.status_unknown {
    --icon: url(../images/status-error.svg);
}

/* Legacy class names for backward compatibility */
.status_ok {
    --color: black;
    --icon: url(../images/status-ok.svg);
}

.status_warn {
    --color: #FF7E15;
    --icon: url(../images/status-warn.svg);
    --round-color: #FF7E15;
    --round-td: underline;
}

.status_error {
    --color: #FF3222;
    --icon: url(../images/status-error.svg);
    --round-color: #FF3222;
    --round-td: underline;
}

.status__title {
    display: flex;
    gap: 10px;
    align-items: center;
    --icon-size: 24px;
    color: var(--color);
}

.status__title::before {
    width: var(--icon-size);
    height: var(--icon-size);
    content: "";
    background: var(--icon) no-repeat center/var(--icon-size);
    flex: 0 0 var(--icon-size);
}

.status__title_small {
    --icon-size: 16px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.indicator_ok {
    background: #6DCC17;
}

.indicator_warn {
    background: #EBA415;
}

.indicator_error {
    background: #FF5656;
}

.table-wrapper {
    overflow-x: auto;
}

.loading {
    display: flex;
    gap: 8px;
}

.loading__circle {
    width: 16px;
    height: 16px;
    animation: 1.5s var(--delay) infinite loading;
    background: #111827;
    border-radius: 50%;
}

.loading__circle:nth-child(1) {
    --delay: 0s;
}

.loading__circle:nth-child(2) {
    --delay: 0.5s;
}

.loading__circle:nth-child(3) {
    --delay: 1s;
}

@keyframes loading {
    0%, 50% {
        background: #111827;
    }
    25% {
        background: #FF3222;
    }
}

.menu {
    display: grid;
    gap: 25px;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    margin-top: 20px;
}

.menu_small {
    gap: 20px;
    color: #2E3A59;
    font-size: 16px;
}

.picker {
    --pointer-offset: 50%;
    --translate-x: calc(var(--offset, 0px) - var(--pointer-offset, 0px));
    --margin: 10px;
    position: absolute;
    background: white;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(22, 38, 52, 0.1);
    padding: 15px 20px;
    translate: var(--translate-x) var(--margin);
    visibility: hidden;
    white-space: nowrap;
    z-index: 9;
}

.picker::after {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(var(--pointer-offset, 0px) - var(--offset, 0px));
    width: 16px;
    height: 16px;
    background: inherit;
    border-radius: 2px;
    rotate: -45deg;
    transform-origin: bottom left;
}

.picker_share {
    display: flex;
    gap: 6px;
}

.picker_dark {
    background: #404040;
    color: white;
}

.picker_top {
    translate: var(--translate-x) calc(-100% - var(--margin));
}

.picker_top::after {
    top: auto;
    bottom: -5px;
    rotate: 45deg;
    transform-origin: top left;
}


.progress {
    display: flex;
    gap: 30px;
    align-items: center;
    --progress: calc(var(--prog-value) / var(--prog-max) * 100%);
}

.progress_red {
    --color: #F3511F;
}

.progress_green {
    --color: #81DA0B;
}

.progress_blue {
    --color: #1890FF;
}

.progress-item {
    display: grid;
    gap: 12px;
}

.progress__track {
    height: 8px;
    background: #F5F5F5;
    border-radius: 99em;
    flex: 1;
}

.progress__bar {
    width: var(--progress);
    height: 100%;
    background: var(--color);
    border-radius: inherit;
}

.progress__percent {
    color: #61666F;
    font-size: 14px;
}

.progress__count::after {
    content: counter(progress);
}

.progress__count_done {
    counter-reset: progress var(--prog-value);
    color: #FF3222;
    font-weight: 700;
}

.progress__count_total {
    counter-reset: progress var(--prog-max);
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

.table thead {
    background: #FAFAFA;
    text-align: center;
    text-transform: uppercase;
}

.table thead th {
    position: relative;
    font-weight: 400;
}

.table td:first-child,
.table th:first-child {
    min-width: 100px;
    word-break: break-word;
}

.table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 22px;
    border-left: 1px solid #EBEBEB;
    margin: auto;
}

.table tr {
    border: solid #EBEBEB;
    border-width: 1px 0;
}

.table th,
.table td {
    padding: 16px;
}

/*# sourceMappingURL=main.css.map */
.text-success {
    color: green;
}

.text-danger {
    color: red;
}

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

.button_tariff {
    background: none;
    border: 1px solid #FF3222;
}

.button_tariff:hover {
    --arrow-icon: url(../images/right-white.svg);
    background: #FF3222;
    color: white;
}

.favicon-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.block {
    /* width: 1262px; */

    font-size: 18px;
    line-height: 21.6px;

}

.ul-change {
    list-style-type: none;
    padding: 0;
}

.text-lastchange {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 30px;
}

.text-lastchange img {
    margin-right: 10px;
}

.change {
    display: flex;
    align-items: center;
}

#change-block {
    font-size: 16px;
}

.date {
    font-size: 16px;
    color: gray;
    margin: 5px 0 5px 0;
}

.change-date {
    font-size: 16px;
    color: gray;
    margin: 5px 0 5px 0;
}

.change img {
    margin-right: 8px;
}

.register-block {
    background-color: #701FF3;
    padding: 20px;
    border-radius: 8px;
    width: auto;
    height: 148px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-register {
    margin-left: 40px;
    flex-grow: 1;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    max-width: 350px;
}

.button-register {
    background-color: white;
    color: black;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    /* margin-right: 400px; */
}

.yandex {
    width: 100%;
    max-width: 600px;
    background: #fbfbfb;
    padding: 30px;
}

.google.yandex {
    background: #fff;
}

.yandex .top > svg {
    margin-right: 44px;
}

.yandex .top {
    display: flex;
    align-items: center;
}

.yandex .s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 2px #fc0;
    width: 100%;
}

.google.yandex .s {
    box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);
    border-color: transparent;
    border-radius: 50px;
}

.yandex .s span {
    font-size: 16px;
}

.yandex .submenu {
    margin-bottom: 15px;
    box-shadow: 0 1px rgba(0, 0, 0, .1);
    padding-left: 90px;
}

.google.yandex .submenu {
    padding-left: 122px;
    padding-top: 7px;
}

.yandex .submenu ul {
    display: flex;
    list-style: none;
    height: 44px;
}

.yandex .submenu ul li {
    font-size: 15px;
    line-height: 44px;
    margin-right: 20px;

    color: rgba(0, 0, 0, .45);
}

.google.yandex .submenu ul li {
    font-size: 14px;

    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.yandex .submenu ul li.active {
    color: #000;
    border-bottom: 3px solid #000;
    font-weight: 700;
}

.google.yandex .submenu ul li.active {
    color: #70757a
}

.yandex .content {
    display: flex;
    align-items: flex-start;
}

.google.yandex .content {
    flex-direction: column;
    padding-left: 122px;
}

.yandex .content .favicon {
    flex: 0 0 74px;
    padding: 12px 0 0 44px;
}

.google.yandex .content .favicon {
    padding: 0;
    flex: auto;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.google.yandex .content .favicon img {
    width: 26px;
    margin-right: 12px;
}

.yandex .content .favicon img {
    width: 16px;
}

.yandex .content .bg {
    padding: 12px 16px;
    border-radius: 16px;
    background-color: #fff;
}

.google.yandex .content .bg {
    padding: 0;
}

.yandex .content .bg .title {
    color: rgb(0, 0, 128);
    font-size: 18px;
    display: block;
}

.google.yandex .content .bg .title {
    color: rgb(26, 13, 171);
    font-size: 20px;
}

.yandex .content .bg .link {
    color: rgb(0, 96, 0);
    font-weight: 700;
    font-size: 14px;
}

.yandex .content .bg p {
    margin-top: 2px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 18px;
}

.google.yandex .content .bg p {
    color: rgb(71, 71, 71);
    line-height: 22px;
}


.google.yandex .content .link {
    color: rgb(32, 33, 36);
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.google.yandex .content .link:last-child {
    font-size: 12px;
    margin-top: 3px;
}

.link_underline {
    text-decoration: underline;
}

.icon-button_menu {
    background-image: url(../images/menu.svg);
}

.icon-button_close {
    background-image: url(../images/close.svg);
}

.icon-button_more {
    background-image: url(../images/menu-dots.svg);
}

.icon-button_settings {
    background-image: url(../images/settings.svg);
}

.info__title {
    white-space: nowrap;
}

.button-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.icon-row img {
    width: var(--icon-size);
    height: var(--icon-size);
}

.audit__favicon {
    --icon-size: 50px;
}

.result__score_small {
    font-size: 12px;
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .profile__main {
        padding: 15px;
    }
}

.profile__title {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .profile__expand {
        padding: 15px;
    }
}

.profile__checklist {
    font-size: 18px;
}

@media (min-width: 1280px) {
    .site__overview {
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .site__overview {
        grid-template-columns: repeat(3, auto);
    }
}

@media (min-width: 1280px) {
    .site__overview_small {
        grid-template-columns: repeat(4, auto);
    }
}

.site__rating {
    flex-wrap: wrap;
}

.site__roundcount {
    color: #606060;
    font-size: 14px;
}

.site__row {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.site__stats {
    display: grid;
    gap: 20px 60px;
    align-items: start;
}

@media (min-width: 1280px) {
    .site__stats {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

.site__details {
    display: grid;
    gap: 20px;
}

.site__actions {
    display: grid;
    gap: 20px;
    align-self: center;
    justify-items: start;
}

.discuss {
    display: flex;
    gap: 5px;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 60px;
    background: #1265D1;
    color: white;
    border-radius: 9em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .discuss {
        bottom: 30px;
        right: 30px;
    }
}

.round_table {
    display: grid;
    gap: 10px;
    overflow-x: auto;
}

@media (min-width: 1280px) {
    .round_table {
        grid-template-columns: auto 300px;
    }
}

.round__total {
    font-size: 20px;
}

.round__item {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F8F9FC;
    border-radius: 8px;
    padding: 30px 25px;
}

@media (max-width: 767px) {
    .round__item {
        padding: 15px;
    }
}

.round__description {
    display: grid;
    gap: 10px;
}

.round__pagecount {
    color: var(--round-color);
    text-decoration: var(--round-td);
}

.round__links {
    display: grid;
    gap: 6px;
}

.round__link {
    color: #1265D1;
}

.round__excel {
    display: inline-flex;
    gap: 5px;
    --icon-size: 15px;
    font-size: 14px;
    color: #606060;
    vertical-align: middle;
}

.round-stats {
    font-size: 14px;
    line-height: 24px;
}

.round-stats__title {
    font-size: 16px;
    font-weight: 500;
}

.round-stats__summary {
    display: flex;
    font-weight: 600;
    cursor: pointer;
}

.round-stats__summary::before {
    width: 24px;
    height: 24px;
    content: url(../images/Tree-Switcher.svg);
}

[open] .round-stats__summary::before {
    rotate: 90deg;
}

.round-stats__content {
    padding-left: 24px;
}

.round-stats__stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.round-stats__stat_ok {
    --bg: #52C41A;
    --text: white;
}

.round-stats__stat_warn {
    --bg: #FFD858;
    --text: black;
}

.round-stats__stat_error {
    --bg: #FF3222;
    --text: white;
}

.round-stats__count {
    background: var(--bg);
    color: var(--text);
    border-radius: 9em;
    font-size: 12px;
    line-height: 16px;
    padding: 0 6px;
}

.changes__heading {
    font-size: 18px;
    font-weight: 700;
}

.changes__section {
    display: grid;
    gap: 20px;
}

.changes__group {
    overflow-x: auto;
}

.changes__group[open] {
    --bg-color: #F8F9FC;
}

.changes__group_warn {
    --color: #F3511F;
}

.changes__summary {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--bg-color);
    cursor: pointer;
    padding: 20px;
}

.changes__summary::after {
    content: url(../images/arrow_down.svg);
    line-height: 0;
}

[open] .changes__summary::after {
    rotate: 180deg;
}

.changes__title {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}

.changes__groupname {
    color: var(--color);
}

.changes__date {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    font-size: 14px;
}

.changes__content {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.siteinfo__heading {
    font-size: 18px;
    font-weight: 400;
}

.siteinfo__section {
    display: grid;
    gap: 20px;
}

.banner_signup {
    gap: 10px 30px;
}

.banner_locked {
    padding: 30px;
}

@media (max-width: 767px) {
    .banner_locked {
        padding: 20px;
    }
}

@media (max-width: 1279px) {
    .banner__bold {
        text-align: center;
    }
}

.settings {
    width: revert;
    max-width: 600px;
}

.settings__content {
    display: grid;
    gap: 24px;
    padding: 20px;
}

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

.settings__body {
    display: grid;
    gap: 24px;
}

.settings__label {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #2E3A59;
    font-size: 14px;
}

.settings__checkbox {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #E8ECF8;
    border-radius: 4px;
}

.settings__checkbox:checked {
    background: url(../images/checkbox.svg);
    border: none;
}

.settings__textarea {
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    line-height: 2;
    padding: 30px 40px;
    resize: none;
}

.confirm {
    width: 550px;
}

.confirm__content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 14px;
    padding: 32px 32px 24px;
}

.confirm__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.learn__progress {
    max-width: 600px;
}

.learn__tabs {
    display: flex;
    gap: 32px;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.learn__tabs input {
    display: none;
}

.learn__tab {
    cursor: pointer;
    padding: 12px 0;
}

:checked + .learn__tab {
    border-bottom: 2px solid;
    color: #1890FF;
    font-weight: 500;
}

.learn__section {
    display: grid;
    gap: 30px;
    font-size: 18px;
}

.learn__heading {
    font-size: 22px;
    font-weight: 500;
}

.learn__summary::before,
.learn__summary::after {
    line-height: 0;
}

.learn__image {
    width: 240px;
    grid-row: 1/4;
    margin: auto;
}

@media (min-width: 1280px) {
    .learn__image {
        grid-column: 2;
    }
}

.menu__sites {
    display: grid;
    gap: 10px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.menu__site {
    padding: 5px 5px 5px 20px;
}

.menu__site_active {
    background: #F0F4F8;
}

.menu__links {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.menu__link {
    padding: 5px 5px 5px 40px;
}

.pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    color: #2E3A59;
    font-size: 14px;
}

.pagination__button {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    cursor: pointer;
}

.pagination__arrow {
    background-color: #F0F2F5;
    background-image: url(../images/arrow_down.svg);
    background-size: auto;
}

.pagination__prev {
    rotate: 90deg;
}

.pagination__next {
    rotate: -90deg;
}

.pagination__pages {
    display: flex;
    gap: 4px;
    align-items: center;
}

.pagination__page {
    border: 1px solid #E8ECF8;
}

.pagination__page_current {
    border: none;
    background: #2E3A59;
    color: white;
}

.picker {
    --pointer-offset: 50%;
    --translate-x: calc(var(--offset, 0px) - var(--pointer-offset, 0px));
    --margin: 10px;
    position: absolute;
    background: white;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(22, 38, 52, 0.1);
    padding: 15px 20px;
    translate: var(--translate-x) var(--margin);
    visibility: hidden;
    white-space: nowrap;
    z-index: 9;
}

.picker::after {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(var(--pointer-offset, 0px) - var(--offset, 0px));
    width: 16px;
    height: 16px;
    background: inherit;
    border-radius: 2px;
    rotate: -45deg;
    transform-origin: bottom left;
}

.picker_dark {
    background: #404040;
    color: white;
}

.picker_top {
    translate: var(--translate-x) calc(-100% - var(--margin));
}

.picker_top::after {
    top: auto;
    bottom: -5px;
    rotate: 45deg;
    transform-origin: top left;
}

.table_important col:first-child {
    min-width: 270px;
}

.table thead {
    font-size: 12px;
}

.table__text_center {
    text-align: center;
}

.table-with-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    /*.audit__side-image {*/
    /*    display: none;*/
    /*}*/
    .register-block {

        flex-direction: column;
        height: auto;
        text-align: center;
    }

    .text-register {
        margin: 20px 0;
    }
}

@media (max-width: 600px) {
    .yandex .submenu {
        padding-left: 0;
        overflow: hidden;
    }

    .yandex .content .favicon {
        flex: 0 0 25px;
        padding: 12px 0 0 0;
    }

    .yandex {
        padding: 5px;
    }

    .yandex .submenu ul {
        width: 600px;
    }

    .yandex .top > svg {
        margin-right: 20px;
    }

    .google.yandex .submenu,
    .google.yandex .content {
        padding-left: 0;
    }
}

.yandex .s,
.yandex .s span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chart_canvas {
    min-width: 900px;
    min-height: 450px;
}

.chart_class {
    overflow-x: auto;
}

.banner_container {
    padding: 30px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.sticky_banner {
    top: 45%;
    position: sticky;
    z-index: 2;
}

.container {
    position: relative;
}

footer {
    background: #fff;
    border-radius: 30px 30px 0 0;
    width: 90%;
    margin: 0 auto;
    font-family: "Ubuntu", sans-serif;
}

.footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 45px 0;
}

.footer__title {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 45px 0;
}

.footer__items {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer__items:last-child {
    margin-left: auto;
}

.footer__items p {
    color: #91969F;
    font-size: 12px;
    max-width: 50%;
}

.footer__items a {
    color: #91969F;
    font-size: 15px;
    text-decoration: underline;
}

.footer__logo {
    height: 20px;
}

.company__info {
    margin-top: 15px;
    font-size: 12px;
    color: #91969F;
    line-height: 1.4;
}

.footer__links {
    display: flex;
    justify-content: space-between;
}

.footer__column h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #1D1D1D;
    margin-bottom: 16px;
}

.footer__column li {
    font-size: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.footer__column li:hover {
    color: #666;
}

.footer__column__single li {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.footer__column__single li:hover {
    color: #666;
}

.footer__bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 70px;
    gap: 40px;
}

.footer__bottom a {
    font-size: 15px;
    color: #91969F;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.footer__bottom a:hover {
    color: #666;
}

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

.footer__last small {
    font-size: 12px;
    color: #91969F;
}

.footer__socials {
    display: flex;
    gap: 20px;
}

.footer__line {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px 0 45px 0;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 35px;
    background-color: rgba(255, 50, 34, 0.4);
    transform: rotate(-0.72deg);
    box-sizing: border-box;
    padding: 0.5rem 0;
}

.marquee-container {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    padding-right: 3rem;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    align-items: center;
    justify-items: center;
    list-style: disc;
}

.marquee-content img {
    margin: 0 50px;
    transform: translateY(6px);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .services__content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 25px;
    }

    .indicators__container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .top__audit,
    .top__video {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
        padding: 10px;
    }

    .top__video iframe {
        width: 100%;
        height: 450px;
    }

    .top__description {
        max-width: 100% !important;
        width: 90%;
        text-align: center;
    }

    .form__container {
        max-width: 80%;
        grid-template-columns: 1fr;
    }

    .form__submit {
        flex-direction: column;
        text-align: center;
    }

    .trial {
        flex-direction: column;
        gap: 40px;
    }

    .trial-image {
        width: 100%;
        height: fit-content;
        display: block;
    }

    .trial-image--desktop {
        display: none;
    }

    .trial::before {
        display: none;
    }

    .trial__images {
        align-self: center;
    }

    .trial__container {
        margin-right: 0;
        text-align: center;
    }

    .prices-grid__item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
        font-size: 22px;
    }

    .prices-grid__label {
        max-width: 70%;
    }

    .trial__note {
        text-align: left;
    }

    .footer__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer__container {
        padding: 45px;
    }

    .footer__items:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .footer__items {
        flex-wrap: wrap;
    }

    .footer__links {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: flex-start;
    }

    .footer__column {
        min-width: 200px;
    }

    .footer__column__single {
        min-width: 180px;
    }

    .footer__wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .footer__last {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer__socials {
        justify-content: center;
    }

    .footer__line {
        margin: 30px 0;
    }
}

@media (max-width: 768px) {
    .services__content {
        grid-template-columns: 1fr;
    }


    .services__card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services__card p {
        font-size: 15px;
    }

    .bid {
        flex-direction: column;
        text-align: center;
    }

    .bid p {
        font-size: 18px;
    }

    .indicators__container {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .indicators__card {
        max-width: 100%;
    }

    .top__description {
        font-size: 18px;
    }

    .top__container p {
        font-size: 20px;
    }

    .top__wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .top__audit-img {
        width: 100%;
    }

    .form__container {
        max-width: 95%;
    }

    .form__input {
        font-size: 14px;
        padding: 12px;
    }

    .form__submit p {
        font-size: 18px;
    }

    .trial__container {
        font-size: 18px;
    }

    .trial__features li {
        font-size: 18px;
    }

    .trial__images img {
        max-width: 130px;
    }

    footer {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .footer__container {
        padding: 30px 15px;
    }

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

    .footer__items {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .footer__items p {
        max-width: 100%;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer__items:last-child {
        margin: 0;
    }

    .footer__links {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer__column h3 {
        font-size: 16px;
    }

    .footer__column li {
        font-size: 14px;
    }

    .footer__column__single {
        align-items: center;
    }

    .footer__column__single li {
        font-size: 15px;
    }

    .footer__last {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer__socials {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .services__card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .services__card img {
        margin-bottom: 10px;
    }

    .services__card h3 {
        font-size: 17px;
    }


    .top__description {
        gap: 20px;
        font-size: 16px;
    }

    .top__videoplayer {
        width: 100%;
        height: auto;
    }

    .form__submit {
        max-width: 100%;
    }

    .form__submit p {
        font-size: 16px;
    }

    .trial__features {
        margin-left: 25px;
    }

    .trial__features li::before {
        left: -30px;
    }

    .footer__title {
        gap: 15px;
    }

    .footer__items {
        gap: 10px;
    }

    .footer__column h3 {
        font-size: 15px;
    }

    .footer__column li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer__column__single li {
        font-size: 14px;
    }

    .footer__socials {
        gap: 16px;
    }

    .footer__socials img {
        width: 26px;
        height: 26px;
    }

    .footer__last small {
        font-size: 11px;
    }
}

.tooltip {
    position: absolute;
    top: 120px;
    right: 150px;
    max-width: 100%;
    width: 620px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 20px 24px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
    color: rgba(0, 0, 0, 0.85);
}


.tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 60%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    width: 0;
    height: 0;
    z-index: 10;
}

.tooltip.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tooltip h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
}

.tooltip h3 span {
    color: #ff3b30;
}

.tooltip p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 22px;
}

.tooltip ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    font-size: 14px;
}

.tooltip__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tooltip ul li {
    margin-bottom: 0.6rem;
    padding-left: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.tooltip ul li::before {
    content: "";
    background: url('../images/checkbox-input.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    color: #ff3b30;
    font-weight: bold;
}

.tooltip__buttons {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 10px;
}

.tooltip__buttons button {
    padding: 0.7rem 1rem;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.btn-start {
    background: #ff3b30;
    color: white;
}

.btn-full {
    width: 100%;
}

.tooltip__close {
    cursor: pointer;
}

.button-select-wrapper {
    position: relative;
    display: inline-block;
}

.button-select {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 15px 40px 15px 30px;
    background: white;
    border-radius: 6px;
    border: 0;
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
}

/* Стрелочка справа */
.button-select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 10px;
    pointer-events: none;
    transform: translateY(-50%);
    color: black;
}

.social-header {
    color: #9BABC5;
    font-weight: 500;
}

.breadcrumb-nav {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-item {
    display: inline-block;
    font-size: 14px;
    color: #555;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #222;
}

.microservices__container {
    display: grid;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}


.microservices__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 35px 40px;
    border-radius: 25px;
}

.microcard__text {
    color: #61666F;
    text-align: left;
}

.microcard__title {
    display: flex;
    align-items: center;
    gap: 7.5px;
}

.microcard__title p {
    font-size: 22px;
    font-weight: bold;
}

.microcard__link {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
    margin-top: 30px;
}

.microcard__link p {
    margin: 0;
    font-size: 18px;
}

.microservices .section__text {
    font-size: 18px;
    color: #000000;
}

@media (max-width: 1200px) {
    .microservices__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .microservices__card {
        padding: 20px 15px;
        gap: 8px;
    }

    .microcard__title p {
        font-size: 16px;
    }

    .microcard__text {
        font-size: 13px;
    }

    .microcard__link p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .microservices__container {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .microservices__card {
        padding: 25px 20px;
        gap: 10px;
    }

    .microcard__title p {
        font-size: 18px;
    }

    .microcard__text {
        font-size: 14px;
    }

    .microcard__link p {
        font-size: 14px;
    }

}

.seo__banner {
    display: flex;
    align-items: center;
    justify-content: end;
    background-image: url('../images/seo-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px 140px 70px;
    padding: 40px;
    border-radius: 25px;
    color: #fff;
}

.seo__text {
    margin-right: 200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.seo__text p {
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;
}

.seo__text span {
    background-color: #FFD600;
    color: #3B4561;
    padding: 5px 10px;
    border-radius: 50px;
}

@media (max-width: 1200px) {
    .seo__banner {
        justify-content: center;
        padding: 30px;
        margin: 30px 40px;
        text-align: center;
        flex-direction: column;
        gap: 30px;
    }

    .seo__text {
        margin-right: 0;
        gap: 20px;
        align-items: center;
    }

    .seo__text h2 {
        font-size: 26px;
    }

    .seo__text p {
        font-size: 18px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .seo__banner {
        margin: 20px;
        padding: 20px;
        border-radius: 15px;
    }

    .seo__text {
        gap: 15px;
    }

    .seo__text h2 {
        font-size: 22px;
    }

    .seo__text p {
        font-size: 16px;
    }

    .seo__text span {
        padding: 3px 8px;
        font-size: 14px;
    }
}

.block {
    background-color: #fff;
    padding: 30px 60px 30px 60px;
    margin: 10px 140px;
    border-radius: 40px;
}

.question {
    padding: 60px 40px;
}

.block__age {
    display: flex;
    gap: 10px;
    align-items: center;
}

.block__bg {
    display: flex;
    background-color: #FAFAFA;
    font-family: Ubuntu, serif;
    border-radius: 40px;
}

.block__bg.top-rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block__bg.top-rounded p {
    margin: 0;
}

.block__bg.bottom-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 60px;
}

.block__bg.green {
    background-color: #E1FFF1;
}

.block__bg.red {
    background-color: indianred;
}


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

.block__container {
    padding: 80px 70px;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #373B42;
    max-width: 50%;
}

.block__container h2 {
    color: #373B42;
    font-family: Cygre, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
}

.block__container span {
    font-weight: 700;
}

.block__image img {
    width: 100%;
    height: auto;
    display: block;
}

.block__checking {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
    margin-top: 60px;
    padding-left: 30px;
}

.block__telegram {
    display: flex;
    background-color: #EAF7FD;
    padding: 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    max-width: 40%;
    align-items: center;
    gap: 25px;
}

.block__telegram span {
    color: #1265D1;
    font-size: 16px;
}

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

.block__wrapper h2 {
    margin-bottom: 40px;
    font-size: 20px;
}

.block__progress {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

.block__progress img {
    max-width: 50%;
    height: 100%;
}

.block__test {
    display: flex;
    align-items: center;
    gap: 150px;
}

.block__test p {
    margin: 0;
}

.test {
    display: flex;
    align-items: center;
    gap: 10px;
}

.block__info {
    position: relative;
    display: flex;
    align-items: center;
}

.block__back {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.block__techdata {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.block__back p {
    color: #91969F;
}

.block__title {
    background-color: #F0F4F8;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    line-height: 1;
}

.block__subtitle {
    font-size: 40px;
    color: #A7AA9C;
    opacity: 0.4;
    margin-top: 55px;
}

.block__section {
    border-radius: 30px;
    background: #FAFAFA;
    box-shadow: -10px 15px 35px 0 rgba(11, 22, 36, 0.07);
}

.block__section p {
    padding: 0 0 20px 60px;
}

.block__text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #373B42;
    max-width: 75%;
    margin: 30px auto 0;
}

@media (max-width: 768px) {

    .block {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 25px 20px;
    }

    .breadcrumb-nav {
        margin: 0 20px;
    }

    .block__age img {
        display: none;
    }

    .block__bg.top-rounded img {
        display: none;
    }

    .block__info {
        flex-direction: column;
        gap: 15px;
    }

    .block__techdata {
        position: static;
        transform: none;
        justify-content: center;
    }

    .block__title {
        font-size: 24px;
        padding: 15px 20px;
        border-radius: 20px;
    }

    .block__text {
        font-size: 16px;
        margin: 30px auto 0;
        max-width: 100%;
    }

    .block__checking {
        padding-left: 0;
        margin-top: 30px;
        gap: 20px;
        align-items: center;
    }

    .block__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .block__wrapper h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .block__telegram {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
        text-align: center;
    }

    .block__progress {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .block__progress img {
        max-width: 80%;
    }

    .block__test {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .test {
        flex-direction: column;
        gap: 5px;
    }

    .block.question {
        padding: 20px;
        margin: 15px;
        border-radius: 20px;
    }

    .block__bg {
        border-radius: 20px;
        padding: 20px;
    }

    .block__container {
        padding: 20px;
        font-size: 16px;
        line-height: 140%;
    }

    .block__container h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .block__image {
        width: 100%;
        max-width: 100%;
    }

    .block__image img {
        max-width: 100%;
        height: auto;
    }
}

.form-error {
    position: absolute;
    bottom: -22px; /* под полем ввода */
    left: 0;
    font-size: 0.85rem;
    color: #e74c3c; /* красный для ошибки */
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-error.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Global error styling */
.form-global-error {
    color: #e74c3c;
    background-color: #fdecea;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    display: none;
    transition: all 0.3s ease;
}

/* Show global error */
.form-global-error.active {
    display: block;
    animation: fadeIn 0.3s ease forwards;
}

/* Optional fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Workflow visibility classes - глобальные стили */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.workflow-progress-loader {
    width: 100%;
    padding: 2rem 0;
}


.audit__error {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ef4444;
    margin-bottom: 20px;
}

/* ==================== WORKFLOW TABLES ==================== */
.workflow-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    background: var(--content-color-surface);
    border: 1px solid var(--content-color-border);
    border-radius: var(--content-radius-lg);
    box-shadow: var(--content-shadow-sm);
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: var(--content-color-border) transparent; /* Firefox */
}

.workflow-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--content-text-sm);
}

.workflow-table th,
.workflow-table td {
    padding: var(--content-space-md);
    text-align: left;
    border-bottom: 1px solid var(--content-color-border);
    vertical-align: top;
}

.workflow-table th {
    background: var(--content-color-surface-alt);
    font-weight: 600;
    color: var(--content-color-text);
    position: sticky;
    top: 0;
    z-index: 10;
}

.workflow-table tr:hover {
    background: rgba(59, 130, 246, 0.05);
}

.workflow-table tr:hover th:first-child,
.workflow-table tr:hover td:first-child {
    background: rgba(59, 130, 246, 0.05);
}

.workflow-table tr:last-child td {
    border-bottom: none;
}

/* Custom scrollbar */
.workflow-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.workflow-table-wrapper::-webkit-scrollbar-track {
    background: var(--content-color-surface-alt);
    border-radius: 4px;
}

.workflow-table-wrapper::-webkit-scrollbar-thumb {
    background: var(--content-color-border);
    border-radius: 4px;
    transition: background 0.2s ease;
}

.workflow-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--content-color-text-muted);
}

.workflow-table-wrapper::-webkit-scrollbar-thumb:active {
    background: var(--content-color-text);
}

/* ==================== DNS TABLE SPECIFIC ==================== */
.workflow-table--dns th:first-child,
.workflow-table--dns td:first-child {
    position: sticky;
    left: 0;
    background: var(--content-color-surface);
    z-index: 20;
}

.workflow-table--dns .dns-table__type {
    font-weight: 600;
    color: var(--content-color-text);
    min-width: 80px;
}

.workflow-table--dns .dns-table__value {
    color: var(--content-color-text);
    word-break: break-all;
    max-width: 400px;
}

.workflow-table--dns .dns-table__ttl {
    color: var(--content-color-text-muted);
    min-width: 80px;
    text-align: center;
}

/* ==================== CONTENT ANALYSIS TABLE SPECIFIC ==================== */
.workflow-table--content th:first-child,
.workflow-table--content td:first-child {
    position: sticky;
    left: 0;
    background: var(--content-color-surface);
    width: 25%;
    z-index: 20;
}

.workflow-table--content th:nth-child(2),
.workflow-table--content td:nth-child(2) {
    width: 15%;
}

.workflow-table--content th:nth-child(n+3),
.workflow-table--content td:nth-child(n+3) {
    width: 10%;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .workflow-table th,
    .workflow-table td {
        padding: var(--content-space-sm);
        font-size: var(--content-text-xs);
    }

    .workflow-table--dns .dns-table__value {
        max-width: 200px;
    }
}

/* ==================== ANIMATIONS ==================== */
@media (prefers-reduced-motion: no-preference) {
    .workflow-table-wrapper {
        animation: workflowTableFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

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