.section_products {
  padding: 180px 0 140px;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
}
.section_products .inner {
  margin-bottom: 83px;
  text-align: center;
}
.section_products h2 {
  color: #343637;
}
.section_products h3 {
  max-width: 880px;
  margin: 0 auto;
  color: #343637;
  text-align: center;
}
.section_crab-products {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_crab-products-frozen .crab-pin-left {
  background-color: #f2f5f7;
}
.section_crab-products-frozen .crab-pin-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_dish {
  position: relative;
  padding: 300px 0;
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: right center;
}
.section_dish:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
.section_dish .wrapper {
  z-index: 1;
}
.section_dish .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.products-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.products-links a {
  position: relative;
  margin-right: 30px;
  padding-bottom: 21px;
  font-size: 24px;
  color: #989ca0;
}
.products-links a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #d8232a;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.products-links a:last-child {
  margin-right: 0;
}
.products-links a:hover {
  color: #343637;
}
.products-links a:hover:after {
  width: 100%;
}
.products-links a.active {
  color: #343637;
}
.products-links a.active:after {
  width: 100%;
}
.products-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px 60px;
}
.products-item {
  margin: 0 20px;
  width: calc(20% - 40px);
  text-align: center;
  color: #111;
}
.products-pic {
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.products-pic img {
  max-height: 100%;
}
.crab-pin-left {
  position: relative;
  width: 50%;
}
.crab-pin-right {
  position: relative;
  width: 50%;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crab-pin-text {
  position: absolute;
  left: 80px;
  right: 80px;
  padding: 0;
  font-size: 38px;
  line-height: 54px;
  color: #343637;
}
.crab-pin-text span {
  display: block;
  margin-top: 40px;
  color: #989ca0;
  font-size: 15px;
  line-height: 30px;
}
.crab-pin-pic {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_crab-products {
    padding: 0;
  }
  .products-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
  }
  .crab-pin-text {
    font-size: 28px;
    line-height: 44px;
  }
  .crab-pin-right {
    padding: 40px;
  }
  .crab-pin-text {
    left: 40px;
    right: 40px;
  }
  .section_dish {
    padding: 200px 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .section_products {
    padding: 120px 0 50px;
  }
  .products-cont {
    margin: 0 -10px 40px;
  }
  .products-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .products-pic {
    height: 120px;
    margin-bottom: 10px;
  }
  .products-links {
    margin-bottom: 30px;
  }
  .products-links a {
    font-size: 18px;
  }
  .section_products .inner {
    margin-bottom: 40px;
  }
  .section_crab-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .crab-pin-left {
    width: 100%;
    height: 55vh;
  }
  .crab-pin-pic {
    height: 100%;
  }
  .crab-pin-right {
    width: 100%;
    height: 45vh;
    padding: 20px;
    text-align: center;
  }
  .crab-pin-text {
    left: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .crab-pin-text span {
    margin-top: 20px;
    font-size: 13px;
    line-height: 26px;
  }
  .section_dish {
    padding: 100px 0;
  }
}
