body {
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	/*outline: 1px solid #f00 !important;*/
}

.slider-tri .roundBtn {
	display: none;
}

.btn_site {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #E6383B;
	display: block;
	cursor: pointer;
	max-width: 190px;
	color: initial;
	padding: 0px 20px;
}

.btn_site:hover {
	background: #E6383B;
	color: #fff;
}

h2,
h3,
.h2 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 600;
	color: #252525;
	border-bottom: 2px solid #E6E5E6;
	width: fit-content;
	padding: 0 0 10px 0;
	text-align: left !important;
}

.article-details {
	font-size: 16px;
}

.header-style-1 .header-middle {
	background-color: #fff;
	padding: 0;
	min-height: 120px;
	display: flex;
	align-items: center;
}

.header-middle .container .row {
	margin: 0;
}

.logo-header {
	max-width: 80px;
	padding: 0;
}

.logo-image {
	width: 80px;
	height: auto;
}

.header-middle-right {
	min-width: calc(100% - 80px);
	padding: 0;
}

.new-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 20px;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #252525;
}

.new-top span:nth-child(1) {
	max-width: 275px;
}

.new-top span:nth-child(2) {
	max-width: 200px;
	font-size: 16px;
}

.new-top span:nth-child(3) {
	max-width: 140px;
}

.new-top span:nth-child(3) a {
	color: #252525;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}

.new-top span:nth-child(3) a:hover {
	text-decoration: underline;
}

.new-top .new-top-btn {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #E6383B;
	display: block;
	width: 160px;
}

.new-top .new-top-btn:hover {
	background: #E6383B;
	color: #fff;
}

.new-top-socio {
	display: flex;
	gap: 15px;
}

.header-style-1 .header-bottom {
	height: 70px;
	padding: 10px 0;
}

.menu_vertical .title-mod {
	display: block;
	background: #e6383b;
	line-height: 40px;
	text-transform: none;
	font-weight: 500;
	padding: 0 25px;
	font-size: 116.67%;
	color: #fff;
	margin: 7px 0 13px 0;
	border-radius: 15px;
	width: 160px;
	border: 0;
}

.sp-megamenu-parent {
	z-index: 10000000;
}

.header-bottom .main-megamenu {
	display: flex;
	justify-content: space-between;
	margin: 0 -100px 0 -100px;
	min-width: calc(75% + 100px);
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
	text-transform: none;
}

.search-fo-menu form {
	margin: 5px 0 0 10px;
}

.search-fo-menu .form-control {
	background: #203c8e;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	width: 250px !important;
}

.search-fo-menu .form-control::placeholder {
	color: #fff;
	text-shadow: none;
}

.search-fo-menu #searchsubmit {
	background: #ffffff;
	border: 0;
	border-radius: 15px;
	width: 50px;
	margin: 0 0 0 -15px;
	z-index: 1000;
}

.btn-join {
	display: none;
}


/*
.ba-forms-modal-wrapper .ba-form-page {
    border-radius: 20px;
}
.ba-form-submit-btn {
    border-radius: 15px!important;
    border: 1px solid #E6383B;
}
.ba-form-submit-title {
	color: #fff!important;
}
.ba-form-submit-btn:hover {
    color: #fff!important;
    
}
*/

.populyarnye-uslugi {
	margin-top: 85px;
}

.populyarnye-uslugi-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.5%;
	margin: 40px 0 0 0;
}

.populyarnye-uslugi-a {
	width: 31%;
	height: 270px;
	border: 2px solid #DADCE8;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: auto;
}

.populyarnye-uslugi-a:hover {
	border: 2px solid #fff;
}

.populyarnye-uslugi-a:before {
	content: "";
	inset: 0;
	position: absolute;
	border-radius: 10px;
	z-index: 1;
	opacity: 0;
	transition: 1s;
}

.populyarnye-uslugi-a:nth-child(1):hover:before {
	background-image: url("/images/2025/proekt-bg.jpg");
	opacity: 1;
}

.populyarnye-uslugi-a:nth-child(2):hover:before {
	background-image: url("/images/2025/mohtaj-bg.jpg");
	opacity: 1;
}

