*,
*::after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232222;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.header__top {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.logo {
  margin-left: 16px;
}
.phone {
  margin-right: 43px;
  margin-top: 11px;
}
.menu {
  margin-top: 16px;
}
.menu__list {
  display: flex;
}
.menu__item + .menu__item {
  margin-left: 30px;
}
.menu__link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #001e64;
}
.menu__link:hover {
  border-bottom: 1px solid #001e64;
}
.header__content {
  background-image: url("../images/header-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  margin-top: -100px;
  min-height: calc(100vh-50px);
}
.title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 95px;
  color: #001e64;
  max-width: 589px;
  margin-bottom: 130px;
  padding-top: 170px;
  padding-left: 112px;
  margin-bottom: 60px;
}
.header-slider {
  max-width: 522px;
  padding-left: 112px;
  padding-top: 57px;
  padding-bottom: 135px;
}
.header-slider__text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.slick-prev,
.slick-next {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 40px;
}
.slick-prev {
  top: 0;
}
.slick-next {
  bottom: 0;
}

.slick-dots {
  list-style: none;
  position: absolute;
  left: 35px;
  top: 58px;
  bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slick-dots button {
  font-family: "Roboto Slab", serif;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  opacity: 0.5;
  cursor: pointer;
}
.slick-active button {
  opacity: 1;
}
.slick-dots button::before {
  content: "0";
}
.header__content-btn {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  padding: 14px 88px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 112px;
  display: inline-block;
  transform: translateY(-120px);
  position: absolute;
  transition: all 0.2s;
}
.header__content-btn:hover {
  color: #001e64;
  background: #fff;
}
.header__content-box {
  font-style: "Roboto";
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.header__content-link--active {
  font-weight: 700;
}

.product {
  padding-top: 100px;
}
.product__inner {
  display: flex;
  justify-content: space-between;
}
.product__name {
  width: 510px;
  text-align: center;
  display: inline;
  padding-top: 41px;
}
.product-prev {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-prev,
.product-next {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.product__name-item + .product__name-item {
  margin-top: 30px;
}
.product__name-item {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  cursor: pointer;
}
.product__name-item.slick-current {
  font-weight: 700;
  color: #001e64;
  font-size: 36px;
}
.product__content {
  width: 600px;
}
.product__content-box {
  display: flex;
  justify-content: space-between;
}
.product__content-img {
  object-fit: contain;
  width: 280px;
}
.product__content-list {
  width: 291px;
  list-style: none;
}
.product__content-item {
  margin-bottom: 30px;
}
.product__content-item span {
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
  color: #001e64;
}
.product__content-title {
  padding-top: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #001e64;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
}
.product__content-text {
  margin-bottom: 25px;
}
.product__content-btn {
  font-family: "Roboto Slab";
  display: inline-block;
  color: #001e64;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding: 12px 85px;
  border: 1px solid #001e64;
  border-radius: 20px;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.product__content-btn:hover {
  color: #fff;
  background-color: #001e64;
}
.seafood-box {
  background-image: url("../images/seafood-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 290px 0 95px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.seafood-box__items {
  display: flex;
  justify-content: space-around;
}
.seafood-box__item {
  background-image: url("../images/seafood-decor.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 180px;
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.seafood {
  padding: 100px 0;
}
.seafood-items {
  margin-bottom: 100px;
}
.seafood-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.seafood-item__title {
  max-width: 490px;
  margin-bottom: 30px;
  font-family: "Roboto Slab";
  font-size: 24px;
  line-height: 29px;
  color: #001e64;
}
.seafood-item__text {
  max-width: 420px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232222;
  margin-bottom: 20px;
}
.seafood-item--text--right .seafood-item__title {
  max-width: 420px;
}
.seafood-item--text--right .seafood-item__content {
  margin-right: 180px;
}
.seafood__blockquote {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.seafood__blockquote-text {
  max-width: 530px;
  font-size: 18px;
  margin: 0 auto;
}
.contacts {
  background-image: url("../images/contacts-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.contacts__box {
  margin-left: auto;
  width: 390px;
  background-color: #fff;
  padding: 33px 0 33px 20px;
}
.contacts__box-text {
  width: 195px;
  font-family: "Roboto Slab";
  font-size: 18px;
  line-height: 24px;
  color: #001e64;
  margin-bottom: 30px;
}
.contacts__box-list {
  list-style: none;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 21px;
  color: #232222;
}
.contacts__box-item {
  margin-top: 30px;
}
.contacts__box span {
  display: block;
}
.footer {
  padding: 30px 0 110px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 45px 0 23px;
}
.footer__inner .menu {
  padding-bottom: 30px;
}
.footer-social__list {
  display: flex;
  list-style: none;
  align-items: center;
  padding-bottom: 19px;
}
.footer-social__item + .footer-social__item {
  margin-left: 10px;
}

.footer-social__link path {
  transition: all 0.3s;
}
.footer-social__link:hover path {
  fill: #001e64;
}
.menu__btn {
  width: 40px;
  border: none;
  background-color: transparent;
  padding: 13px 0;
  cursor: pointer;
  position: relative;
  display: none;
}
.menu__btn::after,
.menu__btn::before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  right: 0;
  background-color: #001e64;
  cursor: pointer;
}
.menu__btn::after {
  bottom: 0;
}
.menu__btn::before {
  top: 0;
}
.menu__btn span {
  display: flex;
  height: 4px;
  background-color: #001e64;
}

@media (max-width: 1160px) {
  .product__name {
    width: 350px;
  }
  .footer__inner {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .menu__list {
    position: absolute;
    left: 20%;
    right: 20%;
    background-color: #fff;
    display: block;
    top: -350px;
    transition: all 0.5s;
    z-index: 5;
  }
  .menu__link:hover {
    border: none;
  }
  .menu__list.menu__list--active {
    top: 75px;
  }
  .menu__btn {
    display: block;
    z-index: 10;
  }
  .menu {
    margin: 12px 20px 0 auto;
  }
  .menu__item + .menu__item {
    margin-left: 0;
  }
  .menu__item {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .product__name {
    width: 250px;
  }
}
@media (max-width: 890px) {
  .product__inner {
    display: block;
  }
  .product__content {
    margin: 0 auto;
  }
  .product__name {
    width: 100%;
    padding-top: 0;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .product__name-item + .product__name-item {
    margin-top: 0;
  }
  .product__name-item.slick-current {
    line-height: 44px;
  }
  .product__name .slick-dots {
    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;
  }
  .product-prev {
    top: -25px;
  }
  .product-next {
    padding-top: 25px;
  }
  .seafood-item {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .seafood-item__text {
    max-width: 100%;
  }
  .seafood-item--text--right .seafood-item__content {
    margin-right: 0;
  }
  .seafood-item__title {
    margin: 20px 0;
  }
}
@media (max-width: 745px) {
  .title {
    font-size: 50px;
    line-height: 66px;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .seafood__blockquote-img {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .product__content {
    width: 100%;
  }
  .seafood-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .product__content-box {
    display: flex;
  }
  .product__content-list {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .header-slider {
    padding-left: 50px;
  }
  .slick-dots {
    left: 5px;
  }
  .slick-prev,
  .slick-next {
    left: 9px;
  }
  .header__content-btn {
    margin-left: 50px;
  }
  .title {
    font-size: 34px;
    line-height: 44px;
  }
  .product__content-btn {
    padding: 12px 55px;
  }
  .product {
    padding-top: 50px;
  }
  .seafood-box__items {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product__content-img {
    object-fit: contain;
  }
  .product__content-list {
    padding: 0 15px;
  }
  .product__content-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contacts {
    background: none;
  }
  .contacts__box {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .title {
    padding-top: 125px;
  }
  .phone {
    margin-right: 0;
  }
  .logo {
    margin-left: 0;
    transform: scale(.8);
  }
  .menu__list {
    left: 10%;
    right: 10%;
  }
  .header-slider {
    padding-left: 0;
    padding-top: 0;
  }
  .header__content-btn {
    margin-left: 0;
  }
  .product__content-box {
    flex-direction: column;
  }
  .contacts__box {
    max-width: 100%;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer__inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
