@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	color: #172031;
	font-size: 16px;
}

body.scroll-hidden {
	overflow: hidden;
}

*,*::before,*::after {
	box-sizing: border-box;
}

.h1-hidden {
	visibility: hidden;
	position: absolute;
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

button,input,textarea {
	border: none;
	outline: none;
}

button:disabled,button:disabled:hover {
	color: #ababab!important;
	background-color: transparent!important;
	cursor: default;
}

.slider-controls button:disabled,.slider-controls button:disabled:hover {
	border: none!important;
	opacity: .42;
}

button {
	background-color: transparent;
}

.container {
	margin-left: 15px;
	margin-right: 15px;
}

.title {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.btn {
	min-height: 45px;
	background-color: #9007D8;
	color: #FFF;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s background-color ease,0.3s color ease;
	font-size: 18px;
	border-radius: 3px;
}

.btn--white {
	background-color: #fff;
	color: #9007D8;
}

.btn--orange {
	background-color: transparent;
	border: 2px solid #9007D8;
	color: #9007D8;
}

.orange {
	color: #9007D8;
}

.green {
	color: #21A515;
}

.fw-500 {
	font-weight: 500;
}

.block {
	display: block;
}

.reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.form.main-form {
	width: 100%;
}

.form__phone,.form__btn {
	display: block;
	width: 100%;
}

.form__phone {
	margin-bottom: 15px;
	min-height: 45px;
	padding-left: 20px;
	font-size: 18px;
	border-radius: 3px 3px 0 0;
	padding-right: 20px;
	background-color: #fff;
	text-align: center;
	border-bottom: 2px solid #ABABAB;
	border-radius: unset;
}

.form__phone--transparent {
	background-color: transparent;
}

.form__btn--orange {
	background-color: transparent;
	border: 2px solid #9007D8;
	color: #9007D8;
}

input::-webkit-input-placeholder {
	color: #CDCDCD;
}

input:-moz-placeholder {
	color: #CDCDCD;
}

input::-moz-placeholder {
	color: #CDCDCD;
}

input:-ms-input-placeholder {
	color: #CDCDCD;
}

textarea::-webkit-input-placeholder {
	color: #CDCDCD;
}

textarea:-moz-placeholder {
	color: #CDCDCD;
}

textarea::-moz-placeholder {
	color: #CDCDCD;
}

textarea:-ms-input-placeholder {
	color: #CDCDCD;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.scroll-top {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #EAEAEC;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 95;
	bottom: 20px;
	right: 20px;
}

.scroll-top.active {
	display: flex;
}

.scroll-top svg {
	width: 12px;
	height: 27px;
}

.slider-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.slider-controls__prev,.slider-controls__next {
	width: 46px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.robust-profile .slider-controls.controls__round-button {
	justify-content: center;
}

.controls__round-button .slider-controls__prev,.controls__round-button .slider-controls__next {
	width: 40px;
	height: 40px;
	padding: 0;
	background: rgba(255,255,255,.7);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	display: none;
}

.controls__round-button .slider-controls__prev.swiper-button-disabled,.controls__round-button .slider-controls__next.swiper-button-disabled {
	opacity: .42;
	border: none!important;
}

.controls__round-button .slider-controls__prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM15 7H1V9H15V7Z' fill='%239007D8'/%3e%3c/svg%3e");
}

.controls__round-button .slider-controls__next {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9C0.447715 9 0 8.55228 0 8C0 7.44772 0.447715 7 1 7V9ZM15.7071 7.29289C16.0976 7.68342 16.0976 8.31658 15.7071 8.70711L9.34315 15.0711C8.95262 15.4616 8.31946 15.4616 7.92893 15.0711C7.53841 14.6805 7.53841 14.0474 7.92893 13.6569L13.5858 8L7.92893 2.34315C7.53841 1.95262 7.53841 1.31946 7.92893 0.928932C8.31946 0.538408 8.95262 0.538408 9.34315 0.928932L15.7071 7.29289ZM1 7H15V9H1V7Z' fill='%239007D8'/%3e%3c/svg%3e");
}

.slider-controls__prev,.slider-controls__next,.slider-controls__prev:focus,.slider-controls__next:focus {
	outline: none;
}

.slider-controls__prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='47' height='16' viewBox='0 0 47 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292889 8.70711C-0.0976334 8.31658 -0.0976334 7.68342 0.292889 7.29289L6.65685 0.928932C7.04737 0.538408 7.68054 0.538408 8.07106 0.928932C8.46159 1.31946 8.46159 1.95262 8.07106 2.34315L2.41421 8L8.07106 13.6569C8.46159 14.0474 8.46159 14.6805 8.07106 15.0711C7.68054 15.4616 7.04737 15.4616 6.65685 15.0711L0.292889 8.70711ZM47 9H0.999996V7H47V9Z' fill='%239007D8'/%3e%3c/svg%3e");
}

.slider-controls__next {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='47' height='16' viewBox='0 0 47 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.7071 8.70711C47.0976 8.31658 47.0976 7.68342 46.7071 7.29289L40.3432 0.928932C39.9526 0.538408 39.3195 0.538408 38.9289 0.928932C38.5384 1.31946 38.5384 1.95262 38.9289 2.34315L44.5858 8L38.9289 13.6569C38.5384 14.0474 38.5384 14.6805 38.9289 15.0711C39.3195 15.4616 39.9526 15.4616 40.3432 15.0711L46.7071 8.70711ZM0 9H46V7H0V9Z' fill='%239007D8'/%3e%3c/svg%3e");
}

.slider-controls__pagination {
	display: flex;
	align-items: center;
}

.slider-controls__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #CDCDCD;
	opacity: 1;
	outline: none;
}

.slider-controls__pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.slider-controls__pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 11px;
}

.slider-controls__pagination .swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background-color: #9007D8;
}

.windows-house-prev,.windows-house-next,.windows-house-pagination {
	position: absolute;
}

.windows-house-prev,.windows-house-next {
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	opacity: .7;
}

.windows-house-prev {
	left: 10px;
}

.windows-house-next {
	right: 10px;
}

.windows-house-pagination {
	text-align: center;
}

.windows-house-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.windows-house-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(249,249,249,.7);
	opacity: 1;
}

.windows-house-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

@media (min-width:768px) {
	.container {
		margin-left: 30px;
		margin-right: 30px;
	}

	.desck-block {
		display: block;
	}

	.title {
		margin-bottom: 40px;
		font-size: 31px;
		line-height: 34px;
	}

	.form {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 315px;
	}

	.windows-house-prev,.windows-house-next {
		width: 47px;
		height: 47px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.windows-house-prev img,.windows-house-next img {
		width: 12px;
		height: 27px;
	}

	.windows-house-prev {
		left: 15px;
	}

	.windows-house-prev img {
		margin-left: -4px;
	}

	.windows-house-next {
		right: 15px;
	}

	.robust-profile .slider-controls.controls__round-button {
		width: auto;
		gap: 25px;
		justify-content: flex-start;
	}

	.controls__round-button .slider-controls__prev,.controls__round-button .slider-controls__next {
		display: block;
	}

	.robust-profile .slider-controls__pagination {
		display: none;
	}
}

@media (min-width:1024px) {
	body {
		overflow-x: hidden;
	}

	.btn {
		min-height: 50px;
		font-size: 21px;
	}

	.title {
		font-size: 40px;
		line-height: 45px;
	}

	.container {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section {
	margin-bottom: 15px;
}

.bg-color__gray {
	background: #F9F9F9;
}

.bg-color__gray--other {
	background: #EEF1F7;
}

.bolt-500 {
	font-weight: 500;
}

.bolt-700 {
	font-weight: 700;
}

.bg-color__blue {
	background: #F0FAFF;
}

.padding-content {
	padding: 40px 15px;
	border-radius: 5px;
}

.padding-content__slider {
	padding: 40px 0 40px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.desc-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
}

.padding-content__slider .desc-text {
	padding-right: 15px;
}

.ceiling-offer__finishing .padding-content__slider .desc-text {
	padding-right: 0;
}

.desc-text {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
}

.padding-content__slider .btn__link {
	width: calc(100% - 15px);
}

.title-chapter {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}

.btn__link {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	border-radius: 3px;
}

.content__item-btn {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	width: 100%;
}

.btn-margin-top {
	margin-top: 30px;
}

.btn-margin-right {
	width: calc(100% - 15px);
}

@media (max-width:767px) {
	.padding-content__slider .content__item-btn {
		width: calc(100% - 15px);
	}
}

@media (min-width:768px) {
	.section {
		margin-bottom: 20px;
	}

	.padding-content {
		padding: 50px 30px;
	}

	.padding-content__slider {
		padding: 50px 0 50px 30px;
	}

	.padding-content__slider .desc-text {
		padding-right: 30px;
	}

	.desc-wrapper,.insulation-balcony__content ul li {
		margin-bottom: 20px;
	}

	.padding-content__slider .btn__link {
		width: 315px;
	}

	.title-chapter {
		font-size: 31px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.content__item-btn {
		width: 315px;
	}

	.btn-margin-top {
		margin-top: 30px;
	}

	.slider-controls.controls__round-button {
		gap: 25px;
		justify-content: flex-start;
		margin-left: 0;
	}
}

@media (min-width:1024px) {
	.padding-content {
		padding: 50px 40px;
	}

	.padding-content__slider {
		padding: 50px 0 50px 40px;
	}

	.padding-content__slider .desc-text {
		padding-right: 40px;
	}

	.padding-content__slider .desc-text {
		padding-right: 40px;
	}

	.profile-systems-card .padding-content__slider .desc-text {
		padding-right: 0;
	}

	.desc-text {
		font-size: 21px;
		line-height: 30px;
	}

	.title-chapter {
		font-size: 40px;
		line-height: 45px;
	}

	.content__item-btn {
		width: 335px;
	}

	.cold-glazing-section .padding-content__slider {
		padding: 50px 40px;
	}
}

.features__btn {
	width: 100%;
	font-size: 18px;
	border-radius: 3px;
	height: 45px;
	border-radius: 3px;
}

.stretch-text {
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 25px;
	padding-right: 15px;
}

.slider-controls {
	justify-content: center;
	gap: 20px;
}

.best-price-guarantee-procent {
	background: #9007D8;
	border-radius: 3px;
	padding: 10px 4px;
	font-weight: 700;
	font-size: 50px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	width: fit-content;
	margin-top: -12px;
	margin-bottom: 25px;
}

.quality-windows__title span {
	padding-top: 5px;
}

.fw5 {
	font-weight: 500;
}

.page-cold-glazing .bg-color__gray--other {
	background: #F9F9F9;
}

.page-semi-warm-glazing .bg-color__gray--other {
	background: #F9F9F9;
}

.windows-super-price-div2-info-table li::marker {
	content: none;
}

.prices {
	font-size: 32px;
}

@media (max-width:360px) {
	.prices {
		font-size: 23px;
	}
}

@media (max-width:767px) {
	.best-price-guarantee-procent {
		padding-top: 17px;
		padding-bottom: 8px;
	}
}

@media (min-width:768px) {
	.features__btn {
		width: 315px;
		padding-bottom: 4px;
	}

	.stretch-text {
		font-size: 18px;
		padding-bottom: 40px;
		padding-right: 30px;
		line-height: 25px;
	}

	.controls__round-button .slider-controls__pagination {
		display: none;
	}

	.best-price-guarantee-procent {
		padding: 14px 10px;
		margin-top: -20px;
		margin-bottom: 40px;
	}

	.quality-windows__title span {
		padding-top: 10px;
	}
}

@media (min-width:1024px) {
	.features__btn {
		width: 335px;
		font-size: 21px;
	}

	.stretch-text {
		font-size: 21px;
		line-height: 30px;
		padding-right: 0;
	}

	.warning-overpay-section-empy {
		margin-top: 174px;
	}

	.best-price-guarantee-procent {
		padding: 1px 10px;
		font-size: 70px;
		line-height: 70px;
	}
}

.menu__link {
	transition: 0.3s color ease;
}

.main-header {
	margin-bottom: 20px;
	top: 0;
	z-index: 99;
	position: sticky;
}

@media (max-width:767px) {
	.main-header {
		position: sticky;
	}
}

.main-header__top {
	background-color: #fff;
}

.main-header__top.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	z-index: 1000;
}

.main-header__inner {
	position: relative;
	z-index: 1;
	padding-top: 14px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header-logo {
	width: 100px;
	height: 36px;
}

.main-header-logo img {
	width: 100%;
	height: 100%;
}

.main-header-desktop,.main-header-calc,.main-header-tablet,.main-header-measuring,.main-header-menu {
	display: none;
}

.main-header-contacts__phone {
	display: block;
}

.main-header-contacts__phone {
	text-decoration: none;
	color: #172031;
	font-size: 18px;
	font-weight: 500;
}

.main-header-burger {
	cursor: pointer;
}

.main-header-burger.active .main-header-burger__line span {
	transform: scale(0) translateY(-50%);
}

.main-header-burger.active .main-header-burger__line::before {
	top: 45%;
	transform: rotate(-45deg) translateY(-50%);
}

.main-header-burger.active .main-header-burger__line::after {
	bottom: 50%;
	transform: rotate(45deg) translateY(50%);
}

.main-header-burger.active .main-header-burger__text {
	color: #172031;
}

.main-header-burger__line {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 23px;
	height: 20px;
}

.main-header-burger__line::before,.main-header-burger__line::after {
	content: '';
}

.main-header-burger__line::before,.main-header-burger__line::after,.main-header-burger__line span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	transition: transform 0.3s ease,background-color 0.3s ease;
	background-color: #9007D8;
	border-radius: 3px;
}

.main-header-burger__line span {
	top: 50%;
	transform: scale(1) translateY(-50%);
}

.main-header-burger__line::before {
	top: 0;
}

.main-header-burger__line::after {
	bottom: 0;
}

.main-header-burger__text {
	font-size: 14px;
	transition: color 0.3s ease;
	-webkit-text-stroke: .2px;
	line-height: 14px;
	color: #172031;
	text-transform: capitalize;
	text-shadow: #172031 0 0 .2px;
}

.main-header-calc-btn {
	display: block;
	padding: 13px 20px;
	text-decoration: none;
	text-align: center;
	background-color: #EAEFFD;
	font-size: 12px;
	color: #172031;
	-webkit-text-stroke: .1px;
	box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
	font-weight: 500;
}

.main-header-popup {
	display: none;
	padding: 15px 15px 53px;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
}

.main-header-popup.active {
	display: block;
}

.main-header-popup::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249,249,249,.7);
}

.main-header-popup__inner {
	position: relative;
}

.main-header-popup__inner .menu__item:not(:last-child) {
	border-bottom: 1px solid #ABABAB;
}

.main-header-popup__menu {
	margin-bottom: 50px;
}

.main-header-popup__menu>.menu__item>.menu__link {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 33px;
	font-size: 18px;
	text-decoration: none;
	color: #146CF7;
}

.main-header-popup__menu .menu__sub-menu {
	display: none;
	padding-left: 33px;
}

.main-header-popup__menu .menu__sub-menu.active {
	display: block;
}

.main-header-popup__menu .menu__sub-menu li {
	margin-bottom: 20px;
}

.main-header-popup__menu .menu__sub-menu a {
	text-decoration: none;
	color: #172031;
	font-size: 18px;
}

.main-header-popup__inner .menu__item--current .menu__link {
	color: #9007D8;
}

.main-header-popup__menu .menu__sub-menu .menu__item:not(:last-child) {
	border: none;
}

.main-header-popup__btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 345px;
}

.menu__button-toggle {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #172031;
}

.menu__icon-plus {
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	pointer-events: none;
}

.menu__icon-plus::before,.menu__icon-plus::after {
	content: "";
	position: absolute;
	background-color: #9007D8;
}

.menu__icon-plus::before {
	left: 50%;
	top: 5px;
	bottom: 5px;
	width: 3px;
	transform: translateX(-50%);
}

.menu__icon-plus::after {
	top: 50%;
	left: 5px;
	right: 5px;
	height: 3px;
	transform: translateY(-50%);
}

