

/* Start:/local/templates/.default/components/bitrix/news.detail/sausages/style.css?178039808719287*/
body.georgia {
  background: var(--background-detail-product-georgia);
}

body.asia {
  background: var(--background-detail-product-asia);
}

body.asia .header,
body.georgia .header {
  padding-bottom: 0;
}

.header__logo img:not(.logo_asia) {
  display: none;
}

body.georgia .header__logo img:not(.logo_asia) {
  display: block;
}

body.asia .logo_asia {
  display: block;
}

.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-sausage-detail {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-top: 100px;
}

.sausage-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;
}

.sausage-detail-back > svg {
  margin-right: 10px;
}

.sausage-detail {
  position: relative;
  z-index: 20;
}

.row-sausage-detail {
  display: flex;
}

.sausage-detail-info {
  width: 44%;
  color: var(--text-color);
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}

.sausage-detail-img {
  width: 56%;
  text-align: right;
  position: relative;
}

.img-center {
  text-align: center;
}

.sausage-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}

.sausage-tag {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.sausage-detail-category {
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  font-family: "GilroyReg";
  margin-bottom: 25px;
}

.sausage-detail-name {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  padding: 0 15px;
  margin-bottom: 5px;
}

.row-sausage-fo-bo .sausage-detail-name {
  background: #C7BDDE;
  color: #422851;
}

.row-sausage-myaso-po-sychuanski .sausage-detail-name {
  background: #F8BEA9;
  color: #972117;
}

.row-sausage-vasabi-chili .sausage-detail-name {
  background: #C8E7F2;
  color: #223AA8;
}

.row-kebab-po-gruzinski .sausage-detail-name {
  background: #F8BECC;
  color: #5C1637;
}

.row-myaso-po-adzharski .sausage-detail-name {
  background: #F7AB9C;
  color: #8B2E2E;
}

.row-adzhika-chili .sausage-detail-name {
  background: #F59887;
  color: #791215;
}

/*.sausage-detail-cooking-time {
  color: var(--text-time-color);
  font-size: 22px;
  line-height: 30px;
  display: flex;
  gap: 10px;
  max-width: 200px;
  background-image: url("/local/templates/.default/components/bitrix/news.detail/sausage/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;
}*/

.sausage-detail-text {
  font-size: 24px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.sausage-detail-text br {
  display: block;
}

.sausage-detail-btns {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 10px;
}

.button_sausage_to_buy {
  position: relative;
  z-index: 20;
  padding: 0;
}

.button_sausage_to_buy img {
  max-width: 250px;
  width: 100%;
}

.sausage_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));
}

.sausage-detail-btns .button_sausage_to_buy img {
  max-width: 240px;
}

.button_sausage_more {
  height: 85px;
  text-decoration: none;
  position: relative;
}

.sausage_detail_more,
.sausage_detail_more_hover {
  height: 70px;
}

.sausage_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_sausage_more:hover .sausage_detail_more_hover {
  opacity: 1;
}

.sausage_more_text {
  font-size: 22px;
  font-weight: 600;

  text-align: center;
  max-width: 230px;
  color: var(--text-color-button);
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}

.btn_more_sausages {
  display: flex;
  width: 250px;
  position: relative;
  justify-content: center;
  height: 90px;
}

.btn_more_sausages img {
  max-width: 240px;
  width: 100%;
  height: 90px;
}

.sausage-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: -100px;
}

.sausage-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;
}

