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

html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}
@font-face {
	font-family: 'Roboto';
	src: url('/assets/new-css/fonts/roboto-variablefont.ttf') format('truetype supports variations'),
		url('/assets/new-css/fonts/roboto-variablefont.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-stretch: 25% 151%;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/assets/new-css/fonts/montserrat-variablefont.ttf') format('truetype supports variations'),
		url('/assets/new-css/fonts/montserrat-variablefont.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: #4d92fa;
	--color-black: #353535;
}

body {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	color: var(--color-black);
	font-size: 1rem;
	margin-top: 98px;
	background-color: #FBFAFA;
}

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.webp);*/
	background-image: url(https://fakeimg.pl/1920x500/);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.logo-header {
	height: 42px;
}
.logo-footer {
	height: 47px;
}

/* Стили предупреждения о 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: #12a339;
	border-radius: 50%;
	position: fixed;
	left: 2rem;
	bottom: 2rem;
	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;
}

/* аккордеон */
/* удираем нижний марджинг последнего абзаца */
.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);*/
}

/*votes*/
.votes {
	padding: 60px 40px;
	background-color: rgba(21, 81, 229, 0.08);
}
.votes .title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.votes .block-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.votes .block-result {
	text-align: center;
}
.vote-btn {
	border: 0;
	outline: none;
}
.vote-btn:active {
	border: 0;
	background-color: unset;
	border-color: unset;
}
.vote-btn:hover {
	opacity: .5;
}
.vote-btn:disabled {
	color: unset;
	background-color: unset;
	border-color: unset;
	border: 0;
}
/*global*/
.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.title {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 700;
}
.title span {
	position: relative;
}
.title span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 16px;                  /* высота твоего SVG */
	background-repeat: no-repeat;
	background-size: 100% 100%;    /* растягивает волну точно по ширине span */
	background-position: bottom center;
	pointer-events: none;
}
.subtitle {
	max-width: 1044px;
	margin-bottom: 24px;
}
.swiper {
	overflow: visible !important;
}
.swiper-slide {
	opacity: 0;
}
.swiper-slide-visible {
	opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	background-color: rgba(18, 163, 56, 0.3);
}
.swiper-button-prev {
	left: -50px !important;
}
.swiper-button-next {
	right: -50px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: '' !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px !important;
	color: #fff;
	background-color: #12A338;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-button-prev::after {
	background-image: url(/assets/new-img/btn-prev.svg);
}
.swiper-button-next::after {
	background-image: url(/assets/new-img/btn-next.svg);
}
.swiper-button-disabled {
	background-color: #cdcfd1;
	opacity: 1 !important;
}
.swiper-button-disabled::after {
	background-color: #AEB5BB;
}
.video-info {
    position: absolute;
    bottom: 3px;
    left: 7px;
    margin-bottom: 0;
    padding: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}
.video-info-1 {
    position: absolute;
    bottom: 3px;
    right: 7px;
    margin-bottom: 0;
    padding: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    z-index: 10000;
}
.form-check-input:checked {
	background-color: #12a339;
	border-color: #12a339;
}
.form-check-input:focus {
	border-color: #12a339;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(18, 163, 57, .25);;
}
.comments-rating-panel {
	font-size: 14px;
}
.vue3-star-ratings__icon {
	width: 18px !important;
}
/*new-header*/
.new-header {
	background-color: #fbfafa;
}
.new-header .row-top {
	padding-top: 10px;
	padding-bottom: 10px;
}
.new-header .top-top-menu li a {
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	color: #212529;
}
.new-header .top-top-menu li a:hover {
	color: #12a339;
}
.new-header .top-top-menu li:last-child a {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #ff7e20;
}
.new-header .block-address {
	margin-top: -7px;
}
.header-new-address {
	margin-right: 48px;
	padding-left: 17px;
	font-size: 13px;
	line-height: 1;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #212529;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/header-loc.svg);
}
.header-new-address:hover,
.header-new-address:focus,
.header-new-address:active {
	color: #12A339;
}
.header-new-work {
	padding-left: 17px;
	font-size: 13px;
	line-height: 1;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #212529;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/header-time.svg);
}
.header-new-phone {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	color: #212529;
}
.header-new-phone:hover,
.header-new-phone:focus,
.header-new-phone:active {
	color: #12A339;
}
.header-new-btn-call {
	display: block;
	max-width: 165px;
	width: 100%;
	margin-left: auto;
	padding: 12px 10px;
	border-radius: 0;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	background-color: #12a339;
	animation: pulse 1s infinite;
}
.header-new-btn-call:hover,
.header-new-btn-call:focus,
.header-new-btn-call:active {
	color: #fff !important;
	background-color: #3DC963 !important;
	animation: none;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(18, 163, 57, 0);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(18, 163, 57, .3);
	}
}
.header-new-btn-video {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 165px;
	margin-left: auto;
	padding: 4.5px 12px;
	border-radius: 0;
	font-weight: 700;
	color: #fff;
	background-color: #ff7e20;
}
.header-new-btn-video:hover,
.header-new-btn-video:focus,
.header-new-btn-video:active {
	color: #fff !important;
	background-color: #FD9F5B !important;
}
.header-new-btn-video img {
	margin-right: 8px;
}
.new-header .top-menu li a {
	padding-top: 5.5px;
	padding-bottom: 5.5px;
	font-weight: 500;
	color: #12a339;
}
.new-header .top-menu li:hover {
	background-color: #12a339;
}
.new-header .top-menu li:hover a {
	text-decoration: none;
	color: #fff;
}
.new-header .top-menu li:first-child .second-menu {
	columns: 2;
}
.new-header .second-menu {
	left: 0;
	padding: 8px 0;
	border: 0;
}
.new-header .second-menu li:not(:last-child) {
	margin-bottom: 8px;
}
.new-header .second-menu li a {
	padding: 0;
	font-size: 14px;
	color: #212529 !important;
}
.new-header .second-menu li:hover {
	background-color: #fff;
}
.new-header .second-menu li a:hover {
	color: #12a339 !important;
}
.header-top-block-mob {
	padding-top: 6px;
	padding-bottom: 6px;
}
.header-bottom-block-mob {
	padding-bottom: 6px;
}
.header-new-btn-call-mob {
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #12a339;
	animation: pulse 1s infinite;
}
.header-btn-calc {
	line-height: 1;
}
.header-link-video-mob {
	display: flex;
	align-items: center;
	padding: 4.5px 26px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #ff7e20;
}
.header-link-video-mob svg {
	margin-right: 5px;
}
.header-link-review-mob {
	display: flex;
	align-items: center;
	padding: 4px 22px;
	border-radius: 5px;
	border: 1px solid #12a339;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #212529;
	text-decoration: none;
}
.header-link-review-mob img {
	margin-right: 5px;
}
.header-phone-mob {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #212529;
}
.header-phone-mob:hover,
.header-phone-mob:focus,
.header-phone-mob:active {
	color: #12a339;
}
/*new-banner*/
.new-banner .slide-1 {
	padding-top: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/img/banner-new-v2-fon.png);
}
.new-banner .swiper-slide {
	opacity: 1;
}
.new-banner .banner-title {
	font-size:37px;
	font-weight:700;
	text-transform:uppercase;
	max-width: 500px;"
}
.new-banner .banner-subtitle {
	width: max-content;
	margin-bottom: 70px;
	padding: 4px 9px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #12A339;
}
.new-banner .banner-subtitle span {
	color: #12a339;
}
.new-banner .slide-1 .banner-list {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.new-banner .slide-1 .banner-list li {
	position: relative;
	width: 210px;
	height: 92px;
	padding: 32px 17px 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	backdrop-filter: blur(85px);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.41);
	background: rgba(251, 250, 250, 0.95);
	overflow: visible;
	font-family: 'Roboto';
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
.new-banner .slide-1 .banner-list li:nth-child(3) {
	padding: 32px 9px 16px;
}
.new-banner .slide-1 .banner-list li:not(:last-child) {
	margin-right: 16px;
}
.new-banner .slide-1 .banner-list li img {
	position: absolute;
}
.new-banner .slide-1 .banner-list li:nth-child(1) img,
.new-banner .slide-1 .banner-list li:nth-child(3) img {
	left: calc(50% - 30px);
	top: -40px;
	width: 60px;
}
.new-banner .slide-1 .banner-list li:nth-child(2) img {
	left: calc(50% - 50px);
	top: -48px;
	width: 100px;
}
.new-banner .slide-1 .banner-list li:nth-child(1) span {
	text-transform: none;
	color: #12a339;
}
.new-banner .slide-1 .banner-list li:nth-child(3) span {
	text-transform: none;
}
.new-banner .slide-1 .banner-list li:nth-child(3) svg {
	margin-top: -8px;
}
.new-banner .slide-1 .banner-list li:nth-child(3) span span:first-child {
	color: #ff0606;
}
.new-banner .slide-1 .banner-list li:nth-child(3) span span:last-child {
	color: #f00;
}
.new-banner .slide-1 .banner-list li:nth-child(2) span {
	color: #12a339;
}
.new-banner .form-control {
	height: 60px;
	border-radius: 10px;
	padding: 10px 24px;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-banner .form-btn {
	height: 60px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #ff7e20;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-banner .form-btn:hover,
.new-banner .form-btn:focus,
.new-banner .form-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.new-banner .form-check span {
	display: block;
	font-size: 12px;
	line-height: 102%;
}
.new-banner .form-check span a {
	font-size: 12px;
	text-decoration: underline;
	color: #12a339;
}
.new-banner-btn {
	border-radius: 10px;
	padding: 10px 16px;
	width: 296px;
	height: 60px;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
	background: #ff7e20;
}
/*new-text-home-1*/
.new-text-home-1 .title span {
	color: #ff7e20;
}
.new-text-home-1 .title span:after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 364 16' fill='none' preserveAspectRatio='none'><path d='M16.0401 7.83086C30.0434 7.52246 43.9126 6.58163 57.908 6.17031C146.015 3.58086 233.844 4.38263 321.917 5.00383' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M1.0004 13.4491C34.6939 12.9436 68.1966 10.873 101.932 10.2275C189.25 8.55659 275.983 9.71855 362.931 11.2601' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-text-home-1 img {
	border-radius: 10px;
}
.new-text-home-1 .block-text p strong {
	font-size: 20px;
	color: #212529;
}
.new-text-home-1 .block-text ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	list-style: none;
}
.new-text-home-1 .block-text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.new-text-home-1 .block-text ul li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/assets/new-img/list-marker.svg);
}
/*new-products-otdelka*/
.new-products-otdelka .title {
	margin-bottom: 30px;
}
.new-products-otdelka .title span {
	color: #12a339;
}
.new-products-otdelka .title span:after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 315 11' fill='none' preserveAspectRatio='none'><path d='M298.565 1.9508C284.931 1.98718 271.392 2.30742 257.76 2.3899C171.944 2.90913 86.5935 1.91345 0.995353 0.996779' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M313.244 7.23844C228.652 8.35646 128.559 7.95654 54.6322 7.26952' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-products-otdelka .swiper {
	overflow: hidden !important;
}
.new-products-otdelka .swiper-slide {
	opacity: 1;
}
.new-products-otdelka .card {
	border: 0;
	border-radius: 10px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-products-otdelka .card-header {
	padding: 16px;
	border: 0;
	background-color: transparent;
}
.new-products-otdelka .card .swiper {
	border-radius: 5px;
}
.new-products-otdelka .card-body {
	padding: 4px 16px;
}
.new-products-otdelka .card-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}
.new-products-otdelka .my-card-table {
	margin-bottom: 0;
	font-size: 13px;
}
.new-products-otdelka .my-card-table tr th {
	padding: 3px 1px;
	border: 0;
	font-size: 14px;
	font-weight: 600;
}
.new-products-otdelka .my-card-table tr td {
	padding: 3px 1px;
	border: 0;
}
.new-products-otdelka .my-card-table tr td:first-child {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/table-marker-plus.svg);
}
.new-products-otdelka .my-card-table tr td:last-child:empty {
    background-image: none;
}
.new-products-otdelka .my-card-table tr td:last-child {
	padding-left: 16px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/table-marker-minus.svg);
}
.new-products-otdelka .card-footer {
	display: flex;
	align-items: center;
	padding: 16px;
	border: 0;
	background-color: transparent;
}
.new-products-otdelka .card-footer .npo-btn {
	margin-right: 18px;
	padding: 9px 30px;
	border: 1px solid #12a339;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-color: #12a339;
}
.new-products-otdelka .card-footer .npo-btn:hover,
.new-products-otdelka .card-footer .npo-btn:focus,
.new-products-otdelka .card-footer .npo-btn:active {
	color: #fff;
	background-color: #3dc963;
}
.new-products-otdelka .card-footer .npo-price {
	display: flex;
	flex-direction: column;
}
.new-products-otdelka .card-footer .npo-price span:first-child {
	font-size: 14px;
	line-height: 120%;
}
.new-products-otdelka .card-footer .npo-price span:last-child {
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	color: #12a339;
}
.new-products-otdelka-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-products-otdelka-btn:hover,
.new-products-otdelka-btn:focus,
.new-products-otdelka-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
/*new-suppliers*/
.new-suppliers .title span {
	color: #12a339;
}
.new-suppliers .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 16' fill='none' preserveAspectRatio='none'><path d='M25.8866 7.83871C49.0181 7.53791 71.9277 6.60462 95.046 6.2009C240.585 3.65932 385.668 4.50882 531.154 5.17788' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.997189 13.4491C56.6542 12.9619 111.995 10.9095 167.721 10.2823C311.958 8.65886 455.23 9.86794 598.857 11.4567' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-suppliers .card {
	padding: 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}
