@charset "UTF-8";
/* Montserrat */
@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat/Montserrat-Black.ttf");
	font-weight: 900;
	font-style: normal; }
@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
	font-weight: 800;
	font-style: normal; }
@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: normal; }
@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal; }
@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
	font-weight: 400;
	font-style: normal; }
/* FontAwesome */
@font-face {
	font-family: 'Font Awesome';
	src: url("../fonts/fontAwesome/fa-brands-400.ttf"); }
@font-face {
	font-family: 'Font Awesome';
	src: url("../fonts/fontAwesome/fa-regular-400.ttf"); }
@font-face {
	font-family: 'Font Awesome';
	src: url("../fonts/fontAwesome/fa-solid-900.ttf"); }
@font-face {
	font-family: 'Font Awesome';
	src: url("../fonts/fontAwesome/fa-v4compatibility.ttf"); }
/* Указываем box sizing */
*,
*::before,
*::after {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box; }

body {
	overflow-x: hidden;
	background-color: #ffffff;
	font-family: "Montserrat", Sans-serif;
	min-height: 100vh;
	scroll-behavior: smooth;
	line-height: 1.7;
	color: #010016; }

a {
	color: inherit;
	text-decoration: none; }

/* Убираем внутренние отступы */
ul[class],
ol[class] {
	padding: 0; }

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0; }

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
	list-style: none; }

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
	text-decoration-skip-ink: auto; }

/* Упрощаем работу с изображениями */
img {
	max-width: 100%;
	display: block; }

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
	margin-top: 1em; }

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
	font: inherit; }

button {
	cursor: pointer;
	padding: 0;
	border: none; }
@media(max-width: 1200px) {	
	.title-page {
		font-size: 40px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.advantages-item-descr, p, .features-item-title, .power-content-text, .power-graphs-utp-item-title, .contact-us-info-descr {
	font-family: 'Montserrat';
}

.d-none {
	display: none !important;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important; } }
.breadcrumbs {
	margin-top: 100px;
	margin-bottom: 15px; }
@media (max-width: 850px) {
	.breadcrumbs {
		margin-top: 27px; } }
@media (max-width: 540px) {
	.breadcrumbs {
		margin-top: 50px; } }
.breadcrumbs-nav--blue {
	color: #2BB7E2; }
.breadcrumbs-nav-list {
	flex-wrap: wrap;
	display: flex;
	font-weight: 500;
	font-size: 16px; }
.breadcrumbs-nav-list-link {
	display: inline-block; }
.breadcrumbs-nav-list-link:last-child::after {
	display: none; }
.breadcrumbs-nav-list-link::after {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Font Awesome';
	content: '\f061'; }

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1530px; }
@media (max-width: 850px) {
	.container {
		padding-left: 20px;
		padding-right: 20px; } }
@media (max-width: 540px) {
	.container {
		padding-left: 15px;
		padding-right: 15px; } }

.search {
	display: flex;
	align-items: center;
	padding: 13px 23px;
	max-width: 404px;
	height: 52px;
	border: 2px solid #2BB7E2;
	border-radius: 100px; }
.search_input {
	width: calc(100% - 22px);
	padding: 0;
	vertical-align: top;
	height: 100%;
	border: none;
	background-color: transparent; }
.search_input:focus {
	outline: none; }
.search_btn {
	background-color: transparent;
	border: none; }

.btn-blue {
	padding: 17px 0;
	background: #2BB7E2;
	box-shadow: 0px 7px 35px rgba(44, 183, 226, 0.25);
	border-radius: 56px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF; }
@media (max-width: 540px) {
	.btn-blue {
		font-size: 18px;
		line-height: 22px; } }

p {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px; }
@media (max-width: 850px) {
	p {
		font-size: 16px;
		line-height: 18px; } }
@media (max-width: 540px) {
	p {
		font-size: 14px;
		line-height: 16px; } }

h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px; }
@media (max-width: 850px) {
	h2 {
		font-weight: 800;
		font-size: 40px;
		line-height: 49px; } }
@media (max-width: 540px) {
	h2 {
		font-size: 30px;
		line-height: 37px; } }

.politic-checkbox {
	position: relative; }
.politic-checkbox .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0; }
.politic-checkbox .checkbox + label {
	display: flex;
	align-items: center;
	user-select: none;
	gap: 8px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2; }
.politic-checkbox .checkbox + label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #FFFFFF;
	border-radius: 0.25em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%; }
.politic-checkbox .checkbox:checked + label::before {
	background-color: transparent;
	background-image: url("../img/general/check-white.svg");
	background-size: contain; }

.no-scroll {
	overflow: hidden; }

.title-page {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.2; }
@media (max-width: 850px) {
	.title-page {
		font-size: 40px; } }
@media (max-width: 540px) {
	.title-page {
		font-size: 30px; } }

.description-page {
	margin-bottom: 100px;
	max-width: 706px;
	margin-left: 0;
	margin-right: 0;
	font-family: 'Montserrat';
	font-size: 18px; }
@media (max-width: 850px) {
	.description-page {
		margin-bottom: 75px; } }
@media (max-width: 540px) {
	.description-page {
		margin-bottom: 60px; } }
.description-page p {
	margin-bottom: 1em; }

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 23px;
	padding-bottom: 32px; }
@media (max-width: 850px) {
	.header_inner {
		padding-left: 20px;
		padding-right: 20px; } }
@media (max-width: 540px) {
	.header_inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 12px;
		padding-bottom: 12px; } }
.header .logo {
	width: 128px;
	height: auto; }
@media (max-width: 540px) {
	.header .logo {
		width: 54px; } }
.header_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap; }
.header_menu li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	cursor: pointer; }
.header_menu li:hover::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 1250px) {
	.header_menu li {
		padding: 0 10px; } }
.header_search {
	width: 27%; }
@media (max-width: 1380px) {
	.header_search {
		width: 20%; } }
@media (max-width: 1170px) {
	.header_search {
		display: none; } }
.header_nav {
	margin-left: 2%;
	margin-right: 2%; }
@media (max-width: 1170px) {
	.header_nav {
		margin-left: 0;
		margin-right: 0; } }
@media (max-width: 850px) {
	.header_nav {
		display: none; } }
.header_burger {
	display: none; }
@media (max-width: 850px) {
	.header_burger {
		display: block;
		position: absolute;
		z-index: 1000;
		right: 20px;
		top: 46px; } }
@media (max-width: 540px) {
	.header_burger {
		top: 21px;
		right: 15px; } 
	.header_phone {
		display: flex !important;
		align-items: center !important;
		margin-right: 30px !important;
		gap: 8px !important;
	}
	.header_phone img {
		width: 18px !important;
	}
	.header_phone p {
		font-size: 13px !important;
		line-height: 16px !important;
	}

}
.header_phone {
	display: none; }
@media (max-width: 850px) and (min-width: 426px) {
	.header_phone {
		display: flex;
		gap: 16px;
		margin-right: 11%; } }

.burger {
	width: 30px;
	height: 24px; }
@media (max-width: 540px) {
	.burger {
		width: 18px;
		height: 14px; } }
.burger .bar {
	width: 100%;
	height: 2px;
	display: block;
	position: relative;
	background: #010016;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0s; }
@media (max-width: 540px) {
	.burger .bar {
		height: 1px; } }
.burger .topBar {
	transform: translateY(0px) rotate(0deg); }
.burger .mdlBar {
	transform: translateY(9px) rotate(0deg); }
@media (max-width: 540px) {
	.burger .mdlBar {
		transform: translateY(5px) rotate(0deg); } }
.burger .btmBar {
	transform: translateY(18px) rotate(0deg); }
@media (max-width: 540px) {
	.burger .btmBar {
		transform: translateY(10px) rotate(0deg); } }
.burger--active .bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.2s;
	background: #FFFFFF; }
.burger--active .topBar {
	transform: translateY(10px) rotate(45deg); }
@media (max-width: 540px) {
	.burger--active .topBar {
		transform: translateY(6px) rotate(45deg); } }
.burger--active .btmBar {
	transform: translateY(9px) rotate(-45deg); }
@media (max-width: 540px) {
	.burger--active .btmBar {
		transform: translateY(5px) rotate(-45deg); } }
.burger--active .mdlBar {
	display: none; }

body {
	transition-delay: 0.2s; }

.burger-menu {
	display: none;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to left, #26217B, #000000);
	opacity: 80%; }
.burger-menu--active {
	display: block; }
.burger-menu-wrapper {
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 60px; }
.burger-menu-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	font-weight: 600; }
.burger-menu .header_search {
	display: flex;
	width: 100%;
	max-width: 270px; }
.burger-menu .search_input {
	color: #FFFFFF; }
.burger-menu-social {
	display: flex;
	align-items: center;
	gap: 27px; }

.swiper-main {
	height: 710px; }
@media (max-width: 540px) {
	.swiper-main {
		height: 614px; } }
.swiper-main .swiper-slide img {
	object-fit: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1; }
.swiper-main .swiper-slide-content {
	flex-direction: column;
	display: flex;
	background: rgba(1, 0, 23, 0.44);
	padding: 40px 35px 110px;
	position: relative;
	z-index: 10;
	margin-top: 150px;
	margin-right: auto;
	width: 581px;
	height: 472px;
	color: #FFFFFF; }
@media (max-width: 1200px) {

	.swiper-main .swiper-slide-content {
		
		width: 100%;
		height: 100%;
		margin-top: 0px;
		padding: 80px 45px;} }

.swiper-main .swiper-slide-title {
	color: #FFF;
	font-family: Montserrat;
	font-size: 55px;
	font-style: normal;
	margin-bottom: auto;
	font-weight: 800;
	line-height: normal;}
@media (max-width: 850px) {
	.swiper-main .swiper-slide-title {
		font-size: 60px;
		line-height: 73px; } }
@media (max-width: 540px) {
	.swiper-main .swiper-slide-title {
		font-size: 40px;
		line-height: 49px; } }
.swiper-main .swiper-slide-subtitle {
	margin-bottom: auto;
	font-weight: 500;
	font-size: 24px;
	line-height: normal; }
@media (max-width: 850px) {
	.swiper-main .swiper-slide-subtitle {
		font-size: 20px;
		line-height: 24px; } }
@media (max-width: 540px) {
	.swiper-main .swiper-slide-subtitle {
		font-size: 14px;
		line-height: 17px; } }
.swiper-main .swiper-slide-btn {
	margin-top: auto;
	width: 262px; }
.swiper-main .swiper-main-nav {
	cursor: pointer;
	position: absolute;
	bottom: 110px;
	z-index: 10;
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1.62963px solid #2BB7E2;}
@media (max-width: 1200px) {
	.swiper-main .swiper-main-nav {
		bottom: 60px; } }
.swiper-main .swiper-main-nav-prev {
	left: 35px ;
	z-index: 100; }
@media (max-width: 850px) {
	.swiper-main .swiper-main-nav-prev {
		left: 20px !important; } }
.swiper-main .swiper-main-nav-prev::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../img/general/arrow-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: calc(24px - 6px);
	left: calc(24px - 6px); }
.swiper-main .swiper-main-nav-next {
	left: 97px;
	z-index: 100; }
@media (max-width: 850px) {
	.swiper-main .swiper-main-nav-next {
		left: calc(62px + 20px); } }
.swiper-main .swiper-main-nav-next::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../img/general/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: calc(24px - 6px);
	left: calc(24px - 6px); }
.swiper-main .swiper-main-nav-pagination {
	display: flex;
	align-items: center;
	height: 48px;
	position: absolute;
	bottom: 110px !important;
	left: 180px !important;
	z-index: 10; }
@media (max-width: 1200px) {
	.swiper-main .swiper-main-nav-pagination {
		bottom: 60px !important;
		left: 174px !important; } }
@media (max-width: 540px) {
	.swiper-main .swiper-main-nav-pagination {
		display: flex;
		justify-content: end;
		right: 20px;
		left: initial !important;
		bottom: 60px !important; }
	.swiper-main .swiper-main-nav-pagination .swiper-pagination-bullet {
		width: 32px !important;
	}}
.swiper-main .swiper-main-nav-pagination .swiper-pagination-bullet {
	width: 39px;
	height: 8px;
	margin: 0px 9px !important;
	border-radius: 0;
	background-color: #2BB7E2; }

@media (max-width: 850px) {
	.swiper-applications .swiper-wrapper {
		margin-bottom: 40px; } }
@media (max-width: 540px) {
	.swiper-applications .swiper-wrapper {
		margin-bottom: 30px; } }
.swiper-applications .swiper-slide {
	height: 336px; }
@media (max-width: 850px) {
	.swiper-applications .swiper-slide {
		height: 250px; } }
@media (max-width: 540px) {
	.swiper-applications .swiper-slide {
		height: 182px; } }
.swiper-applications .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover; }
.swiper-applications .swiper-slide .swiper-applications-title {
	position: absolute;
	top: 71%;
	left: 9%;
	font-size: 23px;
	line-height: 28px;
	color: #FFFFFF; }
.swiper-applications .swiper-slide .swiper-applications-title span {
	font-weight: 600; }
@media (max-width: 850px) {
	.swiper-applications .swiper-slide .swiper-applications-title {
		font-size: 17px;
		line-height: 21px; } }
@media (max-width: 540px) {
	.swiper-applications .swiper-slide .swiper-applications-title {
		font-size: 12px;
		line-height: 15px; } }
.swiper-applications .swiper-scrollbar {
	display: none; }
@media (max-width: 850px) {
	.swiper-applications .swiper-scrollbar {
		display: block;
		height: 1px !important;
		background: rgba(0, 9, 39, 0.4);
		border-radius: 5px;
		position: relative !important;
		left: inherit !important;
		bottom: inherit !important;
		z-index: inherit !important;
		width: 61% !important; } }
@media (max-width: 540px) {
	.swiper-applications .swiper-scrollbar {
		width: 100% !important; } }
.swiper-applications .swiper-scrollbar-drag {
	position: absolute;
	height: 6px;
	top: -3px;
	opacity: 1;
	background-color: #2BB7E2;
	border-radius: 6px; }
@media (max-width: 850px) {
	.swiper-applications .swiper-applications-container-nav {
		display: flex;
		align-items: center;
		gap: 30px;
		margin-left: 20px;
		margin-right: 20px; } }
@media (max-width: 540px) {
	.swiper-applications .swiper-applications-container-nav {
		flex-wrap: wrap;
		gap: 40px;
		margin-left: 15px;
		margin-right: 15px; } }
.swiper-applications .btn-blue {
	display: none; }
@media (max-width: 850px) {
	.swiper-applications .btn-blue {
		display: inline-block;
		width: 35%;
		font-size: 16px;
		line-height: 20px; } }
@media (max-width: 540px) {
	.swiper-applications .btn-blue {
		width: 280px; } }

@media (max-width: 540px) {
	.swiper-projects {
		padding-left: 15px !important; } }
.swiper-projects .swiper-wrapper {
	display: flex;
	align-items: center;
	height: 500px !important;
	margin-bottom: calc(70px + 58px); }
@media (max-width: 850px) {
	.swiper-projects .swiper-wrapper {
		height: 364px !important;
		margin-bottom: calc(40px + 54px); } }
.swiper-projects .swiper-slide {
	opacity: 0.5;
	height: 86% !important;
	transition: all 0.5s ease-out; }
.swiper-projects .swiper-slide img {
	object-fit: cover;
	height: 100%;
	border-radius: 20px; }
.swiper-projects .swiper-slide-active, .swiper-projects .swiper-slide-prev, .swiper-projects .swiper-slide-next {
	opacity: 1;
	height: 100% !important; }
@media (max-width: 850px) {
	.swiper-projects .swiper-slide-prev {
		opacity: 0.5;
		height: 86% !important; } }
@media (max-width: 540px) {
	.swiper-projects .swiper-slide-next {
		opacity: 0.5;
		height: 86% !important; } }
.swiper-projects .swiper-projects-nav-arrow {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1.62963px solid #2BB7E2; }
@media (max-width: 850px) {
	.swiper-projects .swiper-projects-nav-arrow {
		display: none; } }
.swiper-projects .swiper-projects-nav-arrow-prev {
	left: 0;
	z-index: 100; }
@media (max-width: 850px) {
	.swiper-projects .swiper-projects-nav-arrow-prev {
		display: none; } }
.swiper-projects .swiper-projects-nav-arrow-prev::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("../img/general/arrow-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: calc(29px - 7px);
	left: calc(29px - 7px); }
.swiper-projects .swiper-projects-nav-arrow-next {
	left: calc(58px + 16px);
	z-index: 100; }
@media (max-width: 850px) {
	.swiper-projects .swiper-projects-nav-arrow-next {
		display: none; } }
.swiper-projects .swiper-projects-nav-arrow-next::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("../img/general/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: calc(29px - 7px);
	left: calc(29px - 7px); }
.swiper-projects .swiper-projects-nav-pagination {
	position: absolute;
	bottom: 0 !important;
	left: 15% !important;
	display: flex;
	align-items: center;
	height: 58px;
	width: max-content !important; }
@media (max-width: 850px) {
	.swiper-projects .swiper-projects-nav-pagination {
		display: none !important; } }
.swiper-projects .swiper-projects-nav-pagination .swiper-pagination-bullet {
	width: 39px;
	height: 8px;
	margin: 0px 9px !important;
	border-radius: 0;
	background-color: #2BB7E2; }
.swiper-projects .swiper-projects-nav-scrollbar {
	display: none; }
@media (max-width: 850px) {
	.swiper-projects .swiper-projects-nav-scrollbar {
		display: block;
		height: 1px !important;
		background: rgba(0, 9, 39, 0.4);
		border-radius: 5px;
		position: relative !important;
		left: inherit !important;
		bottom: 25px !important;
		z-index: inherit !important;
		width: 61% !important; } }
@media (max-width: 540px) {
	.swiper-projects .swiper-projects-nav-scrollbar {
		width: 100% !important; } }
.swiper-projects .swiper-projects-nav-scrollbar .swiper-scrollbar-drag {
	position: absolute;
	height: 6px;
	top: -3px;
	opacity: 1;
	background-color: #2BB7E2;
	border-radius: 6px; }
.swiper-projects .btn-blue {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 262px;
	height: 58px; }
@media (max-width: 850px) {
	.swiper-projects .btn-blue {
		width: 243px;
		height: 54px; } }
@media (max-width: 850px) {
	.swiper-projects .btn-blue {
		position: relative;
		margin-top: 40px; } }

.swiper-partners {
	margin-top: 100px; }
@media (max-width: 850px) {
	.swiper-partners {
		margin-top: 60px; } }
@media (max-width: 540px) {
	.swiper-partners {
		margin-top: 40px; } }
.swiper-partners .swiper-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	max-height: 300px; }
.swiper-partners .swiper-slide {
	margin-right: 12.5vw; }
.swiper-partners .swiper-slide img {
	height: 100%;
	object-fit: contain; }

.swiper-news .swiper-wrapper {
	margin-bottom: 69px; }
@media (min-width: 851px) {
	.swiper-news .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 40px; } }
@media (max-width: 540px) {
	.swiper-news .swiper-slide img {
		min-height: 80px;
		object-fit: cover;
	}
	.swiper-news .swiper-wrapper {
		margin-bottom: 28px; } }
.swiper-news .swiper-slide {
	display: flex;
	position: relative; }
@media (min-width: 851px) {
	.swiper-news .swiper-slide {
		width: 100% !important; }
	.swiper-news .swiper-slide img {
		width: 100%;
		max-width: 274px;
		min-height: 157.13px;
		height: auto;
		object-fit: cover;
		margin-right: 37px; } }
@media (min-width: 851px) and (max-width: 1300px) {
	.swiper-news .swiper-slide {
		flex-direction: column; }
	.swiper-news .swiper-slide img {
		max-width: 100%;
		margin-right: 0; }
	.swiper-news .swiper-slide p {
		margin-bottom: 30px; }
	.swiper-news .swiper-slide:nth-child(3) {
		display: none !important; }
	.swiper-news .swiper-slide:nth-child(4) {
		display: none !important; } }
@media (max-width: 850px) {
	.swiper-news .swiper-slide {
		margin-right: 5vw; }
	.swiper-news .swiper-slide img {
		width: 45%;
		margin-right: 5%; }
	.swiper-news .swiper-slide p {
		margin-bottom: 30px; }
	.swiper-news .swiper-slide .last-news-rest-item-title {
		font-weight: 700;
		font-size: 14px;
		line-height: 17px; } }
@media (max-width: 850px) and (max-width: 540px) {
	.swiper-news .swiper-slide .last-news-rest-item-title {
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 6px; } }
@media (max-width: 850px) {
	.swiper-news .swiper-slide .last-news-rest-item-descr {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px; } }
@media (max-width: 850px) and (max-width: 540px) {
	.swiper-news .swiper-slide .last-news-rest-item-descr {
		font-size: 5px;
		line-height: 6px; } }
@media (max-width: 850px) and (max-width: 540px) {
	.swiper-news .swiper-slide .last-news-rest-item-btn {
		font-size: 5px;
		line-height: 6px; }
	.swiper-news .swiper-slide .last-news-rest-item-btn::after {
		height: 1px;
		bottom: -1px; } }
@media (max-width: 1200px) {
	.swiper-main .swiper-slide .container {
		width: 100%;
		height: 100%;
		padding: 0 !important;
	}
}
.swiper-news .swiper-scrollbar {
	display: block;
	height: 1px !important;
	background: rgba(0, 9, 39, 0.4);
	border-radius: 5px; }
.swiper-news .swiper-scrollbar-drag {
	position: absolute;
	height: 6px;
	top: -1px;
	opacity: 1;
	background-color: #2BB7E2;
	border-radius: 6px; }
@media (max-width: 540px) {
	.swiper-news .swiper-scrollbar-drag {
		height: 3px; } }

.swiper-vertical-preview-wrapper {
	position: relative;
	width: 100vw;
	height: 900px; }
@media (max-width: 850px) {
	.swiper-vertical-preview-wrapper {
		height: 800px; } }
@media (max-width: 540px) {
	.swiper-vertical-preview-wrapper {
		height: max-content; } }
.swiper-vertical-preview .swiper-container {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto; }
@media (min-width: 425px) {
	.swiper-vertical-preview .swiper-container {
		min-height: 320px; } }
.swiper-vertical-preview .swiper-container-wrapper {
	display: flex;
	flex-flow: column nowrap;
	height: 100vh;
	width: 100vw; }
@media (min-width: 425px) {
	.swiper-vertical-preview .swiper-container-wrapper {
		flex-flow: row nowrap; } }
.swiper-vertical-preview .gallery-main {
	position: relative;
	width: 100%;
	height: 100%; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-wrapper {
		height: 435px; } }
.swiper-vertical-preview .gallery-main .swiper-slide {
	padding-top: 10vh;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
@media (max-width: 850px) {
	.swiper-vertical-preview .gallery-main .swiper-slide {
		padding-top: 5vh; } }
.swiper-vertical-preview .gallery-main .swiper-slide .container {
	position: static; }
.swiper-vertical-preview .gallery-main .swiper-slide .title {
	font-size: 45px; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .title {
		font-size: 20px; } }
.swiper-vertical-preview .gallery-main .swiper-slide .title span {
	display: block;
	font-weight: 700;
	line-height: 1; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .title span {
		font-size: 23px; } }
.swiper-vertical-preview .gallery-main .swiper-slide .descr {
	position: absolute;
	bottom: 5vh;
	width: 910px;
	font-family: 'Montserrat'; }
@media (max-width: 1200px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .descr {
		width: 60%; } }
@media (max-width: 850px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .descr {
		width: calc(100% - 270px - 6%); } }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .descr {
		width: calc(100% - 30px);
		bottom: 20px; } }
.swiper-vertical-preview .gallery-main .swiper-slide .descr-title {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .descr-title {
		font-size: 23px; } }
.swiper-vertical-preview .gallery-main .swiper-slide .descr-text {
	font-size: 20px; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-main .swiper-slide .descr-text {
		font-size: 13px; } }
.swiper-vertical-preview .gallery-preview {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%; }
@media (min-width: 1530px) {
	.swiper-vertical-preview .gallery-preview {
		right: calc((100vw - 1530px)/2); } }
@media (max-width: 850px) {
	.swiper-vertical-preview .gallery-preview {
		width: 270px; } }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-preview {
		position: relative;
		width: 100%;
		height: auto; } }
.swiper-vertical-preview .gallery-preview .swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-preview .swiper-wrapper {
		flex-direction: row;
		transform: translate3d(0px, 0px, 0px) !important; } }
