

/* Start:/local/templates/main/assets/css/p-network-security.css?17791775295927*/
@import url(/local/templates/main/assets/css/components/breadcrumb.css);
a {
    text-decoration-line: none;
}

html {
    font-family: 'Gilroy';
    color: var(--color-text);
}

body {
    margin: 0;
}

.underline {
    width: 127px;
    height: 6px;
    background: var(--color-secondary01);
}

.sections-container {
    position: relative;
}

.hero {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 64px var(--section-side-padding);
    gap: 32px;
    isolation: isolate;

    height: 365px;

    box-sizing: border-box;
    background: #1C4B77;
    border-radius: 0px;
}

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

.hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;

}

.hero__breadcrumb-old {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: underline;
    color: #B0BEC5;
}


.hero__breadcrumb-line {
    width: 40px;
    height: 0px;
    border: 1px solid #B0BEC5;
}

.hero__breadcrumb-new {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;

    color: #FFFFFF;
}

.hero__header-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.hero__header-buttons {
    display: flex;
    gap: 12px
}

.hero__btn-consultation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

    padding: 12px 24px;
    gap: 10px;


    background: #15E691;
    border-radius: 4px 12px;
}

.hero__header-buttons span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;
    color: #FFFFFF;
}


.hero__btn-price {
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;

    background: #2773E4;
    border-radius: 4px 12px;

}

.products {
    display: flex;
    padding: 64px var(--section-side-padding);
    gap: 24px;
    box-sizing: border-box;
    background: #F1F5F9;
}

.products__nav {
    display: flex;
    flex: 0 0 342px;
}

.products__nav-menu {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.products__nav-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 32px;
    gap: 10px;

    border-left: 1px solid #CFD8DC;
}

.products__nav-btn span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #16161C;
}

.products__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.products__tabs-list {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.products__tabs-item {
    display: flex;
    gap: 8px;
}

.products__tabs-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    isolation: isolate;

    background: #FFFFFF;
    border-radius: 8px;

}

.products__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.products__item {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.products__item-img {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 10px;
    width: 254px;
    height: 136px;
    border-right: 1px solid #ECEFF1;
    flex-shrink: 0;
}

.products__item-img img {
    max-width: 222px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.products__item-content {
    display: flex;
    flex-direction: column;
    padding: 28.5px 24px;
    gap: 12px;
    flex: 1;
}

.products__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #263238;
}

.products__item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #607D8B;
}

.products__item-action {
    display: flex;
    align-items: center;
    padding: 24px;
}

.products__item-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 12px;

    background: #ECEFF1;
    border-radius: 4px 12px;
    transition: all 0.3s ease;
}

.products__item-btn svg {
    stroke: black;
    transition: all 0.3s ease;
}

.products__item:hover .products__item-btn {
    background: #2773E4;
}

.products__item:hover .products__item-btn svg {
    stroke: white;
}

/* ============================================
   Адаптив — products/раздел/
   ============================================ */
