

/* Start:/local/templates/proTemplate/components/bitrix/catalog.section.list/arenda_sections/style.css?17084144101126*/
.tagsfilter {
  overflow: hidden;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
.article_styles ul.tagsfilter {
  margin-bottom: 20px;
}
.tagsfilter li {
  display: block;
  float: left;
  list-style: none;
  padding: 3px 10px;
  margin-right: 20px;
}
.article_styles ul.tagsfilter li:before {
    content: none;
}
.article_styles ul.tagsfilter li {
    margin: 0 20px 0 0;
}
.tagsfilter li.active {
  border-radius: 3px;
  background-color: #de4342;
}
.article_styles .tagsfilter a,
.tagsfilter a {
  display: block;
  float: left;
  border-bottom: dotted 2px #a9a9a9;
  color: #a9a9a9;
  padding-bottom: 2px;  
}
    .article_styles .tagsfilter a:active,
    .article_styles .tagsfilter a:focus,
    .article_styles .tagsfilter a:hover,
    .tagsfilter a:hover {
      border-bottom: dotted 2px #a9a9a9;
      color: #000;
    }
    .tagsfilter li.active a:hover {
      color: #fff;
	border-bottom: dotted 2px rgba(255,255,255,0.4);
    }

.tagsfilter li.active a {
  border-bottom: dotted 2px rgba(255,255,255,0.4);
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/round/style.css?16334769832461*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/templates/proTemplate/components/bitrix/news/arenda/bitrix/news.list/.default/style.css?17084145454354*/
.arenda_list {
    position: relative;
    margin-bottom: -40px;
}
    .arenda_list:after {
	content: '';
	clear: both;
	display: block;
    }
    .arenda_list .arenda_item {
	display: block;
	color: #000000;
	border: 1px solid #eae9e8;
	box-sizing: border-box;
	width: calc(33.33333333333% - 26.66666666666667px);
	margin-bottom: 40px;
	float: left;
	text-decoration: none;
	position: relative;
	height: 373px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
    }
	.arenda_list .arenda_item:nth-child(3n+2) {
	    margin-left: 40px;
	    margin-right: 40px;
	}
	.arenda_list .arenda_item:focus,
	.arenda_list .arenda_item:active,
	.arenda_list .arenda_item:hover {
	    color: #000000;
	    border: 1px solid #eae9e8;
	}
	    .arenda_list .arenda_item:hover {
		border: 1px solid #ccc;
	    }
	.arenda_list .arenda_item .img {
	    height: 163px;
	    line-height: 160px;
	    text-align: center;
	    border-bottom: 1px solid #eae9e8;
	    -webkit-transition: 0.35s;
	    transition: 0.35s;
	}
	    .arenda_list .arenda_item:hover .img {
		border-bottom: 1px solid #ccc;
	    }
	    .arenda_list .arenda_item .img img {
		display: inline-block;
		max-width: 90%;
		max-height: 90%;
		margin: auto;
		vertical-align: middle;
	    }
	.arenda_list .arenda_item .name {
	    width: calc(100% - 40px);
	    margin: 0 auto;
	    font-size: 16px;
	    line-height: 22px;
	    padding: 13px 0 12px;
	    font-weight: bold;
	    margin-bottom: 8px;
	    position: relative;
	    border-bottom: 1px solid #eae9e8;
	    -webkit-transition: 0.35s;
	    transition: 0.35s;
	}
	    .arenda_list .arenda_item:hover .name {
		border-bottom: 1px solid #ccc;
	    }
	    .arenda_list .arenda_item .name span {
		display: block;
		max-height: 66px;
		overflow: hidden;
	    }
	.arenda_list .arenda_item .price {
	    width: calc(100% - 40px);
	    margin: 0 auto;
	    font-size: 15px;
	    line-height: 27px;
	    font-weight: bold;
	    margin-bottom: 2px;
	}
	    .arenda_list .arenda_item .price b {
		font-size: 24px;
	    }
	    .arenda_list .arenda_item .price .rub {
		font-weight: bold;
	    }
	.arenda_list .arenda_item .zalog {
	    width: calc(100% - 40px);
	    margin: 0 auto;
	    font-size: 15px;
	    line-height: 20px;
	}
	.arenda_list .arenda_item .more {
	    display: inline-block;
	    position: absolute;
	    bottom: 24px;
	    left: 20px;
	    color: #a7a7a7;
	    font-size: 14px;
	    line-height: 20px;
	    text-transform: uppercase;
	    font-weight: bold;
	    -webkit-transition: 0.35s;
	    transition: 0.35s;
	}
	    .arenda_list .arenda_item:hover .more {
		color: #888;
	    }
	    .arenda_list .arenda_item .more span {
		border-bottom: 1px dashed #999;
	    }
	    .arenda_list .arenda_item .more:before,
	    .arenda_list .arenda_item .more:after {
		content: '';
		width: 7px;
		height: 7px;
		border-right: 2px solid #a7a7a7;
		border-top: 2px solid #a7a7a7;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 6px;
		right: -10px;
		-webkit-transition: 0.35s;
		transition: 0.35s;
	    }
		.arenda_list .arenda_item:hover .more:before,
		.arenda_list .arenda_item:hover .more:after {
		    border-right: 2px solid #888;
		    border-top: 2px solid #888;
		}
		.arenda_list .arenda_item .more:before {
		    right: -15px;
		}

@media only screen and (max-width: 1000px) { 
    .arenda_list .arenda_item {
	width: calc(50% - 20px);
    }
    .arenda_list .arenda_item:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
    }
    .arenda_list .arenda_item:nth-child(2n+2) {
	margin-left: 40px;
    }
}		
@media only screen and (max-width: 767px) { 
    .arenda_list .arenda_item {
	width: calc(50% - 12.5px);
	margin-bottom: 25px;
    }
    .arenda_list .arenda_item:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
    }
    .arenda_list .arenda_item:nth-child(2n+2) {
	margin-left: 20px;
    }
    h2 + .arenda_list {
	margin-bottom: 0;
    }
}		
@media only screen and (max-width: 567px) { 
    .arenda_list .arenda_item {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	float: none;
	height: auto;
	padding-bottom: 60px;
    }
    .arenda_list .arenda_item .name span {
	max-height: 1000px;
	overflow: auto;
    }
    .arenda_list .arenda_item:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
    }
    .arenda_list .arenda_item:nth-child(2n+2) {
	margin-left: 0;
    }
}		
/* End */
/* /local/templates/proTemplate/components/bitrix/catalog.section.list/arenda_sections/style.css?17084144101126 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/round/style.css?16334769832461 */
/* /local/templates/proTemplate/components/bitrix/news/arenda/bitrix/news.list/.default/style.css?17084145454354 */
