/*!
Theme Name: Eco Invest
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecoinvest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eco Invest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--container: 1316px;
	--gap: 30px;
	--radius: 20px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 32px;
	--h2-size: 28px;
	--h3-size: 24px;
	--h4-size: 22px;
	--h5-size: 20px;
	--h6-size: 18px;

	--green: #257830;
	--green-2: #33512C;
	--orange: #F29620;
	--grey: #62706B;
	--black: #262626;
	--white: #FFFFFF;
	--bg-light: #F7F9F8;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	color: var(--grey);
	background: var(--white);
}
a {
	color: var(--black);
	transition: .5s;
}
a:hover {
	color: var(--green);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.2;
	color: var(--black);
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -3) calc(var(--gap) * / -1.5);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 3);
	margin-bottom: calc(var(--gap) / 1.5);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.15);
	border: none;
	color: var(--black);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: 20px 30px;
	min-height: 65px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 145px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}


.heading {
	position: relative;
	margin-bottom: calc(var(--gap) * 2);
}
.heading.center {
	text-align: center;
}
.heading p:first-child {
	color: var(--orange);
	line-height: 1.5;
	margin-bottom: calc(var(--gap) / 3);
	font-weight: 700;
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 700;
}
.heading.white h1,
.heading.white h2 {
	color: var(--white);
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: calc(var(--gap) / 2);
	font-size: var(--text-size);
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 18px 38px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-height: 65px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn:after {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-circle-right.svg);
	mask-image: url(images/arrow-circle-right.svg);
	transition: .5s;
}
.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--green-2);
	border-color: var(--green-2);
	color: var(--white);
}
.btn-primary:after {
	background-color: var(--white);
}
.btn-secondary {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:after {
	background-color: var(--white);
}
.btn.btn-link {
	min-height: 30px;
	padding: 0;
	color: var(--orange);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.btn.btn-link.white {
	color: var(--white);
}
.btn.btn-link:hover {
	color: var(--green-2);
}
.btn.btn-link.white:hover {
	color: var(--white);
	opacity: .8;
}
.btn.btn-link:after {
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	background-color: var(--orange);
}
.btn.btn-link.white:after {
	background-color: var(--white);
}
.btn.btn-link:hover:after {
	background-color: var(--green-2);
}
.btn.btn-link.white:hover:after {
	background-color: var(--white);
	opacity: .8;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 55px 15px 20px;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--orange);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	border-bottom: 1px solid rgba(22, 22, 22, .1)
}
.mobile-menu > li:last-child {
	border-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	font-weight: 500;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}
.mobile-menu-chevrone {
	order: 2;
	content: '';
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--green);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--green);
	transform: rotate(180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
	z-index: 9;
}
.mobile-menu ul li a {
	font-weight: 400;
	padding: 10px 0;
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2px) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.5);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.5);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.5);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.5);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.5);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.5);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.5);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.1);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}
.fancybox-image {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}

.wrapper {
	position: relative;
	z-index: 1;
}

.topbar {
	position: relative;
	background: var(--green-2);
	color: var(--white);
	padding: 10px 0;
	z-index: 1;
}
.topbar-contacts {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 48px;
}
.topbar-contacts p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}
.topbar-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
}
.topbar-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.topbar-contacts p a {
	color: var(--white);
	text-decoration: none;
}
.topbar-contacts p a:hover {
	color: var(--orange);
}


.header {
	position: sticky;
	background: var(--white);
	top: 0;
	padding: 15px 0;
	box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.15);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	height: 42px;
}
.header-logo img {
	max-height: 42px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 48px;
}
.main-menu li {
	position: relative;
	z-index: 1;
}
.main-menu li a {
	font-weight: 500;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
	text-decoration: none;
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a {
	color: var(--green);
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after,
.main-menu li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--green);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 1.5) 0;
	list-style: none;
	background: var(--bg-light);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.15);
	width: 280px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	margin: 0 0 10px;
	padding: 0 calc(var(--gap) / 1.5);
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}
.header-toggle {
	display: flex;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--orange);
	border: none;
	outline: none;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--green);
}


.main {
	position: relative;
	z-index: 1;
}


.footer {
	background: var(--bg-light);
}
.footer-wrap {
	display: flex;
	margin: 0 calc(var(--gap) / -2);
}
.footer-widget {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 calc(var(--gap) / 2);
	z-index: 1;
}
.footer-widget-nav {
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-widget-title {
	font-size: var(--text-size);
	font-weight: 700;
	color: var(--black);
	margin-bottom: 20px;
}
.footer-logo {
	max-width: 280px;
	margin-bottom: 30px;
}
.footer-description {
	color: var(--black);
}
.footer-menu {
	margin: 0;
	padding: 0 0 0 19px;
	-moz-column-count: 2;
	column-count: 2;
	margin-bottom: -15px;
	font-weight: 500;
}
.footer-menu li {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 15px;
	line-height: 1.1875;
}
.footer-menu li::marker {
	font-size: var(--h5-size);
	color: var(--orange);
	line-height: 1;
}
.footer-menu li a {
	color: var(--black);
	text-decoration: none;
}
.footer-menu li a:hover {
	color: var(--green);
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-contacts p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
	line-height: 1.1875;
}
.footer-contacts p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.footer-contacts p a {
	color: var(--black);
	text-decoration: none;
}
.footer-contacts p a:hover {
	color: var(--orange);
}
.footer-bottom {
	position: relative;
	background: var(--black);
	color: var(--white);
	font-size: var(--text-size-sm);
	padding: 10px 0;
	text-align: center;
	z-index: 1;
}
.footer-bottom a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom a:hover {
	color: var(--orange);
}



.page-header {
	position: relative;
	background: var(--bg-light);
	padding: calc(var(--gap) * 1.5) 0;
	z-index: 1;
}
.page-breadcrumbs {
	margin-bottom: calc(var(--gap) / 3);
}
.page-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-breadcrumbs a {
	color: var(--black);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--green);
}
.page-title {
	font-size: var(--h1-size);
	color: var(--green);
}
.page-body.section {
	padding-top: calc(var(--gap) * 2);
}
.page-content ul,
.page-content ol {
	list-style-position: inside;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	font-weight: 900;
	color: var(--black);
	opacity: .1;
	text-align: center;
	line-height: 1;
	margin-bottom: var(--gap);
}
.error-404-button {
	text-align: center;
}




.news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.news-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.news-item__wrap {
	position: relative;
	height: 100%;
	padding: 0 calc(var(--gap) * 1.333) calc(var(--gap) * 1.333);
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.news-item__wrap:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - var(--gap) * 1.333);
	box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.15);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	background: var(--white);
	z-index: -1;
}
.news-item__image {
	width: calc(100% + var(--gap) * 1.333);
	flex: 0 0 calc(((var(--container) - var(--gap) * 2) / 3 - var(--gap) * 1.333) / 1.58);
	max-height: calc(((var(--container) - var(--gap) * 2) / 3 - var(--gap) * 1.333) / 1.58);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: calc(var(--gap) / 2);
}
.news-item__wrap:hover .news-item__image img {
	transform: scale(1.1);
}
.news-item__date {
	line-height: 1;
	font-weight: 500;
	color: var(--green);
	margin-bottom: calc(var(--gap) / 1.5);
}
.news-item__title {
	font-size: var(--text-size);
	font-weight: 700;
	margin-bottom: calc(var(--gap) / 1.5);
	line-height: 1.35;
}
.news-item__title a {
	color: var(--black);
	text-decoration: none;
}
.news-item__title a:hover {
	color: var(--green);
}
.news-item__excerpt {
	margin-bottom: calc(var(--gap) / 1.5);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-item__button {
	margin-top: auto;
	text-align: right;
}



.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 2);
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2);
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	min-width: 55px;
	height: 55px;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: var(--black);
	border: 1px solid var(--grey);
	-moz-border-radius: calc(var(--radius) / 1.5);
	-webkit-border-radius: calc(var(--radius) / 1.5);
	border-radius: calc(var(--radius) / 1.5);
	text-decoration: none;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--green);
	color: var(--white);
	border-color: var(--green);
}




.singleNews-date {
	font-weight: 500;
	color: var(--orange);
}
.singleNews-wrap {
	position: relative;
	z-index: 1;
}
.singleNews-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.singleNews-image {
	float: left;
	margin: 0 var(--gap) var(--gap) 0;
	max-width: calc(50% - var(--gap) / 2);
}
.singleNews-image img {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	max-height: 480px;
}




.pContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.pContacts-left {
	flex: 2;
}
.pContacts-right {
	flex: 5;
}
.pContacts-logo {
	margin-bottom: var(--gap);
}
.pContacts-logo img {
	max-height: 80px;
}
.pContacts-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pContacts-info p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
	line-height: 1.1875;
}
.pContacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--orange);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
}
.pContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pContacts-info p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.pContacts-info p a {
	color: var(--black);
	text-decoration: none;
}
.pContacts-info p a:hover {
	color: var(--orange);
}




.hero-section.section {
	padding-bottom: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.8) 54%, rgba(252, 252, 248, 0.056) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-content {
	max-width: 58%;
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.5);
}
.hero-content > * {
	margin: 0;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
	color: var(--white);
}
.hero-content h1 {
	font-size: calc(var(--h1-size) * 3);
	margin-bottom: calc(var(--gap) / -1.5);
}
.hero-content h2 {
	font-size: var(--h1-size);
}


.services-section {
	margin-top: -200px;
}
.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.services-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.services-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	height: 100%;
	min-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.12);
	background: var(--green);
	color: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) * 1.333) calc(var(--gap) * 1.333) calc(var(--gap) * 2);
	z-index: 1;
}
.services-item:nth-child(2n) .services-item__wrap {
	background: var(--orange);
}
.services-item__icon {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: calc(var(--gap) / 1.2);
	right: calc(var(--gap) * 1.333);
	z-index: -1;
}
.services-item__title {
	font-size: var(--h4-size);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.services-item__title a {
	color: var(--white);
	text-decoration: none;
}
.services-item__title a:hover {
	opacity: .8;
}
.services-item__text {
	margin: 0;
	font-weight: 500;
}
.services-item__button {
	margin-top: auto;
}



.about-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-left {
	position: relative;
	flex: 0 0 calc(60% - 140px);
	max-width: calc(60% - 140px);
	z-index: 1;
}
.about-image {
	width: calc((100vw - var(--container)) / 2 + 100%);
	height: 100%;
	margin-left: calc((100vw - var(--container)) / -2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.about-icon {
	position: absolute;
	width: 195px;
	height: 195px;
	right: -92px;
	bottom: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.about-icon img {
	max-height: 195px;
}
.about-right {
	flex: 0 0 40%;
	max-width: 40%;
}
.about-button {
	margin-top: calc(var(--gap) * 1.666);
}



.tariffs-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.tariffs-bg:after {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .8;
	z-index: 1;
}
.tariffs-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.tariffs-left {
	flex: 1;
}
.tariffs-right {
	flex: 2;
}
.tariffs-heading.heading {
	margin-bottom: var(--gap);
}
.tariffs-content {
	color: var(--white);
}
.tariffs-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.tariffs-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.tariffs-item__wrap {
	position: relative;
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--white);
	z-index: 1;
}
.tariffs-item__image {
	flex: 0 0 calc(((var(--container) / 3 * 2 - var(--gap) / 2) - var(--gap)) / 2 / 1.3);
	max-height: calc(((var(--container) / 3 * 2 - var(--gap) / 2) - var(--gap)) / 2 / 1.3);
	overflow: hidden;
}
.tariffs-item__wrap:hover .tariffs-item__image img {
	transform: scale(1.1);
}
.tariffs-item__info {
	flex: auto;
	padding: calc(var(--gap) / 1.5) calc(var(--gap) * 1.333) var(--gap);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.tariffs-item__head {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.2);
	font-weight: 700;
	line-height: 1.35;
}
.tariffs-item__head a {
	color: var(--black);
	text-decoration: none;
}
.tariffs-item__head a:hover {
	color: var(--green);
}
.tariffs-item__icon {
	flex: 0 0 64px;
	max-width: 64px;
	width: 64px;
}
.tariffs-item__text {
	margin: 0;
}
.tariffs-item__button {
	text-align: right;
	margin-top: auto;
}



.consumers-bg {
	position: absolute;
	width: 100%;
	height: calc(100% - 190px);
	top: 0;
	left: 0;
	z-index: -1;
}
.consumers-bg:before {
	content: '';
	background: linear-gradient(180deg, var(--bg-light) 20%, rgba(247, 249, 248, 0.04) 97%, rgba(247, 249, 248, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.consumers-bg:after {
	content: '';
	background: var(--bg-light);
	opacity: .9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.consumers-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: var(--gap);
}
.consumers-left {
	flex: 1;
}
.consumers-right {
	flex: 2;
}
.consumers-heading.heading {
	margin-bottom: var(--gap);
}
.consumers-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.consumers-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.consumers-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.consumers-item__image {
	flex: 0 0 calc(((var(--container) / 3 * 2 - var(--gap) / 2) - var(--gap)) / 2 / 1.27);
	max-height: calc(((var(--container) / 3 * 2 - var(--gap) / 2) - var(--gap)) / 2 / 1.27);
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.consumers-item__wrap:hover .consumers-item__image img {
	transform: scale(1.1);
}
.consumers-item__info {
	flex: auto;
	padding: calc(var(--gap) * 1.333);
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.15);
	margin-top: -105px;
	max-width: calc(100% - var(--gap) * 1.333);
	position: relative;
	z-index: 2;
}
.consumers-item__icon {
	flex: 0 0 64px;
	max-height: 64px;
	width: 64px;
}
.consumers-item__title {
	font-size: var(--text-size);
	font-weight: 700;
	color: var(--black);
	margin: 0;
	line-height: 1.35;
}
.consumers-item__title a {
	color: var(--black);
	text-decoration: none;
}
.consumers-item__title a:hover {
	color: var(--green);
}
.consumers-item__text {
	margin: 0;
}
.consumers-item__button {
	text-align: center;
}


.counters-section {
	z-index: 2;
	margin-bottom: -90px;
}
.counters-wrap {
	display: flex;
	flex-wrap: wrap;
}
.counters-main {
	flex: 1;
	background: var(--orange);
	color: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) * 2.333);
}
.counters-others {
	flex: 2;
	background: #182822;
	color: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) * 2.333);
}
.counters-items {
	display: flex;
	gap: var(--gap);
}
.counters-item {
	position: relative;
	flex: 1;
	padding: 0 20px;
	z-index: 1;
}
.counters-item:after {
	content: '';
	background: var(--white);
	opacity: .2;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: calc(var(--gap) / -2);
	z-index: 1;
}
.counters-item:last-child:after {
	display: none;
}
.counters-main .counters-item {
	padding: 0;
}
.counters-item__icon {
	height: 64px;
	display: flex;
	align-items: center;
	margin-bottom: calc(var(--gap) / 1.5);
}
.counters-main .counters-item__icon {
	margin: 0;
	width: 145px;
	height: 145px;
	position: absolute;
	right: -52px;
	bottom: -46px;
	z-index: -1;
}
.counters-item__icon img {
	max-height: 64px;
}
.counters-main .counters-item__icon img {
	max-height: 145px;
}
.counters-item__value {
	font-size: calc(var(--h1-size) * 1.4);
	font-weight: 300;
	line-height: 1;
	margin-bottom: calc(var(--gap) / 2);
}
.counters-main .counters-item__value {
	font-size: calc(var(--h1-size) * 2.5625);
}
.counters-item__title {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}
.counters-item__title:last-child {
	margin-bottom: 0;
}
.counters-main .counters-item__title {
	font-size: var(--h5-size);
}



.banner-section.section {
	padding: 150px 0;
	min-height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-bg:before {
	content: '';
	background: linear-gradient(270deg, rgba(17, 29, 25, 0) 0%, rgba(17, 29, 25, 0) 0%, #111D19 83%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner-bg:after {
	content: '';
	background: #111D19;
	opacity: .15;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-wrap {
	max-width: 50%;
}



.news-button {
	text-align: center;
	margin-top: calc(var(--gap) * 2);
}



@media (max-width: 1399px) {
	:root {
		--container: 1116px;
		--gap: 30px;
		--radius: 20px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-logo img {
		max-height: 30px;
	}
	.hero-content {
		gap: calc(var(--gap) * 1.1);
	}
	.hero-content h1 {
		font-size: calc(var(--h1-size) * 2.2);
		margin-bottom: calc(var(--gap) / -1.1);
	}
	.counters-main,
	.counters-others {
		padding:  calc(var(--gap) * 2.333) calc(var(--gap) * 1.5);
	}
	.counters-item__text br {
		display: none;
	}
	.counters-main .counters-item__icon {
		right: -20px;
	}
	.pContacts-logo {
		max-width: 90%;
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 916px;
		--gap: 24px;
		--radius: 15px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		min-height: 54px;
		padding: 15px 24px;
	}
	.btn {
		padding: 13px 28px;
		min-height: 54px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.topbar-contacts,
	.main-menu {
		gap: 30px;
	}
	.hero-content h1 {
		font-size: calc(var(--h1-size) * 1.8);
		margin-bottom: -5px;
	}
	.hero-content h2 {
		font-size: var(--h2-size);
	}
	.services-section {
		margin-top: -170px;
	}
	.services-item__wrap {
		padding: calc(var(--gap) * 1.333) calc(var(--gap) * 1.333) calc(var(--gap) * 1.5);
	}
	.about-icon {
		width: 150px;
		height: 150px;
		right: -70px;
		bottom: -50px;
	}
	.about-icon img {
		max-height: 150px;
	}
	.about-left {
		flex: 0 0 calc(60% - 100px);
		max-width: calc(60% - 100px);
	}
	.tariffs-item__icon {
		flex: 0 0 48px;
		max-width: 48px;
		width: 48px;
	}
	.consumers-item__icon {
		flex: 0 0 48px;
		max-height: 48px;
		width: 48px;
	}
	.consumers-item__info {
		gap: calc(var(--gap) / 1.5);
	}
	.consumers-item__info {
		margin-top: -80px;
	}
	.counters-item {
		padding: 0 10px;
	}
	.counters-item__icon {
		height: 48px;
	}
	.counters-item__icon img {
		max-height: 48px;
	}
	.counters-item__value {
		font-size: calc(var(--h1-size) * 1.1);
	}
	.counters-main, .counters-others {
		padding: calc(var(--gap) * 1.5) calc(var(--gap) * 1.2);
	}
	.counters-main .counters-item__value {
		font-size: calc(var(--h1-size) * 2);
	}
	.counters-item__title {
		margin-bottom: 10px;
	}
	.counters-main .counters-item__icon {
		width: 100px;
		height: 100px;
		bottom: -20px;
		right: -10px;
	}
	.banner-section.section {
		min-height: 550px;
		padding: 150px 0 120px;
	}
	.btn.btn-link:after {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
		height: 28px;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 696px;
		--gap: 24px;
		--radius: 15px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.25);
	}
	.heading br {
		display: none;
	}
	.topbar {
		padding: 8px 0;
	}
	.topbar-contacts {
		gap: 24px;
		justify-content: center;
	}
	.topbar-contacts p,
	.footer-contacts p {
		gap: 6px;
	}
	.topbar-contacts p:before,
	.footer-contacts p:before {
		flex: 0 0 22px;
		max-width: 22px;
		width: 22px;
		height: 22px;
	}
	.header {
		padding: 10px 0;
	}
	.header-wrap {
		height: 36px;
		gap: var(--gap);
	}
	.header-logo img {
		max-height: 30px;
	}
	.main-menu {
		display: none;
	}
	.hero-section.section {
		padding-bottom: 120px;
	}
	.hero-bg:after {
		background: rgba(26, 26, 26, 0.8);
	}
	.hero-content {
		max-width: 100%;
	}
	.services-section {
		margin-top: -60px;
	}
	.services-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-item__icon {
		width: 80px;
		height: 80px;
	}
	.about-left {
		display: none;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-button {
		margin-top: calc(var(--gap) * 1.25);
	}
	.tariffs-wrap,
	.consumers-wrap {
		gap: calc(var(--gap) * 1.25);
	}
	.tariffs-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tariffs-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tariffs-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.3);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.3);
	}
	.counters-section {
		margin-bottom: -50px;
	}
	.consumers-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.consumers-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.consumers-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.27);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.27);
	}
	.counters-main, .counters-others {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-section.section {
		min-height: 420px;
		padding: 100px 0 80px;
	}
	.banner-wrap {
		max-width: 100%;
	}
	.banner-bg:before {
		background: linear-gradient(270deg, rgba(17, 29, 25, 0) 0%, rgba(17, 29, 25, 0) 0%, #111D19 100%);
	}
	.home .news-items {
		justify-content: center;
	}
	.news-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-item__image {
	    flex: 0 0 calc(((var(--container) - var(--gap)) / 2 - var(--gap) * 1.333) / 1.58);
	    max-height: calc(((var(--container) - var(--gap)) / 2 - var(--gap) * 1.333) / 1.58);
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
		gap: calc(var(--gap) * 1.25);
	}
	.footer-widget {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		text-align: center;
	}
	.footer-logo {
		max-width: 100%;
		margin-bottom: var(--gap);
	}
	.footer-logo img {
		max-height: 30px;
	}
	.footer-menu {
		-moz-column-count: 1;
		column-count: 1;
		flex-direction: column;
        display: flex;
        align-items: center;
        padding-right: 19px;
	}

	.page-header {
		padding: calc(var(--gap) * 1.25) 0;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item > *,
	.gallery-columns-4 .gallery-item > *,
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - var(--gap)) / 2 / 1.5);
	}

	.pContacts-wrap {
		gap: calc(var(--gap) * 2);
	}
	.pContacts-left,
	.pContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pContacts-logo img {
		max-height: 30px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 7);
	}
}



@media (max-width: 767px) {
	:root {
		--container: 516px;
		--gap: 20px;
		--radius: 12px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-content h1 {
        font-size: calc(var(--h1-size) * 1.6);
    }
    .tariffs-item,
    .consumers-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .tariffs-item__image,
    .consumers-item__image {
        flex: 0 0 calc(var(--container) / 1.3);
        max-height: 320px;
    }
    .consumers-item__info {
    	margin-top: -40px;
    }
    .counters-items {
    	flex-wrap: wrap;
    }
    .counters-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .counters-item:after {
    	display: none;
    }
    .counters-item__title br {
    	display: none;
    }
    .news-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .news-item__image {
		flex: 0 0 calc((var(--container) - var(--gap) * 1.333) / 1.58);
		max-height: calc((var(--container) - var(--gap) * 1.333) / 1.58);
    }
    .singleNews-image {
    	float: none;
    	display: block;
    	margin: 0 0 var(--gap);
    	max-width: 100%;
    }
    .singleNews-image img {
    	max-height: 420px;
    }
    .form-field-50 {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);
		--gap: 20px;
		--radius: 12px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.topbar-contacts {
		flex-direction: column;
		gap: 8px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}