

/* 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/luxar/super/about-service/style.css?17319823675612*/
.about-service {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .about-service .container {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .about-service {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-service {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.about-service__grid {
  display: grid;
  grid-template-columns: 558px 1fr;
  column-gap: 25px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .about-service__grid {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (max-width: 1280px) {
  .about-service__grid {
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-service__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 0;
  }
}
.about-service__item.type-img {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .about-service__item.type-img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.about-service__item.type-img img {
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .about-service__item.type-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }
}
.about-service__item.type-video {
  margin-top: 65px;
}
.about-service__item.type-menu {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 400px;
  margin: auto 25px -100px auto;
}
@media screen and (max-width: 1280px) {
  .about-service__item.type-menu {
    width: 100%;
    margin: 0;
    height: 100%;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .about-service__item.type-menu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 10px;
  }
}
.about-service__item.type-text {
  grid-column: 1/3;
  grid-row: 1/3;
  margin-top: auto;
  margin-bottom: -20px;
  margin-right: 450px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .about-service__item.type-text {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-service__item.type-text {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.about-service__item.type-video {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .about-service__item.type-video {
    margin-top: 0;
    position: absolute;
    top: 80px;
    width: 60%;
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .about-service__item.type-video img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-service__item.type-video img {
    max-width: 230px;
  }
}
.about-service .person-video {
  position: relative;
}
.about-service .person-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .about-service .person-video__play {
    max-width: 80px;
    z-index: 10;
  }
  .about-service .person-video__play svg {
    max-width: 100%;
  }
}
.about-service .person-video__play svg path:first-child {
  fill: black;
  fill-opacity: 0.8;
  transition: 0.2s all linear;
}
.about-service .person-video__play svg path:last-child {
  fill: white;
  fill-opacity: 0.8;
}
.about-service .person-video__play:hover svg path:first-child {
  fill: red;
  fill-opacity: 1;
}
.about-service .person-video__play:hover svg path:last-child {
  fill: white;
  fill-opacity: 1;
}
.about-service .services-link {
  background: rgba(44, 52, 59, 0.9);
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-service .services-link {
    padding: 25px 25px 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .services-link {
    left: 0;
  }
}
.about-service .services-link__title {
  font-size: 35px;
  font-weight: 500;
}
.about-service .services-link__list {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.about-service .services-link:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .about-service .services-link ul li {
    margin-bottom: 15px;
  }
}
.about-service .services-link ul li a {
  color: #C5DAEE;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .about-service .services-link ul li a {
    font-size: 14px;
  }
}
.about-service .services-link ul li a:hover {
  color: #ffffff;
}
.about-service .services-link__btn.btn {
  position: absolute;
  width: calc(100% - 100px);
  box-sizing: border-box;
  bottom: -25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-service .services-link__btn.btn {
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    width: auto;
    padding: 0 80px;
    white-space: nowrap;
    height: 55px;
    line-height: 55px;
  }
}
.about-service .our-info {
  max-width: 628px;
  padding-right: 128px;
}
@media screen and (max-width: 1500px) {
  .about-service .our-info {
    max-width: 450px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-service .our-info {
    background: rgba(44, 52, 59, 0.9);
    padding: 25px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-service .our-info__title {
    text-align: left;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 25px;
  }
  .about-service .our-info__title:before {
    content: "";
    height: 2px;
    bottom: -5px;
    width: 80%;
  }
}
.about-service .our-info__text p {
  margin-bottom: 10px;
}
.about-service .our-info__text p:last-child {
  margin-bottom: 0;
}

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

/* 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 */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/managers_2/style.css?17683006313224*/
.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: 245px;
    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% - 160px);
	height: 165px;
	padding-bottom: 13px !important;
}

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;
}

.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 25px 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% - 160px);

		@media (max-width: 767px) {
			padding: 10px !important;
		}
	}

	a.managers-item__btn.btn {
		display: block;
	}

	.managers-item {
		width: 100%;
	}
}



/* 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/luxar/super/about-service/style.css?17319823675612 */
/* /local/templates/vsestroy74.ru/components/luxar/super/our-achieve/style.css?17683006313222 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/managers_2/style.css?17683006313224 */
/* /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 */