.swiper-vertical-preview .gallery-preview .swiper-slide {
	width: 100%;
	flex-flow: row nowrap;
	height: 180px;
	opacity: 0.75;
	cursor: pointer; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-preview .swiper-slide {
		height: 110px; } }
.swiper-vertical-preview .gallery-preview .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%; }
@media (max-width: 540px) {
	.swiper-vertical-preview .gallery-preview .swiper-slide {
		width: 50% !important;
		height: max-content; } }
.swiper-vertical-preview .gallery-preview .swiper-slide-thumb-active {
	opacity: 1; }

@media (min-width: 850px) {
	.swiper-gorizantal-preview {
		margin-bottom: 200px; } }
.swiper-gorizantal-preview-wrapper {
	position: relative; }
.swiper-gorizantal-preview .swiper-container {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto; }
@media (min-width: 425px) {
	.swiper-gorizantal-preview .swiper-container {
		min-height: 320px; } }
.swiper-gorizantal-preview .swiper-container-wrapper {
	display: flex;
	flex-flow: column nowrap;
	height: 100vh;
	width: 100vw; }
@media (min-width: 425px) {
	.swiper-gorizantal-preview .swiper-container-wrapper {
		flex-flow: row nowrap; } }
.swiper-gorizantal-preview .gallery-main {
	width: 100vw;
	height: 1180px; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main {
		height: 613px; } }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main {
		height: 435px; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide {
	position: relative;
	padding-top: 10vh;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: multiply; }
.swiper-gorizantal-preview .gallery-main .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(28, 24, 103, 0.58) 100%);
}



@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide {
		padding-top: 5vh; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide .container {
	position: static; }
.swiper-gorizantal-preview .gallery-main .swiper-slide .title {
	font-size: 40px; }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .title {
		font-size: 20px; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide .title span {
	font-size: 45px;
	display: block;
	font-weight: 700;
	line-height: 1; }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .title span {
		font-size: 23px; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide .descr {
	position: absolute;
	top: 430px;
	width: 910px;
	font-family: 'Montserrat'; }
@media (max-width: 1200px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr {
		width: 60%; } }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr {
		position: absolute;
		top: inherit;
		bottom: 50px;
		width: calc(100% - 6%); } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr {
		width: calc(100% - 30px);
		bottom: 20px; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-title {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-title {
		font-size: 23px; } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-title {
		font-size: 19px; } }
.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-text {
	font-size: 20px; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-text {
		font-size: 18px; } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-main .swiper-slide .descr-text {
		font-size: 14px; } }
.swiper-gorizantal-preview .gallery-preview {
	width: 100%; }
.swiper-gorizantal-preview .gallery-preview--industries {
	position: absolute;
	bottom: -100px; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview--industries {
		position: relative;
		bottom: 0; } }
.swiper-gorizantal-preview .gallery-preview .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	transform: translate3d(0px, 0px, 0px) !important;
	padding: 0; }
.swiper-gorizantal-preview .gallery-preview .swiper-slide {
	cursor: pointer;
	position: relative;
	width: 25% !important;
	height: 267px; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide {
		height: 146px; } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide {
		width: 50% !important;
		height: 110px; } }
.swiper-gorizantal-preview .gallery-preview .swiper-slide img {
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
	 }
.swiper-gorizantal-preview .gallery-preview .swiper-slide {
	position: relative;
}
.swiper-gorizantal-preview .gallery-preview .swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3 !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(28, 24, 103, 0.42) 100%) !important;	
}
.swiper-gorizantal-preview .gallery-preview .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4 !important;
	background: #00000020;	
}
.swiper-gorizantal-preview .gallery-preview .swiper-slide:hover .swiper-slide-content .link {
	background-color: #FFFFFF; }
.swiper-gorizantal-preview .gallery-preview .swiper-slide:hover .swiper-slide-content .link svg {
	fill: #2BB7E2; }
.swiper-gorizantal-preview .gallery-preview .swiper-slide-content {
	position: absolute;
	bottom: 0;
	padding: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content {
		padding: 18px;
		align-items: flex-end; } }
.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .title {
	font-size: 18px;
	color: #FFFFFF;
z-index: 5 !important;}
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .title {
		font-size: 14px; } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .title {
		font-size: 11px; } }
.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .title span {
	display: block;
	font-weight: 600; }
.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .link {
	z-index: 5 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 2px #FFFFFF solid;
	border-radius: 100%; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .link {
		width: 20px;
		height: 20px; } }
@media (max-width: 540px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .link {
		display: none; } }
.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .link svg {
	width: 8px;
	height: 12px;
	fill: #FFFFFF; }
@media (max-width: 850px) {
	.swiper-gorizantal-preview .gallery-preview .swiper-slide-content .link svg {
		width: 7px;
		height: 10px; } }

.advantages {
	padding-top: 35px;
	padding-bottom: 61px; }
@media (max-width: 1024px) {
	.advantages {
		padding-top: 30px;
		padding-bottom: 80px; } }
@media (max-width: 600px) {
	.advantages {
		padding-bottom: 60px; } }
.advantages-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%; }
@media (max-width: 1024px) {
	.advantages-list {
		gap: 30px; } }
@media (max-width: 600px) {
	.advantages-list {
		gap: 20px; } }
.advantages-item {
	width: calc((100% - (2% * 3)) / 4  );
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 33px;
	padding-right: 33px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 29, 63, 0.2);
	border-left: 3px solid #2BB7E2; }
@media (max-width: 1530px) {
	.advantages-item {
		padding-left: 2%;
		padding-right: 2%; } }
@media (max-width: 1024px) {
	.advantages-item {
		width: calc((100% - (30px * 1)) / 2  );
		padding-top: 40px;
		padding-bottom: 44px;
		border-radius: 20px; } }
@media (max-width: 600px) {
	.advantages-item {
		width: 100%;
		padding-top: 27px;
		padding-bottom: 30px;
		padding-left: 27px;
		padding-right: 36px; } }
.advantages-item img {
	width: auto;
	height: 60px; }
@media (max-width: 600px) {
	.advantages-item img {
		height: 48px; } }
.advantages-item-line {
	display: block;
	height: 64px;
	width: 2px;
	background-color: #C3C3C3;
	margin: 0px 8%; }
.advantages-item-right {
	display: flex;
	flex-direction: column;
	gap: 10px; }
@media (max-width: 600px) {
	.advantages-item-right {
		max-width: 100%; } }
.advantages-item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px; }
.advantages-item-descr {
	font-size: 16px;
	line-height: 18px; }

.industries {
	position: relative;
	height: 100vh;
	max-height: 967px; }
@media (max-width: 850px) {
	.industries {
		max-height: 603px; } }
@media (max-width: 600px) {
	.industries {
		height: 100%;
		max-height: max-content; } }
.industries-title {
	position: absolute;
	top: 103px;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1530px;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 45px;
	line-height: 55px;
	transition: all 1s ease-out; }
@media (max-width: 1200px) {
	.industries-title {
		padding-left: 20px;
		padding-right: 20px; } }
@media (min-width: 1530px) {
	.industries-title {
		left: calc((100vw - 1530px)/2); } }
@media (max-width: 600px) {
	.industries-title {
		padding-left: 15px;
		padding-right: 15px;
		top: 24px;
		font-size: 30px;
		line-height: 37px; } }
.industries-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	width: 70px;
	height: 2px;
	background-color: #FFFFFF; }
@media (max-width: 540px) {
	.industries-title::after {
		bottom: -17px; } }
.industries-wrapper {
	display: flex;
	position: relative; }
@media (max-width: 540px) {
	.industries-wrapper {
		flex-wrap: wrap; } }
.industries-item {
	position: relative;
	display: inline-block;
	width: 25%;
	height: 100vh;
	max-height: 967px;
	background-size: cover;
	background-position-x: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out; }
@media (max-width: 850px) {
	.industries-item {
		max-height: 603px; } }
@media (max-width: 600px) {
	.industries-item {
		width: 100%;
		height: 197px; } }
.industries-item-title {
	z-index: 1;
	position: absolute;
	top: 75%;
	right: 13%;
	width: 300px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	transition: all 1s ease-out; }
@media (max-width: 1530px) {
	.industries-item-title {
		width: auto;
		font-size: 2.6vw;
		line-height: 1.2; } }
@media (max-width: 850px) {
	.industries-item-title {
		width: 154px;
		font-size: 21px;
		line-height: 25px; } }
@media (max-width: 700px) {
	.industries-item-title {
		width: auto;
		right: 10px; } }
@media (max-width: 600px) {
	.industries-item-title {
		right: inherit;
		top: 63%;
		left: 15px; } }
.industries-item-title span {
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	transition: all 1s ease-out; }
@media (max-width: 1530px) {
	.industries-item-title span {
		font-size: 2.9vw;
		line-height: 1.2; } }
@media (max-width: 850px) {
	.industries-item-title span {
		font-size: 23px;
		line-height: 28px; } }
@media (min-width: 1024px) {
	.industries-item--active {
		width: 40%; }
	.industries-item--passive {
		width: 20%;
		transition: all 1s ease-out; }
	.industries-item--passive .industries-item-title {
		font-size: 2vw;
		transition: all 1s ease-out; }
	.industries-item--passive .industries-item-title span {
		font-size: 2.3vw;
		transition: all 1s ease-out; } }


.applications {
	padding-top: 130px;
	padding-bottom: 130px; }
@media (max-width: 1200px) {
	.applications {
		padding-top: 80px;
		padding-bottom: 50px; }
	.applications .btn-blue  {
		margin-bottom: 30px; }
}
@media (max-width: 600px) {
	.applications {
		padding-top: 60px;
		padding-bottom: 30px; } }
.applications-descr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 61px; }
@media (max-width: 540px) {
	.applications-descr {
		margin-bottom: 40px; } }
.applications-descr-left {
	width: 46%; }
@media (max-width: 850px) {
	.applications-descr-left {
		width: 89%; } }
.applications-descr-left h2 {
	margin-bottom: 30px; }
@media (max-width: 850px) {
	.applications-descr-left h2 {
		margin-bottom: 25px; } }
@media (max-width: 540px) {
	.applications-descr-left h2 {
		margin-bottom: 15px; } }
.applications-descr-right {
	width: 20%;
	height: max-content; }
@media (max-width: 850px) {
	.applications-descr-right {
		display: none; } }

