*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Onest';
	font-size: 16px;
	line-height: 160%; 
	color: #2d2d2d;
	font-weight: 500;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-left: 160px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	background: #d9d9d9;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	gap: 37px;
	display: flex;
	align-items: center;
	margin-right: auto;
}
.logo img {
	width: 248px;
	height: auto;
	mix-blend-mode: multiply;
}
.logo-descr {
	width: 264px;
	font-weight: 400;
	line-height: 140%;
}
.header__middle {
	padding-top: 12px;
	padding-bottom: 10px;
}
.header__contacts {
	gap: 42px;
	display: flex;
	align-items: center;
}
.phones-list {
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-align: right;
}
.phones-list a {
	color: #2d2d2d;
}
.btn-main {
	height: 52px;
	padding: 0 36px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	font-weight: 600;
	background: #295fa9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Onest';
}

.header .btn-main {
	height: 50px;
	padding: 0 24px;
	font-size: 14px;
} 
.menu {
	/* gap: 36px; */
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu > li {
	flex-grow: 1;
}
.menu > li > a {
	padding: 14px;
	line-height: 140%;
	border-radius: 6px;
	text-transform: uppercase;
	color: #2d2d2d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sidebar {
	width: 160px;
	top: 40px;
	bottom: 0;
	left: 0;
	border-right: 1px solid #919191;
	position: fixed;
	background: #d9d9d9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.1s;
}
.sidebar__item {
	width: 100%;
	position: relative;
	flex: 1;
	border-bottom: 1px solid #919191;
}
.sidebar__item:last-child {
	border: none;
}
.sidebar__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: all 0.3s;
	cursor: pointer;
}
.header.fixed ~ .sidebar {
	top: 0;
}
.header__top {
	margin-left: -160px;
	background: #3674b9;
	color: #fff;
	font-weight: 400;
}
.item-marquee {
	padding: 0px 36px;
	font-size: 14px;
	height: 40px;
	display: flex;
	align-items: center;
}
.slider-clients:not(.slick-initialized) > *:not(:first-child),
.slider-marquee:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}

