@media (max-width: 1050px) {
  .header__img {
    margin-right: 30px;
  }
  .projects__list {
    flex-wrap: wrap;
  }
  .projects__item {
    width: 33.33%;
    justify-content: center;
  }
  .skills__content {
    margin-right: 30px;
  }
  .company__inner {
    flex-wrap: wrap;
  }
  .company__item {
    width: 50%;
    text-align: center;
  }
  .gallery__item {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .header__img {
    display: none;
  }
  .header__inner {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .menu__item {
    margin-left: 21px;
  }
  .skills__img {
    order: -1;
    margin-bottom: 30px;
  }
  .skills__inner {
    flex-direction: column;
    text-align: center;
  }
  .skills__content {
    margin-right: 0;
  }
  .skills {
    padding: 100px 0 100px 0;
  }
}

@media (max-width: 750px) {
  .menu__body {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0);
    background: linear-gradient(
      0deg,
      rgba(52, 84, 122, 0.8),
      rgba(52, 84, 122, 0.8)
    );
    transition: all 0.3s;
    text-align: center;
    padding-top: 50px;
  }
  .menu__body.active {
    transform: translate(0, 0);
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
  }
  .menu__item {
    margin-left: 0;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__link {
    color: #fff;
    font-size: 30px;
  }
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s;
    background: #34547a;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
  .menu__icon.active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__icon.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
}

@media (max-width: 550px) {
  .projects__inner {
    padding: 30px 0;
  }
  .projects__item {
    width: 50%;
  }
  .projects__content {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .projects__name {
    margin-right: 10px;
  }
  .work__video {
    height: 400px;
  }
  .company__item {
    width: 100%;
  }
  .company__inner {
    padding: 72px 0 72px 0;
  }
  .contact__row {
    display: block;
  }
  .contact__input:first-child {
    margin-bottom: 20px;
  }
  .contact__input:last-child {
    margin-left: 0;
  }
  .contact__input {
    width: 100%;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__content {
    text-align: center;
    margin-bottom: 20px;
  }
  .projects__img {
    margin-right: 5px;
  }
  .gallery__item {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .header__title {
    font-size: 40px;
    line-height: 61px;
    margin-bottom: 15px;
  }
  .header__text {
    margin-bottom: 30px;
  }
  .projects__item {
    width: 100%;
  }
  .projects__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .title {
    margin-bottom: 25px;
  }
}

@media (max-width: 320px) {
  .header__title {
    font-size: 30px;
    line-height: 40px;
  }
  .work__video {
    height: 200px;
  }
  .header__top {
    padding-top: 20px;
  }
  .menu__body{
    top: 80px;
  }
}