@media (max-width: 1024px) {
    .hero {
        height: auto;
        padding: 48px 24px;
    }

    .hero__header-title {
        font-size: 36px;
        line-height: 44px;
    }

    .hero__header {
        gap: 32px;
    }

    .products {
        flex-direction: column;
        padding: 32px 24px;
        gap: 24px;
    }

    .products__nav {
        flex: unset;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 32px 16px;
    }

    .hero__header-title {
        font-size: 26px;
        line-height: 34px;
    }

    .hero__header-buttons {
        flex-wrap: wrap;
    }

    .products {
        padding: 24px 16px;
    }

    /* Карточка продукта — вертикально */
    .products__item {
        flex-direction: column;
    }

    .products__item-img {
        width: 100%;
        height: 160px;
        border-right: none;
        border-bottom: 1px solid #ECEFF1;
    }

    .products__item-content {
        padding: 16px;
    }

    .products__item-title {
        font-size: 18px;
        line-height: 24px;
    }

    .products__item-action {
        padding: 0 16px 16px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/products-sidebar.css?17791775292128*/
/* Сайдбар продуктов */
.products__nav {
    display: flex;
    flex-direction: column;
    min-width: 342px;
    max-width: 342px;
    flex-shrink: 0;
}

.products__nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products__nav-btn {
    border-left: 1px solid #CFD8DC;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    width: 100%;
}

.products__nav-btn > a {
    text-decoration: none;
    color: #16161C;
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.products__nav-btn > a:hover {
    color: #2773E4;
}

.products__nav-btn.active {
    border-left: 2px solid #2773E4;
}

.products__nav-btn.active > a {
    color: #2773E4;
}

/* Подменю */
.products__nav-submenu-wrapper {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}

.products__nav-submenu {
    list-style: none;
    margin: 0;
    padding: 12px 32px 32px 44px;
    border-left: 1px solid #CFD8DC;
    width: 100%;
    box-sizing: border-box;
}

.products__nav-subitem {
    margin-bottom: 20px;
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #78909C;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    cursor: pointer;
    list-style: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    transition: color 0.2s;
}

.products__nav-subitem:last-child {
    margin-bottom: 0;
}

.products__nav-subitem:hover {
    color: #2773E4;
}

.products__nav-subitem.active {
    color: #2773E4;
}

/* ============================================
   Адаптив сайдбара продуктов
   ============================================ */
@media (max-width: 1024px) {
    .products__nav {
        display: none;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/products-filters.css?17791775292287*/
/* Фильтры продуктов */
.products__tabs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 48px;
    align-items: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
}

.products__tabs-item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.products__tabs-item:hover {
    background: #F5F5F7;
}

.products__tabs-item.active {
    background: #2773E4;
}

.products__tabs-name {
    font-size: 16px;
    line-height: normal;
    color: #455A64;
    padding: 0;
    margin: 0;
    background: none;
}

.products__tabs-item.active .products__tabs-name {
    color: #FFFFFF !important;
}

.products__tabs-count {
    position: absolute;
    right: -9px;
    top: 16px;
    transform: translateX(100%) translateY(-100%);
    font-size: 13px;
    line-height: normal;
    color: #90A4AE;
}

/* Кнопка "Показать еще" */
.products__more {
    display: flex;
    justify-content: flex-start;
}

.products__more-btn {
    border: 1px solid #CFD8DC;
    border-radius: 4px 12px 4px 12px;
    padding: 12px 24px;
    background: transparent;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #455A64;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}

.products__more-btn:hover {
    background: #F5F5F7;
    border-color: #90A4AE;
}

/* ============================================
   Адаптив фильтров
   ============================================ */
@media (max-width: 768px) {
    .products__tabs-list {
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .products__tabs-list::-webkit-scrollbar {
        display: none;
    }

    .products__tabs-item {
        flex-shrink: 0;
        padding: 8px 12px;
    }

    .products__tabs-name {
        font-size: 14px;
        white-space: nowrap;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/statistics-inline.css?17791775294389*/
.statistics {
    padding: 140px var(--section-side-padding);
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Порядок на десктопе: заголовок → кнопка → список */
.statistics__banner    { order: 1; }
.statistics__more-btn  { order: 2; }
.statistics__list      { order: 3; }

.statistics h3 {
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: var(--color-blue-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.statistics__more-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    margin-top: 24px;
    background: var(--color-secondary-01);
    border-radius: 4px 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.statistics__more-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(21, 230, 145, 0.3);
}

.statistics__more-btn span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.statistics__more-btn svg {
    stroke: white;
}

.statistics__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    text-align: center;
    gap: 32px;
}

.statistics__fact {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.statistics__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #2773E4;
    transition: transform 0.3s ease, color 0.3s ease;
}

.statistics__description {
    margin-top: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #90A4AE;
    transition: transform 0.3s ease, color 0.3s ease;
}

.statistics__fact:hover .statistics__title {
    transform: translateY(-3px);
    color: #1565C0;
}

.statistics__fact:hover .statistics__description {
    transform: translateY(-2px);
    color: #607D8B;
}

/* ============================================
   ADAPTIVE — статистика (inline/services)
   ============================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .statistics {
        padding: 64px 40px;
    }

    .statistics h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .statistics__title {
        font-size: 36px;
        line-height: 44px;
    }

    .statistics__list {
        gap: 24px;
    }
}

/* ---------- 768px (мобильный) ---------- */
@media (max-width: 768px) {
    .statistics {
        padding: 48px 20px;
        align-items: flex-start;
        gap: 24px;
    }

    .statistics__banner {
        align-items: flex-start;
        width: 100%;
    }

    .statistics h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
        justify-content: flex-start;
    }

    /* На мобиле сбрасываем order — элементы идут в порядке HTML: banner → list → btn */
    .statistics__banner    { order: unset; }
    .statistics__list      { order: unset; }
    .statistics__more-btn  { order: unset; align-self: flex-start; margin-top: 0; }

    .statistics__list {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        text-align: left;
        gap: 20px;
        width: 100%;
    }

    .statistics__fact {
        align-items: flex-start;
        flex: none;
        width: 100%;
    }

    .statistics__title br {
        display: none;
    }

    .statistics__title {
        font-size: 28px;
        line-height: 34px;
    }

    .statistics__description {
        font-size: 14px;
        line-height: 18px;
        margin-top: 6px;
    }
}

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    .statistics {
        padding: 40px 16px;
    }

    .statistics h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .statistics__title {
        font-size: 26px;
        line-height: 32px;
    }

    .statistics__description {
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/feedback.css?177917752913162*/
.feedback {
    padding: 80px var(--section-side-padding);
    display: flex;
    gap: 24px;
    background: url(/local/templates/main/assets/img/feedback.jpg);
}

.feedback__header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: slideInLeft 0.8s ease-out;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.feedback__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #fff;
}

.feedback__desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.feedback__header,
.feedback__form {
    flex: 1;
}

.feedback__contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.feedback__contact__form-row {
    display: flex;
    gap: 24px;
    animation: fadeInUp 0.8s ease-out;
}

.feedback__contact__form-row:nth-child(1) {
    animation-delay: 0.2s;
}

.feedback__contact__form-row:nth-child(2) {
    animation-delay: 0.4s;
}

.feedback__contact__form-row:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.feedback__contact__form-row--two-cols .feedback__contact__form-group {
    flex: 1;
}

.feedback__contact__form-row--full .feedback__contact__form-group {
    flex: 1;
}

.feedback__contact__form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    animation: slideInUp 0.6s ease-out;
}

.feedback__contact__form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.feedback__contact__form-group:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.feedback__contact__label {
    margin-bottom: 8px;
    color: #fff;

    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.feedback__contact__input,
.feedback__contact__textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 16px 12px;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease;
    position: relative;
}

.feedback__contact__input::placeholder,
.feedback__contact__textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease;
}

.feedback__contact__textarea {
    resize: vertical;
    min-height: 80px;
    transition: min-height 0.3s ease;
    padding: 16px 12px;
}

.feedback__contact__textarea:focus {
    min-height: 120px;
}

.feedback__contact__submit-btn {
    display: flex;
    flex-direction: row;
    padding: 12px 24px;
    gap: 10px;

    background: #15E691;
    border-radius: 4px 12px;

    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
}

.feedback__contact__submit-btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 8px 25px rgba(21, 230, 145, 0.4);
}

.feedback__contact__form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.feedback__contact__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    background: transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-right: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feedback__contact__checkbox:hover {
    border-color: white;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.feedback__contact__checkbox:checked {
    background: transparent;
    border-color: white;
    transform: scale(1);
}

.feedback__contact__checkbox:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    animation: checkmark 0.3s ease-in-out;
}

@keyframes checkmark {
    0% {
        opacity: 0;
        transform: rotate(45deg) scale(0);
    }
    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }
}

.feedback__contact__checkbox-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ECEFF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.feedback__contact__checkbox-label:hover {
    color: #fff;
}

.feedback__contact__checkbox-copy {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35em;
}

.feedback__contact__checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.feedback__contact__checkbox-label a:hover {
    color: #fff;
}

.feedback__contact__input,
.feedback__contact__textarea {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 16px 12px;
    font-size: 16px;
    outline: none;
    /* убирает стандартный outline */
}

.feedback__contact__input:-webkit-autofill,
.feedback__contact__input:-webkit-autofill:hover,
.feedback__contact__input:-webkit-autofill:focus,
.feedback__contact__input:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    caret-color: white !important;
}

.feedback__contact__textarea:-webkit-autofill,
.feedback__contact__textarea:-webkit-autofill:hover,
.feedback__contact__textarea:-webkit-autofill:focus,
.feedback__contact__textarea:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    caret-color: white !important;
}

.feedback__contact__input:-webkit-autofill::first-line {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.feedback__contact__input:focus,
.feedback__contact__textarea:focus {
    background: transparent !important;
    border-bottom-color: #15E691;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    }
    50% {
        box-shadow: 0 2px 12px rgba(21, 230, 145, 0.5);
    }
    100% {
        box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    }
}

.feedback__contact__input:hover,
.feedback__contact__textarea:hover {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

.feedback__contact__input:focus::placeholder,
.feedback__contact__textarea:focus::placeholder {
    color: rgba(21, 230, 145, 0.8);
    transform: translateY(-2px);
}

.feedback__contact__input:hover::placeholder,
.feedback__contact__textarea:hover::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.feedback__contact__input::placeholder,
.feedback__contact__textarea::placeholder {
    opacity: 1;
}

.feedback__contact__submit-btn:focus,
.feedback__contact__submit-btn:active,
.feedback__contact__submit-btn:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Анимация загрузки для кнопки */
.feedback__contact__submit-btn.loading {
    pointer-events: none;
    position: relative;
    color: transparent;
}

.feedback__contact__submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Анимация успешной отправки */
.feedback__contact__submit-btn.success {
    background: #4CAF50;
    animation: successPulse 0.6s ease-out;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Дополнительные анимации для улучшения UX */
.feedback__contact__input:invalid:not(:placeholder-shown),
.feedback__contact__textarea:invalid:not(:placeholder-shown) {
    border-bottom-color: #ff4444;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

/* Анимация для подсветки обязательных полей */
.feedback__contact__form-group.required .feedback__contact__input:focus,
.feedback__contact__form-group.required .feedback__contact__textarea:focus {
    border-bottom-color: #15E691;
    box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
}
/* Стили для заполненных полей */
.feedback__contact__form-group.filled .feedback__contact__input,
.feedback__contact__form-group.filled .feedback__contact__textarea {
    border-bottom-color: rgba(21, 230, 145, 0.6);
    transform: translateY(-1px);
}

.feedback__contact__form-group.focused .feedback__contact__input,
.feedback__contact__form-group.focused .feedback__contact__textarea {
    border-bottom-width: 2px;
}

/* Дополнительные стили для подавления автозаполнения */
.feedback__contact__input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: white !important;
}

/* Для Firefox */
.feedback__contact__input:-moz-autofill {
    background: transparent !important;
    color: white !important;
}

/* Альтернативный метод для Webkit */
@-webkit-keyframes autofill {
    0%,100% {
        color: white;
        background: transparent;
    }
}

.feedback__contact__input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/* Еще более агрессивные стили */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Специально для наших полей */
.feedback__contact__input {
    background-image: none !important;
    background-color: transparent !important;
    background: transparent !important;
}
/* ============================================
   ADAPTIVE — Feedback Section
   ============================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .feedback {
        flex-direction: column;
        padding: 48px 24px;
        gap: 32px;
    }

    .feedback__title {
        font-size: 32px;
        line-height: normal;
    }

    .feedback__desc {
        font-size: 16px;
        line-height: 1.4;
    }

    /* Двухколоночные строки → одна колонка */
    .feedback__contact__form-row--two-cols {
        flex-direction: column;
    }

    /* Кнопка и чекбокс — вертикально */
    .feedback__contact__form-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .feedback__contact__submit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .feedback {
        padding: 36px 16px;
        gap: 24px;
    }

    .feedback__title {
        font-size: 28px;
    }

    .feedback__desc {
        font-size: 14px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .feedback {
        padding: 32px 16px;
    }

    .feedback__title {
        font-size: 24px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/contacts.css?17791775292557*/
.contacts {
    position: relative;
    overflow: hidden;
    height: 218px;
    padding: 64px var(--section-side-padding);
    padding-right: 540px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #37474F;
    gap: 24px;
}

.contacts__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts__block-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #90A4AE;
}

.contacts__block:first-child .contacts__block-body {
    font-size: 24px;
}

.contacts__block-body {
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    color: #ECEFF1;
}

.contacts__block-body a {
    color: #ECEFF1;
    text-decoration: none;
}

.contacts__content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.contacts__svg {
    position: absolute;
    left: 1457px;
    top: 0px;
    transform: rotate(-15deg);
}

/* ============================================
   ADAPTIVE — Contacts Section
   ============================================ */

/* ---------- 1300px ---------- */
@media (max-width: 1300px) {
    .contacts {
        padding-right: 280px; /* сжимаем десктопный 540px */
    }

    .contacts__block-body {
        font-size: 26px;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 20px;
    }

    .contacts__block-header {
        font-size: 18px;
    }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .contacts {
        height: auto;
        padding: 36px 24px;
        padding-right: 24px; /* сбрасываем десктопный 540px */
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .contacts__block-body {
        font-size: 22px;
        line-height: 1.3;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 18px;
    }

    .contacts__svg {
        display: none;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .contacts {
        padding: 28px 16px;
        gap: 20px;
    }

    .contacts__block-body {
        font-size: 20px;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 16px;
    }

    .contacts__block-header {
        font-size: 16px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .contacts {
        padding: 24px 16px;
        gap: 16px;
    }

    .contacts__block-body {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/main/assets/css/p-network-security.css?17791775295927 */
/* /local/templates/main/assets/css/products-sidebar.css?17791775292128 */
/* /local/templates/main/assets/css/products-filters.css?17791775292287 */
/* /local/templates/main/assets/css/statistics-inline.css?17791775294389 */
/* /local/templates/main/assets/css/feedback.css?177917752913162 */
/* /local/templates/main/assets/css/contacts.css?17791775292557 */