@media (max-width:360px) {
	.menu__button-toggle {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media (max-width:767px) {
	.main-header-burger__line::before,.main-header-burger__line::after,.main-header-burger__line span {
		height: 3px;
	}

	.main-header-burger__text {
		font-size: 14px;
	}

	.main-header-burger__line {
		margin-bottom: 5px;
		width: 23px;
		height: 16px;
	}

	.main-header-burger {
		padding-top: 1px;
	}
}

@media (min-width:768px) {
	.main-header-desktop__phone {
		display: flex;
		align-items: center;
		column-gap: 6px;
		font-weight: 400;
		font-size: 18px;
		color: #172031!important;
		text-decoration: none;
	}

	.main-header-tablet {
		display: block;
	}

	.main-header-burger {
		transform: translateY(0);
		padding-top: 5px;
	}

	.main-header-burger__line {
		margin-bottom: 2px;
		width: 25px;
		height: 20px;
	}

	.main-header-popup {
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-header-popup__btn {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:1023px) {
	.preheader {
		display: none;
	}

	.header__popup-desktop {
		display: none;
	}
}

@media (min-width:1024px) {
	.header-contacts__flex {
		display: flex;
		align-items: center;
		column-gap: 10px;
	}

	.header-contacts__text {
		font-size: 14px;
	}

	.header-contacts__phone {
		font-weight: 500;
		color: #9007D8;
	}

	.preheader {
		background-color: #EAEFFD;
		padding: 8px 0;
	}

	.main-header__top .main-header__inner {
		padding: 18px 0;
		transition: padding 0.3s;
	}

	.position-fixed .main-header__top .main-header__inner {
		padding: 12px 0;
		transition: padding 0.3s;
	}

	.preheader-nav__list {
		display: flex;
		color: #172031;
		column-gap: 44px;
		font-size: 14px;
		-webkit-text-stroke: .1px;
	}

	.preheader-nav__list a {
		text-decoration: none;
		color: #172031;
	}

	.preheadr__top {
		display: flex;
		justify-content: space-between;
		height: 14px;
	}

	.header-contacts-popup {
		display: flex;
		-webkit-text-stroke: .1px;
	}

	.preheader .header-contacts__text span {
		display: inline-block;
	}

	.header-contacts-popup {
		column-gap: 40px;
	}

	.header-contacts__flex {
		color: #172031;
		text-decoration: none;
	}

	.main-header-desktop__phone {
		font-size: 24px;
	}

	.main-header-calc {
		display: block;
		text-decoration: none;
		color: #172031;
		font-size: 16px;
		-webkit-text-stroke: .2px;
	}

	.main-header-measuring {
		text-decoration: none;
		font-size: 16px;
		display: block;
		color: #172031;
		-webkit-text-stroke: .2px;
		margin-right: 45px;
	}

	.main-header-tablet {
		margin-right: 45px;
	}

	.main-header-popup.active {
		display: none;
	}

	.header__popup-desktop {
		display: none;
		padding-top: 50px;
	}

	.header__popup-desktop.active {
		display: block;
	}

	.bottom-menu-deck {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 102px;
		position: absolute;
		font-size: 18px;
		bottom: 0;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
	}

	.bottom-menu-link:hover {
		color: #9007D8;
	}

	.bottom-menu-link {
		text-decoration: none;
		color: #969693;
	}

	.header__popup-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.menu__link-desc {
		padding-bottom: 20px;
		color: #146CF7;
		font-size: 18px;
		text-decoration: none;
		display: block;
		transition: 0.3s color;
	}

	.main-header .menu__link.menu__link-desc {
		padding-top: 0;
		padding-bottom: 20px;
		color: #146CF7;
		font-size: 18px;
		text-decoration: none;
		display: block;
		transition: 0.3s color;
	}

	.main-header .menu__link.menu__link-desc:hover,.menu__link-desc:hover {
		color: #9007D8;
	}

	.header__link-bold {
		font-weight: 500;
	}

	.menu__item.header__item-mg.colum {
		padding-top: 20px;
	}

	.main-top__inner {
		box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);
	}

	.menu__item.header__item-mgb.colum {
		padding-top: 20px;
	}

	.main-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.main-header-calc-btn {
		display: none;
	}

	.main-header-menu {
		position: relative;
		display: block;
		background-color: #EAEFFD;
		box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
	}

	.main-header-nav__list {
		display: flex;
		justify-content: space-between;
	}

	.main-header-nav__list .menu__sub-list .menu__item--current>a,.main-header .header__popup-desktop.active .menu__item--current .menu__link.menu__link-desc,.main-header-popup__inner .menu__item--current .menu__link {
		color: #9007D8;
	}

	.position-fixed .preheader,.position-fixed .main-header-menu {
		display: none;
	}

	.preheader,.main-header-menu {
		transition: all .2s ease-out;
		transition: all .2s;
	}

	.position-fixed .main-header-menu {
		transition: all .3s;
	}

	.main-header .menu__link {
		display: block;
		color: #146CF7;
		text-decoration: none;
		cursor: pointer;
		-webkit-text-stroke: .1px;
		line-height: 38px;
		height: 40px;
	
	}

	.main-header .main-header-menu .menu__link {
		font-weight: 600;
	}

	.menu__sub-list .menu__link {
		display: block;
		font-weight: 500;
		padding-top: 0;
		padding-bottom: 0;
		color: #172031;
		text-decoration: none;
		cursor: pointer;
		-webkit-text-stroke: 0;
		font-size: 18px;
		line-height: 18px;
		height: auto;
	}

	.menu-item-link:hover,.menu__link:hover {
		color: #146CF7;
	}

	.main-header-nav .menu__item.menu__item--has-children>span:after {
		content: '';
		display: inline-block;
		width: 11px;
		height: 6px;
		margin-left: 9px;
		margin-top: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5.5 5L10 1' stroke='%23172031'/%3e%3c/svg%3e");
		margin-bottom: 1px;
	}
}

@media (min-width:1200px) {
	.main-header__inner.container,.main-header-menu .container {
		max-width: 1140px;
	}
}

.header-contacts__flex {
	color: #172031;
	text-decoration: none;
}

.header-contacts__flex {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.header-contacts__text {
	display: none;
}

.header-contacts-popup {
	margin-bottom: 20px;
}

.header-contacts-popup {
	column-gap: 25px;
	display: flex;
	font-size: 12px;
	align-items: center;
	-webkit-text-stroke: .1px;
}

.main-header-popup__btn {
	width: 100%;
	border-radius: 3px;
}

.main-header-popup .form-popap {
	position: fixed;
	bottom: 0;
	margin-right: auto;
	margin-right: 15px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.main-header-popup .form-popap {
		width: calc(100% - 30px);
	}
}

@media (max-width:375px) {
	.main-header-popup__btn {
		min-width: calc(100% - 30px);
	}

	.main-header-popup .form-popap {
		width: calc(100% - 30px);
	}
}

@media (max-width:1023px) {
	.main-header__top.active .main-header-logo,.main-header__top.active .main-header-desktop.__mobile {
		display: none;
	}

	.main-header__top .main-header-logo {
		display: block;
	}

	.header__tabs li {
		position: relative;
		color: #9007D8;
		border-bottom: 1px solid #9007D8;
	}

	.header__tabs li:not(:first-child) {
		margin-left: 35px;
	}

	.main-header__top.active .header__tabs {
		display: flex;
	}

	.header__tabs li.active {
		color: #172031;
		border-bottom: none;
		position: relative;
		border-bottom: 1px solid #172031;
	}

	.main-header__top .header__tabs,.header-contacts__phone {
		display: none;
	}

	.header__tabs li.active::before {
		content: '';
		position: absolute;
		bottom: -23px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-bottom: 7px solid #f4f4f6;
		border-left: 7px solid transparent;
		border-right: 8px solid transparent;
	}

	.main-header-popup__inner {
		display: none;
		position: relative;
	}

	.main-header-popup__inner.active {
		display: block;
		position: relative;
	}

	.main-top__inner {
		box-shadow: 0 5px 15px rgb(0 0 0 / 35%);
	}

	.is-opend .item-none.hidden {
		display: none;
	}

	.is-opend .opend_about {
		display: block;
	}

	.is-opend .opend_tovar:not(.opend) {
		display: none;
	}

	.menu__item.menu__item--has-children.opend_tovar.opend {
		border: none;
	}
}

.menu__item--has-children:hover {
	border-bottom: 2px solid #ABABAB;
}

@media (min-width:768px) {
	.header-contacts__text {
		display: block;
	}

	.main-header-logo {
		width: 210px;
		height: 35px;
	}

	.form-popap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		column-gap: 40px;
		align-items: center;
	}

	.main-header-popup .form-popap {
		margin-right: 30px;
		margin-bottom: 50px;
	}

	.header-contacts-popup {
		margin-bottom: 0;
	}
}

@media (min-width:1024px) {
	.header__tabs {
		display: none;
	}

	.main-header-logo img {
		width: auto;
		height: 40px;
	}

	.main-header-nav__list>.menu__item {
		border-bottom: 2px solid #EAEFFD;
		border-top: 2px solid #EAEFFD;
	}
}

.header-mobile-btn {
	font-size: 14px;
	font-weight: 500;
	width: 103px;
	border-radius: 5px;
	min-height: 27px;
	height: 36px;
	text-decoration: none;
	line-height: 36px;
	text-align: center;
}

.main-header-desktop.__mobile {
	display: none;
}

.main-header-desktop.__mobile .main-header-contacts__phone {
	font-size: 24px;
}

.main-header-burger-box {
	display: flex;
	gap: 20px;
}

.main-header__top.active .header-mobile-btn {
	display: none;
}

.main-header__top .header-mobile-btn {
	display: block;
}

.main-header-nav__list .menu__item--has-children1 {
	border-bottom: 2px solid #ABABAB;
}

@media (min-width:768px) {
	.header-mobile-btn.btn {
		display: none;
	}

	.main-header-burger-box .header-mobile-btn {
		display: none;
	}

	.main-header-burger-box {
		display: block;
	}

	.main-header-desktop .main-header-contacts__call {
		padding: 0;
		text-decoration: unset;
		color: #172031!important;
		cursor: pointer;
		font-weight: 500;
	}

	.main-header-desktop .main-header-contacts__call span {
		position: relative;
	}

	.main-header-desktop .main-header-contacts__call span:before {
		content: '';
		position: absolute;
		width: 100%;
		bottom: 2px;
		height: 1px;
		background: #9007D8;
	}

	.main-header-desktop.__mobile {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-left: auto;
		margin-right: 25px;
	}

	.main-header-calc-btn {
		font-size: 16px;
		line-height: 16px;
		padding: 20px;
	}
}

@media (min-width:1024px) {
	.main-header .drop-block-menu.drop-block-menu-active {
		display: flex;
		visibility: visible;
		opacity: 1;
	}

	.main-header-desktop {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.main-header-desktop.__mobile {
		display: none;
	}

	.main-header-box {
		display: flex;
		column-gap: 25px;
		align-items: center;
	}

	.main-header-logo {
		width: 200px;
		height: 40px;
		margin-right: 0;
	}

	.main-header .drop-block-menu {
		position: absolute;
		top: 100%;
		z-index: -1;
		background-color: #fff;
		left: 0;
		right: 0;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		width: 960px;
		visibility: hidden;
		opacity: 0;
	}

	.main-header .drop-block-menu:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(960px - 100vw);
		right: 0;
		width: calc(100vw + ( 100vw - 960px));
		filter: drop-shadow(0 0 2px gray);
		box-shadow: 0 0 10px rgb(0 0 0 / 25%);
	}

	.menu-img-block {
		padding: 20px 0 20px 44px;
		background: #FAFBFD;
		text-align: center;
		z-index: 1;
	}

	.menu-img-text {
		font-weight: 500;
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 10px;
	}

	.head-img {
		padding-bottom: 15px;
	}

	.menu-img-link {
		color: #9007D8;
	}

	.main-header .menu-img-block:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FAFBFD;
		transform: translateX(100%);
	}

	.main-header .drop-block-menu:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		transform: translateX(-100%);
	}

	.menu__sub-list {
		display: flex;
		gap: 200px;
		padding: 40px 0;
		min-height: fit-content;
	}

	.drop-block-menu .menu-block {
		height: fit-content;
		position: relative;
		min-width: 240px;
		z-index: 1;
		padding-left: 30px;
	}

	.menu__sub-list li:not(:last-child) {
		padding-bottom: 25px;
	}

	.menu__sub-list li:nth-child(5) {
		padding-bottom: 0;
	}

	.button-calc {
		text-decoration: none;
		border-radius: 3px;
		position: absolute;
		padding: 0 20px;
		line-height: 42px;
		width: 206px;
		padding: 0;
		text-align: center;
		font-size: 18px;
		height: 45px;
		min-height: 40px;
	}

	.menu__item-oi.menu__item.menu__item--has-children .menu__sub-list ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.menu__item-oi1.menu__item.menu__item--has-children .menu__sub-list ul {
		grid-gap: 0 40px;
	}
}

@media (min-width:1200px) {
	.preheader .container {
		max-width: 1140px;
	}

	.main-header-logo {
		width: 254px;
	}

	.main-header .drop-block-menu {
		width: 1140px;
	}

	.container.popup-desktop {
		max-width: 1140px;
	}

	.bottom-menu-deck.container {
		max-width: 1140px;
	}

	.main-header .drop-block-menu:after {
		left: calc(1140px - 100vw);
		width: calc(100vw + ( 100vw - 1140px));
	}
}

@media (max-width:1360px) and (min-width:1024px) and (min-height:768px) {
	.bottom-menu-deck {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 25px;
		position: absolute;
		font-size: 18px;
		bottom: 0;
		margin-bottom: 18px;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
	}
}

@media (max-width:1440px) and (min-width:1024px) and (min-height:600px) {
	.menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
		padding-top: 10px;
	}
}

@media (max-width:1600px) and (min-width:1020px) and (min-height:550px) and (max-height:820px) {
	.bottom-menu-deck {
		gap: 15px 101px;
		margin-bottom: 20px;
	}

	.main-header .menu__link {
		line-height: 32px;
		height: 30px;
	}

	.menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
		padding-top: 10px;
	}
}

@media (max-width:1200px) and (min-width:1024px) and (min-height:500px) and (max-height:610px) {
	.header__popup-desktop {
		display: none;
		padding-top: 30px;
	}

	.bottom-menu-deck {
		gap: 15px 66px;
	}

	.main-header .menu__link {
		height: 28px;
	}

	.menu__item.header__item-mgb.colum,.menu__item.header__item-mg.colum {
		padding-top: 5px;
	}
}

.popup__close-menu {
	position: absolute;
	z-index: 1;
	display: inline-block;
	padding: 0;
	border: none;
	cursor: pointer;
	background: none;
	width: 22px;
	height: 22px;
	top: 25px;
	right: 364px;
}

.popup__close-menu::before,.popup__close-menu::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ABABAB;
	height: 23px;
	width: 2px;
	border-radius: 10px;
}

.popup__close-menu::before {
	transform: translateY(-50%) rotate(45deg);
}

.popup__close-menu::after {
	transform: translateY(-50%) rotate(-45deg);
}

.banner-windows,.banner-windows__left {
	position: relative;
}

.banner-windows-section,.banner-windows__list li:not(:last-child) {
	margin-bottom: 15px;
}

.banner-windows,.banner-windows-profile {
	background-color: #3c3c3b;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.banner-windows {
	padding: 40px 15px;
	background-image: url(../img/banner-bg-small.jpg);
	color: #fff;
	border-radius: 5px;
}

.banner-windows::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	border-radius: 3px;
}

.banner-windows__title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	text-align: left;
}

.banner-windows__list {
	margin-bottom: 27px;
}

.banner-windows__list li {
	padding-left: 19px;
	padding-right: 10px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.banner-windows__list li::before {
	content: '.';
	position: absolute;
	top: -8px;
	left: 0;
	font-size: 30px;
}

.banner-windows__btn {
	width: 100%;
	font-size: 18px;
	border-radius: 3px;
	height: 45px;
}

.sticker-box__sale {
	margin-top: 15px;
	opacity: 0;
}

.sticker-box__info {
	display: flex;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	overflow: hidden;
}

.sticker-box__data {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	height: 71px;
	justify-content: center;
}

.sticker-box__data.text {
	background: #fff;
	color: #172031;
}

.sticker-box__data.discount {
	background: #9007D8;
}

.sticker-box__data .sticker-box__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	padding: 0 10px;
}

.sticker-box__data .sticker-box__discount {
	color: #fff;
	font-weight: 700;
	font-size: 59px;
}

.rapaire .sticker-box__data .sticker-box__discount {
	font-size: 50px;
	line-height: 50px;
}

.rapaire .sticker-box__data .sticker-box__discount span {
	font-size: 30px;
	line-height: 30px;
}

@media (max-width:374px) {
	.sticker-box__data {
		height: 81px;
	}
}

.banner-windows--glazing-balconies {
	background-image: url(../img/banner-glazing-balconies-small.jpg);
}

.banner-windows__left-gazebos .banner-text br,.banner-windows__logo {
	display: none;
}

.banner-windows-kbe {
	background-image: url(../img/banner-windows-kbe-bg-small.jpg);
}

.banner-windows-rehau {
	background-image: url(../img/banner-windows-rehau-bg-small.jpg);
}

.banner-windows-economy {
	background-image: url(../img/banner-windows-economy-bg-small.jpg);
}

.banner-windows-gazebos {
	background-image: url(../img/banner-windows-gazebos-bg-small.jpg);
}

.banner-warm-mount {
	background-image: url(../img/banner-warm-mounting-small.jpg);
}

.banner-installation {
	background-image: url(../img/banner-installation-small.jpg);
}

.banner-alum {
	background-image: url(../img/banner-alum-small.jpg);
}

.banner-cold-glazing {
	background-image: url(../img/banner-cold-glazing-small.jpg);
}

.banner-warm-glazing {
	background-image: url(../img/banner-warn-glazing-small.jpg);
}

.banner-semi-warm-glazing {
	background-image: url(../img/banner-semi-warm-glazing-small.jpg);
}

.banner-panoramic-glazing {
	background-image: url(../img/banner-panoramic-glazing-small.jpg);
}

.banner-finishing-glazing {
	background-image: url(../img/banner-finishing-glazing-small.jpg);
}

.banner-balcony-insulation {
	background-image: url(../img/banner-balcony-insulation-small.jpg);
}

.floor-insulation {
	background-image: url(../img/banner-floor-insulation-small.jpg);
}

.balcony-joining {
	background-image: url(../img/banner-balcony-joining-small.jpg);
}

.balcony-takeaway {
	background-image: url(../img/banner-balcony-takeaway-small.jpg);
}

.balcony-laying {
	background-image: url(../img/banner-balcony-laying-small.jpg);
}

.wal-decoration {
	background-image: url(../img/banner-wal-decoration-small.jpg);
}

.banner-aluminum-doors {
	background-image: url(../img/banner-aluminum-doors-small.jpg);
}

.banner-plastick-doors {
	background-image: url(../img/banner-plastick-doors-small.jpg);
}

.banner-portal-doors {
	background-image: url(../img/banner-portal-doors-small.jpg);
}

.banner-gotovyye-okna {
	background-image: url(../img/banner-gotovyye-okna-small.jpg);
}

.banner-zhalyuzi {
	background-image: url(../img/banner-zhalyuzi-small.jpg);
}

.banner-text {
	font-weight: 500;
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 23px;
}

.banner-alum .banner-text,.banner-window-list li:not(:last-child),.banner-windows__left-gazebos .banner-text,.bottom-banner-list li:not(:last-child),.dont-forget-text.first-text {
	padding-bottom: 15px;
}

.banner-balcony-left,.banner-warm-mount-left,.banner-windows__left-profile {
	position: relative;
}

.banner-windows-profile {
	position: relative;
	padding: 40px 15px;
	background-repeat: no-repeat;
	color: #f0faff;
	border-radius: 5px;
}

.banner-windows-profile::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	border-radius: 3px;
}

.banner-windows__title-profile {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	text-align: left;
}

.banner-windows__title-economy {
	margin-bottom: 5px;
	font-size: 29px;
	line-height: 34px;
	text-align: left;
	font-weight: 700;
}

.sub__title-economy {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 25px;
	text-align: left;
}

