

/* Start:/local/templates/Sibuki/components/bitrix/news.list/topBanner-v1/style.css?16776640082258*/
.top-banner {
  padding-top: 30px;
  position: relative;
}

.top-banner-main-content {
  color: #ffffff;
  display: flex;
  position: inherit;
  z-index: 1;
}

.top-banner-left {
  flex-basis: 50%;
  padding-top: 7%;
  z-index: 1;
}

.top-banner-right {
  flex-basis: 50%;
  min-height: 510px;
  z-index: 0;
}

.top-banner-background-image {
  max-width: 900px;
  position: absolute;
  bottom: 0;
  right: -100px;
}

.top-banner-main-content-title {
  font-size: 3em;
  margin-bottom: 1.25rem;
}

.top-banner-main-content-text {
  margin-bottom: 68px;
  max-width: 470px;
}

.top-banner-main-content-know-more-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.75em;
  background-color: #000000;
  padding: 11px 30px;
  border-radius: 42px;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  width: 105px;
}

.top-banner-main-content-know-more-button:hover {
  transform: scale(110%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.top-banner__button-text::after {
  background-image: url("/local/templates/Sibuki/components/bitrix/news.list/topBanner-v1/images/white-arrow.svg");
  margin-left: 10px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
}

@media (max-width: 1023px) {
  .top-banner {
    padding-top: 0;
  }

  .top-banner-main-content {
    flex-direction: column;
  }

  .top-banner-left {
    flex-basis: 100%;
  }
  .top-banner-right {
    flex-basis: 100%;
    min-height: 350px;
  }

  .top-banner-background-image {
    max-width: 100%;
    right: auto;
    bottom: -1%;
  }
}
@media (max-width: 768px) {
  .top-banner-right {
    min-height: 350px;
  }

  .top-banner-main-content-title {
    font-size: 1.6em;
    margin-bottom: 1rem;
  }

  .top-banner-main-content-text {
    font-size: 0.85em;
    margin-bottom: 40px;
  }
}

@media (max-width: 667px) {
  .top-banner-right {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  .top-banner-right {
    min-height: 190px;
  }
}
@media (max-width: 420px) {
  .top-banner-right {
    min-height: 160px;
  }
}
@media (max-width: 375px) {
  .top-banner-right {
    min-height: 125px;
  }
}
@media (max-width: 320px) {
  .top-banner-right {
    min-height: 80px;
  }
  .top-banner-background-image {
    display: none;
  }
}

/* End */


/* Start:/local/templates/Sibuki/components/bitrix/news.list/aboutUs-v1/style.css?16800441581809*/
.about-us {
    margin-bottom: 96px;
    position: relative;
}

.about-us .main-content-info-title {
    margin-bottom: 1.7rem;
}

.about-us-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px,auto));
    gap: 20px 20px;
}

.about-us-info-photo {
    width: 100%;
}

.about-us-info-text {
    padding-top: 20px;
}

.about-us-info-text p {
    margin-bottom: 1rem;
}

.about-us-info-text hr {
    border: 1px solid #EFEFEF;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-us__social-link {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.about-us__social-link::after {
    background-image: url("/local/templates/Sibuki/components/bitrix/news.list/aboutUs-v1/images/orange-arrow.svg");
    background-repeat: no-repeat;
    margin-left: 32px;
    content: "";
    width: 12px;
    height: 13px;
    position: absolute;
    top: 25%;
}

@media (max-width: 1023px) {
    .about-us {
        margin-bottom: 40px;
    }
    .about-us-info-text h2 {
        font-size: 1.1em;
        margin-bottom: .5rem;
        line-height: 1.6;
    }
    .about-us-info-text p {
        font-size: .9em;
    }
    .about-us-info-text hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .about-us__social-link {
        font-size: .9em;
    }
}

@media (max-width: 768px) {
    p.small-hidden {
        display: none;
    }
}

@media (max-width: 568px) {
    .about-us-info {
        grid-template-columns: repeat(1, minmax(150px,auto));
    }

    .small-hidden {
        display: initial;
    }

    .about-us-info-text {
        order: -1;
    }

    .about-us__social-link {
        position: absolute;
        top: 19px;
        right: 30px;
        margin-top: 0;
    }

    .about-us__social-link::after {
        margin-left: 34px;
        top: 20%;
    }
}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/news.list/usAdvantages-v1/style.css?16783592341390*/
.us-advantages-cards {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(4, minmax(0,1fr));
}

