.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 50px 0px 40px 0px;
  justify-content: center;
  align-items: center;
}
.subscribe-form .subscribe-form_title {
  text-align: center;
  font-size: var(--fs-heading);
  color: #000000;
}
@media (max-width: 1120px) {
  .subscribe-form .subscribe-form_title {
    font-size: var(--fs-body);
    padding: 0px 40px;
  }
}
.subscribe-form .subscribe-form_inputs {
  display: flex;
  gap: 18px;
  max-width: 560px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1120px) {
  .subscribe-form .subscribe-form_inputs {
    flex-direction: column;
  }
}
.subscribe-form .subscribe-form_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.subscribe-form .subscribe-form_social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #141414;
  border-radius: 50px;
  color: #141414;
  transition: 0.2s 0s;
}
@media (max-width: 1120px) {
  .subscribe-form .subscribe-form_social a {
    width: 30px;
    height: 30px;
  }
}
.subscribe-form .subscribe-form_social a .icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 1120px) {
  .subscribe-form .subscribe-form_social a .icon {
    width: 15px;
    height: 15px;
  }
}
.subscribe-form .subscribe-form_social a .icon svg {
  transition: 0.2s 0s;
}
.subscribe-form .subscribe-form_social a:hover {
  color: #fff;
  background: #141414;
}

.footer_container {
  padding-top: 90px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer_container {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer_container .footer_section .footer_section__header {
  font-size: var(--fs-body);
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1120px) {
  .footer_container .footer_section .footer_section__header {
    font-size: var(--fs-caption);
  }
}
.footer_container .footer_section .footer_section__address {
  font-size: var(--fs-body);
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.footer_container .footer_section .footer_section__address_phone {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}
.footer_container .footer_section .footer_section__title {
  font-size: var(--fs-body);
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.footer_container .footer_section .footer_section__title.top_margin {
  margin-top: 40px;
}
.footer_container .footer_section .footer_section__item {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #000000;
}
.footer_container .footer_section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  /* Match the 15px row rhythm of column 1's address block, with no leading
     offset, so menu rows share the same baselines across columns. */
  gap: 15px;
}
.footer_container .footer_section ul li a {
  font-weight: 300;
  font-size: var(--fs-body);
  color: #000000;
  display: block;
  padding: 0px;
  -webkit-text-stroke: 1px transparent;
  transition: 0.3s 0s;
}
.footer_container .footer_section ul li a:hover {
  -webkit-text-stroke: 1px #000000;
}
.footer_container .footer_section .footer_section__phone {
  display: block;
  color: #000000;
  font-size: var(--fs-heading);
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1320px) {
  .footer_container .footer_section .footer_section__phone {
    font-size: var(--fs-subhead-lg);
  }
}
.footer_container .footer_section .footer_section__mail {
  display: block;
  color: #000000;
  font-size: var(--fs-subhead);
  font-weight: 400;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer_container .footer_section .footer_section__mail {
    margin-bottom: 60px;
  }
}
.footer_container .footer_section:nth-child(1) {
  width: 100%;
  max-width: 340px;
  border-right: 1px solid #000;
}
@media (max-width: 1200px) {
  .footer_container .footer_section:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_container .footer_section:nth-child(1) {
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
.footer_container .footer_section:nth-child(2) {
  width: 100%;
  max-width: 260px;
  border-right: 1px solid #000;
}
@media (max-width: 1200px) {
  .footer_container .footer_section:nth-child(2) {
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .footer_container .footer_section:nth-child(2) {
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
.footer_container .footer_section:nth-child(3) {
  width: 100%;
  max-width: 260px;
  padding-right: 40px;
  border-right: 1px solid #000;
}
@media (max-width: 1200px) {
  .footer_container .footer_section:nth-child(3) {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .footer_container .footer_section:nth-child(3) {
    border-right: none;
  }
}
.footer_container .footer_section:nth-child(4) {
  width: 100%;
  max-width: 405px;
}
.footer_container .footer_section:nth-child(4) .last_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer_container .footer_section:nth-child(4) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_container .footer_section:nth-child(4) {
    border-right: none;
  }
}

.copyright-block {
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1120px) {
  .copyright-block {
    flex-direction: column;
    gap: 10px;
    padding: 18px 0px;
  }
}
.copyright-block .copyright-block__left_section {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1120px) {
  .copyright-block .copyright-block__left_section {
    flex-direction: column;
    gap: 10px;
  }
}
.copyright-block .copyright-block__left_section .copyright-block_copy {
  font-size: var(--fs-caption);
  color: #000000;
  font-weight: 300;
  user-select: none;
}
.copyright-block .copyright-block__left_section a {
  font-size: var(--fs-caption);
  color: #000000;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
  text-decoration: none;
  transition: 0.2s 0s;
}
.copyright-block .copyright-block__left_section a:hover {
  -webkit-text-stroke: 1px #000000;
}
.copyright-block .copyright-block__right_section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}
@media (max-width: 1439px) {
  .copyright-block .copyright-block__right_section {
    gap: 50px;
  }
}
@media (max-width: 1120px) {
  .copyright-block .copyright-block__right_section {
    flex-direction: column;
    gap: 7px;
  }
}
.copyright-block .copyright-block__right_section a {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
  text-decoration: none;
  transition: 0.2s 0s;
}
.copyright-block .copyright-block__right_section a:hover {
  -webkit-text-stroke: 1px #000000;
}
.copyright-block .copyright-block__right_section .copyright-block_paymethods {
  display: flex;
  align-items: center;
  gap: 20px;
}
