

/* Start:/local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17012368552994*/
.top-about {
    background-color: #424244;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 310px;
    padding-top: 15px;
}

.top-about #breadcrumb_container {
    margin-bottom: 40px;
}

.top-about +  .about-house {
    margin-bottom: 0;
}

ul.top-about__nav {
    padding: 0;
    margin: 0 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

ul.top-about__nav li {
    margin-right: 30px;
}

ul.top-about__nav li:last-child {
    margin-right: 0;
}

ul.top-about__nav li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    font-weight: bold;
}

ul.top-about__nav li a:hover,
ul.top-about__nav li.selected a {
    border-bottom: 2px solid #ff9c00;
}

.top-about__title {
    font-size: 48px;
    font-family: "Officina Serif", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.top-about__title span {
    color: #ff9c00;
}


.text-block {
    background-image: url("/local/templates/vsestroy74.ru/components/luxar/super/top-about/img/text-block-bg.jpg");
    font-size: 20px;
    color: #111c1e;
    padding: 50px 0;
}

.text-block a {
    color: #1963a8;
}

.text-block h2 {
    color: #072c29;
    font-size: 48px;
    font-family: "Officina Serif", Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}

.text-block h2 span {
    color: #fcae00;
}

.top-about.top-about_best {
    height: 317px;
}

.top-about.top-about_best .top-about__title {
    font-weight: 500;
}

.top-about.top-about_best #breadcrumb_container {
    margin-bottom: 80px;
}


@media (max-width: 768px) {

    .top-about.top-about_best {
        background-position: calc(100% + 200px) 100%;
    }

    .top-about.top-about_best #breadcrumb_container {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {

    .top-about.top-about_best .top-about__title {
        font-size: 28px;
        margin-top: auto;
        margin-bottom: 0;
    }

    .top-about.top-about_best {
        height: 310px;
    }

    .top-about.top-about_best .container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .text-block {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .top-about {
        min-height: auto;
        padding-bottom: 30px;
    }

    ul.top-about__nav li {
        margin-bottom: 10px;
    }

    .top-about__title,
    .text-block h2 {
        font-size: 35px;
    }

    .top-about #breadcrumb_container .breadcrumbs {
        display: block;
    }

    .top-about #breadcrumb_container {
        margin-bottom: 20px;
    }

    ul.top-about__nav {
        margin: 0 0 30px 0;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news/stati/style.css?1751278661591*/
.stati_activity {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.stati_activity span {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    color: #9AAFC3;
}

.stati_activity span b {
    font-weight: 500;
    color: #505E6A;
}

.stati_activity span img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 500px) {
    .stati_activity span {
        gap: 5px;
        font-size: 14px;
    }

    .stati_activity span img {
        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/stati/style.css?16448179031522*/
.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;
}

.type-house.type-house__stati .type-house__img img {
	max-height: 250px;
}

@media screen and (max-width: 500px) {
	.stati_section_list ul li {
		margin: 0 4px 4px 0;
		box-shadow: none;
		border: none;
		height: auto;
	}

	.type-house.type-house__stati .type-house__img img { 
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17264713081469*/
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: "Officina Serif", 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 */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.list/.default/style.css?17512759021176*/
.stati_list {

}
.stati_list .stati_item_container {
	margin-bottom: 20px;
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.stati_list .stati_item_container .image {
	margin-right: 10px;
	padding:0;
	background-color:#f2f9fc;
	box-shadow: 0 1px 5px rgba(0,0,0,.21);
	min-width:320px;
	width: 320px;
	height: 138px;
	border: 5px solid #fff;
	position: relative;
	overflow: hidden;
}
.stati_list .stati_item_container .image img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	transition: all .3s linear;
}
.stati_list .stati_item_container:hover .image img {
	transform: scale3d(1.1,1.1,1);
}

.stati_list .stati_item_container .title {
	margin-bottom: 5px;
}
.stati_list .stati_item_container .title a:link,
.stati_list .stati_item_container .title a:visited {
	text-transform: uppercase;
	color: #5d7573;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	font-family: Akrobat, sans-serif;
}
.stati_list .stati_item_container .title a:hover {
	color: #d58200;
}

@media screen and (max-width: 749px) {

	.stati_list .stati_item_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* 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.min.css?1644817903798*/
.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{flex-direction:row-reverse}.utp_list .utp_item .image{width:256px;transition:all .3s linear}.utp_list .utp_item:hover .image{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}
/* End */
/* /local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17012368552994 */
/* /local/templates/vsestroy74.ru/components/bitrix/news/stati/style.css?1751278661591 */
/* /local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/stati/style.css?16448179031522 */
/* /local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17264713081469 */
/* /local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.list/.default/style.css?17512759021176 */
/* /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.min.css?1644817903798 */
