

/* Start:/local/templates/.default/components/bitrix/news.detail/dumplings/style.css?174912744818395*/
body.dumpling {
  background: var(--background-detail-product);
}

body.dumpling .header {
  padding-bottom: 0;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  background: url(/local/templates/dumplings/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;
}

.shadow-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100dvh;
  z-index: -2;
  background: var(--shadow-left);
}

.shadow-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100dvh;
  z-index: -2;
  background: var(--shadow-right);
}

.section-bigbuli .shadow-left {
  background: var(--shadow-left-bigbuli);
}

.section-bigbuli .shadow-right {
  background: var(--shadow-right-bigbuli);
}

.section-dumpling-detail {
  background-repeat: no-repeat;
  background-position-y: 180px;
  background-position-x: right;
  background-size: 65%;
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-top: 100px;
}

.dumpling-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;
}

.dumpling-detail-back > svg {
  margin-right: 10px;
}

.dumpling-detail {
  position: relative;
  z-index: 20;
}

.row-dumpling-detail {
  display: flex;
}

.dumpling-detail-info {
  width: 44%;
  color: var(--text-color);
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}

.dumpling-detail-img {
  width: 56%;
  position: relative;
}

.img-center {
  text-align: center;
}

.dumpling-detail-tags {
  display: flex;
  gap: 25px;
}