.features {
	padding-top: 83px;
	padding-bottom: 62px;
	background: #F6F6F6; }
@media (max-width: 850px) {
	.features {
		padding-top: 80px;
		padding-bottom: 80px; } }
@media (max-width: 540px) {
	.features {
		padding-top: 60px;
		padding-bottom: 60px; } }
.features-subtitle {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px; }
@media (max-width: 850px) {
	.features-subtitle {
		font-size: 18px;
		line-height: 22px; } }
@media (max-width: 540px) {
	.features-subtitle {
		font-size: 14px;
		line-height: 17px; } }
.features-wrapper p {
	font-size: 12px;
	line-height: 14px; }
.features-title {
	width: 39%;
	margin-bottom: 60px; }
@media (max-width: 850px) {
	.features-title {
		width: 100%;
		max-width: 560px; } }
@media (max-width: 540px) {
	.features-title {
		margin-bottom: 40px; } }
.features-list {
	display: flex;
	gap: 3%; }
@media (max-width: 850px) {
	.features-list {
		flex-wrap: wrap;
		gap: 30px; } }
.features-item {
	display: flex;
	align-items: center;
	gap: 5%;
	padding: 46px 47px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 29, 63, 0.2);
	border-radius: 20px;
	border-bottom: 4px solid #2BB7E2; }
@media (max-width: 1530px) {
	.features-item {
		padding: 46px 3vw; } }
@media (max-width: 850px) {
	.features-item {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 47px;
		padding-bottom: 20px;
		max-width: 484px; } }
@media (max-width: 540px) {
	.features-item {
		padding: 14px 25px; } }
.features-item span {
	font-weight: 200;
	font-size: 140px;
	line-height: 171px; }
@media (max-width: 1530px) {
	.features-item span {
		font-size: 9vw;
		line-height: 1.2; } }
@media (max-width: 850px) {
	.features-item span {
		font-size: 140px; } }
@media (max-width: 524px) {
	.features-item span {
		font-size: 16vw; } }
@media (max-width: 540px) {
	.features-item span {
		font-size: 100px;
		line-height: 122px; } }
.features-item-title {
	margin-bottom: 21px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #2BB7E2; }
@media (max-width: 1530px) {
	.features-item-title {
		font-size: 1.2vw;
		line-height: 1.2; } }
@media (max-width: 850px) {
	.features-item-title {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 26px; } }
@media (max-width: 540px) {
	.features-item-title {
		margin-bottom: 17px;
		font-size: 14px;
		line-height: 16px; } }
@media (min-width: 851px) and (max-width: 1530px) {
	.features-item p {
		font-size: 1.2vw;
		line-height: 1.2; } }

.services {
	padding-top: 130px;
	padding-bottom: 130px; }
@media (max-width: 850px) {
	.services {
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px; } }
@media (max-width: 540px) {
	.services {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px; } }
.services-title {
	position: relative;
	margin-bottom: 60px; }
@media (max-width: 540px) {
	.services-title {
		margin-bottom: 40px; } }
.services-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	width: 70px;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 850px) {
	.services-title::after {
		display: none; } }
.services-wrapper {
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 29, 63, 0.2);
	border-radius: 20px;
	border-right: 4px solid #2BB7E2; }
@media (min-width: 1531px) {
	.services-wrapper {
		width: calc(1530px + (100vw - 1530px)/2);
		margin-right: auto; } }
@media (max-width: 1024px) {
	.services-wrapper {
		flex-direction: column;
		border-right: 0;
		border-bottom: 4px solid #2BB7E2; } }
.services-img {
	width: 53%;
	margin-right: 6%;
	object-fit: cover; }
@media (max-width: 1200px) {
	.services-img {
		width: 40%; } }
@media (max-width: 1024px) {
	.services-img {
		width: 100%;
		height: auto;
		margin-right: 0;
		border-radius: 20px 20px 0 0; } }
.services-content {
	padding-top: 60px;
	padding-bottom: 55px;
	padding-right: 6%; }
@media (max-width: 850px) {
	.services-content {
		padding-left: 6%;
		padding-right: 8%; } }
@media (max-width: 540px) {
	.services-content {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 7%; } }
.services-list {
	display: flex;
	flex-direction: column;
	gap: 30px; }
@media (max-width: 540px) {
	.services-list {
		gap: 20px; } }
.services-item {
	position: relative;
	display: flex;
	align-items: center; }
.services-item-icon {
	min-width: 96px;
	height: auto; }
@media (max-width: 540px) {
	.services-item-icon {
		min-width: 42px;
		height: auto; } }
.services-item-line {
	display: block;
	margin-left: 7%;
	margin-right: 7%;
	width: 2px;
	height: 64px;
	background-color: #C3C3C3; }
@media (max-width: 850px) {
	.services-item-line {
		margin-left: 6%;
		margin-right: 6%; } }
@media (max-width: 540px) {
	.services-item-line {
		height: 45px; } }
.services-item-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px; }
@media (max-width: 540px) {
	.services-item-title {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 17px; } }
.services-item-text {
	max-width: 73%;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: rgba(1, 0, 22, 0.5); }
@media (max-width: 540px) {
	.services-item-text {
		font-size: 10px;
		line-height: 11px; } }
.services-item-btn {
	position: absolute;
	right: 0;
	bottom: 6px;
	background-color: transparent;
	font-size: 14px;
	line-height: 17px;
	color: #2BB7E2; }
@media (max-width: 540px) {
	.services-item-btn {
		font-size: 10px;
		line-height: 11px; } }
.services-item-btn::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #2BB7E2; }

.block-projects {
	padding-bottom: 65px; }
.block-projects-title {
	margin-bottom: 80px; }
@media (max-width: 850px) {
	.block-projects-title {
		margin-bottom: 60px; } }
@media (max-width: 540px) {
	.block-projects-title {
		margin-bottom: 40px; } }
.block-projects-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	width: 70px;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 850px) {
	.block-projects-title::after {
		display: none; } }
.block-projects-title span {
	display: block;
	font-weight: 500; }

.partners {
	padding-top: 122px;
	padding-bottom: 127px; }
@media (max-width: 850px) {
	.partners {
		padding-top: 65px;
		padding-bottom: 80px; } }
@media (max-width: 540px) {
	.partners {
		padding-top: 60px;
		padding-bottom: 60px; } }
.partners-title {
	position: relative;
	margin-bottom: 30px; }
@media (max-width: 540px) {
	.partners-title {
		margin-bottom: 15px; } }
.partners-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	width: 70px;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 850px) {
	.partners-title::after {
		display: none; } }
.partners-text {
	width: 31%; }
@media (max-width: 850px) {
	.partners-text {
		width: 68%; } }
@media (max-width: 850px) {
	.partners-text {
		width: 100%; } }

.last-news {
	padding-top: 63px;
	background-color: #F6F6F6;
	/* до 850 px */ }
.last-news-title {
	position: relative;
	margin-bottom: calc(80px - 116px); }
.last-news-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	width: 70px;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 850px) {
	.last-news-title::after {
		display: none; } }
.last-news-wrapper {
	position: relative;
	top: 116px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 70px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 29, 63, 0.2);
	border-radius: 20px;
	border-left: 4px solid #2BB7E2; }
@media (min-width: 1531px) {
	.last-news-wrapper {
		width: calc(1530px + (100vw - 1530px)/2);
		margin-left: auto; } }
@media (max-width: 850px) {
	.last-news-wrapper {
		top: 77px !important;
		padding-top: 47px;
		padding-left: 6%;
		padding-right: 6%;
		padding-bottom: 78px;
		margin-left: 20px;
		margin-right: 20px;
		border-left: 0;
		border-bottom: 4px solid #2BB7E2; } }
@media (max-width: 540px) {
	.last-news-wrapper {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 35px; } }
.last-news-wrapper-container {
	display: flex;
	justify-content: space-between;
	padding-right: 51px;
	max-width: calc(1530px - 70px); }
@media (max-width: 850px) {
	.last-news-wrapper-container {
		display: block;
		padding-right: 0; } }
.last-news-main {
	width: 46%; }
@media (min-width: 851px) and (max-width: 1300px) {
	.last-news-main {
		width: 56%; } }
@media (max-width: 850px) {
	.last-news-main {
		width: 100%; } }
@media (max-width: 850px) {
	.last-news-main img {
		border-radius: 20px; } }
.last-news-main-img {
	margin-bottom: 40px; }
@media (max-width: 850px) {
	.last-news-main-img {
		width: 100%;
		max-height: 401px; } }
@media (max-width: 540px) {
	.last-news-main-img {
		margin-bottom: 17px; } }
.last-news-main-about {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2; }
@media (min-width: 851px) and (max-width: 1530px) {
	.last-news-main-about {
		font-size: 1.3vw; } }
@media (max-width: 540px) {
	.last-news-main-about {
		margin-bottom: 20px;
		font-size: 10px;
		line-height: 12px; } }
.last-news-main-about-category {
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid #2BB7E2; }
@media (max-width: 540px) {
	.last-news-main-about-category {
		padding-right: 10px; } }
.last-news-main-about-data {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #2BB7E2; }
@media (max-width: 540px) {
	.last-news-main-about-data {
		padding-left: 10px;
		padding-right: 10px; } }
.last-news-main-about-athor {
	display: inline-block;
	padding-left: 15px; }
@media (max-width: 540px) {
	.last-news-main-about-athor {
		padding-left: 10px; } }
.last-news-main-title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px; }
@media (max-width: 540px) {
	.last-news-main-title {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 20px; } }
.last-news-main-descr {
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px; }
@media (max-width: 540px) {
	.last-news-main-descr {
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 14px; } }
.last-news-main .btn-blue {
	width: 194px; }
@media (max-width: 850px) {
	.last-news-main .btn-blue {
		margin-bottom: 60px; } }
@media (max-width: 540px) {
	.last-news-main .btn-blue {
		width: 130px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 20px; } }
.last-news-rest {
	width: 41%; }
@media (max-width: 850px) {
	.last-news-rest {
		width: 100%; } }
.last-news-rest-list {
	display: flex;
	flex-direction: column;
	gap: 40px; }
.last-news-rest-item {
	display: flex;
	position: relative; }
.last-news-rest-item img {
	width: 45%;
	height: auto;
	max-height: 157px;
	object-fit: cover;
	margin-right: 37px; }
.last-news-rest-item-content {
	position: relative; }
.last-news-rest-item-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px; }
.last-news-rest-item-descr {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: rgba(1, 0, 22, 0.5); }
.last-news-rest-item-btn {
	position: absolute;
	left: 0;
	bottom: 6px;
	background-color: transparent;
	font-size: 14px;
	line-height: 17px;
	color: #2BB7E2; }
.last-news-rest-item-btn::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #2BB7E2; }
.power.main {
	margin-top: 246px;
}
.power {
	margin-top: 100px;
	margin-bottom: 100px; }
.power-title {
	margin-bottom: 60px; }
.power-wrapper {
	padding-top: 60px;
	padding-bottom: 70px;
	box-shadow: 0px 8px 20px rgba(0, 29, 63, 0.2);
	border-radius: 20px; }
@media (min-width: 1531px) {
	.power-wrapper {
		width: calc(1530px + (100vw - 1530px)/2);
		margin-right: auto; } }
@media (max-width: 850px) {
	.power-wrapper {
		padding-left: 6%;
		padding-right: 6%;
		padding-top: 47px;
		padding-bottom: 47px;
		border-bottom: 4px solid #2BB7E2; } }
@media (max-width: 540px) {
	.power-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 35px;
		padding-bottom: 31px; } }
.power-wrapper-container {
	display: flex;
	justify-content: space-between;
	max-width: 1530px;
	margin-left: auto;
	padding-right: 6%; }
@media (max-width: 850px) {
	.power-wrapper-container {
		flex-direction: column-reverse;
		padding-right: 0; } }
.power-graphs {
	width: 57%;
	display: flex;
	flex-direction: column;
	justify-content: space-between; }
@media (max-width: 850px) {
	.power-graphs {
		width: 100%; } }
.power-graphs-list {
	display: flex;
	flex-direction: column;
	gap: 30px; }
@media (max-width: 850px) {
	.power-graphs-list {
		gap: 26px; } }
.power-graphs-utp {
	display: flex;
	gap: 40px;
	margin-top: 60px; }
@media (max-width: 850px) {
	.power-graphs-utp {
		margin-top: 73px;
		gap: 2%; } }
@media (max-width: 540px) {
	.power-graphs-utp {
		flex-direction: column;
		margin-top: 40px;
		gap: 10px; } }
.power-graphs-utp-item {
	display: flex;
	align-items: center;
	width: 32%;
	gap: 20px; }
@media (max-width: 850px) {
	.power-graphs-utp-item {
		gap: 15px; } }
@media (max-width: 540px) {
	.power-graphs-utp-item {
		width: 100%; } }
.power-graphs-utp-item-value {
	font-weight: 800;
	font-size: 53px;
	line-height: 1.2; }
@media (max-width: 1530px) {
	.power-graphs-utp-item-value {
		font-size: 3.5vw; } }
@media (max-width: 850px) {
	.power-graphs-utp-item-value {
		font-size: 45px; } }
@media (max-width: 540px) {
	.power-graphs-utp-item-value {
		font-size: 37px; } }
.power-graphs-utp-item-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2; }
@media (max-width: 1530px) {
	.power-graphs-utp-item-title {
		font-size: 1.2vw; } }
@media (max-width: 850px) {
	.power-graphs-utp-item-title {
		font-size: 1.8vw; } }
@media (max-width: 540px) {
	.power-graphs-utp-item-title {
		font-size: 3.3vw; } }
.power-graph {
	position: relative;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 21px rgba(151, 189, 201, 0.25);
	border-radius: 125px; }
@media (max-width: 850px) {
	.power-graph {
		height: 31px; } }
@media (max-width: 540px) {
	.power-graph {
		height: 14px;
		box-shadow: inset 0px 0px 7.92845px rgba(151, 189, 201, 0.25); } }
.power-graph-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2; }
@media (max-width: 850px) {
	.power-graph-title {
		margin-bottom: 13px;
		font-size: 15px; } }
@media (max-width: 540px) {
	.power-graph-title {
		margin-bottom: 6px;
		font-size: 7px; } }
.power-graph-line {
	position: relative;
	width: 0%;
	height: 100%;
	background-color: #5BC45D;
	border-radius: 125px;
	transition: all 1.5s ease-out; }
.power-graph-line div {
	position: absolute;
	right: 31px;
	top: 4px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #FFFFFF; }
@media (max-width: 850px) {
	.power-graph-line div {
		font-size: 17px; } }
@media (max-width: 540px) {
	.power-graph-line div {
		top: 2px;
		font-size: 8px; } }
.power-content {
	width: 36%; }
@media (max-width: 850px) {
	.power-content {
		width: 100%; } }
.power-content-subtitle {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #2BB7E2; }
@media (max-width: 540px) {
	.power-content-subtitle {
		margin-bottom: 9px;
		font-size: 10px;
		line-height: 1.2; } }
.power-content-title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px; }
@media (max-width: 850px) {
	.power-content-title {
		margin-bottom: 25px; } }
@media (max-width: 540px) {
	.power-content-title {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 23px; } }
.power-content-text {
	margin-bottom: 69px;
	font-size: 18px;
	line-height: 21px; }
@media (max-width: 850px) {
	.power-content-text {
		margin-bottom: 60px; } }
@media (max-width: 540px) {
	.power-content-text {
		margin-bottom: 40px;
		font-size: 12px;
		line-height: 1.2; } }
.power-content .btn-blue {
	display: block;
	width: 262px; }
@media (max-width: 850px) {
	.power-content .btn-blue {
		margin-bottom: 60px; } }
@media (max-width: 540px) {
	.power-content .btn-blue {
		width: 191px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.2; } }

.contact-us {
	z-index: 3;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
	position: relative;
	overflow: hidden; }
.contact-us::before {
	content: '';
	position: absolute;
	left: 0;
	width: 50vw;
	height: 100%;
	display: block;
	background-color: #1C1767; }
@media (max-width: 850px) {
	.contact-us::before {
		display: none; } }
.contact-us::after {
	content: '';
	position: absolute;
	right: 0;
	width: 50vw;
	height: 100vh;
	display: block;
	background-color: #FFFFFF; }
.contact-us .container {
	padding-top: 90px;
	padding-bottom: 90px; }
@media (max-width: 850px) {
	.contact-us .container {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px; } }
.contact-us-title {
	margin-bottom: 60px;
	color: #FFFFFF; }
@media (max-width: 850px) {
	.contact-us-title {
		font-size: 45px;
		line-height: 1.2; } }
@media (max-width: 540px) {
	.contact-us-title {
		margin-bottom: 25px;
		font-size: 20px; } }
.contact-us-form {
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin-right: auto; }
@media (max-width: 850px) {
	.contact-us-form {
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 6%;
		padding-right: 6%;
		width: 100%;
		background-color: #1C1767; } }
@media (max-width: 540px) {
	.contact-us-form {
		padding-left: calc(15px + 20px);
		padding-right: calc(15px + 20px);
		padding-top: 36px;
		padding-bottom: 24px; } }
.contact-us-form-input {
	display: block;
	width: 100%;
	max-width: 493px;
	margin-bottom: 40px;
	padding-left: 8px;
	color: #FFFFFF;
	background: #1C1767;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #FFFFFF;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2; }
.contact-us-form-input::placeholder {
	color: #FFFFFF; }
@media (max-width: 540px) {
	.contact-us-form-input {
		max-width: 298px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
		margin-bottom: 25px;
		font-size: 11px; } }
.contact-us-form-select {
	display: block;
	width: 100%;
	max-width: 493px;
	margin-bottom: 40px;
	padding-left: 4px;
	color: #FFFFFF;
	background: #1C1767;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #FFFFFF;
	outline: none;
	font-weight: 500;
	font-size: 18px; }
@media (max-width: 540px) {
	.contact-us-form-select {
		max-width: 298px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 0px;
		margin-bottom: 25px;
		font-size: 11px; } }
.contact-us-form-textarea {
	display: block;
	width: 100%;
	max-width: 493px;
	height: 152px;
	resize: none;
	padding-left: 8px;
	margin-bottom: 30px;
	color: #FFFFFF;
	background: #1C1767;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #FFFFFF;
	outline: none;
	font-weight: 500;
	font-size: 18px; }
.contact-us-form-textarea::placeholder {
	color: #FFFFFF; }
@media (max-width: 540px) {
	.contact-us-form-textarea {
		max-width: 298px;
		height: 92px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 0px;
		margin-bottom: 18px;
		font-size: 11px; } }
.contact-us-form .btn-blue {
	width: 161px;
	margin-top: 60px; }
@media (max-width: 540px) {
	.contact-us-form .btn-blue {
		width: 97px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 36px;
		font-size: 11px; } }
.contact-us-info {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	padding-left: 12%;
	margin-left: auto; }
@media (max-width: 850px) {
	.contact-us-info {
		display: block;
		width: 100%;
		max-width: 573px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 76px;
		padding-top: 153px;
		padding-left: 0; } }
@media (max-width: 540px) {
	.contact-us-info {
		margin-bottom: 15px;
		padding-top: 70px;
		padding-left: calc(15px + 20px);
		padding-right: calc(15px + 20px); } }
.contact-us-info-descr {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.2; }
@media (max-width: 540px) {
	.contact-us-info-descr {
		margin-bottom: 15px;
		font-size: 11px; } }
.contact-us-info-map {
	margin-bottom: 45px;
	width: 100%;
	max-width: 574px;
	height: 240px; }
@media (max-width: 540px) {
	.contact-us-info-map {
		margin-bottom: 20px;
		height: 129px; } }
.contact-us-info-contact-list {
	display: flex;
	flex-direction: column;
	gap: 23px; }
@media (max-width: 540px) {
	.contact-us-info-contact-list {
		gap: 15px; } }
.contact-us-info-contact-item {
	display: flex;
	align-items: center;
	gap: 17px;
	width: 50%; }
@media (max-width: 540px) {
	.contact-us-info-contact-item {
		gap: 13px;
		font-size: 10px;
		line-height: 11px; } }
.contact-us-info-contact-item img {
	width: 28px;
	height: auto; }
@media (max-width: 540px) {
	.contact-us-info-contact-item img {
		width: 13px; } }
.contact-us-info-social {
	position: absolute;
	bottom: 0;
	right: 0; }
@media (max-width: 540px) {
	.contact-us-info-social {
		right: calc(15px + 20px); } }
.contact-us-info-social-list {
	display: flex;
	align-items: center;
	gap: 17px; }
@media (max-width: 540px) {
	.contact-us-info-social-list {
		gap: 10px; } }
.contact-us-info-social-item img {
	width: 24px; }
@media (max-width: 540px) {
	.contact-us-info-social-item img {
		width: 15px; } }
.contact-us-bg-arrow {
	position: absolute;
	top: 0;
	left: 50%; }
@media (max-width: 850px) {
	.contact-us-bg-arrow {
		left: 0;
		top: 782px; } }
@media (max-width: 540px) {
	.contact-us-bg-arrow {
		top: 456px; } }
.contact-us-bg-arrow::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 0px;
	border-right-width: 180px;
	border-top: 829px solid #2BB7E2; }
@media (max-width: 850px) {
	.contact-us-bg-arrow::before {
		border-right-width: 12vw; } }
@media (max-width: 850px) {
	.contact-us-bg-arrow::before {
		border-top-width: 0px;
		border-bottom-width: 152px;
		border-right: 100vw solid #2BB7E2; } }
@media (max-width: 540px) {
	.contact-us-bg-arrow::before {
		border-bottom-width: 68px; } }
.contact-us-bg-arrow img {
	position: absolute;
	top: 90px;
	left: calc(50% - 180px); }
@media (max-width: 850px) {
	.contact-us-bg-arrow img {
		width: 152px;
		top: -70px;
		transform: rotate(45deg);
		left: unset;
		right: 21%; } }
@media (max-width: 850px) {
	.contact-us-bg-arrow img {
		top: -40px;
		width: 88px; } }

.footer {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F6F6F6; }
.footer::after {
	content: ''; }
@media (max-width: 850px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 35px; } }
.footer-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap; }
.footer-col {
	display: flex;
	flex-direction: column;
	margin-right: 100px; }
@media (max-width: 540px) {
	.footer-col {
		margin-right: 10%; } }
.footer-col-title {
	position: relative;
	margin-bottom: 60px;
	font-size: 33px;
	line-height: 1.2; }
@media (max-width: 540px) {
	.footer-col-title {
		margin-bottom: 35px;
		font-size: 15px; } }
.footer-col-title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -18px;
	width: 102px;
	height: 2px;
	background-color: #2BB7E2; }
@media (max-width: 540px) {
	.footer-col-title::after {
		width: 46px;
		bottom: -8px; } }
.footer-col--first {
	width: 18%; }
@media (max-width: 850px) {
	.footer-col--first {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		gap: 60px;
		margin-bottom: 70px; } }
@media (max-width: 540px) {
	.footer-col--first {
		gap: 27px;
		margin-bottom: 35px; } }
.footer-col--first .logo {
	width: 149px;
	margin-bottom: 65px; }
@media (max-width: 850px) {
	.footer-col--first .logo {
		margin-bottom: 0; } }
@media (max-width: 540px) {
	.footer-col--first .logo {
		width: 68px; } }
.footer-col--first p {
	margin-bottom: 30px; }
@media (max-width: 850px) {
	.footer-col--first p {
		max-width: 380px;
		margin-bottom: 0px; } }
@media (max-width: 540px) {
	.footer-col--first p {
		font-size: 8px;
		line-height: 9px; } }
.footer-col--first .contact-us-info-social-list {
	display: none; }
.footer-col--second {
	width: 20%; }
@media (max-width: 850px) {
	.footer-col--second {
		width: 35%; } }
@media (max-width: 540px) {
	.footer-col--second {
		width: 40%; } }
.footer-col--second .footer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px; }
@media (max-width: 540px) {
	.footer-col--second .footer-list {
		gap: 10px 20px; } }
.footer-col--second .footer-item {
	position: relative;
	width: calc(50% - 20px);
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 1.2; }
@media (max-width: 850px) {
	.footer-col--second .footer-item {
		font-size: 16px; } }
@media (max-width: 540px) {
	.footer-col--second .footer-item {
		padding-bottom: 4px;
		font-size: 8px; } }
.footer-col--second .footer-item::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #010016; }
.footer-col--third {
	width: 17%; }
@media (max-width: 850px) {
	.footer-col--third {
		width: 35%; } }
@media (max-width: 540px) {
	.footer-col--third {
		width: 40%; } }
.footer-col--third .footer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; }
@media (max-width: 540px) {
	.footer-col--third .footer-list {
		gap: 10px; } }
.footer-col--third .footer-item {
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 1.2; }
@media (max-width: 850px) {
	.footer-col--third .footer-item {
		font-size: 16px; } }
@media (max-width: 540px) {
	.footer-col--third .footer-item {
		padding-bottom: 4px;
		font-size: 8px; } }
.footer-col--third .footer-item::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #010016; }
.footer-menu {
	margin-top: 136px; }
@media (max-width: 850px) {
	.footer-menu {
		margin-top: 80px; } }
.footer-menu-list {
	margin-left: calc(18% + 100px) !important;
	display: flex;
	justify-content: start;
	gap: 30px; }
@media (max-width: 1200px) {
	.footer-menu-list {
		margin-left: 0 !important;
		flex-wrap: wrap; } }
@media (max-width: 540px) {
	.footer-menu-list {
		margin-left: 0 !important;
		gap: 13px;
		font-size: 7px;
		line-height: 9px; } }





.app-content, .ind-content  {
	color: #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ind.first-screen {
	background-size: cover;
	height: 542.551px;
}
.first-screen {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover;
	height: 454px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.first-screen .breadcrumbs {
	margin-top: 0 !important;
}
.first-screen .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}
.ind-btn {
	width: 194px;
	height: 56px;
	margin-top: 60.75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	background: #2BB7E2;
	box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ind.first-screen .description-page {
	margin-bottom: 58.8px !important;
	max-width: 100% !important;
}
.first-screen .description-page {
	margin-bottom: 46.75px !important;
	max-width: 100% !important;
}
.first-screen .breadcrumbs-nav {
	color: #fff !important;
}
.first-screen .container{
	width: 1530px;
	color: #fff !important;
}
.app-emergency {
	font-family: Montserrat;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 100px !important;
	margin-bottom: 40px;
}
.app-content-text ul {
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-inline-start: 26px;
}
.app-content-text ul li {
	position: relative;
	margin-bottom: 20px;
	list-style: none !important;
}
.app-content-text ul li:before {
	content: "";
	position: absolute;
	left: -26px; 
	top: 5px;
	width: 8.313px;
	height: 8.313px;
	flex-shrink: 0;
	background: #2BB7E2;
	border-radius: 90px;
}
.app-content-text ul li:last-child {
	margin-bottom: 20px;
}
.app-content h3, .ind-content h3{
	margin-top: 100px;
	color: #010016;
	font-family: Montserrat !important;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.app-content-text div {
	margin-top: 30px;
}


.app-content-list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 31px;
}
.app-content-item {
	border-bottom: 3px solid #2BB7E2;
	width: calc(50% - 15.5px);
	height: 261.797px;
	padding: 38px 57px;
	border-radius: 18.775px;
	background: #FFF;
	box-shadow: 0px 7.50988245010376px 18.77470588684082px 0px rgba(0, 29, 63, 0.20);
}
.app-content-item h4 {
	font-family: Montserrat !important;
	margin-bottom: 20.58px;
}
.app-content-fuel {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.ind-app-content-fuel {
    margin-top: 60px;
    display: flex;
    gap: 40px;
}
.ind-app-content-fuel-item {
	border-right: 3px solid #2BB7E2;
	display: flex;
	align-items: center;
	width: 100%;
	height: 128px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
	padding: 0 33px;
}
.app-content-fuel-item {
	border-left: 3px solid #2BB7E2;
	display: flex;
	align-items: center;
	width: calc(25% - 22.5px);
	height: 128px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
	padding: 0 33px;
}
.app-content-fuel-item:nth-child(8n), .ind-app-content-fuel-item.etc {
	justify-content: center;
}
.app-content-fuel-item:nth-child(8n) .app-content-fuel-item-text, .ind-app-content-fuel-item.etc .ind-app-content-fuel-item-text {
	padding-left: 0px !important; 
	border-left: none !important;
	color: #010016;
	font-family: Montserrat;
	font-size: 29.722px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 0.30000001192092896;
}
.ind-app-content-fuel-item-text.etc {
	text-align: center
}
.app-content-fuel-item img, .ind-app-content-fuel-item img {
	margin-right: 22px;
}
.app-content-fuel-item-text, .ind-app-content-fuel-item-text {
	font-family: Montserrat;
	font-weight: 600;
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 23px;
	border-left: 2px solid #C3C3C3;
}
.app-whocares, .ind-app {
	max-width: calc(1530px + (100% - 1530px)/2) !important;
    margin-left: 0 !important;
	position: relative;
	border-radius: 0 20px 20px 0;
	display: flex;
	margin-top: 100px;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
}
.ind-how {
	border-left: 3px solid #2BB7E2;
	max-width: calc(1530px + (100% - 1530px)/2) !important;
    margin-right: 0 !important;
	position: relative;
	border-radius: 20px 0 0 20px;
	display: flex;
	align-items: center;
	margin-top: 100px;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
}
.app-whocares img, .ind-app-img {
	width: calc((1530px/2) + 100%);
	object-fit: cover;
}
.app-whocares ul, .ind-how ul {
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-inline-start: 16px;
}
.app-whocares ul li, .ind-how ul li{
	position: relative;
	margin-bottom: 4px;
	list-style: none !important;
}
.app-whocares ul li:before, .ind-how ul li:before {
	content: "";
	position: absolute;
	left: -16px; 
	top: 6px;
	width: 8.313px;
	height: 8.313px;
	flex-shrink: 0;
	background: #2BB7E2;
	border-radius: 90px;
}
.app-whocares-content {
	border-right: 3px solid #2BB7E2;
	padding: 60.47px 91.9px 60.47px 57px;
	border-radius: 0 20px 20px 0;
	background: #FFF;	
	min-width: calc(1530px/2);
	max-width: calc(1530px/2);
}
.ind-app-content {
	border-right: 3px solid #2BB7E2;
	padding: 60.47px 126px 69.78px 57px;
	border-radius: 0 20px 20px 0;
	background: #FFF;	
	min-width: calc(1530px/2);
	max-width: calc(1530px/2);
}
.app-whocares-content h3 {
	margin-top: 0px !important;
	margin-bottom: 30.63px;
}
.ind-app-content h3 {
	margin-top: 0px !important;
	margin-bottom: 60.53px;
}
.ind-application-flex {
	display: flex;
	margin-top: 60px;
	padding-bottom: 78px;
	font-weight: 600;
}
.ind-wrap {
	flex-wrap: wrap;
	gap: 28px;
}
.ind-application-num {
	text-align: right;
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-right: 24px;
	width: 40.56px;
}
.ind-application-item {
	display: flex;
	max-width: 33.3%;
	align-items: start;
	margin-right: 77px;
	padding-right: 77px;
	border-right: 2px solid #C3C3C3;
}
.ind-wrap .ind-application-item {
	max-width: 100% !important;
}
.ind-wrap .ind-application-text {
	white-space: nowrap;
}
.ind-application-item:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}



.app-whocares-text div {
	margin-bottom: 1em;
}
.app-whocares-text div:last-child{
	margin-bottom: 0em;
}
.app-whocares-text {
	
}
.app-button {
	margin-top: 60px;
	width: 262px;
	height: 56px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	background: #2BB7E2;
	box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
}
.app-benefits-flex {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.app-benefits-col {	
	width: 33.3%;
	padding-right: 90px;
	border-right: 2px solid #C3C3C3;
}
.app-benefits-col:nth-child(2){
	width: 33.3%;
	padding-left: 90px;
	padding-right: 90px;
}
.app-benefits-col:last-child {
	width: 33.3%;
	padding-left: 90px;
	padding-right: 0px;
	border-right: none;
}
.app-benefits-item {
	display: flex;
	margin-bottom: 27px;
}
.app-benefits-item:last-child {
	margin-bottom: 0px;
}
.app-benefits-num {
	text-align: right;
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-right: 24px;
	width: 40.56px;
}
.app-benefits-text {
	max-width: 332px;
}
.grey-bg {
	background: #F6F6F6;
	padding-top: 100px;
}
.grey-bg h3{
	margin-top: 0px !important;
}
.app-conditions-flex {
	margin-top: 60px;
	display: flex;
	padding-bottom: 292px;
}
.app-conditions-col {
	padding-right: 95px;
}
.app-conditions-item {
	display: flex;
	margin-bottom: 27px;
}
.app-conditions-item:last-child {
	margin-bottom: 0px;
}
.app-conditions-num {
	text-align: right;
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-right: 24px;
	width: 40.56px;
}
.app-conditions-text {
	font-weight: 600;
}
.app-how {
	width: 100%;
	max-width: 100%;
	display: flex;
	height: auto;
}
.app-how-container {
	border-left: 3px solid #2BB7E2;
	height: auto;
	top: -182px;
	background: #fff;
	width: calc(1530px + (100% - 1530px)/2) !important;
	max-width: calc(1530px + (100% - 1530px)/2) !important;
    margin-right: 0 !important;
	margin-left: auto;
	position: relative;
	border-radius: 20px 0 0 20px;
	display: flex;
	align-items: center;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);	
}

.app-how-content {	
	padding: 60.47px 80.58px;
	min-width: calc(1530px/2);
	max-width: calc(1530px/2);
}

.btn-show .app-how-content {
	display: flex;
	align-items: center;	
	min-width: 1530px;
	max-width: 1530px;
}
.btn-show .app-how-container {
	top: -100px;
}
.btn-show .app-how-content  h3{
	margin-right: auto;
	margin-bottom: 0px !important;
}
.btn-show .app-button {
	margin-top: 0 !important;
	margin-bottom: 0px;
}
.cog-btn {
	margin-right: 20px;
}
.app-how-content h3 {
	margin-top: 0px !important;
	margin-bottom: 30.63px;
}
.app-how-text {
	
}
.app-how-text div {
	margin-bottom: 1em;
}
.app-how-text div:last-child {
	margin-bottom: 0;
}
.app-how-content img {
	
}
.app-gallery {
	max-width: 100%;
	display: flex;
	padding-bottom: 100px;
}
.app-gallery a {
	background-size: cover;
	background-repeat: no-repeat;
	width: 20%;
	height: 336px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 32.54px;
	color: #fff;
	font-family: Montserrat;
	font-size: 23.272px;	
	line-height: normal;
}
.app-gallery a span {
	font-weight: 600;
}
.ind-gallery {
	margin: 100px auto 0;
	max-width: 1530px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.ind-gallery a {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	width: 25%;
	height: 267.849px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 32.47px 33.09px;
	color: #fff;
	font-family: Montserrat;
	font-size: 18.551px;
	line-height: normal;
}
.ind-gallery a svg {
    bottom: 36.5px;
    right: 33.09px;
    position: absolute;
}
.ind-gallery a span {
	font-weight: 600;
}
.ind-benefits {
	padding-bottom: 0px !important;
}
.ind-benefits .app-benefits-col {
	width: 50% !important;
	padding-right: 0px;
	font-weight: 600 !important;
	border-right: none !important;
}
.ind-benefits .app-benefits-col:last-child {
	width: 49% !important;
	padding-left: 40px !important; 
	padding-right: 0px;
    border-right: none !important;
}
.ind-benefits .app-benefits-text {
	max-width: 85% !important;
}

.about {
	margin-left: calc((100% - 1530px)/2) !important;
}
.about .description-page {
	display: flex;
	margin-bottom: 25px !important;
	max-width: 100% !important;
}
.about .description-page h1, .about .description-page h2 {
	font-family: Montserrat;
}
.about ul {
	font-family: Montserrat;
}
.description-page-left {
    margin-right: 75px;
    width: 710px;
    min-width: 710px;
}
.description-page-left h2 {
	margin-top: 60px;
}
.description-page-img {
    width: 100%;
    position: relative;
    top: -20px;
}
.description-page-img:before {
	content: "";
	position: absolute;
	top: -20px;
	height: 100%;
	width: calc(100% - 20px);
	right: 0px !important;
	background: rgba(43, 183, 226, 0.19);
}
.description-page-img img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.about ul {
    list-style-type: none;
    padding-inline-start: 20px;
}
.about ul li {
	font-weight: 400 !important;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.about ul li:last-child {	
	margin-bottom: 0rem !important;
}
.about ul li:after {
	content: "";
	width: 8.3px;
	height: 8.3px;
	position: absolute;
	left: -20px;
	border-radius: 90px;
	background-color: #2BB7E2;	
}
.about-bar {
	margin-bottom: 80px;
	margin-top: 80px;
	padding: 60px 0;
	margin-right: calc((100% - 1530px)/2);
	max-width: 100%;
	border-radius: 0 20px 20px 0;
	background: #FFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
}
.about-bar .container {
	margin-right: 0 !important;
}
.about-bar-flex {
	margin-top: 50px;
	display: flex;
}
.about-bar-item {
	display: flex;
	align-items: center;
	padding-right: 70px;
	padding-left: 70px;
	border-right: 2px solid rgba(1, 0, 22, 0.30);
}
.about-bar-item:first-child {
	padding-left: 0px !important;
	
}
.about-bar-item:last-child {
	padding-right: 0px !important;
	border-right: none;
}
.about-bar-num {
	color: #1C1767;
	font-family: Montserrat;
	font-size: 70px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-right: 25px;
}
.about-bar-text {
	color: #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.contacts.contact-us {
	box-shadow: none !important;
	position: relative;
	overflow: hidden;
}
.contacts.contact-us .container {
	display: flex;
	padding-top: 0px;
	padding-bottom: 90px;
}

.contacts .contact-us-form {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
    width: 493px;
    margin-right: auto;
}
.contacts .contact-us-info {
	margin-top: 115px;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 873px;
    padding-left: 0px !important;
    margin-left: auto;
}
.contacts .contact-us-info-map {
	background-size: cover !important;
    margin-bottom: 45px;
    width: 100%;
    max-width: 100%;
    height: 450px;
}
.contact-us-info-contact-list.about-page-list {
	max-width: 660px;
    flex-direction: row;
    display: flex;
	justify-content: space-between;    
}
.contact-us-info-contact-item {	
    color: #010016;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}
.contacts .contact-us-info-contact-item {
	max-width: 33%;
}
.contacts .contact-us-info-social {
    position: absolute;
    bottom: 4px;
    right: 0;
}
.contacts .contact-us-title {
    margin-bottom: 60px;
    color: #010016 !important;
}
.contacts .contact-us-form-input {
    display: block;
	padding-bottom: 6px;
    width: 100%;
    max-width: 493px;
    margin-bottom: 40px;
    padding-left: 8px;
    color: #010016 !important;
    background: transparent !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.contacts .contact-us-form-select {
    display: block;
	padding-bottom: 6px;
    width: 100%;
    max-width: 493px;
    margin-bottom: 40px;
    padding-left: 4px;
    color: #010016 !important;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    outline: none;
    font-weight: 500;
    font-size: 18px;
}
.contacts .contact-us-form-textarea {
	padding-bottom: 6px;
    display: block;
    width: 100%;
    max-width: 493px;
    height: 152px;
    resize: none;
    padding-left: 8px;
    margin-bottom: 30px;
    color: #010016 !important;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    outline: none;
    font-weight: 500;
    font-size: 18px;
}
.contacts .contact-us-form-input::placeholder, .contacts .contact-us-form-textarea::placeholder {
	 color: #010016 !important;
}
.contacts .politic-checkbox .checkbox + label {
    display: flex;
    align-items: center;
    user-select: none;
    gap: 8px;
    color: #010016 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}
.contacts .politic-checkbox .checkbox + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
	border: 1px solid #010016 !important;
	border-radius: 0.25em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.contacts  .politic-checkbox .checkbox:checked + label::before {
	background-color: transparent;
	background-image: url("../img/general/check-black.svg");
	background-size: contain; }
.contacts.contact-us::before {
    content: none !important;
}


.requis-div-flex {
	margin-top: 60px;
	display: flex;
}
.requis-div-col {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-left: 92px;
	padding-right: 92px;
	position: relative;
}
.requis-div-col:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;	
	width: 3px;
	height: 164px;
	background: #2BB7E2;
}
.requis-div-col:last-child:after {
	content: none !important;
}
.requis-div-col:first-child {
	padding-left: 0px;
}
.requis-div-col:last-child {
	padding-right: 0px;
}
.requis-div-item {		
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.requis-div-item div:first-child {
	color: #010016;
	font-weight: 700;
}
.requis-div-item div:last-child {
	color: rgba(1, 0, 22, 0.60);
	font-weight: 400;
}
.news {
	
}	
.news .container {
	
}	
.news .title-page, .products .title-page  {
	margin-bottom: 0 !important;
}	
.news .news-main {
	margin-top: 40px !important;
	width: 100%;
    height: 589px;
    display: flex;
    flex-direction: column;
    justify-content: end;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 54px;
	color: #fff !important;
}	
.news-description {
	display: flex;
}	
.news-item {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 2px #2BB7E2;
}	
.news-item:last-child {
	border-right: none !important;
	padding-right: 0px !important;
}	
.news-item:first-child {
	padding-left: 0px !important;
}	
.news-title {
	margin-top: 28px;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}	
.news-text {
	margin-top: 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}	
.news-content .wp-block-heading {
	color: #010016;
	margin-top: 40px;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}	
.news-content p {
	color: #010016;
	margin-top: 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}	
.news-content .wp-block-image {
	margin-top: 40px;
}
.news-content .wp-block-columns.is-layout-flex {

}

.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.news-list-item {
	display: flex;
	justify-content: space-between;
	width: calc(50% - 30px);
	margin-bottom: 60px;
}
.news-list-img {
	width: calc(50% - 39px);
	height: 192px;
}
.news-list-img img {
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
}
.news-list-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	height: 100%;
}
.news-list-title {
	color: #010016;
	font-family: Montserrat;
	font-size: 22.021px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.news-list-text {
	color: rgba(1, 0, 22, 0.50);
	font-family: Montserrat;
	font-size: 19.574px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.news-list a {
	width: fit-content;
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 17.127px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 6px;
	border-bottom: 1.223px solid #2BB7E2;
}


.products .ind-gallery {  
    overflow: hidden;
    margin: 60px auto 0 !important;
    max-width: 1530px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.products-container {
	margin-top: 100px;
}
.ind-gallery a:hover rect {
	fill: #fff !important;
}
.ind-gallery a:hover path {
	fill: #2BB7E2 !important;
}

.products-list {
	width: 100%;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.products-item {
	overflow: hidden;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
	border-bottom: 4px solid #2BB7E2;
	background: #F6F6F6;
	display: flex;
}
.products-item-content {
	width: 62.75%;
	padding: 46px 105px 46px 54px;
}
.products-item-title { 
	display: flex;
	gap: 8px;
	margin-bottom: 30px;
}
.products-item-title div:first-child { 
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.products-item-title div:last-child { 
	color: #010016;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.products-item-text { 
	margin-bottom: 60px;
	color: rgba(1, 0, 22, 0.50);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.products-item .app-button { 
	font-weight: 700;
}
.products-item img { 
	width: 37.25%;
}




.popup-form {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	display: flex;
	background: #00000060;
	z-index: 1000;
}
.popup-form .wpcf7 {
	width: 493px;
}
.popup-form-container {
	padding: 70px 120px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 1231px;
	height: 587.154px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
	border-bottom: 2px solid #2BB7E2;
}
.popup-form-div {
	display: flex;
	flex-direction: column;
	width: 350px;
}
.popup-form-img {
	margin-right: auto;
	width: 337px;
	height: 189px;
}
.popup-form-div-wrap {
	justify-content: space-between;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
.popup-form-desc {
	margin-top: 40px;
	margin-bottom: 0;
	color: #010016;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.popup-form .contact-us-info-social-list {
	display: flex;
	gap: 16.91px;
}
.popup-form .contact-us-info-social-item img {
	width: 24.389px;
	height: 24.389px;
}
.popup-form form {
	width: 493px;
}
.popup-form-title {
	color: #010016;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.popup-form-text {
	margin-top: 15.69px;
	color: #010016;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.popup-form-inputs {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 40px;
}
.popup-form-input {
	width: 100%;
}
.popup-form-input input{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: none;
	background: transparent;
	width: 100%;
	height: 34px;
	color: #010016;
	padding: 8px 8px 9px;
	border-bottom: 1.5px solid #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.popup-form-input input::placeholder{
	color: #010016;
}
.popup-form input[type='submit']{
	cursor: pointer;
	outline: none;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	width: 161px;
	height: 56px;
	border-radius: 54px;
	background: #2BB7E2;
	box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.popup-form form div {
	width: 100%;
}
.wpcf7-response-output, .wpcf7-spinner, .wpcf7-not-valid-tip {
	display: none !important;
}

.add-block .app-conditions-flex {
	margin-top: 60px;
    display: flex;
    padding-bottom: 100px;
}
.add-block .app-conditions-col {
    width: 33%;
}
.add-block.grey-bg {
	position: relative;
	z-index: -1 !important;
	padding-top: 250px;
	top: -150px;
}
h3.add-block {
	margin-top: 0 !important;
}
.ind-application-sub {
	margin-top: 30px;
	font-weight: 600;
}
.services-page {
    max-width: calc(1530px + (100% - 1530px)/2) !important;
	display: flex;
	justify-content: space-between;
	align-items: start;
    margin-right: 0 !important;
	margin-left: auto;
    position: relative;
    margin-top: 0px;
}
.services-page p {
	color: #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1rem;
}
.services-section {
	
}
.services-page-left {
	width: 45%;
}
.services-page-img {
	position: relative;
    top: -70px;
    width: 50%;
    max-width: 800px;
}
.services-page-img img {	
	min-width: 100% !important;
}
.services-table-title {
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.services-table {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 40px;
}
.services-table-item {
	display: flex;
	align-items: center;
	width: calc(50% - 48px);
}
.services-table-icon {
	box-sizing: content-box;
	padding-right: 28px;
	height: 55px;
	width: 69px;
	border-right: 1.75px solid #C3C3C3;
}
.services-table-icon img{
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
	min-width: 0%;
}
.services-table-text {
	color: #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left:28px;
}
.product img {
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
}
.product.container {
	display: flex;
	margin-bottom: 100px;
}
.breadcrumbs-product {
	padding-right: 50px;
	width: 50%;
}
.product-main-content {
	
}
.product .title-page {

}
.product-text {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
}
.product-gallery {
	max-height: 351px;
	margin-top: 100px;
	padding-left: 50px;
	display: flex;
	width: 50%;
	justify-content: space-between;
}
.product-gallery-main {
	width: 76%;
	border-radius: 10px;
	overflow: hidden;
}
.product-gallery-main img {
	
}
.product-gallery-bar {
	width: 18%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.product-gallery-item {
	height: 25%;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.5;
}
.product-gallery-item:hover {
	opacity: 1;
}
.product-gallery-item img {
	
}
.grey-bg.grey-bg-product {
	padding-top: 80px;
}
.grey-bg-product h2 {
	text-align: center;
	max-width: 1000px;
	margin: auto;
}
.product-container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 150px;
}					
.product-card {
	margin-top: 188px;
	width: 338px;
	height: 550px;
	border-radius: 20px;
	border-bottom: 4px solid #2BB7E2;
	background: #FFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
	display: flex;
	flex-direction: column;
	padding: 31px;
}
.product-card-title {
	margin-bottom: 30px;
	color: #010016;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product-card-text {
	color: #010016;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-btn {
	margin-top: auto;
	border-radius: 100px;
	background: #2BB7E2;
	box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-circle {
	margin-left: 170px;
	margin-top: 174px;
	width: 600px;
	height: 600px;
	position: relative;	
	display: flex;
}
.product-icon {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}
.img-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-circle-img {
	border-radius: 15px;
	margin: auto;
	width: 387px;
	height: 250px;
}	
.product-icon-title {
	position: absolute;
	color: #010016;
	font-family: Montserrat;
	font-size: 16.234px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 150px;
}
.count-6#icon-1 .product-icon-title{
	text-align: center;
	top: -60px;
	left: -20px;
}
.count-6#icon-1{
	top: -50px;
    left: 250px;
}
.count-6#icon-2 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-6#icon-2{
	right: -10px;
    top: 100px;
}
.count-6#icon-3 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-6#icon-3{
	right: -10px;
    bottom: 65px;
}
.count-6#icon-4 .product-icon-title{
	text-align: center;
	bottom: -60px;
	left: -20px;
}
.count-6#icon-4{
	bottom: -50px;
    left: 240px;
}
.count-6#icon-5 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -170px;
}
.count-6#icon-5{
	left: -10px;
    bottom: 65px;
}
.count-6#icon-6 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -170px;
}
.count-6#icon-6{
	left: -10px;
    top: 100px;
}
.count-5#icon-1 .product-icon-title{
	text-align: center;
	top: -60px;
	left: -20px;
}
.count-5#icon-1{
	top: -50px;
    left: 250px;
} 
.count-5#icon-2 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-5#icon-2{
	top: 140px;
    right: -30px;
}
.count-5#icon-3 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-5#icon-3{
	bottom: 25px;
	right: 45px;
}
.count-5#icon-4 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -170px;
}
.count-5#icon-4{
	bottom: 25px;
	left: 45px
}
.count-5#icon-5 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -120px;
	width: 100px;
}
.count-5#icon-5{
	top: 140px;
	left: -30px;
}
.count-4#icon-1 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -170px;
}
.count-4#icon-1{
	top: 70px;
}
.count-4#icon-2 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-4#icon-2{
	right: 0;
	top: 70px;
}
.count-4#icon-3 .product-icon-title{
	top: 35px;
	right: -170px;
}
.count-4#icon-3{
	right: 0;
	bottom: 70px;
}
.count-4#icon-4 .product-icon-title{
	text-align: right;
	top: 35px;
	left: -170px;
}
.count-4#icon-4{
	bottom: 70px;
}

