/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/resources/blocks/footer-top-container/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.mt-footer-top__inner {
  display: flex;
  gap: 152px;
}
@media screen and (max-width: 1536px) {
  .mt-footer-top__inner {
    gap: 80px;
  }
}
@media screen and (max-width: 1088px) {
  .mt-footer-top__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .mt-footer-top__inner {
    gap: 36px;
  }
}
.mt-footer-top__left-container {
  width: 376px;
}
@media screen and (max-width: 1536px) {
  .mt-footer-top__left-container {
    width: 280px;
  }
}
@media screen and (max-width: 1088px) {
  .mt-footer-top__left-container {
    width: 100%;
  }
}
.mt-footer-top__right-container {
  width: calc(100% - 376px - 152px);
}
@media screen and (max-width: 1536px) {
  .mt-footer-top__right-container {
    width: calc(100% - 280px - 80px);
  }
}
@media screen and (max-width: 1088px) {
  .mt-footer-top__right-container {
    width: 100%;
  }
}
.mt-footer-top__logo-container {
  height: 40px;
  width: 100%;
  display: flex;
}
.mt-footer-top__logo-container img {
  display: block;
  max-height: 40px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.mt-footer-top__description {
  margin: 32px 0 0;
  padding: 0;
  color: var(--wp--preset--color--mt-text-inverted, #FFF);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 1536px) {
  .mt-footer-top__description {
    margin: 24px 0 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 1088px) {
  .mt-footer-top__description {
    font-size: 14px;
  }
}
.mt-footer-top__description:empty {
  display: none;
}
.mt-footer-top__menus-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .mt-footer-top__menus-container {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (min-width: 801px) {
  .mt-footer-top--count-1 .mt-footer-top__menus-container, .mt-footer-top--count-2 .mt-footer-top__menus-container {
    justify-content: flex-end;
    gap: 156px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1536px) {
  .mt-footer-top--count-1 .mt-footer-top__menus-container, .mt-footer-top--count-2 .mt-footer-top__menus-container {
    gap: 120px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1088px) {
  .mt-footer-top--count-1 .mt-footer-top__menus-container, .mt-footer-top--count-2 .mt-footer-top__menus-container {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=style-index.css.map*/