*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  /* font-family: "Roboto Slab", serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #232222;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.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-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #001e64;
}
.menu__link:hover {
  border-bottom: 1px solid #001e64;
}
.header__content {
  background-image: url(../images/header-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-top: -70px;
  min-height: calc(100vh - 50px);
}
.title {
  font-weight: 700;
  font-size: 72px;
  font-family: "Roboto Slab", serif;
  color: #001e64;
  line-height: 95px;
  max-width: 569px;
  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;
  cursor: pointer;
  padding: 0;
  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;
  cursor: pointer;
}
.slick-dots button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  opacity: 0.5;
}
.slick-active button {
  opacity: 1;
}
.slick-dots button::before {
  content: "0";
}
.slick-dots li:nth-child(n + 10) button::before {
  content: "";
}
.header__content-btn {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  border-radius: 20px;
  padding: 14px 88px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 112px;
  display: inline-block;
  transform: translateY(-125px);
  position: absolute;
  transition: all 0.3s;
}
.header__content-btn:hover {
  color: #001e64;
  background-color: rgba(255, 255, 255, 1);
}
.header__content-box {
  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;
  padding-top: 41px;
}
.product-prev {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.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;
  font-size: 36px;
  color: #001e64;
}

.product__name-item + .product__name-item {
  margin-top: 30px;
}
.product__content {
  width: 600px;
}
.product-prev,
.product-next {
  border: none;
  padding: 0;
  background-color: transparent;
}
.product__content-box {
  display: flex;
  justify-content: space-between;
}
.product__content-img {
  object-fit: cover;
}
.product__content-list {
  width: 291px;
}
.product__content-item {
  margin-bottom: 30px;
}
.product__content-item span {
  display: block;
  margin-bottom: 10px;
  color: #001e64;
}
.product__content-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #001e64;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: "Roboto Slab", serif;
}
.product__content-text {
  margin-bottom: 25px;
}
.product__content-btn {
  display: inline-block;
  color: #001e64;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding: 12px 85px;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #001e64;
  cursor: pointer;
  transition: all 0.3s;
}
.product__content-btn:hover {
  color: #fff;
  background-color: #001e64;
}
.seafood-box {
  background-image: url(../images/seafood.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  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 {
  width: 180px;
  min-height: 165px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  background-image: url(../images/seafood-bg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.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", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #001e64;
}
.seafood__item-text {
  max-width: 420px;
  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: 458px;
  margin: 0 auto;
  font-size: 18px;
}
.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-size: 18px;
  line-height: 24px;
  font-family: "Roboto Slab", serif;
  color: #001e64;
  margin-bottom: 30px;
}
.contacts__box-list {
  font-size: 18px;
  line-height: 21px;
}
.contacts__box-item {
  margin-top: 30px;
}
.contacts__box span {
  display: block;
}
.footer {
  padding: 25px 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;
  align-items: center;
  padding-bottom: 20px;
}
.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;
  padding: 13px 0;
  background-color: transparent;
  position: relative;
  display: none;
  z-index: 10;
}
.menu__btn ::before,
.menu__btn ::after {
  content: " ";
  position: absolute;
  left: 0;
  height: 4px;
  right: 0;
  background-color: #001e64;
}
.menu__btn ::before {
  top: 0;
}
.menu__btn ::after {
  bottom: 0;
}
.menu__btn span {
  display: block;
  height: 4px;
  background-color: #001e64;
}
@media (max-width: 1160px) {
  .product__name {
    width: 350px;
  }
  .seafood__item-content {
    padding-right: 20px;
  }
  .seafood__item--text-right .seafood__item-content {
    padding-right: 0;
    padding-left: 20px;
  }
  .footer .logo,
  .footer .menu{
    display: none;
  }
  .footer{
    padding: 40px 0 40px;
  }
  .footer__inner{
    justify-content: center;
  }
  .footer-social__item{
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .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;
  }
  .menu {
    margin: 12px 20px 0 auto;
  }
  .menu__item + .menu__item {
    margin-left: 0;
  }
  .menu__link {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .product__name {
    width: 250px;
  }
  .seafood img {
    max-width: 100%;
  }
  .seafood__item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .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: 890px) {
  .product__inner {
    display: block;
  }
  .product__content {
    margin: 0 auto;
  }
  .product__name {
    width: 100%;
    padding-top: 0;
    margin-bottom: 80px;
  }
  .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;
    border-radius: 50%;
    padding: 0;
    background-color: #c4c4c4;
    margin: 0 10px;
  }
  .product__name .slick-active button {
    background-color: #001e64;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 50px;
    line-height: 66px;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 650px) {
  .product__content {
    width: 100%;
  }
  .product__content-box {
    display: block;
    text-align: center;
  }
  .product__content-list {
    width: 100%;
  }
  .product__content-img {
    margin: 0 auto;
  }
  .product__content-btn {
    padding: 12px 65px;
  }
  .product {
    padding-top: 50px;
  }
  .seafood-box {
    display: none;
  }
  .seafood {
    padding: 50px 0;
  }
  .seafood__items {
    margin-bottom: 50px;
  }
  .contacts {
    background-image: none;
  }
  .contacts__box {
    width: 100%;
    padding: 33px 0 33px 0;
 
  }
}
@media (max-width: 470px) {
  .header-slider {
    padding-left: 50px;
  }
  .slick-dots {
    left: 5px;
  }
  .slick-next.slick-prev {
    left: 9px;
  }
  .header__content-btn {
    margin-left: 70px;
  }
  .title {
    font-size: 34px;
    line-height: 54px;
    padding-top: 125px;
  }
}
@media (max-width: 370px) {
  .phone {
    margin-right: 0;
  }
  .logo {
    margin-left: 0;
  }
  .menu__list {
    left: 10%;
    right: 10%;
  }
  .header-slider {
    padding-left: 0;
    padding-top: 0;
  }
  .header__content-btn {
    margin-left: 15px;
  }
  .header__slider-text {
    text-align: center;
  }
}