.us-advantages-cards-card {
    border-radius: 20px;
    background-color: #F7F7F7;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.us-advantages-cards-card-photo {
    height: 80px;
    width: 80px;
    margin-bottom: 2rem;
}

.us-advantages-cards-card .block-text-title {
    max-width: 9ch;
}

@media (max-width: 1023px) {

    .us-advantages {
        margin-bottom: 40px;
    }

    .us-advantages-cards {
        grid-template-columns: repeat(2, minmax(0,auto));
    }
    
    .us-advantages-cards-card {
        flex-direction: row;
        gap: 20px;
    }
    
    .us-advantages-cards-card-photo {
        height: 64px;
        width: 64px;
        margin-bottom: 20px;
    }

    .us-advantages-cards-card .block-text-title {
        max-width: none
    }
}

@media (max-width: 680px) {
    .us-advantages-cards-card {
        flex-direction: column;
        gap: 0;
    }
    .us-advantages-cards-card-text {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .us-advantages-cards {
        gap: 10px 10px;
    }
}

@media (max-width: 428px) {
    .us-advantages-cards {
        grid-template-columns: repeat(1, minmax(0,auto));
    }
    .us-advantages-cards-card {
        flex-direction: row;
        gap: 20px;
    }
}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/catalog.section.list/sectionList-v1/style.css?16780821991102*/
.product-catalog .main-content-info-title {
    margin-bottom: 48px;
}

.product-catalog-sections {
    display: flex;
    min-height: 30px;
    margin-bottom: 104px;
}

.product-catalog-sections-section {
    color: #ababab;
    padding-bottom: 8px;
    cursor: pointer;
}

.product-catalog-sections-section:hover {
    color: #000;
}

.product-catalog-sections-section:not(:first-of-type) {
    margin-left: 24px;
}

.product-catalog-sections-section.selected-section {
    color: #000;
    border-bottom: 2px solid #F54108;
}

@media (max-width: 1023px) {
    .product-catalog .main-content-info-title {
        margin-bottom: 20px;
    }

    .product-catalog-sections {
        margin-bottom: 56px;
    }

    .product-catalog-sections-section {
        font-size: 14px;
        margin-left: 0 !important;
        margin-right: 24px;
    }

    .product-catalog-sections-section.selected-section {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .product-catalog-sections {
        flex-direction: column;
    }
	.product-catalog-sections-section{
    	max-width: 212px;
	}
}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/catalog.section/productList-v1/style.css?171878851712285*/
.active-product {
    display: flex !important;
}

.product-catalog-product-list {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 100%));
    grid-auto-flow: row dense;
}

