

/* Start:/bitrix/components/bitrix/menu/templates/top_menu/style.css?1720776219749*/
nav.top-nav{
    position: static;
    border: unset;
}

nav.top-nav .menu-wrapper{
    background-color: #b8b8b8;
}

nav.top-nav > .menu-wrapper > ul > li >a::after{
    display: none;
}


header .top-nav{
    transition: max-height 0.3s ease-in;
    max-height: 200px;
}

header.header-slim .top-nav{
    /* height: 0px; */
    /* opacity: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* .top-nav.nav-hover>.menu-wrapper>ul>li>ul{
    display: none !important;
} */

.top-nav.nav-hover-self>.menu-wrapper>ul>li:hover>ul{
    /* display: flex !important;
    width: 1240px !important; */
    display: block !important;
}


@media (max-width:480px) {
    header .top-nav{
        display: none;
    }
}
/* End */


/* Start:/local/components/goodda/menu.sections/templates/menu/style.css?17386647651949*/
body{
    padding-top: 208px !important;
}



header.header-slim>.header-wrapper>div{
    height: 55px;
}

.main-nav{
    position: static;
}


.main-nav > .menu-wrapper > ul > li{
    position: relative;
    overflow: visible;
}

.main-nav > .menu-wrapper > ul > li >a::after{
    right: 0;
}

.main-nav > .menu-wrapper > ul > li:last-child >a:after{
    display: none;
}

.main-nav.nav-hover-self>.menu-wrapper>ul>li>ul{
    display: none !important;
}

.main-nav>.menu-wrapper ul li ul li.menu-has-submenu{
    background: unset !important;
}

.main-nav.nav-hover-self>.menu-wrapper>ul>li:hover>ul{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    /* width: 1240px !important; */
    left: 50%;
    transform: translateX(-50%);
    /* justify-content: space-between; */
    position: fixed;
    top: 265px;
    max-width: 1240px;
    width: 100%;
    gap: 20px;
    padding: 20px;
}

.header-slim .main-nav.nav-hover-self>.menu-wrapper>ul>li:hover>ul{
    top: 149px;
}

.main-nav.nav-hover-self>.menu-wrapper>ul>li>ul>li ul{
    display: block !important;
    position: static !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}

.main-nav>.menu-wrapper>ul>li>ul>li .parent{
    background: #ee8029;
    color: #FFF;
    font-weight: bold;
}

.main-nav>.menu-wrapper>ul>li>ul>li .parent, .main-nav>.menu-wrapper>ul>li>ul>li a{
    border-bottom: unset !important;
}

nav>.menu-wrapper>ul>li>ul>li .parent{
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    max-width: 300px;
    min-width: 250px;
}

.main-nav>.menu-wrapper>ul>li>a{
    height: 63px !important;
}

.main-nav>.menu-wrapper>ul>li:hover>a{
    text-decoration: none;
    background: #f6f3f3;
    color: #a40000;
}

@media (max-width:480px){
    .main-nav{
        display: none;
    }

    body{
        padding-top: 105px !important;
    }
}
/* End */


/* Start:/local/components/goodda/menu.sections/templates/menu_mobile/style.css?1714999915326*/
header.header-slim>.header-wrapper>div{
    height: 55px;
}

.main-nav{
    position: static;
}


.main-nav > .menu-wrapper > ul > li{
    position: relative;
    overflow: visible;
}

.main-nav > .menu-wrapper > ul > li >a::after{
    right: 0;
}

.main-nav > .menu-wrapper > ul > li:last-child >a:after{
    display: none;
}
/* End */


/* Start:/local/components/goodda/menu.sections/templates/top_menu_mobile/style.css?1715074832513*/
nav.top-nav{
    position: static;
    border: unset;
}

nav.top-nav .menu-wrapper{
    background-color: #b8b8b8;
}

nav.top-nav > .menu-wrapper > ul > li >a::after{
    display: none;
}


header .top-nav{
    transition: max-height 0.3s ease-in;
    max-height: 200px;
}

header.header-slim .top-nav{
    /* height: 0px; */
    /* opacity: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


@media (max-width:480px) {
    header .top-nav{
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/2018/styles.css?173202582037412*/
.top-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*border: 2px solid #c91212;*/
	border: 2px solid #EE8029;
	z-index: 9999;
	transition: all .2s linear;
	cursor: pointer;
	opacity: 1;
}

.top-btn.hidden {
	opacity: 0;
}

.top-btn:hover,
.top-btn:active {
	border: 2px solid #e67373;
	background: rgba(235, 0, 0, 0.1);
}

.top-btn::before {
	content: '';
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid white;
	border-left-color: white;
	/*border-left-color: #c91212;*/
	border-left-color: #EE8029;
	position: relative;
	left: 0;

	transform: rotate(-90deg);
}

.sale_ball {
	position: absolute;
	z-index: 3;
	width: 45px;
	top: -15px;
	right: -15px;
}

.price-aktsii>.text-red {
	display: flex;
	justify-content: center;
	align-items: end;
}

.price-aktsii p {
	margin: 0;
}

.price-aktsii .text-price p:last-child {
	line-height: 38px;
}

.timeTo ul {
	top: -19px !important;
}

.price-aktsii .text-price p:first-child {
	font-size: 34px;
	text-decoration: line-through;
	text-decoration-color: #ca1010;
}

.price-aktsii .text-price {
	padding: 0 10px;
}

.ready-aktsii {
	display: flex;
	justify-content: center;
	align-items: end;
}

.ready-aktsii p {
	margin: 0;
}

.ready-aktsii .text-size-22 {
	padding: 0 10px;
}

.ready-aktsii .text-size-22 p:last-child {
	line-height: 28px;
}

.ready-aktsii .text-size-22 p:first-child {
	font-size: 22px;
	text-decoration: line-through;
	text-decoration-color: #ca1010;
}


.block-call-form-winter {
	background: #555 url(/img/design2017/block_form_bg_new_winter.jpg) 50% 50% no-repeat !important;
	background-size: cover;
}

#countdown {
	padding-left: 5px;
}

.timeTo span {
	display: none;
}

.timeTo.timeTo-black div {
	background: none !important;
	color: #ca1010 !important;
	border: none !important;
	height: 20px !important;
	width: 15px !important;
}

.timeTo figure {
	position: relative;
	min-width: 110px;
	text-align: left;
}

