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 .icon svg {
  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 .line-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  height: auto;
  padding: 10px;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .copyright-footer .line-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.copyright-footer .line-wrap .text {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .copyright-footer .line-wrap .text {
    text-align: left;
  }
}
.copyright-footer .line-wrap .link a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

.cookie {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(238, 238, 238, 0.95);
  color: #000;
  padding: 10px;
  box-shadow: 0 0 3px #ccc;
  box-sizing: border-box;
  z-index: 8000;
  overflow: hidden;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .cookie {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .cookie {
    padding: 10px 50px;
  }
}
.cookie .cookie-text {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cookie .cookie-text {
    width: calc(100% - 138px);
    font-size: 13px;
    line-height: 23px;
  }
}
.cookie .cookie-text .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .cookie .cookie-text .title {
    margin-bottom: 5px;
    width: calc(100% - 138px);
    font-size: 16px;
    line-height: 32px;
  }
}
.cookie .cookie-btn {
  border-radius: 4px;
  width: 108px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

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