.login-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.login-popup.show {
  display: flex;
}
.login-popup .login-wrap {
  background-color: #FFF;
  padding: 30px 50px;
  width: 100%;
  max-width: 425px;
  position: relative;
}
.login-popup .login-wrap .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.login-popup .login-wrap .login-popup-exit {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.login-popup .login-wrap .forgot-password {
  font-size: 14px;
  color: #249e6b;
  text-align: right;
}
.login-popup .login-wrap .lrm-form {
  margin-top: 40px;
}
.login-popup .login-wrap .lrm-user-modal-container {
  width: 100%;
  margin: 0;
  border: none;
}
.login-popup .login-wrap .lrm-user-modal-container .lrm-form-message.lrm-is-error, .login-popup .login-wrap .lrm-user-modal-container .lrm-form-message {
  margin-bottom: 20px;
  margin-top: -30px;
}
.login-popup .login-wrap .lrm-user-modal-container .lrm-switcher {
  display: none;
}
.login-popup .login-wrap .lrm-user-modal-container .lrm-fieldset-wrap, .login-popup .login-wrap .lrm-user-modal-container .fieldset--default {
  padding: 0 !important;
  margin: 0;
  font-family: "Roboto";
}
.login-popup .login-wrap .lrm-user-modal-container .lrm-form label {
  font-family: "Roboto";
}
.login-popup .login-wrap .lrm-user-modal-container .lrm-form button, .login-popup .login-wrap .lrm-user-modal-container .lrm-form button[type=submit] {
  background: #249e6b;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 5px;
  font-family: "Roboto";
}
.login-popup .login-wrap .lrm-user-modal-container input {
  background-color: #FFF;
  box-shadow: none !important;
  font-family: "Roboto";
}
.login-popup .login-wrap .login-form-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 30px;
}
.login-popup .login-wrap .login-form-footer p {
  font-size: 18px;
}
.login-popup .login-wrap .login-form-footer a {
  color: #249e6b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.login-popup .login-wrap .woocommerce-form-login > p {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.login-popup .login-wrap .woocommerce-form-login > p.login-remember label {
  font-size: 14px;
}
.login-popup .login-wrap .woocommerce-form-login > p label {
  color: #515050;
  margin-bottom: 10px;
  font-size: 16px;
}
.login-popup .login-wrap .woocommerce-form-login > p input {
  color: #646864;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 13px 16px;
}
.login-popup .login-wrap .woocommerce-form-login > p button {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 13px 16px;
  background-color: #249e6b;
  color: #FFF;
  border: none;
  cursor: pointer;
}

