

/* 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 */
/* /local/templates/tulamilk/components/bitrix/catalog/products/style.css?17501548236166 */
