

/* 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.section.list/sections/style.css?17501548232231*/
.prod-card__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
	.prod-card__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.prod-card__item {
	position: relative;
}

.prod-card__item.wide {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

@media only screen and (max-width: 991px) {
	.prod-card__item.wide {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
}

.prod-card__info {
	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;
	position: absolute;
	padding: 35px;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.prod-card__info {
		padding: 20px;
	}
}

.prod-card__info h2 {
	font-family: "Kelson";
	color: #fff;
	font-size: 34px;
	font-weight: 400;
}

@media only screen and (max-width: 991px) {
	.prod-card__info h2 {
		font-size: 20px;
	}
}

.prod-card__btn {
	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;
	border-radius: 5px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	background: rgb(0, 175, 65);
}

@media only screen and (max-width: 991px) {
	.prod-card__btn {
		width: 35px;
		height: 35px;
	}
}

.prod-card__btn:hover {
	background: #fff;
}

.prod-card__btn:hover svg path {
	stroke: rgb(0, 175, 65);
}

.prod-card__btn svg path {
	-webkit-transition: 300ms;
	transition: 300ms;
}

.prod-card__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	height: 500px;
}

@media only screen and (max-width: 1400px) {
	.prod-card__img {
		height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.prod-card__img {
		height: 250px;
	}
}

.prod-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
/* End */
/* /local/templates/tulamilk/components/bitrix/catalog/products/style.css?17501548236166 */
/* /local/templates/tulamilk/components/bitrix/catalog/products/bitrix/catalog.section.list/sections/style.css?17501548232231 */
