

/* Start:/local/templates/.default/components/bitrix/news.detail/asia/style.css?176525865614888*/
body.asia {
  background: var(--background-detail-product);
}

body.asia .header {
  padding-bottom: 0;
}

.header__button_where_to_buy {
  display: none;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  background: url(/local/templates/asia/img/noise.png) rgba(0, 0, 0, 0.25);
  background-size: cover;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.section-asia-detail {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-top: 100px;
}

.asia-detail-back {
  color: var(--text-color);
  font-family: Gilroy;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 25;
}

.asia-detail-back > svg {
  margin-right: 10px;
}

.asia-detail {
  position: relative;
  z-index: 20;
}

.row-asia-detail {
  display: flex;
}

.asia-detail-info {
  width: 44%;
  color: var(--text-color);
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}

.asia-detail-img {
  width: 56%;
  text-align: right;
  position: relative;
}

.img-center {
  text-align: center;
}

.asia-detail-tags {
  display: flex;
  gap: 25px;
}

.asia-tag {
  font-family: "MulishRegular";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.asia-detail-category {
  font-family: "MulishBlack";
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}

.asia-detail-name {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 5px;
}

.row-asia-fo-bo .asia-detail-name {
  background: #c8bddd;
  color: #5A3F83;
}

.row-asia-tom-yam .asia-detail-name {
  background: #f7c5de;
  color: #670F40;
}

.row-asia-vasabi-chili .asia-detail-name {
  background: #c4eaf6;
  color: #274D75;
}

.asia-detail-compound {
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.empty-padding {
  padding-bottom: 20px;
}

.asia-detail-cooking-time {
  color: var(--text-time-color);
  font-family: "MulishMedium";
  font-size: 22px;
  line-height: 30px;
  display: flex;
  gap: 10px;
  max-width: 200px;
  background-image: url("/local/templates/.default/components/bitrix/news.detail/asia/img/bgr_cooking_time.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  margin: 0 0 20px 0;
}

.asia-detail-text {
  font-family: "MulishRegular";
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}

.asia-detail-text br {
  display: none;
}

.asia-detail-btns {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 10px;
}

.button_asia_to_buy {
  position: relative;
  z-index: 20;
  padding: 0;
}

.button_asia_to_buy img {
  max-width: 250px;
  width: 100%;
}

.asia_detail_to_buy_hover {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
}

/*.button_asia_to_buy:hover .asia_detail_to_buy_hover {
  opacity: 1;
}*/

.asia-detail-btns .button_asia_to_buy img {
  max-width: 240px;
}

.button_asia_more {
  height: 85px;
  text-decoration: none;
  position: relative;
}

.asia_detail_more,
.asia_detail_more_hover {
  height: 70px;
}

.asia_detail_more_hover {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.button_asia_more:hover .asia_detail_more_hover {
  opacity: 1;
}

.asia_more_text {
  font-size: 22px;
  font-weight: 600;
  font-family: "MulishBold";
  text-align: center;
  max-width: 230px;
  color: var(--text-color-button);
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}

.asia-detail-img-look {
  width: 200px;
  height: 200px;
  background-image: url(/local/templates/asia/img/leek.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  right: -30px;
}

.asia-detail-img-look-bottom {
  width: 200px;
  height: 200px;
  background-image: url(/local/templates/asia/img/leek2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: -100px;
}

.asia-detail-img-block-mob {
  position: relative;
}

.asia-detail-picture {
  width: 100%;
}

.asia-detail-bgr-picture {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  mix-blend-mode: darken;
  position: absolute;
  z-index: -1;
}

.asia-detail-spicy-img {
  position: absolute;
  left: 9%;
  top: 0;
}

.asia-detail-img .img-pepper-top,
.asia-detail-img .img-pepper-bottom,
.asia-detail-img .img-luk-corner {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.asia-detail-img .img-pepper-top {
  background-image: url(/local/templates/asia/img/pepper.png);
  width: 150px;
  height: 150px;
  top: -120px;
  right: -20px;
}

.asia-detail-img .img-pepper-bottom {
  background-image: url(/local/templates/asia/img/pepper2.png);
  width: 150px;
  height: 150px;
  bottom: 50px;
  left: 0;
}

.asia-detail-img .img-luk-corner {
  width: 300px;
  height: 300px;
  background-image: url(/local/templates/asia/img/luk_corner.png);
  bottom: -170px;
  right: -120px;
}

footer {
  display: none;
}

#overlay-product {
  position: fixed;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 200ms ease-in-out;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

#overlay-product.active {
  opacity: 1;
  pointer-events: all;
}


.row-asia-fo-bo .asia-detail-picture {
  position: relative;
  z-index: -1;
  top: -60px;
}


@media (max-width: 1500px) {
  .asia-detail-name {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }

  .asia-detail-compound {
    font-size: 24px;
    line-height: 40px;
  }

  .asia-detail-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }

/*  .button_asia_to_buy img {
    max-width: 280px;
  }*/

  .asia-detail-img-look-bottom {
    right: 0;
  }

  .asia-detail-img .img-pepper-bottom {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1400px) {
  .asia-detail-img {
    display: flex;
    align-items: center;
  }

  .asia-detail-img .img-pepper-top {
    width: 130px;
    height: 130px;
    top: -130px;
    right: -10px;
  }

  .asia-detail-img .img-pepper-bottom {
    bottom: -20px;
  }

  .asia-detail-img .img-luk-corner {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1300px) {
/*  .section-asia-detail {
    overflow-y: auto;
  }*/

  .asia-tag {
    font-size: 18px;
    line-height: 24px;
  }

  .asia-detail-category {
    font-size: 60px;
    line-height: 60px;
  }

  .asia-detail-name {
    font-size: 22px;
    line-height: 38px;
  }

  .asia-detail-compound {
    font-size: 24px;
    line-height: 40px;
  }

  .empty-padding {
    padding-bottom: 0;
  }

  .asia-detail-cooking-time {
    max-width: 180px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .asia-detail-text {
    font-size: 18px;
    line-height: 28px;
  }

  .button_asia_to_buy img {
    max-width: 230px;
  }

  .asia-detail-img-look {
    top: 90px;
    right: -60px;
  }

  .asia-detail-img .img-pepper-top {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .section-asia-detail {
    padding-top: 70px;
  }

  .asia-detail-btns .button_asia_to_buy img {
    height: 70px;
  }

  .button_asia_more {
    height: 80px;
  }

  .asia_detail_more,
  .asia_detail_more_hover {
    max-width: 200px;
    width: 100%;
    height: 60px;
  }

  .asia_more_text {
    font-size: 18px;
    top: 18px;
  }

  .asia-detail-img-look {
    width: 150px;
    height: 150px;
  }

  .asia-detail-img-look-bottom {
    width: 150px;
    height: 150px;
    right: 50px;
    bottom: -70px;
  }

  .asia-detail-img .img-pepper-bottom {
    left: -30px;
  }

  .asia-detail-img .img-luk-corner {
    width: 200px;
    height: 200px;
    bottom: -110px;
    right: -80px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -50px;
  }
}

@media (max-width: 991px)  {
  .section-asia-detail {
    height: auto;
    background-size: 0;
    padding-right: clamp(1rem, 5.65vw, 6.75rem);
  }

  .row-asia-detail {
    flex-wrap: wrap;
  }

  .asia-detail-back {
    text-transform: capitalize;
    font-size: 16px;
    gap: 0;
  }

  .asia-detail-info,
  .asia-detail-img {
    width: 100%;
  }

  .asia-detail-info {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .asia-detail-text {
    width: 60%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .asia-detail-cooking-time {
    font-size: 16px;
    line-height: 24px;
    gap: 5px;
    max-width: 135px;
    padding: 7px 0;
    margin: 15px 0;
  }

  .asia-detail-cooking-time img {
    width: 24px;
  }

  .button_asia_to_buy,
  .asia_detail_more,
  .asia_detail_more_hover {
    max-width: 200px;
  }

  .asia_detail_more,
  .asia_detail_more_hover {
    height: 58px;
  }

  .asia-detail-btns .button_asia_to_buy,
  .asia-detail-btns .button_asia_to_buy img {
    height: auto;
  }

  .button_asia_more {
    height: auto;
    padding-bottom: 5px;
  }

  .asia_more_text {
    font-size: 18px;
    top: 16px;
  }

  .asia-detail-img {
    text-align: right;
    right: -55px;
  }

  .asia-detail-spicy-img {
    left: 10%;
  }

  .asia-detail-bgr-picture {
    display: block;
  }

  .asia-detail-img-look {
    top: 50px;
    right: 80px;
  }

  .asia-detail-img-look-bottom {
    display: none;
  }

  .asia-detail-img .img-pepper-top {
    top: -150px;
  }

  .asia-detail-img .img-pepper-bottom {
    left: -20px;
    bottom: -10px;
  }

  .asia-detail-img .img-luk-corner {
    display: none;
  }

}

@media (max-width: 757px) {
  .asia-detail-back {
    font-size: 14px;
  }

  .asia-detail-info {
    color: var(--text-white);
  }

  .asia-tag {
    font-size: 14px;
    line-height: 20px;
  }

  .asia-detail-category {
    font-size: 40px;
    line-height: 40px;
  }

  .asia-detail-name,
  .asia-detail-compound {
    font-size: 16px;
    line-height: 24px;
  }

  .asia-detail-text {
    width: 100%;
  }

  .asia-detail-img-look {
    filter: blur(1px);
    right: 0;
  }

  .asia-detail-img {
    right: -45px;
  }

  .asia-detail-spicy-img {
    left: 9%;
    text-align: left;
  }

  .asia-detail-img .img-pepper-top {
    top: -120px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -40px;
  }
}

@media (max-width: 575px) {
  .asia-detail-btns {
    display: block;
  }

  .button_asia_to_buy,
  .asia_detail_more,
  .asia_detail_more_hover {
    display: block;
  }

  .button_asia_more {
    padding-bottom: 0;
  }

  .asia_detail_more,
  .asia_detail_more_hover {
    padding-inline: 6px;
  }

  .button_asia_more:hover .asia_detail_more_hover {
    top: 0;
  }

  .asia_more_text {
    max-width: 200px;
    font-size: 18px;
    top: 17px;
  }

  .asia-detail-img-look {
    width: 120px;
    height: 120px;
    top: 100px;
    right: -40px;
  }

  .asia-detail-img .img-pepper-top {
    width: 100px;
    height: 100px;
  }

  .asia-detail-img .img-pepper-bottom {
    width: 100px;
    height: 100px;
    left: -50px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -30px;
  }
}

@media (max-width: 400px) {
  .asia-detail-text {
    font-size: 14px;
  }

  .asia-detail-picture {
    max-height: none;
    width: 100%;
  }

  .asia-detail-img .img-pepper-bottom {
    bottom: -20px;
    left: -80px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -20px;
  }
}

@media (max-width: 320px) {
  .asia-detail-img .img-pepper-top,
  .asia-detail-img .img-pepper-bottom {
    display: none;
  }
}

@media (min-width: 1500px) {


}

@media (min-width: 1600px) {
  .asia-detail-img-look-bottom {
    bottom: -80px;
  }

  .asia-detail-img .img-pepper-top {
    right: 0;
  }

  .asia-detail-img .img-luk-corner {
    width: 360px;
    height: 360px;
    bottom: -180px;
    right: -150px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -70px;
  }
}

@media (min-width: 1700px) {
  .section-asia-detail {
    background-size: auto;
  }

  .asia-detail-picture {
    max-width: none;
  }

  .asia-detail-img-look {
    width: 250px;
    height: 250px;
    top: 90px;
    right: -50px;
  }

  .asia-detail-img-look-bottom {
    bottom: -50px;
  }

  .asia-detail-img .img-luk-corner {
    bottom: -170px;
    right: -140px;
  }
}

@media (min-width: 1800px) {
  .asia-detail-name {
    font-size: 32px;
  }

/*  .asia-detail-img-look {
    right: 0;
  }*/

  .asia-detail-img-look-bottom {
    right: 50px;
    bottom: -20px;
  }

  .asia-detail-img .img-pepper-top {
    right: 0;
  }

  .asia-detail-img .img-pepper-bottom {
    left: 20px;
  }

  .asia-detail-img .img-luk-corner {
    bottom: -150px;
    right: -150px;
  }

  .row-asia-fo-bo .asia-detail-picture {
    top: -80px;
  }
}

@media (min-width: 1900px) {
  .asia-detail-category {
    font-size: 80px;
    line-height: 80px;
  }

  .asia-detail-compound {
    font-size: 32px;
  }

  .asia-detail-name {
    font-size: 40px;
  }

  .asia-detail-text {
    font-size: 24px;
    line-height: 36px;
    max-width: 630px;
    margin-bottom: 40px;
  }

  .asia-detail-text br {
    display: block;
  }

  .asia-detail-cooking-time {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }

  .button_asia_to_buy img {
    max-width: 300px;
  }

  .asia-detail-img-look {
    top: 150px;
  }

  .asia-detail-spicy-img {
    left: 90px;
  }

  .asia-detail-spicy-img > img {
    width: 290px !important;
  }

}

@media (min-width: 2200px){
  body.asia .main__container {
    overflow: visible;
  }

  .section-asia-detail {
    overflow: visible;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/asia/style.css?176525865614888 */