.timeTo figcaption {
	position: absolute;
	bottom: 0;
	left: 36px;
	color: #000 !important;
	font-weight: bold !important;
}

.count {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.timeTo div.first {
	border: none;
}

.news-detail .text-new {
	padding: 0 5px;
}

.news-detail .detail_picture {
	height: auto;
}

.left_right_img {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.left_right_img img {
	width: 50%;
}

.left_right_img img:last-child {
	margin-left: 14px;
}

.tochkay li {
	overflow: visible !important
}

.block-video iframe {
	height: 500px;
}
.content ol li p {
	display: inline-block;
}
.content ul li {
	overflow: visible;
}

@media (max-width: 450px) {
	.price-aktsii .text-price p:first-child {
		font-size: 18px;
	}

	.ready-aktsii .text-size-22 p:first-child {
		font-size: 16px;
	}

	.left_right_img {
		display: block;
	}

	.left_right_img img {
		width: 100%;
	}

	.left_right_img img:last-child {
		margin-left: 0px;
		margin-top: 20px;
	}

	.count {
		text-align: left;
	}
}

.bolder {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

@media (max-width: 600px) {
	.block-width-1200.block-left {
		max-width: 100%;
	}

	table {
		max-width: 100%;
		width: 100%;
		overflow-x: scroll;
		display: block;
	}

	table tbody {
		max-width: 100%;
		width: 100%;
		display: table;
		overflow-x: scroll;
	}
}

.smaller {
	font-size: smaller;
}


@media (min-width: 450px) {
	.corner-balk {
		margin-right: 350px;
	}

	.hell-balk {
		margin-left: 670px;
		margin-right: 130px;
	}
}


/*  Новый дизайн */

body {
	overflow-x: hidden;
}

.container {
	max-width: 1240px;
	margin: 0px auto;
	width: 100%;
}

a {
	color: #EE8029;
}

.nowrap{
	white-space: nowrap;
}

.nopadding {
	padding-left: 0;
	padding-right: 0
}

.section {
	padding: 90px 0;
}

.section .full-width {
	float: none;
}

.block-flex {
	display: flex;
}
.block-wrap{
	display: flex;
	flex-wrap: wrap;
}

.block-between {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.section .block-4-items>.block-items-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 20px;
}

.section .block-5-items>.block-items-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 20%);
	gap: 30px 20px;
}

.section .block-2-items>.block-items-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
}

/* .block-4-items > .block-items-wrapper > div:hover{
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
} */


.section .block-left {
	float: none;
}

.section .block-5-items>.block-items-wrapper>div,
.section .block-4-items>.block-items-wrapper>div,
.section .block-2-items>.block-items-wrapper>div {
	width: 100%;
	float: none;
}

.section .block-5-items>.block-items-wrapper>div:last-child {
	display: block;
}

.section .block-4-items .windows-price-block-windows>div:nth-child(4n-3),
.section .block-4-items .windows-price-block-windows>div:nth-child(4n-2),
.section .block-4-items .windows-price-block-windows>div:nth-child(4n-1),
.section .block-4-items .windows-price-block-windows>div:nth-child(4n) {
	width: 100%;
	float: none;
}
.section .section-page-plastic-windows .block-2-items>.block-items-wrapper>div {
	float: none;
    width: 100%;
}
/* меняла для верандных окон, секция со стоимостью */
.verandnye-price .block-3-items>.block-items-wrapper {
	display: flex;
}


.verandnye-price .block-3-items>.block-items-wrapper>div{
	display: flex;
	flex-direction: column;
	width: 33.33333%;
    padding: 10px;
}


.function__block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.section.section-banner {
	padding-top: 0;
}

.section-gray {
	background: #F5F5F5;
}

.section-white+.section-white {
	padding-top: 0;
}

.section-gray+.section-gray {
	padding-top: 0;
}

.section-expert {
	background: #EB692B;
	/*background: linear-gradient(134deg, #EB692B 0%, #F1B177 45.83%, #F5D45D 98.96%);*/
	padding: 20px 0;
}

.section-counting {
	background: linear-gradient(134deg, #EB692B 0%, #F1B177 45.83%, #F5D45D 98.96%);
	/*margin-bottom: 40px;*/
	position: relative;
	padding: 30px 0;
}

.counting__title {
	font-size: 26px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.counting__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 139px 10px 0px 0px;
}

.counting__info {
	width: 50%;
}

.counting__info .counting__form {
	display: grid;
	gap: 10px;
}

.counting__info .counting__btn {
	display: inline-block;
	padding: 10px 32px;
	background: #EE8029;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.counting__info .counting__input {
	background: #FFF;
	border: none;
	padding: 10px 15px;
	width: 90%;
}

.counting__info .counting__form-text {
	font-size: 14px;
}

.counting__info .counting__form-text a {
	color: #000;
}

.counting__info .counting__form-text a:hover {
	color: #000;
}

.section-title__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px;
}

.section__title {
	color: #383838;
	font-size: 50px;
	margin: 20px 0 45px;
	font-weight: 500;
}