.populyarnye-uslugi-a:nth-child(3):hover:before {
	background-image: url("/images/2025/poj-sig-bg.jpg");
	opacity: 1;
}

.populyarnye-uslugi-a:after {
	content: "";
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background-image: url(/images/2025/turma.png);
	position: absolute;
	z-index: 0;
	/* filter: invert(1); */
	background-position: center;
}

.populyarnye-uslugi-bel {
	background: #FFFFFFCC;
	padding: 10px 0;
	display: block;
	width: 300px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.populyarnye-uslugi-a p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #252525;
}

.populyarnye-uslugi-a a {
	width: 160px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	color: #252525;
	text-align: center;
	border: 1px solid #E6383B;
	border-radius: 10px;
	display: none;
}

.populyarnye-uslugi-a:hover a {
	display: block;
}

.populyarnye-uslugi-a a:hover {
	color: #fff;
	background: #E6383B;
}

.populyarnye-uslugi-a img {
	width: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.populyarnye-uslugi-a:hover img {
	display: none;
}

.montazh-sistem-bezopasnosti {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.montazh-sistem-bezopasnosti p {
	margin: 10px 0 5px 0;
}

.montazh-sistem-bezopasnosti ul {
	margin: 0;
	list-style-type: disc;
	margin: 0 0 0 25px;
}

.obratitsya-k-nam {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.obratitsya-k-nam-block {
	display: grid;
	grid-template-columns: .8fr .5fr .5fr;
	grid-template-rows: 1fr 1fr .2fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	margin: 50px 0 0 0;
}

.obratitsya-k-nam-block img {
	grid-area: 1 / 1 / 4 / 2;
}

.obratitsya-k-nam-block div {
	text-align: center;
	border: 2px solid #DADCE8;
	border-radius: 10px;
	position: relative;
	padding: 20px;
}

.obratitsya-k-nam-block div:after {
	content: "";
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background-image: url(/images/2025/turma.png);
	background-size: cover;
	position: absolute;
	z-index: 0;
	background-position: center;
}

.obratitsya-k-nam-block div img {
	position: relative;
	z-index: 1;
	margin: 0 auto 10px auto;
}

.obratitsya-k-nam-block div span {
	position: relative;
	z-index: 1;
}

.obratitsya-k-nam-block a {
	grid-area: 3 / 2 / 4 / 4;
	background: #E6383B;
	border: 1px solid #E6383B;
	box-shadow: 0px 4px 4px #00000040;
	width: 100%;
	line-height: 42px;
	text-align: center;
	height: 42px;
	gap: 20px;
	border-radius: 15px;
	color: #fff;
}

.bonusy-dlya-vas {
	margin: 100px 0 0 0;
	font-size: 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	box-shadow: 0px 3px 15px 0px #0000001A;
	border-radius: 10px;
}

.bonusy-dlya-vas-block {
	padding: 20px 40px;
}

.bonusy-item-a,
.bonusy-item-b {
	height: 150px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: start;

}

.bonusy-item-a {
	flex-direction: column;
	align-items: start;

}

.bonusy-item-b {
	flex-direction: row;
	align-items: center;
}

.bonusy-item-a p {
	max-width: 350px;
}

.bonusy-item-b p {
	max-width: 250px;
}

.bonusy-dlya-vas a {
	color: #252525;
}

.bonusy-dlya-vas a:hover {
	color: #252525;
	text-decoration: underline;
}

.bonusy-dlya-vas-btn {
	display: block;
	width: 125px;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #E6383B;
}

.bonusy-dlya-vas-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
	background: #E6383B;
}

.bonusy-recom img {
	width: auto;
	height: 280px;
	margin: 0 auto;
}

.bx-controls {
	position: relative;
}

.bx-controls-direction {
	position: relative;
}

.bx-wrapper .bx-controls-direction a {
	top: auto !important;
	bottom: -20px;
}

.bx-wrapper .bx-prev {
	right: -30px !important;
	left: auto !important;
}

.bx-wrapper .bx-next {
	right: -70px !important;
	left: auto !important;
}

/* Благодарственные письма */
.spoiler-btn::after {
	content: "Свернуть текст";
}

.spoiler-btn.expanded::after {
	content: "Читать весь отзыв";
}

.slide-custom {
	display: none;
}

.slide-custom.active {
	display: block;
}

.pagination {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}

.roundBtn {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #b5827275;
	cursor: pointer;
}

.roundBtn.active {
	background-color: #b58272;
}

.spoiler-btn {
	display: block;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin: 5px 0 0 0;
	cursor: pointer;
}

.slider-spoiler {
	position: relative;
}

.sudak-tudak {
	display: flex;
	gap: 15px;
	position: absolute;
	right: 0;

}

.left-arrow,
.right-arrow {
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
}

.left-arrow img,
.right-arrow img {
	width: 28px;
	height: 28px;
}

.left-arrow:hover,
.right-arrow:hover {
	border: 1px solid #E6383B;
}




.blagodarstvennye-pisma {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.blagodarstvennye-pisma b {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 40px 0;
}

.blagodarstvennye-pisma-block {
	display: grid;
	grid-template-columns: 275px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.blagodarstvennye-pisma-img img {
	border-radius: 10px;
	border: 1px solid #00000024;
	max-height: 380px;
}

.blagodarstvennye-pisma .bx-wrapper {
	margin: 0 0 0 -30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blagodarstvennye-pisma-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blagodarstvennye-pisma-item-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 4px 4px 0px #00000040;
	border: 1px solid #00000040;
	border-radius: 10px;
	min-height: 265px;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	margin: 0 2px 0 -40px;
}

.blagodarstvennye-pisma-item-block span {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	border-bottom: 1px solid #203C8F;
	margin: 0 0 20px 0;
	position: relative;
}

.blagodarstvennye-pisma-item-block span:after {
	content: "";
	top: 0;
	right: 0;
	width: 36px;
	height: 25px;
	position: absolute;
	background-image: url(images/2025/zapp.png);
}

.blagodarstvennye-pisma-item-block span img {
	width: 50px;
}

.blagodarstvennye-pisma-item-block p {
	margin: 0;
}

.blagodarstvennye-pisma-item-block a {
	color: #203C8F;
}

.blagodarstvennye-pisma-item-block a:hover {
	text-decoration: underline;
}




@media screen and (max-width: 524px) {
	.slider-spoiler {
		position: relative;
		padding: 0 10px;
	}

	.sudak-tudak {
		top: -40px;
	}

	.blagodarstvennye-pisma-block {
		grid-template-columns: 1fr;
	}

	.blagodarstvennye-pisma-img {
		text-align: center;
	}

	.blagodarstvennye-pisma-img img {
		max-height: 280px;
	}

	.blagodarstvennye-pisma-item-block {
		margin: 0;
		border-radius: 10px;
		min-height: 465px;

	}
}



/* End Благодарственные письма */


.montazh-i-ehkspluataciya {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.montazh-i-ehkspluataciya .h2 {
	font-size: 18px;
	line-height: 25px;
	padding: 0 0 5px 0;
}

.ehtapy-sotrudnichestva {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.ehtapy-sotrudnichestva-block {
	display: grid;
	grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	margin: 40px 0 0 10px;
}

.ehtapy-sotrudnichestva-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
	border-radius: 10px;
	background: #DADCE8;
	box-shadow: 0px 4px 12px 0px #05324A0F;
	position: relative;
}

.ehtapy-sotrudnichestva-item:before {
	content: "";
	top: -10px;
	left: -10px;
	width: 32px;
	height: 32px;
	position: absolute;
}

.ehtapy-sotrudnichestva-item:nth-child(1):before {
	background-image: url(/images/2025/etap-01.png);
}

.ehtapy-sotrudnichestva-item:nth-child(3):before {
	background-image: url(/images/2025/etap-02.png);
}

.ehtapy-sotrudnichestva-item:nth-child(5):before {
	background-image: url(/images/2025/etap-03.png);
}

.ehtapy-sotrudnichestva-item:nth-child(7):before {
	background-image: url(/images/2025/etap-04.png);
}

.ehtapy-sotrudnichestva-item:nth-child(9):before {
	background-image: url(/images/2025/etap-05.png);
}

.ehtapy-sotrudnichestva-item span {
	text-align: center;
}

.ehtapy-sotrudnichestva-btn {
	background: #fff;
	box-shadow: none;
	border: 1px solid #E6383B
}

.ehtapy-sotrudnichestva-btn {
	background: #fff;
	color: #252525;
	box-shadow: none;
	border: 1px solid #E6383B;
}

.ehtapy-sotrudnichestva-btn:before {
	display: none;
}

.ehtapy-sotrudnichestva-btn:hover {
	background: #E6383B;
	color: #fff;
}

.ehtapy-polosa {
	display: flex;
	align-items: center;
}

.ehtapy-polosa span {
	display: block;
	width: 100%;
	height: 2px;
	background: #9C9C9C;
}

.ehtapy-polosa-fo-mob {
	display: none;
}

.sertifikaty-licenzii {
	margin: 100px 0 0 0;
	font-size: 16px;
}

.brendy {
	margin: 100px 0 0 0;
	font-size: 16px;
	position: relative;
}

.example-image-link {
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
}

.text-content {
	display: none;
	/* Скрываем текст по умолчанию */
	color: #252525;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
	max-width: 500px;
	border-radius: 10px;
	box-shadow: 0 0 2px #e6e6e6, 0 0 4px #e6e6e6, 0 0 6px #e6e6e6, 0 0 8px #e6e6e6, 0 0 10px #e6e6e6;
}

.close-button {
	display: inline-block;
	padding: 4px 10px;
	background-color: #ffffff;
	color: #000000;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.close-button:hover {
	/* background-color: #d32f2f; Темнее при наведении */
}

#display-text {
	text-align: justify;
	display: block;
}

#display-text span {
	display: block;
	border-bottom: 1px solid #E6E5E6;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#popup-unicum {
	display: none;
	/* Скрываем попап по умолчанию */
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

#popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	max-width: 500px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#popup-text-unicum {
	display: block;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}

#popup-text-unicum strong {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.close-btn {
	padding: 0;
	background-color: transparent;
	color: #000;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 15px;
}


.sertifikaty-licenzii .bx-controls,
.brendy .bx-controls {
	order: -1;
}

.sertifikaty-licenzii .bx-wrapper .bx-controls-direction a,
.brendy .bx-wrapper .bx-controls-direction a {
	top: 0px !important;
	bottom: auto;
}

.chasto-zadavaemye {
	display: grid;
	grid-template-columns: 1fr .8fr;
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	margin: 100px 0 0 0;
	font-size: 16px;
}

.acor-container {
	margin: 20px 0;
}

.acor-container .acor-body {
	/* width: calc(100% - 20px); */
	margin: 0 auto;
	height: 0;
	color: #252525;
	background-color: #fff;
	line-height: 27px;
	padding: 0 20px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	font-size: 16px;
}

.acor-container .acor-body p {
	margin: 0 0 10px;
}

.acor-container label {
	cursor: pointer;
	background-color: #fff;
	color: #252525;
	box-shadow: 0px 0px 24px 0px #05324A14;
	border: 1px solid #05324A14;
	display: block;
	padding: 15px 20px;
	width: 100%;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 100;
	font-size: 18px;
	margin: 0 0 5px;
	transition: color .35s;
}

.acor-container label:hover {
	color: #000;
}

.acor-container input {
	display: none;
}

.acor-container label:before {
	content: '';
	/* content: '\276F'; */
	float: right;
	background-image: url(/images/2025/plus.png);
	width: 32px;
	height: 29px;
}

.acor-container input:checked+label {
	background-color: #fff;
	color: #252525;
	box-shadow: 0px 0px 24px 0px #05324A14;
	border-radius: 10px;
}

.acor-container input:checked+label:before {
	background-image: url(/images/2025/minus.png);
}

.acor-container input:checked+label+.acor-body {
	height: auto;
	margin-top: -5px;
	color: #252525;
	padding: 20px 30px 10px;
}



.new-bottom-form {
	min-height: 310px;
	background-image: url(/images/bottom-fom.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

.new-bottom-form:before {
	content: "";
	background: #000000B2;
	inset: 0;
	position: absolute;
}

.new-bottom-form .new-bottom-section {
	display: flex;
	align-items: center;
	min-height: 310px;
}

.callback-block {
	width: 100%;
}

.new-bottom-map {
	min-height: 400px;
}

.new-bottom-section {
	max-width: 1170px;
	margin: 0 auto;
}

.new-bottom-map-txt {
	width: 320px;
	height: 320px;
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	margin: -355px 0 0 0;
	position: relative;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.new-bottom-map-txt div {
	margin: 0 0 25px 0;
}

.new-bottom-map-txt div span {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	margin: 0 0 5px 0;
}

.new-bottom-map-phone {
	display: block;
	color: #000;
}

.new-bottom-map-phone:hover {
	text-decoration: underline;
	color: #000;
}

.new-bottom-map-email {
	text-decoration: underline !important;
	display: block;
	color: #000;
}

.new-bottom-map-email:hover {
	text-decoration: none !important;
	color: #000;
}

/* Выключено! */
.footer-bottom {
	display: none;
}

.new-bottom-a {
	background: #F3F4F8;
}

.new-bottom-a .new-bottom-section {
	min-height: 255px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.itemid-101 .logo-bottom-home {
	display: block;
}

.itemid-101 .logo-bottom-site {
	display: none;
}

.logo-bottom-home {
	display: none;
}

.logo-bottom-site {
	display: block;
}

.new-bottom-logo span {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.new-bottom-menu {
	min-height: 170px;
}

.new-bottom-menu:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-bottom-menu:nth-child(2) div {}

.new-bottom-menu span {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	width: 100%;
	margin: 0 0 12px 0;
	display: block;
}

.new-bottom-menu a {
	display: block;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #252525;

}

.new-bottom-menu a:hover {
	text-decoration: underline;
}


.new-bottom-b {
	background: #EBEDF6;
}

.new-bottom-b .new-bottom-section {
	min-height: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.new-bottom-b .new-bottom-section a {
	color: #252525;
}

.new-bottom-b .new-bottom-section a:hover {
	text-decoration: underline;
}

/* Актуальные предложения */

.aktualnye-predlozheniya {
	margin: 100px 0 0 0;
	font-size: 16px;
}




.aktualnye-predlozheniya input[type=radio] {
	display: none;
}

.card {
	position: absolute;
	width: 60%;
	height: 280px;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .4s ease;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 20px 40px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.card span {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	position: relative;
	color: #fff;
}

.card p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 420px;
	position: relative;
	color: #fff;
}

.card a {
	display: block;
	width: 240px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #E6383B;
	border-radius: 15px;
	position: relative;
}

.card a:hover {
	color: #fff;
	text-decoration: none;
	background: #E6383B;
}

#slider-item-01 {
	background-image: url("/images/2025/aktualnye-01.jpg");
}

#slider-item-02 {
	background-image: url("/images/2025/aktualnye-02.jpg");
}

#slider-item-03 {
	background-image: url("/images/2025/aktualnye-03.jpg");
}

.slider-tri {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	max-height: 600px;
	height: 100%;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.cards {
	position: relative;
	width: 100%;
	height: 300px;
}



#slider-tri-01:checked~.cards #slider-item-03,
#slider-tri-02:checked~.cards #slider-item-01,
#slider-tri-03:checked~.cards #slider-item-02 {
	transform: translatex(-40%) scale(.8);
	z-index: 0;
	color: #000;
	background-image: none;
}

#slider-tri-01:checked~.cards #slider-item-03 span,
#slider-tri-02:checked~.cards #slider-item-01 span,
#slider-tri-03:checked~.cards #slider-item-02 span {
	color: #252525;
}

#slider-tri-01:checked~.cards #slider-item-03 p,
#slider-tri-02:checked~.cards #slider-item-01 p,
#slider-tri-03:checked~.cards #slider-item-02 p {
	color: #252525;
}

#slider-tri-01:checked~.cards #slider-item-03 a,
#slider-tri-02:checked~.cards #slider-item-01 a,
#slider-tri-03:checked~.cards #slider-item-02 a {
	display: none;
}

#slider-tri-01:checked~.cards #slider-item-02,
#slider-tri-02:checked~.cards #slider-item-03,
#slider-tri-03:checked~.cards #slider-item-01 {
	transform: translatex(40%) scale(.8);
	z-index: 0;
	color: #000;
	background-image: none;
	text-align: right;
	align-items: end;
}

#slider-tri-01:checked~.cards #slider-item-02 span,
#slider-tri-02:checked~.cards #slider-item-03 span,
#slider-tri-03:checked~.cards #slider-item-01 span {
	color: #252525;
}

