.footer {
  background-color: #ffffff;
  width: auto;
  height: auto;
}
.footer_section {
  height: 333px;
  background-image: url("../resources/footer2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
}
.footer_box {
  height: auto;
  background-image: url("../resources/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 93px 0px 0px 0px;
}
.footer_box_contact_nav {
  display: flex;
  justify-content: space-between;
}
.footer_subtitle {
  color: var(--grey-50, #767575);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer_text {
  color: var(--black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 154%; /* 21.56px */
  text-transform: uppercase;
}
.footer_subtext {
  color: var(--grey-50, #767575);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%; /* 14.7px */
}
.footer_box_contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer_box_btn {
  display: flex;
  background-color: #ffffff;
  justify-content: space-around;
  gap: 8px;
  width: auto;
z-index: 1;
  padding: 11px 11px 11px 20px;
  border-radius: 100px;
  align-items: center;
}
.footer_hover{
  position: absolute;
  background: url("../resources/footer_hover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 42px;
  height: 42px;
  z-index: -1;
  opacity: 0;
}
/* .footer_box_btn:hover .footer_hover{
  top: 1px;
  left: 1px;
  opacity: 1;
} */
/* .footer_box_btn:hover .header_link{
  color: var(--red-base, #D8251D);
}
.footer_box_btn:hover .img_tg{
  background: url("../resources/red_telegram.svg");
} */

.footer_box_btn_v2 {
  z-index: 1;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  width: 180px;
  gap: 16px;
  padding: 11px 11px 11px 11px;
  border-radius: 100px;
  align-items: center;
  justify-content: space-around;
}
.footer_box_href {
  align-items: center;
  margin-top: 60px;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.footer_protection {
  color: var(--grey-50, #767575);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_logo {
  width: 42px;
  height: 42px;
}
.footer_img_bottom {
  display: none;
}
.footer_box_address {
  display: flex;
  justify-content: space-between;
}
.footer_box_nav {
  display: flex;
  justify-content: space-between;
}
.footer_img_link {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.img_tg {
  background: url("../resources/telegram.svg");
}
.img_vk {
  background: url("../resources/vk.svg");
}
.img_ok {
  background: url("../resources/ok-ru.svg");
}
.img_youtube {
  background: url("../resources/youtube.svg");
}
.footer_btn {
  position: relative;
  
  border-radius: 100px;
  background: var(--grey-base, #eceaea);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer_btn:hover .footer_hover{
  top: 1px;
  left: 1px;
  opacity: 1;
}
.footer_btn:hover .img_vk{
  background: url("../resources/red_vk.svg");
}
.footer_btn:hover .img_ok{
  background: url("../resources/red_ok-ru.svg");
}
.footer_btn:hover .img_youtube{
  background: url("../resources/red_youtube.svg");
}
.footer_btn:hover .img_tg{
  background: url("../resources/red_telegram.svg");
}
.gap_footer {
  display: flex;
  gap: 18px;
}
@media (max-width: 991px) {
  .footer_protection {
    text-align: left;
  }
  .footer_img_center {
    display: none;
  }
  .footer_img_bottom {
    display: block;
  }
  .footer_img {
    width: 42px;
    height: 42px;
  }
  .footer_box_btn {
    gap: 8px;
    padding: 5px;
  }
  .footer_box_address {
    justify-content: flex-start;
    gap: 16px;
  }
  .footer_box_btn_v2 {
    gap: 4px;
    padding: 4px;
  }
  .footer_box_contact_nav {
    flex-direction: column;
    row-gap: 47px;
  }
  .footer_box_nav {
    justify-content: flex-start;
    gap: 140px;
  }
  .gap_footer {
    gap: 32px;
  }
  .footer_box_href {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
  .footer_img_link {
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .footer_btn {
    width: 32px;
    height: 32px;
  }
  .footer_hover{
    width: 32px;
    height: 32px;
  }
  .footer_btn:hover .img_vk{
    background: url("../resources/red_vk.svg");
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .footer_btn:hover .img_ok{
    background: url("../resources/red_ok-ru.svg");
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .footer_btn:hover .img_youtube{
    background: url("../resources/red_youtube.svg");
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .footer_btn:hover .img_tg{
    background: url("../resources/red_telegram.svg");
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .header_link {
    font-size: 10px;
    letter-spacing: 0;
  }

  .footer_box_href {
    gap: 6px;
  }
  .footer_text {
    font-size: 12px;
  }
  .footer_subtext {
    font-size: 10px;
  }
  .footer_subtitle {
    font-size: 12px;
  }
}
@media (max-width: 389px) {
  .footer_img_bottom{
    display: none;
  }
}