

/* Start:/local/templates/dimplast/styles/custom.css?1758874430876*/
@media (min-width: 1199px) {
  .footer .footer-menu__wrapper >ul {
    grid-template-columns: 2fr 1fr 4fr 5fr;
  }
}

.footer-menu__item:nth-child(1) {
  order: 1;
}

.footer-menu__item:nth-child(2) {
  order: 3;
}

.footer-menu__item:nth-child(3) {
  order: 2;
}

.footer-menu__item:nth-child(4) {
  order: 4;
}

.smart-captcha.captcha-error {
  border: 1px solid red;
  border-radius: 9px;
}


form .button .button_secondary {
  margin-top: 20px;
}

p.captcha-error-text {
    color: red;
}

@media (max-width: 768px) {
  .modal__wrapper {
    padding: 40px 24px;
    max-height: 90vh;
    overflow-y: auto;
  }
}


footer .footer-map {
  height: 910px;
}


.modal.modal_thank-you.thank-you > .modal__wrapper {
    overflow-y: auto;
}


.modal.modal_thank-you.thank-you {
    max-height: 90dvh;
    height: auto;
}

/* End */
/* /local/templates/dimplast/styles/custom.css?1758874430876 */