.banner-window-list {
	list-style: disc;
	font-weight: 500;
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 25px;
	padding-left: 20px;
}

.banner-windows__left-gazebos .banner-window-list {
	width: 265px;
}

.balcony-joining .banner-window-list li:last-child {
	width: 200px;
}

.professional-reviews {
	background-image: url(../img/professional-reviews-bg-small.jpg);
}

.professional-reviews-title,.repair-order-title {
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

.professional-reviews-list li:not(:last-child),.professional-reviews-text.first-text {
	padding-bottom: 20px;
}

.professional-reviews-text {
	line-height: 25px;
	font-size: 18px;
}

.professional-reviews-list {
	list-style: disc;
	padding-left: 20px;
	font-size: 18px;
}

.color-veranda-btn {
	border-radius: 3px;
	position: relative;
	font-size: 18px;
}

.color-veranda-btn.link_btn {
	border-radius: 3px;
	position: relative;
	margin-right: auto;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}

.banner-lamination {
	background-image: url(../img/banner-lamination-bg-small.jpg);
	color: #f0faff;
}

.banner-installment {
	background-image: url(../img/banner-installment-bg-small.jpg);
}

.banner-house {
	background-image: url(../img/banner-house-small.jpg);
}

.banner-house .banner-windows__title-profile {
	width: 315px;
}

.price-urgent-text {
	font-weight: 700;
	font-size: 23px;
	padding-bottom: 25px;
	line-height: 23px;
}

.urgent-price {
	font-size: 38px;
}

.page-panoramic-glazing .urgent-price {
	font-weight: 700;
}

.banner-rapaire {
	background-image: url(../img/banner-rapaire-bg-small.jpg);
}

.banner-rapaire .banner-window-list {
	max-width: 300px;
}

.page-balcony-laying .bottom-banner-list,.page-wall-decoration .bottom-banner-list,.repair-order-list,.repair-order-list li:not(:last-child),.repair-order-text.first-text {
	padding-bottom: 25px;
}

.repair-order {
	background-image: url(../img/repair-order-bg-small.jpg);
}

.repair-order-text {
	line-height: 25px;
	font-size: 18px;
	-webkit-text-stroke: .1px #F0FAFF;
}

.repair-order-list {
	font-size: 18px;
}

.repair-order-img {
	display: flex;
	column-gap: 15px;
	align-items: center;
	line-height: 25px;
}

@media (max-width:767px) {
	.page-home .banner-windows__list {
		width: 306px;
	}

	.sticker-box__data .sticker-box__discount {
		font-size: 59px;
		line-height: 44px;
		padding-top: 12px;
	}

	.sticker-box__content {
		height: 71px;
	}

	.sticker-box__data {
		align-items: center;
	}

	.banner-balcony-insulation .block,.portal-glazing .banner-windows__title-profile .block {
		display: inline;
	}

	.banner-balcony-insulation .banner-window-list {
		width: 265px;
	}

	.banner-balcony-insulation .banner-window-list li:last-child {
		width: 200px;
	}

	.banner-house .banner-windows__title-profile {
		font-size: 31px;
	}

	.mob-block {
		display: block;
	}

	.color-veranda-btn.link_btn {
		margin-bottom: 0;
	}

	.color-veranda-btn {
		margin-bottom: 40px;
	}

	.repair-order-img img {
		max-width: 47px;
	}
}

@media (min-width:768px) {
	.sticker-box__sale {
		position: absolute;
		right: 25px;
		bottom: 25px;
		margin-top: 0;
	}

	.sticker-box__info {
		flex-direction: column;
		height: 142px;
		box-shadow: unset;
		width: 172px;
	}

	.sticker-box__info.balconies {
		width: 181px;
	}

	.sticker-box__data .sticker-box__text {
		font-size: 16px;
	}

	.banner-windows-section .container {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.banner-windows-section .banner-windows--glazing-balconies {
		order: 2;
	}

	.banner-windows--main .banner-windows__title span,.desck-block {
		display: block;
	}

	.banner-windows {
		padding: 50px 0 50px 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		background-image: url(../img/banner-bg-middle.jpg);
	}

	.banner-windows::before {
		width: 90%;
		background: linear-gradient(90deg,rgba(0,0,0,.7) 52.08%,rgba(0,0,0,0) 100%);
	}

	.banner-windows-section {
		margin-bottom: 20px;
	}

	.banner-windows__left {
		max-width: 450px;
	}

	.banner-windows__title {
		font-size: 44px;
		line-height: 47px;
		margin-bottom: 30px;
	}

	.banner-windows__list {
		margin-bottom: 30px;
		width: 334px;
	}

	.balcony-takeaway .banner-window-list.reset,.banner-gotovyye-okna .banner-window-list,.banner-zhalyuzi .banner-window-list {
		max-width: 400px;
	}

	.banner-windows__list li {
		font-size: 20px;
		padding-left: 18px;
		line-height: 25px;
	}

	.banner-windows__list li::before {
		left: 0;
	}

	.banner-windows__btn {
		max-width: 306px;
		min-height: 50px;
		font-size: 20px;
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-middle.jpg);
	}

	.banner-windows--glazing-balconies .banner-windows__list {
		width: 350px;
	}

	.banner-windows--glazing-balconies .banner-windows__left {
		max-width: 500px;
	}

	.banner-windows--glazing-balconies .banner-windows__list li:nth-child(3) {
		padding-right: 35px;
	}

	.banner-window-list li:not(:last-child),.banner-windows__left-gazebos .banner-text,.banner-zhalyuzi .banner-window-list {
		padding-bottom: 20px;
	}

	.banner-window-list {
		padding-bottom: 30px;
		font-size: 20px;
		line-height: 25px;
	}

	.banner-windows__left-profile {
		max-width: 435px;
	}

	.banner-alum .banner-windows__left-profile,.professional-reviews__left,.repair-order__left {
		max-width: 445px;
	}

	.banner-windows__left-profile .title {
		margin-bottom: 30px;
	}

	.balcony-joining .banner-window-list li:last-child {
		width: 400px;
	}

	.banner-windows__title-profile {
		font-size: 44px;
		line-height: 47px;
		margin-bottom: 30px;
	}

	.banner-windows__title-economy {
		font-size: 44px;
		line-height: 47px;
		margin-bottom: 10px;
	}

	.banner-windows-profile {
		padding: 50px 0 50px 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.banner-windows__logo {
		position: absolute;
		display: block;
		right: 30px;
		top: 50px;
	}

	.banner-windows-kbe {
		background-image: url(../img/banner-windows-kbe-bg-middle.jpg);
	}

	.banner-windows-rehau {
		background-image: url(../img/banner-windows-rehau-bg-middle.jpg);
	}

	.banner-windows-economy {
		background-image: url(../img/banner-windows-economy-bg-middle.jpg);
	}

	.banner-windows-gazebos {
		background-image: url(../img/banner-windows-gazebos-bg-middle.jpg);
	}

	.banner-warm-mount {
		background-image: url(../img/banner-warm-mounting-middle.jpg);
	}

	.banner-installation {
		background-image: url(../img/banner-installation-middle.jpg);
	}

	.banner-alum {
		background-image: url(../img/banner-alum-middle.jpg);
	}

	.banner-cold-glazing,.banner-warm-glazing {
		background-image: url(../img/banner-cold-glazing-middle.jpg);
	}

	.banner-semi-warm-glazing {
		background-image: url(../img/banner-semi-warm-glazing-middle.jpg);
	}

	.banner-panoramic-glazing {
		background-image: url(../img/banner-panoramic-glazing-middle.jpg);
	}

	.banner-finishing-glazing {
		background-image: url(../img/banner-finishing-glazing-middle.jpg);
	}

	.banner-balcony-insulation {
		background-image: url(../img/banner-balcony-insulation-middle.jpg);
	}

	.floor-insulation {
		background-image: url(../img/banner-floor-insulation-middle.jpg);
	}

	.balcony-joining {
		background-image: url(../img/banner-balcony-joining-middle.jpg);
	}

	.balcony-takeaway {
		background-image: url(../img/banner-balcony-takeaway-middle.jpg);
	}

	.balcony-laying {
		background-image: url(../img/banner-balcony-laying-middle.jpg);
	}

	.wal-decoration {
		background-image: url(../img/banner-wal-decoration-middle.jpg);
	}

	.banner-aluminum-doors {
		background-image: url(../img/banner-aluminum-doors-middle.jpg);
	}

	.banner-plastick-doors {
		background-image: url(../img/banner-plastick-doors-middle.jpg);
	}

	.banner-portal-doors {
		background-image: url(../img/banner-portal-doors-middle.jpg);
	}

	.banner-gotovyye-okna {
		background-image: url(../img/banner-gotovyye-okna-middle.jpg);
	}

	.banner-zhalyuzi {
		background-image: url(../img/banner-zhalyuzi-middle.jpg);
	}

	.banner-text {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 30px;
	}

	.banner-windows__left-gazebos .banner-text,.banner-windows__left-gazebos .banner-window-list {
		width: auto;
	}

	.banner-windows__left-gazebos .banner-text br,.desck-block {
		display: block;
	}

	.banner-panoramic-glazing .banner-window-list {
		width: 348px;
	}

	.page-balconies-finishing .banner-window-list {
		max-width: 416px;
	}

	.banner-windows-profile::before {
		width: 100%;
		background: linear-gradient(90deg,rgba(0,0,0,.8) 52.08%,rgba(0,0,0,0) 100%);
	}

	.banner-aluminum-doors .banner-window-list,.banner-plastick-doors .banner-window-list,.banner-windows__left-gazebos .banner-window-list,.banner-windows__left-kbe {
		max-width: 420px;
	}

	.banner-windows__logo img {
		width: 163px;
	}

	.sub__title-economy {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 30px;
	}

	.banner-installation .banner-windows__left-gazebos {
		width: 420px;
	}

	.professional-reviews {
		background-image: url(../img/professional-reviews-bg-middle.jpg);
	}

	.professional-reviews-title,.repair-order-title {
		font-size: 31px;
		margin-bottom: 30px;
		line-height: 34px;
	}

	.professional-reviews-list li:not(:last-child),.professional-reviews-text.first-text,.repair-order-list li:not(:last-child),.repair-order-text.first-text {
		padding-bottom: 25px;
	}

	.professional-reviews-text,.repair-order-text {
		font-size: 18px;
		line-height: 25px;
	}

	.professional-reviews-list {
		font-size: 18px;
	}

	.color-veranda-btn.link_btn {
		max-width: 315px;
	}

	.banner-lamination {
		background-image: url(../img/banner-lamination-bg-middle.jpg);
	}

	.banner-installment {
		background-image: url(../img/banner-installment-bg-middle.jpg);
	}

	.banner-lamination .banner-windows__left-profile {
		max-width: 406.5px;
	}

	.banner-alum .banner-text {
		padding-bottom: 20px;
		width: 415px;
	}

	.banner-baclcony-section .banner-text,.banner-semi-warm-glazing .banner-text {
		width: 415px;
	}

	.banner-house .banner-windows__title-profile {
		width: 100%;
	}

	.banner-house {
		background-image: url(../img/banner-house-middle.jpg);
	}

	.banner-house-left {
		max-width: 100%;
	}

	.banner-house-list {
		max-width: 430px;
	}

	.price-urgent-text {
		font-size: 28px;
		padding-bottom: 30px;
	}

	.banner-zhalyuzi .price-urgent-text {
		line-height: 34px;
	}

	.urgent-price {
		font-size: 48px;
	}

	.banner-rapaire {
		background-image: url(../img/banner-rapaire-bg-middle.jpg);
	}

	.banner-rapaire .banner-window-list {
		max-width: 405px;
	}

	.banner-portal-doors .banner-window-list {
		width: 390px;
	}

	.repair-order {
		background-image: url(../img/repair-order-bg-middle.jpg);
	}

	.repair-order-img {
		column-gap: 20px;
	}

	.repair-order-list {
		padding-bottom: 40px;
		font-size: 18px;
	}
}

@media (min-width:1024px) {
	.sticker-box__sale {
		right: 30px;
		bottom: 30px;
	}

	.sticker-box__info {
		width: 191px;
		height: 152px;
	}

	.sticker-box__info.balconies {
		width: 210px;
	}

	.sticker-box__data .sticker-box__text {
		font-size: 18px;
		line-height: 19px;
	}

	.sticker-box__data .sticker-box__discount {
		font-size: 65px;
	}

	.rapaire .sticker-box__data .sticker-box__discount {
		font-size: 55px;
		line-height: 50px;
	}

	.rapaire .sticker-box__data .sticker-box__discount span {
		font-size: 35px;
		line-height: 35px;
	}

	.banner-windows {
		padding: 50px 0 50px 40px;
	}

	.banner-windows::before {
		width: 100%;
	}

	.banner-rapaire .banner-window-list,.banner-windows__left {
		max-width: 530px;
	}

	.page-home .banner-windows__title {
		margin-bottom: 40px;
		font-size: 50px;
		line-height: 60px;
	}

	.kaliningrad.page-home .banner-windows__title {
		font-size: 45px;
	}

	.page-home .banner-windows__left {
		max-width: 575px;
	}

	.banner-windows__title {
		margin-bottom: 40px;
		font-size: 56px;
		line-height: 60px;
	}

	.banner-windows__list {
		margin-bottom: 31px;
		height: 100%;
		width: 435px;
	}

	.banner-gotovyye-okna .banner-window-list {
		max-width: 500px;
	}

	.banner-zhalyuzi .banner-window-list {
		max-width: 520px;
		padding-bottom: 20px;
	}

	.banner-windows__list li {
		padding-left: 27px;
		font-size: 26px;
		line-height: 32px;
	}

	.banner-windows__list li::before {
		top: -14px;
		font-size: 45px;
	}

	.banner-windows__btn {
		max-width: 411px;
		font-size: 26px;
		min-height: 55px;
		padding-bottom: 4px;
		max-height: 55px;
		line-height: 1;
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-big.jpg);
	}

	.banner-windows--glazing-balconies .banner-windows__left {
		max-width: 650px;
	}

	.banner-windows--glazing-balconies .banner-windows__list {
		width: 450px;
	}

	.wal-decoration .banner-window-list li:not(:last-child) {
		padding-bottom: 33px;
	}

	.balcony-joining .banner-window-list li:last-child {
		width: 520px;
	}

	.banner-windows__title-profile {
		margin-bottom: 40px;
		font-size: 56px;
		line-height: 60px;
	}

	.banner-aluminum-doors .banner-window-list,.banner-plastick-doors .banner-window-list,.banner-windows__left-gazebos .banner-window-list {
		max-width: 525px;
	}

	.banner-window-list {
		padding-bottom: 40px;
		font-size: 26px;
		line-height: 32px;
	}

	.banner-alum .banner-windows__left-profile,.banner-warm-mount-left {
		max-width: 615px;
	}

	.banner-windows__title-economy {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 10px;
	}

	.sub__title-economy {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 40px;
	}

	.banner-windows-profile {
		padding: 50px 0 50px 40px;
		background-position: left;
	}

	.banner-text {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 40px;
	}

	.banner-alum .banner-text,.banner-windows__left-gazebos .banner-text {
		width: 535px;
	}

	.banner-panoramic-glazing .banner-window-list {
		width: 475px;
	}

	.balcony-takeaway .banner-window-list.reset,.banner-windows__left-kbe,.page-balconies-finishing .banner-window-list {
		max-width: 550px;
	}

	.banner-windows-kbe {
		background-image: url(../img/banner-windows-kbe-bg-big.jpg);
	}

	.banner-windows-rehau {
		background-image: url(../img/banner-windows-rehau-bg-big.jpg);
	}

	.banner-windows-economy {
		background-image: url(../img/banner-windows-economy-bg-big.jpg);
	}

	.banner-windows-gazebos {
		background-image: url(../img/banner-windows-gazebos-bg-big.jpg);
	}

	.banner-installation {
		background-image: url(../img/banner-installation-big.jpg);
	}

	.banner-alum {
		background-image: url(../img/banner-alum-big.jpg);
	}

	.banner-cold-glazing {
		background-image: url(../img/banner-cold-glazing-big.jpg);
	}

	.banner-warm-glazing {
		background-image: url(../img/banner-warn-glazing-big.jpg);
	}

	.banner-semi-warm-glazing {
		background-image: url(../img/banner-semi-warm-glazing-big.jpg);
	}

	.banner-panoramic-glazing {
		background-image: url(../img/banner-panoramic-glazing-big.jpg);
	}

	.banner-finishing-glazing {
		background-image: url(../img/banner-finishing-glazing-big1.jpg);
	}

	.banner-balcony-insulation {
		background-image: url(../img/banner-balcony-insulation-big.jpg);
	}

	.floor-insulation {
		background-image: url(../img/banner-floor-insulation-big.jpg);
	}

	.balcony-joining {
		background-image: url(../img/banner-balcony-joining-big.jpg);
	}

	.balcony-takeaway {
		background-image: url(../img/banner-balcony-takeaway1-big.jpg);
	}

	.balcony-laying {
		background-image: url(../img/banner-balcony-laying-big.jpg);
	}

	.wal-decoration {
		background-image: url(../img/banner-wal-decoration-big.jpg);
	}

	.banner-aluminum-doors {
		background-image: url(../img/banner-aluminum-doors-big.jpg);
	}

	.banner-plastick-doors {
		background-image: url(../img/banner-plastick-doors-big.jpg);
	}

	.banner-portal-doors {
		background-image: url(../img/banner-portal-doors-big.jpg);
	}

	.banner-gotovyye-okna {
		background-image: url(../img/banner-gotovyye-okna-big.jpg);
	}

	.banner-zhalyuzi {
		background-image: url(../img/banner-zhalyuzi-big.jpg);
	}

	.banner-windows__logo {
		right: 40px;
	}

	.banner-windows-profile::before,.banner-windows__logo img {
		width: 100%;
	}

	.banner-windows__left-gazebos {
		max-width: 580px;
	}

	.banner-baclcony-section .banner-text,.banner-installation .banner-windows__left-gazebos,.banner-semi-warm-glazing .banner-text {
		width: 550px;
	}

	.professional-reviews-title,.repair-order-title {
		font-size: 40px;
		line-height: 45px;
	}

	.professional-reviews {
		background-image: url(../img/professional-reviews-bg-big.jpg);
	}

	.professional-reviews-text {
		font-size: 21px;
		line-height: 30px;
	}

	.banner-lamination .banner-warm-mount-left,.professional-reviews__left {
		max-width: 520px;
	}

	.professional-reviews-list,.repair-order-list {
		font-size: 21px;
	}

	.professional-reviews-list li:not(:last-child),.repair-order-list li:not(:last-child) {
		padding-bottom: 20px;
	}

	.color-veranda-btn.link_btn {
		line-height: 48px;
		max-width: 355px;
	}

	.color-veranda-btn {
		font-size: 21px;
		height: 50px;
	}

	.banner-lamination {
		background-image: url(../img/banner-lamination-bg-big.jpg);
	}

	.banner-house {
		background-image: url(../img/banner-house-big.jpg);
	}

	.banner-house-list {
		max-width: 562px;
	}

	.price-urgent-text {
		font-size: 40px;
		padding-bottom: 40px;
	}

	.banner-zhalyuzi .price-urgent-text {
		line-height: 47px;
	}

	.banner-portal-doors .banner-window-list {
		width: 500px;
	}

	.page-repair .banner-rapaire .banner-window-list {
		max-width: 540px;
	}

	.urgent-price {
		font-size: 60px;
	}

	.repair-order {
		background-image: url(../img/repair-order-bg-big.jpg);
	}

	.repair-order-text {
		font-size: 21px;
		line-height: 30px;
		width: 485px;
	}

	.repair-order__left {
		max-width: 560px;
	}
}

@media (max-width:360px) {
	.banner-windows {
		background-image: url(../img/banner-bg-small-360.jpg);
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-small.jpg);
	}
}

