

/* Start:/local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/services_index/style.css?17683006315491*/
.stati_section_list ul {
	margin:0;
	padding:2px 0 0 0;
	list-style-type:none;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stati_section_list ul li {
	margin:0 10px 20px 0;
	padding:0;
	background-color:#f2f9fc;
	box-shadow: 0 1px 5px rgba(0,0,0,.21);
	width:320px;
	height: 138px;
	border: 5px solid #fff;
	position: relative;
	overflow: hidden;
}
.stati_section_list ul li .image img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	transition: all .3s linear;
}
.stati_section_list ul li:hover .image img {
	transform: scale3d(1.1,1.1,1);
}
.stati_section_list ul li .title {
	position: absolute;
	line-height: 1.1em;
	padding: 10px;
	width: calc(100% - 20px);
	left: 0;
	bottom: 0;
	background: #5d7573;
}
.stati_section_list ul li .title a {
	font-family: Akrobat, sans-serif;
	font-size:24px;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.type-house.type-house__stati {
	padding-top: 30px;
	margin-bottom: 20px;
}

.type-house.type-house__stati .type-house__title {
	font-size: 24px;
	min-height: 60px;
	display: flex;
	align-items: flex-end;
}

.type-house.type-house__stati .type-house__img img {
	max-height: 250px;
}

.type-house.type-house_new .type-house__item {
	background-image: none;
	box-shadow: none;
	position: relative;
	height: 100%;
	min-height: 300px;
	padding: 20px;
}

.type-house.type-house_new .type-house__item.no-subsections:hover:before {
	content: none;
}

.type-house.type-house_new .type-house__item.no-subsections:hover .type-house__title {
	color: #455562;
}

.type-house.type-house_new .type-house__item.old-view .type-house__img img {
	width: auto;
	height: auto;
	object-fit: inherit;
}

.type-house.type-house_new .type-house__item.old-view {
	background-image: url(https://vsestroy74.ru/local/templates/vsestroy74.ru/images/type-house__BG.jpg);
}

.type-house.type-house_new .type-house__item:hover:before,
.type-house.type-house_new .type-house__item:hover .type-house__title:after {
	opacity: 1;
}

.type-house.type-house_new .type-house__item:hover .type-list {
	opacity: 1;
	visibility: visible;
}


.type-house.type-house_new .type-house__item:hover .type-house__title {
	color: #FFFFFF;
}

.type-house.type-house_new .type-house__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 46, 57, 0.90);
	backdrop-filter: blur(2px);
	z-index: 1;
	opacity: 0;
	transition: .2s all linear;
}

.type-list {
	opacity: 0;
	visibility: hidden;
	transition: .2s all linear;
}

.type-list a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	display: block;
	text-decoration: none;
	transition: .2s all linear;
}

.type-list a:hover {
	color: #FFBC26;
}

.type-house.type-house__stati.type-house_new .type-house__title {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 0;
	position: relative;
	padding-bottom: 5px;
	color: #455562;
}

.type-house.type-house__stati.type-house_new .type-house__title:after {
	content: '';
	position: absolute;
	width: 98px;
	height: 2px;
	background-color: #FBAD00;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .2s all linear;
}

.type-house.type-house__stati.type-house_new .type-house__img img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.type-services__title {
	font-size: 48px;
	font-weight: 700;
	font-family: "Roboto Slab", Arial, sans-serif;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}

.type-services__title span {
	color: #f2a100;
}

.stati_section_list_index {
	margin-bottom: 80px;
}

.stati_section_list_index .type-house__list {
	margin-bottom: 20px;
}

@media screen and (max-width: 500px) {

	.type-house.type-house_new .type-house__item:hover .type-house__title:after {
		opacity: 0;
	}

	.type-house.type-house_new .type-house__item:hover .type-list {
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.type-house.type-house_new .type-house__item:hover .type-house__title {
		color: #000000;
	}

	.type-house.type-house_new .type-house__item {
		height: 180px;
	}

	.type-house.type-house_new .type-house__item:before {
		background: linear-gradient(163deg, #FFF 22.84%, rgba(217, 217, 217, 0.00) 59.14%);
		opacity: 1;
		backdrop-filter: none;
		pointer-events: none;
	}

	.stati_section_list_index {
		margin-bottom: 30px;
	}

	.type-services__title {
		font-size: 30px;
		padding: 0 10px;
	}

	.type-house.type-house__stati.type-house_new .type-house__item-wrap {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.type-house.type-house_new .type-house__item {
		min-height: auto;
	}

	.type-house.type-house__stati .type-house__title {
		min-height: auto;
		display: block;
	}

	.type-house.type-house__stati .type-house__img img{
		width: auto;
		height: auto;
	}

	.type-house.type-house__stati .type-house__item-wrap {
		width: 100%;
		margin-bottom: 10px;
	}

	.type-house.type-house__stati .type-house__item-wrap:last-child {
		margin-bottom: 0;
	}

	.stati_section_list ul li {
		margin: 0 4px 4px 0;
		box-shadow: none;
		border: none;
		height: auto;
	}

	.type-house.type-house__stati .slick-dots li:nth-child(6n) {
		margin-right: 4px;
	}

}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/project-content__list_new/style.css?172431720454*/
.project-content h2 span {
    color: #ff9c00;
}


/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17683006331466*/
body .ajax_load_btn {
  display: flex;
  margin-top: 10px;
}
body .ajax_load_btn__more {
  margin: 0 auto !important;
}
body .ajax_load_btn .ajax_load_btn__more span {
  font-size: 16px;
  line-height: 33px;
  font-family: "Roboto Slab", Arial, sans-serif;
  color: #5DA8F0;
  font-weight: 500;
}
body .ajax_load_btn .ajax_load_btn__more span.icon {
  width: 9px;
  height: 6px;
}
body .ajax_load_btn__nav {
  padding-top: 2px;
  background: #fbfbfb;
  z-index: 10;
  display: flex;
  position: absolute;
  right: 0;
}
body .ajax_load_btn__nav a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 33px;
  color: #AEBAC5 !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 0;
}
body .ajax_load_btn__nav a.num.current {
  border: 1px solid #6A7B89;
  color: #E48E00 !important;
}
@media (max-width: 768px) {
  body .ajax_load_btn__nav {
    position: relative;
  }
  body .ajax_load_btn {
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
  }
  body .ajax_load_btn:before {
    top: 17px;
  }
  body .ajax_load_btn .ajax_load_btn__more span.icon {
    border: none;
    background-image: url(/local/templates/vsestroy74.ru/css/../images/loading_arrows.svg);
    transform: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/services_index/style.css?17683006315491 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/project-content__list_new/style.css?172431720454 */
/* /local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17683006331466 */
