/* .halfblock__part_i:first-child {
  background-image: url(../img/new_year/composition_header_left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40%;
}

.halfblock__part_i:nth-child(2) {
  background-image: url(../img/new_year/composition_header_right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}


.footer__menu {
  background-image: url(../img/new_year/composition_footer_left.png), url(../img/new_year/composition_footer_right.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 12%;
}

@media (max-width:1679px) {

  .footer__menu {
    background-image: url(../img/new_year/composition_footer_1440.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

}
@media (max-width:1023px) {
  .halfblock__part_i:first-child {
    background-size: 25%;
  }

  .halfblock__part_i:first-child {
    background-size: 25%;
  }

  .halfblock__part_i:nth-child(2) {
    background-position: top left;
    background-size: 20%;
    background-image: url(../img/new_year/composition_header_right_ipad.png);
  }

}

@media (max-width:767px) {

  .halfblock__part_i:first-child {
    background-size: 28%;
  }

  .halfblock__part_i:nth-child(2) {
    background-size: 20%;
  }
}

@media (max-width:480px) {
  .halfblock__part_i:first-child {
    background-size: 44%;
  }

  .halfblock__part_i:nth-child(2) {
    background-size: 28%;
  }

} */