.billbord {
	padding-bottom: 3px;
	background-image: url(../img/bg_billbord.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.title-section {
	font-size: 42px;
	line-height: 140%;
	font-weight: 700;
}
.title-section strong {
	font-size: 48px;
	margin-right: 30px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 900;
}
.billbord .title-section {
	margin-top: 82px;
	margin-bottom: 34px;
}
.title-middle {
	font-size: 24px;
	line-height: 160%;
	font-weight: 500;
}
.billbord .title-middle {
	max-width: 577px;
	margin-bottom: 27px;
}
.billbord__buttons {
	gap: 24px;
	display: flex;
	align-items: center;
}
.btn-main.btn-main_page {
	background: #3674b9;
}
.circle-badge {
	width: 222px;
	height: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.circle-badge::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/text_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: 15s linear 0s normal none infinite running rot;
	-webkit-animation: 15s linear 0s normal none infinite running rot;	
}
@keyframes rot {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@-webkit-keyframes rot {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.about {
	padding-top: 53px;
	padding-bottom: 50px;
	background: #f5f5f5;
}
.about .title-section {
/* 	max-width: 894px; */
	margin-bottom: 32px;
}
.about ol { 
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	counter-reset: item;
}
.about li { 
	display: block;
}
.about li:before { 
	content: counters(item, ".") " "; 
	counter-increment: item;
}
.about ol ol {
	padding-left: 0;
}
.about ol ol li::before {
	min-width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.about strong {
	font-weight: 600;
}
.about .row > div > ol > li:before { 
	content: counters(item, ".") "."; 
}
.about__image {
	height: 648px;
	margin-left: -40px;
	padding: 30px;
	border: 1px solid #d9d9d9;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about__image img {
	max-width: 100%;
	max-height: 100%;
}
.about__content {
	margin-right: 40px;
}

.consultation,
.clients,
.advantages,
.categories {
	padding-top: 110px;
}
.advantages .title-section,
.categories .title-section {
	margin-bottom: 45px;
}
.row > div {
	padding: 0 13px;
}
.row {
	margin: 0 -13px;
}
.row.row_main > div {
	margin-bottom: 26px;
}
.row.row_main {
	margin-bottom: -26px;
}
.item-category {
	font-size: 24px;
	padding: 24px;
	min-height: 100%;
	line-height: 160%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-bottom: 6px;
	background: #3674b9;
	display: block;
	text-align: center;
	position: relative;
}
.item-category::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background-image: url(../img/arrow_up_right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-category__image {
	height: 386px;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-category__image img {
	max-width: 100%;
	max-height: 100%;
}
.advantages__content {
	margin-right: 20px;
	position: relative;
}
.advantages__image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.unit-advantage {
	max-width: 360px;
	font-size: 18px;
	line-height: 160%;
	position: absolute;
}
.unit-advantage:nth-child(1) {
	left: 305px;
	top: 0;
}
.unit-advantage:nth-child(2) {
	top: 341px;
	left: 3px;
}
.unit-advantage__value {
	font-size: 48px;
	line-height: 140%;
	font-weight: 900;
	text-transform: uppercase;
	color: #295fa9;
	margin-bottom: 2px;
}
.unit-advantage__title {
	font-size: 26px;
	margin-bottom: 14px;
	line-height: 140%;
	font-weight: 600;
}
.row.row_advantages > div {
	padding: 0 11px;
	margin-bottom: 24px;
}
.row.row_advantages {
	margin: 0 -11px;
	margin-bottom: -24px;
}
.item-advantage {
	min-height: 100%;
	background: #b7b6b6;
}
.item-advantage__head {
	padding: 24px;
	padding-bottom: 20px;
	gap: 32px;
	color: #fff;
	background: #3674b9;
	display: flex;
	align-items: flex-start;
}
.item-advantage__icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.item-advantage__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-advantage__content {
	padding: 24px;
	padding-top: 14px;
	font-size: 18px;
	line-height: 160%;
}
.item-advantage__head .title-middle {
	height: 140%;
}
.advantages__main {
	margin-left: -30px;
}

.head-section {
	padding: 32px 60px;
	margin-bottom: 42px;
	background: #22548f;
	color: #fff;
}
.item-client {
	height: 200px;
	padding: 15px;
	border: 1px solid #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-client img {
	max-width: 100%;
	max-height: 100%;
}
.slick-arrow {
	width: 60px;
	height: 60px;
	font-size: 20px;
	top: 50%;
	color: #22548f;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s;
}
.slick-prev {
	left: -30px;
}
.slick-next {
	right: -30px;
}
.slick-arrow::before {
	display: none;
}

.consultation {
	padding-bottom: 100px;
}
.consultation__block {
	padding: 64px;
	padding-left: 90px;
	background: #22548f;
	color: #fff;
	border-radius: 20px;
}
.consultation__image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.consultation__content {
	margin-left: 30px;
	max-width: 703px;
}
.consultation__title {
	font-size: 35px;
	margin-bottom: 10px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 900;
}
.consultation__descr {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight: 700;
}
.consultation__text {
	font-size: 20px;
	margin-bottom: 50px;
	line-height: 160%;
}
    .faq__block {
    margin-top: 40px;
}

.faq__row {
    margin-bottom: 20px;
}

.faq__item {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq__item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #2c3e7f;
}

.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
}

.faq__item.active .faq__question {
    background-color: #f0f4f8;
    border-bottom: 2px solid #22548f;
}

.faq__question-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    flex: 1;
    line-height: 1.4;
}

.faq__toggle {
    margin-left: 20px;
    flex-shrink: 0;
}

.faq__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #2c3e7f;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq__item.active .faq__icon {
    transform: rotate(45deg);
}

.faq__answer {
    background: #fafbfc;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    display: none;
}

.faq__answer-content {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.faq__answer-content p {
    margin: 0 0 10px 0;
}

.faq__answer-content p:last-child {
    margin-bottom: 0;
}
.file-upload,
.item-form {
	margin-bottom: 30px;
}
.item-form input {
	height: 55px;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	font-weight: 400;
	width: 100%;
	border: none;
	background: transparent;
	border-bottom: 1px solid #f5f5f5;
	font-family: 'Onest';
}
.item-form *::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.item-form *:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.item-form *::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.item-form *:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.consultation .btn-main {
	width: 100%;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload label {
	height: 55px;
	gap: 15px;
	color: #fff;
	font-weight: 400;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	background: transparent;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.file-upload label i {
	font-size: 18px;
}
.file-upload {
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	font-size: 12px;
	line-height: 15px;
}
.consultation__content .row > div {
	padding: 0 18px;
}
.consultation__content .row {
	margin: 0 -18px;
}
.checkbox {
	font-size: 14px;
    line-height: 170%;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    opacity: 0.5;
    letter-spacing: normal;
    display: flex;
    text-align: left;
}
.checkbox label {
	display: block;
	position: relative;
	cursor: pointer;
}
.checkbox label input {
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}
.checkbox input::after {
	position: absolute;
    top: -1px;
    left: -1px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	background-image: none;
	color: #fff;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:after {
	opacity: 1;
}
.consultation__content .btn-main,
.consultation__content .checkbox {
	margin-top: 12px;
}

.footer {
	background: #9c9c9c;
}
.footer__top {
	padding-top: 23px;
	padding-bottom: 17px;
	margin-bottom: 18px;
	background: #d9d9d9;
}
.footer__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .phones-list {
	font-size: 24px;
	line-height: 160%;
	font-weight: 500;
	text-align: left;
}
.contact-footer {
	padding-left: 44px;
	width: 308px;
	max-width: 100%;
	position: relative;
}
.contact-footer__icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-footer__icon img {
	max-width: 100%;
	max-height: 100%;
}
.footer__top .contact-footer__icon {
	bottom: 0;
	margin: auto;
}
.footer__nav li {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 160%;
}
.footer__nav a {
	color: #2d2d2d;
	border-bottom: 1px transparent solid;
}
.footer__contacts .contact-footer {
	margin-bottom: 19px;
	margin-left: auto;
}
.contact-footer a {
	color: #2d2d2d;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 50px;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	color: #2d2d2d;
	border-top: 1px solid #919191;
}
.create {
	margin-left: -45px;
	display: flex;
	align-items: center;
}
.create img {
	width: 57px;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: #2d2d2d;
}
.btn_top {
	font-size: 18px;
	color: #fff !important; 
	width: 40px;
	height: 40px;
	margin-left: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #22548f;
	transition: all 0.3s;
}
.footer__nav_main {
	margin-left: -30px;
}
.footer .row > div:nth-child(2) .footer__nav {
	margin-right: 30px;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 43px;
	height: 43px;
	padding-top: 9px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-radius: 6px;
	flex-direction: column;
	align-items: center;
	flex: none;
	cursor: pointer;
	display: none;
    background: #295fa9;
	position: relative;
	z-index: 1;
}
.sw-topper {
	position: relative;
	top: 5px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 9px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 13px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 11px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 7px;
	transform: rotate(-45deg); 
}

.page-contacts {
	padding-top: 39px;
	padding-bottom: 77px;
	background: #f5f5f5;
}
.page-contacts .title-section {
	margin-bottom: 28px;
}
.map-wrap {
	padding-top: 130px;
	padding-bottom: 120px;
}
#map {
	height: 458px;
	width: 100%;
	background: #f5f5f5;
}
.form-page {
	padding: 30px 93px;
	color: #fff;
	background: #22548f;
}
.title-form {
	font-size: 32px;
	margin-bottom: 14px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}
.descr-form {
	font-size: 18px;
	line-height: 160%;
	text-align: center;
}
.page-contacts .form-page {
	margin-left: 70px;
}
.form-page .item-form {
	margin-bottom: 18px;
}
.form-page .btn-main {
	margin-top: 35px;
	width: 100%;
	padding: 0 10px;
}
.form-page .checkbox {
	margin-top: 20px;
}
.unit-contacts {
	margin-bottom: 42px;
	background: #b7b6b6;
}
.unit-contacts__content {
	padding: 32px 24px;
	min-height: 200px;
	font-size: 18px;
	line-height: 160%;
}
.unit-contacts__head {
	font-size: 24px;
	gap: 16px;
	padding: 24px;
	padding-bottom: 20px;
	line-height: 140%;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	background: #3674b9;
}
.unit-contacts__item {
	margin-bottom: 27px;
}
.unit-contacts__item:last-child {
	margin-bottom: 0;
}
.unit-contacts strong {
	font-weight: 600;
}
.link-contact {
	color: #2d2d2d;
	border-bottom: 1px #2d2d2d solid;
}
.link-contact:hover {
	border-color: transparent;
}
.unit-contacts a {
	color: #2d2d2d;
}
.row.row_contacts .row > div,
.row.row_contacts > div {
	padding: 0 20px;
}
.row.row_contacts .row,
.row.row_contacts { 
	margin: 0 -20px;
}
.contacts-content {
	margin-right: -70px;
}

.page-news {
	padding-top: 39px;
	padding-bottom: 120px;
}
.page-news .title-section {
	margin-bottom: 38px;
}
.row.row_news > div {
	padding: 0 47px;
	margin-bottom: 44px;
}
.row.row_news {
	margin: 0 -47px;
	margin-bottom: -44px;
}
.item-news {
	display: block;
	color: #2d2d2d;
}
.item-news__image {
	height: 280px;
	margin-bottom: 14px;
	display: block;
	width: 100%;
	overflow: hidden;
}
.item-news__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	transition: all 2s;
}
.item-news:hover .item-news__image img {
	transform: scale(1.1);
}
.item-news__title {
	font-size: 24px;
	margin-bottom: 14px;
	line-height: 140%;
	color: #2d2d2d;
	font-weight: 600;
	display: block;
	text-wrap: pretty;
}
.item-news__text {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-top: 10px;
}
.pager {
	height: 60px;
	margin-top: 56px;
	gap: 34px;
	max-width: 453px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	font-size: 18px;
	line-height: 140%;
	color: #2b2a29;
	font-weight: 600;
}
.page-numbers.current,
.page-numbers:hover {
	color: #295fa9;
}
.prev.page-numbers,
.next.page-numbers {
	width: 60px;
	height: 60px;
	font-size: 19px;
	cursor: pointer;
	margin: 0;
	transition: all 0.3s;
	border-radius: 50%;
	flex: none;
	background: #f5f5f5;
	color: #22548f;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}
.breadcrumbs {
	padding: 20px 0;
	line-height: 140%;
	font-weight: 400;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #7e7e7e;
}
.breadcrumbs a {
	color: #7e7e7e;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	color: #2d2d2d;
}
.breadcrumbs li::after {
	content: "//";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.page-article {
	padding-bottom: 110px;
}
.page-article .title-page {
	margin-bottom: 31px;
}
.page-article .item-news {
	margin-bottom: 44px;
}
.page-article .item-news:last-child {
	margin-bottom: 0;
}
.article-content {
	margin-right: -25px;
	font-weight: 400;
}
.article-content img {
	margin: 34px 0;
	max-width: 100%;
	height: auto;
	display: block;
}
.article-content img:first-child {
	margin-top: 0;
}
.article-content strong {
	font-weight: 500;
}
.article-content ul,
.article-content p {
	margin-bottom: 20px;
}
.article-content h2 {
	font-size: 20px;
	margin-top: 36px;
	margin-bottom: 18px;
	line-height: 140%;
	font-weight: 600;
}
.article-content ul li::before {
	margin-right: 5px;
	content: "•";
}
.article-sidebar {
	margin-left: 45px;
}
.page-error {
	padding-top: 204px;
	padding-bottom: 242px;
	background-image: url(../img/bg_error.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.error-content {
	max-width: 394px;
}
.thanks-content .title-section,
.error-content .title-section {
	font-size: 36px;
	margin-bottom: 16px;
	line-height: 140%;
}
.error-content .title-middle {
	font-weight: 600;
}
.thanks-content .btn-main,
.error-content .btn-main {
	margin-top: 93px;
	padding: 0 52px;
}
.page-thanks {
	padding: 112px 0;
	background-image: url(../img/bg_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.thanks-content {
	width: 456px;
	margin-left: 120px;
	padding: 103px 53px;
	padding-bottom: 118px;
	background: #fff;
	max-width: 100%;
	text-align: center;
	position: relative;
}
.thanks-content .title-middle {
	font-size: 20px;
	max-width: 324px;
	margin-left: auto;
	margin-right: auto;
	line-height: 140%;
}
.close-thanks {
	width: 24px;
	height: 24px;
	top: 15px;
	right: 15px;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	cursor: pointer;
	position: absolute;
}
.title-page {
/* 	font-size: 36px; */
	font-size: 32px;
	line-height: 140%;
	font-weight: 700;
}
.row.row_page > div {
	padding: 0 13px;
	margin-bottom: 24px;
}
.row.row_page {
	margin: 0 -13px;
	margin-bottom: -24px;
}
.item-service {
	padding: 24px;
	padding-bottom: 28px;
	font-weight: 400;
	color: #fff;
	min-height: 100%;
	display: block;
	background: #3674b9;
}
.item-service__image {
	height: 278px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.item-service__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.item-service__title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
}
.page-services .title-page {
	margin-bottom: 32px;
}
.page-about {
	padding-bottom: 120px;
}
.page-about .title-page {
	margin-bottom: 40px;
}
.item-about {
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 160%;
	font-weight: 400;
	background: #b7b6b6;
	display: flex;
	align-items: center;
}
.item-about:last-child {
	margin-bottom: 0;
}
.item-about__info {
	font-size: 26px;
	width: 41%;
	padding: 24px;
	font-weight: 600;
	background: #3674b9;
	line-height: 140%;
	color: #fff;
	flex: none;
}
.item-about__value {
	font-size: 48px;
	margin-bottom: 8px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 900;
}
.item-about__content {
	padding: 24px;
	padding-top: 14px;
}
.about-content {
	margin-right: 80px;
}
.image-about {
	height: 410px;
	margin-left: -80px;
}
.image-about img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.page-about .article-content {
	max-width: 738px;
	padding-top: 30px;
}
.about-wrap {
	padding-top: 46px;
}
.about-wrap .title-page {
	margin-bottom: 32px;
	text-align: center;
}
.slider-sertificats:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-sertificats .slick-track {
	display: flex !important;
}
.slider-sertificats .slick-slide {
	padding: 0 10px;
	height: inherit !important;
}
.slider-sertificats .slick-list {
	margin: 0 -10px;
}
.slider-sertificats {
	padding: 0 76px;
}
.slider-sertificats .slick-prev {
	left: 0;
}
.slider-sertificats .slick-next {
	right: 0;
}
.fancybox-infobar {
	display: none !important;
}
.item-sertificat img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.slider-sertificats {
	margin-left: 50px;
}
.billbord-page {
	padding: 11px 74px;
	margin-bottom: 45px;
	background: #d9d9d9;
	padding-top: 55px;
	border-radius: 20px;
}
.title-billbord {
	/* font-size: 48px; */
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight: 700;
}
.text-page {
	font-size: 20px;
	line-height: 160%;
}
.text-main p,
.text-page p {
	margin-bottom: 20px;
}
.text-main p:last-child,
.text-page p:last-child {
	margin-bottom: 0;
}
.main-benefit {
    line-height: 1.4;
	margin-bottom: 20px;
}

.main-benefit strong {
    color: #295fa9;
    font-weight: 700;
}
.main-benefit b {
	font-size: 30px;
}
.usp-box {
    padding: 20px 24px;
    margin-bottom: 28px;
    border-radius: 15px;
    width: 600px;
    background: rgb(255 255 255);
}

.usp-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.usp-box li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
}

.usp-box li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #295fa9;
    font-weight: bold;
    font-size: 18px;
}
.billbord-page .btn-main {
	margin-top: 20px;
	padding: 0 40px;
}
.billbord-page__content {
	/* padding-top: 62px; */
	padding-top: 12px;
	margin-right: 70px;
}
.billbord-page__image {
	margin-left: -100px;
}
.billbord-page__image img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
.text-main {
	font-size: 18px;
	line-height: 160%;
	font-weight: 400;
}
.text-main.bottom-text {
	margin-top: 40px;
}
.page-installation .text-main {
	max-width: 1416px;
	margin-bottom: 45px;
}
.page-installation .text-main ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-installation .text-main ul li {
    margin-bottom: 8px;
    line-height: 1.5;
    list-style-type: disclosure-closed;
}
.installation-wrap {
	padding: 55px 95px;
	padding-right: 77px;
	padding-bottom: 77px;
	margin-bottom: 70px;
	background: #f2f5f6;
}
.title-small {
	/* font-size: 18px; */
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
	color: #000;
}
.item-installation .title-small {
	margin-bottom: 16px;
}
.item-installation .title-page {
	margin-bottom: 36px;
}
.table-page {
    width: 100%;
}
.table-page table {
	width: 100%;
	border-spacing: 0;
	background: #fff;
	border-collapse: collapse;
}
.table-page table th,
.table-page table td {
	padding: 8px 16px;
	color: #525151;
	font-weight: 400;
	vertical-align: middle;
    text-align: left;
}
.table-page table th:first-child,
.table-page table td:first-child {
	width: 50%;
}

.table-page table tr:nth-child(even) td {
	background: #f7f9fa;
}
.item-installation__image {
	/* margin-top: 130px; */
	margin-right: -50px;
}
.item-installation__image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.item-installation {
	margin-bottom: 62px;
}
.item-installation:last-child {
	margin-bottom: 0;
}
/* .item-installation:nth-child(even) .row {
	flex-direction: row-reverse;
} */
.table-block {
	padding: 0 45px;
	padding-top: 7px;
	padding-bottom: 35px;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 140%;
	background: #f2f5f6;
}
.table-page th {
	background: #f2f5f6;
	text-align: left;
}
.table-page table th {
	font-weight: 600;
	color: #000;
}
.table-block .table-page table td,
.table-block .table-page table th {
	/* padding: 18px 40px; */
	/* padding: 8px 16px; */
	padding: 16px;
	font-size: 20px;
}
.slider-gallery:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-gallery .slick-slide {
	padding: 0 12px;
}
.slider-gallery .slick-list {
	margin: 0 -12px;
}
.slider-gallery__item {
	height: 354px;
	width: 100%;
	display: block;
}
.slider-gallery__item img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	transition: all 2s;
}


/****/

form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }


  .modal-block {
	display: none;
	padding: 0;
	border-radius: 20px;
	background: transparent;
	}
	.modal-wrap {
		padding: 30px;
		width: 400px;
		max-width: 100%;	
		margin: 0 auto;
	}

	.modal-wrap .btn-main {
		width: 100%;
		vertical-align: middle;
	}
	.modal-wrap .checkbox {
		justify-content: center;
	}


	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus,
	select:-webkit-autofill,
	select:-webkit-autofill:hover,
	select:-webkit-autofill:focus {
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	}


	.sidebar {
		z-index: 20;
	}
	.sidebar__menu {
		padding: 48px;
		min-width: 207px;
		top: 0;
		left: 100%;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		position: absolute;
		z-index: 10;
		display: none;
	}
	.sidebar__menu ul li {
		margin-bottom: 29px;
	}
	.sidebar__menu ul li a {
		text-transform: uppercase;
		color: #2d2d2d;
		font-weight: 500;
		border-bottom: 1px transparent solid;
	}
	.sidebar__menu ul li a:hover {
		border-color: #2d2d2d;
	}
	.sidebar__menu ul li:last-child {
		margin-bottom: 0;
	}
	.sidebar-search {
		width: 547px;
		background: #fff;
		border: 1px solid #3674b9;
		top: 0;
		left: 100%;
		position: absolute;
		height: 100%;
		z-index: 5;
		display: none;
	}
	.sidebar-search * {
		height: 100%;
		/* display: flex; */
		width: 100%;
	}
	.sidebar-search input {
		font-size: 16px;
		padding: 0 37px;
		color: #525151;
		background: #fff;
		border: none;
		font-family: 'Onest';
	}
	.sidebar__btn.active {
		background: #3674b9;
	}
	.sidebar__btn.active img {
		filter: brightness(0) invert(1);
	}

/*new pages*/
.installation-wrap .table-block {
	padding: 35px 43px;
	margin-left: -95px;
	margin-right: -77px;
	/* margin-top: -30px; */
	padding-top: 0;
	margin-bottom: 0;
	/* background: #edf2f3; */
}
.installation-wrap .table-block .table-page th {
	background: #edf2f3;
}
.installation-wrap_compartment .item-installation__image {
	/* margin-top: 80px;	 */
	margin-right: 0;
}
.installation-wrap_compartment .item-installation__image img {
	margin: 0 auto;
}
.page-installation_compartment .billbord-page .btn-main {
	margin-top: 65px;
}
.page-installation_compartment .installation-wrap {
	padding-bottom: 45px;
}
.page-map {
	padding: 40px 0;
}
.page-map .title-section {
	margin-bottom: 28px;
}
.btn-main.btn-main_map {
	height: 72px;
	padding: 0 24px;
	font-size: 20px;
	gap: 16px;
	border-radius: 0;
}
#map-locations {
	height: 632px;
	width: 100%;	
	background: #f5f5f5;
}
.balloon-content {
	width: 225px;
	gap: 16px;
	font-size: 14px;
	line-height: 120%;
	color: #2d2d2d;
	font-weight: 400;
	display: flex;
	align-items: center;
	font-family: 'Onest';
}
.balloon-content__image {
	width: 89px;
	height: 70px;
	flex: none;
	display: block;
}
.balloon-content__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	transition: all 2s;
}
.btn-map-wrap {
	position: relative;
}
.popup-map {
	width: 360px;
	padding: 24px 20px;
	background: #fff;
	top: 100%;
	left: 0;
	position: absolute;
	z-index: 2;
	display: none;
}
.popup-map__list {
	max-height: 549px;
	padding-right: 18px;
	overflow: auto;
}
.popup-map__list li {
	padding: 6px 10px;
	line-height: 130%;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s;
}
.popup-map__list li:hover {
	background: #f5f5f5;
	color: #295fa9;
}
.popup-map__list::-webkit-scrollbar {
	-webkit-appearance: none;
}
.popup-map__list::-webkit-scrollbar:vertical {
	width: 6px;
}
.popup-map__list::-webkit-scrollbar:horizontal {
	height: 6px;
}
.popup-map__list::-webkit-scrollbar-thumb {
	background-color: #3674b9;
	border-radius: 10px;
}
.popup-map__list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #D9D9D9;
}
.billbord-page__content {
	padding-bottom: 30px;
}  

.about__image area {
    fill: transparent;
    cursor: url(../img/cursor-for-map.svg) 25 15, auto;
}
#mapTooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
    pointer-events: none;
    z-index: 1000;
	transform: translateX(-50%);
}
#mapTooltip::before {
	position: absolute;
	display: block;
	content: " ";
	width: 10px;
	height: 10px;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 7px solid transparent;
	border-bottom: 10px rgba(0, 0, 0, 0.8) solid;
}

.asl_w_container > div {
	height: 100% !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	margin-top: 5vh !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-size: 16px !important;
}

.modal-block .fancybox-button {
	color: #fff !important;
} 

.row.align_items {
	align-items: center;
}

.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #1557AE;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #1557AE;
  color: #1557AE;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #1557AE;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}

form a {
	color: #fff;
	text-decoration: underline;
}
.installation-wrap_compartment .item-installation__image {
	/* height: 100%;
	max-height: 640px;
	margin-top: -80px; */
	/* overflow: hidden; */
}
.billbord-page .billbord-page__image img {
	max-height: 570px;
}
.billbord-page__image img,
.item-installation__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* .installation-wrap .item-installation.sec .title-page {
	text-align: right;
} */

.text-main h2,
.text-main h3 {
	margin-bottom: 25px;
}

.installation-wrap h2.title-page {
	font-size: 28px;
	margin-bottom: 20px;
}

.billbord__image {
	margin-left: -70px;
}
/* .row-installation {
	align-items: center;
} */
.row-installation > div {
	max-height: max-content;
}

.brodilno-lagernoe-otdelenie .billbord-page__image,
.otdelenie-moyki-keg .billbord-page__image {
    margin-left: 0px;
}
.brodilno-lagernoe-otdelenie .billbord-page__content,
.otdelenie-moyki-keg .billbord-page__content {
	margin-right: 0px;
}

.otdelenie-moyki-i-dezinfektsiyi .table-block {
	margin-top: 30px;
}

.varochnoe-otdelenie .billbord-page__image {
	margin-top: -140px;
}
.varochnoe-otdelenie .sec .item-installation__image {
	overflow: unset;
}
.varochnoe-otdelenie .sec .item-installation__image > img {
	margin-left: -50px;
}

.brodilno-lagernoe-otdelenie .billbord-page__image {
	margin-top: -100px;
}
.brodilno-lagernoe-otdelenie .billbord-page__image img {
    max-height: 630px;
}

.otdelenie-moyki-keg .billbord-page__image {
	margin-top: -100px;
}

.otdelenie-moyki-keg .item-installation.first .item-installation__image > img {
	max-height: 715px;
}

.otdelenie-moyki-keg .table-page table th:first-child,
.otdelenie-moyki-keg .table-page table td:first-child {
	width: 70%;
	/* width: 45%; */
}


.otdelenie-moyki-keg .item-installation.first .row-installation {
	align-items: unset;
	padding-top: 30px;
}

.otdelenie-moyki-keg .item-installation.first .row-installation .item-installation__image {
	margin-top: -45px;
}

.otdelenie-moyki-i-dezinfektsiyi .billbord-page__image {
	margin-top: -100px;
}

.otdelenie-moyki-i-dezinfektsiyi .item-installation.sec {
	padding-top: 30px;
}

.otdelenie-moyki-i-dezinfektsiyi .item-installation.sec .item-installation__image {
	padding-right: 20px;
}

.yomkosti-i-rezervuary .billbord-page__image {
	margin-top: -70px;
}

/* .otdelenie-chistoy-kultury-drozhzhey .row-installation {
    align-items: flex-start;
} */

.otdelenie-chistoy-kultury-drozhzhey .item-installation {
    margin-bottom: 15px;
}

.otdelenie-chistoy-kultury-drozhzhey .item-installation__image {
	height: 490px;
}

.otdelenie-chistoy-kultury-drozhzhey .item-installation__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.otdelenie-moyki-i-dezinfektsiyi .item-installation.sec .col-lg-5 {
	padding-left: 65px;
}
.item-image__vinific {
    overflow: hidden;
    display: contents;
}
.item-image__vinific img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    /* transform: scale(1.7); */
}
.table-page {
/*   max-height: 500px;
  overflow-y: auto; */
  will-change: transform;
}

.table-page table {
  width: 100%;
  border-collapse: collapse;
}

.table-page thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 2px solid #ccc;
}

