.footer {
  background-color: #371211;
}
.footer__main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__main-block {
  gap: 20px;
}
.footer__main-block:first-child {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__main-block:last-child {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
.footer__main-block-container {
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.footer__main-title {
  font-family: "Involve", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #f4e5d8;
  margin-bottom: 30px;
}
.footer__main-menu li:nth-last-child(n+2) {
  margin-bottom: 20px;
}
.footer__main-menu li a {
  text-transform: lowercase;
  font-family: "Involve", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #f4e5d8;
}
@media (hover: hover), (pointer: coarse) {
  .footer__main-menu li a:hover, .footer__main-menu li a:active {
    color: #d0948d;
  }
}
.footer__main-contacts .contacts_el {
  font-family: "Involve", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #f4e5d8;
  display: block;
}
.footer__main-contacts .contacts_el:nth-last-child(n+2) {
  margin-bottom: 16px;
}
@media (hover: hover), (pointer: coarse) {
  .footer__main-contacts a:hover, .footer__main-contacts a:active {
    color: #d0948d;
  }
}
.footer__main-socials {
  margin-top: 30px;
}
.footer__text {
  margin-top: auto;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #f4e5d8;
}
.footer .line {
  height: 1px;
  background: rgba(244, 229, 216, 0.2);
}
.footer__copyright {
  display: -webkit-flex;
  display: flex;
  gap: 8.5%;
}
.footer__copyright-text {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #f4e5d8;
}
.footer__copyright-block {
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__copyright a {
  font-family: "Involve", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #f4e5d8;
  text-decoration: underline;
}
@media (hover: hover), (pointer: coarse) {
  .footer__copyright a:hover, .footer__copyright a:active {
    color: #d0948d;
  }
}

@media (min-width: 320px) {
  .footer {
    padding: 40px 0;
  }
  .footer__main {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
  .footer__main-title {
    font-size: 18px;
    font-weight: 400;
  }
  .footer__main-text {
    display: none;
  }
  .footer__main-block-container {
    gap: 20px;
  }
  .footer__main-menu-container {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
  }
  .footer__main-menu li a {
    font-size: 14px;
  }
  .footer__main-cards {
    margin-top: 40px;
  }
  .footer__main-contacts .contacts_el {
    font-size: 14px;
  }
  .footer .line {
    margin: 30px 0;
  }
  .footer__copyright {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer__copyright-block {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .footer__copyright-block a {
    font-size: 12px;
  }
  .footer__copyright-text {
    font-size: 12px;
    width: 66.6%;
  }
  .footer__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer__main {
    gap: 60px;
  }
  .footer__main-title {
    font-size: 20px;
    font-weight: 500;
  }
  .footer__main-menu li a {
    font-size: 16px;
  }
  .footer__main-cards {
    margin-top: 50px;
  }
  .footer__main-cards img:nth-last-child(n+2) {
    margin-right: 10px;
  }
  .footer__main-contacts .contacts_el {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .footer__main-block {
    flex: 1 0 0;
  }
  .footer__main-block:last-child {
    flex-basis: 31%;
  }
  .footer__main-text {
    display: block;
  }
  .footer__copyright {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .footer__copyright-block {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .footer__copyright-block a {
    font-size: 14px;
  }
  .footer__copyright-text {
    font-size: 14px;
  }
  .footer__copyright-text.footer__text {
    display: none;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding: 70px 0;
  }
  .footer__text {
    font-size: 16px;
  }
  .footer__main-title {
    font-size: 24px;
  }
  .footer__main-block:last-child {
    flex-basis: 26%;
  }
  .footer__main-menu li a {
    font-size: 18px;
  }
  .footer__main-contacts .contacts_el {
    font-size: 18px;
  }
  .footer .line {
    margin: 40px 0;
  }
}
@media (min-width: 1800px) {
  .footer__main {
    gap: 8.5%;
  }
  .footer__copyright {
    gap: 8.5%;
  }
}/*# sourceMappingURL=footer.css.map */