#historical-dishes {
  padding: 120px 40px;
  max-width: 1920px;
  margin: 0 auto;
}

#historical-dishes .article .title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: var(--text-light-color);
}

#historical-dishes .article img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

#historical-dishes .article-title {
  max-width: 500px;
  display: inline-block;
  margin: 24px 0 160px;
  font-family: 'Cy Grotesk Key';
  font-size: 48px;
  font-weight: 500;
}

#historical-dishes .article-desc {
  max-width: 500px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

#historical-dishes .products {
  padding: 48px 0 48px;
  border-radius: 64px;
  background-color: var(--second-bg-color);  
}

#historical-dishes .products .title {
  font-family: 'Cy Grotesk Key';
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

#historical-dishes .product {
  height: unset;
  margin: 0;
}


#historical-dishes .product .product-desc {
  padding-bottom: 0;
}
#historical-dishes .product .product-attr {
  display: none;
}

#historical-dishes .product .p_description {
  background-color: transparent;
}

#historical-dishes .product .product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#historical-dishes .owl-stage-outer {
  padding-top: 28px;
}

#historical-dishes .owl-controls {
  margin: 0;
}

#historical-dishes .owl-theme .owl-controls .owl-nav > div.owl-prev {
  transform: translate(-22px, -35px);
}

#historical-dishes .owl-theme .owl-controls .owl-nav > div.owl-next {
  transform: translate(22px, -35px);
}

#historical-dishes .owl-item:not(.active) .product-desc {
  visibility: hidden;
}

#historical-dishes .owl-item:not(.active) .p_img_href {
  position: relative;
}

#historical-dishes .owl-item:not(.active) .p_img_href:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 240, 216, .8);
}

#historical-dishes .owl-item:not(.active) .product_listing_labels {
  display: none;
}

#historical-dishes .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}



#historical-dishes .owl-dot:nth-last-child(2),
#historical-dishes .owl-dot:nth-child(2) {
  width: 8px;
  height: 8px;
}

#historical-dishes .owl-dot:nth-last-child(1),
#historical-dishes .owl-dot:nth-child(1) {
  width: 6px;
  height: 6px;
}

#historical-dishes .owl-dots .owl-dot:not(.active) {
  background-color: #bfb3a6;
  opacity: 1;
}



@media (min-width: 1600px) {
  #historical-dishes .product .p_img_href {
    height: 575px;
  }

  #historical-dishes .article .title {
    font-size: 30px;
  }

  #historical-dishes .article img {
    width: 80px;
    height: 80px;
  }

  #historical-dishes .article-title {
    max-width: 700px;
    font-size: 70px;
  }

  #historical-dishes .article-desc {
    max-width: 700px;
    font-size: 20px;
    line-height: 30px;
  }

  #historical-dishes .products .title {
    font-size: 40px;
  }

  #historical-dishes .product img {
    height: 100% !important;
    border-radius: 16px;
  }
}

@media (max-width: 1600px) {
  #historical-dishes .product .p_img_href {
    height: 376px;
  }
}

@media (max-width: 991px) {
  #historical-dishes {
    padding: 64px 0;
  }

  #historical-dishes .article .title  {
    font-size: 14px;
  }

  #historical-dishes .article img {
    width: 40px;
    height: 40px;
  }

  #historical-dishes .article-title {
    font-size: 32px;
    margin: 16px 0 40px;
  }

  #historical-dishes .article-desc {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 64px;
  }

  #historical-dishes .products {
    padding: 40px 0 72px;
    border-radius: 48px
  }

  #historical-dishes .products .title {
    font-size: 21px;
    margin-bottom: 24px;
  }

  #historical-dishes .products img {
    border-radius: 16px;
  }

  #historical-dishes .col-md-6.col-xs-12:not(.article) {
    padding: 0 !important;
  }

  #historical-dishes .product .product-desc {
    padding-top: 16px;
  }

  #historical-dishes .product .product-bottom {
    flex-direction: column;
    align-items: start;
  }

  #historical-dishes .product .product-buttons {
    width: 100%;
  }

  #historical-dishes .model_product {
    min-height: 46px;
  }

  #historical-dishes .product .new_old_price {
    margin: 16px 0;
  }

  #historical-dishes .product .product-buttons .input-group {
    width: 100%;
  }

  #historical-dishes .product .product-buttons > button {
    width: 100%;
  }

  #historical-dishes .owl-dots {
    transform: translateY(36px);
  }
}

@media (max-width: 500px) {
  #historical-dishes .product .p_img_href {
    height: 224px;
    line-height: unset;
  }
}