.product-benefits {
	margin-top: 100px;
}
.product-benefits p{ 
	margin-top: 30px;
}
.product-benefits-list {
	margin-top: 60px;
	display: flex;
}
.ev-product {
	
}
.product-benefits-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ev-product .product-benefits-col:first-child {
	padding-right: 60px;
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.ev-product .product-benefits-col:last-child {
	padding-left: 60px;
}

.cg-product .product-benefits-col:first-child {
	min-width: 350px;
	padding-right: 70px;
}
.cg-product .product-benefits-col:nth-child(2) {
	width: calc((100% - 350px)/2);
	padding-right: 70px;
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.cg-product .product-benefits-col:last-child {
	width: calc((100% - 350px)/2);
	padding-left: 70px;
}
.product-benefits-title {
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ev-product .product-benefits-item {
	max-width: 600px;
}
.product-benefits-item {
	display: flex;
	align-items: center;
	gap: 30px;
}
.product-benefits-num {
	min-width: 41px;
	color: #2BB7E2;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product-benefits-text {
	color: #010016;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cs-product .product-benefits-title {
	padding-left: 185px;	
	padding-right: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.cs-product .product-benefits-col:first-child {
	width: 480px;	
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.cs-product .product-benefits-col:nth-child(2) {
	font-weight: 600 !important;
	width: 500px;
	padding-left: 60px;
	padding-right: 60px;
	border-right: 1px solid rgba(0, 0, 0, 0.20);
	border-left: 1px solid rgba(0, 0, 0, 0.20);
	gap: 65px;
}
.cs-product .product-benefits-col:nth-child(2) .product-benefits-text {
	font-weight: 600 !important;
}
.cs-product .product-benefits-col:last-child {
	width: calc(100% - 980px);
	gap: 0;
}
.product-table {
	display: flex;
}
.product-table-col {
	padding-bottom: 60px;
}
.product-table-col:first-child {
	width: 180px;
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.product-table-col:nth-child(2) {
	width: 200px;
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.product-table-col:last-child {
	
}
.product-table-cell {
	padding: 30px;
	text-align: center;
	color: #010016;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.product-table-cell:last-child {
	border-bottom: none;
}
.product-benefits-col img {
	border-radius: 10px;
	object-fit: cover;
	min-height: 380px;
	max-height: 380px;
	margin-left: 60px;
	margin-right: 185px;
}
@media (max-width: 1680px) {	
	.product-circle {
		margin-left: 155px;
	}
	.product-card {	
		width: 258px;
		padding: 30px 15px;
	}
	.cs-product .product-benefits-col:first-child {
		max-width: 20%;
		width: 20%;
	}
	.cs-product .product-benefits-col:nth-child(2) {
		max-width: 30%;
		width: 30%;
	}
	.cs-product .product-benefits-col:last-child {
		max-width: 50%;
		width: 50%;
	}
	.cs-product .product-benefits-title {
		padding-left: 60px;
	}
	.product-benefits-col img {
		margin-right: 60px;
	}
	.services-table-title {
		margin-top: 60px;
	}
	.services-page-img {
		top: 0px !important;
	}
	.services-page {
		max-width: calc(1400px + (100% - 1400px)/2) !important;
	}
	.btn-show .app-how-content {
		display: flex;
		align-items: center;	
		min-width: 1400px;
		max-width: 1400px;
	}
	.ind-how img {
		max-width: calc(1400px/2) !important;
	}
	.container {
		max-width: 1400px !important;
	}
	.first-screen .container {
		width: 1400px !important;
	}
	.app-whocares, .ind-app {
		max-width: calc(1400px + (100% - 1400px)/2) !important;
	}
	.ind-how {
		max-width: calc(1400px + (100% - 1400px)/2) !important;
	}
	.app-whocares img, .ind-app-img {
		width: calc((1400px/2) + 100%) !important;
	}
	.app-whocares-content {
		min-width: calc(1400px/2) !important;
		max-width: calc(1400px/2) !important;
	}
	.ind-app-content {
		
		min-width: calc(1400px/2) !important;
		max-width: calc(1400px/2) !important;
	}
	.app-how-container {
		width: calc(1400px + (100% - 1400px)/2) !important;
		max-width: calc(1400px + (100% - 1400px)/2) !important;
	}
	.app-how-content {
		min-width: calc(1400px/2);
		max-width: calc(1400px/2);
	}
	.ind-gallery {
		max-width: 1400px;
	}
	.about {
		margin-left: calc((100% - 1400px)/2) !important;
	}
	.description-page-left {
		width: 710px;
		min-width: 710px;
	}
	.contacts .contact-us-form {
		width: 493px;
	}
	.contacts .contact-us-info {
		width: 820px;
	}
}
.swiper-main-img {
	background-size: cover !important;
	object-fit: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat !important;
}
.swiper-applications-img {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
@media (min-width: 1201px) {	
	.power-how-works .app-how-container {
		align-items: start !important;
		flex-wrap: wrap !important;
	}
	.power-how-works.btn-show .app-how-content{
		flex-direction: column !important;
		width: 30% !important;
		align-items: start !important;
		max-width: 30% !important;
		min-width: 30% !important;
		height: 100% !important;
	}
	.power-how-works.btn-show .app-how-content h3 {
		margin-right: auto !important;
		margin-bottom: auto !important;
	}
	.power-how-works.btn-show .app-button {
		margin-bottom: auto;
		margin-top: 20px !important;
	}
	.power-how-works .fancy-img {
		width: 55%;
		margin: 26px auto 0px;
	}
	.power-how-works img {
		width: 100%;
	}
	.generation-how-works .fancy-img {
		width: 50%;
		max-width: 50%;
	}
	.generation-how-works img {
		width: 100%;
	}
	.power-how-works.btn-show .app-button.cog-btn {
		margin-bottom: 0;
	}
	.swiper-gorizantal-preview.single {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}	
	.swiper-gorizantal-preview.single.products {
		margin-top: 60px !important;
		margin-bottom: 100px !important;
	}
	.single.swiper-gorizantal-preview .gallery-preview--industries {
		position: static !important;
	}
	.d-dsk-none {
		display: none !important;
	}
	.swiper-main-1 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/1.webp);
	}
	.swiper-main-2 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/2.webp);
	}
	.swiper-main-3 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/3.webp);
	}
	.swiper-main-4 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/4.webp);
	}

	.industries-item--biogas {
		background-image: url("/wp-content/themes/gas-aggo/assets/img/slider/industries/1-industries.webp"); }
	.industries-item--biogas:after {
		
	}
	.industries-item--industrial {
		background-image: url("../img/industries/industrial-full.webp"); }
	.industries-item--greenhouses {
		background-image: url("../img/industries/greenhouses-full.webp"); }
	.industries-item--oil {
		background-image: url("../img/industries/oil-full.webp"); }
	.swiper-applications-1 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/cogeneration.webp);
	}
	.swiper-applications-2 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/trigeneraiton.webp);
	}
	.swiper-applications-3 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/emergency.webp);
	}
	.swiper-applications-4 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/charging.webp);
	}
	.swiper-applications-5 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/cracking.webp);
	}
}
.industries-item--biogas {
	position: relative;
	background-image: url("/wp-content/themes/gas-aggo/assets/img/slider/industries/1-industries.webp"); }
