

/* Start:/local/templates/monami_new/components/bitrix/news/shares/style.css?17680707451068*/
.section_list{
	margin-top: 45px;
	margin-left: -15px;
	margin-right: -15px;
}
.section_list ul,
.section_list ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.section_list ul{
	width: 100%;
	background: #f7f7f8;
	padding-left: 15px;
	padding-right: 15px;
}

.section_list ul li {
    display: inline-block;
    padding: 15px;
}

.section_list ul li a {
    color: #999999;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    border-bottom: 1px dotted #999999;    
}

.section_list ul li a:hover,
.section_list ul li a.active{
	text-decoration: none;
	color: #333333;
	border-bottom: none;
}

.sorting_block {
    font-size: 14px;
    color: #999999;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

.sorting_block a {
    color: #474a83;
    display: inline-block;
    margin-left: 15px;
}

.sorting_block a:hover{
	text-decoration: none;
	color: #333;	
}


@media (max-width: 767px){
	.sorting_block .sorting_left span{
		display: block;
	}

	.sorting_block a{
		margin-left: 0px;
		margin-right: 15px;
	}
}
/* End */


/* Start:/local/templates/monami_new/components/bitrix/news/shares/bitrix/news.list/.default/style.css?17778256672278*/
.shares-list{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr); 
}

.shares-list .shares-item{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border: 1px dashed #999;
	border-radius: 10px;
	display: flex;
	gap: 15px;
}

.shares-list .shares-item .shares-item-img{
	max-width: 40%;
	border-radius: 5px;
	width: 100%;
	flex-shrink: 0;
}

.shares-list .shares-item .shares-item-text{
	padding: 10px;
	font-size: 16px;
	position: relative;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.shares-list .shares-item .shares-item-text .shares-item-title{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
	color: #000;
}

.shares-list .shares-item .shares-item-foot{
	position: relative;
	bottom: 15px;
	width: 100%;
	text-align: center;
	left: 0px;
	top: -5px;
	z-index: 0;
}

.shares-list .shares-item .shares-item-foot .countdown{
	margin-top: 5px;
}

.row-flex{
    display: flex;
    flex-flow: row wrap;
}


.product-item-button-container{
	text-align: center;
    margin-top: 0px;
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 25%;
    margin-bottom: 5px;
}

.shares-list .shares-item .btn{
	display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 48px;
  line-height: 18px;
  background: #111111;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.shares-list .shares-item .btn:hover{
	color: #111111;
	background: #FA63C7;
}

@media (max-width: 992px)
{

	.shares-list{
		padding: 0px 15px;	
		grid-template-columns: repeat(1, 1fr); 
		gap: 15px;
	}

	.shares-list .shares-item{
		flex-direction: column;
	}

	.shares-list .shares-item .shares-item-img{
		max-width: 100%;
	}

	.shares-list .shares-item .shares-item-text{
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.shares-list .shares-item .shares-item-foot{
		position: relative;
		margin-top: 15px;
		bottom: 0px;
		z-index: 0;
	}

	.shares-list .shares-item {

	}

	.product-item-button-container {
		padding: 0px 15%;
	}
}
/* End */
/* /local/templates/monami_new/components/bitrix/news/shares/style.css?17680707451068 */
/* /local/templates/monami_new/components/bitrix/news/shares/bitrix/news.list/.default/style.css?17778256672278 */
