/* utils */
footer.footer {
  color: rgb(209, 213, 219);
  position: relative;
}
footer.footer .footer-additional-bg {
  background-image: linear-gradient(to bottom right, #111827, #14532d, #111827);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer.footer .footer-additional-bg > div {
  width: 24rem;
  height: 24rem;
  position: absolute;
  opacity: 0.1;
  filter: blur(24px);
  border-radius: 12rem;
}
footer.footer .footer-additional-bg > div:first-child {
  left: 25%;
  top: 0;
  background-color: #22c55e;
}
footer.footer .footer-additional-bg > div:last-child {
  right: 25%;
  bottom: 0;
  background-color: #3b82f6;
}
footer.footer .container-small {
  width: 1088px;
  max-width: 100%;
}
footer.footer .top-row {
  padding: clamp(32px, 32 * (100vw - 375px) / 905 + 32px, 64px) 0;
}
footer.footer .top-row .footer-column .footer-logo {
  margin-bottom: 20px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
  font-weight: 700;
}
footer.footer .top-row .footer-column .footer-logo a {
  color: white;
}
footer.footer .top-row .footer-column .footer-logo a span {
  position: relative;
  top: -13px;
}
footer.footer .top-row .footer-column .footer-logo a svg {
  margin-right: 12px;
}
footer.footer .top-row .footer-column .footer-slogan {
  line-height: 1.625;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 300;
}
footer.footer .top-row .footer-column .footer-labels .footer-labels-item {
  display: inline-block;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 4px 12px;
  background-color: rgb(22, 163, 74);
  border-radius: 14px;
  margin-right: 8px;
  margin-bottom: 8px;
}
footer.footer .top-row .footer-column .footer-column-title {
  color: rgb(74, 222, 128);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 24px;
  font-weight: 700;
}
footer.footer .top-row .footer-column nav.footer-menu ul {
  padding: 0;
  margin-bottom: 0;
}
footer.footer .top-row .footer-column nav.footer-menu ul li {
  margin-bottom: 12px;
}
footer.footer .top-row .footer-column nav.footer-menu ul li a {
  color: rgb(209, 213, 219);
  font-size: 16px;
  line-height: 24px;
  transition: all var(--transition);
  position: relative;
  display: inline-block;
  font-weight: 300;
}
footer.footer .top-row .footer-column nav.footer-menu ul li a:hover {
  color: rgb(74, 222, 128);
  transform: translateX(4px);
}
footer.footer .top-row .footer-column .footer-contacts .footer-contacts-item {
  margin-bottom: 16px;
}
footer.footer .top-row .footer-column .footer-contacts .footer-contacts-item svg {
  margin-right: 12px;
  color: rgb(34, 197, 94);
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
}
footer.footer .top-row .footer-column .footer-contacts .footer-contacts-item a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(209, 213, 219);
  position: relative;
  display: inline-block;
  font-weight: 300;
  transition: all var(--transition);
}
footer.footer .top-row .footer-column .footer-contacts .footer-contacts-item a:hover {
  color: rgb(74, 222, 128);
  transform: translateX(4px);
}
footer.footer .top-row .footer-column .footer-schedule {
  margin-bottom: 24px;
  margin-top: 8px;
  background-color: rgba(20, 83, 45, 0.3);
  border: 1px solid rgba(21, 128, 61, 0.3);
  padding: 16px;
  border-radius: 8px;
}
footer.footer .top-row .footer-column .footer-schedule .footer-column-title {
  margin-bottom: 8px;
  font-size: 16px;
}
footer.footer .top-row .footer-column .footer-schedule .footer-schedule-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
footer.footer .top-row .footer-column .footer-social .footer-column-title {
  margin-bottom: 16px;
  font-size: 16px;
}
footer.footer .top-row .footer-column .footer-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 20px;
  border: 1px solid rgba(21, 128, 61, 0.3);
  background-color: rgba(22, 163, 74, 0.3);
  text-align: center;
  padding-top: 10px;
  transition: all var(--transition);
}
footer.footer .top-row .footer-column .footer-social a svg {
  color: rgb(209, 213, 219);
  height: 20px;
  width: 20px;
  transition: color var(--transition);
}
footer.footer .top-row .footer-column .footer-social a:hover {
  background-color: rgb(34, 197, 94);
  border: 1px solid rgb(34, 197, 94);
  transform: scale(1.1);
}
footer.footer .top-row .footer-column .footer-social a:hover svg {
  color: rgb(255, 255, 255);
}
footer.footer .hr-row .footer-hr {
  height: 1px;
  background-color: rgb(55, 65, 81);
}
footer.footer .bottom-row {
  padding: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px) 0;
}
footer.footer .bottom-row .bottom-row-left .bottom-row-left-copy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(156, 163, 175);
  margin-bottom: 4px;
}
footer.footer .bottom-row .bottom-row-left .bottom-row-left-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(107, 114, 128);
}
footer.footer .bottom-row .bottom-row-right {
  display: flex;
  justify-content: right;
  gap: 24px;
}
footer.footer .bottom-row .bottom-row-right .footer-counter {
  text-align: center;
}
footer.footer .bottom-row .bottom-row-right .footer-counter .footer-counter-value {
  color: rgb(74, 222, 128);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
footer.footer .bottom-row .bottom-row-right .footer-counter .footer-counter-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(107, 114, 128);
}
footer.footer .bottom-row .bottom-row-right .footer-to-top {
  height: 44px;
  width: 44px;
  padding-top: 12px;
  border-radius: 22px;
  background-color: rgb(22, 163, 74);
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
}
footer.footer .bottom-row .bottom-row-right .footer-to-top svg {
  width: 20px;
  height: 20px;
  color: white;
}
footer.footer .bottom-row .bottom-row-right .footer-to-top:hover {
  background-color: rgb(21, 128, 61);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #22c55e;
}

