@charset "UTF-8";
.fancybox__container {
    --fancybox-bg: rgba(15, 39, 68, 0.8);
}

.base-modal.quiz-modal {
	width: 1200px;
	padding: 0;
}
.quiz-modal .quiz-final, .quiz-modal .quiz-success, .quiz-modal .quiz-final .quiz-step_body, .quiz-modal .quiz-success .quiz-step_body {
    position: unset;
}
.quiz-modal .quiz-final_bg {
    position: absolute;
    bottom: 0;
    right: 0;
}	
.quiz-modal .quiz-final_bg.quiz-final_bg__success {
    height: 100%;
}
body.modal-open {
	overflow: hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-blue-dd);
}
h1, .h1 {
	font-size:64px;
    line-height: 1.3;
	font-weight: 700;
}
h2, .h2 {
	font-size:56px;
    line-height: 1.3;
	font-weight: 700;
}
h3, .h3 {
	font-size:48px;
    line-height: 1.3;
	font-weight: 700;
}
.sub-h {
	font-size: 24px;
}
ol, ul, dl {
	padding-inline-start: 20px;
}
.col-five {
  flex: 0 0 auto;
  width: 20%;
}
.grid-col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.grid-col-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
.grid-col-7 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.gap-20 {
	gap: 20px;
}
@media (max-width: 992px) {
  .col-five {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .col-five {
    width: 100%;
  }
}
.text-green {
	color: var(--bs-green);
}
.text-blue {
	color:var(--bs-blue);
}
.text-gray {
	color: #425367;
}
.text-blue-dd {
	color:var(--bs-blue-dd);
}
.opacity-04 {
	opacity: 0.4;
}
.stroke-white {
	stroke: #fff;
}
.stroke-gray {
	stroke: var(--bs-gray);
}
.fsz-14 {
	font-size:14px;
}
.fsz-20 {
	font-size:20px;
}
.fsz-24 {
	font-size:24px;
}
.gx-45 {
    --bs-gutter-x: 2rem;
}
.mb-45 {
	margin-bottom: 2rem;
}
.bg-gray {
	background-color: var(--bs-gray-light);
}
.link {
	color:var(--bs-link-color);
	text-decoration:underline;
	cursor:pointer;
	transition: all 0.15s ease-in-out;
}
.link:hover, .link:focus {
	color:var(--bs-link-hover-color);
}
.clean-link {
	text-decoration: none;
    color: inherit;
}
.clean-link:hover {
	text-decoration: underline;
}
.header-lead {
	font-size:32px;
	font-weight:600;
}
.navbar {
	height: 230px;
    position: relative;
    width: 100%;
	background: linear-gradient(180.00deg, rgba(255, 255, 255, 1) 50%,rgba(255, 255, 255, 0) 100%);
	
}
.navbar + * {
	margin-top: -200px;
	padding-top: 230px;
}
.navbar-nav--cats {
	display:flex;
	align-items:center;
	gap:50px;
}
.navbar-nav--cats > div {
	position:relative;
	display:flex;
	align-items:center;
	gap:10px;
}
.navbar-nav--cats > div svg {
	stroke:var(--bs-blue);
}
.navbar-nav--cats > div:hover svg {
	stroke:var(--bs-blue-hover);
}
.navbar-nav--cats > div:focus svg {
	stroke:var(--bs-blue-hover);
}
.navbar-nav--cats > div:focus a {
	color:var(--bs-blue-hover);
}
.navbar-nav--cats a {
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-size:14px;
	font-weight:500;
	padding-top: 3px;
}
.navbar-nav--cats a:before {
	    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.navbar-nav--cats a:hover {
	text-decoration:underline;
}
.hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
}
.nav-search {
	position: relative;
	width:390px;
}
.nav-search input {
    width: 100%;
    padding: 0 20px;
	padding-left:60px;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    border: 1px solid rgba(36, 36, 36, 0.2);
    line-height: 1;
    height: 56px;
	outline:none;
	font-size:14px;
	color:var(--bs-gray);
}
.nav-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.nav-search input[type="search"]::-ms-clear {
    display: none;
}
.nav-search input::placeholder {
	text-transform:uppercase;
	color:var(--bs-gray);
}
.nav-search input:hover {
	border: 1px solid rgba(36, 36, 36, 0.6);
}
.nav-search input:focus {
	border: 1px solid rgba(36, 36, 36, 1);
}
.nav-search_btn {
	width: 16px;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 50%;
	transform: translateY(-50%);
	border:0;
}
.nav-search_btn .i-search {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    stroke: #737373;
}
.nav-search:hover .nav-search_btn .i-search,
.nav-search input:focus ~ .nav-search_btn .i-search {
    stroke: #3C9BD6;
}
.navbar-scroll {
	position: fixed;
	top: 0;
	margin-top: -60px;
	z-index: 100;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	transition: all 0.3s ease-in-out;
}
.navbar-scroll .navbar-brand img {
	height: 40px;
}
.navbar-scroll .nav-search input {
	height: 40px;
	padding-left: 40px;
}
.nav-search_btn {
	left: 15px;
}
.navbar-scroll .header-calc--btn {
	font-size: 14px;
	height: 40px;
	padding: 0 15px;
	white-space: nowrap;
	flex-shrink: 0;
}
.navbar-scroll .header-calc--btn svg {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 10px;
}
.navbar-scroll .container {
	position: relative;
}
.mtc-btn.navbar-scroll_btn-submenu {
	height: 40px;
	font-size: 14px;
	font-weight: 700;
}
.hamburger {
	width: 20px;
	height: 14px;
	position: relative;
	margin-right: 8px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: white;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2) {
	top: 6px;
}
.hamburger span:nth-child(3) {
	top: 12px;
}
.hamburger.active span:nth-child(1) {
	top: 6px;
	transform: rotate(135deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
	left: -20px;
}
.hamburger.active span:nth-child(3) {
	top: 6px;
	transform: rotate(-135deg);
}
.navbar-scroll_submenu {
	position: absolute;
    width: calc(100% - 24px);
    left: 12px;
    bottom: -10px;
    transform: translateY(100%);
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
    z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.navbar-scroll_submenu.active {
	opacity: 1;
	transform: translateY(100%);
	visibility: visible;
}
.navbar-scroll_submenu a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-decoration: none;
}
.navbar-scroll_submenu a:hover {
	color: #007bff;
}

.navbar-scroll_submenu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.navbar-scroll_submenu a {
	text-decoration: none;
	color: var(--bs-gray);
	font-weight: 500;
}
.navbar-scroll_submenu a:hover {
	color: var(--bs-green);
}
.mtc-btn, .calc-btn {
	background-color:var(--bs-blue);
	color:#fff;
	font-size:16px;
	line-height:75px;
	text-align: center;
	padding:0 30px;
	border: 0;
	border-radius:4px;
	text-decoration:none;
	display: block;
	width: max-content;
	white-space: nowrap;
}
button.mtc-btn {
	border: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
button.mtc-btn.btn-prev {
	background-color: var(--bs-gray);
}
button.mtc-btn.btn-prev:hover {
	background-color: #333;
}
button.mtc-btn.btn-prev:focus {
	background-color: #111;
}
button.mtc-btn.btn-prev svg {
	transform: rotate(180deg);
}
.calc-btn {
	line-height:56px;
	padding:0 28px;
}
.mtc-btn.mtc-btn_white {
	line-height:71px;
	border: 2px solid var(--bs-blue);
	background-color: #fff;
	color: var(--bs-blue);
}
.mtc-btn.mtc-btn_big {
	line-height: 97px;
	padding: 0 50px;
	white-space: nowrap;
}
.mtc-btn:hover, .calc-btn:hover {
	background:var(--bs-blue-hover);
}
.mtc-btn:focus, .calc-btn:focus {
	background:var(--bs-blue-focus);
	color:#fff;
}
.mtc-btn.mtc-btn_white:hover {
	border-color: var(--bs-blue-hover);
	color: var(--bs-blue-hover);
	background-color: #fff;
}
.mtc-btn.mtc-btn_white:focus {
	border-color: var(--bs-blue-focus);
	color: #fff;
	background-color: var(--bs-blue-focus);
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

	background-color: #F4F4F4;
    width: max-content;
	padding: 10px 14px;
	border-radius: 4px;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M0.75 8.75L4.75 4.75L0.75 0.75' stroke='%23454545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.breadcrumbs__link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #454545;
  opacity: 0.6;
}
a.breadcrumbs__link {
	opacity: 0.3;
	text-decoration: none
}
.head-section_main {
	background-image: url(../img/header_bg-1.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.head-section_main.head-section_main_rectangular {
	background-image: url(../img/header_bg-2.webp);
	background-size: 45%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.head-section_main.head-section_main_treatment {
	background-image: url(../img/header_bg-3.webp);
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.head-section_main.head-section_main_sewerage-stations {
	background-image: url(../img/header_bg-4.webp);
	background-size: 45%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.head-section_main.head-section_main_los {
	background-image: url(../img/header_bg-5.webp);
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.header-benefit {
	width:100%;
	height:125px;
	padding: 16px 30px;
	position:relative;
	background:#0F2744;
	color:#fff;
	font-size:18px;
	font-weight: 400;
	line-height:22px;
	border-radius: 0 4px 4px 0;
	display:flex;
	align-items:center;
	margin-left:13px;
}
.header-benefit svg {
	width:34px;
	height:34px;
	position:absolute;
	right:16px;
	bottom:16px;
	stroke: #fff;
}
.header-benefit:before {
	position:absolute;
	width:13px;
	height:100%;
	content:'';
	left:-12px;
	top:0;
	background:url(../img/benefit-box_side.svg) no-repeat;
	background-position-y: center;
	border-radius: 4px 0 0 4px;
}
.header-calc {
	background-color:var(--bs-blue-dark);
	color:#fff;
	font-size:26px;
	font-weight:500;
	line-height:1.4;
	border-top-right-radius:4px;
	padding:20px;
	padding-left: 0;
    position: relative;
}
.header-calc::before {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color:var(--bs-blue-dark);
	z-index: 0;
}
.header-calc_img {
	position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
	width: auto;
}
@media (min-width: 1400px) and (max-width: 1730px) {
	.header-calc_img {
		height: 80%;
	}
}
@media (min-width: 1320px) and (max-width: 1400px) {
	.header-calc_img {
		height: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1320px) {
	.header-calc_img {
		height: 60%;
	}
}
.header-calc--btn {
	width: max-content;
	background-color:var(--bs-green);
	border-radius:4px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0 60px;
	height:97px;
	text-decoration:none;
	border: 0;
}
.header-calc--btn:hover {
	background-color: var(--bs-green-hover);
	color:#fff;
}
.header-calc--btn:focus {
	background-color: var(--bs-green-focus);
	color:#fff;
}
.header-calc--btn svg {
	width:33px;
	height:34px;
	margin-right:16px;
}
.catlink-box {
	position: relative;
}
.catlink-box__img {
	width: 100%;
	height: 320px;
	background: var(--bs-gray-light) url(../img/catlink-box--img_bg.webp) no-repeat;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}
.catlink-box__img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: bottom;
}
.box-img-cover .catlink-box__img img {
	object-fit: cover;
	object-position: center;
}
.catlink-box__title {
	display: flex;
	align-items: start;
}
.catlink-box__title a {
	font-size: 24px;
	font-weight: 600;
	padding-right: 10px;
	text-decoration: none;
	color: #454545;
	flex: 1;
}
.catlink-box__title a:before, .configurations-item a:before, .product-card .product-card__title a:before, .product-card__badge a:before, .blog-item__title a:before  {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.catlink-box__btn {
	width: 64px;
	height: 64px;
	background-color: var(--bs-blue);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.15s ease-in-out;
}
.catlink-box__btn svg {
	width:20px;
	height: 20px;
}
.catlink-box:hover .catlink-box__btn, .blog-item:hover .catlink-box__btn, .configurations-item:hover .catlink-box__btn {
	transform: rotate(45deg);
	background-color: var(--bs-blue-hover);
}
.catlink-box:focus-within .catlink-box__btn, .blog-item:focus-within .catlink-box__btn {
	transform: rotate(45deg);
	background-color: var(--bs-blue-focus);
}
.catlink-box_submenu {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 20px;
	position: relative;
    z-index: 9;
}
.catlink-box_submenu a {
	font-size: 16px;
	text-decoration: none;
}
.catlink-box_submenu a:hover {
	text-decoration: underline;
}
.swiper-button-next.sb-bg, .swiper-button-prev.sb-bg {
	&.swiper-button-disabled {
        cursor: auto;
        opacity: 1;
        pointer-events: none
    }
}
.swiper-button-next.sb-bg.swiper-button-disabled:before, .swiper-button-prev.sb-bg.swiper-button-disabled:before {
	opacity: 0.5;
}
.swiper-button-next.sb-bg, .swiper-button-prev.sb-bg {
	width: 58px;
    height: 210px;
    background: url(../img/swiper-bg-arrow.svg) no-repeat;
	background-size: contain;
	margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-next.sb-bg {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.swiper-button-next.sb-bottom-right, .swiper-button-next.sb-top-right {
	right: 0;
	transform: rotate(180deg);
}
.swiper-button-prev.sb-bg {
	left: 0;
}
.swiper-button-prev.sb-bottom-right, .swiper-button-prev.sb-top-right  {
	left: unset;
	right: 80px;
}
.swiper-button-next.sb-bottom-right, .swiper-button-prev.sb-bottom-right {
	top: unset;
	bottom: -93px;
	display: block;
	width: 64px;
	height: 64px;
} 
.swiper-button-next.sb-top-right, .swiper-button-prev.sb-top-right {
	top: -90px;
	bottom: unset;
	display: block;
	width: 64px;
	height: 64px;
} 
.swiper-button-next.sb-bg:before, .swiper-button-prev.sb-bg:before,
.swiper-button-next.sb-bottom-right:before, .swiper-button-prev.sb-bottom-right:before,
.swiper-button-next.sb-top-right:before, .swiper-button-prev.sb-top-right:before  {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	left: -17px;
	border-radius: 50%;
	background: var(--bs-blue) url(../img/swiper-arrow.svg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	transition: all 0.15s ease-in-out;
}
.swiper-button-next.sb-bg:hover:before, .swiper-button-prev.sb-bg:hover:before,
.swiper-button-next.sb-bottom-right:hover:before, .swiper-button-prev.sb-bottom-right:hover:before {
	background: var(--bs-blue-hover) url(../img/swiper-arrow.svg);
}
.swiper-button-next.sb-bg:focus:before, .swiper-button-prev.sb-bg:focus:before,
.swiper-button-next.sb-bottom-right:focus:before, .swiper-button-prev.sb-bottom-right:focus:before {
	background: var(--bs-blue-focus) url(../img/swiper-arrow.svg);
}
.swiper-button-next.sb-bottom-right:before, .swiper-button-prev.sb-bottom-right:before, .swiper-button-next.sb-top-right:before, .swiper-button-prev.sb-top-right:before {
	left: 0;
}
.swiper-container {
	position: relative;
}
.PromoSwiperFull, .SeoSwiperFull, .CardItemImgSwiper {
	border-radius: 4px;
}
.PromoSwiperFull .swiper-slide {
	height: 680px;
}
.SeoSwiperFull .swiper-slide {
	height: 680px;
}
.CardItemImgSwiper .swiper-slide {
	height: 320px;
}
.PromoSwiperFull .swiper-slide img, .SeoSwiperFull .swiper-slide img, .CardItemImgSwiper .swiper-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 4px;
}
.slide-descr {
	position: absolute;
    z-index: 2;
	width: max-content;
    top: 80%;
    left: 50%;
    transform: translateY(-80%) translateX(-50%);
	font-size: 32px;
    color: #fff;
    background: var(--bs-gray);
    padding: 10px 20px;
	text-align: center;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
	top: unset;
    bottom: -40px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: var(--bs-gray);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: var(--bs-blue);
}
.seo-img {
	width:100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.seo-img.seo-img_quiz {
	height: 550px;
}
.product-card {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    min-height: 400px;
	padding-bottom: 20px;
	position: relative;
}
.product-card__body {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	padding: 56px;
	padding-bottom: 48px;

}
.product-card .product-card__link {
	color:var(--bs-blue);
}
.product-card:hover .product-card__link {
	color:var(--bs-blue-hover);
}
.product-card:focus .product-card__link {
	color:var(--bs-blue-focus);
}
.product-card__image {
	position: relative;
}
.product-card__image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
}
.product-card__badges {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	gap: 10px;
}
.product-card__badge {
	display: flex;
	align-items: center;
	gap: 7px;
	background-color: #fff;
	padding: 8px;
	border-radius: 4px;
	position: relative;
}
.product-card__badge a {
	text-decoration: none;
	color:#454545;
}
.product-card__badge a:hover {
	color: var(--bs-blue-hover);
}
.product-card__badge svg {
	width:24px;
	height: 24px;
	stroke: #454545;
}
.product-card__title, .product-card__title a {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--bs-gray);
	text-decoration: none;
}
.product-card__title a:hover {
	text-decoration: underline;
}
.product-card__description {
	font-size: 20px;
	font-weight: 400;
}
.product-card__description > div:last-child {
	margin-bottom: 0 !important;
}
.product-card__description svg {
	width:25px;
	height: 24px;
	 flex-shrink: 0;
	 stroke: #3D9A78;
}
.product-card__description span {
	color: #425367;
}
.product-card__description ul {
	margin: 0;
	padding-left: 20px;
}
ul li::marker {
    font-size: 14px;
}
.product-card__link {
	display: block;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	position: relative;
	margin-left: 60px;
	padding-left: 90px;
	margin-top: 10px;
}
.product-card__link:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: var(--bs-blue);
    background-image: url(../img/link-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 50%;
    z-index: 1;
    transition: 
        background-color 0.15s ease-in-out,
        transform 0.15s ease-in-out;
}
.product-card__link:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
	width: 84px;
	height: 84px;
	background: #fff;
	z-index: 0;
	border-radius: 50%;
}
.product-card__link:hover:before, .product-card:hover .product-card__link:before {
	background-color: var(--bs-blue-hover);
	transform: rotate(45deg);
}
.product-card__link:focus:before, .product-card:focus .product-card__link:before {
	background-color: var(--bs-blue-focus);
	transform: rotate(45deg);
}
.promo-estimate-offer {
    background-color: var(--bs-blue-dark);
    border-radius: 4px;
    color: #fff;
    padding: 110px 56px;
	position: relative;
	overflow: hidden;
}
.promo-estimate-offer > div {
	position: relative;
	z-index: 1;
}
.promo-estimate-offer_bg_img {
	position: absolute;
	bottom: 0;
    height: 100%;
    right: 0;
	z-index: 0;
}
.offer-details-line {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}
.offer-details-line__img {
	width: 64px;
	height: 64px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.department-benefit {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.department-benefit span {
	display: block;
	color: #425367;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
}
.department-benefit__img {
	border-radius: 4px;
	background-color: var(--bs-gray-light);
	height: 120px;
}
.department-benefit__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
}
.department-benefit__img svg {
	display: none;
}
.department-team {
	background: url(../img/department-team_bg.webp) no-repeat;
	background-size: 80%;
    background-position-x: center;
    background-position-y: bottom;
}
.partner-item {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 100%;
}
.partner-item img {
	max-height: 97px;
}
.production-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 350px 350px;
    gap: 15px;
	 counter-reset: production-steps;
}
.production-steps__item {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	padding: 70px 55px;
	position: relative;
	font-size: 24px;
}
.production-steps__item:first-child {
    grid-row: span 2;
}
.production-steps__item::before, .cat-steps-list .application-cat-element::before  {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: var(--bs-green);
    border-bottom-right-radius: 28px;
}
.production-steps__item div {
	position: relative;
}
.production-steps__item > div:first-child {
	background-repeat: no-repeat !important;
    background-position-y: bottom !important;
	width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;

}
.production-steps .production-steps__item:nth-child(3) > div {
	background-position-x: right !important;
}
.drop-box {
	height: 350px;
	border-radius: 4px;
	padding: 50px 55px;
	position: relative;
}
.drop-box > div {
	position: relative;
	z-index: 9;
}
.drop-box_bg-img {
	position: absolute;
	width: auto;
	height: 100%;
	right: 0;
	bottom: 0px;
	object-fit: contain;
	object-position: bottom;
}
@media (min-width: 992px) and (max-width: 1720px) {
	.drop-box_bg-img {
		height: 70%;
	}
}
.drop-box__gray {
	background: #ECF0F4 url(../img/drop-bg-b0.webp);
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.drop-box__blue {
	background: #3C9BD6 url(../img/drop-bg-b.webp);
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.drop-box__title {
	font-size: 24px;
}
.drop-box__descr {
	font-size: 20px;
	font-weight: 400;
}
.certificatesSwiper {
	height: auto;
}
.certificatesSwiper .swiper-wrapper {
    display: flex;

}
.certificatesSwiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
.certificate-item {
	height: 100%;
    background-color: var(--bs-gray-light);
    border-radius: 4px;
    padding: 25px 50px;
	padding-bottom: 45px;
	display: flex;
    flex-direction: column;
}
.certificate-item__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.certificate-item__img {
    text-align: center;
    position: relative;
	margin-top: auto; 
}
.certificate-item__img img {
    max-width: 250px;
}
.bottom-zoom-btn {
    position: relative;
    display: inline-block; /* Важно для правильного позиционирования */
    cursor: pointer;
}
.swiper .bottom-zoom-btn {
	width: 100%;
    height: 100%;
}
.bottom-zoom-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 58px;
    background: url(../img/swiper-bg-arrow_gray-bottom.svg) no-repeat;
    background-position-x: center;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;	
}
.swiper.white-btm .bottom-zoom-btn:before {
	background: url(../img/swiper-bg-arrow_gray-bottom_white.svg) no-repeat;
    background-position-x: center;
    background-size: contain;
}
.bottom-zoom-btn::after {
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--bs-blue);
    background-image: url(../img/i-zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;	
    transition: background-color 0.15s ease-in-out;
}
.bottom-zoom-btn:hover::after {
    background-color: var(--bs-blue-hover);
}
.bottom-zoom-btn:focus::after {
    background-color: var(--bs-blue-focus);
}
.bottom-zoom-btn:focus {
    outline: none;
}
.blog-item {
	height: 100%;
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	padding: 55px;
	position: relative;
}
.blog-item__img img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 4px;
}
.blog-item__date {
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 15px;
	line-height: 40px;
	width: max-content;
}
.blog-item__title a {
	font-size: 24px;
	color:var(--bs-gray);
	text-decoration: none;
}
.blog-item__descr {
	font-size: 20px;
}
.more-link {
	width: max-content;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  	text-decoration: underline;
  	transition: all 0.15s ease-in-out;
}
.more-link:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.more-link:focus {
	color: var(--bs-blue-focus);
}
.seo-tags {
	display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
    padding: 20px 0;
}
.seo-tags a {
	font-size: 20px;
	text-decoration: none;
}
.colnsultation-promo {
	position: relative;
	background-color: var(--bs-blue-dark);
    border-radius: 4px;
    padding: 90px 80px;
}
.colnsultation-promo.colnsultation-promo-2 {
	padding-bottom: 54px;
}
.colnsultation-promo__team-label {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom:0;
	background-color: #fff;
	color: var(--bs-blue-dd);
	width: max-content;
	padding: 0 10px;
	height: 71px;
    display: grid;
    align-items: center;
	margin-left: 79px;
}
.colnsultation-promo__team-label:before {
	position: absolute;
	content: '';
	width: 71px;
	height: 71px;
	left: -79px;
	top: 0;
	background: url(../img/colnsultation-promo__team-label.webp) no-repeat;
}
.colnsultation-promo__team-label > div:first-child {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}
.colnsultation-promo__team-label > div:last-child {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}
.colnsultation-promo_left {
	position: relative;
}
.colnsultation-promo_img {
	position: absolute;
	width: 100%;
	height: calc(100% + 90px);
	left: 0;
	bottom: -90px;
	object-fit: contain;
	object-position: bottom;
}
.colnsultation-promo-2 > div {
	position: relative;
}
.colnsultation-promo-2_img {
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	bottom: 0;
	object-fit: contain;
	object-position: left;
	z-index: 0;
}
@media (min-width: 992px) and (max-width: 1680px) {
	.colnsultation-promo_img {
		bottom: -70px;
	}
}
@media (min-width: 992px) and (max-width: 1540px) {
	.colnsultation-promo_img {
		bottom: -50px;
	}
}
.offer-details-line a:hover {
	color:#fff;
}
.colnsultation-promo.colnsultation-promo_quiz {
	padding: 45px;
	padding-top: 35px;
	display: flex;
    flex-direction: column;
	height: 100%;
}
.colnsultation-promo.colnsultation-promo_quiz .colnsultation-promo_img {
	height: auto;
    bottom: 0;	
}
.colnsultation-promo.colnsultation-promo_quiz > div {
	position: relative;
	z-index: 9;
}
.colnsultation-promo.colnsultation-promo_quiz .colnsultation-promo__team-label:before{
	display: none;
}
.colnsultation-promo.colnsultation-promo_quiz .colnsultation-promo__team-label {
	background-color: transparent;
    color: #fff;
    position: relative;
    margin-top: auto;
    padding: 0;
    height: auto;
    margin: 0;
	left: 0;
    transform: unset;
	text-shadow: 2px 2px #333;
}
.colnsultation-promo.colnsultation-promo_quiz .colnsultation-promo__team-label > div:first-child {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
	margin-bottom: 15px;
}
.contacts-info {
	font-size: 20px;
}
.contacts-info a {
	white-space: nowrap;
	text-decoration: none;
}
.copy-tooltip {
    position: absolute;
    background: #3D9A78;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.copy-tooltip::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #3D9A78;
}

.copy-tooltip.show {
    opacity: 1;
}
.social-icon {
	width: 48px;
	height: 48px;
	aspect-ratio: 1;
	background-color: var(--bs-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	flex-shrink: 0;
}

.social-icons-list {
	flex-wrap: wrap;
}
.social-icon:hover {
	background-color: var(--bs-blue-hover);
}
.social-icon:focus {
	background-color: var(--bs-blue-focus);
}
.social-icon svg {
	width: 50%;
    height: auto;
    object-fit: contain;
}
.contacts-tabs > button {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid var(--bs-blue);
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 16px;
	color: var(--bs-blue);
	white-space: nowrap;
	transition: all 0.15s ease-in-out;
}
.contacts-tabs > button.active {
	color:#fff;
	background-color: var(--bs-blue);
}
.contacts-tabs > button:not(.active):hover {
	color: var(--bs-blue-hover);
	border-color: var(--bs-blue-hover);
}
.contacts-tabs > button:not(.active):focus {
	color: #fff;
	border-color: var(--bs-blue-focus);
	background-color: var(--bs-blue-focus);
}
.contacts-map {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	width: 100%;
	height: calc(100% - 64px);
}
footer {
	background-color: var(--bs-gray-light);
	border-top: 1px solid #8C8C8C;
}
.border-lg-bottom {
	border-bottom: 1px solid #8C8C8C;
}
.footer__copy {
	font-size: 14px;
	color: #8C8C8C;
}
.footer__nav {
	display: flex;
    flex-direction: column;
	gap: 20px;
}
.footer__nav a {
	text-decoration: none;
	color: var(--bs-gray);
	font-size: 16px;
	line-height: 1;
	width: max-content;
}
.footer__nav a:hover {
	color: var(--bs-green);
	text-decoration: underline;
}
.kl-link {
	color: #8C8C8C !important;
	text-decoration: none;
	display: flex;
    align-items: end;
	gap: 10px;
}
.kl-link svg path {
	transition: all 0.15s ease-in-out;
}
.kl-link svg path:first-child {
	fill:#FDCB0B;
}
.kl-link svg path:last-child {
	fill:#2B2A29;
}
.kl-link:hover svg path:first-child {
    fill: #1F74A8;
}
.kl-link:hover svg path:last-child {
    fill: #fff;
}
.kl-link:focus svg path:first-child {
    fill: #004976;
}
.kl-link:focus svg path:last-child {
    fill: #fff;
}
.navbar-nav--products__submenus {
	position: relative;
	z-index: 99;
}
.navbar-nav--products a {
	text-decoration: none;
	color: var(--bs-gray);
}
.navbar-nav--products a:hover, .navbar-nav--products a[aria-expanded="true"] {
	color: var(--bs-green);
}
.navbar-nav--products__submenu {
  position: relative;
  width: 100%;
  background-color: #274972;
  border-radius: 4px;
  color: #fff;
}
.navbar-nav--products__submenu a {
	text-decoration: none;
}
.navbar-nav--products__submenu-arrow {
  position: absolute;
  top: -12px;
  left: 0;
  transform: translateX(-50%);
  transition: unset;
  width: 56px;
  height: 12px;
}

.navbar-nav--products__submenu-content {
  padding: 50px;
}
.submenu-content__plain-list {
  display: grid;
  gap: 50px;
}
.submenu-content__plain-list > div {
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
}
.submenu-content__plain-list > div > div {
	flex-shrink: 0;
	background-color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.15s ease-in-out;
}
.submenu-content__plain-list > div > div img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}
.submenu-content__plain-list a {
	font-size: 14px;
	color: #fff;
}
.submenu-content__plain-list a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.submenu-content__plain-list > div:hover > div {
	box-shadow: 0px 52px 14px 0px rgba(255, 255, 255, 0),0px 33px 13px 0px rgba(255, 255, 255, 0.03),0px 19px 11px 0px rgba(255, 255, 255, 0.1),0px 8px 8px 0px rgba(255, 255, 255, 0.17),0px 2px 5px 0px rgba(255, 255, 255, 0.2);
}
.submenu-content__plain-list > div:hover a {
	color: var(--bs-green);
}
.submenu-content__list-type-2 > div {
	background-color: #fff;
	border-radius: 4px;
	min-height: 75px;
	display: flex;
	align-items: center;
	padding: 0 28px;
	position: relative;
	overflow: hidden;
}
.submenu-content__list-type-2 > div > ul {
	position: relative;
	z-index: 9;
}
.submenu-content__list-type-2 > div > div {
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: calc(100% + 1px);
	z-index: 0;
}
.submenu-content__list-type-2.grid-col-2.img-90 > div > div {
	height: 90%;
	max-height: 240px;
}
.submenu-content__list-type-2 > div > div img {
	width: auto;
	height: 100%;
}
.submenu-content__list-type-2 > div a {
	font-size: 16px;
	color: #1F1F1F;
	font-weight: 700;
}
.submenu-content__list-type-2 > div a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.submenu-content__list-type-2 > div:has(> ul) {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
.submenu-content__list-type-2 > div:has(> ul) a:before {
	display: none;
}
.submenu-content__list-type-2 ul {
	list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
	display: grid;
    gap: 5px;
}
.submenu-content__list-type-2 ul a {
	font-size: 14px;
	font-weight: 400;
}
#city-modal-overlay, .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 39, 68, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#city-modal, .base-modal {
    background: #E3E3E3;
    border-radius: 4px;
    width: 560px;
    max-width: 100%;
    padding: 50px;
    position: relative;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.base-modal {
	display: none;
}
.city-input-container input {
    width: 100%;
    padding: 0 22px;
    border-radius: 6px;
    background-color: #E3E3E3;
    display: block;
    border: 1px solid #242424;
    line-height: 1;
    height: 62px;
    outline: none;
    font-size: 14px;
    color: #242424;
    transition: all 0.15s ease-in-out;
}
.city-input-container input::placeholder {
    color: #242424;
}
.city-input-container input:hover {
    border: 1px solid rgba(36, 36, 36, 0.6);
}
.city-input-container input:focus {
    background-color: #F6F6F6;
    border-color: #3C9A78;
}
.city-input-container .city-i-search {
	width: 16px;
    height: 16px;
    stroke: #242424;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    #city-modal, .base-modal {
        width: 100%;
    }
}

/* Close button */
#city-modal-close, .modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
	z-index: 99;
}
#city-modal-close svg path, .modal-close svg path {
    fill: #242424;
    opacity: 0.4;
    transition: all 0.15s ease-in-out;
}
#city-modal-close:hover svg path, .modal-close:hover svg path {
    opacity: 1;
}
/* Input container */
.city-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.city-modal__title {
    font-size: 24px;
    color: #1F1F1F;
}
/* Suggestions */
#city-suggestions {
    background: #fff;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0px 308px 86px 0px rgba(36, 51, 71, 0),0px 197px 79px 0px rgba(36, 51, 71, 0.03),0px 111px 67px 0px rgba(36, 51, 71, 0.1),0px 49px 49px 0px rgba(36, 51, 71, 0.17),0px 12px 27px 0px rgba(36, 51, 71, 0.2);
}
#city-suggestions > * {
    padding: 0px 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 64px;
	color:var(--bs-gray);
	text-decoration: none;
    transition: all 0.15s ease-in-out;
}

#city-suggestions > *:hover,
#city-suggestions > *.active {
    color: var(--bs-green);
}

#city-suggestions .no-match {
    cursor: default;
    color: red;
}

/* Cities grid */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    font-size: 16px;
}

.cities-grid > * {
    cursor: pointer;
	color: var(--bs-gray);
	text-decoration: none;
    transition: all 0.15s ease-in-out;
}

.cities-grid > *:hover {
    color:var(--bs-green)
}
.city-alert {
	position: absolute;
	top: calc(100% + 14px);
    left: -2px;
	background-color: #fff;
	border: 1px solid #0F2645;
	color: #1F1F1F;
	font-size: 16px;
	padding: 20px;
	border-radius: 4px;
	z-index: 99;
}
.city-alert button {
	color: #fff;
	border-radius: 4px;
	padding: 0 14px;
	height: 43px;
	display: flex;
	align-items: center;
	border: 0;
    outline: none;
}
.city-alert button:first-child {
	background-color: var(--bs-blue);
}
.city-alert button:last-child {
	background-color: var(--bs-green);
}
.city-alert button:first-child:hover {
	background-color: var(--bs-blue-hover);
}
.city-alert button:last-child:hover {
	background-color: var(--bs-green-hover);
}
.city-alert button:first-child:focus {
	background-color: var(--bs-blue-focus);
}
.city-alert button:last-child:focus {
	background-color: var(--bs-green-focus);
}
.city-container {
	position: relative;
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left;
	}
	.float-lg-right {
		float: right;
	}
}
.seo-block::after {
    content: "";
    display: table;
    clear: both;
}
.seo-block_text__more {
    display:none;
}
.toggle-checkbox {
    display: none;
}
.seo-block_text__more--hide, .toggle-checkbox:checked ~ .seo-block_text__more--show {
    display: none;
}
.toggle-checkbox:checked ~ .seo-block_text__more {
    display: inline;
}
.toggle-checkbox:checked ~.seo-block_text__more--hide {
    display: table;
}
.rotate-180 {
	transform:rotate(180deg);
}
.developer {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.developer__label {
  display: inline-block;
  margin-right: 9px;
  color: #949494;
}
.developer__logo {
  position: relative;
}
.developer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #949494;
    text-decoration: none;
}

.developer__hover, .developer__focus {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.developer__link:hover .developer__hover {
  width: 100%;
}
.developer__link:focus .developer__focus {
  width: 100%;
}
.PromoSwiperFull.about-swiper .swiper-slide {
	height: 550px;
}
.PromoSwiperFull.about-swiper .slide-descr {
	font-size: 24px;
	top: 90%;
}
.company-details {
	font-size: 20px;
}
.company-details_block {
	display: grid;
  	grid-template-columns: auto 1fr;
  	column-gap: 20px;
	row-gap: 10px;
}
.company-details_block > div:nth-child(odd) {
	color: #425367;
}
.blog-page-list .blog-item__img {
	position: relative;
}
.blog-page-list .blog-item__date {
	position: absolute;
    top: 20px;
    left: 20px;
	color: rgba(69, 69, 69, .4);
}
.blog-page-list .catlink-box__btn {
	position: absolute;
	bottom: 20px;
    right: 20px;
}
.pages-nav {
	font-size:16px;
	line-height:1;
}
.pages-nav a.mtc-btn {
	color: #fff;
}
.pages-nav * {
	transition: all 0.15s ease-in-out;
}

.pages-nav a .i-prev, .pages-nav a .i-next {
	opacity:1;
}
.pages-nav .pages {
	display:flex;
	gap: 8px;
}
.pages-nav .pages span, .pages-nav .pages a, .page-nav-link {
	height: 75px;
	display:flex;
	justify-content: center;
    align-items: center;
	width:58px;
	background:#fff;
	border: 2px solid var(--bs-blue);
	border-radius: 4px;
	text-decoration: none;
    font-weight: 700;
}
.pages-nav .pages span {
	color: #fff;
	background-color: var(--bs-blue);
}
.page_prev svg, .page_next svg {
	stroke: var(--bs-blue)
}
.pages-nav .pages a:hover, .page-nav-link:hover {
	border-color: var(--bs-blue-hover);
}
.page-nav-link:hover svg {
	stroke: var(--bs-blue-hover);
}
.pages-nav .pages a:focus, .page-nav-link:focus {
	border-color: var(--bs-blue-focus);
}
.page-nav-link:focus svg {
	stroke: var(--bs-blue-focus);
}
.page-nav-link_prev svg {
	transform: rotate(180deg);
	margin-right: 3px;
}
.pages-nav .page_prev {
	margin-left: auto;
}
span.page-nav-link {
	pointer-events: none;
	opacity: 0.6;
}
.article_data {
	font-size: 20px;
}
img.article_fullimg {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 4px;
}
.article_body h2, .article_body h3, .article_body h4 {
	margin-bottom: 20px;
	padding-top: 20px;
}
.article_body p {
	margin-bottom: 20px;
}
.vacancy-item {
	background-color: var(--bs-gray-light);
	padding: 50px;
	font-size: 20px;
	border-radius: 4px;
	position: relative;
	    display: flex;
    gap: 20px;
}
.vacancy-item ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.vacancy-item img {
	border-radius: 4px;
    width: 40%;
    height: auto;
    margin-top: auto;
    aspect-ratio: 1.1 / 1;
    object-fit: cover;
}
.mtc-btn {
    clear: both;
    display: block;
}

.projects-list .product-card {
	padding-bottom: 50px;
}
.custom-select-container {
    position: relative;
    width: 240px;
    margin-bottom: 20px;
}
.custom-select-container label {
    display: block;
	margin-bottom: 8px;
	font-size: 20px;
}
.select-trigger {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #0F2744;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.15s ease;
    font-size: 20px;
}
.select-trigger:hover {
    border-color: var(--bs-blue-hover);
}
.select-trigger.active {
    border-color: var(--bs-blue-focus);
    border-radius: 4px 4px 0 0;
}
.select-trigger::after {
    content: '';
    width: 10px;
	height: 6px;
	background: url(../img/i-select-arrow.svg) no-repeat;
	background-size: contain;
    transition: transform 0.3s ease;
}
.select-trigger.active::after {
    transform: rotate(180deg);
    color: #2196F3;
}
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--bs-blue-focus);
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}
.select-options.active {
    display: block;
}
.select-option {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    font-size: 16px;
    background: white;
}
.select-option:hover {
    background-color: #f8f9fa;
}
.select-option:last-child {
    border-bottom: none;
}
.select-option.selected {
    background-color: #e3f2fd;
    color: var(--bs-blue-focus);
}
/* Оверлей для закрытия */
.select-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.select-overlay.active {
    display: block;
}
.project-fullitem .PromoSwiperFull.about-swiper .swiper-slide {
    height: 660px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination_inside {
    bottom: 20px;
}
.swiper-pagination_inside .swiper-pagination-bullet {
	background-color: #fff;
}
.swiper-pagination_inside .swiper-pagination-bullet-active {
    background-color: var(--bs-blue);
}
.project-fullitem_characteristics {
	font-size: 20px;
}
.project-fullitem_characteristics > div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.project-fullitem_characteristics > div svg {
	flex-shrink: 0;
}
.project-fullitem_characteristics > div > div {
	color: #425367;
}
.project-fullitem_characteristics > div > div:last-child {
	color: #454545
}
.project-fullitem_characteristics .characterist-descr {
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
}
.project-fullitem_characteristics .characterist-descr p {
	margin-bottom: 0;
}
.project-fullitem_img_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.project-fullitem_img_grid img {
	width:100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	cursor: pointer;
	border-radius: 4px;
}
.project-fullitem_img_grid > *:nth-child(1),
.project-fullitem_img_grid > *:nth-child(2) {
	grid-column: span 2;

}
.calc-similar-project {
	position: relative;
	background-color: var(--bs-gray-light);
	padding: 50px 56px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 4px;
}
.calc-similar-project > a {
	position: relative;
	z-index: 1;
}
.header-calc--btn.header-calc--btn_blue {
	    background-color: var(--bs-blue);
}
.header-calc--btn.header-calc--btn_blue:hover {
	    background-color: var(--bs-blue-hover);
}
.calc-similar-project .header-calc--btn {
	padding: 0 35px;
}
.header-calc--btn.header-calc--btn_blue:focus {
	    background-color: var(--bs-blue-focus);
}
.calc-similar-project_img {
	position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
	max-width: 55%;
    width: auto;
}
.specs-table__wrapper {
    border: 1px solid #1F74A8;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}
.specs-table__grid {
    display: grid;
    grid-template-columns: 365px minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    gap: 1px;
    background-color: #1F74A8;
    font-size: 20px;
	font-weight: 400;
}
.specs-table__grid > div {
    padding: 20px 40px;
    text-align: left;
    word-break: break-word;
    background-color: white;
}
.specs-table__wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.specs-table__wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.specs-table__header,  .specs-table__wrapper ul li:first-child {
    font-weight: 600;
	font-size: 26px;
}
.specs-table__wrapper ul li:nth-child(2) {
	margin-top: 6px;
}
.specs-table__img-cell {
    grid-row: 1 / span 4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 !important;
}
.specs-table__full-width {
    grid-column: span 2;
}
.additional-element {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.additional-element__img {
    border-radius: 4px;
    background-color: var(--bs-gray-light);
    height: auto;
    width: 100%;
    aspect-ratio: 11 / 10;
    overflow: hidden;
}
.additional-element__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.features-cat-element {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.features-cat-element__img {
    border-radius: 4px;
    background-color: var(--bs-gray-light);
    height: auto;
    width: 100%;
    aspect-ratio: 3.4 / 1;
    overflow: hidden;
}
.features-cat-element__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.features-cat-element_links {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 15px;
	font-size: 20px;
	font-weight: 400;
}
.features-cat-element_links a {
	text-decoration: none;
}
.application-cat-element {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
	position: relative;
}
.application-cat-element__img {
    border-radius: 4px;
    background-color: var(--bs-gray-light);
    height: auto;
    width: 100%;
    aspect-ratio: 2.2 / 1;
    overflow: hidden;
}
.application-cat-element__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.application-cat-element span {
	display: block;
	font-size: 20px;
	font-weight:400;
	margin-top: 10px;
}

.gray-icon-box {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratio_16-9 {
	aspect-ratio: 16 / 9;
}
.advantages-icon-box {
	height: 100%;
	background-color: var(--bs-gray-light);
	padding: 46px;
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 20px;
	line-height: 1.3;
}
.advantages-icon-box > div:first-child {
	background-color: #fff;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	flex-shrink: 0;
}
.configurations-item {
	background-color: var(--bs-gray-light);
	border-radius: 4px;
	overflow: hidden;
}
.configurations-item_img {
	position: relative;
	height: 290px;
}
.configurations-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.configurations-item .catlink-box__btn {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.configurations-item_body {
	padding: 46px;
}
.configurations-item_body a {
	text-decoration: none;
	color:#454545;
	font-size: 26px;
}
.offer-details-line a {
	color: var(--bs-green);
	text-decoration: underline;
}
.base-modal__title {
    font-size: 24px;
    color: #1F1F1F;
}
.final_bg_m {
	margin-bottom: -20px;
}