body {
  line-height: 1.7;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: ease left 0.3s;
  transition: ease left 0.3s;
  left: 0;
}

body header.header-simple {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
}
body header.header-simple .header-simple-container {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(138, 136, 136, 0.25);
}
body header.header-simple .header-simple-content {
  position: relative;
  display: flex;
  left: 0;
  width: 100%;
  height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  -webkit-transition: ease left 0.3s;
  transition: ease left 0.3s;
}
@media (max-width: 991.98px) {
  body header.header-simple .header-simple-content {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  body header.header-simple .header-simple-content {
    padding: 0 20px;
  }
}
body header.header-simple .header-simple-content .header-menu-block {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 25px 0 0;
  border-radius: 0;
}
@media screen and (max-width: 450px) {
  body header.header-simple .header-simple-content .header-menu-block {
    padding-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  body header.header-simple .header-simple-content .header-menu-block {
    padding-right: 5px;
  }
}
body header.header-simple .header-simple-content .logo-link {
  display: block;
  cursor: pointer;
  width: 70px;
  height: 44px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/hempologo.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  body header.header-simple .header-simple-content .logo-link {
    height: 33px;
    background: url("/wp-content/themes/hemporama_theme/assets_custom/img/logo_image.svg") center center no-repeat;
    background-size: contain;
  }
}
body header.header-simple .header-simple-content .header-right-links-block {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 450px) {
  body header.header-simple .header-simple-content .header-right-links-block {
    padding-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  body header.header-simple .header-simple-content .header-right-links-block {
    padding-right: 5px;
  }
}

.header-menu-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 20px;
  height: 17px;
}
.header-menu-link .menu-bar {
  width: 100%;
  height: 2px;
  background-color: #06432A;
}

.header-langs-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 30px;
  height: 25px;
  text-decoration: none;
}
.header-langs-link .langs-bar {
  width: 100%;
  height: 2px;
  background-color: #06432A;
}
.header-langs-link .langs-text {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #06432A;
}

.mob-main-nav-open .header-simple-content {
  left: 280px !important;
}
@media (max-width: 575.98px) {
  .mob-main-nav-open .header-simple-content {
    left: 0 !important;
  }
}

.mob-main-nav-open .main-menu-popup-container {
  left: 0;
  display: block !important;
}
@media (max-width: 575.98px) {
  .mob-main-nav-open .main-menu-popup-container {
    opacity: 1 !important;
  }
}

.main-menu-popup-container {
  display: flex;
  background-color: #06432A;
  padding-top: 30px;
  padding-right: 0;
  -webkit-transition: ease left 0.3s;
  transition: ease left 0.3s;
  border: none;
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  width: 280px;
  z-index: 999;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .main-menu-popup-container {
    width: 100%;
    left: -100%;
    opacity: 0;
    -webkit-transition: ease opacity 0.3s;
    transition: ease opacity 0.3s;
  }
}
.main-menu-popup-container .main-menu-popup-close {
  position: absolute;
  display: block;
  right: 40px;
  top: 35px;
  width: 22px;
  height: 22px;
  border: none;
  background-color: transparent;
  font-size: 29px;
}
.main-menu-popup-container .main-menu-popup-close:before, .main-menu-popup-container .main-menu-popup-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #76BC21;
}
.main-menu-popup-container .main-menu-popup-close:before {
  transform: rotate(45deg);
}
.main-menu-popup-container .main-menu-popup-close:after {
  transform: rotate(-45deg);
}
.main-menu-popup-container .main-menu-container-left-side {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.main-menu-popup-container .main-menu-container-left-side ul {
  list-style: none;
}
.main-menu-popup-container .main-menu-container-left-side ul li {
  padding: 8px 0;
}
.main-menu-popup-container .main-menu-container-left-side ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2px;
  letter-spacing: 0.1em;
  /* White */
  color: #FFFFFF;
  text-decoration: none;
}
.main-menu-popup-container .main-menu-container-left-side ul li a.active {
  color: #76BC21;
}
.main-menu-popup-container .main-menu-container-left-side ul li ul {
  padding-left: 30px;
}
.main-menu-popup-container .main-menu-container-left-side ul li ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2px;
  letter-spacing: 0.1em;
  /* White */
  color: #FFFFFF;
  text-decoration: none;
}