footer.subscribe {
  position: relative;
}
footer.subscribe .overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer.subscribe img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
footer.subscribe .subscribe-form {
  padding: 60px 0;
}
@media (max-width: 425px) {
  footer.subscribe .subscribe-form {
    padding: 30px 0;
  }
}
footer.subscribe .subscribe-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer.subscribe .subscribe-form form .subscribe-title {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1rem;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  footer.subscribe .subscribe-form form .subscribe-title {
    text-align: center;
  }
}
footer.subscribe .subscribe-form form .input-wrapper {
  display: flex;
  justify-content: center;
  z-index: 2;
  width: 100%;
}
footer.subscribe .subscribe-form form .input-wrapper .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 800px;
}
footer.subscribe .subscribe-form form .input-wrapper .button-trigger {
  cursor: pointer;
  padding: 13px;
  display: flex;
  background-color: #249e6b;
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 20% 100%, 0 80%);
}
footer.subscribe .subscribe-form form .input-wrapper .button-trigger svg {
  width: 25px;
  height: 25px;
}
footer.subscribe .subscribe-form form .input-wrapper .wpcf7-not-valid-tip {
  padding-top: 16px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1rem;
}
footer.subscribe .subscribe-form form .input-wrapper input.submit {
  display: none;
}
footer.subscribe .subscribe-form form .input-wrapper .wpcf7-spinner {
  display: none;
}
footer.subscribe .subscribe-form form .wpcf7-response-output {
  color: #FFF;
  visibility: visible;
  opacity: 1;
  display: block;
  position: relative;
  z-index: 9999;
  border: none;
  margin-top: 15px;
}
footer.subscribe .subscribe-form form .subscribe-input {
  width: 100%;
  max-width: 800px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 16px;
  color: #666666;
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 1% 100%, 0 80%);
  border: none;
  outline: none;
  border-radius: 0;
}
@media (max-width: 500px) {
  footer.subscribe .subscribe-form form .subscribe-input {
    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5.5% 100%, 0 75%);
    height: 51px;
  }
}
footer.subscribe .subscribe-form form p {
  z-index: 2;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

footer {
  background-color: #F1F2F2;
}
footer .main-footer-wrapper {
  padding-top: 56px;
}
@media (max-width: 425px) {
  footer .main-footer-wrapper {
    padding-top: 30px;
  }
}
footer .main-footer-wrapper #footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .main-footer-wrapper #footer-navigation {
    justify-content: flex-start;
  }
  footer .main-footer-wrapper #footer-navigation > * {
    width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  footer .main-footer-wrapper #footer-navigation > * {
    width: calc(50% - 20px);
  }
}
@media (max-width: 425px) {
  footer .main-footer-wrapper #footer-navigation {
    gap: 15px;
  }
  footer .main-footer-wrapper #footer-navigation > * {
    width: 100%;
    overflow: hidden;
    height: 35px;
    border-top: solid 1px #E0E0E0;
    padding-top: 15px;
    background-image: url("/wp-content/uploads/2023/03/chevron-down.svg");
    background-size: 20px;
    background-position: calc(100% - 15px) 12px;
    background-repeat: no-repeat;
  }
  footer .main-footer-wrapper #footer-navigation > .socials {
    border-bottom: solid 1px #E0E0E0;
    height: 50px;
    padding-bottom: 15px;
  }
  footer .main-footer-wrapper #footer-navigation > .show {
    background-image: url("/wp-content/uploads/2023/03/chevron-up.svg");
    height: auto;
  }
}
footer .main-footer-wrapper #footer-navigation .footer-text-wrapper {
  display: flex;
  flex-direction: column;
}
footer .main-footer-wrapper #footer-navigation .footer-text-wrapper .contacts-title {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
footer .main-footer-wrapper #footer-navigation .footer-text-wrapper a,
footer .main-footer-wrapper #footer-navigation .footer-text-wrapper .company_address {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}
footer .main-footer-wrapper #footer-navigation .footer-text-wrapper span {
  margin-top: 16px;
}
footer .main-footer-wrapper #footer-navigation ul.menu li.menu-item {
  padding-top: 16px;
}
footer .main-footer-wrapper #footer-navigation ul.menu li.menu-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}
footer .main-footer-wrapper #footer-navigation ul.menu li.menu-item:first-of-type {
  padding-top: 0;
}
footer .main-footer-wrapper #footer-navigation ul.menu li.menu-item:first-of-type a {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  pointer-events: none;
  cursor: auto;
}
footer .main-footer-wrapper #footer-navigation .socials {
  display: flex;
  flex-direction: column;
}
footer .main-footer-wrapper #footer-navigation .socials .wrap {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
}
footer .main-footer-wrapper #footer-navigation .socials .wrap .icon-wrapper {
  margin-right: 24px;
}
footer .main-footer-wrapper #footer-navigation .socials .wrap .icon-wrapper img {
  opacity: 0.6;
}
footer .main-footer-wrapper #footer-navigation .socials .socials-title {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
}
footer .main-footer-wrapper #footer-navigation .socials .icon-wrapper:last-of-type {
  margin-right: 0;
}
footer .main-footer-wrapper .site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 0;
}
@media (max-width: 425px) {
  footer .main-footer-wrapper .site-branding {
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
  }
}
footer .main-footer-wrapper .site-branding img.custom-logo {
  width: 95px;
  height: auto;
}
footer .main-footer-wrapper .site-branding .reserved-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  footer .main-footer-wrapper .site-branding .reserved-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer .main-footer-wrapper .site-branding .reserved-wrapper .footer-wrapper-4 {
  margin-right: 56px;
}
@media (max-width: 768px) {
  footer .main-footer-wrapper .site-branding .reserved-wrapper .footer-wrapper-4 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .main-footer-wrapper .site-branding .reserved-wrapper #menu-footer-4 {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  footer .main-footer-wrapper .site-branding .reserved-wrapper #menu-footer-4 {
    text-align: center;
    justify-content: center;
  }
}
footer .main-footer-wrapper .site-branding .reserved-wrapper #menu-footer-4 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
@media (max-width: 425px) {
  footer .main-footer-wrapper .site-branding .reserved-wrapper {
    margin-top: 30px;
  }
}
footer .main-footer-wrapper .site-branding .reserved-wrapper span {
  padding-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  border-right: solid 1px #666666;
}
footer .main-footer-wrapper .site-branding .reserved-wrapper span:last-of-type {
  padding-left: 16px;
  padding-right: 0;
  border-right: none;
}
footer .order-main-footer {
  padding: 28px 20px;
}
footer .order-main-footer .site-branding {
  padding: 0;
}

/*# sourceMappingURL=footer.css.map */