.table-page th,
.table-page td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
/*   .table-page {
    max-height: 60vh;
	margin: 0;
    overflow: overlay !important;
  } */
	.item-image__vinific {
		 display: block;
	}
		.item-image__vinific img {
		 transform: scale(1);
	}
  .table-page th,
  .table-page td {
    padding: 6px;
    font-size: 14px;
  }
}
.faq-blocks__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.faq-question {
    width: 100%;
	color: white;
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
	margin-top: 15px;
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.article-top {
  max-width: 860px;
  margin-bottom: 40px;
}
.article-tag {
  background: #295fa930;
  color: #295fa9;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 10px;
}

.article-date {
  color: #888;
  font-size: 14px;
}
.article-toc {
  position: sticky;
    top: 100px;
    border-radius: 15px;
    font-size: 14px;
    background: #eee;
    padding: 15px;
    margin: 25px 0px;
}

.article-toc ul {
  list-style: none;
  padding: 0;
}
.toc-title {
      font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.article-toc li {
  margin-bottom: 10px;
}

.article-toc a {
  color: #555;
  text-decoration: none;
}

.article-toc a:hover {
  color: #000;
}
.toc-item.level-2 {
  font-weight: 500;
}

.toc-item.level-3 {
  padding-left: 12px;
  font-size: 14px;
}

.toc-item.level-4 {
  padding-left: 24px;
  font-size: 14px;
  color: #777;
}

.avd-col {
	background-color: #f5f5f5;
	padding: 10px 15px;
	display: block;
    text-align: center;
}
.page-installation .row_catalog {
	margin-top: 30px;
}
.item-catalog {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 20px;
}

.item-catalog__image {
	display: block;
	height: 300px;
}
.item-catalog img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.button-wr {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px auto;
}
.button-wr > .btn-main {
	height: 36px;
	padding: 0 15px;
}

.char-catalog {
	font-size: 14px;
	margin-top: 15px;
}

.text-main a.btn-main {
	margin-top: 30px;
}

.product-card {
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
	margin-bottom: 15px;
}
.product-card:hover {
	transform: translateY(-5px);
}
.image-wrapper {
	position: relative;
}
.status-label {
	position: absolute;
	top: 12px;
	left: 12px;
	background: linear-gradient(135deg, #295fa9, #3674b9);
	color: white;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	z-index: 2;
	letter-spacing: 0.3px;
}
.product-image {
	width: 100%;
	object-fit: contain;
	height: 300px;
}
.product-info {
	padding: 15px;
}
.product-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
.product-stat {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px;
}
.stat-key {
	color: #333;
}
.stat-value {
	color: #333;
	font-weight: bold;
}
 .stat-dots {
	flex: 1;
	margin: 0 4px;
	overflow: hidden;
}
.stat-dots::before {
	content: "...........................................................................";
	display: block;
	white-space: nowrap;
}

.product-info.item-catalog__content .item-catalog__title {
	display: block;
	margin-bottom: 15px;
}
/* .item-installation .item-installation__image > img {
    margin-right: -50px;
} */
.item-installation.sec .item-installation__image > img {
    margin-left: -50px;
}


/**/
	.text-page ul {
		font-size: 16px;
	}
        .supervising-title {
            background: linear-gradient(135deg, #295fa9, #3674b9);
            display: inline-flex; 
            align-items: center; 
            padding: 8px 20px; 
            border-radius: 50px; 
			color: white;
            margin-bottom: 25px; 
            font-size: 15px;
        }
        .supervising-title span {
            width:12px; 
            height:12px; 
            background:#ffffff;
            border-radius:50%; 
            display:inline-block; 
            margin-right:10px;
        }
	     .benefit-box {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(8px);
            padding: 25px;
            border-radius: 20px;
            margin-bottom: 40px;
			height: -webkit-fill-available;
        }
	        .btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 6px;
            text-decoration: none;
            margin-right: 15px;
            transition: all 0.3s;
        }
        
        .btn-secondary {
			border: 2px solid #295fa9;
			color: #295fa9;
        }
        
        .btn-secondary:hover {
            background: #727272;
			color: white;
        }
	        /* ====================== 2. ПРЕИМУЩЕСТВА ====================== */
        .section {
            padding-bottom: 120px;
    		padding-top: 60px;
        }
        
        .section-gray {
            background: #f8f9fa;
    		padding: 80px 0;
        }
        
        .section-title {
            margin-bottom: 50px;
        }
		.center {
		    text-align: center;
		}
		.section-title h2 {
			font-size:30px; 
			margin-top:15px;
			font-weight: 700;
   			line-height: 1.25;
		}
        .section-title span {
            color: #295fa9;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 15px;
        }
		 .section-title	p {
			font-size: 17px;
			font-weight: 300;
			margin: 20px 0;
	}
        
        .advantages-cat {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
        }
        
        .adv-card {
            background: #f5f5f5;
            padding: 40px 30px;
            border-radius: 20px;
            transition: transform 0.3s;
        }
		.adv-card.highlight {
		    background: #295fa9;
   			color: white;
    		transform: scale(1.05);
		}
		.adv-card span {
			font-size:22px; 
		}
		.adv-card p {
			font-size:16px; 
			font-weight: 300;
			margin-top:10px;
		}
        .adv-card:hover {
            transform: translateY(-10px);
        }
        
        .adv-icon {
            width: 60px;
            height: 60px;
            background: #295fa9;
            color: white;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            margin-bottom: 25px;
            padding: 15px;
        }
		.adv-icon.highlight {
		background: white;
		}
        .adv-icon > img {
            width: 100%;
            height: 100%;
           object-fit: contain;
        }
	
	
    /* ------------------ Timeline / Steps ------------------ */
	.steps-sec {
		padding: 60px 0;
	}
    .step {
      background: white;
      border: 1px solid #cbd5e1;
      border-radius: 16px;
      padding: 32px;
      position: relative;
	  height: -webkit-fill-available;
   	  margin-top: 20px;
      transition: border-color 0.3s;
    }

    .step:hover {
      border-color: var(--accent);
    }

    .step-number {
    font-size: 3.8rem;
    font-weight: 900;
    color: #295fa9;
    opacity: 0.35;
    position: absolute;
    top: -25px;
    right: 24px;
    line-height: 1;
    }
	
	.step span {
		font-size: 21px;
	}
	.step p {
			font-size:16px; 
			font-weight: 300;
			margin-top:10px;
	}
	
  /* ------------------ Форма ------------------ */	
	.cta-band {
	border-radius: 12px;
    padding: 44px;
    background: linear-gradient(135deg, #295fa9, #213f60);
    background-repeat: no-repeat;
    background-size: cover;
	color: white;
	margin-top: 60px;
}
	.offer-title strong {
		font-size: 40px;
	}
	.offer-title p {
		font-size: 20px;
		margin: 30px 0;
	}

.cta-band__check {
    margin-bottom: 20px;
}

.cta-form {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
  /* ------------------ SEO-текст ------------------ */	
        .seo-text {
            max-width: 900px;
            margin: 0 auto;
            font-size: 18px;
        }
	.seo-text h2 {
		font-size: 29px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.seo-text p {
		margin:25px 0;
	}
.seo-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-text li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
}

.seo-text li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #295fa9;
    font-weight: bold;
    font-size: 18px;
}
.selected_text {
    padding: 20px 24px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px dashed #295fa9;
    background-color: #ffffff;
}
  /* ------------------ Кейсы ------------------ */	
	.cases-section {
		padding: 60px 0;
	}
	.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Карточка кейса */
.case-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.case-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.case-content {
    padding: 28px 24px;
}

.case-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #222;
    font-weight: 600;
}

.case-content p {
    color: #555;
    font-size: 15.5px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.case-link {
    color: #295fa9;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.case-link:hover {
    color: #111;
    text-decoration: underline;
}
	
/* ===== Секция документации ===== */
.docs-section {
   padding: 80px 0px;
}
.doc-card {
  background-color: #f5f6f8;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  height: -webkit-fill-available;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.doc-icon {
  background-color: #0D3861;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  transition: background-color 0.3s ease;
}

.doc-card:hover .doc-icon {
  background-color: #DC143C;
}

.doc-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.3;
    height: -webkit-fill-available;
}

.doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #DC143C;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #DC143C;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.doc-link:hover {
  background-color: #DC143C;
  color: white;
}

.doc-size {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-left: 5px;
}

.doc-link:hover .doc-size {
  color: rgba(255, 255, 255, 0.7);
}
	
/* ================= ОТЗЫВЫ ================== */
.reviews-sec {
	padding: 60px 0;
	background: #22548f;
	color: white;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Карточка отзыва */
.review-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 32px;
    transition: all 0.3s ease;
}

.review-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-8px);
}

