@media (max-width: 1140px) {
  .product__name {
    width: 350px;
  }

  .footer {
    padding: 25px 0 70px;
  }

  .footer .logo img {
    height: 85px;
  }

  .footer-social__link svg {
    width: 25px;
    height: 25px;
  }

  .footer .menu__link {
    font-size: 16px;
  }

  .footer__inner .menu {
    padding-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .seafood__item-content {
    padding-right: 20px;
  }
  .seafood__item-text-right .seafood__item-content {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 1000px) {
  .logo,
  .phone {
    z-index: 2;
  }

  .menu__btn {
    display: block;
    z-index: 3;
  }

  .menu {
    margin: 11px 20px 0 auto;
  }

  .menu__list {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    margin-top: -430px;
    transition: all 0.5s;
  }

  .menu__list--active {
    margin-top: 0px;
    z-index: 1;
  }

  .menu__item + .menu__item {
    margin-left: 0;
  }

  .menu__link {
    padding: 20px 0;
    display: block;
    text-align: center;
  }

  .menu__link:hover {
    border-bottom: none;
  }

  .product__name {
    width: 250px;
  }

  .footer .menu {
    display: none;
  }

  .footer-social__list {
    width: 100%;
    justify-content: center;
  }

  .footer-social__item + .footer-social__item {
    margin-left: 45px;
  }
}

@media (max-width: 950px) {
  .seafood__item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .seafood img {
    max-width: 100%;
  }
  .seafood__item-text-right {
    flex-wrap: wrap-reverse;
  }

  .seafood__item-content {
    padding-right: 0;
  }
  .seafood__item-text-right .seafood__item-content {
    padding-left: 0;
    margin-right: 0;
  }

  .seafood__item-title,
  .seafood__item-text {
    max-width: 100%;
  }
}

@media (max-width: 880px) {
  .product__inner {
    display: block;
  }
  .product__name {
    width: 100%;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .product__content {
    margin: 0 auto;
  }
  .product__name-item + .product__name-item {
    margin-top: 0;
  }
  .product__name-item.slick-current {
    line-height: 44px;
    margin-top: -10px;
  }
  .product__name .slick-dots {
    top: 80px;
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: center;
  }
  .product__name .slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #c4c4c4;
    margin: 0 5px;
  }
  .product__name .slick-active button {
    background-color: #001e64;
  }
}

@media (max-width: 745px) {
  .title {
    font-size: 50px;
    line-height: 66px;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .logo img {
    width: 100px;
  }
  .phone {
    margin-right: 15px;
  }
}

@media (max-width: 690px) {
  .product__content-box {
    display: block;
    width: 100%;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .product__content-list {
    margin: 0 auto;
    text-align: center;
  }
  .product__content {
    width: 100%;
  }

  .seafood__box-items {
    flex-wrap: wrap;
  }
  .seafood__box-item {
    margin: 0 27px 40px;
  }
}

@media (max-width: 530px) {
  .header__top {
    padding-bottom: 20px;
  }

  .logo img {
    width: 85px;
  }

  .header__content-btn,
  .product__content-btn {
    font-size: 22px;
    padding: 10px 40px;
  }

  .seafood__box-items {
    display: block;
  }
  .seafood__box-item {
    margin: 0 auto 30px;
  }
  .seafood__box {
    background-position: bottom left;
    padding: 130px 0 95px;
    margin-top: -65px;
  }
  .title {
    font-size: 46px;
  }
}

@media (max-width: 420px) {
  .header__top {
    padding-bottom: 32px;
  }
  .logo img {
    width: 74px;
  }
  .phone {
    margin-right: 5px;
  }
  .menu__btn {
    padding: 10px 0;
  }
  .menu {
    margin-top: 14px;
  }
  .title {
    font-size: 35px;
    line-height: 50px;
  }
  .header-slider {
    padding-left: 60px;
  }
  .slick-dots {
    left: 18px;
  }
  .header__content-btn,
  .product__content-btn {
    font-size: 18px;
    padding: 5px 30px;
    margin-left: 74px;
  }
  .product__content-btn {
    margin-left: 0;
  }
  .menu__list--active {
    margin-top: 8px;
  }
  .slick-prev,
  .slick-next {
    left: 15px;
  }
  .header__content {
    min-height: calc(100vh - 140px);
  }
  .slick-dots {
    left: 10px;
    top: 46px;
    bottom: 135px;
  }
  .slick-next {
    bottom: 70px;
  }
  .product,
  .seafood {
    padding-top: 50px;
  }

  .seafood {
    padding-bottom: 50px;
  }

  .seafood__items {
    margin-bottom: 50px;
  }
  .footer__inner {
    padding: 0 20px 0 20px;
  }
  .footer .logo {
    margin-left: 20px;
  }
  .footer .logo img {
    height: 57px;
    width: 65px;
  }

  .footer-social__list {
    justify-content: space-around;
  }
  .footer-social__item + .footer-social__item {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .header-slider {
    padding-left: 10px;
    padding-top: 7px;
  }

  .footer {
    padding: 25px 0 40px;
  }
}