.dumpling-tag {
  font-family: "MulishRegular";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.dumpling-detail-category {
  font-family: "MulishBlack";
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}

.dumpling-detail-name {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dumpling-detail-compound {
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.empty-padding {
  padding-bottom: 40px;
}

.dumpling-detail-cooking-time {
  color: var(--text-time-color);
  font-family: "MulishMedium";
  font-size: 22px;
  line-height: 30px;
  display: flex;
  gap: 10px;
  max-width: 240px;
  background-image: url("/local/templates/.default/components/bitrix/news.detail/dumplings/img/bgr_cooking_time.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 0;
  margin: 40px 0;
}

.dumpling-detail-text {
  font-family: "MulishRegular";
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.button_dumpling_to_buy {
  position: relative;
  z-index: 20;
}

.button_dumpling_to_buy img {
  max-width: 310px;
  width: 100%;
}

.dumpling-detail-img-look {
  width: 130px;
  height: 60px;
  background-image: url(/local/templates/dumplings/img/look_detail.png);
  background-repeat: no-repeat;
  background-size: contain;
/*  filter: blur(4px);*/
  position: absolute;
  top: 38%;
  right: -100px;
}

.dumpling-detail-img-olive {
  width: 130px;
  height: 60px;
  background-image: url(/local/templates/dumplings/img/olive.png);
  background-repeat: no-repeat;
  background-size: contain;
  /*  filter: blur(4px);*/
  position: absolute;
  top: 38%;
  right: -100px;
}

.dumpling-detail-img-fried-pelm {
  width: 130px;
  height: 60px;
  background-image: url(/local/templates/dumplings/img/list_detail.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: -100px;
}

.dumpling-detail-img-fried-pelm-butter {
  width: 130px;
  height: 60px;
  background-image: url(/local/templates/dumplings/img/look_detail2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: -100px;
}

.dumpling-detail-picture {
  max-width: 700px;
}

.dumpling-detail-bgr-picture {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  position: absolute;
  z-index: -1;
}

.dumpling-detail-img .img-pelm-top,
.dumpling-detail-img .img-pelm-bottom,
.dumpling-detail-img .img-pelm-corner {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.dumpling-detail-img .img-pelm-top {
  width: 200px;
  height: 200px;
/*  filter: blur(5px);*/
  background-image: url(/local/templates/dumplings/img/pelm.png);
  top: -20px;
  right: -20px;
}

.dumpling-detail-img .img-pelm-bottom {
  width: 300px;
  height: 250px;
  background-image: url(/local/templates/dumplings/img/pelmen_look.png);
  bottom: -80px;
  left: -5%;
}

.dumpling-detail-img .img-pelm-corner {
  width: 360px;
  height: 360px;
  /* filter: blur(5px); */
  background-image: url(/local/templates/dumplings/img/pelm2.png);
  bottom: -150px;
  right: 0;
}

.dumpling-detail-img .img-pelm-top.mini_dump {
  background-image: url(/local/templates/dumplings/img/mini_pelm.png);
}

.dumpling-detail-img .img-pelm-bottom.mini_dump {
  background-image: url(/local/templates/dumplings/img/mini_pelmen_look.png);
}

.dumpling-detail-img .img-pelm-corner.mini_dump {
  background-image: url(/local/templates/dumplings/img/mini_pelms.png);
}

.dumpling-detail-img .img-pelm-top.ravioli {
  background-image: url(/local/templates/dumplings/img/ravioli.png);
  right: 70px;
}

.dumpling-detail-img .img-pelm-bottom.ravioli {
  background-image: url(/local/templates/dumplings/img/ravioli_look.png);
  left: 2%;
}

.dumpling-detail-img .img-pelm-corner.ravioli {
  background-image: url(/local/templates/dumplings/img/ravioli2.png);
  right: -80px;
}

.dumpling-detail-img .img-pelm-top.fried_pelm {
  background-image: url(/local/templates/dumplings/img/fried_pelm.png);
}

.dumpling-detail-img .img-pelm-bottom.fried_pelm {
  background-image: url(/local/templates/dumplings/img/fried_pelm_list.png);
}

.dumpling-detail-img .img-pelm-corner.fried_pelm {
  background-image: url(/local/templates/dumplings/img/fried_pelm2.png);
}

.dumpling-detail-img .img-pelm-top.fried_pelm_butter {
  background-image: url(/local/templates/dumplings/img/fried_pelm.png);
}

.dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
  background-image: url(/local/templates/dumplings/img/fried_pelm_butter.png);
}

.dumpling-detail-img .img-pelm-corner.fried_pelm_butter {
  background-image: url(/local/templates/dumplings/img/fried_pelm2.png);
}

.detail-supermeni .dumpling-detail-img-look {
  right: 0;
}

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;
}

@media (max-width: 1500px) {
  .dumpling-detail-name {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }

  .dumpling-detail-compound {
    font-size: 24px;
    line-height: 40px;
  }

  .dumpling-detail-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .button_dumpling_to_buy img {
    max-width: 280px;
  }

  .dumpling-detail-img-look,
  .dumpling-detail-img-olive {
    width: 100px;
    height: 40px;
    top: 32%;
  }

  .dumpling-detail-img .img-pelm-bottom {
    left: -13%;
  }

  .dumpling-detail-img {
    text-align: center;
  }
}

@media (max-width: 1400px) {
  .dumpling-detail-picture {
    max-width: 600px;
  }

  .dumpling-detail-img .img-pelm-top {
    top: -20px;
    right: -50px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    width: 200px;
    height: 220px;
    bottom: 0;
    left: -50px;
  }

  .dumpling-detail-img .img-pelm-corner {
    width: 300px;
    height: 300px;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    right: 50px;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    bottom: -50px;
  }

  .dumpling-detail-img .img-pelm-corner.ravioli {
    right: -20px;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-bottom {
    bottom: -30px;
    left: 0;
  }
}

@media (max-width: 1300px) {
  .dumpling-tag {
    font-size: 18px;
    line-height: 24px;
  }

  .dumpling-detail-category {
    font-size: 60px;
    line-height: 60px;
  }

  .dumpling-detail-name {
    font-size: 28px;
    line-height: 40px;
  }

  .dumpling-detail-compound {
    font-size: 24px;
    line-height: 40px;
  }

  .dumpling-detail-text {
    font-size: 18px;
  }

  .button_dumpling_to_buy img {
    max-width: 280px;
  }

  .dumpling-detail-picture {
    max-width: 500px;
  }

  .dumpling-detail-img .img-pelm-top {
    width: 170px;
    height: 170px;
    right: 0;
  }

  .dumpling-detail-img .img-pelm-bottom {
    width: 170px;
    height: 170px;
    left: 0;
  }

  .dumpling-detail-img .img-pelm-corner {
    width: 250px;
    height: 250px;
    bottom: -100px;
  }

  .dumpling-detail-img .img-pelm-bottom.mini_dump {
    bottom: 50px;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    width: 130px;
    height: 130px;
    right: 100px;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    bottom: 0;
    left: 8%;
  }

  .dumpling-detail-img .img-pelm-corner.ravioli {
    right: 0;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-bottom {
    bottom: 70px;
  }

  .dumpling-detail-img .img-pelm-bottom.fried_pelm,
  .dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
    bottom: 100px;
  }

  .dumpling-detail-img .img-pelm-corner.fried_pelm,
  .dumpling-detail-img .img-pelm-corner.fried_pelm_butter {
    bottom: 0;
  }
}

@media (max-width: 1200px) {
  .section-dumpling-detail {
    background-size: 60%;
    padding-top: 70px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    left: -30px;
  }

  .dumpling-detail-img .img-pelm-top.fried_pelm,
  .dumpling-detail-img .img-pelm-top.fried_pelm_butter {
    width: 120px;
    right: -20px;
    top: 0;
  }

  .dumpling-detail-img .img-pelm-bottom.fried_pelm,
  .dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
    width: 150px;
    bottom: 130px;
    left: 0;
  }
}

@media (max-width: 991px)  {
  .section-dumpling-detail {
    height: auto;
    background-size: 0;
    padding-right: clamp(1rem, 5.65vw, 6.75rem);
  }

  .row-dumpling-detail {
    flex-wrap: wrap;
  }

  .dumpling-detail-back {
    text-transform: capitalize;
    font-size: 16px;
    gap: 0;
  }

  .dumpling-detail-info,
  .dumpling-detail-img {
    width: 100%;
  }

  .dumpling-detail-info {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .dumpling-detail-text {
    width: 60%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .dumpling-detail-cooking-time {
    font-size: 16px;
    line-height: 24px;
    gap: 5px;
    max-width: 135px;
    padding: 7px 0;
    margin: 15px 0;
  }

  .dumpling-detail-cooking-time img {
    width: 24px;
  }

  .button_dumpling_to_buy {
    max-width: 200px;
  }

  .dumpling-detail-img {
    text-align: center;
  }

  .dumpling-detail-bgr-picture {
    display: block;
  }

  .dumpling-detail-picture {
    max-height: 500px;
  }

  .dumpling-detail-img-look,
  .dumpling-detail-img-olive,
  .dumpling-detail-img-fried-pelm,
  .dumpling-detail-img-fried-pelm-butter {
    width: 90px;
    height: 40px;
    filter: blur(2px);
    top: -20px;
    right: -20px;
  }

  .dumpling-detail-img .img-pelm-top {
    width: 130px;
    height: 130px;
/*    filter: blur(2px);*/
    top: -150px;
    right: -30px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    height: 250px;
    bottom: -120px;
    left: -130px;
  }

  .dumpling-detail-img .img-pelm-corner {
    display: none;
  }

  .dumpling-detail-img .img-pelm-bottom.mini_dump {
    bottom: -120px;
    left: -100px;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    right: 0;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    height: 150px;
  }

  .dumpling-detail-img .img-pelm-top.fried_pelm,
  .dumpling-detail-img .img-pelm-top.fried_pelm_butter {
    top: -150px;
  }

  .dumpling-detail-img .img-pelm-bottom.fried_pelm,
  .dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
    width: 170px;
    bottom: -100px;
    left: -50px;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-bottom {
    bottom: -120px;
    left: -130px;
  }
}

@media (max-width: 757px) {
  .dumpling-detail-back {
    font-size: 14px;
  }

  .dumpling-detail-info {
    color: var(--text-white);
  }

  .dumpling-tag {
    font-size: 14px;
    line-height: 20px;
  }

  .dumpling-detail-category {
    font-size: 40px;
    line-height: 40px;
  }

  .dumpling-detail-name,
  .dumpling-detail-compound {
    font-size: 16px;
    line-height: 24px;
  }

  .dumpling-detail-text {
    width: 100%;
  }

  .dumpling-detail-picture {
    max-height: 400px;
  }

  .dumpling-detail-img .img-pelm-top {
    top: -100px;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    width: 100px;
    height: 100px;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    left: 5%;
    bottom: -30px;
  }

  .dumpling-detail-img .img-pelm-top.fried_pelm,
  .dumpling-detail-img .img-pelm-top.fried_pelm_butter {
    top: -120px;
  }
}

@media (max-width: 575px) {
  .dumpling-detail-img-look,
  .dumpling-detail-img-olive,
  .dumpling-detail-img-fried-pelm,
  .dumpling-detail-img-fried-pelm-butter {
    top: 0;
  }

  .dumpling-detail-picture {
    max-height: 300px;
  }

  .dumpling-detail-img .img-pelm-top {
    width: 100px;
    height: 100px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    bottom: -150px;
    left: -80px;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    left: -5%;
  }

  .dumpling-detail-img .img-pelm-top.fried_pelm,
  .dumpling-detail-img .img-pelm-top.fried_pelm_butter {
    width: 90px;
    height: 100px;
    top: -120px;
  }

  .dumpling-detail-img .img-pelm-bottom.fried_pelm,
  .dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
    width: 150px;
    bottom: -150px;
  }
}

@media (max-width: 400px) {
  .dumpling-detail-img-look,
  .dumpling-detail-img-olive {
    width: 70px;
    height: 25px;
  }

  .dumpling-detail-text {
    font-size: 14px;
  }

  .dumpling-detail-picture {
    max-height: none;
    width: 100%;
  }

  .dumpling-detail-img .img-pelm-top {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    width: 150px;
    height: 150px;
    bottom: -40px;
    left: -80px;
  }

  .dumpling-detail-img .img-pelm-bottom.mini_dump {
    bottom: -40px;
    left: -80px;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    left: -50px;
    bottom: -60px;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-bottom {
    bottom: -80px;
    left: -100px;
  }
}

@media (max-width: 320px) {
  .dumpling-detail-img .img-pelm-top,
  .dumpling-detail-img .img-pelm-bottom {
    display: none;
  }
}

@media (min-width: 1500px) {
  .dumpling-detail-img .img-pelm-corner.ravioli {
    right: -6%;
  }

  .dumpling-detail-img .img-pelm-bottom.fried_pelm,
  .dumpling-detail-img .img-pelm-bottom.fried_pelm_butter {
    bottom: -40px;
  }

  .section-supermeni .dumpling-detail-picture {
    position: relative;
    left: 50px;
  }
}

@media (min-width: 1600px) {
  .dumpling-detail-img .img-pelm-top {
    right: 5%;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    right: 13%;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    left: 6%;
  }

  .dumpling-detail-img .img-pelm-top.fried_pelm,
  .dumpling-detail-img .img-pelm-top.fried_pelm_butter {
    right: 10px;
    top: 0;
  }
}

@media (min-width: 1700px) {
  .section-dumpling-detail {
    background-size: auto;
  }

  .detail-bigbuli .dumpling-detail-text {
    max-width: none;
  }

  .dumpling-detail-picture {
    max-width: none;
  }

  .dumpling-detail-img .img-pelm-bottom {
    width: 300px;
    height: 250px;
    bottom: -80px;
    left: -8%;
  }

  .dumpling-detail.detail-supermeni {
    height: 800px;
  }

  .dumpling-detail-img .img-pelm-corner.ravioli {
    right: 0;
  }
}

@media (min-width: 1800px) {
  .dumpling-detail-img .img-pelm-top {
    right: 80px;
  }

  .dumpling-detail-img .img-pelm-top.ravioli {
    right: 150px;
  }

  .dumpling-detail-img .img-pelm-bottom {
    left: 0;
  }

  .dumpling-detail-img .img-pelm-bottom.ravioli {
    left: 100px;
  }

  .detail-supermeni .dumpling-detail-img-look {
    right: -60px;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-top {
    right: 100px;
  }

  .detail-supermeni .dumpling-detail-img .img-pelm-bottom {
    left: -8%;
  }
}

@media (min-width: 1900px) {
  .dumpling-detail-category {
    font-size: 80px;
    line-height: 80px;
  }

  .dumpling-detail-compound {
    font-size: 32px;
  }

  .dumpling-detail-name {
    font-size: 40px;
  }

  .dumpling-detail-text {
    font-size: 24px;
    line-height: 36px;
    max-width: 630px;
  }

  .dumpling-detail-cooking-time {
    font-size: 28px;
    line-height: 40px;
  }

  .detail-supermeni .dumpling-detail-picture {
    padding-left: 20px;
  }
}

@media (min-width: 2200px){
  body.dumpling .main__container {
    overflow: visible;
  }

  .section-dumpling-detail {
    overflow: visible;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/dumplings/style.css?174912744818395 */
