/* Start:/local/templates/gardenica/components/bitrix/catalog.section.list/intro-sections/style.css?170240485510278*/

.intro-sections {
    padding-bottom: 3rem;

    & ul {
        padding: 0;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(300px, 414px);
        grid-gap: 10px;
        justify-content: center;
        justify-items: center;
        width: fit-content;
    }

    & li {
        list-style: none;
        border-radius: 10px;
        position: relative;
        min-height: 211px;

        /*overflow: hidden;*/
        &:nth-child(1) {
            background-color: #84D229;
        }

        &:nth-child(2) {
            background-color: #2EAD0F;
        }

        &:nth-child(3) {
            background-color: #01BB58;
        }

        &:nth-child(4) {
            background-color: #56E89A;
        }

        &:nth-child(5) {
            background-color: #33944C;
        }

        &.intro-sections__catalog-full {
            background: linear-gradient(-45deg, #3D9144, #9BE164, #3D9144);
        }

        &.disabled {
            pointer-events: none;
        }

        & a {
            display: block;
            height: 100%;
        }

        & img {
            position: absolute;
            bottom: 0;
            right: 0;

        }

        & h4 {
            font-size: 1.75rem;
            font-weight: 700;
            position: absolute;
            left: 20px;
            top: 20px;
            color: white;
            padding: 0;
            margin: 0;
            text-transform: uppercase;
        }

        & .intro-sections__key {
            font-size: 127px;
            color: black;
            opacity: 0.1;
            position: absolute;
            left: 15px;
            bottom: -34px;
            font-weight: 900;
        }

        & .intro-sections__overflow {
            overflow: hidden;
            border-radius: 10px;
            width: 100%;
            height: 100%;
            position: relative;
        }

        & .intro-sections__soon {
            color: white;
            position: absolute;
            left: 20px;
            top: 60px;
            line-height: 20px;
            font-size: 20px;
            text-transform: lowercase;
            padding: 9px 16px 14px;
            background-color: #81D229;
            border-radius: 2rem;
        }

    }

    & .button {
        position: absolute;
        bottom: 0;
        right: -15px;
    }
}

@media (min-width: 768px) {
    .intro-sections {
        & ul {
            grid-template-columns: repeat(2, minmax(300px, 414px));
            justify-content: center;
            justify-items: center;
            width: fit-content;
            max-width: calc(2 * 414px + 10px);
        }
    }
}

@media (min-width: 992px) {
    .intro-sections {
        padding-bottom: 0;

        & ul {
            grid-template-columns: repeat(3, minmax(300px, 414px));
            justify-content: center;
            justify-items: center;
            width: fit-content;
            max-width: calc(3 * 414px + 2 * 10px);
        }
    }
}

/*!* line *!*/
/*.bx_catalog_line { margin-bottom: 30px; }*/

/*.bx_catalog_line .bx_catalog_line_category_title {*/
/*	padding-bottom: 14px;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*	font-size: 24px;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_category_title a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_ul { padding: 0; }*/

/*.bx_catalog_line .bx_catalog_line_ul li {*/
/*	margin-bottom: 20px;*/
/*	list-style: none;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }*/

/*.bx_catalog_line .bx_catalog_line_img {*/
/*	position: relative;*/
/*	display: block;*/
/*	float: left;*/
/*	overflow: hidden;*/
/*	margin-right: 40px;*/
/*	width: 125px;*/
/*	height: 125px;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 2px;*/
/*	background-position: center;*/
/*	background-size: contain;*/
/*	background-repeat: no-repeat;*/
/*	-webkit-background-size: contain;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_title {*/
/*	margin-bottom: 10px;*/
/*	padding: 0;*/
/*	vertical-align: top;*/
/*	line-height: 18px;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_title a {*/
/*	color: #4c7da6;*/
/*	font-size: 18px;*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }*/

/*.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }*/

/*.bx_catalog_line .bx_catalog_line_description {*/
/*	color: #3f3f3f;*/
/*	font-size: 13px;*/
/*	line-height: 16px;*/
/*}*/

/*@media (max-width: 639px) {*/
/*	.bx-touch .bx_catalog_line .bx_catalog_line_img {*/
/*		margin-right: 10px;*/
/*		width: 50px;*/
/*		height: 50px;*/
/*	}*/

/*	.bx-touch .bx_catalog_line .bx_catalog_line_title {*/
/*		margin-bottom: 5px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }*/

/*	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }*/
/*}*/

/*.bx_catalog_line .bx_catalog_line_img,*/
/*.bx_catalog_line .bx_catalog_line_title,*/
/*.bx_catalog_line .bx_catalog_line_title a,*/
/*.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }*/

/*!* text *!*/
/*.bx_catalog_text { margin-bottom: 30px; }*/

/*.bx_catalog_text .bx_catalog_text_category_title {*/
/*	padding-bottom: 14px;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*	font-size: 24px;*/
/*}*/

/*.bx_catalog_text .bx_catalog_text_category_title a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*.bx_catalog_text .bx_catalog_text_ul { padding: 0; }*/

/*.bx_catalog_text .bx_catalog_text_ul li {*/
/*	float: left;*/
/*	margin: 0 10px 10px;*/
/*	list-style: none;*/
/*}*/

/*.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }*/

/*.bx_catalog_text .bx_catalog_text_title {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	vertical-align: top;*/
/*	font-size: 14px;*/
/*	line-height: 14px;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_title a {*/
/*	display: inline-block;*/
/*	overflow: hidden;*/
/*	max-width: 100%;*/
/*	color: #4c7da6;*/
/*	-ms-text-overflow: ellipsis;*/
/*	text-overflow: ellipsis;*/
/*	font-size: 14px;*/
/*}*/

/*.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }*/

/*.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }*/

/*@media (max-width: 639px) {*/
/*	.bx-touch .bx_catalog_text .bx_catalog_line_title {*/
/*		margin-bottom: 5px;*/
/*		line-height: 12px;*/
/*	}*/

/*	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }*/
/*}*/

/*.bx_catalog_text .bx_catalog_line_title,*/
/*.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }*/

/*!* tile *!*/

/*.bx_catalog_tile { margin-bottom: 30px; }*/

/*.bx_catalog_tile .bx_catalog_tile_category_title {*/
/*	padding-bottom: 14px;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*	font-size: 24px;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_category_title a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }*/

/*.bx_catalog_tile .bx_catalog_tile_ul li {*/
/*	float: left;*/
/*	box-sizing: border-box;*/
/*	margin-bottom: 20px;*/
/*	padding: 0 10px;*/
/*	width: 12.5%;*/
/*	list-style: none;*/
/*	text-align: center;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }*/

/*.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }*/

/*.bx_catalog_tile .bx_catalog_tile_img {*/
/*	position: relative;*/
/*	display: block;*/
/*	overflow: hidden;*/
/*	margin: 0 auto;*/
/*	width: 78px;*/
/*	height: 78px;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 2px;*/
/*	background-color: #fff;*/
/*	background-position: center;*/
/*	background-size: contain;*/
/*	background-repeat: no-repeat;*/
/*	-webkit-background-size: contain;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_title {*/
/*	margin-top: 5px;*/
/*	margin-bottom: 10px;*/
/*	padding: 0;*/
/*	vertical-align: top;*/
/*	line-height: 14px;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_title a {*/
/*	color: #4c7da6;*/
/*	font-size: 14px;*/
/*}*/

/*.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }*/

/*.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }*/

/*!*2*!*/
/*@media (max-width: 980px) {*/
/*	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }*/

/*	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }*/

/*	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }*/
/*}*/

/*!*3*!*/
/*@media (max-width: 639px) {*/
/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {*/
/*		margin-bottom: 5px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }*/
/*}*/

/*@media (min-width: 480px) and (max-width: 639px) {*/
/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }*/
/*}*/

/*!*4*!*/
/*@media (max-width: 479px) {*/
/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {*/
/*		width: 100%;*/
/*		height: 80px;*/
/*	}*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }*/

/*	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }*/

/*}*/

/*.bx_catalog_tile .bx_catalog_tile_title,*/
/*.bx_catalog_tile .bx_catalog_tile_title a,*/
/*.bx_catalog_tile .bx_catalog_tile_ul li,*/
/*.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }*/

/*!* list *!*/

/*.bx_sitemap { margin-bottom: 30px; }*/

/*.bx_sitemap .bx_sitemap_title {*/
/*	padding-bottom: 14px;*/
/*	border-bottom: 1px solid #e5e5e5;*/
/*	font-size: 24px;*/
/*}*/

/*.bx_sitemap .bx_sitemap_title a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*}*/

/*.bx_sitemap .bx_sitemap_ul li {*/
/*	padding: 0;*/
/*	line-height: 14px;*/
/*}*/

/*.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }*/

/*.bx_sitemap .bx_sitemap_li_title {*/
/*	display: inline-block;*/
/*	margin: 0;*/
/*	margin-bottom: 10px;*/
/*	padding: 0;*/
/*	vertical-align: top;*/
/*	font-weight: normal;*/
/*	line-height: 13px;*/
/*}*/

/*.bx_sitemap .bx_sitemap_li_title a {*/
/*	color: #4c7da6;*/
/*	white-space: nowrap;*/
/*	font-size: 13px;*/
/*}*/

/*.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }*/

/*.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }*/

/*@media (max-width: 639px) {*/
/*	.bx-touch .bx_sitemap .bx_catalog_line_title {*/
/*		margin-bottom: 5px;*/
/*		line-height: 12px;*/
/*	}*/

/*	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }*/
/*}*/

/*.bx_sitemap .bx_catalog_line_title,*/
/*.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }*/
/* End */


/* Start:/local/templates/gardenica/components/bitrix/news.list/product_list/style.css?17104855111219*/
.product-detail__composition-left ul {
    position: relative;

}

.product-detail__feature-icon {
    height: 81px;
    width: 81px;
}

@media (min-width: 992px) {
    .product-detail__feature-text {
        display: none;
    }

    .product-detail__feature {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .product-detail__content-left {
        & ul {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            position: absolute;
            right: calc(100% - 100px);
        }

        & .product-detail__feature {
            position: static;
            display: flex;
            flex-direction: row !important;
            gap: 0.5rem;

            & img {
                margin: 0 !important;
                margin-left: 16px !important;
                order: 2;
                max-width: 81px;
            }

            & p {
                position: static;
                order: 1;
                text-align: right;
            }
        }
    }
}

@media (min-width: 1400px) {
    .product-detail__feature-text {
        display: block;
        position: absolute;
        left: 100%;
        top: calc(50% - 20px);
        width: max-content;

    }

    .is-reverse {
        .product-detail__feature-text {
            left: auto;
            right: 100%;
        }
    }

    .product-detail__feature {
        /*width: auto !important;*/
    }

}



/* End */


/* Start:/local/templates/gardenica/components/bitrix/news.list/project_list/style.css?1702404855328*/
.project-detail--active {

    & .swiper-button-prev.swiper-button-disabled,
    & .swiper-button-next.swiper-button-disabled {
        opacity: 0;
    }
}

.project__image {
    &:before {
        display: none;
    }

    & picture {
        display: block;
        width: 100%;
    }

    & img {
        transform: translateX(0) !important;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/gardenica/components/bitrix/news.list/certificates_list/style.css?1702404855986*/
.certificates {
    padding-top: 50px;
    padding-bottom: 50px;

    & .certificates__list {
        display: flex;
        justify-content: center;
        gap: 20px 70px;
        flex-wrap: wrap;
        max-width: 815px;
        width: 100%;
        margin: 40px auto 0;
        position: relative;
        z-index: 11;
    }

    & .certificates__item {
        height: auto;
        /*padding-bottom: 1rem;*/
        max-width: 150px;
        width: 100%;
        padding: 15px 17px;
        border-radius: 0 20px;
        background-color: #009640;
        position: relative;
    }

    & .certificate-download-link {
        color: black;
        text-align: center;
        margin: 0 auto;
        width: max-content;
        display: block;
        text-transform: lowercase;
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 4px 20px 6px !important;
        font-size: 16px !important;

        &:after {
            right: -10px !important;
            width: 10px !important;
        }
    }
}

@media (min-width: 768px) {
    .certificates {
        padding-top: 140px;
    }
}

/* End */


/* Start:/local/templates/gardenica/components/bitrix/news.list/markets/style.css?17024048555093*/
.screen--markets {
    position: relative;
}

.markets {
    min-height: 100vh;

    & .markets__title {
        font-size: 24px;
    }

    & .markets__list {
        display: flex;
        justify-content: center;
        gap: 40px 20px;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    & .markets-item {
        position: relative;
        max-width: 380px;
        width: 100%;
        z-index: 3;

        &::after {
            content: "";
            position: absolute;
            inset: 0 20px 0 25px;
            background-color: #33944C;
            opacity: 0.7;
            display: block;
            z-index: -1;
            border-radius: 0 60px;
            transition: box-shadow .3s linear, opacity .3s linear;
        }

        &:hover {
            &::after {
                opacity: 1;
                box-shadow: 0 0 10px 5px #33944C;
            }
        }

        &.markets-item__disabled {
            pointer-events: none;

            & .button--disabled {
                background-color: transparent;
                pointer-events: none;

                &::after {
                    display: none;
                }
            }
        }
    }

    & .markets-item__picture {
        max-width: 276px;
        width: 100%;
        min-height: 110px;
        border-radius: 0 60px;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;

        &.disabled {
            & img {
                filter: grayscale(1);
            }
        }

        & img {
            max-height: 91px;
        }
    }

    & .markets-item__link {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;

        & .button {
            font-weight: 700;
            font-size: 20px;
        }
    }
}

/*.modal {*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  !*background-color: rgba(0,0,0, 0.8);*!*/
/*  z-index: 50;*/
/*  !*transform: translateY(100%);*!*/
/*  translate: 0 100%;*/
/*  transition: translate .6s ease-in-out, opacity .6s ease-in-out;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  opacity: 0;*/
/*  !*padding: 1rem;*!*/
/*  &.opened {*/

/*    translate: 0;*/
/*    !*transform: translateY(0);*!*/
/*    z-index: 50;*/
/*    opacity: 1;*/
/*  }*/


/*  & .modal__body {*/
/*    background-color: white;*/
/*    padding: 2rem 3rem;*/
/*    position: relative;*/

/*  }*/

/*  & .modal__close {*/
/*    position: absolute;*/
/*    top: 1rem;*/
/*    right: 1rem;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    transition: rotate .3s linear;*/
/*    transform-origin: center;*/

/*    &:hover {*/
/*      cursor: pointer;*/
/*      rotate: 90deg;*/
/*      !*transform: rotate(90deg);*!*/

/*      & span {*/
/*        !*background-color: var(--btn-bg);*!*/
/*      }*/
/*    }*/

/*    & span {*/
/*      width: 20px;*/
/*      height: 2px;*/
/*      display: block;*/
/*      background-color: #85bb3d;;*/
/*      transform-origin: center;*/
/*      position: absolute;*/
/*      left: 0;*/
/*      top: calc(50% - 1px);*/
/*      transition: background-color .3s linear;*/

/*      &:first-child {*/
/*        rotate: 45deg;*/
/*        !*transform: rotate(45deg)*!*/
/*      }*/

/*      &:last-child {*/
/*        rotate: -45deg;*/
/*        !*transform: rotate(-45deg)*!*/
/*      }*/
/*    }*/
/*  }*/

/*}*/

/*.modal-market__items {*/
/*  display: flex;*/
/*  !*display: grid;*!*/
/*  max-width: calc(100vw - 8rem);*/
/*  width: 100%;*/

/*  gap: 1rem;*/
/*  margin: 1.5rem 0 0;*/
/*  padding: 0;*/
/*  & .modal-market__item {*/
/*    list-style: none;*/
/*    transition: box-shadow .3s linear, border-color .3s linear;*/
/*    border: 1px solid transparent;*/
/*    &:hover {*/
/*      !*box-shadow: 0 0 18px 0 #c7d3a5;*!*/
/*      border-color: #c7d3a5;*/
/*    }*/
/*  }*/
/*  & a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    !*border: 1px solid #85bb3d;*!*/
/*    padding: 1rem;*/
/*    height: 100%;*/

/*  }*/
/*}*/

/*.modal-market__picture {*/
/*  max-width: 200px;*/
/*  width: 100%;*/
/*  & img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*  }*/
/*}*/

/*.modal-market__title {*/
/*  text-align: center;*/
/*  font-size: 1.5rem;*/
/*  font-weight: 500;*/
/*}*/

/*.modal-market {*/
/*  & .swiper-button-prev,*/
/*  & .swiper-button-next {*/
/*    width: 48px;*/
/*    height: 60px;*/
/*    top: 60%;*/
/*  }*/
/*  & .swiper-button-next {*/
/*    right: 0;*/
/*  }*/
/*  & .swiper-button-prev {*/
/*    left: 0;*/
/*  }*/
/*}*/

/*body.k1-modal-opened {*/
/*  & .page {*/
/*    filter: blur(5px);*/
/*  }*/
/*}*/

/*.page {*/
/*  transition: filter .6s ease-in-out;*/
/*}*/

/*.modal-market__item--disabled {*/
/*  pointer-events: none;*/
/*  opacity: .4;*/
/*  & img {*/
/*    filter: grayscale(1);*/
/*  }*/
/*}*/

/*@media (min-width: 576px) {*/
/*  .modal-market__items {*/
/*    max-width: 450px;*/
/*    !*width: 100%;*!*/
/*  }*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .modal {*/
/*    & .modal__body {*/
/*      padding: 2rem 5rem;*/
/*    }*/
/*  }*/
/*  .modal-market__items {*/
/*    max-width: 700px;*/
/*  }*/
/*  .modal-market {*/
/*    & .swiper-button-next {*/
/*      right: 10px;*/
/*    }*/
/*    & .swiper-button-prev {*/
/*      left: 10px;*/
/*    }*/
/*  }*/
/*}*/
/* End */


/* Start:/local/templates/gardenica/components/bitrix/news.list/awards/style.css?17024048551060*/
.screen--awards {
    position: relative;
}

.awards {
    min-height: 100vh;

    & .awards__title {
        font-size: 24px;
    }

    & .awards__list {
        display: flex;
        justify-content: center;
        gap: 40px 20px;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    & .awards-item {
        position: relative;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;

        &:nth-child(4),
        &:nth-child(5) {
            & .awards-item__picture {
                max-width: 183px;
            }
        }
    }

    & .awards-item__picture {
        max-width: 228px;
        width: 100%;

        &:after {
            content: "";
            position: absolute;
            left: calc(50% - 95px);
            bottom: 0;
            z-index: -1;
            display: block;
            width: 190px;
            height: 60px;
            background-color: #fff;
            border-radius: 0 20px;
        }

        & img {
            /*max-height: 91px;*/
        }
    }

}

@media (min-width: 480px) {
    .awards {
        & .awards-item {
            width: calc(50% - 10px);
        }
    }
}

@media (min-width: 768px) {
    .awards {
        & .awards-item {
            width: 30%;
        }
    }
}

/* End */
/* /local/templates/gardenica/components/bitrix/catalog.section.list/intro-sections/style.css?170240485510278 */
/* /local/templates/gardenica/components/bitrix/news.list/product_list/style.css?17104855111219 */
/* /local/templates/gardenica/components/bitrix/news.list/project_list/style.css?1702404855328 */
/* /local/templates/gardenica/components/bitrix/news.list/certificates_list/style.css?1702404855986 */
/* /local/templates/gardenica/components/bitrix/news.list/markets/style.css?17024048555093 */
/* /local/templates/gardenica/components/bitrix/news.list/awards/style.css?17024048551060 */