.sausage-detail-img-seed {
  width: 100px;
  height: 100px;
  background-image: url(/local/templates/.default/components/bitrix/news.detail/sausages/img/pomegranate_seed.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 200px;
}

.sausage-detail-img-parsley-bottom {
  width: 130px;
  height: 130px;
  background-image: url(/local/templates/sausages/img/parsley.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -80px;
  bottom: 150px;
}

.sausage-detail-img-block-mob {
  position: relative;
}

.sausage-detail-picture {
  width: 100%;
  max-width: 800px;
  position: relative;
  bottom: 0;
  right: 0;
}

.sausage-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;
}

.sausage-detail-spicy-img {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: -10px;
}

.sausage-detail-img .img-pepper-top,
.sausage-detail-img .img-pepper-bottom,
.sausage-detail-img .img-parsley-top,
.sausage-detail-img .img-seed-bottom {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.sausage-detail-img .img-pepper-top {
  background-image: url(/local/templates/asia/img/pepper.png);
  width: 150px;
  height: 150px;
  top: -120px;
  right: -20px;
}

.sausage-detail-img .img-pepper-bottom {
  background-image: url(/local/templates/asia/img/pepper2.png);
  width: 150px;
  height: 150px;
  bottom: 250px;
  left: 0;
}

.sausage-detail-img .img-parsley-top {
  width: 150px;
  height: 150px;
  background-image: url(/local/templates/.default/components/bitrix/news.detail/sausages/img/parsley.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -100px;
}

.sausage-detail-img .img-seed-bottom {
  width: 70px;
  height: 70px;
  background-image: url(/local/templates/.default/components/bitrix/news.detail/sausages/img/pomegranate_seed2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50px;
  bottom: 350px;
}

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-sausage-fo-bo .sausage-detail-picture {
  position: relative;
  z-index: -1;
  top: -60px;
}


@media (max-width: 1500px) {
  .sausage-detail-name {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }

  .sausage-detail-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .sausage-detail-img-look-bottom {
    right: 0;
  }

  .sausage-detail-img .img-pepper-bottom {
    width: 120px;
    height: 120px;
  }

  .sausage-detail-img-look-bottom {
    bottom: 60px;
  }

  .sausage-detail-img-seed {
    top: 150px;
  }

  .sausage-detail-img .img-seed-bottom {
    left: -80px;
  }

  .sausage-detail-img-parsley-bottom {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .sausage-detail-name {
    padding-bottom: 0;
  }

  .sausage-detail-img {
    display: flex;
    align-items: center;
  }

  .sausage-detail-img .img-pepper-top {
    width: 130px;
    height: 130px;
    top: -130px;
    right: -10px;
  }

  .sausage-detail-img .img-pepper-bottom {
    bottom: -20px;
  }

  .sausage-detail-img-seed {
    width: 80px;
    height: 80px;
    top: 170px;
  }

  .sausage-detail-img .img-seed-bottom {
    width: 50px;
    height: 50px;
    left: -50px;
    bottom: 300px;
  }

  .sausage-detail-img-parsley-bottom {
    width: 100px;
    height: 100px;
    right: 80px;
    bottom: 100px;
  }
}

@media (max-width: 1300px) {
  .sausage-tag {
    font-size: 18px;
    line-height: 24px;
  }

  .sausage-detail-category {
    font-size: 60px;
    line-height: 60px;
  }

  .sausage-detail-name {
    font-size: 22px;
    line-height: 38px;
  }

  .sausage-detail-text {
    font-size: 20px;
    line-height: 32px;
  }

  .sausage-detail-cooking-time {
    max-width: 180px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button_sausage_to_buy img {
    max-width: 230px;
  }

  .sausage-detail-img-look {
    top: 90px;
    right: -130px;
  }

  .sausage-detail-img .img-pepper-top {
    right: 0;
  }

  .sausage-detail-img-seed {
    right: -60px;
  }

  .sausage-detail-img .img-seed-bottom {
    bottom: 200px;
    left: 0;
  }

  .sausage-detail-img-parsley-bottom {
    bottom: 50px;
  }
}

@media (max-width: 1200px) {
  .section-sausage-detail {
    padding-top: 70px;
  }

  .sausage-detail-text > br {
    display: none;
  }

  .sausage-detail-btns .button_sausage_to_buy img {
    height: 70px;
  }

  .button_sausage_more {
    height: 80px;
  }

  .btn_more_sausages {
    width: 200px;
    height: 70px;
    font-size: 17px;
  }

  .btn_more_sausages img {
    width: 200px;
    height: 70px;
  }

  .btn_more_sausages span {
    padding-top: 11px;
  }

  .sausage_detail_more,
  .sausage_detail_more_hover {
    max-width: 200px;
    width: 100%;
    height: 60px;
  }

  .sausage_more_text {
    font-size: 18px;
    top: 18px;
  }

  .sausage-detail-img-look {
    width: 150px;
    height: 150px;
  }

  .sausage-detail-img .img-pepper-bottom {
    bottom: 90px;
    left: 0;
  }

  .sausage-detail-img-look-bottom {
    display: none;
  }

  .row-sausage-fo-bo .sausage-detail-picture {
    top: -50px;
  }

  .sausage-detail-img-parsley-bottom {
    bottom: 0;
    right: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sausage-detail-spicy-img {
    top: 40px;
    left: 0;
  }

  .sausage-detail-spicy-img img {
    width: 150px !important;
  }
}

@media (max-width: 1080px) {
  .sausage-detail-spicy-img {
    left: -10px;
  }

  .sausage-detail-img-parsley-bottom {
    bottom: -50px;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .section-sausage-detail {
    height: auto;
    background-size: 0;
    padding-right: clamp(1rem, 5.65vw, 6.75rem);
  }

  .row-sausage-detail {
    flex-wrap: wrap;
  }

  .sausage-detail-back {
    text-transform: capitalize;
    font-size: 16px;
    gap: 0;
  }

  .sausage-detail-info,
  .sausage-detail-img {
    width: 100%;
  }

  .sausage-detail-info {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .sausage-detail-text {
    width: 60%;
/*    font-size: 18px;
    line-height: 24px;*/
    margin-bottom: 20px;
  }

  .sausage-detail-cooking-time {
    font-size: 16px;
    line-height: 24px;
    gap: 5px;
    max-width: 135px;
    padding: 7px 0;
    margin: 15px 0;
  }

  .sausage-detail-cooking-time img {
    width: 24px;
  }

  .button_sausage_to_buy,
  .sausage_detail_more,
  .sausage_detail_more_hover {
    max-width: 200px;
  }

  .sausage_detail_more,
  .sausage_detail_more_hover {
    height: 58px;
  }

  .sausage-detail-btns .button_sausage_to_buy,
  .sausage-detail-btns .button_sausage_to_buy img {
    height: auto;
  }

  .button_sausage_more {
    height: auto;
    padding-bottom: 5px;
  }

  .sausage_more_text {
    font-size: 18px;
    top: 16px;
  }

  .sausage-detail-picture {
    right: -5.70vw;
  }

  .sausage-detail-img {
    text-align: right;
    right: -55px;
  }

  .sausage-detail-spicy-img {
    left: 40px;
  }

  .sausage-detail-bgr-picture {
    display: block;
  }

  .sausage-detail-img-look {
    top: 50px;
    right: 80px;
  }

  .sausage-detail-img-look-bottom {
    display: none;
  }

  .sausage-detail-img .img-pepper-top {
    top: -150px;
  }

  .sausage-detail-img .img-pepper-bottom {
    left: -20px;
    bottom: -10px;
  }

  .sausage-detail-img-parsley-bottom {
    display: none;
  }

  .sausage-detail-img-seed {
    right: 100px;
    top: 80px;
  }
}

@media (max-width: 880px) {
  .sausage-detail-picture {
    right: 0;
  }

  .sausage-detail-spicy-img {
    left: -10px;
  }
}

@media (max-width: 757px) {
  .sausage-detail-back {
    font-size: 14px;
  }

  .sausage-detail-info {
    color: var(--text-white);
  }

  .sausage-tag {
    font-size: 14px;
    line-height: 20px;
  }

  .sausage-detail-category {
    font-size: 40px;
    line-height: 40px;
  }

  .sausage-detail-name {
    font-size: 16px;
    line-height: 24px;
  }

  .sausage-detail-text {
    width: 100%;
  }

  .sausage-detail-img-look {
    filter: blur(1px);
    right: 0;
  }

  .sausage-detail-img {
    right: -45px;
  }

  .sausage-detail-img .img-pepper-top {
    top: -120px;
  }

  .row-sausage-fo-bo .sausage-detail-picture {
    top: -40px;
  }

  .sausage-detail-img-look {
    right: 0;
    top: 20px;
  }

  .sausage-detail-img .img-pepper-bottom {
    bottom: 10px;
    left: -60px;
  }

  .sausage-detail-img-seed {
    right: 50px;
    top: 50px;
  }

  .sausage-detail-img .img-parsley-top {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .sausage-detail-img .img-seed-bottom {
    bottom: 100px;
    left: -50px;
  }
}

@media (max-width: 575px) {
  .sausage-detail-btns {
    display: block;
  }

  .button_sausage_to_buy,
  .sausage_detail_more,
  .sausage_detail_more_hover {
    display: block;
  }

  .button_sausage_more {
    padding-bottom: 0;
  }

  .sausage_detail_more,
  .sausage_detail_more_hover {
    padding-inline: 6px;
  }

  .button_sausage_more:hover .sausage_detail_more_hover {
    top: 0;
  }

  .sausage_more_text {
    max-width: 200px;
    font-size: 18px;
    top: 17px;
  }

  .sausage-detail-img-look {
    width: 120px;
    height: 120px;
    top: 30px;
    right: -40px;
  }

  .sausage-detail-img .img-pepper-top {
    width: 100px;
    height: 100px;
  }

  .sausage-detail-img .img-pepper-bottom {
    width: 100px;
    height: 100px;
    left: -50px;
  }

  .sausage-detail-picture {
    right: 10px;
  }

  .row-sausage-fo-bo .sausage-detail-picture {
    top: -30px;
  }

  .sausage-detail-spicy-img {
    left: -20px;
  }

  .sausage-detail-text br {
    display: none;
  }

  .sausage-detail-img-seed {
    right: 0;
    top: 70px;
  }
}

@media (max-width: 440px){
  .sausage-detail-img-look {
    right: -40px;
  }
}

@media (max-width: 400px) {
/*  .sausage-detail-text {
    font-size: 16px;
  }*/

  .sausage-detail-picture {
    max-height: none;
    width: 100%;
  }

  .sausage-detail-img .img-pepper-bottom {
    bottom: -20px;
    left: -80px;
  }

  .row-sausage-fo-bo .sausage-detail-picture {
    top: -20px;
  }
}

@media (max-width: 320px) {
  .sausage-detail-img .img-pepper-top {
    display: none;
  }

  .sausage-detail-img .img-pepper-bottom {
    display: block;
  }
}

@media (min-width: 1500px) {
  .sausage-detail-picture {
    bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .sausage-detail-img-look-bottom {
    bottom: -80px;
  }

  .sausage-detail-img .img-pepper-top {
    right: 0;
  }

  .row-sausage-fo-bo .sausage-detail-picture {
    top: -70px;
  }

  .sausage-detail-spicy-img {
    left: 20px;
  }
}

@media (min-width: 1700px) {
  .section-sausage-detail {
    background-size: auto;
  }

  .sausage-detail-picture {
    max-width: 900px;
    position: relative;
    bottom: 90px;
    right: 0;
  }

  .sausage-detail-img-look {
    width: 250px;
    height: 250px;
    top: 90px;
    right: -150px;
  }

  .sausage-detail-img-look-bottom {
    bottom: -50px;
  }


  .sausage-detail-spicy-img {
    top: 20px;
    left: -10px;
  }
}

@media (min-width: 1800px) {
  .sausage-detail-name {
    font-size: 32px;
  }

  .sausage-detail-btns .button_sausage_to_buy img {
    max-width: 300px;
  }

  .sausage-detail-btns .btn_more_sausages {
    width: 300px;
    height: 110px
  }

  .sausage-detail-btns .btn_more_sausages img {
    max-width: 300px;
    height: 110px;
  }

  .sausage-detail-img-look-bottom {
    right: 50px;
    bottom: 50px;
  }

  .sausage-detail-img .img-pepper-top {
    right: 0;
  }

  .sausage-detail-img .img-pepper-bottom {
    left: 20px;
  }


  .row-sausage-fo-bo .sausage-detail-picture {
    top: -80px;
  }

  .sausage-detail-spicy-img {
    left: 20px;
  }
}

@media (min-width: 1900px) {
  .sausage-detail-category {
    font-size: 120px;
    line-height: 120px;
  }

  .sausage-detail-name {
    font-size: 40px;
  }

  .sausage-detail-text {
    font-size: 28px;
    line-height: 38px;
    max-width: 7000px;
    margin-bottom: 40px;
  }

  .sausage-detail-text br {
    display: block;
  }

  .sausage-detail-cooking-time {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }

  .button_sausage_to_buy img {
    max-width: 300px;
  }

  .sausage-detail-img-look {
    top: 150px;
  }

  .sausage-detail-spicy-img {
    left: 40px;
  }

  .sausage-detail-spicy-img > img {
    width: 290px !important;
  }

  .sausage-detail-img-seed {
    top: 230px;
  }

  .sausage-detail-img-parsley-bottom {
    width: 150px;
    height: 150px;
    bottom: 80px;
  }
}

@media (min-width: 2200px){
  body.sausage .main__container {
    overflow: visible;
  }

  .section-sausage-detail {
    background-size: contain;
    overflow: visible;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/sausages/style.css?178039808719287 */
