

/* 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/luxar/super/hochu_order_new/style.min.css?16448179052879*/
.hochu_block{margin:20px 0;width:100vw;margin-left:calc((100vw - 1024px) / 2 * -1)}.hochu_block .mobile_title{display:none}.hochu_block .uzor{margin-bottom:20px}.hochu_container{background:url(/local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/images/bcg.jpg) no-repeat center 0;position:relative}.hochu_container .page_container{height:424px}.hochu_form{position:relative;z-index:10;padding:16px 0 0 542px}.hochu_form .title{text-transform:uppercase;color:#feaf32;font-size:60px;line-height:1em}.hochu_form div{margin-bottom:20px}.hochu_form input[type="text"]{line-height:53px;padding:0 20px 0 20px;color:#b7b7b7;font-size:36px;border:1px solid #fff;width:400px;text-transform:uppercase;background:transparent;font-family:Akrobat,sans-serif}.hochu_form input[type="text"].input-error{background-color:rgba(255,0,0,.7) !important;color:#fff;border:1px solid #c4c8cd !important}.hochu_form input::-webkit-input-placeholder,.hochu_form textarea::-webkit-input-placeholder{color:#b7b7b7}.hochu_form input:-moz-placeholder,.hochu_form textarea:-moz-placeholder{color:#b7b7b7}.hochu_form input.input-error::-webkit-input-placeholder,.hochu_form textarea.input-error::-webkit-input-placeholder{color:#b7b7b7}.hochu_form input.input-error:-moz-placeholder,.hochu_form textarea.input-error:-moz-placeholder{color:#b7b7b7}.hochu_form a.btn:link,.hochu_form a.btn:visited{transition:visibility .3s linear;background:#52a4f0;color:#fff;border:0;text-shadow:none;margin-top:0}.hochu_form a.btn:hover{background-color:#ffac03}.hochu_form a.btn span{background:none !important}.hochu_form div label{display:block;text-align:left;font-family:Akrobat,sans-serif;color:#c2c7cc;font-size:16px;line-height:1em;width:500px;margin:10px auto 0 auto}.hochu_form div label a:link,.hochu_form div label a:visited{color:#c2c7cc}.hochu_form input[type="checkbox"]{display:none}.hochu_form input[type="checkbox"]+label::before{content:"";display:inline-block;height:18px;width:18px;margin:0 8px -4px 0;background-image:url(/local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/images/checkbox.png);background-repeat:no-repeat}.hochu_form input[type="checkbox"]+label::before{background-position:0 0}.hochu_form input[type="checkbox"]:checked+label::before{background-position:-18px 0}.hochu_block .utp_container{margin-top:-40px}.hochu_block .hochu_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:43px 0}.hochu_block .hochu_buttons a.button:link,.hochu_block .hochu_buttons a.button:visited{background:#fff;border:1px solid #52a4f0;color:#fff;text-transform:uppercase;font-size:36px;font-weight:300;min-width:310px;text-align:center;padding:0}.hochu_block .hochu_buttons a.button span{display:inline-block;margin:4px;background:#52a4f0;line-height:49px;width:calc(100% - 8px)}.hochu_block .hochu_buttons a.button:hover{border-color:#ffac03}.hochu_block .hochu_buttons a.button:hover span{background-color:#ffac03}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/utp_order_new/style.css?17683006313175*/
.utp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}
.utp_list .utp_item {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    width: 50%;

}
.utp_list .utp_item.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.utp_list .utp_item .image {
    width: 256px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.utp_list .utp_item:hover .image {
    -webkit-transform: rotate(-5deg) translate(0,-10px);
    -ms-transform: rotate(-5deg) translate(0,-10px);
    transform: rotate(-5deg) translate(0,-10px);
}
.utp_list .utp_item .image img {
    display: block;
}
.utp_list .utp_item .text {
    width: calc(100% - 256px - (19px * 2));
    padding: 31px 19px 0 19px;
}
.utp_list .utp_item .text .title {
    text-transform: uppercase;
    font-size: 22px;
    color: #52a4f0;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.utp_list .utp_item .text .title span {
    display: block;
    color: #353535;
}
.utp_list .utp_item .text .description {
    color: #989898;
    font-size: 16px;
    line-height: 1.2em;
}

.utp_container.ipoteka {
    padding: 30px 0;
    background-color: #ffffff;
}

.utp_container.ipoteka h2 {
    font-family: "Roboto Slab", Arial, sans-serif;
    font-size: 48px;
    color: #313645;
    margin-top: 0;
}

.utp_container.ipoteka span {
    color: #fcae00;
}

.utp_container.ipoteka .utp_list .utp_item .image {
    position: relative;
    overflow: hidden;
}


.utp_container.ipoteka .utp_list .utp_item:nth-child(3) .image:before,
.utp_container.ipoteka .utp_list .utp_item:nth-child(4) .image:before {
    left: -52px;
}

.utp_container.ipoteka .utp_list .utp_item:nth-child(1) .image:before,
.utp_container.ipoteka .utp_list .utp_item:nth-child(2) .image:before {
    right: -10px;
}

.utp_container.ipoteka .utp_list .utp_item .image:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 500px) {

    .utp_container.ipoteka .utp_list .utp_item .text .description,
    .utp_list .utp_item .text .description,
    .utp_container.ipoteka .utp_list .utp_item .text,
    .utp_list .utp_item .text {
        width: 100%;
    }

    .utp_container.ipoteka .utp_list .utp_item .text,
    .utp_list .utp_item .text {
        padding: 10px 10px 0 10px;
    }

    .utp_container.ipoteka .utp_list .utp_item,
    .utp_list .utp_item {
        margin-bottom: 20px;
    }

    .utp_container.ipoteka .utp_list .utp_item:last-child,
    .utp_list .utp_item:last-child {
        margin-bottom: 0;
    }

    .utp_container.ipoteka h2 {
        line-height: 1em;
        font-size: 30px;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/luxar/super/our-achieve/style.css?17683006313222*/
.our-achieve {
    padding: 50px 0;
}

.our-achieve__title {
    color: #072c29;
    font-size: 48px;
    font-family: "Roboto Slab", Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 45px 0;
    text-align: center;
}

.our-achieve__title span {
    color: #fcae00;
}

.our-achieve__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.our-achieve__item {
    width: 300px;
}

.our-achieve__count {
    position: relative;
}


.circle {
    width: 208px;
    height: 208px;
    background-image: url("/local/templates/vsestroy74.ru/components/luxar/super/our-achieve/img/item_bg.png");
    background-position: center;
    position: relative;
}

.circle-in {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: rotate(0);
    transition: 1s all linear;
}

.circle-in:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #516469;
    border-radius: 50%;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}


.our-achieve__item .text {
    font-size: 18px;
    color: #516469;
    text-transform: uppercase;
    border-bottom: 2px solid #fcae00;
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
}

.our-achieve__count .number {
    font-size: 150px;
    color: #516469;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 15px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    transition: 1s color linear;
}

.our-achieve__count .number:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 17px;
    background-image: url("/local/templates/vsestroy74.ru/components/luxar/super/our-achieve/img/text-shadow.png");
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-achieve__count .number span {
    color: #fcae00;
}

@media screen and (max-width: 500px) {

    .our-achieve {
        padding: 0;
    }

    .our-achieve__count {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .our-achieve__count:after {
        background-size: contain;
        width: 130px;
        height: 150px;
        top: 0;
        background-image: url("/local/templates/vsestroy74.ru/components/luxar/super/our-achieve/img/item_2.png");
    }

    .our-achieve__count .number {
        font-size: 100px;
    }

    .our-achieve__item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .our-achieve__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .our-achieve__title {
        font-size: 35px;
    }

    .our-achieve__count .number {
        left: 20px;
    }
}
/* End */
/* /local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/services_index/style.css?17683006315491 */
/* /local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/style.min.css?16448179052879 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/utp_order_new/style.css?17683006313175 */
/* /local/templates/vsestroy74.ru/components/luxar/super/our-achieve/style.css?17683006313222 */