@media (min-width:414px) {
	.page-wall-decoration .banner-window-list .mob-block {
		display: contents;
	}

	.banner-windows {
		background-image: url(../img/banner-bg-small-414.jpg);
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-small.jpg);
	}
}

@media (min-width:540px) {
	.banner-windows {
		background-image: url(../img/banner-bg-small-540.jpg);
	}

	.banner-warm-mount {
		background-image: url(../img/banner-warm-mount-540.jpg);
	}

	.banner-rapaire {
		background-image: url(../img/banner-remont-540.jpg);
	}

	.banner-installment {
		background-image: url(../img/banner-instal-540.jpg);
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-middle.jpg);
	}
}

.dont-forget {
	background-image: url(../img/dont-forget-bg-small.jpg);
}

.dont-forget-text {
	line-height: 25px;
	font-size: 18px;
	padding-bottom: 25px;
}

.dont-forget .title,.floor-insulation .title {
	text-align: left;
}

.bottom-banner-list {
	list-style: disc;
	padding-left: 20px;
	font-size: 18px;
	line-height: 25px;
}

@media (min-width:768px) {
	.dont-forget {
		background-image: url(../img/dont-forget-bg-middle.jpg);
	}

	.dont-forget-text {
		padding-bottom: 30px;
		font-size: 18px;
		line-height: 25px;
	}

	.bottom-banner-list li:not(:last-child),.dont-forget-text.first-text {
		padding-bottom: 20px;
	}

	.dont-forget-left {
		max-width: 430px;
	}

	.page-balcony-laying .bottom-banner-list,.page-wall-decoration .bottom-banner-list {
		padding-bottom: 40px;
	}
}

@media (min-width:1024px) {
	.banner-rapaire {
		background-image: url(../img/banner-rapaire-bg-big.jpg);
	}

	.banner-warm-mount {
		background-image: url(../img/banner-warm-mounting-big.jpg);
	}

	.banner-installment {
		background-image: url(../img/banner-installment-bg-big.jpg);
	}

	.banner-windows {
		background-image: url(../img/banner-bg-big.jpg);
	}

	.banner-windows--glazing-balconies {
		background-image: url(../img/banner-glazing-balconies-big.jpg);
	}

	.dont-forget-text {
		padding-bottom: 40px;
		font-size: 21px;
		line-height: 30px;
	}

	.dont-forget {
		background-image: url(../img/dont-forget-bg-big.jpg);
	}

	.dont-forget-text.first-text {
		padding-bottom: 30px;
	}

	.dont-forget-left,.floor-insulation-left {
		max-width: 560px;
	}

	.bottom-banner-list {
		font-size: 21px;
		line-height: 30px;
	}
}

.menu__link {
	transition: 0.3s color ease;
}

.footer {
	background-color: #F9F9F9;
}

.footer__nav-wrap .menu__item:not(:last-child) {
	margin-bottom: 10px;
}

.footer__nav-wrap .menu__link {
	text-decoration: none;
	border-bottom: 1px solid #9007D8;
}

.footer-menu {
	display: none;
}

.footer-menu .menu__link {
	color: #146CF7;
	text-decoration: none;
	border-bottom: 1px solid #146CF7;
}

.footer-adress {
	width: 100%;
}

.footer__map {
	margin-bottom: 25px;
	width: 100%;
	height: 140px;
}

.footer__contacts {
	padding: 25px 0;
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}