.section__h1 {
	color: #EE8029;
	font-size: 53px;
	margin: 0;
	font-weight: 600;
	background: linear-gradient(138.72deg, #FFFFFF 44.53%, rgba(255, 255, 255, 0) 106.49%);
	border-radius: 20px;
	padding: 20px;
}

.section-title__wrap .section__title {
	margin: 0;
}

.feedback-iframe {
	min-width: 150px;
}


.works-slider {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	overflow: visible;
}

.works-slider__item {
	height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.works-slider__item img {
	width: 100%;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

.works-slider .swiper-button-prev,
.works-slider .swiper-button-next {
	width: 80px;
	height: 80px;
	background: #EE8029;

}

.works-slider .swiper-button-prev {
	left: 0;
}

.works-slider .swiper-button-next {
	right: 0;
}

.works-slider .swiper-button-prev:after,
.works-slider .swiper-button-next:after {
	content: "";
	background-image: url("/img/gallery-works/icon-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
}


.works-slider .swiper-button-next:after {
	rotate: 180deg;
}

.swiper.works-slider {
	overflow: visible;
}

.design-slider .swiper-horizontal>.swiper-pagination-bullets,
.design-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.design-slider .swiper-pagination-custom,
.design-slider .swiper-pagination-fraction {
	bottom: -40px;
}

.design-slider .swiper-pagination-bullet-active {
	background: #EE8029;
}

.certificates-slider__item img {
	width: 100%;
	display: block;
}

.certificates-slider__item {
	padding: 10px;
}

.certificates-slider__item a {
	text-decoration: none;
}

.certificates-slider__btn {
	background: #EE8029;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}

.certificates-slider__item:hover {
	/*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);*/
	box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.20);
}



.certificates-slider__item:hover .certificates-slider__btn {
	background: #F26C01;
}

.certificates-slider .swiper-button-prev,
.certificates-slider .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #EE8029;

}

.certificates-slider .swiper-button-prev {
	left: 0;
}

.certificates-slider .swiper-button-next {
	right: 0;
}

.certificates-slider .swiper-button-prev:after,
.certificates-slider .swiper-button-next:after {
	content: "";
	background-image: url("/img/gallery-works/icon-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}


.certificates-slider .swiper-button-next:after {
	rotate: 180deg;
}

.certificates-slider .swiper-slide {
	padding: 10px 10px 20px;
}

.accessories__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	margin-bottom: 30px;
}




.accessories__item {
	color: #1C1C1C;
	text-decoration: none;
	background: #ffffff;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px;

}

.accessories__item:hover {
	color: #1C1C1C;
	text-decoration: none;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
}

.accessories__img img {
	width: 100%;
}

.accessories__info {
	padding: 12px 12px 12px 0;
}

.accessories__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.accessories__text {
	font-size: 16px;
}

.ya-taxi-widget__link {
	height: auto;
}

/* О компании - Партнеры */
.block-flex-partners{
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.block-flex-partners img{
	margin-right: 30px;
}
/* О компании - Дизайнерам и архитекторам */
.company-benefits__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	margin-bottom: 30px;
}

.company-benefits__item {
	color: #1C1C1C;
	text-decoration: none;
	background: #ffffff;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px;
}

.company-benefits__info {
	padding: 12px 12px 12px 0;
	font-size: 16px;
}


.nestandart__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}


.nestandart__item {
	color: #1C1C1C;
	text-decoration: none;
	background: #ffffff;
	text-align: center;
}

.nestandart__item:hover {
	color: #1C1C1C;
	text-decoration: none;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
}

.nestandart__img {
	width: 100%;
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}

.nestandart__info {
	padding: 0 12px 12px;
}

.nestandart__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.nestandart__price {
	font-size: 20px;
}

.nestandart__price span {
	color: #EE8029;
	font-weight: 600;
}

.nestandart-prices__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.nestandart-prices__item {
	text-align: center;
}

.typical__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 10px;
}


.typical__item {
	color: #1C1C1C;
	text-decoration: none;
	text-align: center;
}

.typical__item:hover {
	color: #1C1C1C;
	text-decoration: none;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
	background: #ffffff;
}

.typical__img {
	width: 100%;
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}

.typical__info {
	padding: 0 12px 12px;
}

.typical__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.typical__price {
	font-size: 20px;
}

.show-all__btn {
	text-align: center;
}

.show-all__btn a {
	display: inline-block;
	padding: 15px 32px;
	background: #EE8029;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
}

.show-all__btn a:hover {
	background: #F26C01;
	color: #FFF;
}

.strength__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin: 40px auto;
}

.section-top .strength__wrap {
	background: linear-gradient(138.72deg, #FFFFFF 44.53%, rgba(255, 255, 255, 0) 106.49%);
	border-radius: 20px;
	padding: 20px;
	margin: 0;
}

.strength__item {
	display: grid;
	grid-template-columns: 48px auto;
	gap: 12px;
}

.strength__item img {
	width: 48px;
	height: 48px;
}

.strength__text {
	font-size: 16px;
	line-height: 140%;
	color: #1C1C1C;
}

.strength__text span {
	display: block;
	font-weight: 600;
	font-size: 32px;
	line-height: 92%;
	color: #EE8029;
}

.expert-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.expert-strength .strength__item {
	background: #fff;
	padding: 10px;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
	min-width: 280px;
	border-radius: 0 20px 0 20px;
}

.expert-strength {
	margin-left: 40px;
}

.expert-info {
	display: flex;
	color: #fff;
}

.expert-info img {
	min-width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 20px;
}

.expert-info h4 {
	margin: 10px 0;
}

.expert-name{
	margin: 5px 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12pt;
}
.expert-post{
	font-size: 18px;
}
.steps-work__wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.steps-work__wrap:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	top: 50%;
	height: 4px;
	background: linear-gradient(172.97deg, #FAC23D 4.75%, #F8B43D 103.89%);
	border-radius: 2px;
}

.steps-work__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 220px;
	margin-bottom: 300px;
}

.steps-work__item {
	position: relative;
}

.steps-work__item:nth-child(odd) .steps-work__desc {
	top: 60px;
}

.steps-work__item:nth-child(even) .steps-work__desc {
	bottom: 60px;
}

.steps-work__desc {
	position: absolute;
	left: -50px;
	width: 220px;
}

.steps-work__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #383838;
	margin-bottom: 6px;
}

.steps-work__text {
	font-size: 12px;
	line-height: 16px;
	color: #383838;
}