#slider-tri-01:checked~.cards #slider-item-02 p,
#slider-tri-02:checked~.cards #slider-item-03 p,
#slider-tri-03:checked~.cards #slider-item-01 p {
	color: #252525;
}

#slider-tri-01:checked~.cards #slider-item-02 a,
#slider-tri-02:checked~.cards #slider-item-03 a,
#slider-tri-03:checked~.cards #slider-item-01 a {
	display: none;
}

#slider-tri-01:checked~.cards #slider-item-01,
#slider-tri-02:checked~.cards #slider-item-02,
#slider-tri-03:checked~.cards #slider-item-03 {
	transform: translatex(0) scale(1);
	opacity: 1;
	z-index: 1;

	img {
		box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
	}
}

.pagination {
	position: relative;
	display: flex;
	gap: 10px;
}

.pagination label {
	width: 100px;
	height: 5px;
	background-color: #ccc;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
}

.pagination label:hover {
	background-color: #203C8E;
}

/* Активная пагинация */
#slider-tri-01:checked~.pagination label[for="slider-tri-01"],
#slider-tri-02:checked~.pagination label[for="slider-tri-02"],
#slider-tri-03:checked~.pagination label[for="slider-tri-03"] {
	background-color: #203C8E;
	/* Активный цвет */
}