.footer-contacts {
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.footer-contacts__links {
	column-gap: 10px;
	margin-top: 7px;
	margin-bottom: 9px;
}

.footer-contacts__text {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}

.footer-contacts__text.orange {
	display: inline-block;
	text-decoration: none;
}

.footer-contacts__text.border {
	border-bottom: 1px solid #9007D8;
}

.footer-payment {
	margin-bottom: 25px;
	display: flex;
	column-gap: 20px;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
}

.footer__copyright {
	font-family: "Montserrat",sans-serif;
	color: #AAA;
	font-size: 12px;
	font-weight: 500;
}

.footer__copyright::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background-image: url(../img/footer-copy.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width:768px) {
	.footer__nav {
		padding-left: 0;
		padding-right: 0;
	}

	.footer__nav-wrap {
		display: grid;
		justify-content: space-between;
	}

	.footer__nav-wrap .menu__title {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-weight: 500;
		font-size: 18px;
		color: #ABABAB;
		text-transform: uppercase;
		border-bottom: 1px solid #ABABAB;
	}

	.footer-adress {
		width: 253px;
	}

	.footer__map {
		grid-row: 1 / 3;
		grid-column: 3 / 4;
		width: 253px;
		height: 245px;
		margin-bottom: 30px;
	}

	.footer-menu {
		display: block;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.footer-menu__list {
		display: flex;
		column-gap: 45px;
	}

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

	.footer-contacts {
		max-width: none;
		display: flex;
		justify-content: space-between;
	}

	.footer-contacts li:not(:last-child) {
		margin-bottom: 0;
	}

	.footer-contacts li:first-child {
		order: 2;
		width: 183px;
		align-items: flex-start;
	}

	.footer-contacts li:nth-child(2) {
		order: 1;
		width: 230px;
	}

	.footer-contacts li:last-child {
		order: 3;
		width: 184px;
		text-align: right;
	}

	.footer-contacts__links {
		column-gap: 12px;
		white-space: nowrap;
	}

	.footer__inner {
		max-width: none;
	}

	.footer__box {
		display: flex;
		column-gap: 15px;
	}

	.footer__payment-text {
		display: block;
		font-size: 14px;
	}

	.footer-payment {
		margin-bottom: 0;
		column-gap: 15px;
	}

	.footer__copyright {
		font-family: 'Core Sans N';
		font-size: 10px;
		font-weight: 400;
	}

	.footer__copyright::before {
		margin-right: 6px;
		vertical-align: top;
		width: 10px;
		height: 10px;
	}
}

@media (min-width:1024px) {
	.footer__nav {
		padding-top: 30px;
	}

	.footer-contacts li:last-child {
		width: 300px;
	}
}

.footer .menu__link {
	padding: 0;
}

.footer .menu__link:hover {
	background-color: transparent;
}

@media (min-width:1024px) {
	.footer__map {
		height: 245px;
	}

	.footer__map,.footer-adress {
		width: 311px;
	}

	.footer-menu__list {
		column-gap: 135px;
	}

	.footer__nav-wrap .menu__title {
		border-bottom: 1px solid #ABABAB;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.footer .menu__sub-menu {
		padding-top: 20px;
	}
}

.footer-map-contact {
	grid-row: 1 / 3;
	grid-column: 3 / 3;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.footer__main-map-link {
	text-decoration: none;
	font-size: 21px;
	line-height: 25px;
	color: #172031;
	margin-bottom: 3px;
}

.footer-contacts-mail {
	color: #969693;
	font-size: 16px;
	line-height: 19px;
}

.footer-contacts-text {
	color: #969693;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
}

.footer-adress {
	padding-bottom: 15px;
	text-align: left;
}

.footer .menu__link {
	line-height: 19px;
}

.footer-menu .menu__link:hover {
	border-bottom: 1px solid #9007D8;
}

.footer__link {
	color: #969693;
	font-size: 12px;
	margin-bottom: 9px;
	display: block;
}

.footer__main-link,.footer__main-link-quiz {
	display: block;
}

@media (max-width:767px) {
	.footer__box {
		display: flex;
		column-gap: 15px;
		font-size: 14px;
	}

	.footer__nav {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.footer-contacts {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}

	.footer-contacts li:first-child {
		margin-top: 25px;
	}

	.footer__main-link,.footer__main-link-quiz {
		font-size: 16px;
		line-height: 19px;
		color: #9007D8;
		text-align: left;
		padding-left: 0;
		text-decoration: underline;
	}

	.footer-contacts-mail {
		padding-bottom: 25px;
	}

	.footer__main-link {
		padding-bottom: 10px;
	}

	.footer-contacts__text.middle {
		padding: 5px 0;
	}
}

@media (min-width:768px) {
	.footer-adress {
		text-align: right;
	}

	.footer-contact {
		text-align: right;
	}

	.footer__main-link,.footer__main-link-quiz {
		display: none;
	}

	.footer__payment {
		padding-bottom: 25px;
		margin-top: -45px;
	}

	.footer__nav {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.footer-contacts li:last-child>.footer-contacts__text {
		margin-bottom: 6px;
	}
}

@media (min-width:1024px) {
	.footer__nav {
		padding-bottom: 0;
	}

	.footer__payment {
		margin-top: -20px;
	}
}

.cookies__info {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999999999;
	display: none;
}

.cookies__container {
	position: relative;
	background: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 3px;
	margin: 0;
}

.cookies__content {
	color: #172031;
	font-size: 14px;
	font-weight: 500;
	max-width: 205px;
}

.cookies__linl-info {
	color: #9007D8;
}

.cookies__closed {
	width: 107px;
	min-height: 32px;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width:768px) {
	.container.cookies__container {
		max-width: 534px;
		padding: 20px 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.cookies__content {
		max-width: unset;
	}

	.cookies__info {
		bottom: 15px;
	}
}

.privacy-policy {
	display: flex;
	cursor: pointer;
}

.privacy-policy__checkbox-real {
	width: 1px;
	height: 1px;
	position: absolute;
	opacity: 0;
	appearance: none;
}

.privacy-policy__checkbox-real:checked+.privacy-policy__checkbox-fake::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 4px;
	background-image: url(../img/check-mark.svg);
	background-size: cover;
	background-position: center;
	transform: translate(-50%,-50%);
}

.privacy-policy__checkbox-fake {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ababab;
	border-radius: 2px;
	flex-shrink: 0;
}

.privacy-policy__text {
	font-size: 11px;
	line-height: 14px;
}

.privacy-policy__link {
	color: #172031;
	text-decoration: none;
	border-bottom: .1px solid #172031;
}

.special-offer .special-offer__box {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 20px 30px 20px 16px;
}

.special-offer__box {
	margin-top: 15px;
	padding: 20px 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 5px;
}

.special-offer__box li {
	display: inline-flex;
	align-items: flex-start;
	column-gap: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}

.special-offer__box li:not(:last-child) {
	margin-bottom: 10px;
}

.special-offer__box li img {
	width: 18px;
	margin-top: 2px;
}

@media (min-width:768px) {
	.special-offer .special-offer__box {
		margin-bottom: 20px;
		padding: 20px 31px;
	}

	.special-offer__box li {
		font-size: 18px;
		line-height: 25px;
	}

	.special-offer__box li img {
		margin-top: 4px;
	}
}

@media (min-width:1024px) {
	.special-offer .special-offer__box {
		padding: 20px 41px;
	}

	.special-offer .special-offer__box .offer__list-items {
		display: flex;
		flex-wrap: wrap;
		column-gap: 21px;
	}
}

.director {
	padding: 30px 15px;
	background-color: #EAEFFD;
	border-radius: 3px;
}

.director.director-profile {
	padding: 0;
	background: 0 0;
	margin-bottom: 25px;
}

.director__wrap {
	position: relative;
	padding: 20px;
	border-radius: 6px;
	background-color: #fff;
	filter: drop-shadow(0 0 4px rgba(0,0,0,.25));
	margin-bottom: 20px;
}

.director__name,.discount-month-windows ul li {
	margin-bottom: 10px;
}

.director__wrap::before {
	content: '';
	position: absolute;
	bottom: -20px;
	right: 26%;
	width: 0;
	height: 0;
	border-width: 24px 11px 0 12px;
	border-color: #ffF transparent transparent;
	border-style: solid;
	transform: rotate(-20deg);
}

.director__text {
	line-height: 25px;
	font-size: 18px;
}

.director__text .border {
	border-bottom: 1px solid #9007D8;
}

.discount-month-windows .prices-windows-slider__wrap,.prices-windows-slider__prices {
	border-bottom: 1px solid #ababab;
}

.director__text a {
	text-decoration: none;
}

.director__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 21px;
}

.director__name {
	font-weight: 500;
	font-size: 14px;
}

.director__position {
	font-size: 12px;
	text-align: right;
	line-height: 15px;
}

.director__position .block {
	display: block;
}

.director__img {
	width: 81px;
	height: 81px;
	border-radius: 50%;
}

.prices-windows-slider {
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}

.prices-windows-slider__wrap {
	display: flex;
}

.prices-windows-slider__slide,.prices-windows-slider__slide:not(:last-child) {
	margin-bottom: 0;
}

.prices-windows-slider__slide {
	flex-shrink: 0;
}

.prices-windows .slider-controls {
	display: flex;
	max-width: 240px;
}

.prices-windows__title {
	text-align: left;
	margin-bottom: 36px;
}

.prices-windows__title.title-kbe {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
}

.prices-windows__title.title-kbe .block {
	display: inline;
}

.prices-windows__text {
	margin-bottom: 25px;
	text-align: center;
	line-height: 21px;
}

.prices-windows__text.text-kbe {
	font-size: 18px;
	text-align: left;
	line-height: 25px;
}

.prices-windows-slider__img {
	position: relative;
	overflow: hidden;
	padding-top: calc(2.7 / 4 * 100%);
	margin-bottom: 20px;
}

.prices-windows-section-doors .prices-windows-slider__img {
	padding-top: calc(3.53 / 4 * 100%);
}

.prices-windows-slider__img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	bottom: 0;
	max-height: 285px;
}

.discount-month-windows .prices-windows-slider__img img {
	position: relative;
	left: 0;
	transform: unset;
	max-height: unset;
}

.discount-month-windows .prices-windows-slider__img {
	padding-top: 0;
	display: flex;
	justify-content: center;
}

.discount-month-windows .prices-windows-slider__slide.balc .prices-windows-slider__content {
	position: relative;
	margin-top: -108px;
}

.prices-windows-slider__content {
	max-width: 274px;
	margin-left: auto;
	margin-right: auto;
}

.prices-windows-slider__name {
	margin-bottom: 20px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.prices-windows-slider__prices {
	display: block;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.prices-windows-slider__price-small {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

.page-home .prices-windows-slider__price-small {
	font-size: 21px;
}

.prices-windows-slider__price-small span {
	position: relative;
}

.prices-windows-slider__price-small span::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #9007D8;
}

.prices-windows-slider__price-big {
	font-size: 25px;
	font-weight: 700;
}

.page-home .prices-windows-slider__price-big {
	font-size: 31px;
	font-weight: 700;
}

.prices-windows-slider__price-big .orange {
	font-size: 28px;
	font-weight: 700;
}

.page-home .prices-windows-slider__price-big .orange {
	font-size: 40px;
	font-weight: 700;
}

.prices-windows-slider__text a:hover {
	color: #9007D8;
}

.prices-windows-slider__text {
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	color: #172031;
}

.prices-windows-slider__text a {
	text-decoration: none;
	color: initial;
}

.prices-windows-slider__text span:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 1px;
	background: #172031;
}

.prices-windows-slider__text span.orange:before {
	background: #9007D8;
}

.prices-windows-slider__text span {
	position: relative;
}

.discount-month-windows .discount-month-slider {
	overflow: hidden;
}

.discount-month-windows .prices-windows-slider__slide,.discount-month-windows ul {
	margin-bottom: 25px;
}

.discount-month-windows .slider-controls {
	display: none;
}

.box__offer-title {
	padding: 25px 0;
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.offer-title {
	color: #9007D8;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}

.offer-title span {
	color: #172031;
}

.box-icon {
	display: inline-block;
}

@media (max-width:767px) {
	.page-home .prices-windows__text.text-kbe br {
		display: none;
	}

	.discount-month-windows .prices-windows-slider__wrap {
		flex-direction: column;
	}

	.discount-month-windows .prices-windows-slider__slide .prices-windows-slider__prices {
		border-bottom: unset;
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.discount-month-windows ul li {
		margin-bottom: 0;
		line-height: 25px;
	}
}

@media (min-width:768px) {
	.prices-windows-section-doors .prices-windows__title.title-kbe .block {
		display: block;
	}

	.discount-month-windows .prices-windows-slider__slide {
		flex-shrink: 0;
	}

	.discount-month-windows .prices-windows-slider__prices {
		border-bottom: unset;
		margin-bottom: 0;
	}

	.offer-title {
		font-size: 31px;
		line-height: 34px;
	}

	.offer-title .block {
		display: inline;
	}

	.box__offer-title {
		padding: 40px 0 20px;
	}

	.discount-month-windows ul li {
		margin-bottom: 0;
		display: inline;
		font-size: 18px;
		line-height: 25px;
		padding-right: 10px;
	}

	.director,.prices-windows-slider__wrap {
		display: flex;
	}

	.director {
		column-gap: 31px;
		align-items: start;
		padding: 40px 35px 40px 30px;
	}

	.director.director-profile {
		margin-bottom: 40px;
	}

	.director__wrap,.prices-windows-slider__slide:not(:last-child) {
		margin-bottom: 0;
	}

	.director__left {
		width: 94%;
	}

	.director__wrap {
		padding: 30px;
	}

	.director__wrap::before {
		bottom: 34.3%;
		right: -18px;
		border-width: 27px 18px 0 8px;
		transform: rotate(-121deg);
	}

	.director__text {
		line-height: 25px;
	}

	.director__right {
		width: 22%;
		flex-direction: column;
	}

	.director__position {
		text-align: left;
	}

	.director__img {
		margin-bottom: 21px;
		width: 100px;
		height: 100px;
		order: -1;
	}

	.prices-windows .slider-controls {
		display: flex;
		max-width: 249px;
	}

	.prices-windows__title {
		margin-bottom: 51px;
	}

	.prices-windows__text {
		margin-bottom: 41px;
		line-height: 25px;
	}

	.prices-windows-slider {
		margin-bottom: 40px;
		max-width: 708px;
	}

	.prices-windows-slider__slide {
		flex-shrink: 0;
	}

	.prices-windows__title.title-kbe {
		margin-bottom: 40px;
		font-size: 31px;
	}@	media (min-width:1024px) {
		.director__text,.prices-windows__text.text-kbe{font-size: 21px;
		line-height: 30px;
	}

	.page-home .prices-windows__text.text-kbe {
		font-size: 20px;
	}

	.director {
		padding: 50px 69px 40px 40px;
		column-gap: 55px;
	}

	.director__left {
		width: 77.1%;
	}

	.director__wrap {
		padding: 40px;
	}

	.director__wrap::before {
		bottom: 66.8%;
	}

	.director__right {
		width: 16.5%;
	}

	.director__img {
		width: 137px;
		height: 137px;
	}

	.director__name,.director__position {
		font-size: 18px;
	}

	.director__name {
		margin-bottom: 14px;
	}

	.director__position {
		line-height: 22px;
	}

	.prices-windows .slider-controls {
		display: none;
	}

	.prices-windows-slider {
		max-width: none;
	}

	.prices-windows-slider__slide {
		width: 267px;
		flex-shrink: 1;
	}

	.prices-windows-slider__img {
		margin-bottom: 15px;
		padding-top: calc(3.2 / 4 * 100%);
	}

	.prices-windows-section-doors .prices-windows-slider__img.windows-profile {
		padding-top: calc(4.28 / 4 * 100%);
		margin-bottom: 20px;
	}

	.prices-windows-slider__wrap.profile-wrap {
		column-gap: 40px;
	}

	.prices-windows__title.title-kbe {
		font-size: 40px;
	}
}}

@media (min-width:1024px) {
	.discount-month-windows .prices-windows-slider__slide:first-child {
		width: 216px;
	}

	.discount-month-windows .prices-windows-slider__slide:nth-child(2) {
		width: 267px;
	}

	.discount-month-windows .prices-windows-slider__slide:nth-child(3) {
		width: 306px;
	}

	.discount-month-windows .prices-windows-slider__wrap {
		flex-direction: row;
	}

	.discount-month-windows .prices-windows-slider__slide {
		margin-bottom: 40px;
	}

	.offer-title {
		font-size: 40px;
		line-height: 45px;
	}

	.discount-month-windows ul li {
		font-size: 21px;
		line-height: 30px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.discount-month-windows .slider-controls {
		display: flex;
		margin-bottom: 40px;
	}

	.discount-month-windows .prices-windows-slider__slide {
		margin-bottom: 40px;
	}

	.box__offer-info {
		border-top: 1px solid #ababab;
	}

	.discount-month-windows .prices-windows-slider__wrap {
		border-bottom: none;
	}
}

.installment-overpayment__section {
	margin-bottom: 15px;
}

.installment-overpayment .title {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}

.installment-overpayment__content {
	background: url(../img/installment-overpayment-small.jpg) center center/cover no-repeat;
	padding: 40px 15px;
}

.installment-overpayment__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.installment-overpayment__content .form {
	margin-bottom: 0;
	margin-top: 25px;
}

.installment-overpayment__list li {
	display: flex;
	column-gap: 15px;
	font-weight: 500;
	font-size: 18px;
	align-items: flex-start;
	margin-bottom: 15px;
	line-height: 19px;
}

.installment-list__box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	align-items: center;
}

.installment-list__requirement {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	align-items: center;
}

.requirement__value {
	width: 75px;
	height: 75px;
	background: #9007D8;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.requirement__value-number {
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
}

.requirement__value-info {
	font-size: 16px;
	font-weight: 800;
	line-height: 16px;
	margin-left: 3px;
}

.requirement__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

.installment-overpayment .form__btn {
	background-color: transparent;
	text-decoration: none;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.installment-overpayment__list li .icon-check__orange {
	width: 22px;
	height: 22px;
}

@media (max-width:767px) {
	.installment-overpayment__list li br {
		display: none;
	}
}

@media (min-width:768px) {
	.installment-overpayment__section {
		margin-bottom: 20px;
	}

	.installment-overpayment__content {
		background: url(../img/installment-overpayment-middle.jpg) center center/cover no-repeat;
		padding: 50px 30px;
	}

	.balcony-installment .installment-overpayment__content {
		background: url(../img/installment-overpayment-balcony-middle.jpg) center center/cover no-repeat;
	}

	.installment-overpayment-doors .installment-overpayment__content {
		background: url(../img/installment-overpayment-doors-middle.jpg) center center/cover no-repeat;
	}

	.portal-glazing .installment-overpayment-doors .installment-overpayment__content {
		background: url(../img/installment-overpayment-portal-middle.jpg) center center/cover no-repeat;
	}

	.installment-overpayment .title {
		font-size: 31px;
		line-height: 34px;
	}

	.installment-overpayment__list {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.installment-overpayment__list li {
		max-width: unset;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.installment-list__requirement {
		flex-direction: column;
		gap: 15px;
	}

	.installment-list__requirement:nth-child(2) {
		margin-left: 20px;
	}

	.installment-list__requirement:nth-child(3) {
		margin-left: 13px;
	}

	.requirement__value {
		width: 100px;
		height: 100px;
	}

	.requirement__value-number {
		font-size: 40px;
		line-height: 50px;
	}

	.requirement__text,.requirement__value-info {
		font-size: 16px;
		line-height: 21px;
	}

	.requirement__value-info {
		margin-left: 4px;
	}

	.installment-overpayment__content .form {
		margin-top: 40px;
	}

	.installment-overpayment__list li .icon-check__orange {
		width: 25px;
		height: 25px;
	}
}

@media (min-width:1024px) {
	.installment-overpayment__content {
		background: url(../img/installment-overpayment-desctop.jpg) center center/cover no-repeat;
		padding: 50px 40px;
	}

	.balcony-installment .installment-overpayment__content {
		background: url(../img/installment-overpayment-balcony-big.jpg) center center/cover no-repeat;
	}

	.installment-overpayment-doors .installment-overpayment__content {
		background: url(../img/installment-overpayment-doors-big.jpg) center center/cover no-repeat;
	}

	.portal-glazing .installment-overpayment-doors .installment-overpayment__content {
		background: url(../img/installment-overpayment-portal-big.jpg) center center/cover no-repeat;
	}

	.installment-overpayment .title {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 44px;
	}

	.installment-overpayment__list {
		margin-bottom: 16px;
	}

	.installment-overpayment__list li .icon-check__orange {
		width: 34px;
		height: 34px;
	}

	.installment-overpayment__list li {
		margin-bottom: 29px;
		font-size: 21px;
		line-height: 31px;
	}

	.installment-list__requirement:nth-child(2) {
		margin-left: 47px;
	}

	.installment-list__requirement:nth-child(3) {
		margin-left: 39px;
	}

	.requirement__value {
		width: 115px;
		height: 115px;
	}

	.requirement__value-number {
		font-size: 50px;
		line-height: 60px;
	}

	.requirement__text,.requirement__value-info {
		font-size: 18px;
		line-height: 25px;
	}
}

.stretch-text.last-text {
	padding-bottom: 0;
}

.robust-profile .title {
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 25px;
}

.robust-profile__btn {
	width: calc(100% - 20px);
	border-radius: 3px;
	margin: auto;
	line-height: 39px;
	text-align: center;
	padding: 0;
	text-decoration: none;
}

.robust-profile-logo {
	padding-bottom: 10px;
	padding-top: 10px;
}

.robust-profile {
	padding: 40px 0 40px 15px;
	background: #eef1f7;
	border-radius: 5px;
}

.page-home .robust-profile,.page-panoramic-glazing .robust-profile {
	background: #f9f9f9;
}

.robust-profile-prices {
	margin-top: auto;
	font-size: 21px;
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}

.star-block {
	padding-bottom: 19px;
}

.best-price__box {
	background: #9007D8;
	border-radius: 5px 0 0 5px;
	padding: 8px 15px 7px;
	color: #fff;
}

.robust-profile-content {
	display: flex;
	column-gap: 0;
	padding-bottom: 20px;
	position: relative;
}

.robust-profile-sticker {
	position: absolute;
	z-index: 10;
	left: 23px;
}

.profile-brand {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 800;
	font-size: 66px;
	line-height: 60px;
	color: rgba(242,242,242,.55);
}

.profile-brand__title {
	text-align: center;
}

.robust-profile-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

.robust-profile-text.title-offer {
	white-space: nowrap;
	padding-top: 9px;
	padding-bottom: 0;
	line-height: 25px;
}

.robust-profile-slide {
	flex-shrink: 0;
	padding: 7px;
}

.robust-profile-slider {
	overflow: hidden;
	padding-left: 12px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.25));
}

.robust-profile-wrap {
	display: flex;
	padding-bottom: 30px;
}

.robust-profile-slider__img-box {
	background: #fff;
	border-radius: 5px;
	padding: 20px 0 10px;
	display: flex;
	flex-direction: column;
}

.robust-profile-slider__img {
	position: relative;
	left: -12px;
	object-fit: contain;
}

.robust-profile-price {
	margin-left: auto;
	position: relative;
}

.robust-profile-section {
	padding-bottom: 15px;
}

.robust-profile-link {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	line-height: 50px;
	border-radius: 3px;
}

.page-home .robust-profile-link {
	margin-left: unset;
	margin-right: unset;
}

.profile-systems-balc .slider-controls {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.buton-block {
		padding-right: 15px;
	}
}

@media (min-width:768px) {
	.robust-profile {
		padding: 50px 0 50px 30px;
	}

	.robust-profile-link {
		width: 315px;
		margin-left: 0;
	}

	.robust-profile-section {
		padding-bottom: 20px;
	}

	.robust-profile .slider-controls {
		width: 300px;
		margin-bottom: 40px;
	}

	.robust-profile .title {
		font-size: 31px;
		margin-bottom: 40px;
	}

	.robust-profile-wrap {
		padding-bottom: 40px;
	}
}

@media (min-width:1024px) {
	.page-kbe .stretch-text,.page-rexau .stretch-text {
		padding-right: 40px;
	}

	.robust-profile {
		padding: 50px 40px;
	}

	.robust-profile .title {
		font-size: 40px;
		line-height: 45px;
	}

	.robust-profile .slider-controls {
		font-size: 21px;
	}

	.robust-profile__btn {
		line-height: 50px;
	}

	.profile-systems-balc .buton-block {
		display: none;
	}

	.profile-systems-balc .robust-profile-wrap {
		padding-bottom: 0;
	}

	.robust-profile-link {
		width: 335px;
	}
}

.additionally-slider {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.additionally-slider-section {
	margin-bottom: 15px;
}

.additionally-slider-box .slider-controls {
	margin-bottom: 0;
	max-width: 270px;
}

.additionally-slider__wrap {
	display: flex;
}

.additionally-slider__slide {
	flex-shrink: 0;
	padding: 9px;
}

.additionally-slider__slide:last-child {
	padding: 9px 18px 9px 9px;
}

.additionally-slider__slide-content {
	padding: 10px 10px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 3px;
	text-align: center;
	background: #fff;
}

.additionally-slider__img {
	margin-bottom: 25px;
	width: 100%;
	height: 173px;
	object-fit: cover;
	border-radius: 3px;
}

.additionally-slider__name,.additionally-slider__price {
	display: block;
}

.additionally-slider__name {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 500;
}

.additionally-slider__price {
	position: relative;
	font-size: 32px;
}

.additionally-slider__price::after,.additionally-slider__price::before {
	color: #cdcdcd;
	font-size: 21px;
}

.additionally-slider__price::before {
	content: 'от';
	margin-right: 8px;
}

.additionally-slider__price::after {
	content: '₽';
	margin-left: 8px;
	color: #9007D8;
}

.additionally-slider-box__title {
	text-align: left;
	font-weight: 700;
}

.additionally-slider-box {
	background-color: #F9F9F9;
	border-radius: 5px;
}

.page-home .additionally-slider-box,.page-gotoyye-okna .additionally-slider-box {
	background-color: #EEF1F7;
}

.additionally-slider-box {
	padding: 40px 0 40px 15px;
}

@media (min-width:768px) {
	.additionally-slider {
		margin-bottom: 30px;
		max-width: 738px;
	}

	.additionally-slider-section {
		margin-bottom: 20px;
	}

	.additionally-slider-box {
		padding: 50px 0 50px 30px;
	}
}

@media (min-width:1024px) {
	.additionally-slider {
		max-width: 960px;
	}

	.additionally-slider__img {
		height: 173px;
	}

	.additionally-slider-box {
		padding: 50px 0 50px 40px;
	}
}

.best-price-guarantee .quality-windows,.quality-windows {
	padding: 40px 15px;
	position: relative;
	background-size: cover;
}

.best-price-guarantee .quality-windows__text br,.best-price-service span.service-icon:before {
	display: none;
}

.best-price-guarantee .quality-windows,.quality-windows,.quality-windows__list li::before {
	background-repeat: no-repeat;
	background-position: center;
}

.quality-windows {
	background-image: url(../img/quality-windows-bg-small.jpg);
}

.best-price-guarantee .quality-windows {
	background-image: url(../img/best-price-guarantee-bg-small.jpg);
}

.best-price-guarantee-doors .quality-windows {
	background-image: url(../img/best-price-guarantee-bg-doors-small.jpg);
}

.quality-windows-section {
	margin-top: 0;
	margin-bottom: 15px;
}

.quality-windows-section.best-price-guarantee {
	margin-top: 0;
}

.quality-windows::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(41,41,41,.75);
	border-radius: 3px;
}

.best-price-guarantee .quality-windows::after,.best-price-guarantee .quality-windows::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: unset;
	height: unset;
	z-index: 1;
	border-radius: 0;
}

.best-price-guarantee .quality-windows::before {
	left: 0;
	right: 60.52%;
	background: rgba(24,24,24,.8);
}

.best-price-guarantee .quality-windows::after {
	left: 39.48%;
	right: 0;
	background: linear-gradient(90deg,rgba(24,24,24,.8) 0,rgba(60,60,59,.096) 100%);
}

.quality-windows__content {
	color: #fff;
}

.best-price-service.service-life-icon,.quality-windows__list,.quality-windows__text,.quality-windows__title {
	position: relative;
	z-index: 2;
}

.best-price-guarantee .quality-windows__text {
	padding-bottom: 20px;
	max-width: 221px;
}

.best-price-guarantee .service-life-icon .service-life-sub {
	max-width: 183px;
}

.quality-windows__title {
	max-width: 270px;
	margin-bottom: 27px;
	text-align: left;
	font-weight: 700;
}

.best-price-service1.service-life-icon,.service-life-icon .service-life-sub {
	padding-bottom: 0;
}

.quality-windows__list {
	margin-bottom: 24px;
}

.quality-windows__list li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 18px;
}

.quality-windows__list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-image: url(../img/icon-check-orange.svg);
	background-size: contain;
}

.quality-windows__text {
	font-size: 18px;
	line-height: 26px;
}

.quality-windows__img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.quality-item {
	padding: 12px 19px 7px 28px;
	display: flex;
	column-gap: 26px;
	position: absolute;
	top: -105px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #9007D8;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	border-radius: 5px;
}

@media (max-width:767px) {
	.best-price-guarantee .quality-windows::before {
		background: url(../img/best-price-guarantee-small-bg.png) 0 0/cover;
		right: 0;
	}

	.best-price-guarantee .quality-windows::after {
		background: 0 0;
	}

	.quality-windows__content .quality-windows__list li::before {
		top: -3px;
	}

	.quality-item {
		display: none;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.best-price-guarantee .quality-windows::before {
		background: url(../img/best-price-guarantee-bg.png);
		right: 0;
	}

	.best-price-guarantee .quality-windows::after {
		background: 0 0;
	}
}

.quality-item__letter {
	position: relative;
	font-weight: 500;
	font-size: 63px;
	line-height: 63px;
	transform: translateY(-3px);
}

.quality-item__letter::after {
	content: '';
	position: absolute;
	top: 10px;
	right: -11px;
	width: 1px;
	height: 70%;
	background-color: #fff;
}

.quality-item__text {
	line-height: 18px;
}

.service-life-sub {
	padding-bottom: 35px;
	color: #f0faff;
	-webkit-text-stroke: .1px #F0FAFF;
	font-size: 18px;
	line-height: 25px;
}

.service-life-icon {
	display: flex;
	column-gap: 20px;
	align-items: center;
	padding-bottom: 20px;
}

.service-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-icon::before {
	content: '';
	position: absolute;
	width: 47px;
	height: 47px;
	border: 1px solid #9007D8;
	border-radius: 50%;
}

.best-price-guarantee-procent {
	background: #9007D8;
	border-radius: 3px;
	padding: 10px 4px;
	font-weight: 700;
	font-size: 50px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	width: fit-content;
	margin-top: -12px;
	margin-bottom: 25px;
}

.quality-windows__title span {
	padding-top: 5px;
}

@media (max-width:767px) {
	.service-life-icon .service-life-sub {
		max-width: 145px;
	}

	.best-price-guarantee-procent {
		padding-top: 17px;
		padding-bottom: 8px;
	}
}

@media (min-width:768px) {
	.quality-windows {
		background-image: url(../img/quality-windows-bg-middle.jpg);
		padding: 48px 25px 52px;
	}

	.best-price-guarantee .quality-windows {
		background-image: url(../img/best-price-guarantee-bg-middle1.jpg);
		padding: 50px 30px;
	}

	.best-price-guarantee-doors .quality-windows {
		background-image: url(../img/best-price-guarantee-bg-doors-middle.jpg);
	}

	.quality-windows::before {
		background: linear-gradient(90deg,rgba(41,41,41,.86) 24.6%,rgba(0,0,0,0) 100%);
	}

	.quality-windows-section {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.quality-windows__title {
		margin-bottom: 31px;
		max-width: 49%;
	}

	.best-price-guarantee .quality-windows__title {
		margin-bottom: 40px;
		line-height: 34px;
		max-width: 55%;
	}

	.quality-windows__list {
		margin-bottom: 27px;
	}

	.quality-windows__img {
		z-index: 2;
	}

	.quality-windows__text {
		max-width: 366px;
	}

	.best-price-guarantee .quality-windows__text {
		padding-bottom: 20px;
		max-width: 395px;
		line-height: 25px;
	}

	.best-price-guarantee .quality-windows__text br {
		display: block;
	}

	.best-price-guarantee .service-life-icon .service-life-sub {
		max-width: 230px;
		line-height: 25px;
	}

	.quality-item {
		padding: 11px 14px 8px;
		top: 39px;
		left: auto;
		right: 16px;
		transform: translateX(0);
		max-width: 318px;
	}

	.service-icon,.service-icon::before {
		width: 55px;
		height: 55px;
	}

	.service-life-sub {
		padding-bottom: 30px;
		font-size: 21px;
		line-height: 31px;
	}

	.best-price-guarantee-procent {
		padding: 14px 10px;
		margin-top: -20px;
		margin-bottom: 40px;
	}

	.quality-windows__title span {
		padding-top: 10px;
	}
}

@media (min-width:1024px) {
	.quality-windows {
		padding: 50px 38px;
		background-image: url(../img/quality-windows-bg-big.jpg);
	}

	.best-price-guarantee .quality-windows {
		padding: 50px 40px;
		background-image: url(../img/best-price-guarantee-bg-big1.jpg);
	}

	.best-price-guarantee-doors .quality-windows {
		background-image: url(../img/best-price-guarantee-bg-doors-big.jpg);
	}

	.quality-windows__title {
		font-weight: 500;
		margin-bottom: 40px;
	}

	.quality-windows__text {
		max-width: 421px;
		font-size: 21px;
		line-height: 30px;
	}

	.quality-windows__list li {
		font-size: 21px;
		line-height: 21px;
		margin-bottom: 20px;
	}

	.quality-windows__list {
		margin-bottom: 35px;
	}

	.best-price-guarantee .quality-windows__text {
		max-width: 427px;
		line-height: 30px;
	}

	.best-price-guarantee .quality-windows__text br {
		display: none;
	}

	.best-price-guarantee .quality-windows__title {
		line-height: 45px;
	}

	.best-price-guarantee .service-life-icon .service-life-sub {
		max-width: 100%;
	}

	.best-price-guarantee .quality-windows::before {
		width: 100%;
		background: url(../img/best-price-guarantee-bg-new.png);
	}

	.best-price-guarantee .quality-windows::after {
		width: 0;
	}

	.quality-item {
		padding: 13px 14px 11px 23px;
		top: 58px;
		right: 60px;
		max-width: 369px;
	}

	.quality-item__letter {
		font-size: 70px;
	}

	.quality-item__letter::after {
		top: 8px;
		height: 76%;
	}

	.quality-item__text {
		margin-bottom: 2px;
		font-size: 18px;
	}

	.service-life-sub {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 35px;
	}

	.best-price-guarantee-procent {
		padding: 1px 10px;
		font-size: 70px;
		line-height: 70px;
	}
}

.profile-system-gaz-slider {
	overflow: hidden;
}

.long-service {
	padding: 40px 15px;
	background-color: #eef1f7;
	border-radius: 5px;
}

.page-home .long-service {
	background: #f9f9f9;
}

.long-service .title {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}

.long-service-text,.ustanovka-okon-section .long-service-gray {
	font-size: 18px;
	line-height: 25px;
}

.long-service-section,.long-service-text.first-text {
	padding-bottom: 15px;
}

.long-service-text {
	padding-bottom: 25px;
}

.long-service-gray {
	color: #172031;
	padding-bottom: 25px;
	line-height: 25px;
}

.long-service-btn {
	width: 100%;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	height: 45px;
	border-radius: 5px;
}

.long-service__img img {
	width: 100%;
	padding-bottom: 15px;
}

.warning-long-service {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #d8f5e3;
	border-radius: 5px;
}

.warning-long-service__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
}

.long-service-system {
	display: flex;
	font-weight: 500;
	font-size: 21px;
}

.long-service-name {
	border-bottom: 1px solid #9007D8;
	color: #9007D8;
	cursor: pointer;
	font-weight: 700;
}

.long-service-name.active {
	color: #172031;
	border: none;
}

.director-long-service .director__name {
	margin-bottom: 10px;
}

.long-service-slider-controls,.long-service__img-box {
	display: none;
}

.long-service-slider-controls.active,.long-service__img-box.active {
	display: flex;
}

.long-service .long-service__next,.long-service__prev {
	visibility: hidden;
}

.long-service-slider {
	overflow: hidden;
}

.long-service-btn.active {
	display: block;
}

.long-service-btn {
	display: none;
	margin-bottom: 25px;
}

.long-service-section .director-section {
	margin-bottom: 0!important;
}

.ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title {
	font-size: 18px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: 700;
}

.ustanovka-okon-section .long-service-btn {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.long-service-system {
		flex-wrap: wrap;
		row-gap: 15px;
		padding-bottom: 25px;
	}

	.long-service__img {
		flex-shrink: 0;
	}

	.long-service__img img {
		display: block;
	}

	.warnin-icon {
		display: none;
	}
}

@media (min-width:768px) {
	.profile-system-gaz-slider {
		max-width: 750px;
	}

	.long-service-system {
		font-size: 28px;
		column-gap: 90px;
		padding-bottom: 40px;
	}

	.long-service-gray,.long-service-text,.warning-long-service__text {
		font-size: 18px;
		line-height: 25px;
	}

	.warning-long-service {
		margin-bottom: 50px;
		padding: 20px;
	}

	.long-service .title {
		margin-bottom: 40px;
		font-size: 31px;
		line-height: 34px;
	}

	.long-service .slider-controls {
		display: none;
	}

	.warnin-icon {
		width: 34px;
		height: 32px;
	}

	.long-service-section,.long-service-text,.long-service-text.first-text,.long-service__img img {
		padding-bottom: 20px;
	}

	.long-service-gray {
		padding-bottom: 0;
	}

	.long-service-btn {
		width: 315px;
	}

	.long-service {
		padding: 50px 30px;
	}

	.long-service__img-box {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.long-service__img {
		width: 49%;
		margin-bottom: 30px;
	}

	.director-long-service {
		display: flex;
		column-gap: 31px;
	}

	.long-service-btn {
		margin-bottom: 40px;
	}

	.ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title {
		padding-top: 0;
	}

	.ustanovka-okon-section .long-service-btn {
		margin-top: 10px;
	}
}

.rulonnyye-zhalyuzi-slider-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
}

@media (min-width:1024px) {
	.profile-system-gaz-slider {
		margin-bottom: 0;
		max-width: none;
		overflow: visible;
	}

	.director-long-service {
		column-gap: 55px;
	}

	.warning-long-service {
		margin-bottom: 40px;
	}

	.director-long-service .director__img {
		width: 168px;
		height: 168px;
		margin-bottom: 13px;
	}

	.long-service .title {
		font-size: 40px;
		line-height: 45px;
	}

	.long-service-system {
		font-size: 32px;
		column-gap: 100px;
	}

	.long-service-gray,.ustanovka-okon-section .rulonnyye-zhalyuzi-slider-title,.warning-long-service__text {
		font-size: 21px;
		line-height: 30px;
	}

	.long-service-btn {
		font-size: 21px;
		line-height: 50px;
		width: 335px;
	}

	.ustanovka-okon-section .long-service-gray {
		font-size: 18px;
		line-height: 25px;
	}

	.long-service {
		padding: 50px 40px;
	}

	.long-service-text {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 40px;
	}

	.rulonnyye-zhalyuzi-slider-title {
		font-weight: 700;
		font-size: 21px;
		line-height: 25px;
	}
}

.statistic {
	position: relative;
	margin-bottom: 15px;
	padding: 40px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/statistic-bg-small.jpg);
	color: #fff;
	border-radius: 5px;
}

.statistic::before {
	content: '';
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	border-radius: 5px;
}

.statistic__title {
	line-height: 28px;
	position: relative;
}

.statistic__number {
	display: block;
	margin-bottom: 9px;
	font-weight: 700;
}

.statistic__text {
	font-size: 18px;
	font-weight: 500;
}

@media (min-width:768px) {
	.statistic {
		padding: 65px 35px;
		background-image: url(../img/statistic-bg-middle.jpg);
		margin-bottom: 20px;
	}

	.statistic__title {
		margin-bottom: 68px;
	}

	.statistic__title .block {
		display: block;
	}

	.statistic__list {
		display: flex;
		max-width: none;
	}

	.statistic__list li {
		margin-bottom: 0;
	}

	.statistic__list li:first-child {
		width: 240px;
		padding-right: 29px;
	}

	.statistic__list li:nth-child(2) {
		position: relative;
		width: 390px;
		padding-left: 29px;
		padding-right: 29px;
	}

	.statistic__list li:nth-child(2)::after,.statistic__list li:nth-child(2)::before {
		content: '';
		position: absolute;
		top: 12px;
		width: 1px;
		height: 91%;
		background-color: #fff;
	}

	.statistic__list li:nth-child(2)::before {
		left: 0;
	}

	.statistic__list li:nth-child(2)::after {
		right: 21px;
	}

	.statistic__list li:last-child {
		width: 190px;
		padding-left: 25px;
	}

	.statistic__number {
		margin-bottom: 15px;
	}

	.statistic__text {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (min-width:1024px) {
	.statistic {
		padding: 75px 40px;
		background-image: url(../img/statistic-bg-big.jpg);
	}

	.statistic__text {
		font-size: 21px;
		line-height: 30px;
	}

	.statistic__list li:last-child {
		width: 240px;
	}

	.statistic__title {
		margin-bottom: 70px;
		font-size: 40px;
		line-height: 44px;
	}

	.statistic__number {
		margin-bottom: 15px;
	}

	.statistic__list li:first-child {
		width: 280px;
	}

	.statistic__list li:nth-child(2) {
		padding-left: 58px;
		padding-right: 32px;
		width: 293px;
	}

	.statistic__list li:last-child {
		padding-left: 37px;
	}
}

@media (max-width:767px) {
	.mob-block {
		display: block;
	}
}

@media (min-width:768px) {
	.statistic-content {
		background-image: url(../img/statisti-content-bg-middle.jpg);
		padding: 50px 30px;
	}

	.statistic-content .statistic__number {
		font-size: 50px;
	}

	.page-home .statistic .mob-block {
		display: contents;
	}

	.statistic-content .statistic__list li:first-child {
		width: 190px;
	}

	.statistic__list li:nth-child(2) {
		width: 230px;
	}
}

@media (min-width:1024px) {
	.statistic-content {
		background-image: url(../img/statisti-content-bg-big.jpg);
		padding: 50px 40px;
	}

	.statistic__number {
		font-size: 50px;
		line-height: 45px;
	}

	.statistic-conten-text {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 40px;
		width: 800px;
	}

	.statistic-content .statistic__title {
		margin-bottom: 40px;
	}

	.statistic-content .statistic__list li:first-child {
		width: 230px;
	}

	.statistic-content .statistic__list li:nth-child(2) {
		width: 270px;
	}
}

.statistic-content {
	background-image: url(../img/statisti-content-bg-small.jpg);
	padding: 40px 15px;
}

.page-about-us .statistic::before {
	background: rgba(0,0,0,.6);
}

.statistic-conten-text {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 25px;
}

.statistic-content .statistic__title {
	margin-bottom: 25px;
}

.statistic__number {
	font-size: 40px;
}

@media (min-width:768px) {
	.statistic-content {
		background-image: url(../img/statisti-content-bg-middle.jpg);
		padding: 50px 30px;
	}

	.statistic-content .statistic__number {
		font-size: 50px;
	}

	.statistic-content .statistic__list li:first-child {
		width: 167px;
	}

	.statistic__list li:nth-child(2) {
		width: 199px;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.statistic__list li:nth-child(2) {
		width: 212px;
		padding-left: 30px!important;
		padding-right: 30px!important;
	}

	.statistic__list li:last-child {
		padding-left: 30px!important;
	}
}

.statistic__title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}

.statistic__list {
	position: relative;
	max-width: 210px;
}

.statistic__list li:not(:last-child) {
	margin-bottom: 35px;
}

.statistic__text {
	line-height: 21px;
}

.statistic__text .block {
	display: block;
}

@media (min-width:768px) {
	.statistic__list li,.statistic__list li:not(:last-child) {
		margin-bottom: 0;
	}

	.statistic__title {
		font-size: 31px;
		line-height: 34px;
		margin-bottom: 55px;
	}

	.statistic-content .statistic__title {
		margin-bottom: 40px;
	}

	.statistic__title .block {
		display: block;
	}

	.statistic__list {
		display: flex;
		max-width: none;
	}

	.statistic__list li:first-child {
		padding-right: 0;
	}

	.statistic__list li:nth-child(2) {
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
	}

	.statistic__list li:nth-child(2)::after,.statistic__list li:nth-child(2)::before {
		content: '';
		position: absolute;
		top: 12px;
		width: 1px;
		height: 91%;
		background-color: #fff;
	}

	.statistic__list li:nth-child(2)::before {
		left: 0;
	}

	.statistic__list li:nth-child(2)::after {
		right: 0;
	}

	.statistic__list li:last-child {
		width: 190px;
		padding-left: 50px;
	}

	.statistic__text {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (min-width:1024px) {
	.statistic-content {
		background-image: url(../img/statisti-content-bg-big.jpg);
		padding: 50px 40px;
	}

	.statistic__number {
		font-size: 50px;
		line-height: 45px;
	}

	.statistic-conten-text {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 40px;
		width: 800px;
	}

	.statistic-content .statistic__title {
		margin-bottom: 40px;
	}

	.statistic-content .statistic__list li:first-child {
		width: 200px;
	}

	.statistic-content .statistic__list li:nth-child(2) {
		width: 246px;
	}

	.statistic__list li:first-child {
		width: 297px;
	}

	.statistic__text {
		font-size: 21px;
		line-height: 25px;
	}

	.statistic__list li:last-child {
		width: 247px;
		padding-left: 50px;
	}

	.statistic__title {
		margin-bottom: 70px;
		font-size: 40px;
		line-height: 44px;
		max-width: 665px;
	}

	.statistic {
		padding-left: 40px;
	}

	.statistic__list li:nth-child(2) {
		padding-left: 50px;
		padding-right: 50px;
		width: 276px;
	}
}

.desk-block {
	display: contents;
}

@media (min-width:768px) {
	.desk-block {
		display: block;
	}
}

.gallery-works__content {
	padding: 20px 0;
}

.gallery__list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
}

.item-show__post {
	margin-top: 25px;
}

.gallery__list>li {
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.gallery__list>li:hover .item-card__title {
	color: #9007D8;
}

.gallery__list .item-card__image {
	padding-top: 100%;
	position: relative;
	max-width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.gallery__list .item-card__slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery__list .slider__list-items {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	column-gap: 3px;
	padding: 5px 10px;
}

.gallery__list .slider__list-img,.gallery__list .slider__list-thumbnail {
	border-radius: 5px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery__list .list__item-card:not(.card-mobile) .slider__list-thumbnail {
	opacity: 0;
}

.gallery__list .slider__list-photo {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.gallery__list .item-card__slider a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.gallery__list .list__item-card.card-mobile .item-card__slider a:not(:first-child) {
	display: none;
}

.gallery__list .item-card__title {
	color: #636362;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
}

.gallery__list .item-card__price {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	margin-top: auto;
}

@media (min-width:768px) {
	.gallery__list {
		grid-template-columns: repeat(3,1fr);
		grid-gap: 20px;
	}

	.item-show__post {
		margin-top: 40px;
	}

	.gallery-works__content {
		padding-bottom: 30px;
	}

	.gallery__list .item-card__image {
		padding-top: calc(2.8 / 4 * 100%);
	}

	.gallery__list .slider__list-img,.gallery__list .slider__list-thumbnail {
		width: 100%;
	}

	.gallery__list .item-card__title,.gallery__list .item-card__price {
		font-size: 18px;
		line-height: 25px;
	}

	.gallery-works__content {
		padding: 30px 0;
	}
}

@media (min-width:1024px) {
	.gallery__list .slider__list-photo {
		position: relative;
	}

	.gallery__list .item-card__slider .slider__list-photo a:before {
		content: "";
		position: absolute;
		bottom: 0;
		background: #E5E5E5;
		width: 100%;
		height: 2px;
	}

	.gallery__list .item-card__slider a:hover:before {
		background: #9007D8;
	}
}

.delivery__hint,.delivery__text .orange {
	font-weight: 500;
}

.delivery {
	background-color: #f9f9f9;
	border-radius: 3px;
}

.delivery-section {
	margin-bottom: 15px;
}

.delivery.delivery-free {
	background: url(../img/delivery-free-bg-small.jpg) 0 0/cover no-repeat;
	padding: 40px 15px;
	border-radius: 5px;
	background-position-y: bottom;
}

.delivery__title {
	margin-bottom: 25px;
	text-align: left;
}

.delivery__title .block {
	display: block;
}

.delivery__content-info {
	width: 100%;
}

.delivery-free__icon {
	margin-bottom: 12px;
}

.delivery__text {
	line-height: 25px;
	font-size: 18px;
}

.delivery__btn {
	display: block;
	width: 100%;
}

.delivery__img {
	background-image: url(../img/delivery-bg-small.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
	min-height: 197px;
}

.delivery__img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg,#f9f9f9 21%,rgba(249,249,249,0) 100%);
}

.delivery__img img {
	margin-top: 27px;
	width: 100%;
}

.delivery__hint {
	position: absolute;
	top: 1%;
	right: 8%;
	z-index: 1;
	width: 173px;
	padding: 5px;
	background-color: #fff;
	filter: drop-shadow(0 0 4px rgba(0,0,0,.25));
	border-radius: 3px;
	text-align: center;
}

.delivery__hint::before {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 43%;
	width: 0;
	height: 0;
	border-width: 14px 5px 0 9px;
	border-color: #ffF transparent transparent;
	border-style: solid;
	transform: rotate(26deg);
}

@media (min-width:768px) {
	.delivery {
		min-height: 348px;
		display: flex;
	}

	.delivery-section {
		margin-bottom: 20px;
	}

	.delivery__content {
		width: 51%;
		padding: 50px 0 50px 30px;
	}

	.delivery__title {
		margin-bottom: 31px;
	}

	.delivery__text {
		padding-right: 47px;
		margin-bottom: 32px;
		font-size: 18px;
	}

	.delivery__btn {
		min-width: 266px;
		max-width: 315px;
	}

	.delivery__img {
		width: 49%;
		background-image: url(../img/delivery-bg-middle.jpg);
	}

	.delivery__img::before {
		width: 138px;
		height: 100%;
		background: linear-gradient(90deg,#f9f9f9 0,rgba(249,249,249,0) 100%);
	}

	.delivery__img img {
		margin-top: 0;
		min-width: 447px;
		position: absolute;
		right: 0;
		top: 13%;
	}

	.delivery__hint {
		right: 4.5%;
		top: 12%;
	}

	.delivery__hint::before {
		bottom: -8px;
		right: 46%;
		border-width: 11px 3px 0 6px;
	}

	.delivery.delivery-free {
		background: url(../img/delivery-free-bg-tablet.jpg) no-repeat;
		padding: 50px 30px 104px;
		min-height: unset;
	}

	.delivery-free .delivery__content {
		width: 100%;
		padding: 0;
	}

	.delivery-free .delivery__title {
		margin-bottom: 40px;
	}

	.delivery__content-info {
		display: flex;
		align-items: center;
		gap: 20px;
		width: 400px;
	}

	.delivery-free .delivery__text,.delivery-free__icon {
		margin-bottom: 0;
	}
}

@media (min-width:1024px) {
	.delivery__content {
		padding-left: 40px;
		width: 45%;
	}

	.delivery__text {
		padding-right: 61px;
	}

	.delivery__btn {
		min-width: 307px;
		max-width: 335px;
	}

	.delivery__hint {
		padding: 5px;
		right: 6.7%;
		top: 12.3%;
	}

	.delivery__hint::before {
		right: 47%;
	}

	.delivery__img {
		width: 65%;
		background-image: url(../img/delivery-bg-big.jpg);
		background-position: right;
	}

	.delivery__img::before {
		background: linear-gradient(90deg,#f9f9f9 33%,rgba(249,249,249,0) 100%);
	}

	.delivery__img img {
		min-width: 621px;
		right: 1.5%;
		top: 14.2%;
	}

	.delivery.delivery-free {
		background: url(../img/delivery-free-bg-desctop.jpg) no-repeat;
		padding: 50px 40px 103px;
	}

	.delivery__content-info {
		width: 530px;
	}

	.delivery-free .delivery__text {
		font-size: 21px;
		line-height: 30px;
	}
}

.reviews-section {
	margin-bottom: 15px;
}

.page-aluminum-windows .reviews,.page-balc-windows .reviews,.page-balcony-insulation .reviews,.page-calculator-windows .reviews,.page-gazebos .reviews,.page-gotoyye-okna .reviews,.page-home .reviews,.page-windows-new .reviews {
	background: #eef1f7;
}

.page-balconies-finishing .reviews,.page-balconies-glazing .reviews {
	background: #f9f9f9;
}

.reviews {
	padding: 40px 0 40px 15px;
	background: #f0faff;
	border-radius: 5px;
}

.reviews__title {
	text-align: left;
}

.reviews-slider {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.reviews-slider__wrap {
	display: flex;
	padding-bottom: 30px;
}

.reviews-slider__slide {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	padding: 0 7px;
}

.reviews-slider__video {
	margin-bottom: 20px;
	height: 183px;
	width: 100%;
	border: none;
	border-radius: 3px;
	background-image: url(../img/reviews-slider-img.jpg);
}

.reviews-slider__video a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.reviews-slider__video a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-left: 35px solid #fff;
	border-bottom: 19px solid transparent;
}

.reviews-slider__video a:after {
	content: "";
	position: absolute;
	top: 5%;
	left: 5%;
	background-image: url(../img/video-celing-logo.svg);
	width: 79px;
	height: 29px;
	background-color: rgba(255,255,255,.75);
	background-repeat: no-repeat;
	background-position: center;
}

.reviews-slider__video img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.reviews-slider__text {
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 17px;
}

.reviews-slider__text:last-child {
	margin-top: auto;
}

.reviews-slider__text.gray {
	color: #cdcdcd;
}

.reviews .slider-controls {
	max-width: 290px;
	margin-bottom: 0;
}

.rev-sec-slid span:first-child,.rev-sec-slid span:last-child {
	display: none;
}

@media (min-width:768px) {
	.reviews-section {
		margin-bottom: 15px;
	}

	.rev-sec-slid span:first-child,.rev-sec-slid span:last-child {
		display: block;
	}

	.page-aluminum-doors .reviews {
		background: #eef1f7;
	}

	.reviews .slider-controls {
		max-width: 370px;
	}

	.reviews {
		background: #f0faff;
		border-radius: 5px;
		padding: 50px 0 50px 30px;
	}

	.page-balconies-finishing .reviews {
		background: #f9f9f9;
	}

	.reviews__title {
		text-align: left;
	}

	.reviews-slider {
		max-width: 708px;
	}

	.reviews-slider__video {
		margin-bottom: 17px;
	}

	.reviews-slider__text {
		padding-right: 2px;
	}

	.reviews-slider__wrap {
		padding-bottom: 20px;
	}
}

@media (min-width:1024px) {
	.reviews {
		padding: 50px 40px;
	}

	.reviews-slider {
		max-width: 960px;
	}

	.reviews-slider__video {
		height: 199px;
	}
}

.discounts {
	padding: 40px 0 30px 15px;
	background-color: #f0faff;
	border-radius: 3px;
}

.page-gotoyye-okna .discounts {
	background: #f9f9f9;
}

.discounts-section {
	margin-bottom: 15px;
}

.discounts__title {
	margin-bottom: 25px;
	text-align: left;
}

.discounts__text {
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 18px;
	padding-right: 15px;
}

.discounts-slider {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.discounts-slider__wrap {
	display: flex;
}

.discounts-slider__slide {
	flex-shrink: 0;
	padding: 9px 13px 9px 7px;
}

.page-stocks .discounts-slider__slide {
	padding: 0 0 15px;
}

.discounts-slider__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 5px;
}

.discounts-slider__img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
}

.discounts-slider__img-box {
	position: relative;
	overflow: hidden;
	padding-top: calc(2.9 / 4 * 100%);
	margin-bottom: 15px;
}

.discounts-slider__small {
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: .7px;
	color: #ababab;
}

.discounts-slider__bold {
	margin-bottom: 11px;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 21px;
}

.discounts-section--stocks .discounts-slider__bold {
	width: 223px;
}

.discounts-section--stocks .discounts-slider__title {
	width: 235px;
}

.discounts-section--stocks .discounts-slider__text {
	width: 180px;
}

.discounts-section--stocks .discounts-slider__btn {
	width: 260px;
}

.discounts-slider__title {
	margin-bottom: 6px;
	font-size: 21px;
	font-weight: 500;
	line-height: 24px;
}

.discounts-slider__text {
	margin-bottom: 22px;
	font-weight: 500;
	letter-spacing: .5px;
}

.discounts-slider__btn {
	max-width: 100%;
	margin-top: auto;
	transition: background-color .3s,color .3s;
	font-size: 16px;
	white-space: nowrap;
	padding: 0;
	text-align: center;
}

.discounts-slider__btn:hover {
	background-color: #9007D8;
	color: #fff;
}

.discounts-slider__prev {
	margin-left: 9px;
	visibility: hidden;
}

.discounts-slider__next {
	margin-right: 9px;
	visibility: hidden;
}

.discounts .slider-controls {
	max-width: 500px;
}

.discounts__btn {
	display: block;
	width: 100%;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

.discounts-section--stocks {
	margin-bottom: 35px;
}

.discounts-section--stocks .discounts-slider__wrap {
	display: flex;
	flex-wrap: wrap;
}

.discounts-section--stocks .discounts-slider__slide {
	display: block;
	width: 100%;
}

.discounts-section--stocks .discounts {
	padding: 40px 15px 30px;
	background-color: #f9f9f9;
}

@media (min-width:768px) {
	.discounts {
		padding: 50px 0 40px 30px;
	}

	.discounts-section {
		margin-bottom: 20px;
	}

	.discounts__title {
		margin-bottom: 40px;
	}

	.discounts-slider {
		max-width: 750px;
		margin-bottom: 45px;
	}

	.discounts__text {
		padding-right: 30px;
		margin-bottom: 35px;
		font-size: 18px;
		line-height: 25px;
	}

	.discounts__btn {
		max-width: 315px;
		margin: 40px 0 0;
	}

	.discounts .slider-controls {
		margin-bottom: 43px;
		max-width: 334px;
	}

	.discounts-slider__next,.discounts-slider__prev {
		visibility: visible;
	}

	.discounts-section--stocks {
		margin-bottom: 50px;
	}

	.discounts-section--stocks .discounts-slider__slide {
		width: 50%;
	}

	.page-stocks .discounts-slider__slide {
		padding: 9px;
	}

	.discounts-section--stocks .discounts {
		padding: 50px 30px;
	}

	.discounts-section--stocks .discounts__title {
		margin-bottom: 40px;
	}
}

@media (min-width:1024px) {
	.discounts {
		padding-left: 38px;
	}

	.discounts-slider {
		max-width: none;
	}

	.discounts__btn {
		line-height: 50px;
		max-width: 335px;
	}

	.discounts__text {
		font-size: 21px;
		line-height: 30px;
		padding-right: 38px;
	}

	.discounts-section--stocks {
		margin-bottom: 50px;
	}

	.discounts-section--stocks .discounts-slider__wrap {
		flex-wrap: wrap;
	}

	.discounts-section--stocks .discounts-slider__slide {
		width: 33%;
	}

	.discounts-section--stocks .discounts {
		padding: 50px 40px;
	}
}

@media (max-width:767px) {
	.discounts__btn.btn {
		margin-top: 30px;
		margin-left: calc((100% - 315px)/ 2 - 7.5px);
	}
}

@media (min-width:375px) {
	.discounts-slider__btn {
		font-size: 17px;
	}

	.discounts-slider__title {
		font-size: 20px;
	}
}

.instalment-phone {
	text-decoration: none;
}

.accordion-section {
	margin-bottom: 15px;
}

.accordion-box {
	padding: 40px 15px;
	border-radius: 5px;
}

.accordion-box__title {
	margin-bottom: 25px;
	text-align: left;
}

.accordion-box__info {
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 18px;
}

.accordion__text {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}

.accordion__item {
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	background-color: #fff;
}

.accordion__item:not(:last-child),.accordion__list.mb {
	margin-bottom: 20px;
}

.accordion__toggle {
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 0;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #172031;
	outline: 0;
	line-height: 21px;
}

.accordion__toggle.active .accordion__plus {
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
}

.accordion__plus {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	pointer-events: none;
}

.accordion__plus::after,.accordion__plus::before {
	content: "";
	position: absolute;
	background: #9007D8;
}

.accordion__plus::before {
	left: 50%;
	top: 5px;
	bottom: 5px;
	width: 3px;
	transform: translateX(-50%);
}

.accordion__plus::after {
	top: 50%;
	left: 5px;
	right: 5px;
	height: 3px;
	transform: translateY(-50%);
}

.accordion__content {
	padding-left: 15px;
	padding-right: 25px;
	display: none;
}

.page-about-us .accordion__content {
	padding-right: 15px;
}

.accordion__content.active {
	display: block;
}

.page-home .accordion__list.mb {
	margin-bottom: 0;
}

.accordion__list li {
	display: flex;
	padding-left: 10px;
}

.accordion__text.bold {
	padding-bottom: 0;
	font-weight: 500;
}

.accordion__list.accordion__list-main,.installment-ul-list.first-list {
	padding-bottom: 20px;
}

.accordion__list li::before {
	content: '';
	display: inline-block;
	margin-right: 11px;
	width: 5px;
	height: 5px;
	background-color: #172031;
	border-radius: 50%;
	flex-shrink: 0;
	transform: translateY(7px);
	margin-top: 4px;
}

.accordion__list.disc-none li::before {
	content: none;
}

.accordion__list.disc-none li {
	padding-left: 0;
}

.accordion__description {
	margin-bottom: 17px;
	line-height: 19px;
}

.questions-installment .mob-block {
	white-space: pre;
	display: contents;
}

.installment-ul-list li:not(:last-child),.installment-ul-sub,.text-after {
	padding-bottom: 15px;
}

.accordion-box__title.accordion-gazebos-title {
	font-weight: 700;
	text-align: left;
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.accordion-section {
		margin-bottom: 20px;
	}

	.accordion-box {
		padding: 50px 30px;
	}

	.installment-ul-list {
		font-size: 18px;
		line-height: 25px;
	}

	.accordion-box__info {
		margin-bottom: 40px;
		line-height: 24px;
	}

	.accordion__item:not(:last-child) {
		margin-bottom: 18px;
	}

	.accordion__toggle {
		padding: 25px 30px;
		font-size: 21px;
		line-height: 25px;
	}

	.accordion__text {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 20px;
	}

	.accordion__content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.accordion__text.bold {
		font-size: 18px;
	}

	.accordion__description {
		margin-bottom: 20px;
		line-height: 25px;
		font-size: 18px;
	}

	.accordion__list li::before {
		transform: translateY(10px);
	}

	.accordion-box__title.accordion-gazebos-title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 40px;
	}
}

@media (min-width:1024px) {
	.accordion-box {
		padding: 50px 40px;
	}

	.accordion__item:not(:last-child) {
		margin-bottom: 20px;
	}

	.accordion__toggle {
		padding: 25px 24px 25px 40px;
	}

	.accordion__content {
		padding-left: 40px;
		padding-right: 64px;
		padding-bottom: 5px;
	}

	.accordion__description {
		line-height: 32px;
		font-size: 21px;
	}

	.accordion-section .accordion__text,.accordion-section .accordion__text.bold,.installment-ul-list,.page-home .accordion__description {
		font-size: 18px;
	}

	.accordion-box__info,.accordion__text,.accordion__text.bold,.installment-ul-sub {
		font-size: 21px;
		line-height: 30px;
	}

	.accordion-box__info {
		margin-bottom: 40px;
	}

	.accordion__toggle {
		font-size: 23px;
	}

	.page-home .accordion__toggle {
		font-size: 21px;
	}

	.accordion-box__title.accordion-gazebos-title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.block-375none {
		display: inline;
	}

	.mob-block {
		display: block;
	}
}

.installment-ul-list {
	list-style: disc;
	padding-left: 30px;
	padding-bottom: 15px;
	line-height: 21px;
}

.installment-ul-sub {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}

.accordion-prices-list li {
	grid-template-columns: 1fr 0.5fr;
	display: grid;
	border-bottom: .5px solid #ababab;
	padding: 10px 0;
	line-height: 21px;
}

.right-accordion-prices {
	text-align: right;
}

.accordion-prices-list li:last-child {
	border-bottom: none;
}

@media (min-width:768px) {
	.installment-ul-list,.text-after {
		padding-bottom: 20px;
	}

	.accordion__text {
		font-size: 18px;
	}

	.accordion-prices-list {
		font-size: 18px;
		line-height: 25px;
	}

	.accordion-prices-list li {
		grid-template-columns: 1fr 0.3fr;
		line-height: 25px;
	}

	.page-repair .accordion-prices-list li {
		grid-template-columns: 1.3fr 0.3fr;
	}
}

@media (min-width:1024px) {
	.installment-ul-list li:not(:last-child) {
		padding-bottom: 20px;
	}

	.installment-ul-list.first-list {
		padding-bottom: 40px;
	}

	.accordion-box__info,.accordion-prices-list,.accordion__text,.installment-ul-list,.installment-ul-sub {
		font-size: 21px;
		line-height: 30px;
	}

	.accordion__toggle {
		font-size: 23px;
	}

	.accordion-prices-list li {
		line-height: 30px;
	}
}

.consultation-container__box .consultation__title,.consultation-container__box .consultation__title span.orange {
	color: #9007D8;
}

.consultation {
	background-image: url(../img/bg.png);
	border-radius: 3px;
	padding: 40px 15px;
}

.consultation-container__box {
	background-image: unset;
	padding: 40px 15px;
	background-color: #eff9fd;
	border-radius: 5px;
}

.consultation-container__box .consultation__title span {
	color: #172031;
}

.consultation-container__box .consultation__phone a {
	font-size: 24px;
	line-height: 28px;
}

.consultation-section {
	margin-bottom: 35px;
}

.consultation__title {
	font-weight: 700;
	text-align: left;
}

.consultation__phone-text {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

.consultation__title {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 28px;
}

.consultation__text {
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 18px;
}

.consultation-time-work {
	font-size: 18px;
	padding-bottom: 25px;
}

.consultation-time-work-zam {
	font-size: 16px;
}

.consultation__phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
}

.consultation__phone {
	margin-bottom: 25px;
}

.consultation__btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	font-size: 18px;
	margin-top: 0;
}

@media (min-width:768px) {
	.consultation {
		display: flex;
	}

	.consultation-section {
		margin-bottom: 50px;
	}

	.consultation__title {
		margin-bottom: 25px;
	}

	.consultation__title .orange {
		display: block;
	}

	.consultation__text {
		margin-bottom: 28px;
		font-size: 18px;
		position: relative;
		z-index: 1;
		width: 350px;
		line-height: 25px;
	}

	.consultation-time-work {
		font-size: 18px;
		padding-bottom: 25px;
	}

	.consultation__phone-text {
		font-size: 21px;
		padding-bottom: 15px;
	}

	.consultation__phone {
		margin-bottom: 25px;
	}

	.consultation__phone.nowrap {
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}

	.consultation__phone a {
		font-size: 32px;
	}

	.consultation__btn {
		position: relative;
		z-index: 1;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
		font-size: 18px;
	}
}

@media (min-width:1024px) {
	.consultation__title {
		margin-bottom: 30px;
		font-size: 40px;
		position: relative;
		z-index: 1;
		line-height: 45px;
	}

	.consultation__title .orange {
		display: inline;
	}

	.consultation__btn {
		font-size: 21px;
	}

	.consultation__phone-text {
		padding-bottom: 15px;
		font-size: 21px;
	}

	.consultation__text {
		font-size: 21px;
		line-height: 30px;
	}

	.consultation {
		padding: 50px 40px;
	}

	.consultation-time-work {
		font-size: 21px;
		padding-bottom: 30px;
	}

	.consultation-time-work-zam {
		font-size: 18px;
	}
}

.free-vyyezd-section .consultation-container__box {
	background-color: #eef1f7;
}

@media (min-width:768px) {
	.consultation {
		display: flex;
		padding: 50px 30px 0;
	}

	.consultation__content {
		width: 49%;
	}

	.consultation-container__box {
		padding: 0;
		background-image: url(../img/consultation-bg-tablet.png);
		background-color: unset;
	}

	.consultation-container__box .consultation__content {
		padding: 50px 0 50px 30px;
		width: 578px;
		background: linear-gradient(90deg,#f0faff 41.26%,rgba(240,250,255,0) 100%);
	}

	.consultation-container__box .consultation__btn {
		margin-bottom: 0;
		padding-bottom: 4px;
	}

	.consultation-container__box .consultation__phone a {
		font-size: 32px;
		line-height: 32px;
	}

	.free-vyyezd-section .consultation-container__box {
		padding: 0;
		background-image: url(../img/free-vyyezd-middle.jpg);
		background-color: unset;
	}

	.free-vyyezd-section .consultation-container__box .consultation__content {
		background: 0 0;
	}

	.free-vyyezd-section .consultation__text {
		width: 453px;
	}
}

@media (min-width:1024px) {
	.consultation {
		column-gap: 90px;
		padding: 50px 40px 0;
	}

	.consultation-container__box .consultation__content {
		width: 696px;
		background: linear-gradient(90deg,#f0faff 27.18%,rgba(240,250,255,0) 100%);
	}

	.consultation-container__box {
		column-gap: unset;
		padding: unset;
		background-image: url(../img/consultation-bg-desktop.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.free-vyyezd-section .consultation-container__box {
		column-gap: unset;
		padding: unset;
		background-image: url(../img/free-vyyezd-big.jpg);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.popup,.popup__content,.popup__wrapper {
	height: 100%;
	width: 100%;
}

.order-balcony,.popup-thanks .btn {
	margin-right: auto;
	margin-left: auto;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,.9);
	overflow: auto;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.popup.active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.popup__wrapper {
	display: table;
}

.popup__inner {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width:639px) {
	.glazing-discount,.popup-call,.popup-discount,.popup-letter,.popup-measuring,.popup-order,.popup-thanks {
		background-color: #fff;
	}
}

.popup__content {
	position: relative;
	padding: 60px 20px 40px;
	background-color: #fff;
}

.popup__btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	display: inline-block;
	padding: 0;
	border: none;
	cursor: pointer;
	background: 0 0;
	width: 9px;
	height: 12px;
}

.popup__btn-close::after,.popup__btn-close::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ababab;
	height: 20px;
	width: 2px;
	border-radius: 10px;
}

.popup__btn-close::before {
	transform: translateY(-50%) rotate(45deg);
}

.popup__btn-close::after {
	transform: translateY(-50%) rotate(-45deg);
}

.popup__title {
	padding: 0 14px;
	margin-bottom: 50px;
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
}

.popup__subtitle {
	margin-bottom: 33px;
	text-align: center;
	line-height: 21px;
}

.popup .privacy-policy {
	margin-top: 133px;
}

.popup .privacy-policy__checkbox-fake {
	margin-left: 10px;
}

.popup .privacy-policy__text {
	padding-right: 9px;
}

.form-popup {
	margin-bottom: 30px;
}

.form-popup .form__btn {
	background-color: #fff;
	transition: background-color .3s,color .3s;
	border-radius: 3px;
	min-height: 45px;
}

.form-popup .form__btn:hover {
	background-color: #9007D8;
	color: #fff;
}

.popup-discount__title {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

.popup-thanks .popup__title {
	margin-bottom: 25px;
}

.popup-thanks .popup__subtitle {
	margin-bottom: 25px;
	padding: 0 13px;
}

.popup-thanks .btn {
	display: block;
	width: 100%;
	max-width: 305px;
}

.popup-order .popup__title {
	padding: 0;
	margin-bottom: 18px;
	grid-area: order-balcony-title;
}

.popup-order .popup__subtitle,.popup-order .popup__title {
	text-align: left;
}

.popup-order .popup__subtitle {
	margin-bottom: 15px;
}

.popup-order .form {
	position: relative;
	grid-area: order-balcony-form;
	max-width: none;
	width: 100%;
	margin-top: -41px;
	margin-bottom: 0;
	background-color: #fff;
}

.order-balcony {
	max-width: 315px;
	display: grid;
	grid-template: 'order-balcony-title order-balcony-title' 'order-balcony-content order-balcony-img' 'order-balcony-form order-balcony-form';
}

.order-balcony__content {
	grid-area: order-balcony-content;
	padding-top: 8px;
	margin-right: -56px;
}

.order-balcony__img {
	display: block;
	grid-area: order-balcony-img;
}

.popup-letter .popup__content {
	padding-left: 30px;
	padding-right: 30px;
}

.popup-letter .popup__title {
	margin-bottom: 42px;
}

.popup-letter .privacy-policy {
	margin-top: 32px;
}

.popup-letter .privacy-policy__checkbox-fake {
	margin-left: 0;
}

.form-contacts__upload {
	display: none;
}

.form-contacts__upload-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.form-contacts__upload+span {
	font-size: 14px;
	border-bottom: 1px solid #172031;
	cursor: pointer;
}

.form-contacts__input {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	height: 45px;
}

.form-contacts__input.message {
	margin-bottom: 20px;
	height: 169px;
	resize: vertical;
}

.g-recaptcha {
	margin-bottom: 20px;
}

.form-contacts__btn {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}

.privacy-policy {
	display: flex;
	cursor: pointer;
}

.privacy-policy__checkbox-real {
	width: 1px;
	height: 1px;
	position: absolute;
	opacity: 0;
	appearance: none;
}

.privacy-policy__checkbox-real:checked+.privacy-policy__checkbox-fake::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 4px;
	background-image: url(../img/check-mark.svg);
	background-size: cover;
	background-position: center;
	transform: translate(-50%,-50%);
}

.privacy-policy__checkbox-fake {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ababab;
	border-radius: 2px;
	flex-shrink: 0;
}

.privacy-policy__text {
	font-size: 11px;
	line-height: 14px;
}

.privacy-policy__link {
	color: #172031;
	text-decoration: none;
	border-bottom: .1px solid #172031;
}

@media (min-width:768px) {
	.form-popup,.popup__content {
		margin-left: auto;
		margin-right: auto;
	}

	.popup__inner {
		padding: 50px 0;
	}

	.popup__content {
		padding: 56px 20px 29px;
		max-width: 601px;
		height: auto;
		box-shadow: 0 0 10px rgba(0,0,0,.25);
	}

	.popup__content .popup__btn-close {
		display: block;
	}

	.popup__btn-close {
		top: 25px;
		right: 25px;
	}

	.popup__subtitle {
		font-size: 18px;
		line-height: 25px;
	}

	.popup .privacy-policy {
		margin-top: 32px;
	}

	.popup .privacy-policy__checkbox-fake {
		margin-left: 35px;
	}

	.form-popup {
		display: flex;
		justify-content: space-between;
		max-width: 506px;
	}

	.form-popup .form__phone {
		flex-basis: 243px;
		margin-bottom: 0;
	}

	.form-popup .form__btn {
		flex-basis: 243px;
		font-size: 18px;
	}

	.popup-discount__title {
		margin-bottom: 14px;
	}

	.popup-thanks .popup__content {
		padding: 60px 20px 31px;
	}

	.popup-thanks .popup__subtitle {
		padding: 0 49px;
	}

	.popup-thanks .btn {
		max-width: 190px;
	}

	.popup-order .popup__content {
		padding: 47px 0 30px 35px;
	}

	.popup-order .popup__title {
		grid-area: auto;
		grid-row: 1/2;
		grid-column: 1/2;
		font-size: 26px;
		white-space: nowrap;
		margin-bottom: 0;
	}

	.popup-order .form {
		display: block;
		margin-top: 0;
		margin-bottom: 19px;
		grid-area: auto;
		grid-row: 3/4;
	}

	.popup-order .form__phone {
		margin-bottom: 15px;
	}

	.popup-order .privacy-policy {
		margin-top: 0;
		padding-right: 35px;
	}

	.popup-letter .privacy-policy__checkbox-fake,.popup-order .privacy-policy__checkbox-fake {
		margin-left: 0;
	}

	.order-balcony {
		max-width: none;
		grid-template: none;
		column-gap: 19px;
		grid-template-columns: 48% 49%;
	}

	.order-balcony__content {
		padding-top: 28px;
		margin-right: 0;
		grid-area: auto;
		grid-row: 2/3;
		grid-column: 1/2;
	}

	.order-balcony__img {
		grid-area: auto;
		position: relative;
		left: -2px;
		top: 2px;
	}

	.order-balcony__img-box {
		grid-row: 2/4;
		grid-column: 2/2;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.popup-letter .popup__title {
		margin-bottom: 44px;
		font-size: 26px;
	}

	.popup-letter .popup__title-pismo {
		margin-bottom: 20px;
	}

	.popup-letter .privacy-policy__text {
		padding-right: 0;
	}

	.form-contacts__inputs {
		display: flex;
		column-gap: 20px;
	}

	.form-contacts__input {
		margin-bottom: 20px;
	}

	.form-contacts__input.message {
		height: 178px;
	}

	.form-contacts__btn {
		max-width: 260px;
	}
}

.form-popup-all {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.popup__content {
	background: rgba(249,249,249,.95);
	border-radius: 5px;
	padding: 45px 20px 30px;
}

.popup__content1 {
	background: url(../img/popup__content-img.png);
	content: '';
	width: 100%;
	height: 100%;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}

.form-popup-all {
	max-width: 285px;
	margin: auto;
}

.popup__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 29px;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}

.form__phone {
	padding: 0;
	width: 285px;
	background: #FFF;
	border-radius: 3px 3px 0 0;
}

.popup .privacy-policy {
	margin-top: 0;
}

.popup .privacy-policy__text {
	padding-right: 0;
	color: #ABABAB;
}

.privacy-policy__link {
	color: #ABABAB;
	border-bottom: .1px solid #ABABAB;
}

.popup .privacy-policy__checkbox-fake {
	margin-left: 0;
}

.form-popup .form__btn {
	background: #9007D8;
	color: #FFF;
}

.popup-thanks .form-popup-all {
	justify-content: center;
}

.popup-thanks .popup__subtitle {
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin-bottom: 90px;
}

.popup-thanks .btn--orange {
	background: #9007D8;
	color: #FFF;
}

.form-contacts__btn.btn.btn--orange.send {
	background: #9007D8;
	color: #FFF;
	margin: 0;
	margin-bottom: 30px;
	font-size: 18px;
}

.form-contacts__btn.btn.btn--orange.form-contacts__btn-pismo {
	margin-bottom: 15px;
}

.popup-developer .developer-title {
	margin-bottom: 25px;
	font-size: 26px;
}

.popup-text-after-developer {
	padding-bottom: 25px;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
}

.popup__orange1 {
	background: url(../img/popup__content-img-orange.png);
	content: '';
	width: 100%;
	height: 100%;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-color: #9007D8;
}

.popup__content.popup__orange {
	background-color: rgb(242 100 34 / 80%);
}

.popup__orange1 .popup-discount__title,.popup__orange1 .popup__subtitle,.popup__orange1 .privacy-policy__text,.popup__orange1 .privacy-policy__link {
	color: #FFF;
}

.popup__orange1 .privacy-policy__link {
	border-bottom: .1px solid #FFF;
}

.popup__orange1 .form-popup .form__btn {
	background: #FFF;
	color: #9007D8;
}

.popup__orange1 .popup-discount__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-align: left;
}

.popup__orange1 .popup__subtitle {
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	text-align: left;
}

.popup__orange1 .popup__btn-close::before,.popup__orange1 .popup__btn-close::after {
	background-color: #FFF;
}

.popup__content1 .popup__subtitle {
	text-align: left;
}

.form-popup-all-text .popup__title {
	padding-bottom: 25px;
}

@media (max-width:767px) {
	.popup__content1,.popup__orange1 {
		height: 499px;
		max-width: 315px;
		margin: auto;
		border-radius: 5px;
	}

	.popup-discount,.popup-call,.glazing-discount,.popup-measuring,.popup-thanks,.popup-order,.popup-letter {
		background: rgba(255,255,255,.9);
	}

	.popup__orange1 .popup__content,.popup__content1 .popup__content {
		padding: 45px 15px 30px;
		box-shadow: 0 0 10px rgb(0 0 0 / 25%);
	}
}

@media (min-width:768px) {
	.popup__content1 {
		background-image: url(../img/popup__content-img-big.png);
		max-width: 500px;
		margin: auto;
		height: auto;
	}

	.popup__content {
		max-width: 500px;
		padding: 40px 30px 30px;
	}

	.form-popup-all {
		max-width: 100%;
		margin: auto;
	}

	.popup__title {
		font-size: 30px;
		line-height: 32px;
		padding: 0;
		margin-bottom: 40px;
	}

	.form-popup .form__phone {
		width: 210px;
		margin-right: 20px;
	}

	.form-popup .form__btn {
		width: 210px;
	}

	.form-popup {
		margin-bottom: 40px;
	}

	.popup-thanks .popup__subtitle {
		padding: 0;
		margin-bottom: 30px;
	}

	.popup-thanks .popup__title {
		margin-bottom: 30px;
	}

	.popup-thanks .popup__content {
		padding: 40px 30px;
	}

	.popup-thanks .popup__subtitle {
		font-size: 21px;
		line-height: 30px;
	}

	.popup-text-after-developer {
		text-align: left;
	}

	.popup-text-after-developer {
		text-align: left;
		font-size: 19px;
		line-height: 30px;
	}

	.popup__orange1 {
		max-width: 500px;
		margin: auto;
		height: auto;
		background-color: #9007D8;
		border-radius: 5px;
	}

	.form-popup-all-text .popup__title {
		padding-bottom: 0;
	}

	.popups-left .popup {
		vertical-align: bottom;
		padding-bottom: 60px;
	}

	.popups-left .popup__content1,.popups-left .popup__orange1 {
		margin-left: 30px;
	}

	.popups-left .popup__inner {
		display: table-cell;
		vertical-align: bottom;
	}

	.popups-left .popup__inner {
		padding: 30px 0;
	}
}

@media (min-width:1024px) {
	.popups-left .popup__content1,.popups-left .popup__orange1 {
		margin-left: 60px;
	}

	.popups-left .popup__inner {
		padding: 60px 0;
	}
}

.popup_sup-title-developer {
	line-height: 21px;
	padding-bottom: 15px;
	text-align: center;
}

.popup-text-after-developer {
	padding-bottom: 25px;
	text-align: left;
}

.popup-developer .developer-title {
	margin-bottom: 25px;
	font-size: 22px;
}

@media (min-width:768px) {
	.popup-text-after-developer {
		padding-bottom: 30px;
		text-align: left;
		font-size: 18px;
		line-height: 25px;
	}

	.popup_sup-title-developer {
		font-size: 18px;
		padding-bottom: 15px;
		line-height: 25px;
	}

	.popup-developer .developer-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.page-windows.penza .banner-window-list li:last-child,.page-windows.saransk .banner-window-list li:last-child {
		max-width: 250px;
	}
}

@media (any-hover:hover) {
	.btn--orange:hover,.form__btn--orange:hover {
		background-color: #9007D8;
		color: #fff;
	}

	.menu-item-link:hover,.menu__link:hover {
		color: #9007D8;
	}
}

.item-show__post .preloader {
	width: 90px;
	height: 100%;
	display: flex;
	position: relative;
	margin: auto;
}

.item-show__post .preloader .circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	animation: .5s linear infinite move;
	margin-right: 30px;
}

.item-show__post .preloader .circle:first-child {
	position: absolute;
	top: 0;
	left: 0;
	animation: .5s linear infinite grow;
}

.item-show__post .preloader .circle:last-child {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	animation: .5s linear infinite reverse grow;
}

@-moz-keyframes grow {
	from {
		transform: scale(0,0);
		opacity: 0;
	}

	to {
		transform: scale(1,1);
		opacity: 1;
	}
}

@-webkit-keyframes grow {
	from {
		transform: scale(0,0);
		opacity: 0;
	}

	to {
		transform: scale(1,1);
		opacity: 1;
	}
}

@-o-keyframes grow {
	from {
		transform: scale(0,0);
		opacity: 0;
	}

	to {
		transform: scale(1,1);
		opacity: 1;
	}
}

@keyframes grow {
	from {
		transform: scale(0,0);
		opacity: 0;
	}

	to {
		transform: scale(1,1);
		opacity: 1;
	}
}

@-moz-keyframes move {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(45px);
	}
}

@-webkit-keyframes move {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(45px);
	}
}

@-o-keyframes move {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(45px);
	}
}

@keyframes move {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(45px);
	}
}