.grintex_feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.grintex_feedback.opened {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}
.grintex_feedback > .row {
  height: 100%;
}
.grintex_feedback > .row > div {
  height: 100%;
}
.grintex_feedback > .row > div:first-child {
  padding-right: 0;
}
.grintex_feedback > .row > div:last-child {
  padding-left: 0;
}
.grintex_feedback .grintex_feedback-header {
  height: 118px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 0 32px;
}
.grintex_feedback .grintex_feedback-left-side {
  height: 100%;
  background-image: linear-gradient(to bottom right, #059669, #047857);
  padding-top: 32px;
  color: white;
  opacity: 0;
  transform: translateX(-30%);
  transition: all 1s ease-in-out;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo {
  position: relative;
  /*
  a.logo {
    display: block;

    span {
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-weight: 700;
      position: relative;
      top: -14px;
      margin-left: 12px;
      letter-spacing: 0.5px;
      color: white;
      transition: all var(--transition);
      display: inline-block;
    }

    svg {
      margin-left: 10px;

      & > rect:first-child {
        fill: transparent;
      }

      & > rect {
        fill: white;
        transition: var(--transition);
      }
    }
  }*/
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo .grintex_feedback-logo-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  padding-top: 8px;
  border-radius: 20px;
  transition: background-color var(--transition);
  text-align: center;
  cursor: pointer;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo .grintex_feedback-logo-close:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo .grintex_feedback-logo-close svg {
  height: 24px;
  width: 24px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo a {
  display: inline-block;
  transition: opacity var(--transition);
  margin-bottom: 12px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo a span {
  position: relative;
  display: inline-block;
  top: -14px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: white;
  margin-left: 12px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo a svg {
  margin-left: 10px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo a svg > rect:first-child {
  fill: transparent;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo a svg > rect {
  fill: white;
  transition: var(--transition);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-logo:hover {
  opacity: 0.8;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-slogan {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: rgba(236, 253, 245, 0.9);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts {
  padding: 0 32px;
  height: calc(100vh - 150px);
  text-align: center;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts > .row {
  height: 100%;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-icon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: inline-block;
  margin: 0 auto 24px;
  padding-top: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-icon svg {
  height: 40px;
  width: 40px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-call-us {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 12px;
  color: rgb(236, 253, 245);
  font-weight: 600;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-phone {
  margin-bottom: 12px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-phone a {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: white;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-schedule {
  margin-bottom: 32px;
  color: rgb(209, 250, 229);
  font-weight: 300;
  font-size: 16px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-button {
  padding-bottom: 32px;
  margin: 0 auto 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  display: inline-block;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-button a {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 12px;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-button a > svg:last-child {
  display: none;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .footer-column-title {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(236, 253, 245, 0.9);
  font-weight: 300;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-social a {
  display: inline-block;
  margin: 0 6px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background-color: hsla(0, 0%, 100%, 0.1);
  padding-top: 14px;
  transition: background-color var(--transition);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-social a svg {
  width: 20px;
  height: 20px;
  color: white !important;
  transition: color var(--transition);
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-social a:hover {
  background-color: white;
}
.grintex_feedback .grintex_feedback-left-side .grintex_feedback-contacts .grintex_feedback-contacts-wrap .grintex_feedback-contacts-wrap-social a:hover svg {
  color: rgb(5, 150, 105) !important;
}
.grintex_feedback .grintex_feedback-form {
  padding-top: 32px;
  opacity: 0;
  transform: translateX(30%);
  transition: all 1s ease-in-out;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-header {
  border-color: rgb(229, 231, 235);
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(17, 24, 39);
  margin-bottom: 8px;
  font-weight: 700;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-content {
  color: rgb(75, 85, 99);
  font-size: 16px;
  font-weight: 300;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap {
  width: 576px;
  max-width: 100%;
  padding: 32px 32px 64px;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row {
  display: block;
  margin-bottom: 24px;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row p {
  margin-bottom: 0;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(55, 65, 81);
  margin-bottom: 8px;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=text],
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=email],
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=tel] {
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  border: 1px solid hsl(214.3, 31.8%, 91.4%);
  border-radius: 8px;
  padding: 0 12px;
  width: 100%;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=text]:focus,
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=email]:focus,
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row input[type=tel]:focus {
  outline: 2px solid hsla(142, 76%, 36%, 0.9);
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row textarea {
  border: 1px solid hsl(214.3, 31.8%, 91.4%);
  border-radius: 8px;
  height: 138px;
  padding: 12px;
  width: 100%;
  font-size: 0.875rem;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row textarea:focus {
  outline: 2px solid hsla(142, 76%, 36%, 0.9);
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row.form-row-hidden {
  display: none;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row a#grintex-form-submit-apply {
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  color: white;
  background-color: hsl(142, 76%, 36%);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color var(--transition);
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row a#grintex-form-submit-apply svg {
  color: white;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row a#grintex-form-submit-apply:hover {
  background-color: hsla(142, 76%, 36%, 0.9);
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row > p > span {
  position: relative;
}
.grintex_feedback .grintex_feedback-form .grintex_feedback-form-wrap form .form-row > p > span span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  margin-bottom: 3px;
}

/* animation */
footer.has-animation .footer-column {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(30%);
}
footer.has-animation .bottom-row-left,
footer.has-animation .bottom-row-right {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.1s;
}

footer.has-animation.animated .footer-column {
  opacity: 1;
  transform: translateY(0);
}
footer.has-animation.animated .bottom-row-left,
footer.has-animation.animated .bottom-row-right {
  opacity: 1;
}

.grintex_feedback.opened .grintex_feedback-left-side,
.grintex_feedback.opened .grintex_feedback-form {
  opacity: 1;
  transform: translateX(0);
}

/* adaptive */
@media all and (max-width: 1399px) {
  .grintex_feedback .grintex_feedback-left-side,
  .grintex_feedback .grintex_feedback-form {
    padding-top: 16px;
  }
  .grintex_feedback .grintex_feedback-header {
    height: 90px;
  }
  .grintex_feedback .grintex_feedback-left-side .grintex_feedback-slogan {
    position: relative;
    top: -10px;
  }
}
@media all and (max-width: 991px) {
  footer .footer-column {
    text-align: center;
    margin-bottom: 32px;
  }
  .grintex_feedback {
    width: 100vw;
    max-width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    /*.grintex_feedback-header {
      text-align: center;
    }*/
  }
  .grintex_feedback .row {
    height: auto;
  }
  .grintex_feedback .row .grintex_feedback-left-side {
    height: auto;
  }
  .grintex_feedback .row .grintex_feedback-left-side .grintex_feedback-contacts {
    padding: 32px 12px;
    height: auto;
    text-align: center;
  }
  .grintex_feedback .row .grintex_feedback-form .grintex_feedback-form-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 576px) {
  .bottom-row-left {
    text-align: center;
    margin-bottom: 16px;
  }
  .bottom-row-right {
    justify-content: center !important;
    position: relative;
  }
  .bottom-row-right .footer-to-top {
    position: absolute;
    right: 8px;
    bottom: -16px;
  }
}
/*# sourceMappingURL=footer.css.map */