/* Показать соответствующий слайд */
#slider-1:checked~.slides {
	transform: translateX(0);
}

#slider-2:checked~.slides {
	transform: translateX(-100%);
}

#slider-3:checked~.slides {
	transform: translateX(-200%);
}

.nav-buttons {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	position: absolute;
	bottom: 0;
	right: 25px;
}

.nav-btn-prev,
.nav-btn-next {
	width: 28px;
	height: 28px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
}

.nav-btn-prev:hover,
.nav-btn-next:hover {
	border: 1px solid #E6383B;
}

.nav-btn-prev {
	background: url(/images/2025/sudak.png) no-repeat 0 0px;
}

.nav-btn-next {
	background: url(/images/2025/tudak.png) no-repeat 0 0px;
}

.new-container {
	max-width: 1170px;
	margin: 0 auto 60px auto;
	padding: 0;
}


#off-menu_148 {
	margin: -7px 0px 10px 0px;
}

#off-menu_148:before {
	background: transparent;
}

.off-menu_148 .h3 {
	display: block;
	background: #e6383b;
	line-height: 40px;
	text-transform: none;
	font-weight: 500;
	padding: 0 25px;
	font-size: 116.67%;
	color: #fff;
	margin: 0px 0 13px 0;
	border-radius: 15px;
	width: 160px;
	border: 0;
}

