/* footer */
.footer {
    color: #fff;
    background-color: #15325C;
    font-size: 12px;
}

.content-decorator .footer a, .footer .content-decorator a, .footer .link, .footer .link-decorator a, .link-decorator .footer a {
    color: #fff;
}

.footer .footer-phone__hint {
    color: #fff;
}

.footer .link-box_style_hover .link-box__link {
    color: #fff;
}

.footer .r-footer__phone-link {
    color: #fff;
}

.footer .r-footer__address .link-box__link, .footer .r-footer__address a {
    color: #fff;
}

.facts {
    padding: 40px 0;
    width: 100%;
    display: flex;
    gap: 25px;
}

.fact {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fact-header {
    font-size: 46px;
    margin-bottom: 100px;
    font-weight: bold;
    line-height: 1.2;
}

.fact-text {
    font-size: 24px;
    line-height: 1.3;
}

.fact:nth-child(1) { background: #FF5E15; color: white; }
.fact:nth-child(2) { background: #F8F8F8; color: #15325C; }
.fact:nth-child(3) { background: #15325C; color: white; }

@media (max-width: 1020px) {
    .facts {
      flex-direction: column;
      padding: 20px 0;
      gap: 25px;
    }
    
    .fact {
      padding: 15px;
    }
    
    .fact-header {
      margin-bottom: 30px;
    }
}

.feedback_form__contacts_page .multiform-gap-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback_form__contacts_page .multiform-gap-form .multiform-gap-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback_form__contacts_page .multiform-gap-form .multiform-gap-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback_form__contacts_page .multiform-gap-form .multiform-gap-field div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-search__input-container {
    position: relative;
}

/* НАЧАЛО БЛОКА "НАШИ ПРЕИМУЩЕСТВА" */
.our-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.our-advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    gap: 20px;
    background: #F8F8F8;
}

.our-advantages__logo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.our-advantages__logo {
    width: 50px;
    height: auto;
}

.our-advantages__header {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
}

.our-advantages__description {
    max-width: 410px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #222222;
    flex-grow: 1;
}

.our-advantages__button-container {
    margin-top: auto;
    align-self: flex-end;
}

.our-advantages-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 20px;
    border: 1px solid #15325C;
    border-radius: 1px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #15325C;
    transition: all 0.2s ease;
}

.our-advantages-button:hover {
    background: #15325C;
    color: #fff;
}

.our-advantages__arrow {
    width: 10px;
    height: 10px;
}

.our-advantages-button:hover .our-advantages__arrow {
    filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(127deg) brightness(103%) contrast(103%);
}

.our-advantages__arrow-down {
    transform: rotate(90deg);
}

@media (max-width: 1024px) {
    .our-advantages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .our-advantages {
        grid-template-columns: 1fr;
    }

    .our-advantages__item {
        padding: 24px;
    }

    .our-advantages__header {
        font-size: 16px;
    }

    .our-advantages__description {
        font-size: 14px;
    }
}
/* КОНЕЦ БЛОКА "НАШИ ПРЕИМУЩЕСТВА" */

/* НАЧАЛО БЛОКА "ОСТАВЬТЕ ЗАЯВКУ, И МЫ ВАМ ПЕРЕЗВОНИМ" */
.callback-form {
    position: relative;
    min-height: 552px;
    background: #F8F8F8;
    padding: 32px;
    overflow: hidden;
}

.callback-form__content {
    position: relative;
    z-index: 3;
}

.callback-form__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
}

.callback-form__vector {
    z-index: 1;
}

.callback-form__woman {
    z-index: 2;
}

.home-form-block .multiform-gap-fields,
.home-form-block .multiform-gap-value {
    padding: 0 !important;
}

.callback-form__input,
.callback-form__textarea {
    width: 384px !important;
    padding: 12px 24px !important;
    border: 1px solid #DFDFDF !important;
}

.callback-form__textarea {
    resize: none;
}

.callback-form__files .multiform-fileinput-button span {
    padding: 12px 24px;
    width: 220px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #474747;
    text-align: center;
}

.callback-form__files .multiform-files {
    max-width: 384px;
}

.callback-form__text, .callback-form__policy {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #161616;
}

.callback-form__link, .callback-form__policy a,
.home-form-block .multiform-temp-file .multiform-cell a {
    color: #15325C;
    text-decoration: none;
}

.callback-form__link:hover,
.home-form-block .multiform-temp-file .multiform-cell a:hover {
    color: #1E447F;
    transition: all 0.25s ease;
}

.home-form-block .mf-button {
    padding: 12px 25px !important;
    width: 385px;
    background: #15325C !important;
    border-radius: 2px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
}

.home-form-block .mf-button:hover {
    background: #1E447F;
    transition: all 0.25s ease;
}


@media (max-width: 768px) {
    .callback-form {
        height: 840px;
        padding: 20px;
    }

    .callback-form__input,
    .callback-form__textarea {
        width: 100% !important;
    }

    .callback-form__files .multiform-files {
        max-width: 100%;
    }

    .home-form-block .mf-button {
        width: 100%;
    }

    .callback-form__img {
        width: 500px;
    }
}

@media (max-width: 480px) {
    .callback-form {
        height: 680px;
        padding: 16px;
    }

    .callback-form__img {
        width: 300px;
    }
}
/* КОНЕЦ БЛОКА "ОСТАВЬТЕ ЗАЯВКУ, И МЫ ВАМ ПЕРЕЗВОНИМ" */

.product-add-to-cart__prices_text, .product-extend__price-block, .product-thumb__prices, .product-compact__price-block  {
    flex-direction: column;
}

.product-thumb__prices {
    align-items: start;
}
.product-add-to-cart__measure-unit {
    font-size: 20px;
    line-height: 36px;
}

.product-compact__price-text {
    margin-right: 0;
}

.recprd-plugin-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.recprd-plugin-block .product-thumb__prices {
    align-items: start;

}

.product-thumb__price {
    font-size: 24px;
}

@media (max-width: 1023px) {
    .r-header__list-item-link_phone {
        background-color: #fff;
        color: #15325C;
        padding: 2px 4px 2px;
    }
}