.stars {
    font-size: 28px;
    margin-bottom: 24px;
    color: #ffd700;
}

.review-text {
    font-size: 17px;
    line-height: 1.55;
    font-style: italic;
    margin-bottom: 32px;
    color: #f0f0f0;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-name {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
}

.author-position {
    font-size: 14.5px;
    opacity: 0.85;
    line-height: 1.4;
}
	
 /* Клиенты */
	.clients-sec {
		padding-top: 120px;
	}
.clients-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
}
	.client-logo {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 22px;
    font-weight: 700;
    font-size: 14px;
    color: #64748b;
    transition: all .2s;
    min-width: 130px;
    text-align: center;
}
.client-logo:hover {
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, .12);
}
.client-stat {
    text-align: center;
    padding: 26px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(26,47,90,0.10);
}
	.client-stat__num {
    font-size: 34px;
    font-weight: 800;
    color: #22548f;
    margin-bottom: 5px;
}
	.client-stat__label {
    font-size: 14px;
    color: #64748b;
}
.section-gray,
.wrapper {
    overflow: visible;
}

.form-layout__cta {
	position: relative;	
}
.catalog-layout__cta {
    position: sticky;
    top: 50px; 
}

.item-card--cta {
    background: #295fa9;
    border-radius: 12px;
    width: 100%;
}