#off-menu_148 div.h3.sm-head span {
	/* font-family: 'Varela Round', sans-serif; */
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-shadow: 0px 0px 1px 00000033;
	line-height: 44px !important;
}

.new-href {
	color: #e63838;
	text-decoration: underline !important;
}

.new-href:hover {
	color: #e63838;
	text-decoration: none !important;
}

.reviews-item {
	margin: 25px 0 50px 0;
	box-shadow: 0px 3px 15px 0px #0000001A;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.reviews-item span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: fit-content;
	gap: 20px;
	margin: 0 0 5px 0;
	font-size: 18px;
}

.reviews-item strong {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #203c8e;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}

.reviews-item b {
	font-size: 14px;
}

.itemid-206 .article-introtext img {
	border-radius: 10px;
}




@media screen and (max-width: 524px) {
	.slider-tri {
		margin: 100px auto 0 auto;
	}

	.card {
		width: 90%;
		height: 320px;
		padding: 20px;
	}

	#slider-tri-01:checked~.cards #slider-item-02,
	#slider-tri-02:checked~.cards #slider-item-03,
	#slider-tri-03:checked~.cards #slider-item-01 {
		transform: translatey(30%) scale(.85);
		text-align: left;
		align-items: start;
		justify-content: end;
		flex-direction: column-reverse;
	}

	#slider-tri-01:checked~.cards #slider-item-03,
	#slider-tri-02:checked~.cards #slider-item-01,
	#slider-tri-03:checked~.cards #slider-item-02 {
		transform: translatey(-30%) scale(.85);

	}

	.card span {
		font-size: 20px;
		line-height: 28px;
	}

	.card p {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	.cards {
		height: 420px;
	}

	.pagination label {
		width: 80px;
	}

	.nav-buttons {
		bottom: -60px;
		right: auto;
	}

	.new-bottom-b .new-bottom-section {
		justify-content: center;
		padding: 20px 0;
		text-align: center;
		flex-direction: column;
		gap: 10px;
	}


}

