

/* Start:/local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17683006312988*/
.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: "Roboto Slab", 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: "Roboto Slab", 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.list/preimushchestva/style.css?17683006314937*/
.managers {
	padding: 50px 0;
}

.managers-title {
	color: #072c29;
	font-size: 48px;
	font-family: "Roboto Slab", Arial, sans-serif;
	font-weight: 600;
	margin: 0 0 25px 0;
	text-align: center;
}
.managers-title span {
	color: #ff9c00;
}

.managers-list-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.managers-item {
	width:calc(100% /4 - 40px);
	height:320px;
	background-color: #fff;
	position: relative;
    margin: 20px;
}


.managers-item .managers-item-container {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.managers-item .managers-item-container .title {
    position: absolute;
    left: 0;
    top: 265px;
    padding: 5px 10px 35px 10px;
    width: 100%;
    height: auto;
    background: rgba(50,67,71,.63);
    transition: all .3s linear;
}
.managers-item:hover .title {
	top: calc(100% - 130px);
}

a.managers-item__btn.btn {
	position: absolute;
	padding: 9px 30px;
	font-size: 24px;
	text-transform: none;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
	cursor: pointer;
}

.managers-item:hover a.managers-item__btn.btn {
	display: block;
}

.managers-item .name {
	color:#fbfbfb;
	font-size:24px;
	line-height:1em;
    font-weight: normal;
}
.managers-item .post {
	color:#fcae00;
	font-size:16px;
	font-weight: normal;
	padding:0 0 11px 0;
}
.managers-item .contact td {
	color:#fff;
	font-size:16px;
	font-weight: 600;
    vertical-align: middle;
}

.managers-item .contact td.mail {
	color: #52a4f0;
}

.managers-item .contact td.phone {
	color: #fcae00;
}

.managers-item .contact td.mail a {
	color: #52a4f0;
}

.managers .slick-dots {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media screen and (max-width: 749px) {
	.managers .slick-dots {
		width: 100%;
	}
}

.managers .slick-dots li {
	font-size: 0;
	width: calc((100% / 6) - 4px);
	margin-right: 4px;
	margin-bottom: 4px;
}

.managers .slick-dots li:nth-child(6n) {
	margin-right: 0;
}

.managers .slick-dots li.slick-active button {
	background-color: #f9ab00;
}

.managers .slick-dots li button {
	font-size: 0;
	border: none;
	height: 4px;
	background-color: #d6e1ee;
	width: 100%;
	outline: none;
}

@media screen and (max-width: 500px) {

	.managers-title { 
		font-size: 35px;
	}

	.managers-list-flex {
		margin-left: 0;
		margin-right: 0;
	}

	.managers-item .managers-item-container {
		height: 320px;
	}

	.managers-item .managers-item-container .title {
		top: calc(100% - 130px);
	}

	a.managers-item__btn.btn {
		display: block;
	}

	.managers-item {
		width: 100%;
	}
}



.benefit {
	padding: 30px 0;
}

.benefit__item {
	margin-bottom: 50px;
}

.benefit__item:last-child {
	margin-bottom: 0;
}

.benefit-item__name {
	font-size: 18px;
	border-bottom: 1px solid #dde6ed;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}

.benefit-item__name span {
	text-transform: lowercase;
	color: #a4a4a4;
}

.benefit-item__name b {
	font-size: 24px;
	color: #50708a;
	font-weight: normal;
}

.benefit-item__text {
	font-size: 20px;
	color: #5d7573;
	font-style: italic;
	position: relative;
	padding: 5px 30px 20px 30px;
}

.benefit-item__text:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 40px;
	background-image: url("/local/templates/vsestroy74.ru/components/bitrix/news.list/preimushchestva/images/quote.png");
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	opacity: .7;
}

.benefit-item__anons {
	padding-top: 30px;
	padding-left: 10px;
	width: 100%;
}

.benefit-item {
	display: flex;
	position: relative;
}

.benefit-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	bottom: -20px;
	left: 20px;
}

.benefit-item__pics {
	position: relative;
	width: 160px;
	height: 180px;
	flex: none;
}

.benefit-item__pics img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.benefit-item__name i {
	font-style: normal;
}

@media screen and (max-width: 500px) {

	.benefit-item__name i {
		display: none;
	}

	.benefit-item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.benefit-item__text {
		font-size: 16px;
	}

	.benefit-item:before {
		left: 0;
	}

	.benefit-item__name {
		text-align: center;
	}

	.benefit-item__name b {
		display: block;
	}
}

/* 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 */
/* /local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17683006312988 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/preimushchestva/style.css?17683006314937 */
/* /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 */
