/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}
/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}

html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype supports variations'),
		url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-stretch: 25% 151%;
	font-display: swap;
}

/*


@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-mediumitalic.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bolditalic.ttf') format('truetype');
	font-display: swap;
} */

/*
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400 900;
	src: url('ed/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('e/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 400 900;
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
} 
*/
:root {
	--color-primary: #05ACF2;
	--color-secondary: #144b8e; 
	--color-black: #353535;
}
.myHeader {
    transition: opacity 0.5s ease, max-height 0.5s ease;
    max-height: 100px;
    opacity: 1;
    overflow: hidden; /* Это нужно чтобы блок не показывал содержимое при уменьшении высоты */
}

.hidden {
    opacity: 0;
    max-height: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	color: var(--color-black);
	font-size: 1rem;
	margin-top: 100px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

p b {
	color: var(--color-black);
	font-weight: 700;
}
p strong {
	color: var(--color-primary);
	font-weight: 700;
}
.hyphens p, .hyphens li {
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.hyphens p:last-child, .hyphens li:last-child {
	margin-bottom: 0px;
}

/*

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	transition-duration: .3s;
}

*/

/* таблица в плитке */
.my-card-table td:first-child {
	padding-left: 0;
}
.my-card-table td:last-child {
	padding-right: 0;
	text-align: right;
}

/* таблица с ценами на главной */
.my-price-table {
	
}

/* ссылки в футере */
a.my-footer-link:link, a.my-footer-link:visited, a.my-footer-link:active {
	color: #ffffff;
	text-decoration: none;
}
a.my-footer-link:hover {
	color: #ffffff;
	text-decoration: underline;
	transition-duration: .15s;
}

small, .small {
	line-height: 1;
}
.bg-banner {
	/*background-image: url(/assets/img/bg-banner.jpg);*/
	background-image: url(https://fakeimg.pl/1920x500/);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.logo-header {
	height: 78px;
}/*
.logo-footer {
	height: 45px;
}
*/
/* Стили предупреждения о cookie
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}
.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 500ms;
}
/* кнопка наверх */
.tostart {
	width: 3rem;
	height: 3rem;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: fixed;
	left: 2rem;
	bottom: 1rem;
	z-index: 1002;
	display: none;
	opacity: 1;
}
.tostart:hover {
	cursor: pointer;
	opacity: .75;
	transition-duration: .15s;
}
.img-to-top {
	width:2rem;
	margin:0 auto;
	display:block;
	position:absolute;
	left: 8px;
	top: -3px;
}
/*заказ*/
.zakaz {
	padding-top: 120px;
	padding-bottom: 100px;
}
.zakaz-table td:first-child {
	width: 70%;
}
.zakaz-table td {
	padding: 16px;
	font-weight: 700;
	border: 1px solid #6c757d;
}
.zakaz-table tr td:last-child {
	color: #05acf2;
}
.zakaz-table tr:first-child td {
	color: black;
}
.zakaz-desc::before {
	position: absolute;
	content: '';
	top: -8px;
	left: 48px;
	width: 16px;
	height: 16px;
	background-color: #e9ecef;
	transform: rotate(45deg);
}
#badge iframe {
	transform: scale(1.5);
	padding-left:24px;
	width:195px;
	height:50px;
	border:none;
}
/* аккордеон */
/* удираем нижний марджинг последнего абзаца */
.accordion-body p:last-child {
	margin-bottom: 0;
}

/* стили кнопок в слайдере */
.my-prev, .my-next {
	position: absolute;
	top: calc(50% - 1.25rem);
	color: var(--color-warning);
	background-color: #fff;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0px 8px 16px rgba(78, 80, 85, 0.12);
}
.my-next {
	right: 0px;
}
.my-next >svg {
	height: 1.5rem;
	padding-left: 3px;
}
.my-prev > svg {
	height: 1.5rem;
	padding-right: 3px;
}

/* стили верхнего меню*/
.top-menu { /* общее оформление меню */
	font-size: 1rem;
	z-index: 1000;
	position: relative;
}

.top-menu a:link, .top-menu a:visited, .top-menu a:active {
	color: var(--color-balck);
	text-decoration: none;
}
/*
.top-menu a:hover {
	color: var(--color-black);
	text-decoration: underline;
}
*/
.top-menu ul{
	display: none;
	background-color: white;
	position: absolute;
	top: 100%;
	opacity: 0;
}
.top-menu li:hover ul {
	display: block;
	opacity: 1;
	-webkit-animation: display-none-transition 0.15s both;
	animation: display-none-transition 0.15s both;
}
@-webkit-keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
@keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
.top-menu, .top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu li {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 .5rem;
}
.top-menu li a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.top-menu ul {
	border: 1px solid var(--color-black);
}
.top-menu ul li {
	float: none;
	white-space: nowrap;
}
.top-menu li:hover {
	background-color: white;
}
.top-menu ul li:hover {
	background-color: white;
}

/* стили mmenu */
.mm-spn--light {
	/* background: #fff; */
}
.mm-spn {
	color: var(--color-primary);
}
.mm-spn a {
	color: var(--color-primary);
}
.mm-spn a:active, .mm-spn a:focus {
	/* color: var(--color-danger);*/
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fw-900 {
	font-weight: 900;
}
.fw-600 {
	font-weight: 600;
}
.fw-500 {
	font-weight: 500;
}
.bg-primary {
	background-color: var(--color-primary) !important;
}
.text-primary {
	color: var(--color-primary) !important;
}
.bg-secondary {
	background-color: var(--color-secondary) !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: unset !important;
}
.swiper-button-prev,
.swiper-button-next {
	width: 60px !important;
	height: 60px !important;
}
.swiper-button-next {
	right: -76px !important;
}
.swiper-button-prev {
	left: -76px !important;
}
.swiper-slide {
	height: auto !important;
}
.title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 32px;
	text-align: center;
}
/*header*/
.top-menu-top {
	width: 60%;
}
.header {
	padding: 11px 0;
}
.header-menu {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	color: #0C315D;
}
.header-menu li.active {
	color: #0A58CA;
}
.header-menu li.last a {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/assets/new-img/top-menu-marker.svg);
}
.header-menu li a:hover {
	color: #0A58CA;
}
.header-menu li:nth-child(-n+3) a {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/assets/new-img/top-menu-marker.svg);
}
.header-menu .submenu {
	padding: 16px;
	border: 0;
	box-shadow: 5px 4px 48px 0 rgba(0, 0, 0, 0.15);
}
.header-menu .submenu li:not(:last-child) {
	margin-bottom: 8px;
}
.header-menu .submenu li a {
	background-image: none;
	font-size: 12px;
	color: #0c315d;
}
.header-menu .submenu li a:hover {
	color: #0A58CA;
}
.header-menu .submenu li.nav-here a {
	color: #0A58CA;
}
.header-address {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #0C315D;
}
.header-work {
	font-size: 14px;
	font-weight: 600;
	color: #0C315D;
}
.header-phone {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	color: #ff4186;
}
.header-phone-mob {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #ff4186;
}
.header-btn {
	padding: 10.5px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: #00C4B3;
}
.header-btn:hover,
.header-btn:active {
	background-color: #009488 !important;
	color: #fff !important;
}
.header .block-center {
	width: 62%;
}
/*banner-new*/
.banner-new {
	background-repeat: no-repeat;
	background-position: center;
}
.banner-card-banner {
	display: block;
	width: 103px;
	margin-bottom: 52px;
}
.banner-block-swiper {
	max-width:851px;
}
.swiper-block {
	padding:32px 59px 0 56px;
}
form input[name="phone"]::placeholder {
	padding-left: 31px;
	font-weight: 500;
	background-image: url(/assets/new-img/bg-input.webp);
	background-repeat: no-repeat;
	background-position: left center;
}
form input[name="name"]::placeholder {
	padding-left: 31px;
	font-weight: 500;
	background-image: url(/assets/new-img/input-bg.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
form textarea[name="message"]::placeholder {
	padding-left: 31px;
	font-weight: 500;
	background-image: url(/assets/new-img/textarea-bg.webp);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 15px;
	background-size: 15px;
}
.banner-new .swiper-button-prev::after,
.banner-new .swiper-button-next::after {
	content: unset !important !important;
}
.banner-new .swiper-button-prev,
.banner-new .swiper-button-next {
	position: absolute !important;
	top: unset !important;
	bottom: 8px !important;
	left: unset !important;
	right: unset !important;
	width: 32px !important;
	height: 32px !important;
}
.banner-new .swiper-button-prev {
	left: 0 !important;
}
.banner-new .swiper-button-next {
	left: 92px !important;
}
.banner-new .swiper-pagination {
	margin-left: 40px;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
}
.banner-bottom {
	padding-top: 52px;
	padding-bottom: 52px;
}
/*new-products*/
.products-card {
	justify-content: end;
	min-height: 414px;
	padding: 24px 16px;
	border: 0;
	cursor: pointer;
}
.prod_btn {
	padding: 4px 8px;
	border-radius: 8px;
	background-color: var(--color-primary);
	color: #fff;
}
.new-products .card-desc {
	min-height:120px;
}
/*new-products-2*/
.products-2-card {
	justify-content: end;
	min-height: 591px;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products-2-card .block-1 {
	 min-height:186px;
	 padding-bottom:32px;
	 background-color:rgba(255,255,255,0.9);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.prod-2_btn {
	padding: 4px 8px;
	border-radius: 8px;
	background-color: #72838b;
	color: #fff;
}
.block-features {
	height: 67%;
	padding: 16px 16px 32px;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products-2-card .position-absolute .prod-2_btn {
	background-color: var(--color-primary);
}
.products-2-card .my-card-table thead th {
	border: 0;
}
.products-2-card .my-card-table tbody td {
	border: 0;
}
.products-2-card:hover .block-1 {
	opacity: 0;
}
.products-2-card:hover .block-features {
	opacity: 1;
}
.feedback {
	background-image: url(/assets/new-img/feedback-fon.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 1920px;
	background-size: 1920px;
}
.feedback-title {
	font-size:60px;
}
/*new-stages*/
.new-stages {
	padding: 32px 24px;
	background-color: #fff;
	background-image: url(/assets/new-img/new-stages-fon.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.new-stages-title {
	line-height: 1.6;
}
.new-stages-desc {
	line-height: 1.6;
	transition: all .3s ease-in-out;
}
.new-stages-desc-hide {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s ease-in-out;
}
#stages-btn {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/*feedback*/
.feedback-line-1 {
	right: 60px;
	bottom: -45px;
}
.feedback-line-2 {
	right: 277px;
	bottom: -55px;
}

/*feedback-footer*/
.feedback-footer-title {
	font-size: 80px;
	font-weight: 700;
}
.feedback-footer-line-1 {
	right: 16px;
	bottom: 32px;
}
.feedback-footer-line-2 {
	right: 60px;
	bottom: -70px;
}
.feedback-footer-link {
	text-decoration-skip-ink: none;
}
/*feedback-2*/
.feedback-2-fon {
	position: relative;
}
.feedback-2-fon::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 172, 242, .7);
}
.feedback-2-form * {
	box-sizing: border-box !important;
}
.feedback-2-title {
	font-size: 38px;
}
.feedback-2 ul {
	font-size: 26px;
}
.feedback-2 ul li {
	padding-left: 42px;
	background-image: url(/assets/new-img/list-marker.svg);
	background-repeat: no-repeat;
	background-position: left center;
}/*new-tabs*/
.new-tabs-block-btn {
	padding: 32px 24px;
	background-color: #fff;
}
.new-tabs .nav-link {
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid #bebaae;
	font-weight: 600;
	color: #72838b;
}
.new-tabs .nav-link.active {
	border: 1px solid #144b8e;
	color: #fff;
	background-color: #144b8e;
}
/*new-tabs_2*/
.new-tabs_2 {
	padding-top: 32px;
	padding-bottom: 48px;
	background-image: url(/assets/new-img/tabs-2-fon.webp);
	background-repeat: no-repeat;
	background-position: center;
}
.new-tabs_2 .nav-link {
	padding-left: 32px;
	font-weight: 600;
	color: #000;
	background-image: url(/assets/new-img/tabs-2-img.webp);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 24px;
	background-size: 24px;
}
.new-tabs_2 .nav-link.active {
	color: var(--color-primary);
	background-image: url(/assets/new-img/tabs-2-img-active.webp);
	background-color: unset;
}
.tabs-2-link::before {
	content: "Посмотреть подробнее стоимость и варианты остекления";
}
/*new-text-home*/
.new-text-home-desc {
	padding: 32px 24px;
}
/*new-about-us*/
.new-about-us-title {
	font-size: 28px;
	color: #72838b;
}
.new-about-us .block-left,
.new-about-us .block-right {
	padding: 32px 24px;
	border-radius: 8px;
	background-color: #fff;
}
.new-about-us-desc {
	line-height: 1.6;
	transition: all .3s ease-in-out;
}
.new-about-us-desc-hide {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s ease-in-out;
}
#about-us-btn {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration-skip-ink: none;
	color: #72838b;
}
/*new-how*/
.how-card-1 {
	background: linear-gradient(180.00deg, rgb(255, 255, 255) 35.75%,rgba(255, 255, 255, 0.21) 49.568%),url(/assets/new-img/how-1.webp);"
}
.how-card-2 {
	background: linear-gradient(180.00deg, rgb(255, 255, 255) 35.75%,rgba(255, 255, 255, 0.21) 49.568%),url(/assets/new-img/how-2.webp);"
}
.how-card-3 {
	background: linear-gradient(180.00deg, rgb(255, 255, 255) 35.75%,rgba(255, 255, 255, 0.21) 49.568%),url(/assets/new-img/how-3.webp);"
}
.how-card-4 {
	background: linear-gradient(180.00deg, rgb(255, 255, 255) 35.75%,rgba(255, 255, 255, 0.21) 49.568%),url(/assets/new-img/how-4.webp);"
}
.how-card {
	min-height: 414px;
	padding: 24px 16px;
	border-radius: 8px;
	border: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
.new-how-banner {
	width: max-content;	
	padding: 3px 12px;
}
/*new-faq*/
.new-faq-card {
	height: 100%;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #bebaae;
	background-color: #fff;
}
.new-faq-card-title {
	padding-left: 24px;
	background-image: url(/assets/new-img/faq-marker.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.new-faq-card-text {
	border-top: 1px solid #bebaae;
}
/*new-stages-glazing*/
.glazing-card-banner {
	min-width: 66px;
	height: 66px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: var(--color-primary);
}
.glazing-card-title {
	padding-bottom: 16px;
	background-image: url(/assets/new-img/glazing-line.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
.glazing-card-text p {
	margin-bottom: 0px;
}
/**/
.windows-color-slider {
	height: 100%;
	padding: 32px 24px;
	border-radius: 8px;
	background-color: #fff;
}
.profile-block {
	padding: 0 53px;
}
.windows-color .swiper-slide div {
	padding: 3px;
	border-radius: 6px;
	border: 1px solid transparent;
}
.windows-color .swiper-slide .activeColor {
	width: max-content;
    border: 1px solid #05acf2;
}
.windows-color .swiper-slide img {
	max-width: 48px;
	border-radius: 6px;
}
.profile-block .swiper-button-prev,
.profile-block .swiper-button-next {
	position: absolute !important;
	top: 50% !important;
	width: 24px !important;
	height: 24px !important;
	margin-top: -10px;
}
.profile-block .swiper-button-prev {
	left: 15px !important;
	right: auto !important;
}
.profile-block .swiper-button-next {
	right: 15px !important;
	left: auto !important;
}
.pens-block {
	padding: 0 91px;
}
.pens-block .swiper-button-prev,
.pens-block .swiper-button-next {
	position: absolute !important;
	top: 50% !important;
	width: 24px !important;
	height: 24px !important;
	margin-top: -10px;
}
.pens-block .swiper-button-prev {
	left: 15px !important;
	right: auto !important;
}
.pens-block .swiper-button-next {
	right: 15px !important;
	left: auto !important;
}
.windows-color-pic {
	height: 100%;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	background-image: url(/assets/new-img/windows-color-sky.webp);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: contain;
	background-size: contain;
}
.pens-img {
	top: 24%;
	left: 0;
}
/*new-tabs-3*/
.new-tabs-3 .nav-item:not(:last-child) {
	border-right: 1px solid #bebaae;
}
.new-tabs-3 .nav-link {
	border: 0;
	font-weight: 600;
	color: #72838b;
}
.new-tabs-3 .nav-link.active {
	border-radius: 0;
	font-weight: 700;
	text-decoration: underline;
	color: var(--color-primary);
	background-color: unset;
}
.new-tabs-3 .desc {
	text-align: center;
}
.new-tabs-3 .desc h5 {
	margin-bottom: 16px;
}
.new-tabs-3 .price {
	font-size: 26px;
	color: #72838b;
}
/*new-tabs-4*/
.new-tabs-4 .nav-item:not(:last-child) {
	border-right: 1px solid #bebaae;
}
.new-tabs-4 .nav-link {
	border: 0;
	font-weight: 600;
	color: #72838b;
	text-transform: uppercase;
}
.new-tabs-4 .nav-link.active {
	border-radius: 0;
	font-weight: 700;
	text-decoration: underline;
	color: var(--color-primary);
	background-color: unset;
}
/*new-tabs-5*/
.new-tabs-5 .nav-item:not(:last-child) {
	border: 0;
}
.new-tabs-5 .nav-link {
	padding-left: 32px;
	text-transform: unset;
	background-image: url(/assets/new-img/tabs-5-img.webp);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 24px;
	background-size: 24px;
}
.new-tabs-5 .nav-link.active {
	text-decoration: none;
	background-image: url(/assets/new-img/tabs-5-img-active.webp);
}
.new-tabs-5 table {
	width: 100%;
	margin-bottom: 32px;
}
.new-tabs-5 table th {
	padding-bottom: 24px;
}
.new-tabs-5 table tr th:last-child {
	text-align: right;
}
.new-tabs-5 table td {
	font-size: 14px;
	color: #72838b;
}
.new-tabs-5 table tr td:last-child {
	text-align: right;
}
.new-tabs-5 p {
	font-size: 20px;
	font-weight: 700;
	color: #72838b;
}
/*new-actions*/
.new-actions-card {
	min-height: 384px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.new-actions-card-title {
	font-size: 38px;
	font-weight: 700;
	color: #05ACF2;
}
.new-actions-card-desc {
	margin-bottom: 73px;
}
.new-actions-card > div {
	padding: 32px;
	background-color: rgba(255, 255, 255, 0.69);
	background-image: url(/assets/new-img/action-fon.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: 140px;
	background-size: 140px;
}
/*new-review*/
.new-review {
	background-image: url(/assets/new-img/review-fon.webp);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.new-review-title {
	margin-bottom: 24px;
	font-size: 38px;
	font-weight: 700;
	color: var(--color-primary);
}
.new-review-link {
	font-weight: 600;
}
/*new-articles*/
.new-articles-card-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-primary);
}
.new-articles-card-text {
	font-weight: 500;
	color: #72838b;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.new-articles-card-banner {
	left: 24px;
	padding: 4px 8px;
	border-radius: 8px 8px 0 0;
	font-weight: 500;
	color: #fff;
	background-color: #72838b;
}
/*new-payment*/
.new-payment-card-title {
	background-image: url(/assets/new-img/pay-title-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.new-payment-card-title div {
	background-color: rgba(21, 61, 96, 0.64);
}
.new-payment-card-title h2 {
	font-size: 36px;
}
.new-payment-card img {
	max-width: 90px;
}
.new-payment-card.card-1 {
	background-image: url(/assets/new-img/pay-1-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.new-payment-card.card-2 {
	background-image: url(/assets/new-img/pay-2-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.new-payment-card.card-3 {
	background-image: url(/assets/new-img/pay-3-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.new-payment-card.card-4 {
	background-image: url(/assets/new-img/pay-4-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.new-payment-card div {
	background-color: rgba(21, 61, 96, 0.64);
}
.new-payment-card-certificates {
	background-color: rgb(21, 61, 96);
}
.new-payment .swiper-cerificat {
	padding-bottom: 56px;
}
.swiper-cerificat .swiper-button-prev,
.swiper-cerificat .swiper-button-next {
	position: absolute !important;
	top: unset !important;
	bottom: 0 !important;
	width: 32px !important;
	height: 32px !important;
}
.swiper-cerificat .swiper-button-prev {
	left: 0 !important;
	right: unset !important;
}
.swiper-cerificat .swiper-button-next {
	left: 56px !important;
	right: unset !important;
}
/*footer*/
.top-footer-link {
	text-decoration-skip-ink: none;
}
.footer .block-address {
	width: 85%;
}
/*new-branches*/
.new-branches {
	background-image: url(/assets/new-img/tabs-2-fon.webp);
	background-repeat: no-repeat;
	background-position: center;
}
.new-branches-link {
	text-decoration-skip-ink: none;
}
/*new-contacts-top*/
.new-contacts-top .col-6:first-child > div {
	height: 100%;
}
.new-contacts-top-title {
	margin-bottom: 32px;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
}
.new-contacts-top .order-lg-1 > div {
	height: 100%;
}
.new-contacts-top .order-lg-1 > div iframe {
	height: 100% !important;
}
.new-contacts-top-desc {
	padding-top: 32px;
	padding-bottom: 32px;
}
/*review-page*/
.new-review-vse-card {
	padding: 24px 12px;
	border-radius: 16px;
	background-color: #fff;
}
.review-form-title {
	margin-bottom: 32px;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.review-form .form-control {
	padding: 24px;
}
/*action-page*/
.action-page-title {
	margin-bottom: 24px;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.action-page-text {
	margin-bottom: 32px;
}
.action-page-text p {
	margin-bottom: 0;
	padding-top: 12px;
}
/*oplata-page*/
.oplata-page-card {
	height: 100%;
	padding: 32px 24px;
}
.oplata-page-title {
	margin-bottom: 24px;
	font-size: 36px;
	font-weight: 700;
}
/*photogallery*/
.photogallery-title {
	font-size: 38px;
}
/*product-page*/
.product-page .block-info {
	padding: 32px 24px;
}
.product-page-title {
	margin-bottom: 24px;
	font-size: 26px;
}
.product-page .block-info .table {
	margin-bottom: 24px;
	font-size: 14px;
	color: #72838b;
}
.product-page .block-info .table td {
	padding: 4px 0;
}
.product-page-price {
	font-size: 26px;
}
.product-page .text-bottom {
	color: #72838b;
}
.swiper-product-page-mini {
	width: 38%;
}
.product-page .product-page-prev,
.product-page .product-page-next {
	width: 38px !important;
	height: 38px !important;
}
.product-page .product-page-next {
	right: -10px !important;
}
.product-page .product-page-prev {
	left: -10px !important;
}
/*new-our-work*/
.our-work .icon {
	display: block;
	width: 16px;
	height: 8px;
}
.our-work .icon::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.our-work button[aria-expanded=false] .icon::before {
	background-image: url(/assets/new-img/filter-marker.svg);
}
.our-work button[aria-expanded=true] .icon::before {
	background-image: url(/assets/new-img/filter-marker-active.svg);
}
/*product-page*/
.product-page .block-info {
	padding: 32px 24px;
}
.product-page-title {
	font-size: 26px;
	line-height: 1.6;
}
/*blog-page*/
.blog-page-title {
	font-size: 36px;
	font-weight: 700;
}
.blog-page .new-articles > p {
	margin-bottom: 32px;
	text-align: center;
}
/*banner-newdesign*/
.banner-newdesign .container {
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 70px;
}
.banner-newdesign .swiper-slide {
	min-height: 540px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.banner-newdesign .banner-card {
	position: relative;
	width: 762px;
	padding: 24px 64px;
	background-color: rgba(234, 234, 234, 0.41);
	backdrop-filter: blur(25px);
}
.banner-newdesign .banner-title {
	margin-bottom: 24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #0c315d;
	line-height: 120%;
	letter-spacing: 0.03em;
}
.banner-newdesign .banner-title span {
	color: #ff4186;
}
.banner-newdesign .banner-desc {
	margin-bottom: 24px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #0c315d;
}
.banner-newdesign .banner-btn {
	min-width: 220px;
	border-radius: 8px;
	padding: 16px 8px 14px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #4CD7CB;
}
.banner-newdesign .banner-btn:hover,
.banner-newdesign .banner-btn:active {
	color: #fff;
	background-color: #FF4186;
}
.banner-newdesign .banner-tile {
	position: absolute;
	top: 29px;
	right: -73px;
	padding: 10px 13px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #ff4186;
}
.banner-newdesign .banner-list ul {
	margin-bottom: 24px;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #0c315d;
	list-style: none;
}
.banner-newdesign .banner-list ul li {
	display: flex;
	align-items: center;
	height: 38px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left center;
}
.banner-newdesign .banner-list ul li:not(:last-child) {
	margin-bottom: 4px;
}
.banner-newdesign .banner-list ul li:nth-child(1) {
	background-image: url(/assets/new-img/banner-marker-1.svg);
}
.banner-newdesign .banner-list ul li:nth-child(2) {
	background-image: url(/assets/new-img/banner-marker-2.svg);
}
.banner-newdesign .banner-list ul li:nth-child(3) {
	background-image: url(/assets/new-img/banner-marker-3.svg);
}
.banner-newdesign .block-pagination {
	position: absolute;
	bottom: 45px;
}
.banner-newdesign .block-pagination .swiper-pagination {
	bottom: 0;
}
.banner-newdesign .block-pagination .swiper-pagination-bullet {
	width: 31px;
	height: 7px;
	border-radius: 15px;
	background-color: #fff;
	opacity: 1;
}
.banner-newdesign .block-pagination .swiper-pagination-bullet-active {
	background-color: #48D6CA;
}
/*banner-newdesign-v2*/
.form-check .form-check-input {
	min-width: 16px;
	min-height: 16px;
}
.form-check .form-check-label span {
	display: block;
	line-height: 1.33;
	font-size: 12px;
	color: #fff;
}
.banner-newdesign-v2 {
	position: relative;
	max-width: 1920px;
	padding: 49px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/assets/new-img/banner-newdesign-v2-fon.webp);
}
.banner-newdesign .container {
	padding-bottom: 64px;
}
.banner-newdesign-v2 .banner-card {
	width: 692px;
	padding: 29px 40px 37px;
	border-radius: 16px;
	backdrop-filter: blur(40px);
	box-shadow: 5px 23px 48px 0 rgba(0, 0, 0, 0.15);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-newdesign-v2 .banner-title {
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.07;
	color: #353535;
}
.banner-newdesign-v2 .banner-list ul {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	color: #144b8e;
	list-style: none;
}
.banner-newdesign-v2 .banner-list ul li {
	display: block;
	height: max-content;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left center;
}
.banner-newdesign-v2 .banner-list ul li:nth-child(1) {
	background-image: url(/assets/new-img/banner-newdesign-marker-1.svg);
}
.banner-newdesign-v2 .banner-list ul li:nth-child(2) {
	background-image: url(/assets/new-img/banner-newdesign-marker-2.svg);
}
.banner-newdesign-v2 .banner-list ul li:nth-child(3) {
	background-image: url(/assets/new-img/banner-newdesign-marker-3.svg);
}
.banner-newdesign-v2 .banner-list ul li:not(:last-child) {
	margin-bottom: 12px;
}
.banner-newdesign-v2 .banner-list ul li span {
	font-weight: 700;
}
.banner-newdesign-v2 .banner-form .form-control {
	height: 70px;
	padding-left: 28px;
	border: 0;
	border-radius: 8px;
	background-color: #ededed;
}
.banner-newdesign-v2 form input[name="phone"]::placeholder {
	padding-left: 0;
	font-weight: 500;
	opacity: .5;
	background-image: none;
}
.banner-newdesign-v2 .form-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #00c4b3;
}
.banner-newdesign-v2 .form-btn.disabled {
	opacity: .5;
}
.banner-newdesign-v2 .form-btn:hover,
.banner-newdesign-v2 .form-btn:active {
	background-color: #009488 !important;
	color: #fff !important;
}
.banner-newdesign-v2 .form-btn svg {
	margin-right: 8px;
}
.banner-newdesign-v2 .form-check-input {
	min-width: 16px;
	min-height: 16px;
	border-color: #144b8e;
}
.banner-newdesign-v2 .form-check-label span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	color: #353535;
}
.banner-newdesign-v2 .form-check-label span a {
	text-decoration: none;
	color: #144b8e;
}
.banner-newdesign-v2 .banner-tile {
	position: absolute;
	top: 54px;
	right: 40px;
	padding: unset;
    font-size: unset;
    font-weight: unset;
    color: unset;
    background-color: unset;
}
.banner-newdesign-v2 .banner-tile .card {
	padding: 10px 20px 15px;
	border-radius: 16px;
	border: 0;
	backdrop-filter: blur(40px);
	box-shadow: 5px 23px 48px 0 rgba(0, 0, 0, 0.15);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-newdesign-v2 .banner-tile .card:not(:last-child) {
	margin-bottom: 15px;
}
.banner-newdesign-v2 .banner-tile .card div:first-child {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 28px;
	line-height: 96%;
	color: #00c4b3;
}
.banner-newdesign-v2 .banner-tile .card div:last-child {
	line-height: 125%;
	color: #353535;
}
/*modal*/
.modal .form-check-label {
	margin-bottom: 16px;
}
.modal .form-check-label span {
	display: block;
	font-size: 12px;
}
.modal .form-check-label span a {
	font-size: 12px;
	color: #144b8e;
}
/*feedback*/
.review-form .form-check-label span a,
.feedback-2 .form-check-label span a,
.feedback .form-check-label span a,
.feedback-footer .form-check-label span a {
	color: #fff;
}
@keyframes spFortuneRouletteAnimGift{0%,to{transform:rotate(0deg)}78%{transform:rotate(0deg)}81%{transform:rotate(15deg)}84%{transform:rotate(-10deg)}87%{transform:rotate(5deg)}90%{transform:rotate(-5deg)}}
.animate {
    animation: spFortuneRouletteAnimGift 2s infinite
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.gift {
		width: 50px !important;
	}
	.logo-header {
	    height: 44px;
	}
	body {
		margin-top: 66px;
	}
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	/* мобильная млоденная версия таблицы */
	.my-price-table {
		border: 0;
	}
	.my-price-table thead {
		display: none;
	}

	.my-price-table tr {
		margin-bottom: 1rem;
		display: block;
		border-bottom: 1px solid var(--color-black);
	}

	.my-price-table td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted var(--color-black);
		border-right: 1px solid transparent;
	}
	.my-price-table td:last-child {
		border-bottom: 0;
	}

	.my-price-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	.title {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 16px;
	}
	.header-phone-mob {
		font-size: 12px;
	}
	.header-cart {
		max-width: ;
	}
	.banner-block-swiper {
		max-width:100%;
	}
	.banner-card-banner {
		display: none;
	}
	.swiper-block {
		padding:32px 12px 16px;
		background-color: rgba(5, 172, 242, 0.8) !important;
	}
	.banner-card {
		display: flex;
		flex-direction: column;
		min-height: 461px;
	}
	.banner-title {
		margin-bottom: 32px !important;
		font-size: 31px;
		font-weight: 500;
		text-align: center;
	}
	.banner-desc {
		margin-bottom: 16px !important;
		font-size: 20px !important;
		text-align: center;
	}
	.banner-link-mob {
		text-decoration-skip-ink: none;
	}
	.banner-new .swiper-pagination {
		margin-left: unset;
		text-align: center;
	}
	.banner-new .swiper-button-next {
		left: unset !important;
		right: 82px !important;
	}
	.banner-new .swiper-button-prev {
		left: 82px !important;
	}
	.feedback-title {
		font-size: 24px;
		font-weight: 500;
	}
	.my-footer-link {
		font-size: 14px;
	}
	.new-actions-card {
		min-height: 331px;
	}
	.new-actions-card-title {
		font-size: 20px;
	}
	.new-actions-card-desc {
		font-size: 12px;
	}
	.new-stages {
		background-image: none;
	}
	.glazing-card-title {
		font-size: 14px !important;
	}
	.glazing-card-text {
		font-size: 12px;
	}
	.glazing-card-banner {
		min-width: 40px;
		height: 40px;
		font-size: 24px;
	}
	.new-about-us-title {
		font-size: 20px;
		font-weight: 400 !important;
		text-align: center;
	}
	.new-about-us-card {
		flex-direction: column;
	}
	.new-about-us-desc {
		font-size: 12px !important;
	}
	.new-about-us-card p {
		font-size: 12px !important;
		text-align: center;
	}
	.new-about-us-desc-hide {
		-webkit-line-clamp: 7;
	}
	#about-us-btn {
		font-size: 12px;
	}
	.new-stages-title {
		font-size: 18px;
		font-weight: 500;
	}
	.new-stages-card {
		flex-direction: column;
	}
	.new-stages-card span {
		font-size: 12px !important;
		text-align: center;
	}
	.new-review-title {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		color: #000;
	}
	.new-review p {
		font-size: 12px !important;
	}
	.new-review-link {
		font-size: 14px;
		font-weight: 500;
	}
	.new-payment-card-title h2 {
		font-size: 20px;
		font-weight: 400;
	}
	.new-payment-card img {
		max-width: 50px;
	}
	.new-payment-card p {
		font-size: 12px !important;
	}
	.footer-list-title {
		font-size: 16px !important;
	}
	.footer-list a,
	.footer-list li {
		font-size: 14px;
		font-weight: 400 !important;
	}
	.footer-list-last {
		columns: 2;
		padding-top: 16px;
		border-top: 2px solid white;
	}
	.footer-list-last a,
	.footer-list-last li {
		font-size: 16px !important;
	}
	.profile-block,
	.pens-block {
		padding: 0 40px;
	}
	.windows-color-slider-profile > p,
	.windows-color-slider-pens > p {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	.products-2-card {
		min-height: 344px;
	}
	.products-2-card .block-1 {
		min-height: 134px;
		padding-bottom: 24px;
	}
	.products-2-card p {
		width: 100%;
		font-size: 14px !important;
		font-weight: 400 !important;
		text-align: center;
	}
	.products-2-card div.overflow-auto {
		width: 100%;
	}
	.products-2-card table {
		font-size: 12px;
		font-weight: 400;
	}
	.new-products-2 .col-sm-6:nth-child(n+5) {
		display: none;
	}
	.products-2-card .prod-2_btn {
		display: block;
		margin: 0 auto;
	}
	.new-products-2 .block-features {
		padding-bottom: 24px;
	}
	.feedback-2-title {
		font-size: 20px;
		font-weight: 500 !important;
	}
	.feedback-2 ul {
		font-size: 14px;
	}
	.feedback-2 ul li {
		padding-left: 24px;
		background-size: 16px;
	}
	.how-card {
		max-width: 327px;
		min-height: 350px;
		margin: 0 auto;
	}
	.windows-color-pic {
		background-image: url(/assets/new-img/windows-color-sky.webp);
	}
	.new-tabs_2 {
		padding-top: 16px;
		padding-bottom: 32px;
	}
	.tabs-2-link {
		width: 100% !important;
		justify-content: center;
		font-size: 14px;
	}
	.tabs-2-link::before {
		content: "Подробнее";
	}
	.new-tabs_2 .block-text {
		margin-top: 16px;
		background-color: transparent !important;
		font-size: 12px;
	}
	.new-tabs_2 .block-text p:first-child {
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	.new-tabs_2 .new-tabs-block-btn {
		max-height: 192px;
		overflow: scroll;
		padding: 16px;
	}
	.new-tabs_2 .new-tabs-block-btn button {
		font-size: 14px;
	}
	.new-tabs-4 .nav-link {
		font-size: 14px;
		font-weight: 400 !important;
	}
	.new-tabs-5 .nav-link {
		font-size: 12px;
		font-weight: 500 !important;
	}
	.new-tabs-5 .nav-pills {
		max-height: 120px;
		margin-bottom: 16px;
		overflow: scroll;
	}
	.new-tabs-5 table {
		margin-bottom: 16px;
	}
	.new-tabs-5 table th {
		padding-bottom: 4px;
		font-size: 12px;
		font-weight: 600 !important;
	}
	.new-tabs-5 table td {
		font-size: 12px;
	}
	.new-tabs-5 p {
		font-size: 14px;
	}
	.new-text-home-desc-title {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	.new-text-home .text-block-1 {
		max-height: 90px;
		overflow: hidden;
		font-size: 12px;
	}
	.new-text-home .text-block-2 {
		max-height: 170px;
		overflow: hidden;
		font-size: 12px;
	}
	.swiper-balcon .balcon-prev,
	.swiper-balcon .balcon-next {
		position: absolute !important;
		top: 50% !important;
	}
	.swiper-balcon .balcon-prev {
		left: 0 !important;
	}
	.swiper-balcon .balcon-next {
		right: 0 !important;
	}
	.swiper-balcon .tabs-card p:first-child {
		font-size: 16px !important;
		font-weight: 500 !important;
	}
	.swiper-balcon .tabs-card p:nth-child(2) {
		font-size: 12px;
	}
	.swiper-balcon .price {
		font-size: 16px;
	}
	.new-tabs-3 .overflow-block {
		overflow-x: scroll;
	}
	.new-tabs-3 .nav-link {
		font-size: 13px;
		font-weight: 400 !important;
	}
	.swiper-new-how {
		padding-bottom: 48px;
	}
	.swiper-new-how .new-how-prev,
	.swiper-new-how .new-how-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-new-how .new-how-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-new-how .new-how-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-action .action-prev,
	.swiper-action .action-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-action .action-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-action .action-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev,
	.swiper-articles .articles-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-articles .articles-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev {
		left: calc(50% - 48px) !important;
	}
	.new-articles-card-banner {
		background-color: #144b8e;
	}
	.new-articles-card-title {
		font-size: 14px;
		font-weight: 500;
		color: var(--color-black);
	}
	.new-articles-card-text {
		font-size: 12px;
		font-weight: 400;
	}
	.new-articles-card a {
		font-size: 12px;
	}
	.new-tabs .nav-link {
		font-size: 14px;
	}
	.new-tabs-block-btn {
		padding: 16px 24px;
	}
	.new-tabs div.h2 {
		margin-bottom: 24px !important;
		font-size: 20px;
		font-weight: 500;
	}
	.new-tabs .text {
		font-size: 12px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: unset !important;
		bottom: 0 !important;
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-next {
		right: calc(50% - 48px) !important;
	}
	.new-products .card p {
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	.new-products .card-desc {
		min-height: 90px;
	}
	.review-form-title {
		font-size: 32px;
	}
	.review-form .form-control {
		padding: 12px;
	}
	.new-review-vse-card-text {
		font-size: 12px;
	}
	.action-page .new-actions-card {
		min-height: max-content;
	}
	.action-page-text {
		font-size: 12px;
	}
	.photogallery-title {
		font-size: 32px;
	}
	.photogallery-desc {
		font-size: 12px;
	}
	.oplata-page-card {
		font-size: 12px;
	}
	.oplata-page-title {
		font-size: 32px;
	}
	.new-contacts-top-desc {
		font-size: 12px !important;
	}
	.new-contacts-top-desc p.text-white,
	.new-contacts-top-desc p.text-white a {
		font-size: 12px !important;
	}
	.new-contacts-top-title {
		font-size: 29px;
	}
	.product-page .block-info {
		padding: 24px 12px;
	}
	.product-page .text-bottom {
		font-size: 14px;
	}
	.product-page-title {
		font-size: 22px;
	}
	.product-page-price {
		font-size: 20px;
	}
	.product-page .product-page-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-product-page-mini {
		width: 75%;
	}
	.footer .block-address {
		width: 100%;
	}
	.banner-newdesign .container {
		padding-bottom: 0;
	}
	.banner-newdesign .banner-card {
		justify-content: space-between;
		width: 100%;
		min-height: 261px;
		padding: 16px 10px 39px;
	}
	.banner-newdesign .banner-tile {
		top: -16px;
		right: 0;
		padding: 5px 13px;
		font-size: 14px;
	}
	.banner-newdesign .banner-title {
		margin-bottom: 16px;
		font-size: 21px;
		text-align: left;
	}
	.banner-newdesign .banner-list ul {
		font-size: 21px;
	}
	.banner-newdesign .banner-desc {
		margin-bottom: 16px;
		font-size: 14px !important;
		text-align: left;
	}
	.banner-newdesign .banner-btn {
		padding: 9.5px 8px 7.5px;
	}
	.banner-newdesign .block-pagination {
		bottom: 4px;
	}
	.banner-newdesign .block-pagination .swiper-pagination {
		margin-left: 10px;
	}
	.banner-newdesign .block-pagination .swiper-pagination-bullet {
		width: 31px;
		height: 7px;
		border-radius: 15px;
		background-color: #48D6CA;
		opacity: .2;
	}
	.banner-newdesign .block-pagination .swiper-pagination-bullet-active {
		opacity: 1;
	}
	.banner-newdesign-v2 {
		padding: 0;
		background-image: url(/assets/new-img/banner-newdesign-v2-mob-fon.webp);
		background-position: center top;
	}
	.banner-newdesign-v2 .container {
		display: block;
		padding: 252px 0 0;
	}
	.banner-newdesign-v2 .banner-card {
		width: 100%;
		padding: 16px 20px;
	}
	.banner-newdesign-v2 .banner-title {
		margin-bottom: 16px;
		font-size: 30px;
		line-height: 1;
	}
	.banner-newdesign-v2 .banner-list ul {
		margin-bottom: 16px;
		font-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li {
		min-height: 23px;
		padding-left: 24px;
		background-position: left top;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(1),
	.banner-newdesign-v2 .banner-list ul li:nth-child(3) {
		-webkit-background-size: 14px;
		background-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(2) {
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	.banner-newdesign-v2 .banner-form .form-control {
		height: 40px;
	}
	.banner-newdesign-v2 .form-btn {
		height: 40px;
	}
	.banner-newdesign-v2 .form-check {
		padding-left: 14px;
	}
	.banner-newdesign-v2 .form-check-label span {
		display: block;
		font-size: 8px;
		line-height: 1;
	}
	.banner-newdesign-v2 .form-check-input {
		margin-top: unset;
		width: 10px;
		height: 10px;
		margin-left: -14px;
	}
	.banner-newdesign-v2 .banner-tile {
		top: 62px;
		right: 11px;
		bottom: unset;
		padding: 0;
	}
	.banner-newdesign-v2 .banner-tile .card {
		padding: 6px 11px 9px;
		border-radius: 9px;
	}
	.banner-newdesign-v2 .banner-tile .card div:first-child {
		margin-bottom: 4px;
		font-size: 15px;
	}
	.banner-newdesign-v2 .banner-tile .card div:last-child {
		font-size: 9px;
		font-weight: 500;
	}
	.banner-newdesign-v2 .banner-tile .card:not(:last-child) {
		margin-bottom: 4px;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.gift {
		width: 70px !important;
	}
	body {
		margin-top: 87px;
	}
	.logo-header {
		height: 65px;
	}
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	.banner-block-swiper {
		max-width:100%;
	}
	.new-actions-card {
		min-height: 331px;
	}
	.new-actions-card-title {
		font-size: 20px;
	}
	.new-actions-card-desc {
		font-size: 12px;
	}
	.new-stages {
		background-image: none;
	}
	.pens-block {
		padding: 0 53px;
	}
	.products-2-card {
		min-height: 344px;
	}
	.products-2-card .block-1 {
		min-height: 134px;
	}
	.windows-color-pic {
		background-image: url(/assets/new-img/windows-color-sky.webp);
	}
	.tabs-2-link {
		width: 100% !important;
		justify-content: center;
	}
	.tabs-2-link::before {
		content: "Подробнее";
	}
	.new-tabs_2 .block-text {
		margin-top: 16px;
		background-color: transparent !important;
	}
	.new-tabs_2 .new-tabs-block-btn {
		max-height: 192px;
		overflow: scroll;
		padding: 16px;
	}
	.new-tabs-5 .nav-pills {
		max-height: 140px;
		margin-bottom: 16px;
		overflow: scroll;
	}
	.swiper-balcon .balcon-prev,
	.swiper-balcon .balcon-next {
		position: absolute !important;
		top: 50% !important;
	}
	.swiper-balcon .balcon-prev {
		left: 0 !important;
	}
	.swiper-balcon .balcon-next {
		right: 0 !important;
	}
	.new-tabs-3 .overflow-block {
		overflow-x: scroll;
	}
	.swiper-new-how {
		padding-bottom: 48px;
	}
	.swiper-new-how .new-how-prev,
	.swiper-new-how .new-how-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-new-how .new-how-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-new-how .new-how-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-action .action-prev,
	.swiper-action .action-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-action .action-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-action .action-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev,
	.swiper-articles .articles-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-articles .articles-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev {
		left: calc(50% - 48px) !important;
	}
	.new-tabs .nav-link {
		font-size: 14px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: unset !important;
		bottom: 0 !important;
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-product-page-mini {
		width: 50%;
	}
	.footer .block-address {
		width: 100%;
	}
	.banner-newdesign .banner-tile {
		top: -25px;
		right: 0;
	}
	.banner-newdesign .banner-title {
		font-size: 25px;
	}
	.banner-newdesign .banner-list ul {
		font-size: 25px;
	}
	.banner-newdesign .banner-desc {
		font-size: 14px;
	}
	.banner-newdesign-v2 {
		background-image: url(/assets/new-img/banner-newdesign-v2-tab-fon.webp);
		background-position: center top;
	}
	.banner-newdesign-v2 .banner-card {
		width: 320px;
		padding: 16px 20px;
	}
	.banner-newdesign-v2 .banner-title {
		margin-bottom: 16px;
		font-size: 30px;
		line-height: 1;
	}
	.banner-newdesign-v2 .banner-list ul {
		margin-bottom: 16px;
		font-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li {
		min-height: 23px;
		padding-left: 24px;
		background-position: left top;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(1),
	.banner-newdesign-v2 .banner-list ul li:nth-child(3) {
		-webkit-background-size: 14px;
		background-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(2) {
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	.banner-newdesign-v2 .banner-form .form-control {
		height: 40px;
	}
	.banner-newdesign-v2 .form-btn {
		height: 40px;
	}
	.banner-newdesign-v2 .form-check {
		padding-left: 14px;
	}
	.banner-newdesign-v2 .form-check-label span {
		display: block;
		font-size: 8px;
		line-height: 1;
	}
	.banner-newdesign-v2 .form-check-input {
		margin-top: unset;
		width: 10px;
		height: 10px;
		margin-left: -14px;
	}
	.banner-newdesign-v2 .banner-tile {
		top: unset;
		right: 28px;
		bottom: 91px;
	}
	.banner-newdesign-v2 .banner-tile .card {
		padding: 6px 11px 9px;
		border-radius: 9px;
	}
	.banner-newdesign-v2 .banner-tile .card div:first-child {
		margin-bottom: 4px;
		font-size: 15px;
	}
	.banner-newdesign-v2 .banner-tile .card div:last-child {
		font-size: 9px;
		font-weight: 500;
	}
	.banner-newdesign-v2 .banner-tile .card:not(:last-child) {
		margin-bottom: 4px;
	}
}
/* Устройства Medium (планшеты, менее 992 пикселей) */
@media  (min-width: 768px) and (max-width: 991.98px) {
	.gift {
		width: 70px !important;
	}
	body {
		margin-top: 87px;
	}
	.logo-header {
		height: 65px;
	}
	.banner-block-swiper {
		max-width:100%;
	}
	.new-actions-card {
		min-height: 331px;
	}
	.new-actions-card-title {
		font-size: 20px;
	}
	.new-actions-card-desc {
		font-size: 12px;
	}
	.new-stages {
		background-image: none;
	}
	.pens-block {
		padding: 0 53px;
	}
	.products-2-card {
		min-height: 344px;
	}
	.products-2-card .block-1 {
		min-height: 134px;
	}
	.windows-color-pic {
		background-image: url(/assets/new-img/windows-color-sky.png);
	}
	.tabs-2-link {
		width: 100% !important;
		justify-content: center;
	}
	.tabs-2-link::before {
		content: "Подробнее";
	}
	.new-tabs_2 .block-text {
		margin-top: 16px;
		background-color: transparent !important;
	}
	.new-tabs_2 .new-tabs-block-btn {
		max-height: 192px;
		overflow: scroll;
		padding: 16px;
	}
	.new-tabs-5 .nav-pills {
		max-height: 140px;
		margin-bottom: 16px;
		overflow: scroll;
	}
	.new-tabs-3 .overflow-block {
		overflow-x: scroll;
	}
	.swiper-new-how {
		padding-bottom: 48px;
	}
	.swiper-new-how .new-how-prev,
	.swiper-new-how .new-how-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-new-how .new-how-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-new-how .new-how-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev,
	.swiper-articles .articles-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-articles .articles-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-articles .articles-prev {
		left: calc(50% - 48px) !important;
	}
	.new-tabs .nav-link {
		font-size: 14px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: unset !important;
		bottom: 0 !important;
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-prev {
		left: calc(50% - 48px) !important;
	}
	.footer .block-address {
		width: 100%;
	}
	.banner-newdesign .banner-tile {
		top: -25px;
		right: 0;
	}
	.banner-newdesign .banner-title {
		font-size: 36px;
	}
	.banner-newdesign .banner-list ul {
		font-size: 36px;
	}
	.banner-newdesign-v2 {
		background-image: url(/assets/new-img/banner-newdesign-v2-tab-fon.webp);
		background-position: center top;
	}
	.banner-newdesign-v2 .banner-card {
		width: 320px;
		padding: 16px 20px;
	}
	.banner-newdesign-v2 .banner-title {
		margin-bottom: 16px;
		font-size: 30px;
		line-height: 1;
	}
	.banner-newdesign-v2 .banner-list ul {
		margin-bottom: 16px;
		font-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li {
		min-height: 23px;
		padding-left: 24px;
		background-position: left top;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(1),
	.banner-newdesign-v2 .banner-list ul li:nth-child(3) {
		-webkit-background-size: 14px;
		background-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(2) {
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	.banner-newdesign-v2 .banner-form .form-control {
		height: 40px;
	}
	.banner-newdesign-v2 .form-btn {
		height: 40px;
	}
	.banner-newdesign-v2 .form-check {
		padding-left: 14px;
	}
	.banner-newdesign-v2 .form-check-label span {
		display: block;
		font-size: 8px;
		line-height: 1;
	}
	.banner-newdesign-v2 .form-check-input {
		margin-top: unset;
		width: 10px;
		height: 10px;
		margin-left: -14px;
	}
	.banner-newdesign-v2 .banner-tile {
		top: unset;
		right: 28px;
		bottom: 91px;
	}
}


/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media  (min-width: 992px) and (max-width: 1199.98px) {
	.gift {
		width: 90px;
	}
	body {
		margin-top: 93px;
	}
	.logo-header {
		height: 60px;
	}
	.header-address {
		font-size: 12px;
	}
	.header-work {
		font-size: 12px;
	}
	.header-phone {
		font-size: 16px;
	}
	.header-menu {
		font-size: 12px;
	}
	.header-btn {
		font-size: 10px;
	}
	.header .block-center {
		width: 66%;
	}
	.feedback-line-2 {
		right: 54px;
		bottom: -55px;
	}
	.profile-block,
	.pens-block {
		padding: 0 53px;
	}
	.tabs-2-link {
		width: 100% !important;
		justify-content: center;
	}
	.tabs-2-link::before {
		content: "Подробнее";
	}
	.swiper-new-how {
		padding-bottom: 48px;
	}
	.swiper-new-how .new-how-prev,
	.swiper-new-how .new-how-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-new-how .new-how-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-new-how .new-how-prev {
		left: calc(50% - 48px) !important;
	}
	.new-tabs .nav-link {
		font-size: 14px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: unset !important;
		bottom: 0 !important;
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-prev {
		left: calc(50% - 48px) !important;
	}
	.footer .block-address {
		width: 100%;
	}
	.banner-newdesign-v2 {
		background-image: url(/assets/new-img/banner-newdesign-v2-tab-fon.webp);
		background-position: right top;
	}
	.banner-newdesign-v2 .banner-card {
		width: 320px;
		padding: 16px 20px;
	}
	.banner-newdesign-v2 .banner-title {
		margin-bottom: 16px;
		font-size: 30px;
		line-height: 1;
	}
	.banner-newdesign-v2 .banner-list ul {
		margin-bottom: 16px;
		font-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li {
		min-height: 23px;
		padding-left: 24px;
		background-position: left top;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(1),
	.banner-newdesign-v2 .banner-list ul li:nth-child(3) {
		-webkit-background-size: 14px;
		background-size: 14px;
	}
	.banner-newdesign-v2 .banner-list ul li:nth-child(2) {
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	.banner-newdesign-v2 .banner-form .form-control {
		height: 40px;
	}
	.banner-newdesign-v2 .form-btn {
		height: 40px;
	}
	.banner-newdesign-v2 .form-check {
		padding-left: 14px;
	}
	.banner-newdesign-v2 .form-check-label span {
		display: block;
		font-size: 8px;
		line-height: 1;
	}
	.banner-newdesign-v2 .form-check-input {
		margin-top: unset;
		width: 10px;
		height: 10px;
		margin-left: -14px;
	}
	.banner-newdesign-v2 .banner-tile {
		top: unset;
		right: 28px;
		bottom: 91px;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media  (min-width: 1200px) and (max-width: 1399.98px) {
	.footer .block-address {
		width: 100%;
	}
	.feedback-line-2 {
		right: 170px;
		bottom: -55px;
	}
	.feedback-line-1 {
		right: 10px;
		bottom: -25px;
	}
	.feedback-footer-line-1 {
		right: 16px;
		bottom: 5px;
	}
	.profile-block,
	.pens-block {
		padding: 0 40px;
	}
	.swiper-new-how {
		padding-bottom: 48px;
	}
	.swiper-new-how .new-how-prev,
	.swiper-new-how .new-how-next {
		position: absolute !important;
		bottom: 0 !important;
	}
	.swiper-new-how .new-how-next {
		right: calc(50% - 48px) !important;
	}
	.swiper-new-how .new-how-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: unset !important;
		bottom: 0 !important;
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev {
		left: calc(50% - 48px) !important;
	}
	.swiper-button-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-next {
		right: calc(50% - 48px) !important;
	}
	.product-page .product-page-prev {
		left: calc(50% - 48px) !important;
	}
	.banner-newdesign-v2 .banner-tile {
		top: unset;
		bottom: 64px;
	}
}
/*@media  (max-width: 1499.98px) {
	.swiper-button-prev,
	.swiper-button-next {
		width: 32px !important;
		height: 32px !important;
	}
	.swiper-button-prev img,
	.swiper-button-next img {
		width: 32px;
	}
}*/