

/* Start:/local/templates/tulamilk/components/bitrix/catalog/products/style.css?17501548236166*/
.list-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .list-block__top {
        gap: 7px;
        margin-bottom: 30px;
    }
}

.list-block__top--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 180px;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

@media only screen and (max-width: 991px) {
    .list-block__top--item {
        height: 60px;
        width: 105px;
        border-radius: 5px;
    }

    .list-block__top--item svg {
        width: 80px;
        height: 40px;
    }
}

.list-block__top--item:hover {
    border: 1px solid rgb(0, 175, 65);
}

.list-block__top--item.active {
    background: rgb(0, 175, 65);
}

.list-block__top--item.active svg path {
    fill: #fff;
}

.list-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .list-block__info {
        gap: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 30px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .list-block__info::-webkit-scrollbar {
        display: none;
    }
}

.list-block__info--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 0 20px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .list-block__info--item {
        padding: 0 10px;
        height: 34px;
        border-radius: 5px;
    }

    .list-block__info--item svg {
        height: 19px;
    }
}

.list-block__info--item.active {
    background: rgb(0, 175, 65);
}

.list-block__info--item.active span {
    color: #fff;
}

.list-block__info--item.active p {
    color: #fff;
}

.list-block__info--item.active svg path {
    fill: #fff;
}



.list-block__info--item:hover span {
    color: rgba(0, 175, 65, 1);
}

.list-block__info--item:hover p {
    color: rgba(0, 175, 65, 1);
}

.list-block__info--item:hover svg path {
    fill: rgba(0, 175, 65, 1);
}

.list-block__info--item span,
.list-block__info--item p {
    margin-left: 15px;
    display: block;
    color: #5d6770;
}

@media only screen and (max-width: 991px) {

    .list-block__info--item span,
    .list-block__info--item p {
        margin-left: 7px;
        font-size: 14px;
        display: block;
        white-space: nowrap;
    }
}

.list-block__info--item p {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .list-block__info--item p {
        margin-left: 0;
    }
}

.list-block__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 1400px) {
    .list-block__items {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .list-block__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

  
}

.list-block__item {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}

@media only screen and (max-width: 991px) {
    .list-block__item {
        padding: 15px;
    }
}


.list-block__item.swiper-slide {
    height: auto;
}

.list-block__item:hover .list-block__name {
    color: rgb(0, 175, 65);
}

.list-block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 390px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .list-block__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 350px;
    }
}

.list-block__name {
    font-family: "Kelson";
    font-size: 20px;
    height: 48px;
    margin-bottom: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

@media only screen and (max-width: 991px) {
    .list-block__name {
        font-size: 16px;
        height: auto;
        margin-bottom: 10px;
    }
}

.list-block__content--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #5d6770;
    margin-bottom: 5px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .list-block__content--item {
        font-size: 12px;
    }
}

.list-block__content--item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 5px;
    border-bottom: 1px dashed #9fa8b0;
}

.list-block__content--item:last-child {
    margin-bottom: 0;
}

