@media screen and (max-width: 900px) {
  #description-our-works {
    font-size: 1.7em;
  }

  #row-our-services {
    display: block;
  }

  .img-item-row-services {
    width: 80%;
    margin: 0 auto;
  }

  .img-item-services {
    width: 70%;
  }

  #row-sellhits {
    display: block;
  }

  .title-img-sellhits {
    opacity: 1;
  }

  .slide {
    cursor: auto;
  }

  #img-row-advanteges {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  #img-row-address_0 {
    width: 100%;
  }
}

@media screen and (max-width: 675px) {
  #headlogo {
    display: none;
  }

  .menuitems {
    flex-direction: column;
    z-index: 49;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: #b3861a;
    line-height: 1.5;
    padding: 1px;
    position: absolute;
    transition: 0.5s ease;
  }

  .menuitem {
    border-bottom: 1px solid #ffff96;
  }

  .menuitem:nth-child(1) {
    border-top: 1px solid #ffff96;
  }

  #lbl-mnu-burger {
    display: initial;
  }

  #menu-burger:checked ~ .menuitems {
    top: 66px;
  }
}

@media screen and (max-width: 600px) {
  #area-section-our-works {
    display: block;
  }

  #description-our-works {
    font-size: 1.5em;
  }

  #img-row-address_1 {
    display: block;
  }

  .img-item-row-address {
    width: 100%;
    text-align: center;
  }

  .img-item-row-advanteges {
    margin: 0 auto;
  }

  .img-item-address {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  #footeritems {
    display: block;
  }

  #footeritem0 {
    display: flex;
    justify-content: space-around;
  }

  #footeritem1 {
    padding: 5px 0;
  }

  #footeritem2 {
    text-align: center;
  }
}