.new-suppliers .card-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
.new-suppliers .card-text p {
	font-size: 14px;
	line-height: 130%;
}
.new-suppliers .card-text p:last-child {
	margin-bottom: 0;
}
.new-suppliers .swiper-new-suppliers {
	padding-bottom: 18px;
	overflow: hidden !important;
}
.new-suppliers .swiper-slide {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
}
.new-suppliers .swiper-pagination {
	bottom: 0 !important;
	line-height: 1;
}
.new-suppliers .swiper-pagination-bullet-active {
	background: #FF7E20;
}
.new-suppliers ul li {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
}
/*new-certificates*/
.new-certificates .title {
	margin-bottom: 30px;
}
.new-certificates .title span {
	color: #12a339;
}
.new-certificates .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 16' fill='none' preserveAspectRatio='none'><path d='M25.8866 7.83871C49.0181 7.53791 71.9277 6.60462 95.046 6.2009C240.585 3.65932 385.668 4.50882 531.154 5.17788' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.997189 13.4491C56.6542 12.9619 111.995 10.9095 167.721 10.2823C311.958 8.65886 455.23 9.86794 598.857 11.4567' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-certificates .swiper-slide {
	height: auto;
}
.new-certificates .swiper-slide a {
	text-decoration: none;
	color: #212529;
}
.new-certificates .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px 12px;
}
.new-certificates .card-title {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
}
/*new-gallery*/
.new-gallery .title span {
	color: #ff7e20;
}
.new-gallery .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 364 16' fill='none' preserveAspectRatio='none'><path d='M16.0401 7.83086C30.0434 7.52246 43.9126 6.58163 57.908 6.17031C146.015 3.58086 233.844 4.38263 321.917 5.00383' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M1.0004 13.4491C34.6939 12.9436 68.1966 10.873 101.932 10.2275C189.25 8.55659 275.983 9.71855 362.931 11.2601' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-gallery-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-gallery-btn:hover,
.new-gallery-btn:focus,
.new-gallery-btn:focus-visible,
.new-gallery-btn:active {
	background-color: #FD9F5B !important;
	color: #fff !important;
}
/*new-faq*/
.new-faq .title {
	margin-bottom: 30px;
}
.new-faq .title span {
	color: #12a339;
}
.new-faq .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 604 16' fill='none' preserveAspectRatio='none'><path d='M26.0825 7.83969C49.3518 7.539 72.3977 6.60583 95.6536 6.20222C242.06 3.66137 388.006 4.51158 534.358 5.18136' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.996904 13.4501C56.9852 12.9631 112.656 10.911 168.714 10.2841C313.809 8.66138 457.934 9.87117 602.416 11.4606' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-faq .subtitle {
	max-width: 1223px;
	margin-bottom: 6px;
}
.new-faq .subtitle span {
	font-weight: 700;
	color: #12a339;
}
.new-faq .block-manager {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	border-radius: 6px;
	padding: 16px 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.new-faq .block-manager img {
	margin-right: 16px;
}
.new-faq .block-manager .block-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.new-faq .block-manager .block-text span {
	font-weight: 400;
}
.new-faq .accordion-item {
	border-radius: 6px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.new-faq .accordion-item:not(:last-child) {
	margin-bottom: 16px;
}
.new-faq .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #212529;
}
.new-faq .accordion-button span {
	transition: transform .3s ease-in-out;
}
.new-faq .accordion-button svg path {
	stroke: #12A339;
}
.new-faq .accordion-button:not(.collapsed) svg path {
	stroke: #fff;
}
.new-faq .accordion-button:not(.collapsed) {
	border-radius: 6px 6px 0 0;
	color: #fff;
	background-color: #12a339;
	box-shadow: unset;
}
.new-faq .accordion-button::after {
	content: unset;
}
.new-faq .accordion-button:not(.collapsed) span {
	transform: rotate(225deg);
}
.new-faq .accordion-body strong {
	color: #212529;
}
.new-faq-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 290px;
	width: 100%;
	height: 50px;
	padding: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #12A339;
}
.new-faq-btn:hover,
.new-faq-btn:focus-visible,
.new-faq-btn:active {
	color: #fff !important;
	background-color: #3DC963 !important;
}
/*new-how*/
.new-how .title {
	margin-bottom: 30px;
}
.new-how .title span {
	color: #ff7e20;
}
.new-how .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 364 16' fill='none' preserveAspectRatio='none'><path d='M16.0401 7.83086C30.0434 7.52246 43.9126 6.58163 57.908 6.17031C146.015 3.58086 233.844 4.38263 321.917 5.00383' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M1.0004 13.4491C34.6939 12.9436 68.1966 10.873 101.932 10.2275C189.25 8.55659 275.983 9.71855 362.931 11.2601' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-how .subtitle {
	max-width: 1154px;
}
.new-how .card {
	flex-direction: row;
	align-items: center;
	padding: 16px 14px;
	border: 1px solid #ff7e20;
	border-radius: 10px;
}
.new-how .card img {
	width: 98px;
	margin-right: 16px;
}
.new-how .card-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
.new-how .card-text {
	font-size: 14px;
	line-height: 130%;
}
.new-how .card-text span {
	font-weight: 600;
}
/*new-payment*/
.new-payment .title span {
	color: #12a339;
}
.new-payment .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197 16' fill='none' preserveAspectRatio='none'><path d='M9.08841 7.82498C16.5958 7.51116 24.0316 6.56497 31.5348 6.14824C78.7705 3.52472 125.856 4.29253 173.073 4.87968' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.998184 13.4491C19.0617 12.9306 37.0236 10.847 55.1098 10.1884C101.922 8.48382 148.42 9.61223 195.033 11.1201' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-payment .swiper-slide {
	height: auto;
}
.new-payment .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0.1)), to(rgba(18, 163, 57, 0.1)));
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(18, 163, 57, 0.1) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(18, 163, 57, 0.1) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(18, 163, 57, 0.1) 100%);
	background: #fff, linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(18, 163, 57, 0.1) 100%);
}
.new-payment .card-body {
	margin-bottom: 24px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.new-payment .card-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	letter-spacing: -0.01em;
}
.new-payment .card-text {
	font-size: 14px;
	line-height: 120%;
	opacity: 0.86;
}
.new-payment .card-footer {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.new-payment .card-footer ul li {
	padding: 8px 11px;
	border: 1px solid rgba(14, 51, 66, 0.12);
	border-radius: 10px;
}
.new-payment .card-footer ul {
	font-weight: 700;
	font-size: 10px;
	color: rgba(14, 51, 66, 0.85);
}
.new-payment .card-footer ul span {
	color: #ff7e20;
}
/*new-feedback-final*/
.new-feedback-final-fon {
	padding: 53px 48px 33px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/new-img/new-feedback-final.png);
	box-shadow: -4px 0 30px 0 rgba(0, 0, 0, 0.05);
}
.new-feedback-final form {
	max-width: 506px;
}
.new-feedback-final .form-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
}
.new-feedback-final .form-subtitle {
	margin-bottom: 24px;
	line-height: 130%;
}
.new-feedback-final .form-control {
	height: 60px;
	border-radius: 10px;
	padding: 10px 24px;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-feedback-final .form-control::placeholder {
	color: #d5d5d5;
}
.new-feedback-final .form-btn {
	width: 100%;
	height: 60px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	background-color: #ff7e20;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-feedback-final .form-btn:hover,
.new-feedback-final .form-btn:focus,
.new-feedback-final .form-btn:active {
	color: #fff !important;
	background-color: #FD9F5B !important;
}
/*new-contacts-home*/
.new-contacts-home .title span {
	color: #ff7e20;
}
.new-contacts-home .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16' fill='none' preserveAspectRatio='none'><path d='M9.22188 7.82693C16.8741 7.51313 24.4532 6.56696 32.1011 6.15025C80.2477 3.52685 128.241 4.2948 176.368 4.88207' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.997885 13.4501C19.4098 12.9318 37.7179 10.8486 56.1529 10.1903C103.868 8.48642 151.263 9.61558 198.774 11.1242' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-contacts-home select {
	width: max-content;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 9px 22px 9px 12px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-image: url(/assets/new-img/select-arr.svg);
}
.new-contacts-home .card {
	padding: 24px 16px;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(#ffeadb));
	background: -webkit-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: -moz-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: -o-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: linear-gradient(90deg, #fff 0%, #ffeadb 100%);
}
.new-contacts-home .card .div-list:not(:last-child) {
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	background-color: #fff;
}
.new-contacts-home .card .div-list:last-child {
	margin-bottom: 32px;
}
.new-contacts-home .card .div-list span:first-child {
	font-weight: 700;
	font-size: 14px;
}
.new-contacts-home .card .div-list span:last-child {
	font-size: 14px;
}
.new-contacts-home .card .block-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-contacts-home .block-text span:first-child {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #FF7E20;
	box-shadow: 0 0 0 6px rgba(255, 126, 32, 0.15);
}
.new-contacts-home .block-text span:last-child {
	font-weight: 700;
	font-size: 11px;
	white-space: nowrap;
}
.new-contacts-home .card .block-btn button {
	border-radius: 10px;
	margin-right: 16px;
	padding: 13px 15px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	box-shadow: 0 10px 25px 0 rgba(37, 99, 235, 0.22);
	background: #FF7E20;
}
.new-contacts-home .card .block-btn a {
	border-radius: 10px;
	padding: 13px 15px;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	box-shadow: 0 10px 25px 0 rgba(37, 99, 235, 0.22);
	background: -webkit-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: -moz-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: -o-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
}
.new-contacts-home .card .block-btn a:not(:last-child) {
	margin-right: 16px;
	background: -webkit-linear-gradient(226deg, #9b30de 0%, #232dba 50%, #41ceff 100%);
	background: -moz-linear-gradient(226deg, #9b30de 0%, #232dba 50%, #41ceff 100%);
	background: -o-linear-gradient(226deg, #9b30de 0%, #232dba 50%, #41ceff 100%);
	background: linear-gradient(226deg, #9b30de 0%, #232dba 50%, #41ceff 100%);
}
.new-contacts-home iframe {
	max-height: 380px;
	border-radius: 10px;
}
.new-contacts-home .text-bottom strong {
	color: #212529;
}
/*new-footer*/
.new-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.new-footer .footer-phone  {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.new-footer .footer-phone:hover,
.new-footer .footer-phone:focus,
.new-footer .footer-phone:active {
	color: #12a339;
}
.new-footer .footer-work {
	font-size: 14px;
	color: #fff;
}
.new-footer .footer-address {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.new-footer .footer-address:hover,
.new-footer .footer-address:focus,
.new-footer .footer-address:active {
	color: #12a339;
}
.new-footer .footer-mail {
	text-decoration: none;
	color:#12a339;
}
.new-footer .footer-mail:hover,
.new-footer .footer-mail:focus,
.new-footer .footer-mail:active {
	color: #3dc963;
}
.new-footer .footer-list-menu {
	font-size: 14px;
}
.new-footer .footer-list-menu li:not(:last-child) {
	margin-bottom: 8px;
}
.new-footer .footer-list-menu li a:hover,
.new-footer .footer-list-menu li a:focus,
.new-footer .footer-list-menu li a:active {
	text-decoration: none;
	color: #12a339;
}
.new-footer .footer-list-menu .link-active {
	color: #12a339;
}
.new-footer .footer-rek {
	font-size: 14px;
}
.new-footer .list-policy li a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.new-footer .list-policy li a:hover,
.new-footer .list-policy li a:focus,
.new-footer .list-policy li a:active {
	color: #12a339;
}
.new-footer .footer-bottom-desc,
.new-footer .footer-bottom-copy,
.new-footer .footer-bottom-develop {
	font-size: 14px;
	line-height: 1;
}
.new-footer .footer-bottom-develop a:hover,
.new-footer .footer-bottom-develop a:focus,
.new-footer .footer-bottom-develop a:active {
	color: #12a339;
}
/*new-additional-services*/
.new-additional-services .title {
	margin-bottom: 30px;
}
.new-additional-services .title span {
	color: #12a339;
}
.new-additional-services .title span::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 16' fill='none' preserveAspectRatio='none'><path d='M6.50715 7.82302C11.6265 7.5072 16.6972 6.55905 21.8137 6.14032C54.0243 3.50428 86.1316 4.25961 118.328 4.83423' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.9953 13.4482C13.3129 12.9248 25.5616 10.8365 37.8947 10.1731C69.8164 8.45609 101.523 9.57217 133.307 11.0677' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-additional-services .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 234, 219, 0.5) 100%), #fff;
}
.new-additional-services .card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0 0;
}
.new-additional-services .card-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
.new-additional-services .card-price {
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
.new-additional-services .block-img {
	position: relative;
}
.new-additional-services .btn-popup {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #ff7e20;
}
.new-additional-services .btn-popup:hover,
.new-additional-services .btn-popup:focus,
.new-additional-services .btn-popup:focus-visible,
.new-additional-services .btn-popup:active {
	color: #fff !important;
	background-color: #fd9f5b;
}
.tooltip-inner {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #000;
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
	background: #fff;
}
/*feedback-radio*/
.feedback-radio form {
	padding: 30px;
	border: 1px solid #cfcfcf;
	border-radius: 24px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background: #fff;
}
.feedback-radio .form-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.feedback-radio .form-title span {
	color: #12A339;
}
.feedback-radio .form-subtitle {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: max-content;
	padding: 4px 8px;
	line-height: 120%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #FF7E20;
}
.feedback-radio form .label-radio {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	font-weight: 700;
	line-height: 1.2;	
}
.feedback-radio form .label-radio .radio-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1.5px solid #525252;
}
.feedback-radio form .label-radio .radio-custom::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent;
}
.feedback-radio form input[type="radio"] {
	display: none;
}
.feedback-radio form input[type="radio"]:checked + .label-radio {
	border-color: #ff7e20;
}
.feedback-radio form input[type="radio"]:checked + .label-radio .radio-custom {
	border-color: #ff7e20;
}
.feedback-radio form input[type="radio"]:checked + .label-radio .radio-custom::before {
	background-color: #ff7e20;
}
.feedback-radio-man {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*new-best-company*/
.new-best-company-fon {
	padding: 36px 40px;
	border-radius: 10px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background: #fff;
}
.new-best-company .block-text {
	font-size: 18px;
	line-height: 120%;
}
.new-best-company .block-text span {
	font-weight: 700;
}
.new-best-company-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #ff7e20;
}
.new-best-company-btn:hover,
.new-best-company-btn:focus,
.new-best-company-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.new-best-company-btn svg {
	margin-right: 6px;
}
/*new-block-social*/
.new-block-social .block-fon {
	position: relative;
	padding: 48px 64px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-block-social .block-fon::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	filter: blur(10px);
	background: radial-gradient(50.69% 49.04% at 60% 95%, rgba(236, 70, 108, 0.18) 0%, rgba(236, 70, 108, 0) 60%), radial-gradient(54.91% 53.12% at 80% 30%, rgba(255, 126, 32, 0.2) 0%, rgba(255, 126, 32, 0) 60%), radial-gradient(54.91% 61.3% at 20% 25%, rgba(255, 126, 32, 0.22) 0%, rgba(255, 126, 32, 0) 60%);
	opacity: 0.9;
}
.new-block-social .row {
	z-index: 2;
}
.new-block-social .tile {
	display: flex;
	align-items: center;
	width: max-content;
	margin-bottom: 16px;
	padding: 7px 8px;
	border: 1px solid rgba(14, 51, 66, 0.12);
	border-radius: 999px;
	font-weight: 700;
	font-size: 11px;
	backdrop-filter: blur(8px);
	background: #fff;
}
.new-block-social .tile .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #FF7E20;
	box-shadow: 0 0 0 6px rgba(255, 126, 32, 0.15);
}
.new-block-social-title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 27px;
	line-height: 125%;
	letter-spacing: -0.02em;
}
.new-block-social-title span {
	position: relative;
	color: #ff7e20;
}
.new-block-social-title span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 216 16' fill='none' preserveAspectRatio='none'><path d='M9.88879 7.82806C18.1641 7.51478 26.3603 6.56913 34.6309 6.15293C86.6979 3.53281 138.6 4.304 190.646 4.89455' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M0.996599 13.4502C20.9077 12.9331 40.7066 10.8511 60.6427 10.1941C112.243 8.49343 163.497 9.62581 214.877 11.1377' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");

	pointer-events: none;
}
.new-block-social-subtitle {
	max-width: 500px;
	margin-bottom: 16px;
	line-height: 1.2;
}
.new-block-social .block-link {
	display: flex;
	align-items: center;
}
.new-block-social .block-link a {
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: #fff;
}
.new-block-social .block-link a .left {
	display: flex;
	align-items: center;
}
.new-block-social .block-link a .left img {
	margin-right: 14px;
}
.new-block-social .block-link a .left .text {
	display: flex;
	flex-direction: column;
}
.new-block-social .block-link a .left .text span:first-child {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}
.new-block-social .block-link a .left .text span:last-child {
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}
.new-block-social .block-link a .right {
	margin-left: auto;
	font-size: 18px;
	font-weight: 700;
}
.new-block-social .block-link a:first-child {
	margin-right: 12px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1), 0 12px 22px 0 rgba(14, 51, 66, 0.14);
	background: -webkit-linear-gradient(165deg, #3b74d8 0%, #649ae8 100%);
	background: -moz-linear-gradient(165deg, #3b74d8 0%, #649ae8 100%);
	background: -o-linear-gradient(165deg, #3b74d8 0%, #649ae8 100%);
	background: linear-gradient(165deg, #3b74d8 0%, #649ae8 100%);
}
.new-block-social .block-link a:last-child {
	margin-right: 12px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1), 0 12px 22px 0 rgba(14, 51, 66, 0.14);
	background: -webkit-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: -moz-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: -o-linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
	background: linear-gradient(165deg, #00d9c8 0%, #22b3f2 100%);
}
/*new-calc*/
.gy-32 {
	--bs-gutter-y: 32px;
}
.new-calc .title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.new-calc .title span {
	color: #FF7E20;
}
.new-calc .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22251%22%20height%3D%2214%22%20viewBox%3D%220%200%20251%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.97656%206.68701C75.9844%206.68701%20170.484%204.50488%20219.484%202.50486%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.995639%2012.1468C91.98%2012.1471%20164.518%2010.1148%20249.481%208.0048%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-calc-block-btn {
	padding-top: 4px;
	border-radius: 12px;
	border: 1px solid #FDBC8D;
	background-color: #f4f4f4;
}
.new-calc-block-btn-light .new-calc-btn,
.new-calc-block-btn-exterior .new-calc-btn,
.new-calc-block-btn-pol .new-calc-btn,
.new-calc-block-btn-glass .new-calc-btn,
.new-calc-block-btn-uteplenie .new-calc-btn {
	padding-bottom: 17px;
}
.new-calc-block-btn-utep {
	padding-bottom: 71px;
}
.new-calc-block-btn-title {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.new-calc-btn {
	transition: all .3s;
	position: relative;
	height: 100%;
	padding: 2px 4px 4px;
	border-radius: 12px;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}
.new-calc-btn-subtitle {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}
.new-calc-btn-close {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
}
.new-calc-btn.active {
	background-color: #DCDCDC;
}
.new-calc-btn.active .new-calc-btn-close {
	display: block;
}
.new-calc-btn.active .new-calc-btn-subtitle {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.new-calc .block-img {
	max-width: 344px;
	margin: 0 auto;
}
.new-calc-utep {
	left: 0;
}
.new-calc-walls {
	left: 15px;
}
.new-calc-floor {
	left: 0;
	bottom: 5px;
}
.new-calc-ceiling {
	left: 0;
}
.new-calc-exterior {
	left: 0;
}
.new-calc-furniture {
	left: 0;
}
.new-calc-input {
	width: 100%;
	padding: 6.5px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FF7E20;
	outline: none;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
}
.new-calc-utep-btn {
	position: relative;
	padding: 6px 6px 6px 28px;
	border-radius: 8px;
	background-color: transparent;
	background-image: url(/assets/img/calc/btn-img/radio.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.new-calc-utep-btn.active {
	background-color: #dcdcdc;
	background-image: url(/assets/img/calc/btn-img/radio-check.png);
}
.new-calc-utep-btn.active .new-calc-btn-close {
	display: block;
}
.new-calc-utep-btn.active .new-calc-btn-subtitle {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.new-calc .block-price {
	padding-top: 13px;
}
.new-calc-price-title {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.new-calc-price {
	margin-bottom: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #FF7E20;
}
.new-calc-price span {
	font-size: 32px;
	font-weight: 800;
}
.new-calc-btn-price {
	width: 100%;
	padding: 9px 8px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	background-color: #12A339;
}
.new-calc-btn-price:hover,
.new-calc-btn-price:focus,
.new-calc-btn-price:active {
	background-color: #36b157 !important;
	color: #fff !important;
}
.new-calc .new-calc-switch {
	transition: all .3s;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 14px;
	margin-bottom: -3px;
	margin-left: 4px;
	border-radius: 7px;
	background-color: #D9D9D9;
}
.new-calc .new-calc-switch-pill {
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #6C757D;
}
.new-calc .new-calc-switch.active {
	transition: all .3s;
	background-color: #C7E4CF;
}
.new-calc .new-calc-switch.active .new-calc-switch-pill {
	left: unset;
	right: 0;
	background-color: #12A339;
}
.new-calc .reklama-text {
	border-radius:10px;
	padding:4px 15px;
	background-color:#FF7E20;
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:1.2;
	margin-bottom:16px;
}
@media(max-width:1399.98px) {
	.new-calc .title {
		font-size: 30px;
	}
	.new-calc .reklama-text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.new-calc .block-price {
		padding-top: 26px;
	}
}
@media(max-width:1199.98px) {
	.gy-32 {
		--bs-gutter-y: 16px;
	}
	.new-calc .title {
		margin-bottom: 16px;
	}
	.new-calc .block-img {
		max-width: 278px;
	}
	.new-calc-price {
		margin-bottom: 4px;
	}
	.new-calc-price span {
		font-size: 42px;
	}
	.new-calc .block-price {
		padding-top: unset;
	}
	.new-calc .reklama-text {
		font-size: 18px;
		margin-bottom: 0;
	}
}
@media(max-width:767.98px) {
	.new-calc-block-btn-title {
		margin-bottom: 4px;
		line-height: 1;
	}
}
@media(max-width:575.98px) {
	.gy-32 {
		--bs-gutter-y: 8px;
	}
	.new-calc .title {
		font-size: 24px;
	}
	.new-calc-btn {
		padding: 0 0 4px;
	}
	.new-calc-btn-img {
		max-width: 20px;
	}
	.new-calc-block-btn-title {
		margin-bottom: 4px;
		font-size: 9px;
		line-height: 1;
	}
	.new-calc-btn-subtitle {
		font-size: 10px;
	}
	.new-calc-utep-btn {
		padding: 22px 4px 4px;
		text-align: center;
		background-position: center top;
	}
	.new-calc-price {
		font-size: 12px;
	}
	.new-calc-price span {
		font-size: 17px;
	}
	.new-calc-price-title {
		font-size: 12px;
	}
	.new-calc .block-img {
		max-width: 145px;
	}
	/*.new-calc .new-calc-switch {
		display: none;
	}*/
	.new-calc-btn-price {
		font-size: 15px;
	}
}
/*new-otdelka-type*/
.new-otdelka-type .title span {
	color: #FF7E20;
}
.new-otdelka-type .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22607%22%20height%3D%2216%22%20viewBox%3D%220%200%20607%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M24.1406%207.86816C177.131%207.96316%20435.44%206.76305%20605.692%206.8687%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1%2012.9941C239.694%2011.6413%20312.517%2012.1875%20543.051%2011.4535%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-otdelka-type .card {
	border: 0;
	border-radius: 5px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-otdelka-type .card img {
	max-width: 310px;
	width: 100%;
    margin: 0 auto;
}
.new-otdelka-type .card-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
}
.new-otdelka-type .my-card-table {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
}
.new-otdelka-type .my-card-table tr td:first-child {
	display: flex;
	align-items: center;
	padding: 5px 8px 5px 0;
}
.new-otdelka-type .my-card-table tr td:last-child {
	font-weight: 600;
	padding: 5px 0 5px 8px;
}
.new-otdelka-type .btn-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	padding: 0;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background-color: #12a339;
}
.new-otdelka-type .btn-popup:hover,
.new-otdelka-type .btn-popup:focus,
.new-otdelka-type .btn-popup:active {
	color: #fff !important;
	background-color: #3dc963 !important;
}
.new-otdelka-type .card-footer {
	display: flex;
	justify-content: center;
	padding: 0 16px 16px;
	border: 0;
	background-color: transparent;
}
.new-otdelka-type .type-btn {
	padding: 8px 16px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #12a339;
}
.new-otdelka-type .type-btn:hover,
.new-otdelka-type .type-btn:focus,
.new-otdelka-type .type-btn:active {
	color: #fff;
	background-color: #3DC963;
}
/*new-finishing-options*/
.new-finishing-options .title span {
	color: #12a339;
} 
.new-finishing-options .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22197%22%20height%3D%2216%22%20viewBox%3D%220%200%20197%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.09626%207.82498C16.6113%207.51116%2024.0546%206.56498%2031.5654%206.14825C78.8491%203.52478%20125.982%204.29263%20173.247%204.87982%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.998168%2013.4491C19.08%2012.9306%2037.0601%2010.8471%2055.1646%2010.1885C102.025%208.4839%20148.57%209.61236%20195.229%2011.1203%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-finishing-options .swiper-slide {
	height: auto;
}
.new-finishing-options .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
	color: #353535;
}
.new-finishing-options .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
}
.new-finishing-options .card-text {
	max-width: 245px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 139%;
}
.new-finishing-options .card-list ul {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.new-finishing-options .card-list ul li {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 18px;
	background-size: 18px;
	background-image: url(/assets/new-img/list-marker.svg);
}
.new-finishing-options .card-list ul li:not(:last-child) {
	margin-bottom: 6px;
}
/*what-included-decoration*/
.what-included-decoration .title {
	margin-bottom: 30px;
}
.what-included-decoration .title span {
	color:  #12a339;
}
.what-included-decoration .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22418%22%20height%3D%2216%22%20viewBox%3D%220%200%20418%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.2605%207.83282C34.3419%207.52615%2050.2692%206.58704%2066.3414%206.17745C167.523%203.59889%20268.386%204.41153%20369.529%205.04363%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.995924%2013.4501C39.6895%2012.9509%2078.1639%2010.8866%20116.906%2010.2474C217.182%208.59287%20316.786%209.77109%20416.636%2011.3289%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.what-included-decoration .card {
	flex-direction: row;
	align-items: start;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(#ffeadb));
	background: -webkit-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: -moz-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: -o-linear-gradient(90deg, #fff 0%, #ffeadb 100%);
	background: linear-gradient(90deg, #fff 0%, #ffeadb 100%);
}
.what-included-decoration .card-body {
	padding: 0;
	margin-right: 15px;
}
.what-included-decoration .card-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
.what-included-decoration .card-text {
	font-size: 14px;
	line-height: 140%;
}
/*new-actions*/
.new-actions .title {
	margin-bottom: 30px;
}
.new-actions .title span {
	color: #12a339;
}
.new-actions .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22444%22%20height%3D%2216%22%20viewBox%3D%220%200%20444%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.3588%207.8338C36.4244%207.52795%2053.3264%206.58965%2070.3822%206.18088C177.756%203.60749%20284.792%204.42527%20392.126%205.06253%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.994083%2013.4486C42.0557%2012.9492%2082.8845%2010.8848%20123.998%2010.2454C230.41%208.59041%20336.11%209.76818%20442.072%2011.3255%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-actions .swiper-slide {
	height: auto;
}
.new-actions .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
}
.new-actions .card .block-img {
	position: relative;
}
.new-actions .card .block-img .tile-img {
	position: absolute;
	top: 16px;
	left: 16px;
	border-radius: 16px;
	padding: 11px 16px;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	background-color: #ff7e20;
}
.new-actions .card-body {
	padding: 16px 16px 12px;
}
.new-actions .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
}
.new-actions .card-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
}
.new-actions .card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 16px;
	border: 0;
	background-color: transparent;
}
.new-actions .new-actions-card-btn {
	border: 1px solid #12a339;
	border-radius: 10px;
	padding: 9px 24px;
	font-weight: 700;
	color: #fff;
	background-color: #12a339;
}
.new-actions .new-actions-card-btn:hover,
.new-actions .new-actions-card-btn:focus,
.new-actions .new-actions-card-btn:active {
	color: #fff;
	background-color: #3dc963;
}
.new-actions .card-footer span {
	font-weight: 700;
	color: #ff7e20;
	text-align: right;
}
.new-actions .new-actions-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-actions .new-actions-btn:hover,
.new-actions .new-actions-btn:focus,
.new-actions .new-actions-btn:active {
	color: #fff;
	background-color: #fd9f5b;
}
/*complete-solution*/
.complete-solution .title {
	margin-bottom: 30px;
}
.complete-solution .title span {
	color: #ff7e20;
}
.complete-solution .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22347%22%20height%3D%2215%22%20viewBox%3D%220%200%20347%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.1797%207.85986C101.339%207.89999%20248.499%206.60723%20345.492%206.65182%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1%2012.9937C136.985%2011.5552%20178.473%2012.0753%20309.809%2011.2586%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.complete-solution .card {
	border-radius: 10px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.complete-solution .card .block-img {
	position: relative;
	padding: 16px;
}
.complete-solution .card .block-title {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 10px;
}
.complete-solution .card-title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	text-shadow: 1px 1px 25px #000;
}
.complete-solution .card-title span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.complete-solution .card-btn {
	border-radius: 5px;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	background-color: #009027;
}
.complete-solution .card-btn:hover,
.complete-solution .card-btn:focus,
.complete-solution .card-btn:active {
	color: #fff !important;
	background-color: #3DC963 !important;
}
.complete-solution .card-body {
	margin: 4px 16px 8px;
	padding: 7px 13px;
	border: 1px solid #e2e3e5;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.02) 0%, rgba(2, 6, 23, 0) 100%);
}
.complete-solution .my-card-table {
	margin-bottom: 5px;
	font-size: 14px;
}
.complete-solution .my-card-table tr td:first-child {
	padding: 5px 5px 5px 0;
	border: 0;
	line-height: 1;
	vertical-align: middle;
}
.complete-solution .my-card-table tr td:last-child {
	padding: 5px 0 5px 5px;
	border: 0;
	font-size: 18px;
	line-height: 1;
	color: #12a339;
}
.complete-solution .card-accent {
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	color: #ff7e20;
}
.complete-solution .card-footer {
	padding: 0 16px 16px;
	border: 0;
	background-color: transparent;
}
.complete-solution .card-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
/*new-banner-bottom*/
.new-banner-bottom .card {
	padding: 14px;
	border: 1px solid #cfcfcf;
	border-radius: 19px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: border-color .3s ease-in-out;
}
.new-banner-bottom .card .block-img {
	position: relative;
	margin-bottom: 12px;
	text-align: center;
}
.new-banner-bottom .card:hover {
	border-color: #ff7e20;
}
.new-banner-bottom .card .block-img .img-marker {
	position: absolute;
	top: 0;
	left: 0;
}
.new-banner-bottom .card .block-img span {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 65px;
	line-height: .7;
	opacity: 0.1;
}
.new-banner-bottom .card-title {
	max-width: 325px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
.new-banner-bottom .card-title .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
	padding: 1.5px;
	border: 0;
	border-radius: 5px;
	outline: 0;
}
.new-banner-bottom .card-1 .card-title .btn {
	background-color: #ff7e20;
}
.new-banner-bottom .card-3 .card-title .btn {
	background-color: #12a339;
}
.new-banner-bottom .card-1 {
	background-image: url(/assets/new-img/new-banner-bottom-bg-1.png);
}
.new-banner-bottom .card-2 {
	background-image: url(/assets/new-img/new-banner-bottom-bg-2.png);
}
.new-banner-bottom .card-3 {
	background-image: url(/assets/new-img/new-banner-bottom-bg-2.png);
}
.new-banner-bottom .card-4 {
	background-image: url(/assets/new-img/new-banner-bottom-bg-1.png);
}
.new-banner-bottom .card-1 img,
.new-banner-bottom .card-2 img {
	max-width: 101px;
}
.new-banner-bottom .card-3 img {
	max-width: 195px;
}
.new-banner-bottom .card-4 img {
	max-width: 168px;
}
.new-banner-bottom .card-1 .card-title span {
	color: #ff7e20;
}
.new-banner-bottom .card-2 .card-title span {
	color: #12a339;
}
.new-banner-bottom .card-3 .card-title span {
	color: #12a339;
}
.new-banner-bottom .card-4 .card-title span {
	color: #ff7e20;
}
/*functional-solutions*/
.functional-solutions .title {
	margin-bottom: 30px;
}
.functional-solutions .title span {
	color: #ff7e20;
}
.functional-solutions .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22364%22%20height%3D%2216%22%20viewBox%3D%220%200%20364%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.0401%207.83086C30.0434%207.52246%2043.9126%206.58163%2057.908%206.17031C146.015%203.58086%20233.844%204.38263%20321.917%205.00383%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.0004%2013.4494C34.6939%2012.9438%2068.1966%2010.8733%20101.932%2010.2277C189.25%208.55684%20275.983%209.71879%20362.931%2011.2603%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.functional-solutions .card {
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.functional-solutions .card-body {
	padding: 20px 0 16px;
}
.functional-solutions .card-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}
.functional-solutions .card-text {
	font-size: 14px;
	line-height: 140%;
	color: #3f3f3f;
}
.functional-solutions .card-footer {
	padding: 0 16px;
	border: 0;
	background-color: transparent;
}
.functional-solutions-card-btn {
	padding: 9px 29px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.functional-solutions-card-btn:hover,
.functional-solutions-card-btn:focus,
.functional-solutions-card-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.functional-solutions-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.functional-solutions-btn:hover,
.functional-solutions-btn:focus,
.functional-solutions-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
/*new-reviews*/
.new-reviews .title span {
	color:  #ff7e20;
}
.new-reviews .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22159%22%20height%3D%2216%22%20viewBox%3D%220%200%20159%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.39851%207.86138C43.2944%203.0371%20104.383%206.53857%20141.388%205.53818%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.998192%2013.4899C54.3828%207.03857%20105.389%2015.0397%20157.391%2011.1178%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-reviews .swiper {
	overflow: hidden !important;
}
.new-reviews-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-reviews-btn:hover,
.new-reviews-btn:focus,
.new-reviews-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
/*new-price-case*/
.new-price-case .title {
	margin-bottom: 30px;
}
.new-price-case .title span {
	color: #12a339;
}
.new-price-case .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22335%22%20height%3D%2216%22%20viewBox%3D%220%200%20335%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.8161%207.82988C27.688%207.52053%2040.4365%206.57877%2053.3011%206.16651C134.289%203.57112%20215.021%204.36698%20295.978%204.98225%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.994773%2013.4491C31.9658%2012.9435%2062.7616%2010.8728%2093.7714%2010.2271C174.034%208.55594%20253.759%209.71759%20333.68%2011.2588%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-price-case .card {
	border-radius: 10px;
	padding: 16px;
	border: 0;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-price-case .card .swiper {
	overflow: hidden !important;
}
.new-price-case .card .swiper-slide {
	border-radius: 5px;
	overflow: hidden;
	opacity: 1;
}
.new-price-case .card-body {
	padding: 20px 0;
}
.new-price-case .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}
.new-price-case .card-address {
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
}
.new-price-case .card-data {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 120%;
	color: #606060;
}
.new-price-case .my-card-table {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
}
.new-price-case .my-card-table td {
	padding: 5px 8px;
	border: 0;
	vertical-align: middle;
}
.new-price-case .my-card-table tr td:last-child {
	color: #12a339;
}
.new-price-case .my-card-table tr:nth-child(even) td:first-child {
	border-radius: 5px 0 0 5px;
	background-color: #f2f2f2;
}
.new-price-case .my-card-table tr:nth-child(even) td:last-child {
	border-radius: 0 5px 5px 0;
	background-color: #f2f2f2;
}
.new-price-case .card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.new-price-case .card-price {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%
}
.new-price-case .card-price span {
	font-weight: 700;
	font-size: 22px;
	line-height: 100%
}
.new-price-case .new-card-btn {
	padding: 7px 10px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-price-case .new-card-btn:hover,
.new-price-case .new-card-btn:focus,
.new-price-case .new-card-btn:active {
	color: #fff;
	background-color: #fd9f5b;
}
.new-price-case-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-price-case-btn:hover,
.new-price-case-btn:focus,
.new-price-case-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.new-price-case .btn-spoiler-card {
	padding: 0;
	padding-right: 14px;
	border: 0;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	color: #FF7E20;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/assets/new-img/dropdown-arr.svg);
}
.new-price-case .btn-spoiler-card:hover,
.new-price-case .btn-spoiler-card:focus-visible,
.new-price-case .btn-spoiler-card:active {
	color: #FD9F5B;
}
.new-price-case .spiler-text-hide-card {
    position: relative;
    max-height: 0;
    margin-top: 9px;
    overflow: hidden;
    transition: 0.3s;
}
.new-price-case .spiler-text-hide-card table {
	font-size: 14px;
}
.new-price-case .spiler-text-hide-card table tr td:first-child {
	padding: 3px 3px 3px 28px;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/table-check.svg);
}
.new-price-case .spiler-text-hide-card table tr td:last-child {
	width: 30%;
	padding: 3px 0 3px 3px;
	white-space: nowrap;
	font-weight: 400;
	color: #212529;
}
.new-price-case .spiler-text-hide-card .my-card-table tr:nth-child(even) td:first-child {
	background-color: transparent;
}
.new-price-case .spiler-text-hide-card .my-card-table tr:nth-child(even) td:last-child {
	background-color: transparent;
}
.new-price-case .text-bottom {
	font-size: 12px;
	line-height: 1.2;
}
/*new-quiz*/
.new-quiz-fon {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/new-img/new-quiz-fon.png);
}
.new-quiz-fon .img-circle {
	position: absolute;
	right: 23px;
	bottom: -27px;
}
.new-quiz-btn {
	color: #fff;
	background-color: #12a339;
}
.new-quiz-btn:hover,
.new-quiz-btn:focus,
.new-quiz-btn:active {
	color: #fff !important;
	background-color: #3dc963 !important;
}
/*new-tabs-materials*/
.new-tabs-materials .title span {
	color: #12a339;
}
.new-tabs-materials .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22351%22%20height%3D%2216%22%20viewBox%3D%220%200%20351%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.4909%207.83086C28.99%207.52203%2042.3599%206.58079%2055.8514%206.16905C140.786%203.57695%20225.453%204.37609%20310.355%204.99465%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.993471%2013.4501C33.4739%2012.9457%2065.7705%2010.8763%2098.2915%2010.2319C182.466%208.56394%20266.076%209.72883%20349.892%2011.2733%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-tabs-materials .nav-tabs {
	margin-bottom: 24px;
	border: 0;
}
.new-tabs-materials .nav-item:not(:last-child) {
	margin-right: 8px;
}
.new-tabs-materials .nav-link {
	padding: 13px 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	font-weight: 600;
	color: #212529;
	background-color: #fff;
}
.new-tabs-materials .nav-link.active {
	border-color: #ff7e20;
	color: #fff;
	background-color: #ff7e20;
}
.new-tabs-materials .card-border {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
	background: #fff;
}
.new-tabs-materials .tab-pane h3 {
	font-size: 18px;
	font-weight: 600;
	color: #212529;
}
.new-tabs-materials .tab-pane p strong {
	font-size: 18px;
	font-weight: 600;
	color: #212529;
}
.new-tabs-materials .tab-pane .spiler-text-hide {
	position: relative;
	max-height: 105px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: 0.3s;
}
.new-tabs-materials .tab-pane button {
	margin-bottom: 24px;
	padding: 0;
	border: 0;
	outline: none;
	color: #ff7e20;
}
.new-tabs-materials .tab-pane button:hover,
.new-tabs-materials .tab-pane button:focus,
.new-tabs-materials .tab-pane button:active {
	color:  #fd9f5b;
}
.new-tabs-materials .tab-pane ul {
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
}
.new-tabs-materials .tab-pane .block-price {
	display: flex;
	align-items: center;
}
.new-tabs-materials .tab-pane .price {
	margin-right: 24px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
.new-tabs-materials .tab-pane .block-price .btn-raschet {
	margin-bottom: 0;
	padding: 9px 16px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #12a339;
}
.new-tabs-materials .tab-pane .block-price .btn-raschet:hover,
.new-tabs-materials .tab-pane .block-price .btn-raschet:focus,
.new-tabs-materials .tab-pane .block-price .btn-raschet:active {
	color: #fff !important;
	background-color: #3DC963 !important;
}
.tabs-scroll{
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.tabs-scroll::-webkit-scrollbar {
	display:none; 
}
.tabs-scroll .nav{
	flex-wrap: nowrap;
	white-space: nowrap;
}
.tabs-scroll .nav-item{
	flex: 0 0 auto;
}
/*new-tabs-insulation*/
.new-tabs-insulation .title span {
	color: #ff7e20;
}
.new-tabs-insulation .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22227%22%20height%3D%2216%22%20viewBox%3D%220%200%20227%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.3125%207.82694C18.9866%207.51409%2027.5778%206.56886%2036.247%206.1531C90.8234%203.5357%20145.227%204.30961%20199.781%204.90288%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.995776%2013.4501C21.8665%2012.9339%2042.6195%2010.8527%2063.5164%2010.1964C117.604%208.49786%20171.328%209.6323%20225.185%2011.1462%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
/*new-tabs-cold-hot-balcon*/
.new-tabs-cold-hot-balcon .title {
	margin-bottom: 30px;
}
.new-tabs-cold-hot-balcon .title span {
	color: #ff7e20;
}
.new-tabs-cold-hot-balcon .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22242%22%20height%3D%2216%22%20viewBox%3D%220%200%20242%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.948%207.82596C20.2153%207.51361%2029.394%206.56887%2038.656%206.1536C96.9645%203.53932%20155.088%204.31633%20213.373%204.9127%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.994552%2013.4491C23.2925%2012.9341%2045.4646%2010.8541%2067.7906%2010.199C125.577%208.50353%20182.975%209.64104%20240.515%2011.158%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-tabs-cold-hot-balcon .nav-tabs {
	margin-bottom: 16px;
	border: 0;
}
.new-tabs-cold-hot-balcon .nav-item:not(:last-child) {
	margin-right: 5px;
}
.new-tabs-cold-hot-balcon .nav-link {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 10px 16px;
	color: #212529;
}
.new-tabs-cold-hot-balcon .nav-item:first-child .nav-link.active {
	color: #fff;
	background-color: #2f74d6;
	border-color: #2f74d6;
}
.new-tabs-cold-hot-balcon .nav-item:first-child .nav-link:hover,
.new-tabs-cold-hot-balcon .nav-item:first-child .nav-link:focus,
.new-tabs-cold-hot-balcon .nav-item:first-child .nav-link:active {
	color: #fff;
	background-color: #2f74d6;
	border-color: #2f74d6;
}
.new-tabs-cold-hot-balcon .nav-item:last-child .nav-link.active {
	color: #fff;
	background-color: #ff7e20;
	border-color: #ff7e20;
}
.new-tabs-cold-hot-balcon .nav-item:last-child .nav-link:hover,
.new-tabs-cold-hot-balcon .nav-item:last-child .nav-link:focus,
.new-tabs-cold-hot-balcon .nav-item:last-child .nav-link:active {
	color: #fff;
	background-color: #ff7e20;
	border-color: #ff7e20;
}
.new-tabs-cold-hot-balcon .div-table {
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
}
.new-tabs-cold-hot-balcon .my-card-table {
	margin-bottom: 0;
	font-size: 14px;
}
.new-tabs-cold-hot-balcon .my-card-table td,
.new-tabs-cold-hot-balcon .my-card-table th {
	padding: 5px 16px;
}
.new-tabs-cold-hot-balcon .my-card-table th {
	background-color: #f2f2f2;
}
.new-tabs-cold-hot-balcon .my-card-table tr th:first-child {
	font-size: 16px;
}
.new-tabs-cold-hot-balcon .tab-pane:first-child .my-card-table tr th:last-child {
	padding-left: 19px;
	color: #2f74d6;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/cold.svg);
}
.new-tabs-cold-hot-balcon .tab-pane:last-child .my-card-table tr th:last-child {
	padding-left: 19px;
	color: #ff7e20;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/hot.svg);
}
.new-tabs-cold-hot-balcon .my-card-table td {
	height: 48px;
	vertical-align: middle;
}
.new-tabs-cold-hot-balcon .my-card-table tr td:first-child {
	white-space: nowrap;
	font-weight: 600;
}
.new-tabs-cold-hot-balcon .my-card-table tr td:last-child {
	text-align: left;
}
.new-tabs-cold-hot-balcon .tab-pane button {
	border-radius: 10px;
	padding: 11px 24px;
	font-weight: 600;
	color: #fff;
}
.new-tabs-cold-hot-balcon .tab-pane:first-child button {
	background-color: #2f74d6;
}
.new-tabs-cold-hot-balcon .tab-pane:first-child button:hover,
.new-tabs-cold-hot-balcon .tab-pane:first-child button:focus,
.new-tabs-cold-hot-balcon .tab-pane:first-child button:active {
	background-color: #5d93e0;
	color: #fff;
}
.new-tabs-cold-hot-balcon .tab-pane:last-child button {
	background-color: #ff7e20;
}
.new-tabs-cold-hot-balcon .tab-pane:last-child button:hover,
.new-tabs-cold-hot-balcon .tab-pane:last-child button:focus,
.new-tabs-cold-hot-balcon .tab-pane:last-child button:active {
	background-color: #fd9f5b;
	color: #fff;
}
/*new-articles*/
.new-articles .title span {
	color: #12a339;
}
.new-articles .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22144%22%20height%3D%2216%22%20viewBox%3D%220%200%20144%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.89943%207.82302C12.3797%207.50751%2017.8078%206.55965%2023.285%206.14122C57.7665%203.50707%2092.1375%204.26429%20126.604%204.84081%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.994555%2013.4501C14.1806%2012.9275%2027.2927%2010.8399%2040.4953%2010.1773C74.6675%208.46208%20108.609%209.58003%20142.635%2011.0774%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-articles-card-text {
	height: 90px;
	overflow: hidden;
}
.new-articles .swiper-slide {
	height: auto;
}
.new-articles .card {
	border: 0;
	border-radius: 10px;
	box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.06);
}
.new-articles .card-body {
    padding: 24px 12px 16px;
}
.new-articles .card-title {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 125%;
}
.new-articles .card-text {
	line-height: 1.4;
}
.new-articles .card-text p:last-child {
	margin-bottom: 0;
}
.new-articles .card-footer {
    padding: 0 12px 16px;
    border: 0;
    background-color: transparent;
}
.new-articles .blog-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: #fffefe;
	background-color: #ff7e20;
}
.new-articles .blog-btn:hover,
.new-articles .blog-btn:active {
	background-color: #ff974b !important;
	color: #fff;
}
.new-articles .block-author {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-articles .blog-author,
.new-articles .blog-data {
	font-weight: 500;
	text-decoration: none;
	color: #212529;
}
.new-articles .blog-time {
	color: #ff7e20;
}
.new-articles .blog-time img {
	margin-right: 8px;
}
.new-articles .articles-btn {
	width: 252px;
	padding: 10px;
	border: 1px solid #ff7e20;
	border-radius: 10px;
	font-weight: 700;
	color: #fff;
	background-color: #ff7e20;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-articles .articles-btn:hover,
.new-articles .articles-btn:active {
	background-color: #ff974b !important;
	color: #fff;
}
.new-articles .card-subtitle {
    position: absolute;
    top: calc(50% - 32px);
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: #ff7e20;
}
/*new-video-obzor*/
.new-video-obzor .title {
	margin-bottom: 30px;
}
.new-video-obzor .title span {
	color: #12a339;
}
.new-video-obzor .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22387%22%20height%3D%2211%22%20viewBox%3D%220%200%20387%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M367.538%201.79651C350.745%201.83993%20334.067%202.16716%20317.276%202.25668C211.57%202.82022%20106.438%201.86861%201.00076%200.996137%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M385.615%207.07677C281.417%208.23847%20158.124%207.89024%2067.064%207.24139%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-video-obzor .obzor-card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
}
.new-video-obzor .block-video {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.new-video-obzor .video-title {
	position: absolute;
	bottom: 30px;
	left: 7px;
	right: 7px;
	margin-bottom: 0;
	padding: 7px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #FF7E20;
	background-color: #fff;
}
.new-video-obzor .big-play {
	position: absolute;
	top: 60px;
	max-width: 80px;
    left: calc(50% - 40px);
}
.new-video-obzor .obzor-card .card-body {
	padding: 16px 12px 24px;
}
.new-video-obzor .obzor-card .card-title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 18px;
}
.new-video-obzor .obzor-card .my-card-table tr td:first-child {
	padding: 2px 2px 2px 28px;
	border: 0;
	font-size: 12px;
	font-weight: 500;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/table-check.svg);
}
.new-video-obzor .obzor-card .my-card-table tr td:last-child {
	padding: 2px;
	border: 0;
	font-size: 14px;
	vertical-align: middle;
	color: #12A339;
}
.new-video-obzor .obzor-card .card-text {
	font-size: 12px;
}
.new-vobzor-btn {
	padding: 2px;
	border-radius: 10px;
	font-size: 14px;
	background-color: #FF7E20;
}
.new-vobzor-btn:hover,
.new-vobzor-btn:active,
.new-vobzor-btn:focus {
	background-color: #FF974B !important;
}
.new-video-obzor-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-video-obzor-btn:hover,
.new-video-obzor-btn:focus,
.new-video-obzor-btn:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.new-video-obzor-link {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-video-obzor-link:hover,
.new-video-obzor-link:focus,
.new-video-obzor-link:active {
	color: #fff !important;
	background-color: #fd9f5b !important;
}
.new-video-obzor .card .spiler-text-hide-video {
	position: relative;
	max-height: 30px;
	margin-bottom: 10px;
	line-height: 1.2;
	overflow: hidden;
	transition: 0.3s;
}
.new-video-obzor .btn-spoiler-video {
    padding: 0;
    border: 0;
    outline: none;
    color: #ff7e20;
}
.new-video-obzor .btn-spoiler-video:hover,
.new-video-obzor .btn-spoiler-video:focus,
.new-video-obzor .btn-spoiler-video:active {
	color:  #fd9f5b;
}
/*new-video-review*/
.new-video-review .title span {
	color:  #12a339;
}
.new-video-review .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22285%22%20height%3D%2214%22%20viewBox%3D%220%200%20285%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M24.1769%206.69342C35.6352%206.42975%2046.9836%205.62624%2058.4353%205.27472C130.529%203.06175%20202.395%203.74356%20274.46%204.27123%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.62585%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.811767%2011.5937C27.1403%2011.1806%2053.3198%209.49176%2079.6813%208.96458C147.913%207.60006%20215.687%208.54482%20283.629%209.79898%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.62585%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-video-review .big-photo {
	transition: transform .3s ease-in-out;
}
.new-video-review .big-link:hover .big-photo,
.new-video-review .big-link:focus .big-photo,
.new-video-review .big-link:active .big-photo {
	transform: scale(1.1);
}
.new-video-review .block-video {
	position: relative;
}
.new-video-review .img-play {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
}
.new-video-review .video-title {
	position: absolute;
	bottom: 32px;
	left: 7px;
	right: 7px;
	margin-bottom: 0;
	padding: 7px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #FF7E20;
	background-color: #fff;
}
.new-video-review .block-video-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 16px;
	border-radius: 10px;
	font-weight: 600;
	background-color: #12A339;
}
.new-video-review .block-video-link:hover,
.new-video-review .block-video-link:active,
.new-video-review .block-video-link:focus {
    background-color: #36b157 !important;
}
.new-video-review .rating-val {
	font-size: 12px;
}
.new-video-review .comments-button {
	font-size: 12px;
}
.new-video-review .like-button {
	font-size: 12px;
}
.new-video-review .comments-rating-panel .right-panel .comments-button {
    margin-right: 10px;
}
.new-video-review .video-obzor-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-video-review .video-obzor-btn:hover,
.new-video-review .video-obzor-btn:active,
.new-video-review .video-obzor-btn:focus {
	color: #fff;
	background-color: #fd9f5b;
}
/*new-about-us*/
.new-about-us .title span {
	color: #ff7e20;
}
.new-about-us .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22246%22%20height%3D%2216%22%20viewBox%3D%220%200%20246%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.105%207.82688C20.519%207.51465%2029.8431%206.57003%2039.2519%206.15489C98.484%203.54137%20157.528%204.31915%20216.737%204.91629%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.994249%2013.4494C23.6455%2012.9346%2046.1688%2010.8549%2068.8484%2010.2001C127.55%208.50539%20185.857%209.64365%20244.309%2011.1614%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-about-us .row-top {
	margin-bottom: 14px;
}
.new-about-us .card {
	border: 0;
	background-color: transparent;
}
.new-about-us .card-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	color:  #12a339;
}
.new-about-us .card-text {
	line-height: 125%;
	text-align: center;
}
.new-about-us .row-bottom .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 15px 35px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-about-us .row-bottom .card-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
	line-height: 120%;
	color: #212529;
}
.new-about-us .row-bottom .card-desc {
	margin-bottom: 15px;
	font-weight: 600;
	color: #12a339;
}
.new-about-us .row-bottom .card ul {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1.35;
}
.new-about-us .row-bottom .card ul li {
	display: flex;
	flex-direction: column;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 18px;
	background-size: 18px;
	background-image: url(/assets/new-img/list-marker.svg);
}
.new-about-us .row-bottom .card ul li:not(:last-child) {
	margin-bottom: 15px;
}
.new-about-us .row-bottom .card ul li span:last-child {
	font-weight: 400;
}
.new-about-us-fon {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/new-img/new-about-us-fon.png);
}
.new-about-us-fon img {
	margin-bottom: 8px;
}
.new-about-us-fon figurecaption {
	display: block;
	max-width: 237px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 9px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
/*new-video-expert*/
.new-video-expert .title span {
	color: #12a339;
}
.new-video-expert .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22491%22%20height%3D%2216%22%20viewBox%3D%220%200%20491%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.2891%207.83552C40.1874%207.53119%2058.9045%206.59441%2077.792%206.18716C196.697%203.62338%20315.229%204.45075%20434.089%205.09761%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.997889%2013.4494C46.4694%2012.9558%2091.683%2010.8971%20137.211%2010.2636C255.052%208.6237%20372.104%209.81646%20489.446%2011.3889%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-video-expert .card {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-video-expert .block-video {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.new-video-expert .big-play {
	position: absolute;
	top: 60px;
	max-width: 80px;
	left: calc(50% - 40px);
}
.new-video-expert .video-title {
	position: absolute;
	bottom: 30px;
	left: 7px;
	right: 7px;
	margin-bottom: 0;
	padding: 7px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #FF7E20;
	background-color: #fff;
}
.new-video-expert .card-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
}
.new-video-expert .card-text {
	font-size: 14px;
	line-height: 140%;
}
.new-video-expert .expert-card-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 16px;
	font-weight: 600;
	color: #fff;
	background-color: #12a339;
}
.new-video-expert .expert-card-btn:hover,
.new-video-expert .expert-card-btn:focus,
.new-video-expert .expert-card-btn:active {
	color: #fff !important;
	background-color: #3DC963 !important;
}
.new-video-expert .expert-btn {
	border-radius: 10px;
	padding: 11px 67px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-video-expert .expert-btn:hover,
.new-video-expert .expert-btn:focus,
.new-video-expert .expert-btn:active {
	color: #fff !important;
	background-color: #FD9F5B !important;
}
.new-video-expert .card .spiler-text-hide-video {
	position: relative;
	max-height: 30px;
	margin-bottom: 10px;
	line-height: 1.2;
	overflow: hidden;
	transition: 0.3s;
}
.new-video-expert .btn-spoiler-video {
    padding: 0;
    border: 0;
    outline: none;
    color: #ff7e20;
}
.new-video-expert .btn-spoiler-video:hover,
.new-video-expert .btn-spoiler-video:focus,
.new-video-expert .btn-spoiler-video:active {
	color:  #fd9f5b;
}
/*feedback-distrust*/
.feedback-distrust .container-fluid {
	padding: 48px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/new-img/feedback-distrust-fon.webp);
}
.feedback-distrust-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #12a339;
}
.feedback-distrust-subtitle {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #1e1e1e;
}
.feedback-distrust-list {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.feedback-distrust-list li {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/assets/new-img/feedback-distrust-list-marker.svg);
}
.feedback-distrust-list li:nth-child(-n+2) {
	margin-bottom: 16px;
}
.feedback-distrust-list li span {
	color: #12a339;
}
.form-check-label span {
	font-size: 12px;
	line-height: 1.4;
}
.form-check-label span a {
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
	color: #000;
}
.feedback-distrust .form-control {
	padding: 0 5px 8px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #acacac;
	background-color: transparent;
}
.feedback-distrust-btn {
	width: 100%;
	padding: 7px 12px;
	border-radius: 5px;
	font-weight: 700;
	color: #fff;
	background-color: #ff7e20;
}
.feedback-distrust-btn:hover,
.feedback-distrust-btn:focus,
.feedback-distrust-btn:active {
	color: #fff !important;
	background-color: #FD9F5B !important;
}
.feedback-distrust-card {
	height: 100%;
	padding: 24px 32px;
	border: 2px solid #12a339;
	border-radius: 8px;
}
.feedback-distrust-card .card-title {
	max-width: 244px;
	margin: 0 auto 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-align: center;
	color: #12a339;
}
@media(max-width:767.98px) {
	.feedback-distrust-list li:nth-child(-n+2) {
		margin-bottom: 16px;
	}
	.feedback-new-list li:not(:last-child) {
		margin-bottom: 19px;
	}
}
@media(max-width:575.98px) {
	.feedback-distrust .container-fluid {
		padding: 24px 12px;
	}
	.feedback-distrust-title {
		margin-bottom: 19px;
		font-size: 24px;
		text-align: center;
	}
	.feedback-distrust-subtitle {
		margin-bottom: 19px;
		font-size: 16px;
		text-align: center;
	}
	.feedback-distrust-list {
		margin-bottom: 19px;
		font-size: 16px;
		font-weight: 400;
	}
	.feedback-distrust-list li span {
		font-weight: 700;
	}
	.feedback-distrust-list li {
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(/assets/new-img/feedback-distrust-list-marker-mob.svg);
	}
	.feedback-distrust-list li:last-child {
		background-image: url(/assets/new-img/feedback-distrust-list-marker-mob-last.svg);
	}
}
/*new-services*/
.new-services .title span {
	color: #12a339;
}
.new-services .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22135%22%20height%3D%2216%22%20viewBox%3D%220%200%20135%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.50715%207.82302C11.6265%207.5072%2016.6972%206.55905%2021.8137%206.14032C54.0243%203.50428%2086.1316%204.25961%20118.328%204.83423%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.9953%2013.4482C13.3129%2012.9248%2025.5616%2010.8365%2037.8947%2010.1731C69.8164%208.45609%20101.523%209.57217%20133.307%2011.0677%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-services .card {
	min-height: 260px;
	padding: 16px;
	border: 0;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.new-services .last-card {
	border: 1px solid #cfcfcf;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-services .card-body {
	padding: 0;
}
.new-services .card-title {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}
.new-services .card-footer {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.new-services .card-price {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.new-services .card-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	background-color: #FF7E20;
}
.new-services .card-btn:hover,
.new-services .card-btn:focus,
.new-services .card-btn:active {
	background-color: #FD9F5B !important;
}
.new-services .form-title {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}
.new-services .form-subtitle {
	margin-bottom: 6px;
	line-height: 130%;
}
.new-services .form-control {
	border: 1px solid #12a339;
	border-radius: 8px;
	padding: 8px 12px;
}
.new-services .form-check-label span,
.new-services .form-check-label a {
	display: inline-block;
    line-height: 1;
	font-size: 12px;
	text-decoration: none;
}
.new-services .form-btn {
	width: 100%;
	padding: 7px;
	border-radius: 10px;
	font-weight: 700;
	color: #fff;
	background-color: #12a339;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.new-services .form-btn:hover,
.new-services .form-btn:focus,
.new-services .form-btn:active {
	color: #fff;
	background-color: #3dc963;
}
/*complete-solution-modal*/
.complete-solution-modal .modal-content {
	border-radius: 10px;
	border: 2px solid #FF7E20;
}
.complete-solution-modal .modal-header {
	padding: 10px;
	border: 0;
}
.complete-solution-modal .modal-header .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312a339'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}
.complete-solution-modal .modal-body {
	padding: 0;
}
.complete-solution-modal .modal-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.complete-solution-modal .modal-body ul li {
	padding: 16px;
}
.complete-solution-modal .modal-body ul li:not(:last-child) {
	border-bottom: 1px solid #cfcfcf;
}
/*new-team*/
.new-team .title span {
	color: #ff7e20;
}
.new-team .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22386%22%20height%3D%2216%22%20viewBox%3D%220%200%20386%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9658%207.83184C31.8194%207.52414%2046.5307%206.58402%2061.3759%206.17341C154.832%203.58841%20247.995%204.39463%20341.415%205.02029%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.998648%2013.4482C36.738%2012.9443%2072.2748%2010.8754%20108.059%2010.2316C200.679%208.56514%20292.678%209.73149%20384.905%2011.2774%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-team .nav-item:not(:last-child) {
	margin-right: 16px;
}
.new-team .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 10px 12px;
	background-color: #fff;
}
.new-team .nav-link.active {
	border-color: #ff7e20;
}
.new-team .nav-link span:first-child {
	font-weight: 600;
	color: #212529;
}
.new-team .nav-link span:last-child {
	font-size: 12px;
	color: #212529;
}
.new-team .name {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}
.new-team .work {
	margin-bottom: 8px;
	font-size: 14px;
}
.new-team .stars {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-size: 12px;
}
.new-team .stars img {
	margin-right: 8px;
}
.new-team .list-tile {
	margin-bottom: 24px;
}
.new-team .list-tile li {
	display: flex;
	flex-direction: column;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
}
.new-team .list-tile li span:first-child {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	white-space: nowrap;
	color: #12a339;
}
.new-team .list-tile li span:last-child {
	line-height: 120%;
}
.new-team .list-tile li:not(:last-child) {
	margin-right: 24px;
}
.new-team .list-bottom {
	margin-bottom: 24px;
	font-size: 14px;
}
.new-team .list-bottom li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 15px;
	background-size: 15px;
	background-image: url(/assets/new-img/list-marker.svg);
}
.new-team .list-bottom li span {
	font-weight: 700;
}
.new-team .list-bottom li:not(:last-child) {
	margin-bottom: 12px;
}
.new-team .accent {
	max-width: 490px;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	color: #12a339;
}
.fixed-gift-btn {
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 0 4px 4px 0;
    background-color: #FF7E20;
}
.fixed-gift-btn img {
    width: 28px;
}
#show-badge-control {
	background-color: #12a339 !important;
}
/*subcategory*/
/*new-banner-subcategory*/
.new-banner-subcategory {
	padding-top: 29px;
	background-repeat: no-repeat;
	background-position: center;
}
.new-banner-subcategory .banner-list {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.new-banner-subcategory .banner-list li {
	position: relative;
	width: 210px;
	height: 92px;
	padding: 32px 17px 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	backdrop-filter: blur(85px);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.41);
	background: rgba(251, 250, 250, 0.95);
	overflow: visible;
	font-family: 'Roboto';
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
.new-banner-subcategory .banner-list li:nth-child(2) {
	padding: 32px 9px 16px;
}
.new-banner-subcategory .banner-list li:not(:last-child) {
	margin-right: 16px;
}
.new-banner-subcategory .banner-list li img {
	position: absolute;
}
.new-banner-subcategory .banner-list li:nth-child(1) img,
.new-banner-subcategory .banner-list li:nth-child(3) img {
	left: calc(50% - 20px);
	top: -25px;
	width: 40px;
}
.new-banner-subcategory .banner-list li:nth-child(2) img {
	left: calc(50% - 25px);
	top: -35px;
	width: 50px;
}
.new-banner-subcategory .banner-list li:nth-child(1) span {
	text-transform: none;
	color: #12a339;
}
.new-banner-subcategory .banner-list li:nth-child(2) span {
	text-transform: none;
}
.new-banner-subcategory .banner-list li:nth-child(2) svg {
	margin-top: -8px;
}
.new-banner-subcategory .banner-list li:nth-child(2) span span:first-child {
	color: #ff0606;
}
.new-banner-subcategory .banner-list li:nth-child(2) span span:last-child {
	color: #f00;
}
.new-banner-subcategory .banner-list li:nth-child(3) span {
	color: #12a339;
}
/*new-advantages*/
.new-advantages .title span {
	color: #ff7e20;
}
.new-advantages .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22468%22%20height%3D%2216%22%20viewBox%3D%220%200%20468%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.3135%207.83478C38.3092%207.52971%2056.1324%206.59218%2074.1179%206.18418C187.344%203.61567%20300.214%204.43831%20413.398%205.08045%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.997359%2013.4496C44.2971%2012.9514%2087.3511%2010.8881%20130.705%2010.2498C242.917%208.59787%20354.379%209.77862%20466.117%2011.339%22%20stroke%3D%22%23FF7E20%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-advantages .card {
	flex-direction: row;
	align-items: start;
	border: 1px solid #ff7e20;
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-advantages .card img {
	max-width: 50px;
	margin-right: 16px;
}
.new-advantages .card-body {
	padding: 0;
}
.new-advantages .card-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
.new-advantages .card-text {
	font-size: 14px;
	line-height: 130%;
}
/*new-table-subcategory*/
.new-table-subcategory .title span {
	color: #12a339;
}
.new-table-subcategory .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22493%22%20height%3D%2216%22%20viewBox%3D%220%200%20493%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.7704%207.86328C143.926%207.93424%20353.549%206.69355%20491.712%206.77245%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.997314%2012.9941C194.703%2011.6038%20253.8%2012.1386%20440.884%2011.3683%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-table-subcategory .table-responsive {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.new-table-subcategory .my-subcategory-table {
	margin-bottom: 0;
	font-size: 14px;
}
.new-table-subcategory .my-subcategory-table th,
.new-table-subcategory .my-subcategory-table td {
	width: 33%;
	vertical-align: middle;
}
.new-table-subcategory .my-subcategory-table th {
	padding: 14px 8px;
	border-left: 1px solid #ccc;
	font-weight: 600;
	font-size: 16px;
	background-color: #ffebdc;
}
.new-table-subcategory .my-subcategory-table tr th:first-child {
	border-left: 0;
}
.new-table-subcategory .my-subcategory-table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.new-table-subcategory .my-subcategory-table tr td:not(:first-child) {
	border-left: 1px solid #ccc;
}
.new-table-subcategory .my-subcategory-table tr td:first-child {
	font-weight: 600;
}
.new-table-subcategory .my-subcategory-table tr:last-child td {
	border-bottom: 0;
}
/*new-text-home-2-subcategory*/
.new-text-home-2-subcategory .title span {
	color: #ff7e20;
}
.new-text-home-2-subcategory .title span:after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 364 16' fill='none' preserveAspectRatio='none'><path d='M16.0401 7.83086C30.0434 7.52246 43.9126 6.58163 57.908 6.17031C146.015 3.58086 233.844 4.38263 321.917 5.00383' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/><path d='M1.0004 13.4491C34.6939 12.9436 68.1966 10.873 101.932 10.2275C189.25 8.55659 275.983 9.71855 362.931 11.2601' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/></svg>");
}
.new-text-home-2-subcategory img {
	border-radius: 10px;
}
.new-text-home-2-subcategory .block-text p strong {
	font-size: 20px;
	color: #212529;
}
.new-text-home-2-subcategory .block-text ul {
	padding: 0;
	margin: 0;
	font-weight: 500;
	list-style: none;
}
.new-text-home-2-subcategory .block-text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.new-text-home-2-subcategory .block-text ul li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/assets/new-img/list-marker.svg);
}
/*new-text-home-1-subcategory*/
.new-text-home-1-subcategory .title span {
	color: #12a339;
}
.new-text-home-1-subcategory .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22223%22%20height%3D%2216%22%20viewBox%3D%220%200%20223%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.1722%207.82596C18.7227%207.51301%2027.1914%206.56768%2035.737%206.15182C89.5353%203.53377%20143.163%204.30703%20196.939%204.89965%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.99709%2013.4499C21.5703%2012.9355%2042.0275%2010.8562%2062.6265%2010.2019C115.943%208.50825%20168.901%209.64759%20221.99%2011.1664%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-text-home-1-subcategory .card-border p strong {
	font-size: 18px;
	font-weight: 600;
	color: #212529;
}
.new-text-home-1-subcategory .card-border .spiler-text-hide {
	position: relative;
	max-height: 115px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: 0.3s;
}
.new-text-home-1-subcategory .card-border button {
	margin-bottom: 24px;
	padding: 0;
	border: 0;
	outline: none;
	color: #ff7e20;
}
.new-text-home-1-subcategory .card-border button:hover,
.new-text-home-1-subcategory .card-border button:focus,
.new-text-home-1-subcategory .card-border button:active {
	color:  #fd9f5b;
}
.new-text-home-1-subcategory .card-border ul {
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
}
.new-text-home-1-subcategory .card-border .block-price {
	display: flex;
	align-items: center;
}
.new-text-home-1-subcategory .card-border .price {
	margin-right: 24px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
.new-text-home-1-subcategory .card-border .block-price a {
	padding: 9px 16px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #12a339;
}
.new-text-home-1-subcategory .card-border .block-price a:hover,
.new-text-home-1-subcategory .card-border .block-price a:focus,
.new-text-home-1-subcategory .card-border .block-price a:active {
	color: #fff !important;
	background-color: #3DC963 !important;
}
/*new-type-materials*/
.new-type-materials .title span {
	color: #12a339;
}
.new-type-materials .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22312%22%20height%3D%2216%22%20viewBox%3D%220%200%20312%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.8446%207.82939C25.8133%207.51929%2037.6674%206.57678%2049.6293%206.16377C124.935%203.56364%20200.002%204.35478%20275.278%204.96532%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.997227%2013.4501C29.7952%2012.9426%2058.4303%2010.8701%2087.2644%2010.2227C161.895%208.54679%20236.026%209.70378%20310.34%2011.2403%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-type-materials .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}
.new-type-materials .card-body {
	padding: 16px 16px 8px;
}
.new-type-materials .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
}
.new-type-materials .card-text {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
}
.new-type-materials .card-list ul {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	list-style: none;
}
.new-type-materials .card-list ul li {
	padding: 6px 8px 6px 34px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-image: url(/assets/new-img/list-marker-orang.svg);
}
.new-type-materials .card-list ul li:nth-child(odd) {
	background-color: #f2f2f2;
}
.new-type-materials .card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 16px;
	border: 0;
	background-color: transparent;
}
.new-type-materials .card-price {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
}
.new-type-materials .card-price span {
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
}
.new-type-materials-btn {
	max-width: 158px;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #ff7e20;
}
.new-type-materials-btn:hover,
.new-type-materials-btn:focus,
.new-type-materials-btn:active {
	color: #fff !important;
	background-color: #FD9F5B !important;
}
/*new-tabs-subcategory*/
.new-tabs-subcategory .title span {
	color: #12a339;
}
.new-tabs-subcategory .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22358%22%20height%3D%2216%22%20viewBox%3D%220%200%20358%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.7485%207.83086C29.4913%207.52224%2043.1025%206.5812%2056.8375%206.16966C143.305%203.57884%20229.5%204.37925%20315.935%204.99909%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.997258%2013.4496C34.0639%2012.9434%2066.9433%2010.8722%20100.051%2010.226C185.745%208.55335%20270.864%209.71358%20356.194%2011.2534%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.new-tabs-subcategory .nav-tabs {
	margin-bottom: 24px;
	border: 0;
}
.new-tabs-subcategory .nav-item:not(:last-child) {
	margin-right: 8px;
}
.new-tabs-subcategory .nav-link {
	padding: 13px 16px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	font-weight: 600;
	color: #212529;
	background-color: #fff;
}
.new-tabs-subcategory .nav-link.active {
	border-color: #ff7e20;
	color: #fff;
	background-color: #ff7e20;
}
.new-tabs-subcategory .card-border p strong {
	font-size: 18px;
	color: #212529;
}
/*modal-popup*/
.modal-popup .modal-content {
	border: 0;
	background-color: transparent;
}
.modal-popup .modal-header {
	padding: 0 0 40px;
	border: 0;
}
.modal-popup .modal-body {
	padding: 31px 29px;
	border-radius: 10px;
	background-color: #fff;
}
.modal-popup .modal-body img {
	display: block;
	width: 309px;
	margin: 0 auto;
}
.modal-popup-2 .modal-body img {
	display: block;
	width: 237px;
	margin: 0 auto;
}
.modal-popup .modal-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
.modal-popup .modal-text {
	font-size: 14px;
	line-height: 1.3;
}
.modal-popup .modal-text strong {
	color: #333;
}
.modal-popup .btn-close {
	width: unset;
	height: unset;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	opacity: 1;
}
/*new-feedback-distrust*/
.new-feedback-distrust .title {
	margin-bottom: 10px;
}
.new-feedback-distrust .title span {
	color: #12a339;
}
.new-feedback-distrust .form-fon {
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 32px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/assets/new-img/new-feedback-distrust-fon.png);
}
.new-feedback-distrust-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 31px;
	line-height: 130%;
}
.new-feedback-distrust-title span {
	color: #12a339;
}
.new-feedback-distrust-subtitle {
	width: max-content;
	margin-bottom: 20px;
	padding: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	background-color: #12a339;
}
.new-feedback-distrust-list {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 144%;
}
.new-feedback-distrust-list li img {
	margin-right: 10px;
}
.new-feedback-distrust-list li:not(:last-child) {
	margin-bottom: 16px;
}
.new-feedback-distrust form {
	max-width: 450px;
}
/*new-about-us-page-1*/
.new-about-us-page-1 .title span {
	color: #12A339;
}
.new-about-us-page-1 .title span::after {
	    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22267%22%20height%3D%2216%22%20viewBox%3D%220%200%20267%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.9841%207.82743C22.2106%207.51588%2032.3392%206.57193%2042.5599%206.15746C106.904%203.5482%20171.043%204.33023%20235.362%204.93163%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M0.99715%2013.4491C25.6031%2012.936%2050.07%2010.8579%2074.7067%2010.2048C138.474%208.51428%20201.813%209.65673%20265.309%2011.1787%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E);
}
.new-about-us-page-1 .block-text ul {
	margin-bottom: 16px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	list-style: none;
}
.new-about-us-page-1 .block-text ul li {
	padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/assets/new-img/list-marker.svg);
}
.new-about-us-page-1 .block-text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.new-about-us-page-1 .block-text ul li span {
	font-weight: 700;
	color: #12A339;
}
.new-about-us-page-1 .block-text .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
}
.new-about-us-page-1 .block-text .card-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: -0.02em;
	text-align: center;
	color: #ff7e20;
}
.new-about-us-page-1 .block-text .card-text {
	font-weight: 600;
	line-height: 125%;
	text-align: center;
}
.new-about-us-page-1 .block-text .card-text span {
	color: #cc000e;
}
/*new-about-us-page-2*/
.new-about-us-page-2 .title span {
	color: #12A339;
}
.new-about-us-page-2 .title span::after {
	    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22553%22%20height%3D%2216%22%20viewBox%3D%220%200%20553%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.8688%207.83748C45.1607%207.53515%2066.2483%206.60034%2087.528%206.19509C221.493%203.64386%20355.037%204.48374%20488.952%205.14316%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M0.997384%2013.4494C52.2279%2012.9584%20103.168%2010.9024%20154.462%2010.2715C287.228%208.6385%20419.105%209.83808%20551.309%2011.4173%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E);
}
.new-about-us-page-2 .block-text ul {
	margin-bottom: 16px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	list-style: none;
}
.new-about-us-page-2 .block-text ul li:nth-child(-n+2) {
	padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/assets/new-img/list-marker.svg);
}
.new-about-us-page-2 .block-text ul li:nth-child(n+3) {
	padding-left: 30px;
	font-weight: 500;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/assets/new-img/list-marker-orang-2.svg);
}
.new-about-us-page-2 .block-text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.new-about-us-page-2 .block-text ul li span {
	font-weight: 700;
	color: #12A339;
}
/*new-about-us-page-3*/
.new-about-us-page-3 .container {
	border-radius: 10px;
	padding: 24px 48px;
	background-color: #fff;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-about-us-page-3 .title span {
	color: #12A339;
}
.new-about-us-page-3 .title span::after {
	    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22232%22%20height%3D%2216%22%20viewBox%3D%220%200%20232%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.5352%207.8284C19.4121%207.51562%2028.2043%206.57046%2037.0762%206.15477C92.929%203.5378%20148.605%204.31214%20204.435%204.90584%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M0.997129%2013.4496C22.356%2012.935%2043.5944%2010.8554%2064.9801%2010.2008C120.332%208.50644%20175.313%209.64505%20230.43%2011.1632%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E);
}
.new-about-us-page-3 .card {
	border-radius: 10px;
	padding: 16px;
	border: 0;
	background-color: #fbfafa;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/assets/new-img/new-about-us-page-3-fon.png);
}
.new-about-us-page-3 .card img {
	max-width: 50px;
	margin-bottom: 16px;
}
.new-about-us-page-3 .card-title {
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-color: #ff7e20;
	text-decoration-skip-ink: none;
}
.new-about-us-page-3 .card-text {
	line-height: 1.3;
}
/*new-about-us-page-4*/
.new-about-us-page-4 .container {
	border-radius: 10px;
	padding: 24px 48px;
	background-color: #fff;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-about-us-page-4 .title span {
	color: #12A339;
}
.new-about-us-page-4 .title span::after {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22348%22%20height%3D%2216%22%20viewBox%3D%220%200%20348%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.3387%207.83257C28.6877%207.52352%2041.9087%206.58205%2055.2501%206.17008C139.239%203.57656%20222.964%204.37429%20306.921%204.99143%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M0.997277%2013.4499C33.1161%2012.9391%2065.0529%2010.8633%2097.212%2010.2124C180.449%208.52795%20263.129%209.67636%20346.013%2011.2043%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E);
}
.new-about-us-page-4 ul {
	margin-bottom: 30px;
}
.new-about-us-page-4 ul span {
	font-weight: 700;
	color: #12a339;
}
.new-about-us-page-4 ul li {
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.new-about-us-page-4 ul li:not(:last-child) {
	margin-bottom: 16px;
}
.new-about-us-page-4 ul li svg {
	margin-right: 24px;
}
.new-about-us-page-4 .subtitle-block {
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #ff7e20;
}
.new-about-us-page-4 .block-grey {
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 16px;
	background-color: #fbfafa;
}
.new-about-us-page-4 .row-top .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 12px 8px;
}
.new-about-us-page-4 .row-top .card-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-color: #ff7e20;
}
.new-about-us-page-4 .row-top .card-text {
	max-width: 350px;
	line-height: 1.3;
}
.new-about-us-page-4 .row-bottom .card {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 16px;
}
.new-about-us-page-4 .row-bottom .card-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-align: center;
	color: #ff7e20;
}
.new-about-us-page-4 .row-bottom .card-text {
	font-weight: 700;
	line-height: 125%;
	text-align: center;
}
/*new-about-us-page-5*/
.new-about-us-page-5 .container {
	border-radius: 10px;
	padding: 31px 29px;
	background-color: #fff;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.new-about-us-page-5 .card-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}
.new-about-us-page-5 .card-text {
	max-width: 700px;
}
.new-about-us-page-5 .card-text strong {
	color: #333;
}
.new-about-us-page-5 .card-text a {
	color: #12A339;
}
.new-about-us-page-5 .card-text a:hover,
.new-about-us-page-5 .card-text a:focus,
.new-about-us-page-5 .card-text a:focus-visible,
.new-about-us-page-5 .card-text a:active {
	color: #3DC963;
}
/*banner-modal*/
.banner-modal .modal-content {
	border: 0;
	background-color: transparent;
}
.banner-modal .modal-header {
	padding: 0 0 40px;
	border: 0;
}
.banner-modal .modal-body {
	padding: 31px 29px;
	border-radius: 10px;
	background-color: #fff;
}
.banner-modal .btn-close {
	width: unset;
	height: unset;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	opacity: 1;
}
.banner-modal form {
	max-width: 440px;
	margin: 0 auto;
}
.banner-modal .modal-title {
	margin-bottom: 16px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.banner-modal .modal-subtitle {
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 48px;
	text-align: center;
}
.banner-modal .form-control {
	height: 50px;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.banner-modal .form-control::placeholder {
	text-align: center;
}
.banner-modal-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	background-color: #12a339;
}
.banner-modal-btn svg {
	margin-right: 10px;
}
.banner-modal-btn:hover,
.banner-modal-btn:focus-visible,
.banner-modal-btn:active {
	color: #fff !important;
	background-color: #3dc963 !important;
}
.banner-modal .form-check span {
	line-height: 1;
    display: inline-block;
}
/*modal-calc*/
#modalCalc {
		padding-right: unset !important;
	}
	#modalCalc .modal-content {
		border: 0;
		overflow: hidden;
	}
	#modalCalc .modal-dialog {
		max-width:1140px;
	}
	#modalCalc .modal-body {
		position: relative;
		padding: 0 24px 0 0;
	}
	#modalCalc .btn-close {
		position: absolute;
		top:10px;
		right:10px;
	}
	#modalCalc .modal-title {
		margin-bottom: 8px;
		font-size:40px;
		font-weight: 700;
		line-height:1.2;
		color: #12A339;
	}
	#modalCalc .modal-title-desc {
		max-width: 391px;
		margin-bottom: 32px;
		line-height: 1.25;
	}
	#modalCalc .gift-title p {
		color:#ff7e20;
		font-size:21px;
		font-weight:700;
	}
	#modalCalc .gift-title img {
		max-width:37px;
	}
	#modalCalc .modal-calc-gift-text {
		max-width: 365px;
		margin-bottom: 12px;
	}
	#modalCalc .modal-calc-gift-text span {
		font-weight: 700;
		color: #12A339;
	}
	#modalCalc form button {
		padding: 10px 8px;
		font-size: 15px;
		font-weight: 700;
		box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
	}
	#modalCalc .form-control {
		border: 1px solid #ced4da;
		border-radius: 10px;
		padding: 8px 12px;
		height: 44px;
		font-size: 14px;
	}
	#modalCalc .form_radio_group label {
		position: relative;
		border-radius:10px;
		border:2px solid #ced4da;
		overflow:hidden;
		transition: all .3s ease-in-out;
	}
	#modalCalc .form_radio_group label:hover {
		border-color: #12A339;
	}
	#modalCalc .form_radio_group label:hover + p {
		color: #12A339;
	}
	#modalCalc .modal-lid-check {
		position: absolute;
		top: 3px;
		right: 2px;
		display: none;
		max-width: 19px;
	}
	#modalCalc input[type="radio"]:checked + label {
		border-color: #12A339;
	}
	#modalCalc input[type="radio"]:checked + label .modal-lid-check {
		display: block;
	}
	#modalCalc input[type="radio"]:checked + label + p {
		color: #12A339;
	}
	#modalCalc .form_radio_group-item p {
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		color: #6C757D;
		transition: color .2s ease-in-out;
	}
	#modalCalc .form-check-label small {
		display: block;
		line-height: 1.2;
		font-size: 9px;
	}
	#modalCalc .btn-form {
		color: #fff;
		background-color: #12a339;
	}
	@media(max-width:1199.98px) {
		#modalCalc .modal-dialog {
			max-width:580px;
		}
		#modalCalc .modal-body {
			padding: 0;
		}
		#modalCalc .modal-calc-content {
			padding: 16px;
		}
		#modalCalc .btn-close {
			border-radius:50%;
			background-color: #fff;
			opacity: 1;
		}
	}
	@media(max-width:767.98px) {
		#modalCalc form button {
			padding: 10px 4px;
		}
	}
	@media(max-width:575.98px) {
		#modalCalc .modal-body {
			padding: 12px;
		}
		#modalCalc .btn-close {
			top:12px;
			right:12px;
			border-radius: 50%;
			background-color: #fff;
			opacity: 1;
		}
		#modalCalc .modal-calc-content {
			padding: 0;
		}
		#modalCalc .modal-title {
			font-size:27px;
		}
		#modalCalc .modal-title-desc {
			margin-bottom: 16px;
			font-size:12px;
		}
		#modalCalc .gift-title {
			margin-right: 4px;
		}
		#modalCalc .gift-title p {
			font-size:12px;
		}
		#modalCalc .gift-title img {
			max-width:26px;
		}
		#modalCalc .form-control::placeholder {
			font-size: 12px;
		}
		#modalCalc .ycolor {
			font-size: 18px;
		}
		#modalCalc .modal-calc-gift-text {
			max-width: 270px;
			font-size: 12px;
		}
		#modalCalc .form_radio_group-item p {
			font-size: 11px;
		}
	}
