

/* Start:/local/templates/main/assets/css/p-personal-data.css?17822169034143*/
.personal-data-content {
    background: #fff;
    padding: 80px 0 120px;
}

.personal-data-content__wrapper {
    padding: 0 var(--section-side-padding);
    display: flex;
    gap: 91px;
    position: relative;
}

.pd-main {
    flex: 1;
}

.pd-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.pd-section__title {
    display: flex;
    align-items: flex-start;
    gap: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #263238;
    margin: 0;
}

.pd-section__number {
    min-width: 40px;
    color: #263238;
}

.pd-section__text {
    flex: 1;
}

.pd-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    line-height: 21px;
}

.pd-item--nested {
    padding-left: 40px;
}

.pd-item--regular .pd-item__number {
    font-weight: 400;
    color: #263238;
}

.pd-item__number {
    min-width: 40px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    color: #2773E4;
    flex-shrink: 0;
}

.pd-item__text {
    flex: 1;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    color: #263238;
    margin: 0;
    white-space: pre-wrap;
}

.pd-list {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pd-list__items {
    list-style: disc;
    padding-left: 27px;
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
}

.pd-list__items li {
    margin-bottom: 0;
}

.pd-list__note {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #263238;
    margin: 0;
    white-space: pre-wrap;
}

/* Сайдбар */
.pd-sidebar {
    width: 341px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
}

.pd-card {
    background: linear-gradient(135deg, rgba(39, 115, 228, 0.05) 0%, rgba(226, 242, 249, 0.3) 100%);
    border-radius: 12px;
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pd-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.pd-card__icon svg {
    width: 100%;
    height: 100%;
}

.pd-card__title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #263238;
    margin: 0;
    white-space: pre-wrap;
}

.pd-card__text {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #78909C;
    margin: 0;
    white-space: pre-wrap;
}

/* ============================================
   ADAPTIVE — Personal Data Page
   ============================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .personal-data-content {
        padding: 60px 0 80px;
    }

    .personal-data-content__wrapper {
        padding: 0 24px;
        flex-direction: column;
        gap: 32px;
    }

    .pd-sidebar {
        width: 100%;
    }

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

    .pd-item,
    .pd-list__items,
    .pd-list__note {
        font-size: 16px;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .personal-data-content {
        padding: 40px 0 60px;
    }

    .personal-data-content__wrapper {
        padding: 0 16px;
    }

    .pd-section__title {
        font-size: 22px;
        line-height: 28px;
    }

    .pd-item--nested {
        padding-left: 24px;
    }

    .pd-list {
        padding-left: 24px;
    }

    .pd-item,
    .pd-list__items,
    .pd-list__note {
        font-size: 15px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .personal-data-content {
        padding: 32px 0 48px;
    }

    .personal-data-content__wrapper {
        padding: 0 12px;
        gap: 24px;
    }

    .pd-section__title {
        font-size: 20px;
        line-height: 26px;
    }

    .pd-item__number {
        min-width: 32px;
    }

    .pd-section__number {
        min-width: 32px;
    }
}

/* End */


/* Start:/local/components/custom/hero.banner/templates/personal-data/style.css?17822169031605*/
/* 
 * Специфичные стили для шаблона personal-data
 * Базовые стили в /style.css
 */

.page-hero--personal-data {
    padding: 64px var(--section-side-padding);
    align-items: stretch;
    background: linear-gradient(rgba(39, 115, 228, 0.9), rgba(39, 115, 228, 0.9)),
        url('/local/templates/main/assets/img/services-hero.png') center/cover no-repeat;
}

.page-hero--personal-data .page-hero__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 0;
}

.page-hero--personal-data .page-hero__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.page-hero--personal-data .page-hero__title {
    font-family: 'Gilroy', sans-serif;
    font-size: 48px;
    line-height: 1.16em;
    color: #455A64;
}

.page-hero--personal-data .page-hero__subtitle {
    font-size: 16px;
    line-height: 24px;
}

/* Breadcrumb specific styles for personal-data */
.page-hero--personal-data .breadcrumb-current,
.page-hero--personal-data .breadcrumb-item:last-of-type {
    color: #455A64;
}

/* Responsive */

@media (max-width: 1024px) {
    .page-hero--personal-data {
        padding: 48px 24px;
    }

    .page-hero--personal-data .page-hero__title {
        font-size: 36px;
    }

    .page-hero--personal-data .page-hero__content {
        gap: 32px;
    }
}

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

    .page-hero--personal-data .page-hero__title {
        font-size: 28px;
    }
}

@media (max-width: 414px) {
    .page-hero--personal-data {
        padding: 24px 16px;
    }
}

/* End */


/* Start:/local/components/custom/hero.banner/templates/personal-data/../../style.css?17822169031718*/
/* 
 * Общие стили для всех шаблонов Hero Banner
 * Базовый класс: .page-hero
 */

/* Базовые стили */
.page-hero {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
}

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

.page-hero__breadcrumb {
    /* Стили для хлебных крошек */
}

.page-hero__title {
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.page-hero__subtitle {
    font-weight: 400;
    color: #ECEFF1;
    opacity: 0.9;
}

/* Breadcrumb styles */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.breadcrumb-segment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.breadcrumb-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    text-decoration-line: none;
    color: #B0BEC5;
}

.breadcrumb-item:last-of-type {
    color: #FFFFFF;
}

.breadcrumb-line {
    width: 40px;
    height: 1px;
    background: #B0BEC5;
    flex: 0 0 auto;
}

/* Responsive - базовые изменения */

@media (max-width: 1024px) {
    .page-hero__header {
        gap: 32px;
    }

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

@media (max-width: 768px) {
    .page-hero__header {
        gap: 24px;
    }

    .page-hero__title {
        font-size: 28px;
        line-height: 36px;
    }

    .breadcrumb {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .breadcrumb-line {
        width: 24px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/feedback.css?178221690313162*/
.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?17822169032557*/
.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-personal-data.css?17822169034143 */
/* /local/components/custom/hero.banner/templates/personal-data/style.css?17822169031605 */
/* /local/components/custom/hero.banner/templates/personal-data/../../style.css?17822169031718 */
/* /local/templates/main/assets/css/feedback.css?178221690313162 */
/* /local/templates/main/assets/css/contacts.css?17822169032557 */