.list-block__content--item span {
    background: #f5f5f5;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}

.list-block__content--item p {
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    padding-right: 5px;
}
/* End */


/* Start:/local/templates/tulamilk/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17501548237191*/
.product__wrapper {
	position: sticky;
	top: 90px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

@media only screen and (max-width: 991px) {
	.product__wrapper {
		position: relative;
		top: 0;
	}
}

.product__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 700px 1fr;
	grid-template-columns: 700px 1fr;
	grid-gap: 80px;
}

@media only screen and (max-width: 1400px) {
	.product__inner {
		-ms-grid-columns: 500px 1fr;
		grid-template-columns: 500px 1fr;
		grid-gap: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.product__inner {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.product__container {
		display: none;
	}
}

.product__top {
	margin-bottom: 20px;
	height: 600px;
}

@media only screen and (max-width: 991px) {
	.product__top {
		padding-bottom: 40px !important;
		height: 400px;
	}
}

.product__top .swiper-pagination {
	display: none;
}

@media only screen and (max-width: 991px) {
	.product__top .swiper-pagination {
		display: block;
		bottom: 0;
	}
}

.product__top--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #f5f5f5;
	overflow: hidden;
}

.product__top--item img {
	mix-blend-mode: darken;
}

.product__container--item {
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f5f5f5;
	border: 1px solid transparent;
	cursor: pointer;
	width: 110px !important;
}

.product__container--item.swiper-slide-thumb-active {
	border: 1px solid rgb(0, 175, 65);
}

.product__container--item img {
	mix-blend-mode: darken;
}

.product-info__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.product-info__icon {
		height: 35px;
		margin-bottom: 20px;
	}
}

.product-info__name {
	margin-bottom: 20px;
}

.product-info__aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	.product-info__aside {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}

.product-info__aside--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.product-info__aside--item span {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#76c043), to(#008951));
	background: linear-gradient(90deg, #76c043 0%, #008951 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
	.product-info__aside--item span {
		font-size: 12px;
	}
}

.product-info__text {
	color: #5d6770;
}

@media only screen and (max-width: 1400px) {
	.product-info__text {
		font-size: 14px;
	}
}

.product-info__content {
	margin-top: 30px;
}

.product-info__label {
	font-family: "Kelson";
	margin-bottom: 5px;
	font-size: 20px;
	display: block;
}

@media only screen and (max-width: 1400px) {
	.product-info__label {
		font-size: 18px;
	}
}

.product-info__desc {
	color: #5d6770;
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
	.product-info__desc {
		height: 35px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.product-info__desc.active {
		display: block;
	}
}

.product-info__desc.active {
	height: 100%;
}

.product-info__more {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #5d6770;
}

.product-info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	gap: 20px;
}

@media only screen and (max-width: 991px) {
	.product-info__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.product-info__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	max-width: 370px;
	width: 100%;
}

.product-info__item {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-size: 14px;
	color: #5d6770;
	gap: 5px;
}

@media only screen and (max-width: 991px) {
	.product-info__item {
		font-size: 12px;
	}
}

.product-info__item p {
	font-size: 20px;
	color: rgb(0, 175, 65);
	font-family: "Kelson";
}

@media only screen and (max-width: 991px) {
	.product-info__item p {
		font-size: 16px;
	}
}

.product-info__item.wide {
	-ms-grid-column-span: 3;
	grid-column: span 3;
}

.product-info__grids {
	margin-top: 10px;
}

.product-info__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	color: #5d6770;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.product-info__grid {
		font-size: 14px;
	}
}

.product-info__grid:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px dashed #5d6770;
	width: 100%;
	bottom: 5px;
}

.product-info__grid:nth-child(3)::before {
	bottom: 15px;
}

.product-info__grid:last-child {
	margin-bottom: 0;
}

.product-info__grid span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 5px;
}

.product-info__grid p {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-left: 5px;
}

@media only screen and (max-width: 991px) {
	.product-info__grid p {
		max-width: 142px;
		text-align: right;
	}
}

.product-info__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* End */


/* Start:/local/templates/tulamilk/components/bitrix/catalog.section/recommendations/style.css?1750154823440*/
.product-card__container .swiper-pagination {
    display: none;
}

.product-card__title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {

    .product-card__container {
        padding-bottom: 30px !important;
    }

    .product-card__title {
        margin-bottom: 30px; 
    }

    .product-card__container .swiper-pagination {
        display: block;
        bottom: 0 !important;
    }
}
/* End */
/* /local/templates/tulamilk/components/bitrix/catalog/products/style.css?17501548236166 */
/* /local/templates/tulamilk/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17501548237191 */
/* /local/templates/tulamilk/components/bitrix/catalog.section/recommendations/style.css?1750154823440 */
