

/* Start:/local/components/custom/index.sections/templates/.default/style.css?17275104282621*/
.popular {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: wrap;
}

.popular-item {
	width: calc(100%/4 - 20px);
	position: relative;
	padding: 20px;
	border: 1px solid #ededed;
	background: #faf9f9;
	border-radius: 7px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popular-item:hover .popular-item-hidden {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	    box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
}

.popular-item:hover {
	background: white;
	    box-shadow: 0px 0 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 7%);
}

.popular-item-hidden {
	display: none;
	position: absolute;
	right: -0.9px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background: white;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	width: 100.6%;
	padding-bottom: 10px;
}

.popular-item-hidden-item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 10px;
}

.popular-item-hidden a {
	color: #666666;
	border-bottom: 1px solid transparent;
}

.popular-item-hidden a:hover {
	border-bottom: 1px solid #e20738;
}

.popular-item-hidden a i {
	margin-right: 7px;
}

.popular-item-img {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 30px;
}



.popular-item-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
	display: flex;
	color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}

.popular-item-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid red;
	width: 50px;
}

@media (max-width: 1000px) {
	.popular-item {
		width: calc(100%/2 - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {	
	.popular-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.all-category {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.all-category a {
	font-weight: bold;
	color: white;
	background: #e20738;
	padding: 20px 50px;
	border-radius: 7px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.all-category a:hover {
	color: #e20738;
	border: 1px solid #e20738;	
	background: transparent;
}
/* End */


/* Start:/local/templates/main_0824/components/bitrix/catalog.section.list/template1/style.css?17476897392508*/
.popular {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: wrap;
}

.popular-item {
	width: calc(100%/4 - 20px);
	position: relative;
	padding: 20px;
	border: 1px solid #ededed;
	background: #faf9f9;
	border-radius: 7px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 20px;
}

.popular-item:hover .popular-item-hidden {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	    box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
}

.popular-item:hover {
	background: white;
	    box-shadow: 0px 0 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 7%);
}

.popular-item-hidden {
	display: none;
	position: absolute;
	right: -0.9px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background: white;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	width: 100.6%;
	padding-bottom: 10px;
}

.popular-item-hidden-item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 10px;
}

.popular-item-hidden a {
	color: #666666;
	border-bottom: 1px solid transparent;
}

.popular-item-hidden a:hover {
	border-bottom: 1px solid #e20738;
}

.popular-item-hidden a i {
	margin-right: 7px;
}

.popular-item-img {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 30px;
}



.popular-item-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
	display: flex;
	color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}

.popular-item-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid red;
	width: 50px;
}

@media (max-width: 1000px) {
	.popular-item {
		width: calc(100%/2 - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {	
	.popular-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.all-category {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.all-category a {
	font-weight: bold;
	color: white;
	background: #e20738;
	padding: 20px 50px;
	border-radius: 7px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.all-category a:hover {
	color: #e20738;
	border: 1px solid #e20738;	
	background: transparent;
}
/* End */
/* /local/components/custom/index.sections/templates/.default/style.css?17275104282621 */
/* /local/templates/main_0824/components/bitrix/catalog.section.list/template1/style.css?17476897392508 */