footer.site-footer {
  width: 100%;
  min-width: 100%;
  background-color: #06432A;
  color: white;
  padding-bottom: 0;
}
footer.site-footer > .container {
  margin-top: 17px;
  margin-bottom: 7px;
}
footer.site-footer .footer-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-info {
    flex-direction: column;
    padding-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-info {
    flex-direction: column-reverse;
  }
}
footer.site-footer .footer-info .footer-address {
  width: 225px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-info .footer-address {
    width: auto;
  }
}
footer.site-footer .footer-info .footer-address .address-title {
  display: inline-block;
  width: 100%;
  color: #76BC21;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 12px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-info .footer-address .address-title {
    padding-bottom: 3px;
  }
}
footer.site-footer .footer-contacts {
  display: flex;
}
@media (max-width: 1199.98px) {
  footer.site-footer .footer-contacts {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-contacts {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contacts {
    flex-direction: column;
 padding-top: 30px;
  }
}
footer.site-footer .footer-contacts .footer-contact {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 60px;
  padding-top: 30px;
}
@media (max-width: 1199.98px) {
  footer.site-footer .footer-contacts .footer-contact {
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 10px;
  }
}
footer.site-footer .footer-contacts .footer-contact .name {
  font-weight: 600;
  font-size: 16px;
}
footer.site-footer .footer-contacts .footer-contact a {
  color: #76BC21;
  text-decoration: none;
}
footer.site-footer .footer-contacts .footer-contact a:hover {
  color: #52842EFF;
}
footer.site-footer .footer-copyrights {
  margin-top: 25px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  text-align: left;
  color: #76BC21;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-copyrights {
    text-align: left;
  }
}
footer.site-footer .footer-contact-form-container {
  display: flex;
}
footer.site-footer .footer-contact-form-container .footer-form-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}
footer.site-footer .footer-contact-form-container .footer-form-title span {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line {
  display: flex;
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contact-form-container .form-fields-top-line {
    flex-direction: column;
  }
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-left-side {
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contact-form-container .form-fields-top-line .form-left-side {
    padding-right: 0;
  }
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem {
  height: 46px;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem input {
  width: 250px;
  height: 36px;
  outline: none;
  border: 0;
  padding: 10px 8px;
  color: black;
  font-weight: 500;
  font-size: 14px;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem input:focus {
  box-shadow: inset 0 0 0 2px #76BC21 !important;
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem input {
    width: 100%;
  }
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem .wpcf7-not-valid-tip {
  display: none;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem .wpcf7-not-valid {
  box-shadow: inset 0 0 0 2px #ED1D24 !important;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message {
  height: 138px;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message textarea {
  width: 250px;
  height: 128px;
  outline: none;
  padding: 8px 8px;
  color: black;
  font-weight: 500;
  font-size: 14px;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message textarea:focus {
  box-shadow: inset 0 0 0 2px #76BC21;
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message textarea {
    width: 100%;
  }
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message .wpcf7-not-valid-tip {
  display: none;
}
footer.site-footer .footer-contact-form-container .form-fields-top-line .form-elem-message .wpcf7-not-valid {
  box-shadow: inset 0 0 0 2px #ED1D24 !important;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field {
  padding-bottom: 8px;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field .wpcf7-list-item {
  margin-left: 0;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field label {
  margin-bottom: 0;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field input {
  top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid white;
  background: transparent;
  color: white;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field input:after {
  content: "";
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 3px solid white;
  border-top: 0;
  border-left: 0;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .checkbox-field .wpcf7-not-valid-tip {
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  footer.site-footer .footer-contact-form-container .form-fields-bottom-line .submit-button-field {
    display: flex;
    justify-content: center;
  }
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .submit-button-field input {
  position: relative;
  width: auto;
  min-width: 153px;
  height: 42px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.02em;
  border-radius: 0;
  -webkit-transition: ease background-color 0.3s;
  transition: ease background-color 0.3s;
  color: white;
  border: 0;
  padding: 0 24px;
  background: #76BC21;
}
footer.site-footer .footer-contact-form-container .form-fields-bottom-line .submit-button-field input:hover {
  background-color: #96ED52;
  color: white;
}
footer.site-footer .footer-contact-form-container .wpcf7-response-output {
  margin: 20px 0 35px;
}

@media (max-width: 575.98px) {

footer.site-footer .footer-contact-form-container .wpcf7-response-output {

margin-bottom: 0;
        }
}

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