/* footer: */

.footer-wrapper {
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--service-single-accent-rgb), 0.1), transparent 30%),
    linear-gradient(180deg, #f7f8f4 0%, #eef3ea 100%);
  position: relative;
  z-index: 5;
}

.footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 2.28fr);
  gap: 34px;
  align-items: start;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 74px 40px 34px;
  color: var(--service-single-ink);
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
.footer-brand,
.footer-contact {
  min-height: 100%;
}
.footer-brand {
  display: grid;
  align-content: start;
  position: relative;
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 65px;
  top: -90px;
  z-index: 3;
}
.footer img.logo {
  width: 124px;
  max-width: 100%;
  height: auto;
}
.footer-info-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.footer-info-list p,
.footer-contact__link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  color: rgba(31, 44, 32, 0.76);
  text-decoration: none;
}
.footer-info-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(var(--service-single-accent-rgb), 0.12);
  color: var(--service-single-accent-hover);
  font-size: 15px;
  line-height: 1;
  font-weight: 760;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(31, 44, 32, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(28, 42, 25, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.footer-nav-col h2 {
  margin: 0 0 18px;
  color: var(--service-single-ink);
  font-size: 17px;
  line-height: 22px;
  font-weight: 780;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer a {
  color: rgba(31, 44, 32, 0.74);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.footer a:hover {
  color: var(--service-single-accent-hover);
}
.footer-contact {
  display: grid;
  gap: 16px;
  justify-items: stretch;
  margin-top: 0;
  padding: 28px;
  border: 1px solid rgba(31, 44, 32, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(28, 42, 25, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
  z-index: 1;
}
.footer-contact__button {
  justify-content: center;
  justify-self: start;
  width: auto;
  min-width: 166px;
  min-height: 15px;
  padding: 3px 17px;
  border: 1px solid rgba(var(--service-single-accent-rgb), 0.42);
  background: rgba(255, 255, 255, 0.96);
  color: var(--service-single-accent-hover);
  font-size: 14px;
  line-height: 13px;
  font-weight: 800;
  box-shadow: none;
}

@media screen and (max-width: 1180px) {
  .footer-contact__button {
    min-width: 166px;
    min-height: 15px;
    padding: 3px 17px;
    font-size: 14px;
    line-height: 13px;
  }
}
.footer-contact__button:hover {
  background: var(--service-single-accent);
  color: #fff;
}
.messenger-links--footer {
  flex-wrap: wrap;
  margin-top: 2px;
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid rgba(31, 44, 32, 0.1);
  color: rgba(31, 44, 32, 0.62);
  font-size: 14px;
  line-height: 20px;
}
.legal-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.legal-links a {
  padding: 8px 11px;
  border: 1px solid rgba(31, 44, 32, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: rgba(31, 44, 32, 0.66);
  font-size: 13px;
  line-height: 17px;
}
.legal-links a:hover {
  border-color: rgba(var(--service-single-accent-rgb), 0.32);
  background: rgba(255, 255, 255, 0.84);
}
a#back-to-top {
  grid-column: 1 / -1;
  justify-self: center;
  order: -1;
  position: static;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--service-single-accent), var(--service-single-accent-hover));
  color: #fff;
  font-size: 0;
  line-height: 1;
  text-align: center;
  box-shadow: 0 14px 30px rgba(var(--service-single-accent-rgb), 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
a#back-to-top svg {
  width: 26px;
  height: 26px;
}
a#back-to-top:hover {
  background: linear-gradient(180deg, var(--service-single-accent-hover), #1c5c37);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(var(--service-single-accent-rgb), 0.3);
}

@media screen and (max-width: 1120px) and (min-width: 769px) {
  .footer {
    grid-template-columns: 1fr;
  }
  .footer-logo-link {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a#back-to-top {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer {
    grid-template-columns: 1fr;
    padding: 62px 24px 30px;
  }
  .footer-logo-link {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    padding: 22px;
  }
  .footer-nav-col h2 {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 19px;
  }
  .footer ul li {
    margin-bottom: 8px;
  }
  .footer-nav a {
    font-size: 13px;
    line-height: 17px;
  }
  a#back-to-top {
    display: none;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-links {
    justify-content: flex-start;
    gap: 6px;
  }
  .legal-links a {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 14px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    grid-template-columns: 1fr;
    padding: 58px 18px 28px;
  }
  .footer-logo-link {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer img.logo {
    width: 104px;
  }
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
    padding: 18px;
  }
  .footer-nav-col h2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .footer ul li {
    margin-bottom: 7px;
  }
  .footer-nav a {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-contact {
    padding: 22px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-links {
    justify-content: flex-start;
    gap: 5px;
  }
  .legal-links a {
    padding: 4px 6px;
    font-size: 10px;
    line-height: 13px;
  }
  a#back-to-top {
    display: none;
  }
}

/* scroll-to-top: */

a#scroll-to-top {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--service-single-accent), var(--service-single-accent-hover));
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 14px 30px rgba(var(--service-single-accent-rgb), 0.24);
}
a#scroll-to-top:hover {
  transform: scale(1.2) !important;
  cursor: pointer;
}
a#scroll-to-top > img {
  width: 34px;
  height: 34px;
  margin-top: 6px;
}
a#scroll-to-top > svg {
  width: 34px;
  height: 34px;
  margin-top: 6px;
}
.show-scroll-to-top {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* modal: */

#modal-request {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 12%, rgba(var(--service-single-accent-rgb), 0.24), transparent 34%),
    rgba(10, 16, 11, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 998;
}
#modal-request > div {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  text-align: center;
}
#modal-request > div > div {
  width: min(100%, 520px);
  overflow: visible;
}

.hide-modal {
  display: none !important;
}

.body-overflow-fix {
  overflow: hidden;
} /* fix for body overflow */

.modal-form {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 38px 38px 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 245, 0.94));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  position: relative;
  text-align: left;
  font-size: 14px;
  color: var(--service-single-ink);
}
.modal-form span.modal-form-title {
  display: block;
  max-width: 390px;
  margin-bottom: 10px;
  color: var(--service-single-ink);
  font-size: 28px;
  line-height: 34px;
  font-weight: 850;
}
.modal-form span.modal-form-subtitle {
  margin: 0 0 22px;
  color: var(--service-single-muted);
  font-size: 15px;
  line-height: 23px;
}
.modal-form label {
  display: block;
  margin-bottom: 14px;
  color: var(--service-single-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.modal-form input {
  margin-bottom: 10px;
}
.modal-form input:last-child {
  margin-bottom: 0;
}
.modal-form input[type="text"] {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 14px 16px;
  border: 1px solid var(--service-single-border);
  border-radius: 8px;
  background: #fff;
  color: var(--service-single-ink);
  font-size: 16px;
  line-height: 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modal-form input[type="tel"] {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 14px 16px;
  border: 1px solid var(--service-single-border);
  border-radius: 8px;
  background: #fff;
  color: var(--service-single-ink);
  font-size: 16px;
  line-height: 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modal-form input[type="text"]:focus,
.modal-form input[type="tel"]:focus {
  border-color: var(--service-single-accent);
  box-shadow: 0 0 0 4px rgba(var(--service-single-accent-rgb), 0.12);
}
.modal-form input.modal-field-required {
  border-color: #c64b39;
  box-shadow: 0 0 0 4px rgba(198, 75, 57, 0.12);
}
.modal-form .modal-field-reminder {
  display: block;
  max-width: 100%;
  margin: 6px 0 0;
  color: #9f2f22;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.modal-form input[type="checkbox"] {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 2px 10px 0 0;
  border-radius: 5px;
  border: 1px solid rgba(var(--service-single-accent-rgb), 0.44);
  background: #fff;
  box-shadow: none;
  text-align: center;
  vertical-align: top;
  appearance: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-form input[type="checkbox"]:checked {
  background: var(--service-single-accent);
}
.modal-form input[type="checkbox"]:checked:after {
  content: "\2713";
  color: #fff;
}
.modal-form input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 24px 0 0;
  padding: 15px 22px;
  border: none;
  border-radius: 999px;
  outline: none;
  background: var(--service-single-accent);
  box-shadow: 0 16px 34px rgba(var(--service-single-accent-rgb), 0.26);
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  transform: translateY(0);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.modal-form input[type="submit"]:hover {
  background: var(--service-single-accent-hover);
  box-shadow: 0 20px 42px rgba(var(--service-single-accent-rgb), 0.32);
  transform: translateY(-2px);
  cursor: pointer;
}
.modal-form span.modal-form-agreement {
  display: inline-block;
  font-size: 13px;
}

/* cf7 :*/

.wpcf7 form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: var(--service-single-muted);
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form .wpcf7-list-item-label a {
  color: var(--service-single-accent-hover);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcf7 form .wpcf7-list-item-label a:hover {
  color: var(--service-single-accent);
}
.modal-form .modal-consent-reminder {
  display: block;
  width: auto;
  max-width: calc(100% - 28px);
  margin: 8px 0 0 28px;
  padding: 8px 10px;
  border: 1px solid rgba(198, 75, 57, 0.24);
  border-radius: 8px;
  background: rgba(198, 75, 57, 0.08);
  color: #9f2f22;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.modal-form .modal-consent-required label {
  color: var(--service-single-ink);
}
.modal-form .modal-consent-required input[type="checkbox"] {
  border-color: #c64b39;
  box-shadow: 0 0 0 4px rgba(198, 75, 57, 0.12);
}
.wpcf7 form input[type="submit"] {
  margin-bottom: 0 !important;
}
.wpcf7 form br {
  display: none;
}

/* .. */

button.close-form {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(36, 48, 39, 0.1);
  border-radius: 50%;
  background: #fff;
  outline: none;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--service-single-ink);
  opacity: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
button.close-form:hover {
  background: var(--service-single-accent);
  color: #fff;
  cursor: pointer;
  transform: rotate(90deg);
}

.modal-animated {
  opacity: 0;
  animation: modal-animation 0.5s forwards;
}
@keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .modal-form {
    padding: 30px 22px 26px;
  }
  .modal-form span.modal-form-title {
    padding-right: 38px;
    font-size: 23px;
    line-height: 29px;
  }
}

/* cover-animated: */

.start-animated {
  opacity: 0;
  animation: start-animation 2.5s forwards;
}
@keyframes start-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* section-animated: */

.section-animated {
  opacity: 0;
  animation: section-animation 2.5s forwards;
}
@keyframes section-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* cookie notice: */

.js-lwpcngNotice {
  border-radius: 10px;
}
.lwpcngNotice_message {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}
.lwpcngNotice_accept {
  /**/
}
.lwpcngNotice_accept:hover {
  /**/
}

/* ;) */
.container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