@media screen and (min-width: 525px) and (max-width: 758px) {
	.card span {
		font-size: 20px;
		line-height: 28px;
	}

	.card p {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

}

/* Конец Актуальные предложения */



@media screen and (max-width: 524px) {

	h2,
	h3,
	.h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.header-bottom .main-megamenu {
		margin: 0;
		justify-content: space-around;
	}

	.search-fo-menu {
		/* display: none; */
	}

	.populyarnye-uslugi-block {
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.populyarnye-uslugi-a {
		width: 100%;
	}

	.obratitsya-k-nam-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.obratitsya-k-nam-block img {
		width: 200px;
	}

	.obratitsya-k-nam-block div {
		width: 80%;
	}

	.obratitsya-k-nam-block div img {
		width: 38px;
	}

	.obratitsya-k-nam-block a {
		width: 80%;
	}

	.bonusy-dlya-vas {
		display: flex;
		flex-wrap: wrap;
	}

	.bonusy-dlya-vas-block {
		order: 1;
	}

	.bonusy-recom {
		text-align: center;
		width: 100%;
	}

	.bonusy-recom img {
		height: 120px;
	}


	.header-middle .container .row {
		flex-direction: column;
		padding: 20px 0;
	}

	.new-top {
		justify-content: center;
		gap: 20px;
	}

	.new-top span {
		max-width: 300px;
		text-align: center;
	}

	.ehtapy-sotrudnichestva-block {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}

	.ehtapy-polosa span {
		width: 2px;
		height: 40px;
		margin: 0 auto;
	}

	.ehtapy-polosa-fo-mob {
		display: block;
	}

	.chasto-zadavaemye {
		grid-template-columns: 1fr;
	}

	.blagodarstvennye-pisma .bx-wrapper {
		margin: 0;
	}

	.blagodarstvennye-pisma-block {
		grid-template-columns: 1fr;
	}

	.blagodarstvennye-pisma-img {
		text-align: center;
	}

	.blagodarstvennye-pisma-img img {
		max-height: 280px;
	}

	.blagodarstvennye-pisma-item-block {
		margin: 0;
		border-radius: 10px;
		min-height: 465px;
		/* position: absolute;
		top: 10px; */
	}

	.spoiler-text {}

	.blagodarstvennye-pisma .bx-viewport {
		/*overflow: visible!important;*/
	}

	.table-container table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.blagodarstvennye-pisma-item-block span {
		font-size: 14px;
		gap: 10px;
		line-height: 20px;
	}

	.blagodarstvennye-pisma-item-block span:after {
		right: -29px;
		width: 25px;
		height: 25px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.exform_wrapper.callback {
		flex-direction: column;
		gap: 20px;
	}

	.callback .exform_txt {
		width: 80%;
		text-align: center;
	}

	.exform_wrapper.callback .form-body {
		gap: 20px;
		padding: 0 0 15px 0;
	}

	.new-bottom-a,
	.new-bottom-a {
		padding: 20px;
	}

	body.ltr .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right {
		background-color: transparent;
	}

	.sm-container #sp-breadcrumb {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		height: auto;
	}

	.breadcrumb {
		padding: 10px 0;

	}

	.breadcrumb ul.items .item {
		margin: 0 0 5px 0;
	}

	.new-container {
		padding: 0 20px;
	}

	ul {
		padding: 0 20px;
	}

	/*.article-details table:nth-child(1) tr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}*/
	.article-details table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.bonusy-dlya-vas .bx-controls-direction {
		margin: 0 40px 0 0;
	}

}

@media screen and (min-width: 525px) and (max-width: 758px) {}


/* Непонятно почему! */
.djslider-loader {
	padding-bottom: 0 !important;
}

.margin_block {
	margin-top: 100px;
}

/* HERO BLOCK ПЕРВЫЙ БЛОК НА ГЛАВНОЙ */
.hero_title {
	font-weight: 600;
	font-size: clamp(1.125rem, 0.906rem + 0.88vw, 1.563rem);
	color: #252525;
}

.hero_text {
	max-width: 465px;
	text-align: left;
	display: flex;
	flex-flow: column;
	gap: 10px;
}

/* НАЩИ ПРОЕКТЫ OUR PROJECTS */
.projects_inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
	gap: 40px;
	margin-top: 40px;
}

.projects_inner p {
	margin: 0;
}

.projects_item {
	display: flex;
	flex-flow: column;
}

.projects_link {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-flow: column;
	height: 500px;
}

.projects_link img {
	width: 100%;
	height: 100%;
	height: 500px;
	object-fit: cover;
}

.projects_description {
	padding: 25px 30px 18px 30px;
	box-shadow: 0 0 5px 0 #ccc;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	box-shadow: 0 0 5px 0 #ccc;
	background: rgba(231, 231, 231, 0.9);
	position: relative;
	min-height: 280px;
	margin-top: -125px;
}

.projects_desc_title {
	font-weight: 600;
	font-size: 18px;
}

.projects_desc_text {
	padding-top: 5px;
}

.btn_projects {
	margin-top: 20px;
	color: #252525;
}

.btn_more {
	background: unset;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

/* БЛОК НОВОСТЕЙ */

.news_wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 50px 45px;
	margin-top: 40px;
}

.news-item-big {
	grid-column: 1 / -1;
	display: flex;
	flex-flow: wrap;
}

.news-item {
	background: #f3f4f8;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.news_item_image {
	height: 240px;
	display: flex;
	overflow: hidden;
	position: relative;
}

.news_item_image::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(25, 36, 47, 0) 0%, #f3f4f8 100%, #19242f 100%);
}

