@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .topPart {
    height: 780px;
  }
}
@media screen and (min-width: 240px) and (max-width: 600px) {
  header {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 0 0 0;
  }
  header .headerContainer {
    width: 100%;
    padding: 0 12px;
  }
  header .headerContainer .headerInner {
    float: left;
  }
  header .headerContainer .headerInner .menuPart {
    width: 260px;
    background-color: #10430e;
    position: fixed;
    top: 0;
    left: -261px;
    margin: 0;
    height: 100%;
    flex-flow: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    transition: 0.4s ease-in-out;
  }
  header .headerContainer .headerInner .menuPart .navListing {
    width: 100%;
    float: left;
    flex-flow: column;
  }
  header .headerContainer .headerInner .menuPart .logInBtn {
    margin: 0;
  }
  header .headerContainer .headerInner .menuPart.activeNav {
    left: 0;
  }
  header .headerContainer .headerInner .toggle_icon {
    display: block;
  }
  header .headerContainer .headerInner a.topLogo {
    width: 48px;
    float: left;
  }
  .topPart {
    height: 535px;
    background-size: 382%;
    background-position: top left;
    background-color: #62b85f;
  }
  .topPart article {
    width: 95%;
    float: left;
    position: relative;
    margin: 121px 0 0 2.5%;
  }
  .taMenus {
    gap: 6px;
  }
  .taMenus .taBox {
    width: 130px;
    height: 130px;
    top: -21px;
  }
  .aboutWrap {
    margin: 25px 0 0 0;
  }
  .aboutWrap .aboutContainer {
    width: 100%;
    padding: 0 12px;
  }
  .aboutWrap .aboutContainer picture {
    display: none;
  }
  .aboutWrap .aboutContainer article {
    width: 100%;
  }
  .catSectionWrap {
    margin: 25px 0;
    padding: 25px 0;
  }
  .catSectionWrap .catContainer {
    width: 100%;
    padding: 0 12px;
  }
  .catSectionWrap .catContainer .catsBlock {
    gap: 13px;
    margin: 20px 0 0 0;
  }
  .contactsWrap {
    margin: 20px 0;
  }
  .contactsWrap .contactContainer {
    width: 100%;
    justify-content: center;
    gap: 33px;
  }
  .infoImages {
    margin: 20px 0;
  }
  .infoImages .iContainer {
    width: 100%;
    padding: 0 12px;
  }
  .infoImages .iContainer p {
    margin: 0;
    word-break: break-all;
  }
  .innerTop h1 {
    font-size: 35px;
  }
  .innerBoxWrap .innerContainer {
    width: 100%;
    padding: 0 12px;
  }
  .innerBoxWrap .innerContainer img {
    max-width: 100% !important;
    width: auto !important;
  }
  .innerBoxWrap .innerContainer p {
    margin: 8px 0 0 0 !important;
  }
  .ehLogBox {
    width: 100%;
    padding: 0 12px;
  }
  .ehLogBox .ehMain {
    width: 100%;
    padding: 40px 0;
  }
}/*# sourceMappingURL=responsive.css.map */