.footers.footer_1 {
  width: 100%;
  padding: 80px 0 20px 0;
  background: var(--c4);
  color: var(--c0);
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 {
    padding: 40px 0 20px 0;
  }
}
.footers.footer_1 .element_list {
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--c2);
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .element_list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.footers.footer_1 .element_list .left {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .element_list .left {
    display: flex;
    justify-content: space-between;
  }
}
.footers.footer_1 .element_list .left .logo {
  width: 110px;
  display: block;
}
.footers.footer_1 .element_list .left .logo img {
  width: 100%;
}
.footers.footer_1 .element_list .left .contacts {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .element_list .left .contacts {
    position: static;
  }
}
.footers.footer_1 .element_list .left .contacts .social {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.footers.footer_1 .element_list .center .description {
  margin-top: 8px;
  color: var(--c2);
}
@media only screen and (max-width: 1600px) {
  .footers.footer_1 .element_list .right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .element_list .right {
    padding-left: 0;
  }
}
.footers.footer_1 .element_list .right .formFooter {
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .element_list .right .formFooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .footers.footer_1 .element_list .right .formFooter {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.footers.footer_1 .element_list .right .formFooter .input {
  border: 1px solid var(--c1);
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;
  background: none;
}
@media only screen and (max-width: 1400px) {
  .footers.footer_1 .element_list .right .formFooter .input {
    font-size: 14px;
    padding: 14px;
  }
}
.footers.footer_1 .element_list .right .formFooter .label a {
  text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
  .footers.footer_1 .element_list .right .formFooter .label {
    font-size: 12px;
  }
}
.footers.footer_1 .element_list.bottom {
  padding-top: 20px;
  font-size: 14px;
  color: var(--c2);
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .footers.footer_1 .element_list.bottom {
    gap: 8px;
  }
}
.footers.footer_1 .element_list.bottom .left {
  text-align: left;
}
@media only screen and (max-width: 1400px) {
  .footers.footer_1 .element_list.bottom .left {
    text-align: center;
    justify-content: center;
  }
}
.footers.footer_1 .element_list.bottom .right {
  text-align: right;
}
@media only screen and (max-width: 1400px) {
  .footers.footer_1 .element_list.bottom .right {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .footers.footer_1 .button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }
  .footers.footer_1 .button::before {
    right: 20px;
  }
}/*# sourceMappingURL=style.css.map */