#sg_b.sungroup .recipe-active {
  display: flex !important;
}

#sg_b.sungroup .recipes-popup-section {
  position: fixed;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9;
}

#sg_b.sungroup .recipes-popup-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #606265 0%, rgba(96, 98, 101, 0) 100%), #2D3035;
  opacity: 0.95
}

#sg_b.sungroup .recipe {
  max-width: 1360px;
  width: 100%;
  height: calc(100% - 70px);
  overflow-y: scroll;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  background: radial-gradient(83.75% 83.75% at 50% 28.09%, #4F4E55 0%, rgba(79, 78, 85, 0) 100%), #0E0C12;
  box-shadow: 0px 199px 80px rgba(0, 0, 0, 0.03), 0px 112px 67px rgba(0, 0, 0, 0.1), 0px 50px 50px rgba(0, 0, 0, 0.17), 0px 12px 27px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

#sg_b.sungroup .recipe_exit {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

#sg_b.sungroup .recipe-pop-title {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 36px;
  line-height: 36px !important;
  color: #fff;
  margin: 24px auto 60px;
  text-transform: lowercase;
}

#sg_b.sungroup .recipe-pop-title::first-letter {
  text-transform: uppercase;
}

#sg_b.sungroup .recipe-content {
  max-width: 100%;
  width: 100%;
}

#sg_b.sungroup .recipe-img {
  margin-right: 30px;
  box-shadow: 0px 199px 80px rgba(0, 0, 0, 0.03), 0px 112px 67px rgba(0, 0, 0, 0.1), 0px 50px 50px rgba(0, 0, 0, 0.17), 0px 12px 27px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

#sg_b.sungroup .recipe-content-section {
  max-width: calc(387px + 15px);
  width: 100%;
  max-height: 360px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: 15px;
}

#sg_b.sungroup .recipe-content-section:last-child {
  max-width: calc(460px + 15px);
  margin-right: 0;
}

#sg_b.sungroup .recipe-content-section div {
  text-align: left !important;
}

#sg_b.sungroup .recipe-content-section-name {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 17px;
  line-height: 24px !important;
  color: #B6963D;
  box-sizing: border-box;
  border-bottom: 2px solid #B6963D;
  width: max-content;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#sg_b.sungroup .recipe-content-section-name:nth-child(n+2) {
  margin: 20px 0;
}

#sg_b.sungroup .recipe-content-section-info {
  font-family: 'Segoe UI';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px !important;
  color: #fff;
  margin: 15px 0;
}

#sg_b.sungroup .recipe-content-section-desc {
  font-family: 'Segoe UI';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px !important;
  color: #fff;
}

#sg_b.sungroup .recipe-pop-title.prods {
  margin: 60px auto 30px;
}


#sg_b.sungroup .grupa.recipe-prods {
  max-width: 100%;
  width: 100%;
}


@media (max-width:1360px) {
  #sg_b.sungroup .recipe {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  #sg_b.sungroup .recipe-prods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}

@media (max-width:1320px) {
  #sg_b.sungroup .swiper-btn-cl,
  #sg_b.sungroup .recipe-name {
    max-width: calc(100% - 35px);
  }
}

@media (max-width:1250px) {
  #sg_b.sungroup .recipe-content-section {
    max-width: calc(300px + 15px);
  }
  #sg_b.sungroup .recipe-content-section:last-child {
    max-width: calc(350px + 15px);
  }
  #sg_b.sungroup .swiper-btn-cl,
  #sg_b.sungroup .recipe-name {
    max-width: calc(100% - 70px);
  }
  #sg_b.sungroup .recipe-prods {
    overflow-x: auto;
    max-width: 100%;
    justify-content: flex-start;
  }
  #sg_b.sungroup .recipe-prods .box_pro {
    max-width: 235px;
    width: 235px;
    min-width: 235px;
  }
}

@media (max-width:1000px) {
  #sg_b.sungroup .recipe-content-section {
    max-width: calc(220px + 15px);
  }
  #sg_b.sungroup .recipe-content-section:last-child {
    max-width: calc(270px + 15px);
  }
}

@media (max-width:900px) {
  #sg_b.sungroup .swiper-btn-cl,
  #sg_b.sungroup .recipe-name {
    max-width: calc(100% - 35px);
  }
}

@media (max-width:850px) {
  #sg_b.sungroup .recipe-content {
    flex-direction: column;
  }
  #sg_b.sungroup .recipe-img {
    margin: 0 auto;
  }
  #sg_b.sungroup .recipe-content-section {
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
    max-height: unset;
    overflow: unset;
    padding: 0;
  }
  #sg_b.sungroup .recipe-content-section:last-child {
    max-width: 100%;
  }
  #sg_b.sungroup .recipe {
    height: calc(100% - 70px);
    overflow-y: scroll;
    justify-content: flex-start;
  }
  #sg_b.sungroup .recipe-prods {
    overflow-x: auto;
    max-width: 100%;
    justify-content: flex-start;
    min-height: 479px;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width:800px) {
  #sg_b.sungroup .swiper-btn-cl,
  #sg_b.sungroup .recipe-name {
    max-width: calc(100% - 70px);
  }
  #sg_b.sungroup .swiper-wrapper .sg-box-pro-hidden-bg {
    background: linear-gradient(0deg, #0F1011 0%, rgba(15, 16, 17, 0) 87.81%);
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    z-index: 2;
  }
  #sg_b.sungroup .recipe-prods .box_pro {
    max-width: 235px;
    width: 235px;
    min-width: 235px;
  }
  #sg_b.sungroup .recipe-prods {
    min-height: 504px;
  }
}

@media (max-width:650px) {
  #sg_b.sungroup .swiper-btn-cl,
  #sg_b.sungroup .recipe-name {
    max-width: calc(100% - 20px);
  }
}

@media (max-width:500px) {
  #sg_b.sungroup .recipe-pop-title {
    font-size: 17px;
    line-height: 24px !important;
    margin-bottom: 30px;
  }
  #sg_b.sungroup .recipe-name {
    font-size: 15px;
    line-height: 20px !important;
    height: 40px;
    bottom: 75px;
  }
  #sg_b.sungroup .recipe-prods {
    min-height: 426px;
  }
}

@media (max-width:400px) {
  #sg_b.sungroup .recipe-prods .box_pro {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
  }
}
