

/* Start:/local/templates/ps-market25/components/bitrix/news.list/main_slider/style.css?1755768507400*/
.main-banners{
    margin-bottom: 2rem;
}
.main-banners-item{
    padding: 17.2%;
    overflow: hidden;
    border-radius: 8px;
}
.main-banners-item img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    object-fit: cover;

}
@media (max-width: 764px){
    .main-banners-item{
        padding: 41.2%;
    }
}

/* End */


/* Start:/local/templates/ps-market25/components/bitrix/catalog.section.list/main_choice/style.css?17558074441378*/
.main-choice{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2vw;
	margin-bottom: 3rem;
}
.main-choice__item{
	background: #ffffff;
	padding: 1.25rem;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
}
.main-choice__item h4{
	font-weight: 500;
	font-size: 1.25rem;
}
.main-choice__item__body{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mcib-icon{
	position: relative;
	width: 80px;
	height: 80px;
}
.mcib-icon img, .mcib-icon svg{
	position: absolute;
	max-width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.mcib-link{
	display: flex;
	align-items: center;
	gap: 20px;
	color: #949494;
}
.mcib-link::after{
	display: block;
	width: 21px;
	height: 13px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNy40OTk5OEgyMS41TTIxLjUgNy40OTk5OEwxMi41IDAuNTcxNzc3TTIxLjUgNy40OTk5OEwxMi41IDE0LjQyODIiIHN0cm9rZT0iIzk0OTQ5NCIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4K);
	background-size: contain;
	background-position: center;
	content: '';
	transition: transform 0.25s ease-out;
}
.main-choice__item:hover .mcib-link::after{
	transform: translateX(10px);
}

@media (max-width: 900px){
	.main-choice {
		grid-template-columns: repeat(2, 1fr);
	}
	.mcib-link{
		gap: 5px;
	}
}
/* End */
/* /local/templates/ps-market25/components/bitrix/news.list/main_slider/style.css?1755768507400 */
/* /local/templates/ps-market25/components/bitrix/catalog.section.list/main_choice/style.css?17558074441378 */
