

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/rasteniya-i-pomory/style.css?1680211013971*/
.qr-code {
    padding: 0 0px;
}

img.qr-code-img {
    width: 100%;
}

.rodnik-preview {
    height: 230px;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s linear 0s;
}

.section-item__title, .section-item__title a {
	position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;

    top:0;
    color: #000;
    margin: 0;
    font-weight: 600;
    padding: 15px 0 15px;
    background: rgba(255,255,255, 0.8);
    font-size: 18px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.section-item-block:hover .rodnik-preview{
	transform: scale(1.1);
}

.section-item-block:hover{
	text-decoration: none;
}

.section-item-block:hover .section-item__title {
    text-decoration: none;
    top: 50%;
}

.section-item {
    margin-bottom: 30px;
}

.section-item__title {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section/rasteniya-i-pomory/style.css?1680211013971 */