.product-catalog-product-list-card {
    max-width: 100%;
    height: 350px;
    margin: 5rem 0;
    border-radius: 20px;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.product-catalog-product-list-card__bottom-block {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    --mask: conic-gradient(from 115deg at top,#0000,#000 1deg 129deg,#0000 130deg) 50%/34.31px 100%;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.product-catalog-product-list-card-product-image,
.product-catalog-product-list-card-product-hover-image {
    position: absolute;
    transition: opacity .2s linear;
    max-height: 360px;
}

.product-catalog-product-list-card-product-image {
    max-width: 70%;
    bottom: 27%;
}

.product-catalog-product-list-card-product-hover-image {
    max-width: 90%;
    top: -20%;
}
[data-group="section-3"] .product-catalog-product-list-card-product-hover-image {
    max-width: 70%;
}

.product-catalog-product-list-card:hover .product-catalog-product-list-card-product-image,
.product-catalog-product-list-card-product-hover-image {
    opacity: 0;
}

.product-catalog-product-list-card:hover .product-catalog-product-list-card-product-hover-image {
    opacity: 1;
}

.product-catalog-product-list-card-text {
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.product-catalog-product-list-card-text-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8px;
}

.product-catalog-product-list-card-text-title-name-product {
    font-weight: 600;
    font-size: 24px;
}

.product-catalog-product-list-card-text-title-name-section {
    font-weight: 500;
    font-size: 12px;
}

.product-catalog-product-list-card-text-title-quantity {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-catalog-product-list-card-text-title-quantity-button {
    max-height: 0;
    transition: max-height .35s linear;
    overflow: hidden;
}

.product-catalog-product-list-card:hover .product-catalog-product-list-card-text-title-quantity-button {
    max-height: 100px;
}

.product-catalog-product-list-card-text-title-quantity-button-arrow {
    height: 24px;
    width: 24px;
}

.product-catalog-product-list-card-text-title-quantity-number,
.product-catalog-product-list-card-text-title-quantity-weight {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 4px;
}

.product-catalog-product-list-card-text-preview {
    font-weight: 400;
    font-size: 12px;
    max-height: 0;
    transition: max-height .35s linear;
    overflow: hidden;
}

.product-catalog-product-list-card:hover .product-catalog-product-list-card-text-preview {
    max-height: 300px;
}

/* MEDIA */

@media (max-width: 1023px) {
    .product-catalog-product-list {
        grid-template-columns: repeat(3, minmax(0, 100%));
    }

    .product-catalog-product-list-card {
        margin: 48px 0;
        border-radius: 20px;
    }

    .product-catalog-product-list-card-product-image {
        display: none;
    }

    .product-catalog-product-list-card-product-hover-image {
        opacity: 1;
    }

    .product-catalog-product-list-card-text-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .name-with-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-catalog-product-list-card-text-title-name {
        width: 100%;
        margin-bottom: 8px;
    }

    .product-catalog-product-list-card-text-title-quantity {
        flex-direction: row;
    }

    .product-catalog-product-list-card-text-title-quantity-number:after {
        content: '\2022';
        margin-right: 3px;
    }

    .product-catalog-product-list-card-text-preview {
        max-height: fit-content;
    }

     .product-catalog-product-list-card-text-title-quantity-button {
        max-height: fit-content;
    }

    .product-catalog-product-list-card-text-title-quantity-button-arrow {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 960px) {
    .product-catalog-product-list-card-product-hover-image {
        top: -22%;
    }
}

@media (max-width: 880px) {
    .product-catalog-product-list-card-product-hover-image {
        top: -12%;
    }
}

@media (max-width: 768px) {

    .product-catalog-product-list {
        grid-template-columns: repeat(2, minmax(0, 100%));
    }

    .product-catalog-product-list-card {
        height: 280px;
        margin-bottom: 60px;
    }

    .product-catalog-product-list-card-product-hover-image {
        top: -30%;
        max-width: 80%;
    }

    .product-catalog-product-list-card-text {
        padding: 0 1rem 2rem 1rem
    }

    .product-catalog-product-list-card-text-title-name-product {
        font-size: 1.1em;
    }

    .product-catalog-product-list-card-text-title-name-section {
        font-size: 0.75em;
    }

}

@media (max-width: 667px) {

    .product-catalog-product-list-card {
        margin-bottom: 40px;
    }

    .product-catalog-product-list-card-product-hover-image {
        top: -20%;
    }

        .product-catalog-product-list-card__bottom-block {
        height: 75%;
    }
}

@media (max-width: 568px) {

	.product-catalog-product-list-card-product-hover-image {
        top: -22%;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .product-catalog-product-list {
        column-gap: 10px;
    }
}

@media (max-width: 375px) {

    .product-catalog-product-list {
        grid-template-columns: repeat(1, minmax(0, 100%));
    }
    .product-catalog-product-list-card {
        margin-bottom: 60px
    }
    .product-catalog-product-list-card-product-hover-image {
        top: -30%;
        max-width: 70%;
    }
}

/* POPUP CARD */

.appearance-product-card {
    border-radius: 24px;
    grid-column: 1 / -1;
    display: none;
    margin-bottom: 86px;
    width: 100%;
}

.appearance-product-card-image {
    border-radius: 20px;
    width: 50%;
    max-width: 520px;
    height: 396px;
    position: relative;
    margin-right: 24px;
}

.appearance-product-card-image-img {
    max-width: 85%;
    max-height: 424px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%);
}

.appearance-product-card-text {
    max-width: 520px;
    width: 50%;
}

.appearance-product-card-text-title {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}

.appearance-product-card-text-title-name-section {
    font-weight: 500;
    font-size: 23px;
}

.appearance-product-card-text-title-name-info {
    display: flex;
}

.appearance-product-card-text-title-name-info-text {
    font-weight: 500;
    font-size: 16px;
    filter: contrast(70%);
}

.appearance-product-card-text-title-name-info-text:first-of-type {
    padding-right: 8px;
}

.appearance-product-card-text-title-name-info-text:not(:last-of-type) {
    margin-right: 8px;
}

.appearance-product-card-text-title-button-buy,
.appearance-product-card__buy-button {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #ffffff;
    background-color: #F54108;
    padding: 12px 24px;
    border-radius: 42px;
    transition: transform .2s linear;
}

.appearance-product-card-text-title-button-buy:hover {
    transform: scale(110%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.appearance-product-card-text-title-button-buy-arrow {
    margin-left: 10px;
}

.appearance-product-card-text-title-buttons-close {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 20px;
    margin-left: 10px;
}

.appearance-product-card-text-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 82%;
}

.appearance-product-card-text-info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.appearance-product-card-text-specifications {
    display: flex;
}

.appearance-product-card-text-specifications-left-block,
.appearance-product-card-text-specifications-right-block {
    width: 50%;
}

.appearance-product-card-text-specifications-left-block {
    margin-right: 32px;
    position: relative;
}

.appearance-product-card-text-specifications-left-block-structure {
    transition: opacity .35s linear;
}

.appearance-product-card-text-specifications-left-block-structure-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.appearance-product-card-text-specifications-left-block-structure-title-button,
.appearance-product-card-text-specifications-left-block-manufacturer-button{
    height: 24px;
    width: 24px;
    border-radius: 20px;
    background-color: #F7F7F7;
    color: #B4B4B4;
}

.appearance-product-card-text-specifications-right-block-title,
.appearance-product-card-text-specifications-left-block-structure-title-text,
.appearance-product-card-text-specifications-left-block-structure-title-button,
.appearance-product-card-text-specifications-left-block-manufacturer-button{
    font-weight: 500;
    font-size: 16px;
}

.appearance-product-card-text-specifications-left-block-structure-text,
.appearance-product-card-text-specifications-right-block-nutritional-item-circle-name,
.appearance-product-card-text-specifications-right-block-energy-value-title,
.appearance-product-card-text-specifications-right-block-energy-value-number,
.appearance-product-card-text-specifications-left-block-manufacturer-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

.appearance-product-card-text-specifications-left-block.manufacturer-opened
.appearance-product-card-text-specifications-left-block-structure {
    opacity: 0;
}

.appearance-product-card-text-specifications-left-block.manufacturer-opened
.appearance-product-card-text-specifications-left-block-manufacturer {
    opacity: 1;
    z-index: 1;
}

.appearance-product-card-text-specifications-left-block-manufacturer {
    opacity: 0;
    position: absolute;
    transition: opacity .35s linear;
    top: 0;
    z-index: -1;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 8px;
}

.appearance-product-card-text-specifications-left-block-manufacturer-button {
    margin-bottom: 16px;
    filter: contrast(80%);
}

.appearance-product-card-text-specifications-left-block-manufacturer-text-company {
    margin-bottom: 16px;
}

.appearance-product-card-text-specifications-left-block-manufacturer-text-color-grey {
    color: #737373;
}

.appearance-product-card-text-specifications-right-block {
    padding-left: 32px;
    filter: contrast(70%);
}

.appearance-product-card-text-specifications-right-block-title {
    margin-bottom: 16px;
}

.appearance-product-card-text-specifications-right-block-nutritional {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.appearance-product-card-text-specifications-right-block-nutritional-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appearance-product-card-text-specifications-right-block-nutritional-item-circle {
    margin-bottom: 8px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.appearance-product-card-text-specifications-right-block-nutritional-item-circle-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.1;
}

.appearance-product-card-text-specifications-right-block-nutritional-item-circle-text {
    font-weight: 700;
    font-size: 8px;
}

.appearance-product-card-text-specifications-right-block-footnote {
    font-weight: 400;
    font-size: 10px;
    margin-top: 12px;
}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/news.list/blogList-V1/style.css?16800569213247*/
.blog {
  background: #f54108;
  position: relative;
  border-radius: 50px;
  padding-top: 50px;
  padding-bottom: 95px;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.blog:before {
  content: "";
  width: 100%;
  height: 65%;
  background: #ff571e;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 50px 50px;
  --mask: conic-gradient(
      from 110deg at top,
      #0000,
      #000 1deg 139deg,
      #0000 140deg
    )
    50%/76.93px 100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.blog .main-content-info-title {
  color: #ffffff;
}

.blog-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
    z-index: 1;
}

.blog-cards-card {
    width: auto;
    height: auto;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: all .2s linear;
    cursor: pointer;
    overflow: hidden;
}

.blog-cards-card.first-card {
    height: auto;
    grid-row: 1/ span 2;
}

.blog-cards-card-image-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 16px;
  transform-origin: 50% 100%;
  transition: transform 0.25s linear;
}

.blog-cards-card:hover {
    transform: scale(102%);
    box-shadow: 0 0 6px #FFF;
}
.blog-cards-card-text {
    padding: 6px;
}
.blog__title-text {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
}

.blog-cards-card-text-date-text {
    font-size: 12px;
    margin-bottom: 8px;
}

.blog-cards-card-text-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.blog-cards-card-arrow-title {
  fill: #f54108;
  margin: 7px 5px 7px 10px;
  flex: none;
  max-height: 0;
  transition: max-height 0.25s linear;
  overflow: hidden;
}

.blog-cards-card:hover .blog-cards-card-arrow-title {
  max-height: 12px;
}

.blog__main-text {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .blog {
    border-radius: 32px;
    padding-bottom: 55px;
  }
  .blog:before {
    display: none;
  }
  .blog-cards {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .blog-cards-card, .blog-cards-card.first-card {
    display: flex;
    width: auto;
    height: auto;
    padding: 6px;
    flex-direction: row;
  }
  .blog-cards-card.first-card {
      grid-row: 1/ span 1;
  }
  .blog-cards-card-image-img {
    width: 200px;
    height: auto;
    margin: 0 6px 0 0;
  }
  .blog-cards-card-text {
    flex: 2 1 auto;
  }
  .blog__title-text {
    font-size: 1em;
  }
  .blog-cards-card-arrow-title {
    max-height: 12px;
  }
  .blog__main-text {
    display: none;
  }
}

@media (max-width: 800px) {
  .blog-cards-card, .blog-cards-card.first-card {
    flex-direction: column;
  }
  .blog-cards-card.first-card {
    grid-row: 1/ span 2;
  }
  .blog-cards-card-image-img {
    width: 100%;
    margin: 0 0 6px 0;
  }
  .blog__main-text {
    display: block;
  }
}

@media (max-width: 600px) {
  .blog-cards-card.first-card {
    grid-row: 1/ span 1;
  }
  .blog__main-text {
    display: none;
  }
}

@media (max-width: 480px) {
  .blog-cards {
    gap: 10px 10px;
  }
}

@media (max-width: 375px) {
  .blog-cards {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
}

/* End */


/* Start:/local/templates/Sibuki/components/bitrix/system.pagenavigation/showMore/style.css?1680043940601*/
.pager {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}
.load_more {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	color: #F54108;
	background-color: #ffffff;
	padding: 11px 29px;
	border-radius: 42px;
	transition: all .2s linear;
	border: none;
	line-height: 130%;
	align-self: center;
	width: 110px;
	position: relative;
}
.load_more:after {
	background-image: url("/local/templates/Sibuki/components/bitrix/system.pagenavigation/showMore/images/orange-arrow.svg");
	margin-left: 10px;
	content: "";
	width: 10px;
	height: 10px;
}
.load_more:hover {
	transform: scale(110%);
	box-shadow: 0 0 6px #ffffff;
}
/* End */


/* Start:/local/templates/Sibuki/components/bitrix/news.list/whereBuy-v1/style.css?1680057076955*/
.where-buy {
    padding: 105px 0;
}

.splide__list {
    text-align: center;
}

.where-buy-link:hover .where-buy-image {
    transform: scale(1.1);
}

.where-buy-image {
    max-width: 210px;
    transition: all 0.2s linear;
}

@media (max-width: 767px) {
    .where-buy {
        visibility: visible !important;
        padding: 55px 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .where-buy .splide__list {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 20px;
        text-align: center;
    }
    .where-buy-image {
        max-width: 150px;
    }
}
@media (max-width: 480px) {
    .where-buy .splide__list {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 10px;
    }
}
@media (max-width: 375px) {
    .where-buy .splide__list {
       grid-template-columns: repeat(1, minmax(0,1fr));
    }
    .where-buy-image {
        max-width: 170px;
    }
}
/* End */
/* /local/templates/Sibuki/components/bitrix/news.list/topBanner-v1/style.css?16776640082258 */
/* /local/templates/Sibuki/components/bitrix/news.list/aboutUs-v1/style.css?16800441581809 */
/* /local/templates/Sibuki/components/bitrix/news.list/usAdvantages-v1/style.css?16783592341390 */
/* /local/templates/Sibuki/components/bitrix/catalog.section.list/sectionList-v1/style.css?16780821991102 */
/* /local/templates/Sibuki/components/bitrix/catalog.section/productList-v1/style.css?171878851712285 */
/* /local/templates/Sibuki/components/bitrix/news.list/blogList-V1/style.css?16800569213247 */
/* /local/templates/Sibuki/components/bitrix/system.pagenavigation/showMore/style.css?1680043940601 */
/* /local/templates/Sibuki/components/bitrix/news.list/whereBuy-v1/style.css?1680057076955 */