/*modal lid*/ 
#modalLid .modal-dialog {
	max-width:1140px;
}
#modalLid .modal-body {
	position: relative;
	padding: 24px;
}
#modalLid .btn-close {
	position: absolute;
	top:10px;
	right:10px;
}
#modalLid .modal-title {
	margin-bottom: 26px;
	font-size:30px;
	line-height:1.2;
}
#modalLid .modal-title span {
	color:#12a339;
	font-weight:700;
}
#modalLid .gift-title p {
	color:#ff7e20;
	font-size:21px;
	font-weight:700;
}
#modalLid .gift-title img {
	max-width:37px;
}
#modalLid form button {
	padding: 10px 8px;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.05);
}
#modalLid .form-control {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 8px 12px;
	height: 44px;
	font-size: 14px;
}
#modalLid .form_radio_group label {
	position: relative;
	border-radius:10px;
	border:2px solid #ced4da;
	overflow:hidden;
	transition: all .3s ease-in-out;
}
#modalLid .form_radio_group label:hover {
	border-color: #12A339;
}
#modalLid .form_radio_group label:hover + p {
	color: #12A339;
}
#modalLid .modal-lid-check {
	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
	max-width: 19px;
}
#modalLid .form_radio_group-item p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #6C757D;
	transition: color .2s ease-in-out;
}
#modalLid input[type="radio"]:checked + label {
	border-color: #12A339;
}
#modalLid input[type="radio"]:checked + label .modal-lid-check {
	display: block;
}
#modalLid input[type="radio"]:checked + label + p {
	color: #12A339;
}
@media(max-width:1199.98px) {
	#modalLid .modal-dialog {
		max-width:580px;
	}
	#modalLid .btn-close {
		border-radius:50%;
		background-color: #fff;
		opacity: 1;
	}
}
@media(max-width:767.98px) {
	#modalLid form button {
		padding: 10px 4px;
	}
}
@media(max-width:575.98px) {
	#modalLid {
		padding-right: unset !important;
	}
	#modalLid .modal-body {
		padding: 12px;
	}
	#modalLid .btn-close {
		top:12px;
		right:12px;
		border-radius: 50%;
		background-color: #fff;
		opacity: 1;
	}
	#modalLid .modal-title {
		margin-bottom: 8px;
		font-size:18px;
	}
	#modalLid .gift-title {
		margin-right: 4px;
	}
	#modalLid .gift-title p {
		font-size:12px;
	}
	#modalLid .gift-title img {
		max-width:26px;
	}
	#modalLid .form-control::placeholder {
		font-size: 12px;
	}
	#modalLid .ycolor {
		font-size: 18px;
	}
	#modalLid .form_radio_group-item p {
		font-size: 11px;
	}
}
/*modal-header-gift*/
.modal-header-gift .block-form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-header-gift .modal-title {
	padding-right: 65px;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #12a339;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/assets/img/headergift/header-gift-gift.webp);
}
.modal-header-gift .form-title {
	margin-bottom: 12px;
	line-height: 1.3;
}
.modal-header-gift .form-check-label span {
	font-size: 12px;
	line-height: 102%;
}
.modal-header-gift .form-check-label a {
	font-size: 12px;
	line-height: 102%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #12a339;
}
.modal-header-gift .modal-desc {
	font-size: 14px;
	line-height: 120%;
}
.modal-header-gift .modal-content {
	overflow: hidden;
}
.modal-header-gift .modal-body {
	padding: 0;
	padding-right: 24px;
}
.modal-header-gift .btn-close {
	top: 10px;
	right: 10px;
	z-index: 2;
}
.modal-header-gift .block-form {
	height: 100%;
	padding: 44px 32px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/img/headergift/header-gift-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
}
.modal-header-gift .block-input {
	margin-bottom: 22px;
}
.modal-header-gift .block-grid {
	padding: 32px 24px;
}
.modal-header-gift .block-card {
	padding: 8px 16px;
	border-radius: 8px;
	text-align: center;
	background-color: #f4f4f4;
}
.modal-header-gift .block-card:not(:last-child) {
	margin-bottom: 8px;
}
.modal-header-gift .block-card-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.modal-header-gift .label-title {
	margin-top: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #6c757d;
	hyphens: auto;
}
.modal-header-gift .img-check {
	top: 4px;
	right: 8px;
	display: none;
}
.modal-header-gift .img-gift {
	border: 2px solid #CED4DA;
	border-radius: 10px;
}
.modal-header-gift .block-card input[type="radio"] {
	display: none;
}
.modal-header-gift .block-card input[type="radio"]:checked + .img-gift {
	border-color: #12a339;
}
.modal-header-gift .block-card input[type="radio"]:checked ~ .img-check {
	display: block;
}
.modal-header-gift .block-card label:has(input[type="radio"]:checked) ~ .label-title {
	color: #12a339;
}
.modal-header-gift form button {
	border-color: #FF7E20;
	font-size: 15px;
	font-weight: 700;
	background-color: #FF7E20;
}
/*modal-search*/
.modal-search .modal-fullscreen {
	height: auto;
}
.simplesearch-search-form .search-input {
	height: 45px;
	padding: 10px 8px;
	border-radius: 5px;
	border: 1px solid #CED4DA;
}
.simplesearch-search-form .search-btn {
	height: 45px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	font-weight: 700;
	color: #fff;
	background-color: #12A339;
}
/*modal-static-gift*/
.modal-static-gift .block-form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-static-gift .modal-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #12a339;
}
.modal-static-gift .form-title {
	margin-bottom: 12px;
	line-height: 1.3;
}
.modal-static-gift .form-check-label span {
	font-size: 12px;
	line-height: 102%;
}
.modal-static-gift .form-check-label a {
	font-size: 12px;
	line-height: 102%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #12a339;
}
.modal-static-gift .modal-desc {
	font-size: 14px;
	line-height: 120%;
}
.modal-static-gift .modal-content {
	overflow: hidden;
}
.modal-static-gift .modal-body {
	padding: 0;
	padding-right: 24px;
}
.modal-static-gift .btn-close {
	top: 10px;
	right: 10px;
	z-index: 2;
}
.modal-static-gift .block-form {
	height: 100%;
	padding: 44px 32px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/img/headergift/static-gift-fon.webp);
	-webkit-background-size: cover;
	background-size: cover;
}
.modal-static-gift .block-input {
	margin-bottom: 22px;
}
.modal-static-gift .block-grid {
	padding: 74px 24px;
}
.modal-static-gift .block-card {
	padding: 8px 16px;
	border-radius: 8px;
	text-align: center;
	background-color: #f4f4f4;
}
.modal-static-gift .block-card:not(:last-child) {
	margin-bottom: 8px;
}
.modal-static-gift .block-card-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.modal-static-gift .label-title {
	margin-top: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #6c757d;
	hyphens: auto;
}
.modal-static-gift .img-check {
	top: 4px;
	right: 8px;
	display: none;
}
.modal-static-gift .img-gift {
	border: 2px solid #CED4DA;
	border-radius: 10px;
}
.modal-static-gift .block-card input[type="radio"] {
	display: none;
}
.modal-static-gift .block-card input[type="radio"]:checked + .img-gift {
	border-color: #12a339;
}
.modal-static-gift .block-card input[type="radio"]:checked ~ .img-check {
	display: block;
}
.modal-static-gift .block-card label:has(input[type="radio"]:checked) ~ .label-title {
	color: #12a339;
}
.modal-static-gift form button {
	border-color: #FF7E20;
	font-size: 15px;
	font-weight: 700;
	background-color: #FF7E20;
}
.modal-static-gift .tile-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 8px 1px;
	border-radius: 8px;
	font-size: 14px;
	background-color: #ff7e20;
}
.modal-static-gift .tile-2 {
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	background-color: #ff7e20;
}
/*fixed-gift-btn*/
.fixed-gift-btn {
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 0 4px 4px 0;
	background-color: #FF7E20;
}
.fixed-gift-btn img {
	width: 28px;
}
.fixed-gift-btn:hover,
.fixed-gift-btn:active {
	background-color: #FF974B !important;
	border: 0 !important;
}
/*modal-link*/
.modal-link .modal-header {
	padding: 10px 10px 0;
	border: 0;
}
.modal-link .modal-body {
	padding: 0 46px 27px;
}
.modal-link .card {
	border-radius: 8px;
	border: 1px solid #CED4DA;
	overflow: hidden;
}
.modal-link .card-footer {
	padding: 6px 16px;
	color: #fff;
	background-color: #FF7E20;
}
.modal-link .card-footer a {
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
}
.modal-link .modal-title {
	margin-bottom: 24px;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	color: #12A339;
}
.modal-link .modal-subtitle {
	max-width: 658px;
	margin: 0 auto 16px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.modal-link .form-check-label span,
.modal-link .form-check-label a {
	font-size: 12px;
	line-height: 1;
}
.modal-link .form-check-label a {
	text-decoration: underline;
	color: #12A339;
}
/*new-about-us-page*/
.new-about-us-page .new-text-home-1 .title span {
	color: #12a339;
}
.new-about-us-page .new-text-home-1 .title span::after {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22241%22%20height%3D%2216%22%20viewBox%3D%220%200%20241%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.9097%207.82694C20.1379%207.51455%2029.2778%206.56978%2038.5007%206.15448C96.5631%203.53999%20154.441%204.3168%20212.481%204.91297%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M0.997135%2013.4496C23.201%2012.9345%2045.2795%2010.8544%2067.5112%2010.1993C125.053%208.50358%20182.209%209.64088%20239.506%2011.1577%22%20stroke%3D%22%2312A339%22%20stroke-width%3D%221.99447%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E);
}
/*perfect-balcony*/
.perfect-balcony .container-fluid {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/new-img/perfect-balcony-fon.png);
}
.perfect-balcony .container {
	padding-top: 52px;
	padding-bottom: 52px;
}
.perfect-balcony-title {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}
.perfect-balcony-title span {
	color: #FF7E20;
}
.perfect-balcony-subtitle {
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C7CAC3;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.perfect-balcony-subtitle span {
	color: #FF7E20;
}
.perfect-balcony-list {
	margin-bottom: 6px;
	columns: 2;
	font-weight: 700;
	line-height: 1.3;
}
.perfect-balcony-list li {
	margin-bottom: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 41px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/new-img/done-marker.svg);
}
.perfect-balcony .block-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	padding: 16px;
	color: #fff;
	background-color: #f18903;
}
.perfect-balcony .block-btn .text {
	max-width: 345px;
	margin-right: 24px;
	font-weight: 700;
	font-size: 20px;
}
.perfect-balcony .block-btn button {
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 0;
	padding: 7px 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: #212529;
	background-color: #fff;
}
.perfect-balcony .block-btn button img {
	margin-left: 6px;
}
.perfect-balcony .block-btn button:hover,
.perfect-balcony .block-btn button:focus,
.perfect-balcony .block-btn button:focus-visible,
.perfect-balcony .block-btn button:active {
	color: #212529;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0, .5);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0, .5);
	box-shadow: 0 3px 15px rgba(0,0,0, .5);
}
/*trusted-brands*/
.trusted-brands .card {
	border: 1px solid #cfcfcf;
	border-radius: 24px;
	padding: 20px 0 20px 24px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
}
.trusted-brands .title {
	margin-bottom: 24px;
}
.trusted-brands .title span {
	color: #ff7e20;
}
.trusted-brands .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg width='522' height='16' viewBox='0 0 522 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5717 7.83674C42.6706 7.53342 62.5768 6.59763 82.6643 6.19138C209.124 3.6339 335.185 4.46754 461.598 5.1207' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/%3E%3Cpath d='M0.997421 13.4501C49.3577 12.9561 97.4434 10.897 145.864 10.2629C271.191 8.62192 395.68 9.81353 520.477 11.3848' stroke='%23FF7E20' stroke-width='1.99447' stroke-linecap='round'/%3E%3C/svg%3E");
}
.trusted-brands .card-subtitle {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
}
.trusted-brands .card-subtitle span {
	color: #12a339;
}
.trusted-brands-list {
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 16px 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
.trusted-brands-list li {
	max-width: 207px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left 8px top;
	background-image: url(/assets/new-img/list-marker.svg);
}
.trusted-brands-list li:not(:first-child) {
	border-left: 1px solid #cfcfcf;
}
.trusted-brands-list li:first-child {
	padding-left: 30px;
	background-position: left top;
}
.trusted-brands .row {
	margin-bottom: 35px;
}
.trusted-brands .swiper-new-suppliers {
	padding-bottom: 18px;
	overflow: hidden !important;
}
.trusted-brands .swiper-slide {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
}
.trusted-brands .swiper-slide img {
	display: block;
	margin: 0 auto;
}
.trusted-brands .swiper-pagination {
	bottom: 0 !important;
	line-height: 1;
}
.trusted-brands .swiper-pagination-bullet-active {
	background: #FF7E20;
}
/*wholesale-discounts*/
.wholesale-discounts .card {
	position: relative;
	border: 1px solid #cfcfcf;
	border-radius: 24px;
	padding: 48px 24px 24px;
	box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#e9f2e5), color-stop(0.5, #def7e1), to(#d3fcde));
	background: -webkit-linear-gradient(90deg, #e9f2e5 0%, #def7e1 50%, #d3fcde 100%);
	background: -moz-linear-gradient(90deg, #e9f2e5 0%, #def7e1 50%, #d3fcde 100%);
	background: -o-linear-gradient(90deg, #e9f2e5 0%, #def7e1 50%, #d3fcde 100%);
	background: linear-gradient(90deg, #e9f2e5 0%, #def7e1 50%, #d3fcde 100%);
}
.wholesale-discounts .card .card-badge {
	position: absolute;
	left: 0;
	top: 45px;
	display: inline-block;
	width: max-content;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.35));
}
.wholesale-discounts .card .card-badge span {
	padding: 15px 29px 15px 16px;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background-color: #12a339;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.wholesale-discounts .title {
	margin-bottom: 24px;
}
.wholesale-discounts .title span {
	color: #12a339;
}
.wholesale-discounts .title span::after {
	background-image: url("data:image/svg+xml,%3Csvg width='322' height='16' viewBox='0 0 322 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2585 7.82988C26.6117 7.5201 38.8466 6.57791 51.1928 6.16521C128.917 3.56711 206.397 4.36025 284.091 4.97281' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/%3E%3Cpath d='M0.997184 13.4491C30.7203 12.9389 60.2751 10.8637 90.0353 10.2135C167.064 8.53062 243.576 9.6806 320.277 11.2101' stroke='%2312A339' stroke-width='1.99447' stroke-linecap='round'/%3E%3C/svg%3E");
}
.wholesale-discounts .card-subtitle {
	max-width: 390px;
	font-size: 20px;
	font-weight: 600;
}
.wholesale-discounts .card-subtitle span {
	color: #12a339;
}
.wholesale-discounts button {
	padding: 11px 24px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #12A339;
}
.wholesale-discounts .card-middle {
	width: max-content;
	margin: 0 auto;
}
.wholesale-discounts .card-middle .card-title {
	max-width: 220px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}
.wholesale-discounts .card-middle .card-text {
	position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	color: #12a339;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0, .2));
}
.wholesale-discounts .card-middle .card-text span {
	position: absolute;
    bottom: 11px;
    left: 0;
	font-size: 16px;
	text-transform: uppercase;
}
.wholesale-discounts .card-middle .card-btn {
	padding: 4px;
	border: 4px solid #f6f9f4;
	border-radius: 10px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	background-color: #e7f3e4;
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		left: 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;
	}
	.new-footer {
		padding-top: 24px;
		padding-bottom: 16px;
	}
	.new-footer .footer-phone,
	.new-footer .footer-work,
	.new-footer .footer-address,
	.new-footer .footer-mail,
	.new-footer .footer-list-menu,
	.new-footer .footer-rek,
	.new-footer .list-policy li a,
	.new-footer .footer-bottom-desc, 
	.new-footer .footer-bottom-copy, 
	.new-footer .footer-bottom-develop {
		font-size: 12px;
	}
	body {
		margin-top: 67px;
	}
	.section {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.title {
		margin-bottom: 24px;
		font-size: 24px;
	}
	.title span::after {
		bottom: -11px;
		height: 11px;
	}
	.subtitle {
		font-size: 14px;
	}
	.swiper {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next {
		right: -6px !important;
	}
	.swiper-button-prev {
		left: -6px !important;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 20px;
		height: 20px;
		-webkit-background-size: 8px;
		background-size: 8px;
	}
	.logo-header {
		height: 24px;
	}
	.section.new-banner-bottom {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.new-banner-bottom .card {
		padding: 8px 15px;
		border-radius: 10px;
	}
	.new-banner-bottom .card-1 img {
		max-width: 50px;
	}
	.new-banner-bottom .card-2 img {
		max-width: 44px;
	}
	.new-banner-bottom .card-3 img {
		max-width: 99px;
	}
	.new-banner-bottom .card-4 img {
		max-width: 84px;
	}
	.new-banner-bottom .card .block-img span {
		font-size: 52px;
	}
	.new-banner-bottom .card-title {
		max-width: 240px;
		font-size: 14px;
	}
	.new-banner-bottom .card-title .btn {
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	.new-text-home-1 .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-text-home-1 .block-text p strong {
		font-size: 16px;
	}
	.new-text-home-1 .block-text ul li {
		font-size: 16px;
		line-height: 1.4;
		background-position: left top;
		background-size: 17px;
	}
	.new-products-otdelka .title {
		margin-bottom: 24px;
	}
	.new-products-otdelka .card-header {
		padding: 12px 16px 16px;
	}
	.new-products-otdelka .card-body {
		padding: 0 16px;
	}
	.new-products-otdelka .card-title {
		font-size: 18px;
	}
	.new-products-otdelka .my-card-table {
		font-size: 12px;
	}
	.new-products-otdelka .my-card-table tr th {
		font-size: 12px;
	}
	.new-products-otdelka .my-card-table tr td:first-child {
		padding: 3px 6px 3px 16px;
		background-position: left top 5px;
	}
	.new-products-otdelka .my-card-table tr td:last-child {
		padding: 3px 0 3px 22px;
		background-position: left 6px top 10px;
	}
	.new-products-otdelka .card-footer {
		padding: 13px 16px 12px;
	}
	.new-products-otdelka .card-footer .npo-btn {
		margin-right: 8px;
		padding: 6.5px 12px;
		font-size: 14px;
	}
	.new-products-otdelka .card-footer .npo-price span:first-child {
		font-size: 12px;
	}
	.new-products-otdelka .card-footer .npo-price span:last-child {
		font-size: 14px;
	}
	.new-products-otdelka-btn {
		font-size: 14px;
	}
	.new-actions .title {
		margin-bottom: 24px;
	}
	.new-actions .card-body {
		padding: 12px 12px 8px;
	}
	.new-actions .card-title {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.new-actions .card-footer {
		padding: 0 12px 12px;
	}
	.new-actions .card-footer span {
		text-align: right;
		font-size: 14px;
	}
	.new-actions .new-actions-card-btn {
		font-size: 14px;
	}
	.new-actions .new-actions-btn {
		font-size: 14px;
	}
	.new-video-obzor .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-video-obzor .video-title {
		bottom: 22px;
		font-size: 9px;
	}
	.new-video-obzor .big-play {
		top: calc(50% - 30px);
		max-width: 60px;
		left: calc(50% - 30px);
	}
	.new-video-obzor .obzor-card .card-body {
		padding: 4px 12px 12px;
	}
	.new-video-obzor .obzor-card .card-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.new-video-obzor .obzor-card .my-card-table {
		margin-bottom: 8px;
	}
	.new-video-obzor .obzor-card .my-card-table tr td:last-child {
		font-size: 12px;
	}
	.new-video-obzor-btn {
		font-size: 14px;
	}
	.new-vobzor-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 7px 4px;
	}
	.new-vobzor-btn img:first-child {
		max-width: 24px;
	}
	.new-vobzor-btn img:last-child {
		max-width: 20px;
	}
	.new-price-case .title {
		margin-bottom: 12px;
	}
	.new-price-case .card {
		padding: 12px;
	}
	.new-price-case .card-body {
		padding: 16px 0;
	}
	.new-price-case .card-title {
		font-size: 18px;
	}
	.new-price-case .card-address {
		font-size: 12px;
	}
	.new-price-case .card-data {
		margin-bottom: 12px;
	}
	.new-price-case .new-card-btn {
		padding: 9px 12px;
	}
	.new-price-case .card-price {
		font-size: 12px;
	}
	.new-price-case .card-price span {
		font-size: 20px;
	}
	.new-reviews .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-video-review .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-best-company-fon {
		padding: 12px;
	}
	.new-best-company .block-text {
		font-size: 14px;
	}
	.new-best-company-btn {
		height: 50px;
		font-size: 16px;
	}
	.new-about-us .title span {
		display: inline-block;
		margin-bottom: 11px;
		letter-spacing: -0.03em;
	}
	.new-about-us .row-top {
		margin-bottom: 20px;
	}
	.new-about-us .card-title {
		font-size: 28px;
		text-align: left;
	}
	.new-about-us .card-text {
		font-size: 12px;
		text-align: left;
	}
	.new-about-us .row-bottom .card {
		padding: 16px;
	}
	.new-about-us .row-bottom .card-title {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.new-about-us .row-bottom .card-desc {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.new-about-us .row-bottom .card ul {
		font-size: 12px;
	}
	.new-about-us .row-bottom .card ul li {
		padding-left: 20px;
		-webkit-background-size: 13px;
		background-size: 13px;
	}
	.new-about-us-fon {
		background-image: url(/assets/new-img/new-about-us-fon-mob.png);
	}
	.new-block-social .block-fon {
		padding: 12px;
	}
	.new-block-social-title {
		font-size: 24px;
		text-align: center;
	}
	.new-block-social-subtitle {
		font-size: 12px;
		text-align: center;
	}
	.new-block-social .block-link {
		flex-direction: column;
	}
	.new-block-social .block-link a:first-child {
		margin-right: 0;
		margin-bottom: 12px;
		padding: 8px 15px;
	}
	.new-block-social .block-link a .left img {
		max-width: 30px;
		margin-right: 8px;
	}
	.new-block-social .block-link a:last-child {
		margin-right: 0;
		padding: 8px 15px;
	}
	.functional-solutions .card {
		padding: 12px;
	}
	.functional-solutions .card-body {
		padding: 16px 0;
	}
	.functional-solutions .card-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.functional-solutions .card-text {
		font-size: 12px;
	}
	.functional-solutions-card-btn {
		padding: 7px 23px;
		font-size: 14px;
	}
	.new-otdelka-type .my-card-table {
		font-size: 12px;
	}
	.complete-solution .card-title {
		font-size: 18px;
	}
	.complete-solution .card-btn {
		padding: 3px 7px;
	}
	.complete-solution .my-card-table {
		font-size: 12px;
	}
	.complete-solution .card-price {
		font-size: 14px;
	}
	.what-included-decoration .card-title {
		font-size: 16px;
	}
	.what-included-decoration .card-text {
		font-size: 12px;
	}
	.new-tabs-cold-hot-balcon .nav-link {
		padding: 7px 16px;
		font-size: 12px;
	}
	.new-tabs-cold-hot-balcon .my-card-table tr th:first-child {
		font-size: 14px;
	}
	.new-tabs-cold-hot-balcon .my-card-table tr th:last-child {
		font-size: 14px;
	}
	.new-tabs-cold-hot-balcon .my-card-table tr td:first-child {
		white-space: normal;
		font-size: 12px;
	}
	.new-tabs-cold-hot-balcon .my-card-table tr td:last-child {
		font-size: 12px;
	}
	.new-tabs-cold-hot-balcon .my-card-table td, 
	.new-tabs-cold-hot-balcon .my-card-table th {
		padding: 5px 4px;
	}
	.new-tabs-cold-hot-balcon .tab-pane button {
		max-width: 296px;
		width: 100%;
	}
	.new-services .card {
		min-height: 216px;
	}
	.new-services .card-price {
		font-size: 16px;
	}
	.new-services .card-title {
		font-size: 12px;
	}
	.new-services .form-title {
		margin-bottom: 5px;
		text-align: center;
	}
	.new-services .form-subtitle {
		margin-bottom: 16px;
		font-size: 14px;
		text-align: center;
	}
	.new-services .form-check-label span,
	.new-services .form-check-label a {
		font-size: 10px;
	}
	.new-additional-services .card-price {
		font-size: 14px;
	}
	.new-additional-services .card-title {
		font-size: 12px;
	}
	.new-suppliers .card-title {
		font-size: 18px;
		text-align: center;
	}
	.new-suppliers .card-text {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.new-suppliers ul {
		justify-content: space-between;
	}
	.new-certificates .card {
		padding: 12px;
	}
	.new-certificates .card-title {
		margin-top: 10px;
		font-size: 12px;
	}
	.new-faq .block-manager {
		flex-direction: column;
		align-items: start;
	}
	.new-faq .block-manager img {
		max-width: 162px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.new-faq .block-manager .block-text {
		font-size: 12px;
	}
	.new-faq .accordion-button {
		font-size: 12px;
	}
	.new-faq .accordion-body {
		font-size: 12px;
	}
	.new-faq .accordion-item:not(:last-child) {
		margin-bottom: 8px;
	}
	.new-feedback-final-fon {
		padding: 222px 16px 16px;
		border-radius: 15px;
		background-image: url(/assets/new-img/new-feedback-final-mob.png);
	}
	.new-feedback-final .form-title {
		font-size: 24px;
		text-align: center;
	}
	.new-feedback-final .form-control {
		height: 50px;
	}
	.new-feedback-final .form-btn {
		height: 50px;
		font-size: 20px;
	}
	.new-feedback-final .form-subtitle {
		font-size: 12px;
		text-align: center;
	}
	.new-articles .card-text {
		font-size: 12px;
	}
	.new-articles .block-author {
		flex-direction: column;
		align-items: start;
	}
	.new-articles .blog-author,
	.new-articles .blog-data {
		font-size: 12px;
	}
	.new-articles .blog-time {
		font-size: 12px;
	}
	.new-articles .blog-time img {
		max-width: 12px;
		margin-right: 4px;
	}
	.new-video-review .block-card {
		max-width: 296px;
		margin: 0 auto;
	}
	.new-finishing-options .card-title {
		font-size: 16px;
	}
	.new-finishing-options .card-text {
		font-size: 14px;
	}
	.new-finishing-options .card-list ul {
		font-size: 14px;
	}
	.new-finishing-options .card-list ul li {
		background-position: left top -3px;
		-webkit-background-size: 17px;
		background-size: 17px;
	}
	.new-how .card {
		align-items: start;
		padding: 12px;
	}
	.new-how .card img {
		width: 55px;
		margin-right: 12px;
	}
	.new-how .card-title {
		font-size: 14px;
	}
	.new-how .card-text {
		font-size: 14px;
	}
	.new-payment .card-title {
		font-size: 16px;
	}
	.new-payment .card-text {
		font-size: 12px;
	}
	.new-contacts-home .card {
		padding: 16px;
	}
	.new-contacts-home select {
		padding: 2px 22px 2px 12px;
	}
	.new-contacts-home .card .div-list span:first-child {
		white-space: nowrap;
	}
	.new-contacts-home .card .div-list span:last-child {
		text-align: right;
	}
	.new-contacts-home .card .div-list span:first-child,
	.new-contacts-home .card .div-list span:last-child {
		font-size: 12px;
	}
	.new-contacts-home .card .div-list:not(:last-child) {
		margin-bottom: 8px;
		padding: 8px;
	}
	.new-contacts-home .card .block-btn {
		flex-direction: column;
		align-items: start;
	}
	.new-contacts-home .card .block-text span:last-child {
		display: inline-block;
		margin-bottom: 16px;
	}
	.new-contacts-home .card .block-btn button {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 10px 15px;
		font-size: 13px;
	}
	.new-contacts-home .card .block-btn a {
		width: 100%;
		padding: 10px 15px;
		font-size: 13px;
	}
	.new-contacts-home .card .block-btn a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.new-quiz {
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/assets/new-img/new-quiz-fon-mob.png);
	}
	.new-quiz-fon {
		padding-top: 180px;
		-webkit-background-size: unset;	
		background-size: unset;
		background-position: center top;
		background-image: url(/assets/new-img/new-quiz-fon-human-mob.png);
	}
	.new-quiz-fon .img-circle {
		display: none;
	}
	.new-quiz-fon .qwiz {
		padding: 12px;
		border-radius: 10px;
	}
	.new-quiz-fon .qwiz-title {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 1.2;
        text-align: center;
	}
	.new-quiz-fon .qwiz-title img {
		max-width: 20px;
	}
	.new-quiz-fon .qwiz .slide-header {
		margin-bottom: 8px;
	}
	.new-quiz-fon .qwiz .slide-title {
		font-size: 14px;
	}
	.new-quiz-fon .custom-checkbox>span {
		font-size: 12px;
	}
	.new-quiz-fon .textGreen {
		font-size: 12px;
	}
	.new-quiz-fon .qwiz .block-input {
		padding: 8px 4px;
	}
	.new-quiz-fon .slide-2 label, 
	.new-quiz-fon .slide-3 label, 
	.new-quiz-fon .slide-4 label, 
	.new-quiz-fon .slide-5 label, 
	.new-quiz-fon .slide-6 label, 
	.new-quiz-fon .slide-8 label {
		font-size: 10px;
	}
	.new-quiz-fon .slide-7 label {
		font-size: 12px;
	}
	.new-quiz-fon .slide-9 .qwiz-form-subtitle {
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 8px;
	}
	.feedback-radio-fon {
		background-image: url(/assets/new-img/feedback-radio-fon-mob.png);
	}
	.feedback-radio form {
		padding: 16px 12px;
	}
	.feedback-radio .form-title {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.feedback-radio .form-subtitle {
		font-size: 16px;
	}
	.feedback-radio form .label-radio {
		font-size: 14px;
	}
	.feedback-radio-man {
		top: 0;
		left: calc(50% - 85px);
		max-width: 170px;
	}
	.new-video-expert .video-title {
		bottom: 24px;
		font-size: 12px;
	}
	.new-video-expert .big-play {
		top: calc(50% - 30px);
		max-width: 50px;
		left: calc(50% - 30px);
	}
	.new-video-expert .card-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.new-video-expert .card-text {
		font-size: 12px;
	}
	.new-video-expert .expert-card-btn {
		padding: 8px;
		font-size: 14px;
	}
	.new-video-expert .expert-card-btn img {
		max-width: 20px;
	}
	.new-tabs-materials .tab-pane h3 {
		font-size: 16px;
	}
	.new-tabs-materials .tab-pane p strong {
		font-size: 16px;
	}
	.new-tabs-materials .tab-pane .price {
		font-size: 16px;
	}
	.new-tabs-materials .tab-pane button {
		font-size: 12px;
	}
	.new-tabs-materials .tab-pane .block-price {
		flex-direction: column;
		align-items: start;
	}
	.new-tabs-materials .tab-pane .price {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.new-tabs-materials .nav-link {
		padding: 5px 16px;
		font-size: 14px;
	}
	.new-team .name {
		font-size: 18px;
	}
	.new-team .list-tile li {
		padding: 8px;
	}
	.new-team .list-tile li:not(:last-child) {
		margin-right: 8px;
	}
	.new-team .list-tile li span:first-child {
		font-size: 20px;
	}
	.new-team .list-tile li span:last-child {
		font-size: 12px;
	}
	.new-banner .block-link {
		display: none;
	}
	.new-banner .slide-1 {
		padding-top: 22px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/assets/img/banner-new-v2-slide-1.png);
	}
	.new-banner .slide-1 .container {
		height: 100%;
		padding-bottom: 23px;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-image: url(/assets/img/banner-new-v2-slide-1-man.png);
	}
	.new-banner .banner-title {
		max-width: 296px;
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
	}
	.new-banner .slide-1 .banner-subtitle {
		margin-bottom: 32px;
		font-size: 14px;
	}
	.new-banner .slide-1 .banner-list {
		display: block;
		margin-bottom: 99px;
	}
	.new-banner .slide-1 .banner-list li {
		width: 178px;
		height: max-content;
		margin-left: auto;
		margin-bottom: 4px;
		padding: 7px 5px 7px 36px;
		font-size: 13px;
		text-align: left;
		font-family: 'Roboto';
	}
	.new-banner .slide-1 .banner-list li:nth-child(2) {
		padding: 7px 5px 7px 36px;
	}
	.new-banner .slide-1 .banner-list li:nth-child(3) {
		padding: 7px 5px 7px 36px;
	}
	.new-banner .slide-1 .banner-list li:not(:last-child) {
		margin-right: 0;
	}
	.new-banner .slide-1 .banner-list li:nth-child(1) img,
	.new-banner .slide-1 .banner-list li:nth-child(3) img {
		top: calc(50% - 12.5px);
		left: 8px;
		width: 25px;
	}
	.new-banner .slide-1 .banner-list li:nth-child(2) img {
		top: calc(50% - 10px);
		left: 4px;
		width: 28px;
	}
	.new-banner .slide-1 .banner-list li svg {
		max-width: 15px;
	}
	.new-banner .slide-2 {
		padding-top: 22px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/assets/img/banner-new-v2-slide-2.png);
	}
	.new-banner .slide-2 .container {
		padding-bottom: 23px;
	}
	.new-banner .slide-2 .banner-title {
		margin-bottom: 59px;
	}
	.new-banner .slide-2 .banner-list {
		margin-bottom: 90px;
	}
	.new-banner .slide-2 .banner-list li {
		position: relative;
		width: 210px;
		height: max-content;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 5px 7px 36px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		font-size: 13px;
		font-weight: 600;
		line-height: 1;
		font-family: 'Roboto';
		backdrop-filter: blur(85px);
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.41);
		background: rgba(251, 250, 250, 0.95);
	}
	.new-banner .slide-2 .banner-list li:not(:last-child) {
		margin-bottom: 4px;
	}
	.new-banner .slide-2 .banner-list li img {
		position: absolute;
		top: calc(50% - 12px);
		left: 8px;
		width: 24px;
	}
	.new-banner .slide-2 .banner-list li span {
		color: #12a339;
	}
	.new-banner .slide-3 {
		padding-top: 22px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/assets/img/banner-new-v2-slide-3.png);
	}
	.new-banner .slide-3 .container {
		height: 100%;
		padding-bottom: 23px;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-image: url(/assets/img/banner-new-v2-slide-3-man.png);
	}
	.new-banner .slide-3 .banner-title {
		margin-bottom: 58px;
	}
	.new-banner .slide-3 .banner-list {
		margin-bottom: 170px;
	}
	.new-banner .slide-3 .banner-list li {
		position: relative;
		width: 195px;
		height: max-content;
		margin-left: auto;
		padding: 7px 5px 7px 36px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		font-size: 13px;
		font-weight: 600;
		line-height: 1;
		font-family: 'Roboto';
		backdrop-filter: blur(85px);
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.41);
		background: rgba(251, 250, 250, 0.95);
	}
	.new-banner .slide-3 .banner-list li span {
		color: #12a339;
	}
	.new-banner .slide-3 .banner-list li:not(:last-child) {
		margin-bottom: 4px;
	}
	.new-banner .slide-3 .banner-list li img {
		position: absolute;
		top: calc(50% - 12px);
		left: 8px;
		width: 24px;
	}
	.new-banner .swiper-pagination {
		bottom: 0 !important;
	}
	.new-banner .swiper-pagination-bullet {
		width: 81px;
		border-radius: 20px;
		background-color: #fff;
		opacity: 1;
	}
	.new-banner .swiper-pagination-bullet-active {
		background-color: #12a339;
	}
	.new-banner-btn {
		max-width: 296px;
		width: 100%;
	}
	.new-team .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-tabs-insulation .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-finishing-options .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-tabs-materials .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.complete-solution .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-calc .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.functional-solutions .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-faq .title span::after {
		background-image: none;
	}
	.new-otdelka-type .title span::after {
		background-image: none;
	}
	.new-video-expert .title span::after {
		background-image: none;
	}
	.what-included-decoration .title span::after {
		background-image: none;
	}
	.new-how .title span::after {
		background-image: none;
	}
	.new-video-obzor .btn-spoiler-video,
	.new-video-expert .btn-spoiler-video {
		font-size: 12px;
	}
	.new-contacts-home .text-bottom {
		font-size: 12px;
	}
	.new-banner-subcategory {
		padding-top: 22px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.new-banner-subcategory .container {
		height: 100%;
		padding-bottom: 23px;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.new-banner-subcategory .banner-subtitle {
		max-width: 237px;
		margin-bottom: 11px;
		font-size: 16px;
	}
	.new-banner-subcategory .banner-list {
		display: block;
		margin-bottom: 57px;
	}
	.new-banner-subcategory .banner-list li {
		width: 178px;
		height: max-content;
		margin-left: auto;
		margin-bottom: 4px;
		padding: 7px 5px 7px 36px;
		font-size: 13px;
		text-align: left;
		font-family: 'Roboto';
	}
	.new-banner-subcategory .banner-list li:nth-child(2) {
		padding: 7px 5px 7px 36px;
	}
	.new-banner-subcategory .banner-list li:not(:last-child) {
		margin-right: 0;
	}
	.new-banner-subcategory .banner-list li:nth-child(1) img,
	.new-banner-subcategory .banner-list li:nth-child(3) img {
		top: calc(50% - 12px);
		left: 8px;
		width: 24px;
	}
	.new-banner-subcategory .banner-list li:nth-child(2) img {
		top: calc(50% - 12px);
		left: 8px;
		width: 24px;
	}
	.new-banner-subcategory .banner-list li svg {
		max-width: 15px;
	}
	.new-advantages .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-advantages .card img {
		max-width: 30px;
		margin-right: 8px;
	}
	.new-advantages .card-title {
		font-size: 15px;
	}
	.new-advantages .card-text {
		font-size: 12px;
	}
	.new-text-home-2-subcategory .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-text-home-2-subcategory .block-text ul {
		font-size: 12px;
	}
	.new-type-materials .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-type-materials .card-title {
		font-size: 16px;
	}
	.new-type-materials .card-text {
		font-size: 12px;
	}
	.new-type-materials .card-list ul {
		font-size: 12px;
	}
	.new-type-materials .card-price span {
		font-size: 16px;
	}
	.new-type-materials-btn {
		max-width: 128px;
	}
	.new-text-home-1-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-text-home-1-subcategory .card-border .spiler-text-hide {
		max-height: 125px;
		font-size: 12px;
	}
	.new-text-home-1-subcategory .card-border button {
		font-size: 12px;
	}
	.new-text-home-1-subcategory .card-border ul {
		font-size: 12px;
	}
	.new-text-home-1-subcategory .card-border p strong {
		font-size: 16px;
	}
	.new-text-home-1-subcategory .card-border .block-price {
		flex-direction: column;
		align-items: start;
	}
	.new-text-home-1-subcategory .card-border .price {
		margin-right: 0;
		margin-bottom: 16px;
		font-weight: 700;
		font-size: 22px;
		line-height: 120%;
	}
	.new-tabs-subcategory .title span {
		display: inline-block;
		margin-bottom: 11px;
	}
	.new-tabs-subcategory .nav-tabs {
		margin-bottom: 16px;
	}
	.new-tabs-subcategory .nav-link {
		padding: 6px 10px;
		font-size: 14px;
	}
	.new-tabs-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-tabs-subcategory .card-border p {
		font-size: 12px;
	}
	.new-tabs-subcategory .card-border p strong {
		font-size: 16px;
	}
	.new-table-subcategory .simplebar {
		height: 410px;
	}
	.new-table-subcategory .simplebar-track.simplebar-vertical {
		width: 5px;
	}
	.new-table-subcategory .simplebar-scrollbar {
		width: 5px;
		height: 105px !important;
		background-color: #FF7E20;
	}
	.new-table-subcategory .simplebar-scrollbar:before {
		background: #FF7E20;
	}
	.new-table-subcategory .my-subcategory-table th,
	.new-table-subcategory .my-subcategory-table td {
		padding: 8px;
		font-size: 12px;
		line-height: 1.4;
	}
	.new-table-subcategory .my-subcategory-table tr td:first-child {
		word-break: break-all;
	}
	.new-table-subcategory .title span::after {
		background-image: none;
	}
	.new-price-case .title span::after {
		background-image: none;
	}
	.header-btn-calc {
		margin-right: 8px;
	}
	.header-new-btn-call-mob,
	.header-link-review-mob,
	.header-link-video-mob {
		flex: 1 1 0;
	}
	.header-link-review-mob,
	.header-link-video-mob {
		justify-content: center;
		margin-right: 8px;
	}
	.header-new-btn-call-mob {
		padding: 4px;
		white-space: nowrap;
	}
	.header-link-video-mob {
		padding: 4.5px;
	}
	.header-link-review-mob {
		padding: 4px;
	}
	.new-finishing-options .card {
		padding: 16px 25px;
	}
	.title span {
		display: unset !important;
		margin-bottom: unset !important;
	}
	.title span::after {
		background-image: none !important;
	}
	.modal-popup .modal-header {
		padding: 0 0 7px;
	}
	.modal-popup .modal-body {
		padding: 16px 8px;
		border-radius: 20px;
	}
	.modal-popup .modal-body img {
		width: 252px;
	}
	.modal-popup-2 .modal-body img {
		width: 190px;
	}
	.modal-popup .btn-close svg {
		width: 15px;
	}
	.new-feedback-distrust .form-fon {
		padding: 0;
		background-image: none;
		overflow: hidden;
	}
	.new-feedback-distrust .form-wrap {
		padding: 0 12px 16px;
		background-color: #fff;
	}
	.new-feedback-distrust-title {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.new-feedback-distrust-subtitle {
		width: 100%;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.new-feedback-distrust-list {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 1.2;
	}
	.new-feedback-distrust-list li {
		display: flex;
		align-items: start
	}
	.new-faq-btn {
		font-size: 16px;
	}
	.new-about-us-page-1 .block-text ul li {
		padding-left: 28px;
		font-size: 16px;
        background-position: left top;
        background-size: 17px;
	}
	.new-about-us-page-1 .block-text .card {
		padding: 8px 6px;
	}
	.new-about-us-page-1 .block-text .card-title {
		font-size: 20px;
	}
	.new-about-us-page-1 .block-text .card-text {
		font-size: 14px;
	}
	.new-about-us-page-3 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.new-about-us-page-3 .container {
		padding: 8px;
	}
	.new-about-us-page-5 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.new-about-us-page-5 .container {
		padding: 16px 8px;
	}
	.new-about-us-page-4 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.new-about-us-page-4 .container {
		padding: 24px 8px;
	}
	.new-about-us-page-4 ul {
		margin-bottom: 16px;
	}
	.new-about-us-page-4 ul li {
		align-items: start;
	}
	.new-about-us-page-4 ul li svg {
		min-width: 45px;
		margin-right: 8px;
	}
	.new-about-us-page-4 .block-grey {
		margin-bottom: 16px;
		padding: 0;
		background-color: transparent;
	}
	.new-about-us-page-4 .row-bottom .card-title {
		font-size: 22px;
	}
	.banner-modal .modal-header {
		padding: 0 0 7px;
	}
	.banner-modal .modal-body {
		padding: 48px 24px;
		border-radius: 24px;
	}
	.banner-modal .btn-close svg {
		width: 15px;
	}
	.banner-modal .modal-title {
		font-size: 24px;
	}
	.banner-modal .modal-subtitle {
		margin-bottom: 24px;
	}
	.new-about-us-page-2 .block-text ul {
		font-size: 16px;
	}
	.perfect-balcony .container-fluid {
		background-image: none;
		background-color: rgba(255, 236, 222, 0.7);
	}
	.perfect-balcony .container {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.perfect-balcony-title {
		font-size: 24px;
	}
	.perfect-balcony-subtitle {
		margin-bottom: 16px;
		font-size: 17px;
	}
	.perfect-balcony-list {
		margin-bottom: 0;
		columns: unset;
		font-size: 14px;
		line-height: unset;
	}
	.perfect-balcony-list li {
		margin-bottom: 16px;
	}
	.perfect-balcony .img-content {
		margin-bottom: 16px;
		border-radius: 10px;
	}
	.perfect-balcony .block-btn {
		flex-direction: column;
	}
	.perfect-balcony .block-btn .text {
		margin-right: 0; 
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 600;
	}
	.perfect-balcony .block-btn button {
		white-space: normal;
		font-size: 18px;
		line-height: 1;
	}
	.trusted-brands .card {
		padding: 8px;
	}
	.trusted-brands .title {
		font-size: 23px;
	}
	.trusted-brands .card-subtitle {
		font-size: 15px;
		line-height: 1.2;
	}
	.trusted-brands-list {
		font-size: 14px;
		line-height: 1.8;
	}
	.trusted-brands .swiper-new-suppliers {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.trusted-brands-list li:not(:first-child) {
		border-left: 0;
	}
	.trusted-brands-list li {
		max-width: 100%;
		padding-left: 30px;
		background-position: left top;
	}
	.trusted-brands-list li:not(:last-child) {
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #cfcfcf;
	}
	.wholesale-discounts .card {
		padding: 100px 8px 24px;
	}
	.wholesale-discounts .card-subtitle {
		font-size: 15px;
	}
	.wholesale-discounts button {
		padding: 11px 12px;
		font-size: 18px;
	}
}
/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		left: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	.swiper {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next {
		right: -6px !important;
	}
	.swiper-button-prev {
		left: -6px !important;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 20px;
		height: 20px;
		-webkit-background-size: 8px;
		background-size: 8px;
	}
	.new-block-social .block-link a:last-child {
		margin-right: 0;
	}
	.new-additional-services .card-price {
		font-size: 18px;
	}
	.new-additional-services .card-title {
		font-size: 14px;
	}
	.new-suppliers .card-title {
		text-align: center;
	}
	.new-suppliers .card-text {
		margin-bottom: 20px;
	}
	.new-suppliers ul {
		justify-content: space-between;
	}
	.new-certificates .card {
		padding: 12px;
	}
	.new-contacts-home .card .block-btn {
		flex-direction: column;
		align-items: start;
	}
	.new-contacts-home .card .block-text span:last-child {
		display: inline-block;
		margin-bottom: 16px;
	}
	.new-quiz-fon {
		background-image: url(/assets/new-img/new-quiz-fon-mob.png);
	}
	.new-quiz-fon .img-circle {
		display: none;
	}
	.new-quiz-fon .qwiz {
		padding: 12px;
	}
	.new-quiz-fon .qwiz-title {
		font-size: 20px;
	}
	.new-quiz-fon .qwiz .slide-header {
		margin-bottom: 8px;
	}
	.new-quiz-fon .qwiz .slide-title {
		font-size: 16px;
	}
	.new-quiz-fon .custom-checkbox>span {
		font-size: 14px;
	}
	.new-quiz-fon .textGreen {
		font-size: 16px;
	}
	.feedback-radio-man {
		display: none;
	}
	.new-video-expert .expert-card-btn {
		font-size: 14px;
	}
	.new-banner .block-link {
		display: none;
	}
	.new-banner .form-btn {
		font-size: 20px;
	}
	.new-banner .banner-list li {
		font-size: 12px;
	}
	.new-faq .title span::after {
		background-image: none;
	}
	.new-otdelka-type .title span::after {
		background-image: none;
	}
	.new-video-expert .title span::after {
		background-image: none;
	}
	.what-included-decoration .title span::after {
		background-image: none;
	}
	.new-how .title span::after {
		background-image: none;
	}
	.new-text-home-1-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-tabs-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-table-subcategory .title span::after {
		background-image: none;
	}
	.new-price-case .title span::after {
		background-image: none;
	}
	.header-btn-calc {
		margin-right: 8px;
	}
	.header-new-btn-call-mob,
	.header-link-review-mob,
	.header-link-video-mob {
		flex: 1 1 0;
	}
	.header-link-review-mob,
	.header-link-video-mob {
		justify-content: center;
		margin-right: 8px;
	}
	.header-new-btn-call-mob {
		padding: 4px;
	}
	.header-link-video-mob {
		padding: 4.5px;
	}
	.header-link-review-mob {
		padding: 4px;
	}
	.new-feedback-distrust .form-fon {
		padding: 0;
		background-image: none;
		overflow: hidden;
	}
	.new-feedback-distrust .form-wrap {
		padding: 0 32px 32px;
		background-color: #fff;
	}
	.new-feedback-distrust-subtitle {
		width: 100%;
	}
	.new-feedback-distrust-list li {
		display: flex;
		align-items: start
	}
	.new-about-us-page-3 .container {
		padding: 24px;
	}
	.perfect-balcony .container-fluid {
		background-image: none;
		background-color: rgba(255, 236, 222, 0.7);
	}
	.perfect-balcony .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.perfect-balcony-title {
		font-size: 26px;
	}
	.perfect-balcony-subtitle {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.perfect-balcony-list {
		margin-bottom: 0;
		columns: unset;
	}
	.perfect-balcony-list li {
		margin-bottom: 16px;
	}
	.perfect-balcony .img-content {
		margin-bottom: 16px;
		border-radius: 10px;
	}
	.perfect-balcony .block-btn {
		flex-direction: column;
	}
	.perfect-balcony .block-btn .text {
		margin-right: 0; 
		margin-bottom: 16px;
	}
	.trusted-brands .title {
		margin-bottom: 16px;
	}
	.trusted-brands .title span::after {
		background-image: none;
	}
	.trusted-brands .card {
		padding: 20px 24px;
	}
	.trusted-brands .swiper-new-suppliers {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.trusted-brands-list li:not(:first-child) {
		border-left: 0;
	}
	.trusted-brands-list li {
		max-width: 100%;
		padding-left: 30px;
		background-position: left top;
	}
	.trusted-brands-list li:not(:last-child) {
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #cfcfcf;
	}
	.wholesale-discounts .card {
		padding: 100px 24px 24px;
	}
}
/* Устройства Medium (планшеты, менее 992 пикселей) */
@media  (min-width: 768px) and (max-width: 991.98px) {
	body {
		margin-top: 84px;
	}
	.swiper {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next {
		right: -6px !important;
	}
	.swiper-button-prev {
		left: -6px !important;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 20px;
		height: 20px;
		-webkit-background-size: 8px;
		background-size: 8px;
	}
	.new-block-social .block-link a:last-child {
		margin-right: 0;
	}
	.new-additional-services .card-price {
		font-size: 18px;
	}
	.new-additional-services .card-title {
		font-size: 14px;
	}
	.new-suppliers .card-title {
		text-align: center;
	}
	.new-suppliers .card-text {
		margin-bottom: 20px;
	}
	.new-suppliers ul {
		justify-content: space-between;
	}
	.new-quiz-fon {
		background-image: url(/assets/new-img/new-quiz-fon-mob.png);
	}
	.new-quiz-fon .img-circle {
		display: none;
	}
	.feedback-radio-man {
		display: none;
	}
	.new-video-expert .expert-card-btn {
		font-size: 14px;
	}
	.new-banner .block-link {
		display: none;
	}
	.new-faq .title span::after {
		background-image: none;
	}
	.new-otdelka-type .title span::after {
		background-image: none;
	}
	.new-video-expert .title span::after {
		background-image: none;
	}
	.what-included-decoration .title span::after {
		background-image: none;
	}
	.new-how .title span::after {
		background-image: none;
	}
	.new-price-case .title span::after {
		background-image: none;
	}
	.new-text-home-1-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-tabs-subcategory .card-border {
		padding: 16px;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		box-shadow: 0 11px 27px 0 rgba(0, 0, 0, 0.07);
	}
	.new-products-otdelka .card-footer .npo-btn {
		padding: 9px 16px;
	}
	.header-btn-calc {
		margin-right: 8px;
	}
	.header-new-btn-call-mob,
	.header-link-review-mob,
	.header-link-video-mob {
		flex: 1 1 0;
	}
	.header-link-review-mob,
	.header-link-video-mob {
		justify-content: center;
		margin-right: 8px;
	}
	.header-new-btn-call-mob {
		padding: 4px;
	}
	.header-link-video-mob {
		padding: 4.5px;
	}
	.header-link-review-mob {
		padding: 4px;
	}
	.new-feedback-distrust .form-fon {
		padding: 0;
		background-image: none;
		overflow: hidden;
	}
	.new-feedback-distrust .form-wrap {
		padding: 0 32px 32px;
		background-color: #fff;
	}
	.new-about-us-page-3 .container {
		padding: 24px;
	}
	.new-about-us-page-4 .row-bottom .card-title {
		font-size: 30px;
	}
	.trusted-brands .card {
		padding: 20px 24px;
	}
	.trusted-brands .swiper-new-suppliers {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.wholesale-discounts .card {
		padding: 100px 24px 24px;
	}
}


/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media  (min-width: 992px) and (max-width: 1199.98px) { 
	.header-new-btn-call {
		font-size: 12px;
	}
	.swiper {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next {
		right: -6px !important;
	}
	.swiper-button-prev {
		left: -6px !important;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 20px;
		height: 20px;
		-webkit-background-size: 8px;
		background-size: 8px;
	}
	.new-additional-services .card-price {
		font-size: 20px;
	}
	.new-additional-services .card-title {
		font-size: 16px;
	}
	.new-contacts-home .card .block-btn {
		flex-direction: column;
		align-items: start;
	}
	.new-contacts-home .card .block-text span:last-child {
		display: inline-block;
		margin-bottom: 16px;
	}
	.new-quiz-fon {
		background-image: url(/assets/new-img/new-quiz-fon-mob.png);
	}
	.feedback-radio-man {
		display: none;
	}
	.new-about-us-page-3 .container {
		padding: 24px;
	}
	.new-about-us-page-4 .row-bottom .card-title {
		font-size: 30px;
	}
	.wholesale-discounts .card {
		padding: 100px 24px 24px;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media  (min-width: 1200px) and (max-width: 1399.98px) {
	.header-new-btn-call {
		font-size: 14px;
	}
	.swiper {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next {
		right: -6px !important;
	}
	.swiper-button-prev {
		left: -6px !important;
	}
	.swiper-button-prev::after, .swiper-button-next::after {
		width: 20px;
		height: 20px;
		-webkit-background-size: 8px;
		background-size: 8px;
	}
	.new-additional-services .card-price {
		font-size: 20px;
	}
	.new-additional-services .card-title {
		font-size: 16px;
	}
	.wholesale-discounts .title {
		font-size: 34px;
	}
}