

/* Start:/about/style.css?1780290256213*/
@media screen and (min-width: 1000px){
    .catalog_images,
    .breadcrumb,
    .catalog_about{
      padding: 0px!important;
    }
    .contacts_page .catalog_about {
      padding-right: 12px!important;
    }
}
/* End */


/* Start:/local/templates/fresco/css/contacts-modern.css?17822745649167*/
.contacts-modern-page a {
    text-decoration: none;
}

.contacts-hero {
    margin-top: 22px;
}

.contacts-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border-radius: 26px;
    background: linear-gradient(135deg, #f8faf4 0%, #ffffff 48%, #f0f7eb 100%);
    box-shadow: 0 18px 50px rgba(40, 65, 38, 0.08);
}

.contacts-hero__title {
    margin-bottom: 18px;
}

.contacts-hero__lead {
    max-width: 780px;
    margin: 0 0 24px;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 1.55;
}

.contacts-hero__actions,
.contacts-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contacts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s ease;
}

.contacts-btn--primary {
    color: #ffffff !important;
}

.contacts-btn--outline {
    color: #2f6d2d;
    border: 1px solid rgba(47, 109, 45, 0.35);
    background: #ffffff;
}

.contacts-btn--outline:hover {
    color: #ffffff;
    background: #2f6d2d;
}

.contacts-hero__card,
.contacts-info-card,
.contacts-audience-card,
.contacts-step {
    border: 1px solid rgba(47, 109, 45, 0.12);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(32, 55, 30, 0.07);
}

.contacts-hero__card {
    padding: 26px;
    border-radius: 22px;
}

.contacts-hero__card-title {
    margin-bottom: 18px;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
}

.contacts-hero__line {
    display: block;
    margin-bottom: 10px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.contacts-hero__line:hover {
    color: #2f6d2d;
}

.contacts-hero__time {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e9efe4;
    color: #666666;
    font-size: 14px;
}

.contacts-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contacts-info-card {
    padding: 22px;
    border-radius: 20px;
}

.contacts-info-card--accent {
    background: #f8faf4;
}

.contacts-info-card__label {
    margin-bottom: 14px;
    color: #2f6d2d;
    font-size: 18px;
    font-weight: 700;
}

.contacts-info-card p {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.45;
}

.contacts-info-card a {
    color: #222222;
    font-weight: 600;
}

.contacts-info-card a:hover {
    color: #2f6d2d;
}

.contacts-section-head {
    margin-bottom: 22px;
}

.contacts-section-head h2 {
    margin-bottom: 10px;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
}

.contacts-section-head p {
    max-width: 760px;
    margin: 0;
    color: #666666;
    font-size: 17px;
    line-height: 1.55;
}

.contacts-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contacts-audience-card {
    display: flex;
    flex-direction: column;
    min-height: 178px;
    padding: 22px;
    border-radius: 22px;
    color: #222222;
    transition: 0.2s ease;
}

.contacts-audience-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 109, 45, 0.35);
    color: #222222;
}

.contacts-audience-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #edf6e7;
    color: #2f6d2d;
    font-weight: 700;
}

.contacts-audience-card b {
    margin-bottom: 8px;
    font-size: 18px;
}

.contacts-audience-card span:last-child {
    color: #666666;
    font-size: 15px;
    line-height: 1.45;
}

.contacts-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.contacts-step {
    padding: 20px;
    border-radius: 20px;
}

.contacts-step b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #2f6d2d;
    color: #ffffff;
}

.contacts-step span {
    display: block;
    color: #555555;
    font-size: 15px;
    line-height: 1.45;
}

.contacts-faq__accordion {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e9efe4;
}

.contacts-faq__item {
    border: 0;
    border-bottom: 1px solid #e9efe4;
}

.contacts-faq__item:last-child {
    border-bottom: 0;
}

.contacts-faq__button {
    padding: 20px 22px;
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    background: #ffffff;
    box-shadow: none !important;
}

.contacts-faq__button:not(.collapsed) {
    color: #2f6d2d;
    background: #f8faf4;
}

.contacts-faq__body {
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.contacts-seo-container .contacts-seo-text {
    margin-top: 0;
}

.contacts-modal__content {
    position: relative;
    padding: 34px;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.contacts-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333333;
    font-size: 24px;
    line-height: 1;
}

.contacts-modal__head {
    margin-bottom: 24px;
    padding-right: 40px;
}

.contacts-modal__mark {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf6e7;
    color: #2f6d2d;
    font-size: 13px;
    font-weight: 700;
}

.contacts-modal__head h3 {
    margin: 0 0 10px;
    color: #222222;
    font-size: 28px;
    font-weight: 700;
}

.contacts-modal__head p {
    max-width: 680px;
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
}

.contacts-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contacts-modal__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.contacts-modal__field--wide {
    grid-column: 1 / -1;
}

.contacts-modal__field span {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}

.contacts-modal__field input,
.contacts-modal__field select,
.contacts-modal__field textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid #dfe8d8;
    border-radius: 14px;
    outline: none;
    background: #ffffff;
    color: #222222;
    font-size: 15px;
}

.contacts-modal__field textarea {
    resize: vertical;
}

.contacts-modal__field input:focus,
.contacts-modal__field select:focus,
.contacts-modal__field textarea:focus {
    border-color: #2f6d2d;
    box-shadow: 0 0 0 3px rgba(47, 109, 45, 0.1);
}



.contacts-modal__hint {
    display: block;
    margin-top: -2px;
    color: #777777;
    font-size: 13px;
    line-height: 1.35;
}

.contacts-modal__field input:invalid,
.contacts-modal__field select:invalid,
.contacts-modal__field textarea:invalid {
    box-shadow: none;
}

.contacts-modal__form.was-validated .contacts-modal__field input:invalid,
.contacts-modal__form.was-validated .contacts-modal__field select:invalid,
.contacts-modal__form.was-validated .contacts-modal__field textarea:invalid {
    border-color: #b42318;
}

.contacts-modal__field--file input[type="file"] {
    padding: 10px 14px;
    cursor: pointer;
}

.contacts-modal__agree {
    display: flex;
    gap: 10px;
    margin: 18px 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.35;
}

.contacts-modal__agree input {
    margin-top: 2px;
}

.contacts-modal__submit {
    min-height: 48px;
    padding: 13px 24px;
    border: 0;
    border-radius: 999px;
    background: #dfe8d8 !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contacts-modal__form.is-ready .contacts-modal__submit {
    background: #2f6d2d !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(47, 109, 45, 0.22);
}

.contacts-modal__form.is-ready .contacts-modal__submit:hover {
    background: #245823 !important;
    transform: translateY(-1px);
}

.contacts-modal__submit[disabled] {
    background: #9db793 !important;
    opacity: 1;
    cursor: wait;
    transform: none;
}

.contacts-modal__result {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.4;
}

.contacts-modal__result--success {
    color: #2f6d2d;
}

.contacts-modal__result--error {
    color: #b42318;
}

@media (max-width: 991px) {
    .contacts-hero__content,
    .contacts-info-grid,
    .contacts-audience__grid,
    .contacts-steps__grid {
        grid-template-columns: 1fr;
    }

    .contacts-hero__content {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .contacts-hero__lead,
    .contacts-info-card p {
        font-size: 15px;
    }

    .contacts-section-head h2 {
        font-size: 24px;
    }

    .contacts-modal__content {
        padding: 26px 18px;
        border-radius: 20px;
    }

    .contacts-modal__grid {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /about/style.css?1780290256213 */
/* /local/templates/fresco/css/contacts-modern.css?17822745649167 */
