﻿.new-page--block .subtitle {
	max-width: 452px;
	margin: 0 auto 40px 0;
}

.new-page--block .subtitle span {
	font-weight: 600;
}

.new-page--block .section__block-title {
	margin-bottom: 20px;
}

.new-page--block {
	font-size: 18px;
	line-height: 22px;
	padding: 50px 0;
	margin: 50px 0;
}

.new-intro .stages-btn {
	display: none;
}

.title-icon {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 30px;
}

.title-icon .icon {
	display: block;
	margin-right: 25px;
}

.page-top {
	padding: 0 0 55px;
	margin: 0;
}

.page-top__inner {
	display: flex;

}

.production__item:first-child .production__title.title-icon {
	height: 51px;
}

.new-intro .page-top__left .btn-user {
	margin-top: auto;
}

.page-top__right {
	width: 100%;
	max-width: calc(100% - 433px);
}

.page-top__left {
	padding-right: 60px;
	width: 100%;
	max-width: 433px;
	display: flex;
	flex-direction: column;
}

.page-top__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
	max-width: 318px;
	letter-spacing: 1px;
}

.page-top__img {
	height: 100%;
}

.page-top__img img {
	max-width: 100%;
	display: block;
	max-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.page-top__description {
	font-size: 18px;
	margin-bottom: 20px;
	max-width: 347px;
}

.new-page--stages .d-stages__item:last-child .d-stages__line {
	width: calc(100% + 0rem);
}

/*technical-specifications*/
.technical-specifications {
	padding: 40px 0 0;

}

.technical-specifications__text {
	max-width: 525px;
	margin: 0;
	font-size: 18px;
}

.technical-specifications__list {
	display: flex;
	margin: 0 -30px 30px;
	flex-wrap: wrap;
}

.technical-specifications__item {
	width: 100%;
	max-width: calc(50% - 60px);
	margin: 0 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.technical-specifications__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 0;
}

.technical-specifications__btn {
	max-width: fit-content;
}

.technical-specifications__btn,
.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark {
	border: 1px solid #d5d6da;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	border-radius: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 30px;
	margin-top: 20px;
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark {
	width: 100%;
	/* margin-top: 0; */
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark:hover {
	color: #ffffff;
}
.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark.active:hover {
	color: #000000;
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark span {
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.news__section .tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark {
	padding: 10px;
	margin-top: 20px;
	max-width: 86px;
	font-size: 10px;
	height: 38px;
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark.active {
	/* color: #ffffff; */
	cursor: auto;
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark.active:before {
	/* border-color: #BE3D3D; */
	border-color: rgba(0, 0, 0, 0.2);
}

.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark.active:after {
	/* background: #BE3D3D; */
	transform: translateY(-25%) translateX(-25%);
	background: transparent;
}

.tank.tank--index.main-body-new--new.new-page--block .section__block-title.new-project__title {
	font-size: 23px;
	margin-bottom: 0;
}

.news__image {
	display: block;
}

/*.tank.tank--index.main-body-new--new {
	margin: 0;
	padding: 50px 0 0;
}*/

.news__section .tank.tank--index .tank__item {
	margin: 24px 12px 0px;
}

.news__content-text {
	margin-top: 50px;
}

.news__section .tank__item {
	margin: 20px 12px 10px;
}

.news__section .tank__list {
	margin: 0 -12px;
}

.tank .section__block-title.new-project__title {
	margin-bottom: 10px;
}

.new-gallery.slider-on-content-pages {
	max-width: 860px;
}

.news__content-text .new-gallery.slider-on-content-pages li::before {
	display: none;
}

.news__content-text .new-gallery.slider-on-content-pages li {
	padding-left: 0;
}

.new-gallery.slider-on-content-pages img {
	max-width: 100%;
	height: auto;
}

/* .tank__item:hover {
	background-color: #BE3D3D;
	color: #ffffff;
	border-color: #BE3D3D;
} */

.technical-specifications__table {
	margin-right: 30px;
	width: 100%;
	max-width: 266px;
	flex: none;
}

.technical-specifications__tr {
	display: flex;
	align-items: center;
	height: 20px;
	margin-bottom: 14px;
	font-size: 18px;
}

.technical-specifications__td:first-child {
	font-weight: 600;
	width: 100%;
}

.technical-specifications__td:last-child {
	width: 72px;
	flex: none;
}

.technical-specifications__img {
	position: relative;
	max-width: calc(100% - 296px);
}

.technical-specifications__img img {
	display: block;
	max-width: 100%;
}

.technical-specifications__img img.technical-specifications__img2 {
	display: none;
}

.technical-specifications__img:hover img.technical-specifications__img1 {
	display: none;
}

.technical-specifications__img:hover img.technical-specifications__img2 {
	display: block;
}

/* catalog tank */
.tank {
	padding: 30px 0 40px;
}

.tank.tank--index {
	padding: 30px 0 10px;
	margin: 30px 0;
}

.tank__list {
	display: flex;
	flex-wrap: wrap;
	/*margin: 0 -20px;*/
}

.tank__item {
	width: 100%;
	max-width: 129px;
	flex: none;
	margin: 0 20px 20px;
	margin-top: 0;
}

.tank.tank--index .tank__item {
	max-width: 131px;
}

/* engineering */
.engineering {
	background-color: #f3f5f8;
	padding: 40px 0 45px;
}

.engineering .section__block-title {
	margin-bottom: 20px;
}

.new-page--block.engineering .subtitle {
	margin: 0 auto 20px 0;
}

/* .subtitle {
	max-width: 452px;
	margin: 0 auto 40px 0;
} */

.engineering__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul-text-red {
	font-size: 14px;
	color: #be3d3d;
}

.ul-text-red a {
	display: inline-block;
}

.ul-text-red li {
	margin-top: 10px;
}

.engineering__item {
	width: 100%;
	max-width: 243px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

.engineering__title {
	font-weight: 600;
	min-height: 40px;
	margin-bottom: 20px;
	max-width: 150px;
}

.engineering__options,
.mounting-special {
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 27px 47px 17px;
	/* margin: 20px 0; */
}

.engineering__options-title {
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 40px;
}

.engineering__options-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.engineering__options-item {
	width: 100%;
	max-width: calc(33.333% - 30px);
	margin: 0 30px 10px 0;
}

.engineering__options-item:last-child {
	margin-right: 0;
}

.engineering__options-item .img img {
	max-width: 270px;
	/* width: 100%; */
	height: auto;
}

.engineering__options-item:first-child .img img {
	margin-bottom: 10px;
}

.engineering__options-item .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	max-width: 210px;
	min-height: 50px;
	margin-top: 20px;
}

/* production */
.production {
	padding: 60px 0 15px;
}

.new-page--block.production .section__block-title {
	margin-bottom: 20px;
}

.production__inner,
.mounting__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 0;
}

.production__item,
.mounting__item {
	width: 100%;
	max-width: calc(50% - 60px);
	margin: 0 30px 30px;
}

.production__content,
.mounting__content {
	display: flex;
	margin-top: 30px;
}

.production__text,
.mounting__text {
	width: 50%;
	padding-right: 20px;
	height: 100%;
	font-size: 17px;
	line-height: 21.7px;
}

.production__img,
.mounting__img {
	overflow: hidden;
	width: 50%;
	height: 100%;
}

.production__img img,
.mounting__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.production__title span {
	display: flex;
	max-width: 245px;
}

/*delivery*/
.delivery {
	margin-top: 0;
	padding-top: 5px;
}

.delivery.new-page--block .subtitle {
	margin: 0 auto 30px 0;
}

.new-page--block.delivery .section__block-title {
	margin-bottom: 20px;
}

.delivery .title-icon span {
	max-width: 105px;
}

.delivery__inner {
	display: flex;
}

.delivery__text {
	font-size: 16px;
	padding-right: 40px;
	width: 100%;
	max-width: 285px;
	position: relative;
	top: -4px;
}

.delivery__img {
	width: 100%;
	max-width: calc(100% - 285px);
}

.delivery__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*mounting*/
.mounting {
	background: #f3f5f8;
	margin: 60px 0 50px;
}

.mounting.new-page--block .subtitle {
	margin: 0 auto 30px 0;
}

.mounting-special {}

.calculate .page-modal-inner {
	padding-bottom: 0;
}

.mounting-special__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -23px;
	counter-reset: num;
}

.mounting-special__title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.mounting-special__item {
	width: 100%;
	max-width: calc(20% - 46px);
	margin: 0 23px 20px;
	list-style: none;
}

.mounting-special__item:before {
	content: counter(num) " ";
	counter-increment: num;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	width: 30px;
	height: 32px;
}

.mounting-special__item:hover:before {
	border-color: #bb3a2d;
}

/* advantages */
.advantages {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.advantages__tabs-header {
	grid-template-columns: repeat(3, 1fr);
}

.advantages__tabs-header .project-tab-unit {
	border: 1px solid #dddcdc;
	height: 74px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #b4b3b6;
}

.advantages__tabs-header .project-tab-unit.tab-active {
	background: #f3f5f8;
	color: #000000;
}

.advantages__body .project-tabs-body-item {
	background-color: #ffffff;
	padding: 35px 0;
	min-height: 300px;
}

.advantages__inner {
	display: flex;
	align-items: flex-start;
	min-height: 225px;
}

.advantages__left {
	width: 100%;
	max-width: 780px;
}

.advantages__left li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

.advantages__right {
	border-left: 1px solid #c2151c;
	padding-left: 40px;
	max-width: 361px;
	width: 100%;
}

.advantages__right-title {
	font-weight: 600;
	margin-bottom: 30px;
}

.advantages__icon-text {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.advantages__icon-text .advantages__icon {
	margin-right: 30px;
}

/* calculate  */
.calculate {
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 0 10px;
}

/* examples */
.examples {
	position: relative;
}

.examples-slider .swiper-slide {
	background-color: #ffffff;
}

.examples .subtitle {
	max-width: 630px;
	margin: 0 auto 35px 0;
}

.examples .btn-user {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.examples .swiper-slide {
	opacity: 0 !important;
}

.examples .swiper-slide.swiper-slide-visible.swiper-slide-active {
	opacity: 1 !important;
}

.examples .swiper-button-next,
.examples .swiper-button-prev {
	color: #919191;
	top: calc(50% + 60px);
}

.slider-on-content-pages .swiper-button-next,
.slider-on-content-pages .swiper-button-prev{
	color: #919191;
}

/* our-clients */
.our-clients {
	padding: 10px 0;
}

.our-clients__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.our-clients__item {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	width: 100%;
	max-width: calc(25% - 20px);
}

.our-clients__item.our-clients__item-min {
	max-width: calc(20% - 20px);
}

.header-block.dark-header {
	background: #fff;
}

.header-block.dark-header .menu-item a {
	color: #000;
}

.header-block.dark-header .header-logo {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.header-block.dark-header .phone-label {
	color: #000;
}

.header-block.dark-header .btn-menu::after,
.header-block.dark-header .btn-menu::before {
	background: #000;
}

.header-block.dark-header .search-btn svg * {
	fill: #000;
}

.header-block.dark-header .phone-icon svg * {
	stroke: #000;
}

.header-block.dark-header .btn-user-outline:before {
	border-color: #000;
}

.header-block.dark-header .btn-user-outline .btn-inner {
	color: #000;
}

.header-block.dark-header .btn-user-outline:hover .btn-inner {
	color: #fff;
}

.header-block.dark-header .btn-user-outline:hover:before {
	border-color: #be3d3d;
}

.header-block.dark-header .phone-icon:hover svg * {
	stroke: #be3d3d;
}

.header-block.dark-header .btn-menu {}

.header-block.dark-header .btn-menu:focus,
.header-block.dark-header .btn-menu:hover {
	background: #f3f5f8;
	border-color: #f3f5f8;
}

.header-block.dark-header .btn-menu:hover::after,
.header-block.dark-header .btn-menu:hover::before,
.header-block.dark-header .btn-menu:hover::after,
.header-block.dark-header .btn-menu:hover::before {
	background: #be3d3d;
}

.header-block.dark-header .search-btn:focus,
.header-block.dark-header .search-btn:hover {
	background: #f3f5f8;
}

.header-block.dark-header .search-btn:hover svg * {
	fill: #be3d3d;
}

.header-block.dark-header .menu-item a:hover {
	color: #be3d3d;
}

#pump-form-inline .form-top-subtitle {
	opacity: 1;
	font-size: 18px;
	margin: 30px 0 2rem 2rem;
}

#pump-form-inline-container .u-form-control-wrap-2 {
	margin-top: 0;
}

.calculate .custom-select+.select2-container .select2-selection__rendered {
	font-weight: 500;
}

.new-page--stages .d-stages__dot-icon {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.new-page--stages .d-stages__stages-anim {
	margin-bottom: 25px;
}

.new-page--stages .stage-project-text:nth-child(n+2) {
	margin-top: 3px;
}

.new-page--stages .stage-project-desc {
	color: #2a2626;
	font-weight: 600;
	text-transform: initial;
	font-size: 18px;
	max-width: 200px;
}

.new-page--stages .img {
	width: 50px;
	height: 55px;
	margin-bottom: 23px;
}

.new-page--stages .img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.new-page--stages .stage-project-desc,
.new-page--stages .stage-project-desc:nth-child(n+2) {
	margin-top: 23px;
}

.new-page--block .form-calc-box,
.new-page--block .form-layout-overlay {
	border-radius: 20px;
	height: fit-content;
	min-height: initial;
}

.new-page--block .form-calc-person,
.new-page--block .form-layout-overlay {
	padding: 40px 3.5rem;
}

.reviews .btn-user {
	float: right;
	margin: -10px 0 10px 20px;
}

.reviews {
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 20px 0 0;
}


.our-clients.new-page--block .section__block-title,
.calculate.new-page--block .section__block-title {
	margin-bottom: 40px;
}

.reviews.new-page--block .section__block-title,
.examples.new-page--block .section__block-title,
.our-clients.new-page--block .section__block-title {
	margin-bottom: 30px;
}

.examples__slider .swiper-slide img {
	display: block;
}

.reviews .new-reviews__title {
	font-weight: 500;
	font-size: 20px;
}

.reviews .new-reviews__list {
	clear: both;
}

.examples__slider .swiper-slide {
	height: initial;
}

.calculate .form-cellar:nth-child(n+2) {
	margin-top: 145px;
}

.advantages .project-tab-unit.btn-tab {
	border: 1px solid #dddcdc;
	text-transform: uppercase;
	font-weight: 400;
	/* font-size: 14px; */
	text-align: center;
	height: 72px;
}

.advantages .project-tabs-body-item {
	background: #ffffff;
}

.reservoirs-section-w .section__block-title::before {
	display: none;
}

.reservoirs-section-w .section__block-title.section__block-title-in-services::before {
	display: block;
}

.reservoirs-section-w .tank__list {
	justify-content: center;
}

.slider-controls-wrap.slider__btn-container.new-gallery__buttons {
	height: 100%;
	transform: initial;

	position: absolute;
	top: 0;
	margin-top: 0;
	z-index: 2;
	width: 100%;
	border-radius: 0;
	background: initial;
}

.slider-controls-wrap.slider__btn-container .project__slider-control {
	width: 40px;
}

.slider-controls-wrap.slider__btn-container .slider-control-svg {
	fill: rgba(0, 0, 0, 0.4);
}

.news__content-text .new-gallery.slider-on-content-pages img {
	margin-bottom: 0;
	display: block;
}

@media screen and (max-width: 1200px) {
	.mounting-special__item {
		max-width: calc(33.333% - 20px);
	}
}

@media screen and (max-width: 992px) {
	.main-body-new--new.new-page--stages .mobile-stages {
		grid-template-rows: repeat(4, 1fr);
		height: 635px;
	}

	.main-body-new--new.new-page--stages .d-stages {
		padding-left: 60px;
		column-gap: 4rem;
	}

	.main-body-new--new.new-page--stages .stage-project-desc:nth-child(n+2) {
		margin-top: 0;
	}

	.new-page--stages .img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.main-body-new--new.new-page--stages .stage-project-item {
		padding: 0 0 0 90px;
	}

	.new-intro .new-intro__container {
		display: block;
		padding: 0 20px;
	}

	.page-top__inner {
		flex-direction: column-reverse;
	}



	.new-page--block {
		margin: 40px 0;
	}

	.page-top__title,
	.page-top__description {
		max-width: 100%;
	}

	.page-top__img img {
		width: 100%;
	}

	.page-top__left {
		width: 100%;
		max-width: 100%;
	}

	.page-top__left {
		padding-right: 0;
	}

	.page-top__right {
		width: calc(100% + 8rem);
		margin: 0 -4rem 40px;
		max-width: 100%;
	}

	.new-intro .page-top .btn-user {
		display: none;
	}

	.new-intro .stages-btn {
		display: flex;
		margin-top: 80px;
	}

	.page-top {
		padding: 0;
		margin: 10px 0 0;
	}

	.new-page--stages .mobile-stages__icon {
		visibility: hidden;
		height: 0;
	}

	.new-page--stages .d-stages__dot {
		flex: none;
	}

	.tank {
		padding: 0;
		margin: 40px 0 10px;
	}

	.engineering {
		margin: 0;
	}

	.technical-specifications {
		padding: 90px 20px 30px;
	}

	.technical-specifications__item {
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.technical-specifications__list {
		margin: 30px 0;
	}

	.technical-specifications__table {
		max-width: 400px;
	}

	.engineering__item {
		max-width: 50%;
	}

	.engineering__options-item {
		max-width: calc(100% - 30px);
		margin: 0 0 20px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.engineering__options-item .title {
		max-width: 100%;
		text-align: center;
		margin-top: 20px;
		min-height: initial;
	}

	.production,
	.mounting {
		margin: 0;
	}

	.production__inner,
	.mounting__inner {
		margin: 0;
	}

	.production__item,
	.mounting__item {
		max-width: 100%;
		margin: 0 0 30px;
		margin-bottom: 30px;

	}



	.production__img,
	.mounting__img {
		display: none;
	}

	.production__text,
	.mounting__text {
		width: 100%;
	}

	.delivery__inner {
		flex-direction: column;
	}

	.delivery__text {
		padding-right: 0;
		margin-bottom: 0;
		max-width: 100%;
	}

	.mounting-special__item {
		max-width: calc(50% - 20px);
	}

	.advantages,
	.calculate,
	.examples,
	.our-clients,
	.reviews {
		margin: 0;
		padding: 40px 0;
	}

	.advantages__inner {
		flex-direction: column;
	}

	.advantages__right {
		margin-top: 30px;
	}

	.main-body-new--new.new-page--block .form-calc-person {
		margin: 0;
	}

	.examples .btn-user {
		position: relative;
		right: initial;
		top: initial;
		margin: -10px 0 30px 0;
	}

	.main-body-new--new.new-page--block .container {
		max-width: 100%;
		padding: 0 20px;
	}

	/* .stage-project-cover img,
	.stage-project-video-link {
		max-width: calc(100vw - 40px);
		height: auto;
	} */
	.new-page--block .advantages__tabs-header {
		display: flex;
		overflow-y: auto;
		max-width: calc(100vw - 40px);
	}

	.new-page--block .project-tabs-item.advantages__tabs-item {
		width: 300px;
	}

	.new-page--block .project-tabs-wrap {
		max-width: 100%;
	}

	.engineering__title {
		min-height: initial;
	}

	.delivery.new-page--block {
		margin: 0;
		padding: 10px 0 30px;
	}

	.calculate .form-cellar:nth-child(n+2) {
		margin-top: 40px;
	}
}

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

@media screen and (max-width: 768px) {
	.new-intro {
		padding: 0;
		padding-top: 10px;
	}

	.examples__slider .swiper-slide,
	.examples__slider .swiper-slide img,
	.examples__slider .swiper-wrapper {
		max-width: calc(100vw - 40px);
		width: 100% !important;
	}

	.delivery__img {
		display: none;
	}

	.page-top__right {
		width: calc(100% + 40px);
		margin: 0 -20px 60px;
		max-width: initial;
	}

	.page-top__right img {
		max-width: 100%;
	}

	.technical-specifications__inner {
		/* flex-direction: column;
		align-items: center; */
	}

	.technical-specifications {
		padding: 90px 0 30px;
	}

	.technical-specifications__table {
		padding-right: 10px;
		width: 65%;
		margin-right: 0;
	}

	.technical-specifications__img {
		width: 35%;
		max-width: initial;
	}

	.technical-specifications__img img {
		max-width: 100%;
		height: auto;
	}

	.technical-specifications__tr {
		margin-bottom: 5px;
	}

	.technical-specifications__item {
		margin-bottom: 40px;
	}

	.new-page--stages .btn-user {
		margin-top: 80px;

	}

	.main-body-new .new-intro .btn-user {
		max-width: 100%;
		width: 100%;
	}

	.main-body-new--new.new-page--stages .mobile-stages__wrapper {
		height: initial;
	}

	.main-body-new .new-intro .calculate .btn-user,
	.main-body-new .new-intro .reviews .btn-user {
		margin-top: 40px;
	}

	.engineering__item {
		max-width: 100%;
		padding-right: 0;
	}

	.engineering__title {
		max-width: 100%;
		margin-bottom: 8px;
	}

	.mounting-special__item {
		max-width: calc(100% - 20px);
	}

	.engineering__options,
	.mounting-special {
		padding: 37px 22px 20px;
	}

	.calculate .form-calc-person {
		padding-top: 0;
	}

	.our-clients__item,
	.our-clients__item.our-clients__item-min {
		max-width: calc(50% - 47px);
		white-space: nowrap;
	}

	.main-body-new .new-intro .reviews .btn-user {
		position: absolute;
		margin: 0;
		float: none;
		margin-top: 45px;
	}

	.reviews .section__block-title {
		margin-bottom: 100px !important;
	}

	.main-body-new--new.new-page--stages .mobile-stages__wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.advantages.new-page--block {
		padding-bottom: 0;
	}

	.calculate.new-page--block {
		padding: 20px 0;
	}

	.calculate .page-modal-inner {
		padding-bottom: 0;
	}

	.calculate.new-page--block .section__block-title {
		margin-bottom: 20px;
	}

	.tank__item {
		margin: 0 5px 20px;
	}

	.tank__list {
		margin: 0 -5px;
	}
}

@media screen and (max-width: 640px) {
	.advantages .js-bodies-slider {
		padding: 0 0 !important;
		margin: 0 0 !important;
	}

	/* .advantages .container {
		max-width: calc(100% - 20px);
	} */
}

@media (max-width: 576px) {
	.main-body-new--new.new-page--stages .d-stages .stage-project-item:nth-child(n+2) {
		margin-top: 0;
	}

	.advantages,
	.production {
		max-width: 100vw;
	}

	.production__text br {
		display: none;
	}

	.production__item:first-child .production__title.title-icon {
		height: initial;
	}

	.main-body-new--new.new-page--stages .d-stages .stages-outer {
		padding-top: 14px;
	}

	.main-body-new--new.new-page--stages .mobile-stages {
		height: 415px;
		margin-left: -15px;
	}

	.main-body-new .new-intro .btn-user.stages-btn {
		margin-top: 0;
	}

	.main-body-new--new.new-page--stages .mobile-stages .mobile-stages__line-container:last-child {
		max-height: 100px;
	}

	.main-body-new--new.new-page--stages .d-stages {
		padding-left: 40px;
	}

	.main-body-new--new.new-page--stages .d-stages {
		row-gap: initial;
	}

	.main-body-new--new.new-page--stages .d-stages__item {
		/* min-height: 147px; */
		margin-bottom: 30px;
	}

	.main-body-new--new.new-page--stages .mobile-stages {
		grid-template-rows: 100px 90px 125px 90px;
	}

	.main-body-new--new.new-page--stages .mobile-stages__line-container:nth-child(1) {
		height: 100px;
	}

	.main-body-new--new.new-page--stages .mobile-stages__line-container:nth-child(2) {
		height: 90px;
	}

	.main-body-new--new.new-page--stages .mobile-stages__line-container:nth-child(3) {
		height: 125px;
	}

	.main-body-new--new.new-page--stages .mobile-stages__line-container:nth-child(4) {
		height: 90px;
	}

	/* .main-body-new--new.new-page--stages .d-stages__item:last-child {
		min-height: 120px;
	} */

	.main-body-new--new.new-page--stages .stages-outer {
		padding-top: 5px;
	}

	.main-body-new--new.new-page--stages .stage-project-item {
		padding: 0 0 0 80px;
	}

	.new-page--stages .btn-user {
		margin-top: 30px;
	}

	.tank__item {
		height: 40px;
		width: 100%;
		max-width: calc(25% - 10px) !important;
		margin: 0 4px 10px;
		padding: 5px;
	}

	/*.tank.tank--index.main-body-new--new .tank__item {
		max-width: calc(25% - 24px) !important;
		padding: 5px;
		white-space: nowrap;
	}*/

	.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark {
		padding: 9px 5px;
		border-radius: 20px;
	}

	/*.tank.tank--index.main-body-new--new {
		padding: 38px 0 0;
	}*/

	.tank__item.btn-user.btn-user-middle.btn-outline-dark.btn-user-outline:before,
	.tank__item.btn-user-outline.btn-user-middle.btn-outline-dark.btn-user:after,
	.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark {
		border-radius: 20px;
		height: 37px;
		min-height: 37px;
	}

	.tank.tank--index.main-body-new--new.new-page--block .btn-user:hover:after {
		transform: translateY(2%) translateX(-25%);
	}

	.tank__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark span {
		font-size: 13px;
	}

	.engineering__item {
		padding-left: 27px;
	}

	.engineering__options-title {
		text-transform: uppercase;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
	}

	.engineering__options-item {
		flex-direction: column-reverse;
	}

	.engineering__options-item .title {
		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
		text-align: left;
	}

	.title-icon {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;

	}

	.title-icon .icon {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 50px;
		max-height: 50px;
	}

	.delivery .title-icon .icon {
		max-width: initial;
		max-height: initial;
	}

	.advantages__tabs-header .project-tab-unit {
		font-size: 14px;
		white-space: nowrap;
		padding: 10px 40px;
	}

	.advantages__right {
		padding-left: 25px;
		padding-right: 20px;
		/* display: none; */
	}

	.advantages .project-tab-unit.btn-tab {
		min-width: 320px;
		max-width: 320px;
	}

	.main-body-new .new-intro .reviews .btn-user {
		max-width: 146px;
		margin: 0 0 20px 20px;
		position: relative;
		float: right;
		margin-top: 0;
	}

	.examples.main-body-new .new-intro .btn-user {
		max-width: 146px;
	}

	.reviews .section__block-title {
		margin-bottom: 40px !important;
	}

	.advantages__left {
		padding-right: 20px;

	}

	.advantages .container {
		padding-right: 0 !important;
	}

	.new-page--block .advantages__tabs-header {
		max-width: initial;
		overflow-y: initial;
		width: initial;
		overflow: initial;
	}

	.new-page--block .project-tabs-item.advantages__tabs-item,
	.advantages__body .project-tabs-body-item {
		width: 310px;
		flex: none;
	}

	.advantages__body .project-tabs-body-item {
		display: block !important;
	}

	.advantages .project-tabs-body.advantages__body {
		display: flex;
	}

	.advantages .project-tabs-wrap.tab-wrap {
		/* width: 100%; */
		/* max-width: calc(100vw - 20px);
		overflow-x: auto; */
	}

	.new-page--block .project-tabs-wrap {
		max-width: 100vw;
	}

	.btn-user .btn-inner {
		font-weight: 400;
	}

	.page-top__right {
		margin: 0 -20px 25px;
	}

	.main-body-new .new-intro .btn-user {
		height: 36px;
	}

	.main-body-new .new-intro .examples__slider .btn-user {
		max-width: 146px;
	}

	.delivery .title-icon span,
	.production__title span {
		max-width: initial;
	}

	.mobile-stages {}

	.engineering__item {
		margin-bottom: 20px;
	}

	.engineering__options,
	.mounting-special {
		padding: 27px 22px 20px;
	}

	.engineering__options-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.new-page--stages .img {
		width: 40px;
		height: 40px;
	}

	.production {
		padding: 10px 0;
	}

	.technical-specifications {
		padding: 10px 0;
	}

	.technical-specifications__list {
		margin: 30px 0 0;
	}

	.technical-specifications__item:last-child {
		margin-bottom: 0;
	}

	.advantages,
	.calculate,
	.examples,
	.our-clients,
	.reviews {
		padding: 20px 0;
	}

	.page-top__description,
	.new-page--stages .stage-project-desc,
	.stage-project-text,
	.technical-specifications__tr,
	.engineering__item,
	.engineering__options-item .title,
	.production__text,
	.mounting__text,
	.engineering__options,
	.mounting-special,
	.advantages__left,
	.advantages__right,
	.our-clients__item,
	.reviews .new-reviews__title,
	.new-page--block .subtitle,
	.technical-specifications__text,
	.delivery__text {
		font-size: 14px;
	}



	.our-clients__item {
		margin: 0 0 5px 0;
	}

	.page-top__title {
		font-size: 26px;
		max-width: 45vw;
		margin-bottom: 35px;
	}

	.main-body-new .new-intro .new-intro__container {
		max-width: 100vw;
		margin: 0;
	}

	.calculate .form-layout-overlay {
		width: 100%;
		padding: 40px 20px;
		margin-left: 0;
	}

	.examples__slider .swiper-slide,
	.examples__slider .swiper-slide img,
	.examples__slider .swiper-wrapper {
		max-width: calc(100vw - 40px);
		width: 100% !important;
	}

	.examples .swiper-button-next,
	.examples .swiper-button-prev {
		display: none;
	}

	.calc-params-box {
		flex-wrap: wrap;
	}

	.calc-params-box-3 .calc-params-box-item {
		width: 100%;
	}

	.advantages {
		max-width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.calculate #recap_1 {
		max-width: 100%;
		overflow: hidden;
	}



	/* .examples-slider,
	.examples__slider,
	.examples {
		max-width: calc(100vw - 40px);
	} */

	#pump-form-inline .form-top-subtitle {
		margin: 30px 0 2rem 0;
	}

	.calculate .form-layout-overlay,
	.new-page--block.calculate .form-calc-person,
	.new-page--block.calculate .form-layout-overlay {
		padding: 40px 15px;
	}
}

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

	.calculate .form-layout-overlay,
	.new-page--block.calculate .form-calc-person,
	.new-page--block.calculate .form-layout-overlay {
		padding: 40px 8px;
	}

	.calculate #recap_1>div {
		width: 260px !important;
	}
}

.reservoirs-in-services-section-w .tank.tank--index.main-body-new--new{
	padding: 50px 0 30px;
}

.new-gallery.slider-on-content-pages{
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.slider-on-content-pages .swiper-button-next,
.slider-on-content-pages .swiper-button-prev {
	height: 100%;
	top: calc((var(--swiper-navigation-size)/ 2));
}

.slider-on-content-pages .swiper-button-next{
	right: 0;
	padding-right: 10px;
}
.slider-on-content-pages .swiper-button-prev{
	left: 0;
	padding-left: 10px;
}