.item-card--cta::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.item-card--cta::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.item-card--cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 28px;
    color: #ffffff;
}

.item-card--cta__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

.item-card--cta__title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 10px;
}

.item-card--cta__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 16px;
}

.item-card--cta__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.item-card--cta__list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-card--cta__list li::before {
    content: '✓';
    display: inline-block;
}


.cta-form__field {
    margin-bottom: 18px;
}


.cta-form__input {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}

.cta-form__input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.cta-form__input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.18);
}

.cta-form__textarea {
    resize: vertical;
    min-height: 88px;
}

/* Кнопка */
.item-card--cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #295fa9;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.item-card--cta__btn:hover {
    background: #f0f5ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #295fa9;
}

.item-card--cta__btn svg {
    transition: transform 0.2s;
    flex-shrink: 0;
}

.item-card--cta__btn:hover svg {
    transform: translateX(4px);
}
.steps-block {
	padding-top: 50px;
}
        .product-tabs {
            padding: 60px 0;
        }

        .tabs-wrapper {
            display: flex;
            flex-direction: column;
        }

        .tabs-header {
            display: flex;
            gap: 5px;
            margin-bottom: -1px; /* Прижимаем к контенту */
            z-index: 2;
        }

        .tab-btn {
            background-color: #ffffff;
            border: 0px;
            border-bottom: none;
            padding: 15px 30px;
            font-size: 20px;
            font-weight: 600;
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.2s ease;
            color: #555;
            border-radius: 8px 8px 0 0;
        }

        .tab-btn.active {
            background-color: #f5f5f5;
            color: #2e6bb4;
            position: relative;
        }

        .tabs-content {
            background-color: #f5f5f5;
            padding: 40px 20px;
            border-radius: 0px 20px 20px 20px;
        }

        .tab-pane {
            display: none;
        }

        .tab-pane.active {
            display: block;
            animation: tabFadeIn 0.3s ease;
        }

        .tab-pane h2 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 24px;
        }

        .tab-pane p {
            margin: 15px 0px;
        }
        .sel-block {
            margin: 40px 0px;  
        }
        .selected_info {
            padding: 20px 24px;
            margin-bottom: 20px;
            border-radius: 16px;
            background-color: #ffffff;
            height: -webkit-fill-available;
        }
        .img-tab img {
            width: stretch;
            border-radius: 20px;
        }

        @keyframes tabFadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @media (max-width: 768px) {
            .tabs-header {
                flex-direction: column;
                gap: 0;
            }
            .tab-btn {
                border-radius: 0;
                border-bottom: 1px solid #ccc;
            }
        }