@media (max-width: 1640px) {
  .features {
    background-image: none;
  }
}

@media (max-width: 1500px) {
  .specialised {
    background-image: none;
  }
}

@media (max-width: 1190px) {
  .header-slider__image {
    margin: 10px 30px 0 0;
  }
  .header {
    min-height: 600px;
  }

  .specialised {
    padding: 30px 0 40px;
  }
  .specialised__title {
    margin-bottom: 40px;
  }

  .specialised__items {
    flex-wrap: wrap;
  }

  .specialised__item {
    width: 48%;
    margin-bottom: 30px;
  }

  .features__item img {
    width: 50%;
  }

  .reviews__items {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .reviews__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .header__top {
    flex-wrap: wrap;
  }
  .top-login {
    width: 100%;
    text-align: right;
  }
  .top-login__text {
    margin-right: 30px;
  }

  .title {
    font-size: 24px;
    line-height: 32px;
  }

  .features__item-info {
    padding: 40px 0 0 0px;
  }

  .features__item-text :first-child {
    margin-bottom: 10px;
  }
  .features__item {
    padding-bottom: 20px;
  }
  .features__item-title {
    margin-bottom: 20px;
  }
  .features__item--right .features__item-info {
    padding: 40px 0 0 30px;
  }

  .reviews {
    padding: 30px 0 30px;
  }
}

@media (max-width: 730px) {
  .header {
    min-height: 580px;
  }
  .header-slider__title {
    font-size: 35px;
    line-height: 40px;
  }
  .header-slider__description {
    line-height: 30px;
    margin-bottom: 35px;
  }
  .header-slider__text {
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .footer-inner {
    margin: 0;
  }
}

@media (max-width: 570px) {
  .top-menu__list {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #222294;
    z-index: 100;
  }

  .top-menu__list li + li {
    margin-left: 0;
    margin-top: 20px;
  }

  .top-menu__btn {
    position: relative;
    width: 30px;
    height: 20px;
  }
  .top-menu__btn::before,
  .top-menu__btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .top-menu__btn::before {
    top: 0;
  }
  .top-menu__btn::after {
    bottom: 0;
  }

  .top-menu__btn span {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .header {
    min-height: 550px;
  }

  .header-slider__image {
    display: none;
  }

  .header-slider__text {
    margin-right: 30px;
  }

  .specialised__item {
    width: 100%;
  }

  .features {
    padding-top: 20px;
  }

  .features__item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .features__item-info {
    padding: 40px 0 30px 0px;
  }
  .features__item--right .features__item-info {
    padding: 40px 0 30px 0px;
  }
  .reviews__items {
    padding: 0;
    margin: 0 -15px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 512px) {
  .footer-inner {
    justify-content: center;
  }
}

@media (min-width: 570px) {
  .top-menu__list {
    display: flex !important;
  }
}
