footer {
  padding-bottom: 85px;
}
@media only screen and (min-width: 1024px) {
  footer {
    padding-bottom: 0;
  }
}

.bottom-footer {
  min-height: 245px;
  height: auto;
  padding: 16px 0;
}
.bottom-footer .footer-row {
  padding: 16px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bottom-footer .footer-row.top {
  align-items: center;
}
.bottom-footer .footer-row .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .desktop {
    display: block;
  }
}
.bottom-footer .footer-row .mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .mobile {
    display: none !important;
  }
}
.bottom-footer .footer-row .footer-col .subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.bottom-footer .footer-row .footer-col .about ul {
  list-style: none;
}
.bottom-footer .footer-row .footer-col .about ul li {
  margin-bottom: 20px;
}
.bottom-footer .footer-row .footer-col .about ul li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.bottom-footer .footer-row .col2 .phone .messager {
  margin-left: -12px;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col2 .phone .messager {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .bottom-footer .footer-row .col2 .phone .messager {
    font-size: 16px;
  }
}
.bottom-footer .footer-row .col2 .phone .messager .icon {
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col2 .phone .messager .icon.whatsapp {
  position: relative;
}
.bottom-footer .footer-row .col2 .phone .messager .icon img {
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col2 .phone .messager .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.bottom-footer .footer-row .col1 .logo img {
  max-width: 170px;
  min-height: 54px;
}
.bottom-footer .footer-row .col1 .phone-wrap {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col1 .phone-wrap {
    display: block;
  }
}
.bottom-footer .footer-row .col1 .phone-wrap .phone {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col1 .phone-wrap .phone {
    margin-bottom: 16px;
  }
}
.bottom-footer .footer-row .col1 .phone-wrap .phone .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.bottom-footer .footer-row .col1 .menu-mobile-wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bottom-footer .footer-row .col1 .menu-mobile-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bottom-footer .footer-row .col1 .block-button {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
.bottom-footer .footer-row .col1 .block-button > div {
  height: 80px;
  width: 100%;
  border-radius: 3px;
}
.bottom-footer .footer-row .col1 .block-button > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bottom-footer .footer-row .col1 .messager {
  margin-top: 10px;
  display: flex;
}
.bottom-footer .footer-row .col1 .messager .icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col1 .messager .icon img {
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col4 .adress {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col4 .adress {
    margin-bottom: 16px;
  }
}
.bottom-footer .footer-row .col4 .adress .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.bottom-footer .footer-row .col4 .action-button .askQuestion {
  margin: 0 auto;
  display: flex;
  width: 240px;
  height: 56px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col4 .action-button .askQuestion {
    margin: 0;
  }
}

.copyright-footer .text {
  min-height: 50px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

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