.industries-item--biogas:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(28, 24, 103, 0.58) 100%);
}



@media (max-width: 1200px and min-width: 541px) { 

}
footer .container {
	z-index: 2;
}
footer {
	position: relative;
}
.footer-back {
	height: 100%;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
}


.conditions-div .container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}
.conditions-div h3 {
	width: 40%;
}
.ind-condition-flex {
	display: flex;
	width: 55%;
}
.ind-condition-flex .ind-application-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 50%;
}
.ind-condition-flex .ind-application-col:first-child {
	padding-right: 25px;
}
.ind-condition-item {
	display: flex;
	align-items: center;
	font-weight: 600 !important;
}
@media (max-width: 1200px) {
	.cs-product .product-benefits-title {
		padding-left: 0px;	
		padding-right: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	.cs-product .product-benefits-col:first-child {
		padding: 0 20px;
		width: 100%;	
		border-right: none;
	}
	.cs-product .product-benefits-col:nth-child(2) {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		border-right: none;
		border-left: none;
	}
	.cs-product .product-benefits-col:last-child {
		flex-direction: column-reverse;
		width: 100%;
		gap: 0;
	}
	.product-table {
		display: flex;
	}
	.product-table-col {
		padding-bottom: 0px;
	}
	.product-table-col:first-child {
		width: 33%;
		min-width: 107px;
		max-width: 100%;
		border-right: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-col:nth-child(2) {
		width: 33%;
		min-width: 137px;
		max-width: 100%;
		border-right: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-col:last-child {
		width: 33%;
		min-width: 135px;
		max-width: 100%;
	}
	.product-table-cell {
		padding: 20px;
		text-align: center;
		color: #010016;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		height: 74px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-cell:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-benefits-col img {
		margin-top: 30px;
		border-radius: 10px;
		object-fit: cover;
		width: calc(100% - 40px);
		height: auto;
		min-height: auto;
		max-height: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	
	
	.cg-product .product-benefits-col:first-child {
		min-width: 100%;
		padding-right: 0px;
	}
	.cg-product .product-benefits-col:nth-child(2) {
		width: 100%;
		padding-right: 0px;
		border-right: none !important;
	}
	.cg-product .product-benefits-col:last-child {
		width: 100%;
		padding-left: 0px;
	}
	.product-benefits-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.product-benefits {
		margin-top: 80px;
	}
	.product-benefits p{ 
		margin-top: 20px;
	}
	.product-benefits-list {
		margin-top: 60px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.ev-product {

	}
	.product-benefits-col {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.ev-product .product-benefits-col:first-child {
		padding-right: 0px;
		border-right: none !important;
	}
	.ev-product .product-benefits-col:last-child {
		padding-left: 0px;
	}
	.product-benefits-item {
		display: flex;
		align-items: center;
		max-width: 100%;
		gap: 28px;
	}
	.product-benefits-num {
		min-width: 33px;		
		font-size: 25px;
	}
	.product-benefits-text {
		font-size: 16px;
	}
	.grey-bg.grey-bg-product {
		padding-top: 80px;
	}
	.grey-bg-product h2 {
		text-align: left;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.product-container {
		flex-direction: column;
		gap: 30px;
		padding-bottom: 60px;
	}					
	.product-card {
		width: 100%;
		height: auto;	
		margin-top: auto;
	}
	.product-card-mob.is-active .product-card-title { 
		margin-bottom: 20px !important;
	}
	.product-card-title {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.product-card-mob.is-active .product-card-text { 
		display: block !important;
	}
	.product-card-text {
		display: none;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.product-card-mob.is-active .product-btn { 
		display: flex !important;
	}
	.product-btn {
		display: none;
		font-size: 18px;
	}
								
	.product-gallery-item { 
		height: 100%;
		width: 25%;
	}
	.product.container {
		display: flex;
		margin-bottom: 80px;
	}
	.breadcrumbs-product {
		padding-right: 0px;
		width: 100%;
	}
	.product-text {
		font-size: 16px;
	}
	.product-gallery {
		max-height: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
		padding-left: 0px;
		display: block;
		width: 100%;
	}
	.product-gallery-main {
		width: 100%;
		margin-bottom: 30px;
	}
	.product-gallery-bar {
		height: 120px;
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}	
	.products-list {
		width: 100%;
		margin-top: 60px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.products-item {
		width: 100%;
		border-radius: 15px !important;
		border-bottom: 4px solid #2BB7E2;
		background: #F6F6F6;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.products-item-content {
		width: 100%;
		padding: 30px 20px !important;
	}
	.products-item-title { 
		display: block;
		gap: 0px;
		margin-bottom: 20px;
	}
	.products-item-title div:first-child { 
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.products-item-title div:last-child { 
		color: #010016;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.products-item-text { 
		margin-bottom: 40px;
		color: rgba(1, 0, 22, 0.50);
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.products-item .app-button { 
		font-weight: 700;
		font-size: 18px;
	}
	.products-item img { 
		width: 100%;
	}
	
	
	
	
	.conditions-div .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.conditions-div h3 {
		width: 100%;
	}
	.ind-condition-flex {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.ind-condition-flex .ind-application-col {
		display: flex;
		flex-direction: column;
		gap: 18px;
		width: 100%;		
	}
	.ind-condition-flex .ind-application-col:first-child {
		padding-right: 0px;
		margin-bottom: 18px;
	}
	.ind-condition-item {
		display: flex;
		align-items: center;
		font-weight: 600 !important;
	}
	.ind-app-content-fuel {
		flex-direction: column;
		gap: 32px !important;
	}

	.services-page {
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-right: 0 !important;
		margin-left: auto;
		position: relative;
		margin-top: 0px;
		width: 100%;
		padding: 0 20px;
	}
	.services-section .container {
		position: relative;
	}
	.services-page p {
		color: #010016;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 1rem;
	}
	.services-section {

	}
	.services-page-left {
		width: 100%;
	}
	.services-page-img {
		position: absolute;
		z-index: -1;
		top: 0px;
		left: 40px;
		width: calc(100% - 80px);
		max-width: 100%;
	}
	.services-page-img img {	
		min-width: 100% !important;
	}
	
	.services-table {			
		padding: 100% 20px 0 00px;
		margin-top: 44px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		row-gap: 25px;
	}
	.services-table-item {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.services-table-icon {
		align-items: center;
		justify-content: center;
		display: flex;
		border-radius: 90px;
		background: #fff;
		box-sizing: content-box;
		padding-right: 0px;
		height: 68px;
		width: 68px;
		border-right: none !important;
	}
	.services-table-icon img {
		min-height: 53px;
		max-height: 53px;
	}
	.services-table-text {
		color: #010016;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-left:10px;
		width: calc(100% - 68px);
	}
	
	.products-container {
		margin-top: 80px !important;
	}
	
	
	
	
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide {
		height: 145px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview--industries {
		position: static !important;
	}
	.swiper-gorizantal-preview.single {
		margin-bottom: 80px !important;
		margin-top: 80px !important;
	}
	.swiper-gorizantal-preview.single.products {
		margin-bottom: 80px !important;
		margin-top: 60px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide-content {	
		padding: 18px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide-content .title {
		font-size: 14px !important;
	}
	.swiper-applications-1 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/cogeneration.webp);
	}
	.swiper-applications-2 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/trigeneraiton.webp);
	}
	.swiper-applications-3 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/emergency.webp);
	}
	.swiper-applications-4 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/charging.webp);
	}
	.swiper-applications-5 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/applications/cracking.webp);
	}
	.industries-item--biogas {
		background-image: url("/wp-content/themes/gas-aggo/assets/img/slider/industries/1-industries.webp"); }
	.industries-item--industrial {
		background-image: url("../img/industries/industrial-full.webp"); }
	.industries-item--greenhouses {
		background-image: url("../img/industries/greenhouses-full.webp"); }
	.industries-item--oil {
		background-image: url("../img/industries/oil-full.webp"); }
	.swiper-main-1 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/1.webp);
	}
	.swiper-main-2 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/2.webp);
	}
	.swiper-main-3 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/3.webp);
	}
	.swiper-main-4 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/4.webp);
	}
	.add-block.grey-bg {
		position: relative;
		z-index: 0;
		padding-top: 120px;
		top: -60px;
	}
	.popup-form-container {
		padding: 75px 75px 60px;
		flex-wrap: wrap-reverse;
		margin: auto;
		width: 663.945px;
		height: 719.042px;
	}
	.popup-form-div {
		display: flex;
		flex-direction: row !important;
		width: 100% !important;
		height: fit-content;
		align-items: center;
	}
	.popup-form-img {
		width: 197px !important;
		height: 110px !important;
		margin-right: 47.97px !important;
	}
	.popup-form-div-wrap {
		display: flex;
		width: auto !important;
		height: 100%;
		flex-direction: column;
	}
	.popup-form-desc {
		margin-top: 0px !important;				
		font-size: 14px !important;
		line-height: normal;
	}
	.popup-form .contact-us-info-social-list {
		margin-top: 30px !important;
		display: flex;
		gap: 16.91px;
	}
	.popup-form .contact-us-info-social-item img {
		width: 24.389px;
		height: 24.389px;
	}
	.popup-form form {
		width: 100%;
	}
	.popup-form-title {
		color: #010016;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.popup-form-text {
		margin-top: 15.69px;
		color: #010016;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.popup-form-inputs {
		margin-top: 50px !important;
		display: flex;
		flex-direction: column;
		height: 100%;
		gap: 40px;
	}
	.popup-form-input {
		width: 100%;
	}
	.popup-form-input input{
		border-top: 0;
		border-left: 0;
		border-right: 0;
		outline: none;
		background: transparent;
		width: 100%;
		height: 34px;
		color: #010016;
		padding: 8px 8px 9px;
		border-bottom: 1.5px solid #010016;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.popup-form-input input::placeholder{
		color: #010016;
	}
	.popup-form input[type='submit']{
		cursor: pointer;
		outline: none;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 60px;
		width: 161px;
		height: 56px;
		border-radius: 54px;
		background: #2BB7E2;
		box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
		color: #FFF;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.popup-form form div {
		width: 100%;
	}
	
	
	
	
	
	.ind-application-num {
		text-align: left;
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
		margin-right: 24px;
		min-width: 40.56px;
	}
	.ind-application-item {
		margin-right: 0px !important;
		padding-right: 0px !important;
	}



	.footer-back {
		max-width: 380px;
	}
	.power-title {
		margin-bottom: 60px;
	}
	.power.main {
		margin-top: 176px !important;
	}
	.power-wrapper {
		margin: auto 20px;
		padding-left: 6%;
		padding-right: 6%;
		padding-top: 47px;
		padding-bottom: 47px;
		border-bottom: 4px solid #2BB7E2;
	}
	.news-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.news-list-item {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.news-list-img {
		width: calc(50% - 39px);
		height: 192px;
	}
	.news-list-img img {
		max-height: 100%;
		max-width: 100%;
		min-height: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.news-list-desc {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 50%;
		height: 100%;
	}
	.news-list-title {
		color: #010016;
		font-family: Montserrat;
		font-size: 22.021px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.news-list-text {
		color: rgba(1, 0, 22, 0.50);
		font-family: Montserrat;
		font-size: 19.574px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.news-list a {
		width: fit-content;
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 17.127px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: capitalize;
		padding-bottom: 6px;
		border-bottom: 1.223px solid #2BB7E2;
	}
	
	
	
	
	.container.news-container {
		padding: 0 !important;
	}	
	.news .title-page {
		margin-bottom: 0 !important;
	}	
	.news .news-main {
		margin-top: 60px !important;
		height: 432px;
		padding: 20px;
	}	
	.news-description {
		
	}	
	.news-item {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding-left: 9px;
		padding-right: 9px;
	}	
	.news-title {
		margin-top: 20px;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}	
	.news-text {
		margin-top: 30px;
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}	
	.news-content .wp-block-heading {
		color: #010016;
		margin-top: 60px;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}	
	.news-content p {
		color: #010016;
		margin-top: 20px;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}	
	.news-content .wp-block-image {
		margin-top: 40px;
	}
	.news-content .wp-block-columns.is-layout-flex {
		flex-wrap: wrap !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
	}
	.requis-div-flex {
		justify-content: space-between;
		margin-top: 40px;
		display: flex;
	}
	.requis-div-col {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.requis-div-col:after {
		content: none !important;
	}
	.requis-div-flex {
		margin-top: 40px;
		display: flex;
	}
	.contacts .contact-us-info-social {
		position: static;
		margin-top: 30px;
		bottom: 4px;
		right: 0;
	}
	.contacts .contact-us-info-map {
		margin-bottom: 30px;
		width: 100%;
		max-width: 100%;
		height: 450px;
	}
	.contacts .contact-us-info {
		margin-right: auto;
		margin-bottom: 0px;
		padding-top: 0;
		margin-top: 60px;
		position: relative;
		z-index: 10;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		padding-left: 0px !important;
		margin-left: auto;
		max-width: 100%;
	}
	.contacts.contact-us .container {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0px;
		padding-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.contacts .contact-us-form {
		position: relative;
		z-index: 0;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		background-color: transparent;
	}
	.contacts .contact-us-title {
		color: #010016;
		font-family: Montserrat;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	.contacts form {
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.contacts .contact-us-form-input {
		padding-bottom: 6px;
		display: block;
		width: 100%;
		max-width: calc(50% - 17px);
		margin-bottom: 40px;
		padding-left: 8px;
		color: #010016 !important;
		background: transparent !important;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
		outline: none;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.2;
	}
	.contacts .contact-us-form-select {
		padding-bottom: 6px;
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
		padding-left: 4px;
		color: #010016 !important;
		background: transparent;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
		outline: none;
		font-weight: 500;
		font-size: 18px;
	}
	.contacts .contact-us-form-textarea {
		padding-bottom: 6px;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 152px;
		resize: none;
		padding-left: 8px;
		margin-bottom: 30px;
		color: #010016 !important;
		background: transparent;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
		outline: none;
		font-weight: 500;
		font-size: 18px;
	}
	.contacts .politic-checkbox {
		width: 100%;
		position: relative;
	}
	.about {
		margin-left: 0px !important;
		padding: 0 20px;
	}
	.about .description-page {
		display: flex;
		margin-bottom: 25px !important;
		max-width: 100% !important;
	}
	.description-page-left {
		margin-right: 0px !important;
		width: 100% !important;
		min-width: 100% !important;
	}
	.about .title-page {
		margin-top: 5px !important;
		margin-bottom: 30px !important;
	}
	.description-page-img {
		width: 100% !important;
		position: relative;
		top: 0px !important;
	}
	.description-page-img:before {
		content: "";
		position: absolute;
		top: -16px !important;
		right: -12px !important;
		height: 100%;
		width: calc(100% - 8px) !important;
		background: rgba(43, 183, 226, 0.19);
	}
	.description-page-img.about-2:before {
		content: "";
		position: absolute;
		top: 15px !important;
		right: 28px !important;
		height: 100%;
		width: calc(100% - 8px) !important;
		background: rgba(43, 183, 226, 0.19);
	}
	.about h2 {
		margin-top: 40px;
		margin-bottom: 20px;
		font-weight: 800;
		font-size: 40px;
		line-height: 49px;
	}
	.about ul {
		list-style-type: none;
		padding-inline-start: 20px;
		margin-bottom: 40px !important;
	}
	.about-bar {
		box-shadow: none !important;
		padding: 0 !important;
		margin-bottom: 75px;
		margin-top: 75px;
		margin-right: calc((100% - 1530px)/2);
		max-width: 100%;
		background: #FFF;
	}
	.about-bar .container {
		margin-right: 0 !important;
	}
	.about-bar-flex {
		padding: 45.78px 38.74px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.about-bar-item {
		position: relative;
		border-right: none !important;
		display: flex;
		align-items: center;
		padding-right: 0px;
		padding: 30px 0px;
		padding-left: 0px;
	}
	.about-bar-item:after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 281.396px;
		height: 2px;
		background: rgba(1, 0, 22, 0.30);
	}
	.about-bar-item:first-child {
		border-right: none !important;
		padding-top: 0px !important;
	}
	.about-bar-item:last-child {
		border-right: none !important;
		padding-bottom: 0px !important;
		border-bottom: none !important;
	}
	.about-bar-item:last-child:after {
		background: transparent !important;
	}
	
	.ind-benefits .app-benefits-col {
		width: 100% !important;
		padding-right: 0px;
		border-right: none !important;
		font-weight: 600 !important;
	}
	.ind-benefits .app-benefits-col:last-child {
		width: 100% !important;
		padding-left: 0px !important; 
	}
	.ind-app-content-fuel-item {
		border-right: none !important;
		border-left: 3px solid #2BB7E2;
		display: flex;
		align-items: center;
		width: 381.12px !important;
		height: 135.509px !important;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		padding: 0 33px;
	}
	.ind-app-content h3 {
		margin-top: 0px !important;
		margin-bottom: 30px !important;
	}
	.ind-app {
		border-bottom: 2px solid #2BB7E2;
	}
	.ind-app-content {
		
		border-right: none !important;
		padding: 46.48px 41.48px 44.24px 41.48px;
		border-radius: 0px;
		background: #FFF;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.ind-gallery {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 67px auto 0 !important;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 80px !important;
	}
	.ind-gallery a {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		width: 25%;
		height: 145.956px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding: 18.76px 55px 18.76px 18px;
		color: #fff;
		font-family: Montserrat;
		font-size: 14px;
		line-height: normal;
	}
	.ind-gallery a svg {
		height: 19.471px;
		width: 19.471px;
		bottom: 18.76px !important;
		right: 33.09px;
		position: absolute;
	}
	.ind-gallery a span {
		font-weight: 600;
	}	
	
	.ind.first-screen {
		height: 431.588px !important;
	}
	.ind.first-screen .description-page {
		margin-bottom: 16px !important;		
	}
	.ind.first-screen .description-page p{
		font-size: 16px !important;
		line-height: normal !important;		
	}
	.ind-application-flex {
		flex-wrap: wrap !important;
		margin-top: 40px !important;
		padding-bottom: 80px !important;
	}
	.ind-application-item {
		display: flex;
		width: 100%;
		max-width: 100% !important;
		font-weight: 600;
		border: none !important;
		margin-bottom: 20px;
		border: none !important;
	}
	.ind-wrap {
		gap: 0 !important;
	}
	.ind-application-item:last-child {
		margin-bottom: 0px !important;
	}
	.app-emergency {
		margin-top: 80px !important;
	}
	.app-content-text ul {

	}

	.d-mob-none {
		display: none;
	}	

	.app-content, .ind-content  {
		color: #010016;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.first-screen {
		height: 431.588px;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	.first-screen .breadcrumbs {		
		margin-top: 0 !important;
		margin-bottom: 0px !important;
	}
	.first-screen h1 {		
		margin-top: 20px !important;
	}
	.first-screen .breadcrumbs ul{
		font-size: 18px;
		line-height: normal;
	}
	.first-screen .description-page {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 16px !important;
		max-width: 100% !important;
	}
	.first-screen .breadcrumbs-nav {
		color: #fff !important;
	}
	.first-screen .container{
		width: 100% !important;
		color: #fff !important;
	}
	.app-content h3, .ind-content h3 {
		margin-top: 80px;
		color: #010016;
		font-family: Montserrat !important;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.app-content-text div {
		font-size: 18px;
		line-height: normal;
		margin-top: 20px;
	}
	.app-content-list {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 31px;
	}
	.app-content-item {
		width: 100%;
		height: 222.797px;
		padding: 38px 57px;
		border-radius: 18.775px;
		background: #FFF;
		box-shadow: 0px 7.50988245010376px 18.77470588684082px 0px rgba(0, 29, 63, 0.20);
	}
	.app-content-item h4 {
		font-family: Montserrat !important;
		margin-bottom: 20.58px;
	}
	.app-content-item div {
		font-size: 16px;
		line-height: normal;
	}
	.app-content-fuel {
		margin-top: 35px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 32px;
	}
	.app-content-fuel-item {
		display: flex;
		align-items: center;
		width: calc(50% - 16px);
		height: 135.509px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		padding: 0 33px;
	}
	.app-content-fuel-item:nth-child(8n) {
		justify-content: center;
	}
	.app-content-fuel-item:nth-child(8n) .app-content-fuel-item-text{
		padding-left: 0px !important; 
		border-left: none !important;
		color: #010016;
		font-family: Montserrat;
		font-size: 31.466px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		opacity: 0.30000001192092896;
	}
	.app-content-fuel-item img {
		margin-right: 22px;
	}
	.app-content-fuel-item-text {
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		height: 67.755px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 23px;
		border-left: 2px solid #C3C3C3;
	}
	.app-whocares, .ind-app {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
		position: relative;
		border-radius: 20px !important;
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		overflow: hidden;
	}
	.app-whocares img {
		width: 100%;
	}
	.app-whocares-content {
		border-right: none !important;
		padding: 45.49px 41.88px 50.48px;		
		background: #FFF;	
		min-width: 100% !important;
		max-width: 100% !important;
		border-radius: 0 !important;
	}
	.app-whocares-content h3 {
		margin-top: 0px !important;
		margin-bottom: 30.63px;
	}
	.app-whocares-text div{
		
		margin-bottom: 1em;
	}
	.app-whocares-text div:last-child{
		margin-bottom: 0em;
	}
	.app-whocares-text {
		
	}
	.app-button {
		margin-top: 60px;
		width: 262px;
		height: 56px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 56px;
		background: #2BB7E2;
		box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
	}
	.app-benefits-flex {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		padding-bottom: 73px;
	}
	.app-benefits-col {	
		width: 100%;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 25px;
	}
	.app-benefits-col:nth-child(2){
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.app-benefits-col:last-child {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 0px;
	}
	.app-benefits-item {
		display: flex;
		margin-bottom: 25px;
	}
	.app-benefits-item:last-child {
		margin-bottom: 0px;
	}
	.app-benefits-num {
		text-align: left;
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
		margin-right: 24px;
		width: 40.56px;
	}
	.app-benefits-text {
		max-width: 496.148px;
	}
	.grey-bg {
		background: #F6F6F6;
		padding-top: 80px;
	}
	.grey-bg h3{
		margin-top: 0px !important;
	}
	.app-conditions-flex {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 50px;
	}
	.add-block .app-conditions-col {
		width: 100%;
	}
	.app-conditions-col {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 25px;
	}
	.app-conditions-col:last-child {
		margin-bottom: 0px;
	}
	.app-conditions-item {
		display: flex;
		margin-bottom: 25px;
	}
	.app-conditions-item:last-child {
		margin-bottom: 0px;
	}
	.app-conditions-num {
		text-align: left;
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
		margin-right: 24px;
		width: 40.56px;
	}
	.app-conditions-text {
		font-weight: 600;
	}
	.app-how {
		margin-top: 80px;
		width: 100%;
		max-width: 100%;
		display: flex;
		height: auto;
	}
	.app-how img, .ind-how img {
		padding-bottom: 10px;
		border-bottom: 2px solid #C3C3C3;
		margin-bottom: 30px;
		margin:  auto auto 30px;
	}
	.app-how-content { 
		border-bottom: 2px solid #2BB7E2;
	}	
	.app-how-container, .ind-how {
		border-left: none !important;
		height: auto;
		top: 0px;
		background: #fff;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: auto;
		position: relative;
		border-radius: 0px 0 20px 20px;
		display: flex;
		flex-wrap: wrap-reverse;
		align-items: center;
		box-shadow: none !important;	
	}
	.btn-show  .app-how-container, .ind-how.btn-show {
		border-left: none !important;
		height: auto;
		top: 0px;
		background: #fff;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: auto;
		position: relative;
		border-radius: 20px !important;
		display: flex;
		flex-wrap: wrap-reverse;
		align-items: center;
		box-shadow: none !important;	
	}
	.app-how-content {
		border-radius: 0px 0 20px 20px;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);	
		padding: 45.49px 41.88px 50.48px;		
		min-width: 100%;
		max-width: 100%;
	}
	.btn-show .app-how-content {
		border-radius: 20px;
		display: block;
		min-width: 100%;
		max-width: 100%;
	}
	.cog-btn {
		margin-right: 0px;
		margin-bottom: 20px !important;
	}
	.btn-show {
		margin-top: 60px !important;
	}
	.app-how-content h3 {
		margin-top: 0px !important;
		margin-bottom: 30.63px;
	}
	.btn-show .app-how-content h3 {
		margin-top: 0px !important;
		margin-bottom: 30px !important;
	}
	.app-how-text {

	}
	.app-how-text div {
		margin-bottom: 1em;
	}
	.app-how-text div:last-child {
		margin-bottom: 0;
	}
	.app-how-content img {
			width: 100%;
	}
	.app-gallery {
		margin-top: 80px;
		padding-left: 0px;
		padding-right: 0px;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 100px;
	}
	.app-gallery a {
		width: 33.333%;
		height: 163.671px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding: 5.95px 25.11px;
		color: #fff;
		font-size: 16.832px;	
		line-height: normal;
	}
	.app-gallery a span {
		font-weight: 600;
	}
	.swiper-main .swiper-slide-title {
		font-size: 45px !important;
		line-height: normal !important;
		margin-bottom: 25px !important
	}
	.swiper-main .swiper-slide-subtitle {
		font-size: 18px !important;
		line-height: normal;
		margin-bottom: 70px !important
	}
	.swiper-main .swiper-slide-btn {
		margin-top: 0 !important;
		width: 267px !important;
	}
	.swiper-main .swiper-main-nav {
		left: 40px !important;
		bottom: 80px !important;
	}
	.swiper-main .swiper-main-nav-next {
		left: 102px !important;
	}
	.swiper-main .swiper-main-nav-pagination {
		bottom: 80px !important;
	}
	.swiper-main-img {
		background-position: center !important;
	}
}
@media (min-width: 541px) {

	.dsk-none {
		display: none !important;
	}	
}
.last-news-main-img {
	min-height: 401px;
	object-fit: cover;
}
.contacts .contact-us-title {
	margin-top: 0 !important;
}
@media (max-width: 540px) {
	.cs-product .product-benefits-title {
		padding-left: 0px;	
		padding-right: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	.cs-product .product-benefits-col:first-child {
		padding: 0 15px;
		width: 100%;	
		border-right: none;
	}
	.cs-product .product-benefits-col:nth-child(2) {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		border-right: none;
		border-left: none;
		gap: 30px;
	}
	.cs-product .product-benefits-col:last-child {
		flex-direction: column-reverse;
		width: 100%;
		gap: 0;
	}
	.product-table {
		display: flex;
	}
	.product-table-col {
		padding-bottom: 0px;
	}
	.product-table-col:first-child {
		width: 33%;
		min-width: 107px;
		max-width: 100%;
		border-right: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-col:nth-child(2) {
		
		width: 33%;
		min-width: 1px;
		max-width: 100%;
		border-right: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-col:last-child {
		width: 33%;
		min-width: 1px;
		max-width: 100%;
	}
	.product-table-cell {
		padding: 15px;
		text-align: center;
		color: #010016;
		font-family: Montserrat;
		font-size: 12.051px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-table-cell:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	}
	.product-benefits-col img {
		margin-top: 30px;
		border-radius: 10px;
		object-fit: cover;
		width: calc(100% - 30px);
		height: auto;
		min-height: auto;
		max-height: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	
	.product-benefits-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.product-benefits {
		margin-top: 60px;
	}
	.product-benefits p{ 
		margin-top: 15px;
	}
	.product-benefits-list {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.ev-product {

	}
	.product-benefits-col {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.ev-product .product-benefits-col:first-child {
		padding-right: 0px;
		border-right: none !important;
	}
	.ev-product .product-benefits-col:last-child {
		padding-left: 0px;
	}
	.product-benefits-item {
		display: flex;
		align-items: center;
		max-width: 100%;
		gap: 16px;
	}
	.product-benefits-num {
		min-width: 31px;
		color: #2BB7E2;
		font-family: Montserrat;
		font-size: 23.213px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.product-benefits-text {
		color: #010016;
		font-size: 13.928px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.grey-bg.grey-bg-product {
		padding-top: 60px;
	}
	.grey-bg-product h2 {
		text-align: left;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.product-container {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 60px;
	}					
	.product-card {
		width: 100%;
		height: auto;	
		margin-top: auto;
	}
	.product-card-mob.is-active .product-card-title { 
		margin-bottom: 20px !important;
	}
	.product-card-title {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.product-card-mob.is-active .product-card-text { 
		display: block !important;
	}
	.product-card-text {
		display: none;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.product-card-mob.is-active .product-btn { 
		display: flex !important;
	}
	.product-btn {
		display: none;
		font-size: 18px;
	}
	
	.product.container {
		margin-bottom: 60px;
	}
	.product-text {
		font-size: 14px;
	}
	.product-gallery-main {
		margin-bottom: 15px;
	}
	.product-gallery {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-gallery-bar {
		height: 60px;
		gap: 4px;
	}
	.products-list {
		margin-top: 40px;
		gap: 30px;
	}
	.products-item-content {
		padding: 30px 20px !important;
	}
	.products-item-title { 
		margin-bottom: 15px;
	}
	.products-item-title div:first-child { 
		font-size: 18px;
	}
	.products-item-title div:last-child { 
		font-size: 18px;
	}
	.products-item-text { 
		margin-bottom: 30px;
		font-size: 14px;
	}
	.products-item .app-button { 
		font-size: 16px;
	}
	.products-item img { 
		width: 100%;
	}
	.ind-condition-flex {
		margin-top: 30px;
	}
	.ind-app-content-fuel-item {
		border-right: none !important;
		border-left: 3px solid #2BB7E2;
		display: flex;
		align-items: center;
		width: 100% !important;
		height: 122.615px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		padding: 0 31px;
	}
	.services-page {
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-right: 0 !important;
		margin-left: auto;
		position: relative;
		margin-top: 0px;
		width: 100%;
		padding: 0 15px;
	}
	.services-section .container {
		position: relative;
	}
	.services-page p {
		color: #010016;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 1rem;
	}
	.services-section {

	}
	.services-page-left {
		width: 100%;
	}
	.services-page-img {
		position: absolute;
		z-index: -1;
		top: 0px;
		left: 35px;
		width: calc(100% - 70px);
		max-width: 100%;
	}
	.services-page-img img {	
		min-width: 100% !important;
	}
	
	.services-table {			
		padding: 100% 35px 0 0px;
		margin-top: 44px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		row-gap: 25px;
	}
	.services-table-item {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.services-table-icon {
		align-items: center;
		justify-content: center;
		display: flex;
		border-radius: 90px;
		background: #fff;
		box-sizing: content-box;
		padding-right: 0px;
		height: 68px;
		width: 68px;
		border-right: none !important;
	}
	.services-table-icon img {
		min-height: 53px;
		max-height: 53px;
	}
	.services-table-text {
		color: #010016;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-left:10px;
		width: calc(100% - 68px);
	}
	
	.swiper-main .swiper-main-nav {
		left: 20px !important;
		bottom: 30px !important;
	}
	.swiper-main .swiper-main-nav-next {
		left: 82px !important;
	}
	.swiper-main .swiper-slide-content {
		width: 100%;
		height: 100%;
		margin-top: 0px;
		background: none !important;
		padding: 70px 32px;}
	.swiper-main .swiper-slide-title {
		font-size: 37px !important;
		line-height: normal !important;
		margin-bottom: 20px !important
	}
	.swiper-main .swiper-slide-subtitle {
		font-size: 13px !important;
		line-height: normal;
		margin-bottom: 56px !important
	}
	.swiper-main .swiper-slide-btn {
		margin-top: 0 !important;
		width: 243px !important;
	}
	.swiper-main .swiper-main-nav {
		bottom: 30px !important;
	}
	.swiper-main .swiper-main-nav-pagination {
		bottom: 30px !important;
	}
	
	.swiper-vertical-preview .gallery-preview .swiper-slide {
		opacity: 1 !important;
	}
	.swiper-gorizantal-preview.single.products {
		margin-bottom: 60px !important;
		margin-top: 30px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide {
		height: 110px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview--industries {
		position: static !important;
	}
	.swiper-gorizantal-preview.single {
		margin-bottom: 60px !important;
		margin-top: 60px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide-content {	
		padding: 4px 17px !important;
	}
	.swiper-gorizantal-preview.single .gallery-preview .swiper-slide-content .title {
		font-size: 11.361px !important;
	}
	.industries-item--biogas {
		background-image: url("/wp-content/themes/gas-aggo/assets/img/slider/industries/1-industries.webp"); }
	.industries-item--industrial {
		background-image: url("../img/industries/industrial-fullm.webp"); }
	.industries-item--greenhouses {
		background-image: url("../img/industries/greenhouses-fullm.webp"); }
	.industries-item--oil {
		background-image: url("../img/industries/oil-fullm.webp"); }
	.swiper-main-1 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/1m.webp);
	}
	.swiper-main-2 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/2m.webp);
	}
	.swiper-main-3 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/3m.webp);
	}
	.swiper-main-4 {
		background: url(/wp-content/themes/gas-aggo/assets/img/slider/main/4m.webp);
	}
	
	.add-block.grey-bg {
		position: relative;
		z-index: -1 !important;
		padding-top: 120px !important;
		top: -60px;
	}
	.last-news-main-img {
		min-height: 174px;
	}
	.popup-form-container {
		padding: 35px;
		flex-wrap: wrap-reverse;
		margin: auto;
		width: calc(100% - 40px);
		height: 75%;
		min-height: 587px;
	}
	.popup-form-div {
		display: flex;
		flex-direction: column !important;
		width: 100% !important;
		height: fit-content;
		align-items: start;
	}
	.popup-form-img {
		width: 119.783px!important;
		height: 66.938px !important;
		margin-right: auto !important;
	}
	.popup-form-div-wrap {
		display: flex;
		width: auto !important;
		height: 100%;
		flex-direction: column;
	}
	.popup-form-desc {
		margin-top: 18.47px !important;				
		font-size: 10.569px !important;
		line-height: normal;
	}
	.popup-form .contact-us-info-social-list {
		margin-top: 19.9px !important;
		display: flex;
		gap: 14.89px;
	}
	.popup-form .contact-us-info-social-item img {
		width: 21.481px !important;
		height: 21.481px !important;
	}
	.popup-form form {
		width: 100%;
	}
	.popup-form-title {
		color: #010016;
		font-size: 26.423px !important;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.popup-form-text {
		margin-top: 15.69px !important;
		color: #010016;
		font-size: 12.331px !important;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.popup-form-inputs {
		margin-top: 27px !important;
		display: flex;
		flex-direction: column;
		height: 100%;
		gap: 40px;
	}
	.popup-form-input {
		width: 100%;
	}
	.popup-form-input input{
		border-top: 0;
		border-left: 0;
		border-right: 0;
		outline: none;
		background: transparent;
		width: 100%;
		height: 34px;
		color: #010016;
		padding: 8px 8px 9px;
		border-bottom: 1.5px solid #010016;
		font-family: Montserrat;
		font-size: 12.331px !important;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.popup-form-input input::placeholder{
		color: #010016;
	}
	.popup-form input[type='submit']{
		cursor: pointer;
		outline: none;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 35px !important;
		width: 142px;
		height: 49px;
		border-radius: 54px;
		background: #2BB7E2;
		box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
		color: #FFF;
		font-family: Montserrat;
		font-size: 15.854px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.popup-form form div {
		width: 100%;
	}
	
	

	
	
	
	
	.footer-back {
		max-width: 161px;
	}
	.ind-how img {

	}
	.contacts .contact-us-info-social-item img {
		width: 24.389px;
		height: 24.389px;
	}
	.contacts .contact-us-info-contact-item {		
		color: #010016;
		font-family: Montserrat;
		font-size: 10.18px;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: normal !important;
		display: flex;
		align-items: center;
		gap: 8px;
		width: auto;
	}
	.contact-us-info-contact-item {
		max-width: 100%;
	}
	.contacts .contact-us-info-contact-list.about-page-list {
		flex-direction: row;
		display: flex;
		gap: 20px;
	}
	.contacts .contact-us-info-map {
		margin-bottom: 25px !important;
		width: 100%;
		max-width: 100%;
		height: 225px;
	}
	.contacts .contact-us-info {
		padding-right: 0px !important;
		margin-top: 40px !important;
	}
	.contacts .contact-us-title {
		color: #010016;
		font-family: Montserrat;
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		margin-bottom: 30px !important;
	}
	.contacts .contact-us-form-textarea {
		padding-bottom: 9px;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 152px;
		resize: none;
		padding-left: 8px;
		margin-bottom: 30px;
		color: #010016 !important;
		background: transparent;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
		outline: none;
		font-weight: 500;
		font-size: 14px;
	}

	.contacts  .contact-us-form .btn-blue {
		width: 184px !important;
		padding-top: 17px !important;
		padding-bottom: 17px !important;
		margin-top: 36px !important;
		font-size: 24px !important;
	}
	.contacts .contact-us-form-input {
		padding-bottom: 9px;
		display: block;
		width: 100%;
		max-width: 100% !important;
		height: 34px;
		margin-bottom: 15px !important;
		padding-left: 8px;
		color: #010016 !important;
		background: transparent !important;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
		outline: none;
		font-weight: 500;
		font-size: 14px !important;
		line-height:  normal !important;
	}
	.contacts .contact-us-form-select {
		padding-bottom: 9px;
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px !important;
		padding-left: 4px !important;
		color: #010016 !important;
		background: transparent;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.20);
		outline: none;
		font-weight: 500;
		font-size: 14px !important;
	}
	.contacts.contact-us .container {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0px;
		padding-bottom: 60px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.power-title {
		margin-bottom: 40px !important;
	}
	.power.main {
		margin-top: 176px !important;
	}
	.power-wrapper {
		margin: auto 15px;
	}
	.power {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.news-list a {
		height: 143px !important;
		background-size: cover !important;
		width: 100% !important;
		color: #fff !important;	
		padding: 13px;
		border-bottom: none !important;
		margin-bottom: 20px !important;
	}
	.news-list-title {
		color: #FFF !important;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 700;
		line-height: normal !important;
	}
	.news-list-text {
		color: #FFF !important;
		font-size: 10px !important;
		font-style: normal;
		font-weight: 400;
		line-height: normal !important;
	}
	.news-list-desc {
		justify-content: end !important;
	}
	.news-list {
		margin-top: 40px !important;
	}
	.mob-none {
		display: none !important;
	}
	.container.news-container {
		padding: 0 !important;
	}	
	.news .title-page {
		margin-bottom: 0 !important;
	}	
	.news .news-main {
		margin-top: 40px !important;
		height: 435px !important;
		padding: 25px 15px !important;
	}	
	.news-description {

	}	
	.news-item {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding-left: 9px;
		padding-right: 9px;
	}	
	.news-title {
		margin-top: 15px;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}	
	.news-text {
		margin-top: 15px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}	
	.news-content .wp-block-heading {
		color: #010016;
		margin-top: 40px;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}	
	.news-content p {
		color: #010016;
		margin-top: 15px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}	
	.news-content .wp-block-image {
		margin-top: 30px;
	}
	.news-content .wp-block-columns.is-layout-flex {
		flex-wrap: wrap !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
	}
	.about {
		margin-left: 0px !important;
		padding: 0 15px;
	}
	.about .description-page {
		display: flex;
		margin-bottom: 25px !important;
		max-width: 100% !important;
	}
	.description-page-left {
		margin-right: 0px !important;
		width: 100% !important;
		min-width: 100% !important;
	}
	.about .title-page {
		margin-top: 0px !important;
		margin-bottom: 15px !important;
	}
	.description-page-img {
		width: 100% !important;
		position: relative;
		top: 0px !important;
	}
	.description-page-img img {
		position: relative;
		min-width: 100%;
		object-fit: cover;
		min-height: 100%;
		max-height: 100%;
		height: 281px;
	}
	.description-page-img:before {
		content: "";
		position: absolute;
		top: -10px !important;
		right: -10px !important;
		height: 100%;
		width: calc(100% - 8px) !important;
		background: rgba(43, 183, 226, 0.19);
	}
	.description-page-img.about-2:before {
		content: "";
		position: absolute;
		top: 10px !important;
		right: 10px !important;
		height: 100%;
		width: calc(100% - 8px) !important;
		background: rgba(43, 183, 226, 0.19);
	}
	.about h2 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	.about ul {
		list-style-type: none;
		padding-inline-start: 20px;
		margin-bottom: 30px !important;
	}
	.about ul li:after {
		top: 9.5px;
	}
	.about-bar {
		box-shadow: none !important;
		padding: 0 !important;
		margin-bottom: 50px;
		margin-top: 50px;
		margin-right: calc((100% - 1530px)/2);
		max-width: 100%;
		background: #FFF;
	}
	.about-bar .container {
		margin-right: 0 !important;
	}
	.about-bar-flex {
		padding: 31.21px 26.14px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.about-bar-item {
		position: relative;
		border-right: none !important;
		display: flex;
		align-items: center;
		padding-right: 0px;
		padding: 20px 0px;
		padding-left: 0px;
	}
	.about-bar-item:after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 191.396px;
		height: 2px;
		background: rgba(1, 0, 22, 0.30);
	}
	.about-bar-item:first-child {
		border-right: none !important;
		padding-top: 0px !important;
	}
	.about-bar-item:last-child {
		border-right: none !important;
		padding-bottom: 0px !important;
		border-bottom: none !important;
	}
	.about-bar-item:last-child:after {
		background: transparent !important;
	}
	.about-bar h2 {
	
	}
	.about-bar-num {
		color: #1C1767;
		font-family: Montserrat;
		font-size: 47.724px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		margin-right: 17.38px;
	}
	.about-bar-text {
		color: #010016;
		font-family: Montserrat;
		font-size: 12.272px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;	
	}
	
	.ind-app-content h3 {
		font-size: 24px !important;
		margin-bottom: 25px !important;
	}
	.ind-app-content {
		padding: 30.2px 12px 26.84px;
		border-radius: 0px;
		background: #FFF;
		min-width: 100%;
		max-width: 100%;
	}
	.ind-gallery {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 69px auto 0 !important;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 56px !important;
	}
	.ind-gallery a {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		width: 50%;
		height: 110.473px !important;
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding: 4.36px 16.95px;
		color: #fff;
		font-family: Montserrat;
		font-size: 11.361px;
		line-height: normal;
	}
	.ind-gallery a svg {
		display: none !important;
	}
	.ind-gallery a span {
		font-weight: 600;
	}
	.ind.first-screen {
		padding-top: 40px;
		height: auto !important;
		min-height: 435.452px !important;
	}
	.ind.first-screen .description-page {
		margin-bottom: 21px !important;		
	}
	.ind.first-screen .description-page p{
		font-size: 12px !important;
		line-height: normal !important;		
	}
	.first-screen.ind .title-page {
		margin-bottom: 13px !important;
	}
	.ind-application-flex {
		flex-wrap: wrap !important;
		margin-top: 35px !important;
		padding-bottom: 60px !important;
	}
	
	.ind-application-item {
		margin-right: 0 !important;
		padding-right: 0 !important;
		display: flex;
		max-width: 100%;
		font-weight: 600;
		border: none !important;
	}
	.d-mob-none {
		display: none;
	}	
	
	.ind-application-text {
		max-width: calc(100% - 38px);
	}
	.ind-wrap .ind-application-item .ind-application-text {
		white-space: wrap;
		max-width: 100%;
	}
	.app-emergency {
		font-size: 16px !important;
		line-height: normal;
		margin-top: 60px !important;
		margin-bottom: 40px;
	}
	.app-content-text ul {
		font-size: 14px;	
		font-weight: 400;	
	}	
	.app-whocares ul, .ind-how ul {		
		font-size: 14px;	
		line-height: normal;
	}
	.app-content, .ind-content  {
		color: #010016;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.first-screen {
		height: 435.452px;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	.first-screen .breadcrumbs {		
		margin-top: 0 !important;
		margin-bottom: 0px !important;
	}
	.first-screen h1 {		
		margin-top: 15.71px !important;
	}
	.first-screen .breadcrumbs ul{
		font-size: 14px;
		line-height: normal;
	}
	.first-screen .description-page {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 25.62px !important;
		max-width: 100% !important;
	}
	.first-screen .breadcrumbs-nav {
		color: #fff !important;
	}
	.first-screen .container{
		width: 100% !important;
		color: #fff !important;
	}
	.app-content h3, .ind-content h3 {
		margin-top: 60px;
		color: #010016;
		font-family: Montserrat !important;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.app-content-text div {
		font-size: 14px;
		line-height: normal;
		margin-top: 15.77px;
	}
	.app-content-list {
		margin-top: 26px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px;
	}
	.app-content-item {
		width: 100%;
		height: 222.797px;
		padding: 30px;
		border-radius: 18.775px;
		background: #FFF;
		box-shadow: 0px 7.50988245010376px 18.77470588684082px 0px rgba(0, 29, 63, 0.20);
	}
	.app-content-item h4 {
		font-family: Montserrat !important;
		margin-bottom: 12.58px;
	}
	.app-content-item div {
		font-size: 12px;
		line-height: normal;
	}
	.app-content-fuel {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px;
	}
	.app-content-fuel-item {
		display: flex;
		align-items: center;
		width: 100%;
		height: 135.509px;
		border-radius: 20px;
		background: #FFF;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		padding: 0 33px;
	}
	.app-content-fuel-item:nth-child(8n) {
		display: none !important;
		justify-content: center;
	}
	.app-content-fuel-item:nth-child(8n) .app-content-fuel-item-text{
		padding-left: 0px !important; 
		border-left: none !important;
		color: #010016;
		font-family: Montserrat;
		font-size: 31.466px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		opacity: 0.30000001192092896;
	}
	.app-content-fuel-item img {
		margin-right: 22px;
	}
	.app-content-fuel-item-text {
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		height: 61.308px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 23px;
		border-left: 2px solid #C3C3C3;
	}
	.app-whocares, .ind-app {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
		max-width: calc(100% - 30px) !important;
		width: calc(100% - 30px) !important;
		position: relative;
		border-radius: 20px !important;
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);
		overflow: hidden;
	}
	.app-whocares img {
		width: 100%;
	}
	.app-whocares-content {
		padding: 30px 11px !important;		
		background: #FFF;	
		min-width: 100%;
		max-width: 100%;
		border-radius: 0 !important;
	}
	.app-whocares-content h3 {
		font-size: 24px !important;
		line-height: normal !important;
		margin-top: 0px !important;
		margin-bottom: 20.22px;
	}
	.app-whocares-text div{
		
		margin-bottom: 1em;
	}
	.app-whocares-text div:last-child{
		margin-bottom: 0em;
	}
	.app-whocares-text {
		
	}
	.app-button {
		font-size: 18px;
		line-height: 18px;
		margin-top: 40px;
		width: 262px;
		height: 56px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 56px;
		background: #2BB7E2;
		box-shadow: 0px 7px 35px 0px rgba(44, 183, 226, 0.25);
	}
	.app-benefits-flex {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		padding-bottom: 60px;
	}
	.app-benefits-col {	
		width: 100%;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 15px;
	}
	.app-benefits-col:nth-child(2){
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.app-benefits-col:last-child {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 0px;
	}
	.app-benefits-item {
		display: flex;
		margin-bottom: 15px;
	}
	.app-benefits-item:last-child {
		margin-bottom: 0px;
	}
	.ind-application-num, .app-benefits-num {
		color: #2BB7E2;
		text-align: left;
		font-size: 23.244px;
		font-style: normal;
		font-weight: 600;
		line-height: 19px;
		margin-right: 22.73px;
		width: 31px;
		min-width: 31px;
	}
	.app-benefits-text {
		max-width: 100%;
	}
	.grey-bg {
		background: #F6F6F6;
		padding-top: 60px !important;
	}
	.grey-bg h3{
		margin-top: 0px !important;
	}
	.app-conditions-flex {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 40px !important;
	}
	.app-conditions-col {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.app-conditions-col:last-child {
		margin-bottom: 0px;
	}
	.app-conditions-item {
		display: flex;
		margin-bottom: 15px;
	}
	.app-conditions-item:last-child {
		margin-bottom: 0px;
	}
	.app-conditions-num {
		font-size: 23.244px;
		font-style: normal;
		font-weight: 600;
		line-height: 19px;
		margin-right: 22.73px;
		width: 31px;
		min-width: 31px;
	}
	.app-conditions-text {
		font-weight: 600;
	}
	.app-how {
		margin-top: 15px;
		width: 100%;
		max-width: 100%;
		display: flex;
		height: auto;
	}
	.app-how img, .ind-how img {
		width: 90% !important;
		padding-bottom: 10px;
		border-bottom: 2px solid #C3C3C3;
		margin-bottom: 25px;
	}
	.app-how-container, .ind-how {
		height: auto;
		top: 0px;
		background: #fff;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: auto;
		position: relative;
		border-radius: 0px 0 20px 20px;
		display: flex;
		flex-wrap: wrap-reverse;
		align-items: center;
		box-shadow: none !important;	
	}
	.btn-show .app-how-content {
		padding: 30px 20px !important;
	}
	.app-how-content {
		border-radius: 0px 0 20px 20px;
		box-shadow: 0px 8px 20px 0px rgba(0, 29, 63, 0.20);	
		padding: 30px 15px !important;			
		min-width: 100%;
		max-width: 100%;
	}
	.app-how-content h3 {
		font-size: 24px !important;
		line-height: normal !important;
		margin-top: 0px !important;
		margin-bottom: 20.22px;
	}
	.app-how-text {

	}
	.app-how-text div {
		margin-bottom: 1em;
	}
	.app-how-text div:last-child {
		margin-bottom: 0;
	}
	.app-how-content img {
			width: 100%;
	}
	.app-gallery {
		margin-top: 60px;
		padding-left: 0px;
		padding-right: 0px;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.app-gallery a {
		width: 50%;
		height: 110.473px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding: 3.95px 16.95px;
		color: #fff;
		font-size: 11.361px;
		line-height: normal;
	}
}