.news_item_image img {
	width: 100%;
	height: 100%;
}

.news_item_inner:not(.news_item_inner_big) {
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding: 0px 38px 40px 38px;
	margin-top: -67px;
	position: relative;
}

.news-item-big .news_item_inner {
	padding: 90px 0px 90px 100px;
	max-width: 500px;
	margin-top: 0;
}

.news_item_inner p {
	margin: 0;
}

.news_item_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
}

.news_item_title_big {
	font-weight: 600;
	font-size: 22px;
}

.news_item_big_image {
	position: relative;
	flex: 1;
	clip-path: polygon(53% 0, 100% 0, 100% 100%, 0% 100%);
}

.news_item_big_image img {
	height: 100%;
	width: 100%;
}

/* .news_item_title_big a {
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
} */

.news-link {
	background: #203c8f;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 30px;
	right: 30px;
	transition: all ease 0.3s;
}

.news-link:hover {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: rgba(32, 60, 143, 0.8);
}

.news-link-big {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 1200px) {
	.news-item-big .news_item_inner {
		padding: 30px;
	}

	.news_item_big_image {
		flex: auto;
		clip-path: none;
	}
}

.article-introtext ul,
.article-introtext ol {
	list-style-type: inherit;
	padding-inline-start: 20px;
}
.article-introtext ol {
	
}

.article-introtext ul li {
	list-style-type: inherit;

}