.steps-work__link {
	font-size: 12px;
	line-height: 20px;
	color: #EE8029;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}


.steps-work__num {
	background: linear-gradient(90deg, #E8602C 0%, #F9C03D 85.71%);
	min-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}

.about-block__wrap {
	display: flex;
}

.about-block__wrap .section__title {
	white-space: nowrap;
}

.about-block__text {
	margin-left: 100px;
	line-height: 130%;
}

.readmore-js-section {
	overflow: hidden;
}

.readmore-js-toggle,
.readmore-js-section {
	display: block;
	width: 100%;
}

.text-color {
	color: #EE8029;
}

.show-more.readmore-js-toggle {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	color: #EE8029;
	justify-content: flex-end;
	margin-top: 20px;
	text-decoration: none;
}

.show-more.readmore-js-toggle:before {
	display: block;
	content: '';
	background-image: url('/img/about/arrow-down.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	min-width: 16px;
	height: 10px;
	margin-right: 8px;
	transition: .3s;
}

.readmore-js-expanded+.show-more.readmore-js-toggle:before {
	transform: rotate(180deg);
}

.about-block__text ul li {
	overflow: visible;
}


.team-slider__wrap {
	margin-top: 80px;
}

.swiper.team-slider {
	overflow: visible;
}

.team-item {
	border-radius: 20px;
	text-align: center;
	padding: 23px 20px 20px;
}


.team-item__img {
	position: relative;
	z-index: 1;
	width: 230px;
	max-width: 100%;
	height: 230px;
	margin: 0 auto 25px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team-item__name {
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 30px;
}

.team-item__experience {
	font-size: 16px;
	line-height: 15px;
}

.team-item__quote {
	margin-top: 40px;
}

.team-item__quote-inner {
	display: none;
}

.team-item__quote-inner p {
	text-align: left;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
}

.team-item__quote-link {
	cursor: pointer;
	color: #EE8029;
	font-size: 16px;
	line-height: 140%;
	/*font-weight: bold;*/
}

.color__btn {
	display: inline-block;
	padding: 20px 80px;
	background: #EE8029;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
}

.color__btn:hover {
	background: #F26C01;
	color: #FFF;
}

.first-block__wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	margin-bottom: 60px;
}



.first-block__title {
	grid-row: 1 / 3;
}

.first-block__slogan,
.first-block__btn {
	text-align: right;
}

.first-block__btn {
	align-self: end;
}

.windows-target__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.windows-target__item .section__title {
	margin: 0;
}

.windows-target__link img,
.windows-target__other img {
	display: block;
	margin-right: 36px;
	width: 62px;
	height: 62px;
}

.windows-target__link,
.windows-target__other {
	height: 100%;
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	text-decoration: none;
	background: linear-gradient(90deg, #E8602C 0%, #F9C03D 85.71%);
	border: 2px solid #E9E9E9;
	padding: 20px 40px;
	border-radius: 20px;
}

.text-block ul li{
	overflow: visible;
}

.windows-target__link:hover,
.windows-target__other:hover {
	box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);
	color: #FFFFFF;
}

.section-vybor+#variants {
	/*display: none;*/
	padding-top: 20px;
}


.variants__tabs-right {
	margin-left: 40px;
}

.variants__content-block {
	display: none;
}

.variants__content-block._active {
	display: block;
}

.variants__tabs-btn {
	border: 2px solid #EE8029;
	padding: 10px 15px;
	background: #fff;
	font-size: 18px;
	border-radius: 8px;
	cursor: pointer;
	margin: 0 2px;
}

.variants__tabs-btn:hover {
	background: #EE8029;
	color: #fff;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.20);
}

.variants__tabs-btn._active {
	background: #EE8029;
	color: #fff;
}

.variants__tabs .section__title {
	font-size: 42px;
}

.window-info__block {
	padding-top: 40px;
	border-top: 2px solid #EE8029;
	margin-bottom: 40px;
}

.window-info__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px 30px;
	padding: 0;
}

.window-info__caption {
	font-size: 16px;
	line-height: 140%;
}

.window-info__title {
	font-size: 70px;
	line-height: 67px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.window-info__garant {
	font-size: 24px;
	line-height: 23px;
}

.window-info__img-wrap {
	grid-column: 2 / 3;
	grid-row: 1 / 7;
}


.window-info__img {
	width: 100%;
	padding-bottom: 60%;
	border-radius: 20px;
	align-self: start;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}

.window-info__cost {
	text-align: right;
}

.window-info__price {
	font-size: 26px;
	line-height: 140%;
	color: #454547;
}

.window-info__desc ul li {
	overflow: visible;
}

.window-info__propertys {
	display: grid;
	grid-gap: 8px;
	max-width: 70%;
	border: 2px solid #EE8029;
	border-radius: 10px;
	padding: 10px 0;
}

.window-property__item {
	background: #fff;
	border-radius: 10px;
	padding: 3px 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.window-property__title{
	font-weight: bold;
	color: white;
	background: #EE8029;
	padding: 5px 10px;
	border-radius: 5px;
	min-width: 143px;
	letter-spacing: 0.4px;
}


.window-property__scale {
	position: relative;
	background: #F5F5F5;

}

.property-scale__full {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;

}

.scale_gray {
	/*background: #9B96A3;*/
	background: green;
}

.scale_blue {
	background: #71D3F2;
}

.scale_orange {
	background: #E7702D;
}

.property-scale__items {
	position: relative;
	z-index: 2;
	background-image: url('/img/windows/scale-img.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 12px;
}

.variants__tabs.section-title__wrap {
	/*margin-bottom: 50px;*/
}

.two-column-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.window-info__video iframe {
	width: 100%;
	height: 450px;
}

.window-info__video {
	margin-top: 20px;
}

.section.section-about {
	padding: 30px 0 20px;
}


.section-top {
	background-image: url('/img/about/banner-2.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 50px;
}

.promo__wrap {
	margin-bottom: 50px;
}

.promo-slider {
	width: 100%;
	/*max-width: 770px;*/
	margin: 0 auto;
	overflow: visible;
}

.promo-slider__item {
	height: 400px;
    display: block;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.swiper-slide-active .promo-slider__item {
	opacity: 1;
}




/*.promo-slider__item img{
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}*/

.promo-slider .swiper-button-prev,
.promo-slider .swiper-button-next {
	width: 70px;
	height: 70px;
	background: #EE8029;
	bottom: 0;
	top: auto;

}

.promo-slider .swiper-button-prev {
	left: 0;
}

.promo-slider .swiper-button-next {
	right: 0;
}

.promo-slider .swiper-button-prev:after,
.promo-slider .swiper-button-next:after {
	content: "";
	background-image: url("/img/gallery-works/icon-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}


.promo-slider .swiper-button-next:after {
	rotate: 180deg;
}

.swiper.promo-slider {
	overflow: hidden;
}


.promo__index-page{
	padding-top: 45px !important;
}

.promo__container{
	display: flex;
    gap: 20px;
}

.promo__left{
	flex:1;
	min-width: 0;
}

.promo__right{
	flex: 0 0 400px;
}

@media (max-width: 450px){

	.promo__container{
		display: block;
	}

	.promo__right{
		display: none;
	}
}



.contacts-main__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

.contacts-main__wrap .section__title {
	margin-bottom: 30px;
}

.title-mobile {
	display: none;
}

.title-desctop {
	display: block;
}

.contacts-main__wrap a {
	transition: color 0.4s ease-in-out;
	color: #EE8029;
	text-decoration: none;
}

.contacts-main__wrap a:hover {
	color: #F26C01;
}

.contacts-main__item {
	display: flex;
	flex-direction: column;
}

.contacts-main__item iframe {
	max-width: 570px;
}

.contacts-main__inner {
	display: flex;
	flex-direction: column;
}

.address {
	display: flex;
	margin-bottom: 14px;
}

.contacts-main__inner .street-address {
	font-size: 18px;
	font-weight: bold;
}

.contact-details {
	display: flex;
	gap: 30px;
	margin-left: 30px;
}

.p-gray {
	color: #828282;
	margin-bottom: 5px;
}

.indents {
	margin-top: auto;
	padding-bottom: 30px;
}

.section-loggia-price .block-2-items>.block-items-wrapper>div {
	float: none;
	width: 100%;
}

.section-loggia-price .block-items-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.section-balcon-houses .block-6-items>.block-items-wrapper>div {
	width: 100%;
	float: none;
}

.section-balcon-houses .block-items-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

.section .h2 {
	color: #383838;
	font-size: 50px;
	margin: 0 0 45px;
	font-weight: 500;
}

.section-balcon-price-detected .block-items-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.section-balcon-price-detected .block-2-items>.block-items-wrapper>div {
	width: 100%;
	float: none;
}


.wincalc-price__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px;
}

.text-white h1{
	color: #fff;
}

.block-4-items > .block-items-wrapper.window-options__wrap > div {
	padding-bottom: 40px;
}

.span-br-disp{
	display: block;
}

.block-proizvodstvo-text{
	background: rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 20px;
}

.window-info__inner .block-progress-bar{
	padding-right: 80px;
	margin: 0 0 30px;
}
/* Услуги - установка пластиковых окон */
 .ustanovka-pvh .block-3-items>.block-items-wrapper>div{
	display: flex;
	flex-direction: column;
	width: 33.33333%;
    padding: 10px;
}
.block-image-two{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.outer-advantage {
	display: flex;
	align-items: center;
}
.outer-avantage__img {
	margin-right: 15px;
	max-width: 50px;
}

.outer-advantage__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	margin-bottom: 30px;
	
}
@media (max-width: 1280px){
.container img {
    max-width: 100%;
}
}

 /* для раздела Услуги */
@media (min-width: 768px) and (max-width: 991px) {
	.section .uslugi-page>.block-items-wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 10px;
	}

	.section .uslugi-page>.block-items-wrapper p {
		max-width: 350px;
		margin: 0 auto;
	}
	
}
.windows-target__price {
	position: absolute;
	right:40px;
	bottom:20px;
	font-size:20px;
  }

.windows-target__item {
	position: relative;
}
@media (max-width: 768px) {
	.expert-post{
		font-size: 15px;
	}
	.outer-advantage__wrap {
		grid-template-columns: 1fr;
	}
	.windows-target__price{
		position: absolute;
		right:20px;
		bottom:15px;
		font-size:14px;
	  }

	.block-flex-partners{
		flex-direction: column;
		padding: 20px 30px;
		margin-bottom: 31px;
	}
	.block-flex-partners img{
		margin-right: 0px;
	}
	.company-benefits__wrap {
		gap: 10px;
	}

	.company-benefits__item {
		grid-template-columns: 1fr;
		padding: 10px;
		justify-items: center;
	}

	.company-benefits__info {
		font-size: 14px;
		text-align: center;
	}

	.block-image-two{
		flex-direction: column;
		gap: 20px;
	}
	.block-image-two img{
		max-width: 100%;
	}


	.window-info__inner .block-progress-bar{
		padding-right: 0;
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0 0 10px;
	}

	.span-br-disp{
		display: inline;
	}

	.display-mob-none{
		display: none;
	}


	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section {
		padding: 40px 0;
	}

	.section__title {
		font-size: 23px;
		margin: 0 0 20px;
		font-weight: bold;
	}

	.section-title__wrap {
		margin: 0 0 20px;
	}

	.works-slider .swiper-slide {
		height: auto;
	}


	.works-slider__item {
		height: 250px;
	}

	.works__wrap {
		margin-left: -16px;
		margin-right: -16px;
	}

	.design-slider .swiper-button-prev,
	.design-slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.design-slider .swiper-button-prev:after,
	.design-slider .swiper-button-next:after {
		width: 30px;
		height: 30px;
	}

	.design-slider .swiper-pagination {
		display: block;
		bottom: -20px;
	}

	.certificates-slider__item {
		padding: 12px;
	}

	.certificates-slider__btn {
		padding: 10px 20px;
		font-size: 15px;
	}

	.accessories__item {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.accessories__img {
		max-width: 140px;
	}

	.accessories__title {
		font-size: 14px;
		color: #EE8029;
	}

	.accessories__text {
		font-size: 13px;
	}

	.accessories__wrap {
		gap: 10px;
	}

	.nestandart__wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.nestandart__img {
		height: 160px;
	}

	.nestandart__title {
		font-size: 16px;
	}

	.nestandart__price {
		font-size: 14px;
	}

	.nestandart__price span {
		font-size: 18px;
	}

	.nestandart-prices__wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.typical__wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.typical__img {
		height: 160px;
	}

	.typical__title {
		font-size: 16px;
	}

	.typical__price {
		font-size: 14px;
	}

	.color__btn {
		padding: 14px 20px;
		font-size: 15px;
		width: 100%;
		border-radius: 0;
		display: flex;
		justify-content: center;
	}

	.show-all__btn a {
		width: 100%;
		border-radius: 0;
		padding: 10px;
		font-size: 15px;
	}

	.section-top .strength__wrap {
		grid-template-columns: 1fr 1fr;
		gap: 20px 10px;
		padding: 20px 10px;
	}

	.section-top .strength__item {
		grid-template-columns: 32px auto;
		gap: 10px;
	}

	.section-top .strength__item img {
		width: 100%;
		height: auto;
	}

	.section-top .strength__text {
		font-size: 12px;
		line-height: 130%;
		color: #1C1C1C;
	}

	.section-top .strength__text span {
		font-size: 22px;
	}

	.steps-work__wrap::before {
		display: none;
	}

	.steps-work__text {
		font-size: 13px;
	}

	.steps-work__inner {
		margin-top: 0;
		margin-bottom: 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.steps-work__desc {
		left: auto;
		top: auto;
		width: auto;
		position: relative;
	}

	.steps-work__item:nth-child(2n+1) .steps-work__desc {
		top: auto;
	}

	.steps-work__item:nth-child(2n) .steps-work__desc {
		bottom: auto;
	}

	.steps-work__item {
		display: flex;
		margin-bottom: 20px;
	}

	.steps-work__num {
		margin-right: 16px;
		min-width: 42px;
		width: 42px;
		height: 42px;
	}

	.steps-work__title {
		font-size: 16px;
		line-height: 20px;
	}

	.team-slider__wrap {
		margin-top: 40px;
	}

	.team-item {
		padding: 10px;
	}

	.team-item__img {
		width: 100px;
		height: 100px;
		margin-bottom: 20px;
	}

	.team-item__name {
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 12px;
	}

	.team-item__experience {
		font-size: 12px;
		line-height: 11px;
		margin-bottom: 20px;

	}

	.team-item__quote {
		position: static;
		opacity: 1;
		visibility: visible;
		background: none;
		padding: 0;
		text-align: left;
		width: 100%;
		font-size: 8px;
		line-height: 150%;
		height: auto;
		margin-top: 20px;
	}

	.team-item__quote-inner p {
		font-size: 12px;
		line-height: 150%;
	}

	.team-slider .swiper-slide {
		width: 210px;
	}

	.team-item__quote-link {
		text-align: center;
		font-size: 12px;
	}

	.section__h1 {
		font-size: 36px;
		text-shadow: -1px -2px 2px #fff, 1px 2px 2px #fff;
		background: none;
		padding: 0;
	}

	.first-block__title {
		grid-row: auto;
	}

	.first-block__slogan {
		grid-row: 1 / 2;
	}

	.first-block__wrap {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}

	.expert-block {
		flex-direction: column-reverse;
	}

	.expert-strength {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.section-expert {
		padding: 20px 0;
	}

	.expert-info img {
		min-width: 60px;
		height: 60px;
	}

	.expert-info h4 {
		margin: 0;
		font-size: 14px;
	}

	.expert-name {
		color: #000;
	}

	.expert-info p {
		font-size: 13px;
	}

	.about-block__wrap {
		display: block;
	}

	.about-block__text {
		margin-left: 0;
		font-size: 14px;
	}

	.about-block__text ul li {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.windows-target__wrap {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.windows-target__link,
	.windows-target__other {
		padding: 15px 20px;
		font-size: 18px;
		line-height: 24px;

	}

	.windows-target__link img,
	.windows-target__other img {
		margin-right: 24px;
		width: 48px;
		height: 48px;
	}

	.variants__tabs {
		flex-direction: column;
		align-items: flex-start;
	}

	.variants__tabs-right {
		margin-top: 20px;
		margin-left: 0;
	}

	.variants__tabs .section__title {
		font-size: 23px;
	}

	.variants__tabs-btn {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 4px;
		margin: 0;
	}

	.show-more.readmore-js-toggle {
		font-size: 14px;
	}

	.window-info__inner {
		padding-left: 0;
		grid-template-columns: 1fr;
	}

	.window-info__img {
		grid-column: auto;
		grid-row: auto;
		margin-bottom: 0;
	}

	.window-info__title {
		font-size: 30px;
		line-height: 36px;
		flex-direction: column;
		margin-bottom: 0;
		text-align: center;
	}

	.window-info__garant {
		margin-left: 0;
		font-size: 14px;
		line-height: 140%;
		text-align: center;
	}

	.window-info__cost {
		grid-column: auto;
		grid-row: auto;
		text-align: left;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.3);
		padding: 5px 10px;
		border-radius: 0 0 20px 20px;
	}

	.window-info__propertys {
		max-width: 100%;
	}

	.window-info__img-wrap {
		position: relative;
		grid-column: auto;
		grid-row: auto;
	}

	.property-scale__items {
		width: 132px;
		height: 8px;
	}

	.window-property__item {
		padding: 3px 10px;
	}

	.two-column-list {
		grid-template-columns: 1fr;
	}

	.window-info__desc ul {
		margin-top: 0;
		margin-bottom: 0;
	}

	.window-info__block {
		margin-top: 20px;
		padding-top: 20px;
	}

	.window-info__cost .window-info__price {
		font-size: 16px;
		line-height: 160%;
		color: #fff;
	}

	.window-info__cost .window-info__price {
		font-size: 16px;
		line-height: 160%;
		color: #fff;
	}

	.window-info__cost-note {
		margin-top: 10px;
		text-align: right;
		display: none;
	}

	.window-info__video iframe {
		height: 250px;
	}

	.counting__img {
		display: none;
	}

	.counting__info {
		width: 100%;
	}

	.section-counting {
		padding: 20px 0;
	}

	.counting__title {
		font-size: 22px;
		margin: 15px 0;
	}

	.promo-slider .swiper-slide {
		height: auto;
	}

	.promo-slider__item {
		height: 150px;
	}

	.promo__wrap {
		margin-bottom: 20px;
	}

	.promo-slider .swiper-button-prev,
	.promo-slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.promo-slider .swiper-button-prev:after,
	.promo-slider .swiper-button-next:after {
		width: 30px;
		height: 30px;
	}

	.section-expert {
		background: #FFF;
	}

	.expert-info {
		color: #000;
	}

	.contacts-main__wrap {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.title-mobile {
		display: block;
	}

	.title-desctop {
		display: none;
	}

	.contacts-main__item {
		min-height: 300px;
	}

	.contacts-main__inner .street-address {
		font-size: 16px;
	}

	.contact-details {
		font-size: 14px;
	}

	.working-mode {
		font-size: 12px;
	}

	.function__block {
		display: block;
	}

	.section .mobile-slider>.block-items-wrapper>div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-loggia-price .block-2-items>.block-items-wrapper>div {
		float: none;
		width: 100%;
	}

	.section-loggia-price .block-items-wrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.section-balcon-houses .block-items-wrapper {
		display: block;
	}

	.section .h2 {
		font-size: 23px;
		margin: 0 0 20px;
	}

	.section .margin-top-15.block-right.button-square {
		margin-bottom: 15px;
	}

	.section-balcon-price-detected .block-items-wrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.section .uslugi-page>.block-items-wrapper p {
		max-width: 350px;
		margin: 0 auto;
	}

	.section .block-4-items>.block-items-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}

	.section .block-5-items>.block-items-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 10px;
	}

	.section .block-2-items>.block-items-wrapper {
		grid-template-columns: 1fr;
		gap: 20px 10px;
	}

	.verandnye-price .block-3-items>.block-items-wrapper{
		flex-direction: column;
	}
	.verandnye-price .block-3-items>.block-items-wrapper>div{
		width: 100%;
	}

	.section .block-osteklenie-po-tipu-doma>div>div>a {
		font-size: 10pt;
	}

	.section .block-6-items>.block-items-wrapper>div>a>.text-small {
		font-size: 10pt;
	}

	.text-size-22.span-table-price {
		font-size: 16px;
		white-space: nowrap;
	}

	.block-video iframe {
		height: 250px;
	}

	.block-window-price-kvartira>div>div>div>div>div {
		padding: 5px 20px !important;
	}

	/* .section .windows-price-block-windows>div:nth-child(4n-3),
	.section .windows-price-block-windows>div:nth-child(4n){
		display: block;
	} */
	.ustanovka-pvh .block-3-items>.block-items-wrapper>div{
	width: 100%;
	}
}

@media (max-width: 414px) {

	.section .uslugi-page>.block-items-wrapper {
		grid-template-columns: 1fr;
		gap: 20px 10px;
	}

}



/*  Новый дизайн  - end */
/* End */


/* Start:/bitrix/templates/2018/template_styles.css?173866476512393*/
.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.block-strong {
	font-weight: bold;
}

.main-page-preimushestva .block-strong {
	font-size: 14pt;
}

@media(min-width:2000px) {
	.bg_cust_m {
		min-height: 600px !important;
	}

	.ost-80-main {
		margin-top: 80px !important;
	}
}

.clearfix_m {
	clear: both;
}

.img_right_c {
	float: right;
}

@media(max-width:600px) {
	.img_right_c {
		float: none;
	}
}


.header-search {
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	overflow: hidden;
}

.header-search__input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #eee;
	position: relative;
	margin-left: 10px;
}

.header-search__input::placeholder {
	font-style: italic;
}

.header-search__ico {
	background-image: url("/bitrix/templates/2018/img/icons/search.png");
	background-size: 25px;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	flex: 0 0 25px;
}

.header-search__form {
	display: flex;
}

.menu-mobile-info .header-search {
	display: none;
}

.header-phone-mobile {
	display: none;
}

@media(max-width:480px) {
	.header-search {
		display: none;
	}

	.menu-mobile-info .header-search {
		display: block;
		margin-top: 20px;
		margin-left: 0px;
	}

	.header-phone-mobile {
		display: block;
		padding: 0;
	}

	.header-phone-mobile .mgo-number {
		font-size: 12pt;
		font-weight: bold;
		color: #EE8029;
	}


	.header-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	header .header-logo {
		padding-top: 0 !important;
	}


	.mob_menu_info .header-links {
		text-align: left;
		border-bottom: 1px solid #ede2bb;
		padding-bottom: 10px;

	}

	.mob_menu_info .header-links a:last-child{
		border-left: 1px solid #ede2bb;
	}

	.mob_menu_info .menu-mobile-info {
		text-align: left !important;
		
	}

	.menu-mobile-info__phone{
		border-bottom: 1px solid #ede2bb;
		padding-bottom: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		
	}

	.menu-mobile-info__phone .header-phone-worktime{
		border-left: 1px solid #ede2bb;
		padding-left: 10px;
	}

	.menu-mobile-info__phone .header-phone-number{
		background-image: url(/assets/phone.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 0 center;		
		padding: 0 0 0 25px;
		height: 30px;
		display: flex;
		align-items: center;
	}

	.menu-mobile-info__phone a{
		display: flex;
		align-items: center;
	}

	.mob_menu_info .menu-mobile-info a .header-phone-number {
		font-size: 14px !important;
		font-weight: bold !important;
		color: #000000 !important;
	}

	.mob_menu_info .header-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.mob_menu_info .header-links a {
		color: #000000 !important;
		font-size: 14px;
		font-weight: bold;
		height: 30px;
		display: flex;
		align-items: center;
	}

	.header-links__zayavka{
		background-image: url(/assets/service.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 0 center;		
		padding: 0 0 0 25px;
	}


	.header-links__oplata{
		background-image: url(/assets/ruble.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 10px center;
		padding: 0 0 0 35px;
	}


	.menu-mobile-info__btns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-top: 10px;
		border-bottom: 1px solid #ede2bb;
		padding-bottom: 10px;
	}

	.menu-mobile-info__btns a:last-child{
		border-left: 1px solid #ede2bb;
		padding-left: 35px;
	}

	.menu-mobile-info__calc {
		display: flex;
		align-items: center;		
		box-sizing: border-box;
		font-size: 14px;
		border-right: none;
		padding: 0 0 0 25px;
		background-image: url(/assets/calculator.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 0 center;		
		font-weight: bold;
		height: 30px;
	}

	.menu-mobile-info__zamer {
		line-height: 1;
		display: flex;
		align-items: center;		
		box-sizing: border-box;
		font-size: 14px;
		border-right: none;
		padding: 0 0 0 25px;
		background-image: url(/assets/blueprint.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 10px center;
		margin: 0 0;
		font-weight: bold;
		height: 30px;
	}

	.mob_menu_info{
		background: #F1F1F1 !important;
		padding: 15px 20px;
	}

	/* .menu-has-submenu .menu-go-submenu{
		display: none !important;
	} */
}

.mobile-menu{
	display: none;
}


/* .top-nav .menu-has-submenu:hover > ul{
	display: block !important;
}

.main-nav .menu-has-submenu:hover > ul{
	display: block !important;
} */

@media (max-width:480px){

.mobile-menu{
	display: flex;
    flex-direction: column;
    position: fixed;
    right: -100%;
    width: 100%;
    transition: all .5s;
    z-index: 3;
    background: #fff;
    overflow-y: scroll;
    height: 100%;
    padding-top: 105px;
    top: 0;
}

nav.main-nav-mobile, nav.top-nav-mobile{
	position: unset !important;
	padding-top: unset !important;
	overflow: visible !important; 
}

.menu-has-submenu ul{
	right: 0 !important;
	left: 0 !important;
	height: 100vh;
	background: #FFF;
	position: fixed !important;
	top: 105px !important;

}

nav{
	z-index: auto !important;
}






}


.uslugi-head-form{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%);
	max-width: 375px;
}


.uslugi-price{
	color:red;
	font-weight: bold;
	font-size: 18px;
}


.uslugi-head-form__title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.uslugi-head-form__form{
	display: flex;
	flex-direction: column;
}

.uslugi-head-form__form-input{
	margin-bottom: 10px;
}

.uslugi-head-form__input{
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
	border: solid 1px #ccc;
	padding: 15px;
}

.uslugi-head-form__btn{
background: #ee802a;
border-radius: 5px;
border: none;
color:#FFF;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
min-width: 200px;
cursor: pointer;
}


.uslugi-head-form__form-confirm{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.uslugi-head-form__form .send{
	background: #ffffff73;
    margin: 0 0 15px 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
}

@media (max-width: 480px) {
	.uslugi-head-form{
		position: static !important;
    	transform: none;
		max-width: unset;
	}
}


.sities-page-header .content{
    display: flex;
    padding-bottom: 20px;
}

.sities-page-header .main_left{
	width: unset;
	padding-right: unset;
}

.sities-page-header .block-right{
	width: unset !important;
	position: static !important;
	flex: 0 0 390px;
}

@media (max-width: 480px) {
	.sities-page-header .content{
		flex-direction: column;
	}
	.sities-page-header .block-right{
		flex: auto;
	}
}


.pos-rel{
position: relative;
}

.uslugi-head-form-if-500-right{
    left: unset !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    background: #FFF;
    box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, .99);
    padding: 20px 30px;
    color: black;
    border-radius: 1px;
}




.articles-list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 40px 20px;

}

.articles-list__item{
	display: flex;
	flex-direction: column;
	gap: 10px;

}

.articles-list__img {
	aspect-ratio: 16 / 9;
    display: flex;
    overflow: hidden;
}

.articles-list__img img{
	object-fit: cover;
    width: 100%;
    object-position: center;
}

.articles-list__info{
	display: flex;

}

.articles-list__date{
	flex-basis: 120px;
}

.articles-list__info svg{
	width: 15px;
	height: 15px;
}

.articles-list__date, .articles-list__views{
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width:480px){
	.articles-list{
		margin: 0 15px 40px !important;

	}
}


.article-detail__info{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.article-detail__item{
	display: flex;
	gap: 10px;
	align-items: center;
}

.article-detail-oglavlenie__title{
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.article-detail-oglavlenie__item{
	cursor: pointer;
	color: #F26C01;
	text-decoration: underline;
}

.article-detail-oglavlenie__item:hover{
	text-decoration: none;
}

.article-detail-oglavlenie{
	margin-bottom: 40px;
}


.accessories-slider__item{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.advantages__wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
	background-color: #f3f6f9;
	padding: 20px;
}

.advantages__item{
	display: flex;
	gap: 20px;
}

.advantages__icon img{
	width: 32px;
}

.advantages__content{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.advantages__title{
	font-weight: bold;
}

.advantages__text{
	color: #bbb0a6;
}

@media (max-width:800px){
	.advantages__wrapper{
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:480px){
	.advantages__wrapper{
		grid-template-columns: 1fr;
	}
}


.swiper__orange-nav .swiper-button-prev,
.swiper__orange-nav .swiper-button-next {
	width: 50px;
	height: 50px;
	background: #EE8029;
	bottom: 0;
	top: auto;

}

.swiper__orange-nav .swiper-button-prev {
	left: 0;
}

.swiper__orange-nav .swiper-button-next {
	right: 0;
}

.swiper__orange-nav .swiper-button-prev:after,
.swiper__orange-nav .swiper-button-next:after {
	content: "";
	background-image: url("/img/gallery-works/icon-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}


.swiper__orange-nav .swiper-button-next:after {
	rotate: 180deg;
}



.section-help-form__wrapper{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	margin: -60px 0;
    display: flex;
    justify-content: end;
    padding-right: 50px;
}

.section-help-form__content{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 40px 10px;
	max-width: 370px;
}

.section-help-form__title, .section-help-form__sub-title{
	color: #FFF;
	font-size: 22px;
	text-align: center;
}

.section-help-form__line{
	width: 40%;
	height: 1px;
	margin: 20px auto;
	background: #FFF;
	
}


.section-help-form__form{
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap:20px;
}

.section-help-form__input{
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	width: 100%;
	background: transparent;
	height: 40px;
}

.section-help-form__input::placeholder { 
	color: #FFF;
}

.section-help-form__btn{
	width: 100%;
}

.steps-work__slider .steps-work__desc{
	position: static !important;
	margin: 20px;
	width: 90% !important;
}



.tex-docum__slider{
	padding-bottom: 65px !important;
}

.tex-docum__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 20px;
}

.tex-docum__file-ico img{
	width: 40px;
}

.tex-docum__title{
	font-size: 16px;
	margin-top: 10px;
}

.tex-docum__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tex-docum__download{
	color: #ec692c;
	display: inline-flex;
	align-items: end;
	gap: 5px;
}

.tex-docum__download::after{
	content: "";
	width: 30px;
	height: 20px;
	background-image: url("/img/icons/download.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tex-docum__size{
	color: #bbb0a6;
	font-size: 14px;
}


.footer__work-time{
	margin-bottom: 10px;
}

.footer__callback{
	margin-bottom: 10px;
}


.select-address{
	float: none;
	height: auto;
    padding: 10px 0;
}

.select-address__text{
	color: #000000;
}

.modal-select-address__header{
color: #000;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
}

.modal-select-address__list{
	column-count: 5;
	column-gap: 20px;
}

a.modal-select-address__item {
    display: block;
	margin-bottom: 5px;
}

.modal-select-address .fancybox-close-small{
	color: #000 !important;
}

@media (max-width:900px){
	.modal-select-address__list{
		column-count: 3;
	}
}

@media (max-width:480px){
	.modal-select-address__list{
		column-count: 2;
	}
	.header__select-address{
		padding: 0 10px;
	}

	.header__select-address .select-address__text{
		color: #FFF;
	}
}

.header-wrapper .header-phone{
	height: auto !important;
}

header.header-slim .header__select-address{
    /* height: 0px; */
    /* opacity: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
/* End */
/* /bitrix/components/bitrix/menu/templates/top_menu/style.css?1720776219749 */
/* /local/components/goodda/menu.sections/templates/menu/style.css?17386647651949 */
/* /local/components/goodda/menu.sections/templates/menu_mobile/style.css?1714999915326 */
/* /local/components/goodda/menu.sections/templates/top_menu_mobile/style.css?1715074832513 */
/* /bitrix/templates/2018/styles.css?173202582037412 */
/* /bitrix/templates/2018/template_styles.css?173866476512393 */
