.footer_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1100px) {
  .footer_container {
    gap: 10px;
  }
}

.footer_top_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1100px) {
  .footer_top_block {
    flex-direction: row;
    gap: 0;
    align-items: start;
  }
}

.footer_product_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

@media screen and (min-width: 1100px) {
  .footer_product_block {
    align-items: start;
    gap: 18px;
    margin-right: 146px;
  }
}

.footer_product_word {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1100px) {
  .header_link_favicon {
    width: 40px;
    height: 36px;
  }
}

.header_link_product {
  font-weight: 700;
  font-size: 30px;
  line-height: 93%;
}

.footer_social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer_social_link {
}

.footer_social_link_ball {
  width: 40px;
  height: 40px;
  background-color: #edfffc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.footer_social_link_icon {
  stroke: #02897a;
}

.footer_links_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  .footer_links_block {
    flex-direction: row;
    align-items: start;
  }
}

@media screen and (min-width: 1100px) {
  .footer_links_block {
    gap: 129px;
    margin-right: 83px;
  }
}

.footer_link_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1100px) {
  .footer_link_block {
    align-items: start;
  }
}

.footer_links_h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  width: 105px;
}

.footer_links {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1100px) {
  .footer_links {
    align-items: start;
  }
}

.footer_links_li {
  font-weight: 400;
  font-size: 16px;
  line-height: 219%;
  text-align: center;
}

.footer_register_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

@media screen and (min-width: 1100px) {
  .footer_register_block {
    gap: 30px;
  }
}

.footer_register_label {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.footer_input_tablet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

@media screen and (min-width: 768px) {
  .footer_input_tablet {
    flex-direction: row;
  }
}

@media screen and (min-width: 1100px) {
  .footer_input_tablet {
    flex-direction: column;
    gap: 25px;
  }
}

.input_wrapper {
  position: relative;
  width: 325px;
}

.footer_handy {
  position: absolute;
  left: 12px;
  bottom: 10px;
  top: 55%;
  transform: translateY(-50%);
  color: #02897a;
  pointer-events: none;
  z-index: 2;
}

.footer_input {
  width: 100%;
  height: 48px;
  padding: 10px 12px 10px 44px;
  z-index: 1;
}

.footer_input:focus,
.footer_input:active {
  color: #02897a;
}

.footer_input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #02897a;
}

.footer_register_button {
  width: 131px;
  height: 39px;
  background-color: #02897a;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: none;
}

.footer_rights_p {
  margin-bottom: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  text-align: center;
  max-width: 361px;
}
