:root {
    --main-h-padding: 16px;
	--main-v-padding: 60px;
	--max-content-width: 1400px;
	--main-green: #4FB47C;
	--second-green: #389489;
	--dark-color: #130F28;
	--grey-color: #F6F6F6;
	--dark-grey: #BAB8C7;
	--font-size: 16px; }
	
* {
	box-sizing: border-box;
	outline: none;
	font: inherit;
	scroll-behavior: smooth;}

img {
	max-width: 100%;
	height: auto; }
p {
	margin-top: 0;
	margin-bottom: 25px; }
	
strong {
	font-weight: 700; }
	
a {
	color: var(--main-green);
	font-weight: 500; }
	
body {
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-size);
	color: var(--dark-color);
	background: var(--grey-color);
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 5px var(--grey-color);
	min-height: 100dvh;
	position: relative; }
	
.flexed-b-c {
	display: flex;
	justify-content: space-between;
	align-items: center }
.flexed-c {
	display: flex;
	align-items: center }
.flexed-c-c {
	display: flex;
	justify-content: center;
	align-items: center }
	
.wrapper,
.layout-blog .item-page .banner-news .news-wrapper {
	max-width: var(--max-content-width);
	margin: 0 auto;
	width: 100%;
	padding: var(--main-v-padding) var(--main-h-padding); }
	
section.main-box {
	flex-grow: 1; }
	
h2 {
	font-size: 36px;
	font-weight: 700; }
h3 {
	font-size: 28px;
	font-weight: 700; }
h4 {
	font-size: 20px;
	font-weight: 500; }
	
.com-content-article__body .wrapper {
	margin: var(--main-v-padding) auto;
	padding: 54px 75px; 
	background: #fff; }
.home-page .com-content-article__body .wrapper {
	padding: 0; }
.com-content-article__body {
	margin: 0 var(--main-h-padding); }

/*header*/

header {
	background: #fff;
	height: 96px; }
header .wrapper {
	padding: 15px 16px; }
	
.main-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0; }
.main-menu .parent ul {
	display: none; }
.main-menu .parent > a:after {
	content: url(/images/menu-arrow.svg);
	margin-left: 10px; }
.main-menu .nav li {
	margin-right: 30px;
	position: relative; }
.main-menu .nav li:last-of-type {
	margin-right: 0; }
.main-menu .nav a {
	font-size: 18px;
	color: var(--dark-color);
	text-decoration: none;
	transition: .3s; }
.main-menu .nav li:hover ul.mod-menu__sub {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background: var(--grey-color);
	padding: 30px;
	z-index: 10; }
.main-menu .nav li:hover ul.mod-menu__sub li {
	margin-right: 0; }
.main-menu .mod-menu__sub a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
	white-space: nowrap;
	display: flex;
	align-items: center;}
.main-menu .mod-menu__sub li:last-of-type a {
	margin-bottom: 0; }
.main-menu .mod-menu__sub a:before {
	content: "";
	width: 18px;
	height: 2px;
	background: var(--main-green);
	margin-right: 5px; }
.main-menu .nav a:hover {
	color: var(--main-green); }
.main-menu .nav .active > a {
	font-weight: 600; }
.mob-menu-btns {
	display: none; }
.mob-menu-btns .close {
	display: none; }
	
.mod-languages ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: center }
.mod-languages a {
	color: var(--main-green);
	font-size: 18px;
	text-decoration: none; }
.mod-languages li {
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid var(--main-green); }
.mod-languages li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: none; }
.lang-active a,
.mod-languages a:hover {
	font-weight: 700; }
	
.banner-box,
.layout-blog .item-page .banner-news {
	background: var(--dark-color);
	color: #fff;
	font-size: 18px;
	height: 420px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden; }
.banner-box .field-value  {
	max-width: 490px; }
.layout-blog .item-page .page-header  {
	max-width: 540px; }
.banner-box h1,
.banner-news h1 {
	font-size: 48px;
	font-weight: 700;
	color: var(--main-green);
	text-transform: uppercase;
	margin: 0; }
.banner-news h1 {
	font-size: 30px;
	text-transform: none; }
.banner-news {
	display: none; }
.layout-blog .banner-news {
	display: block; }

.banner-box p {
	margin: 0; }
.banner-box p:first-of-type {
	border-top: 2px dotted var(--main-green);
	padding-top: 20px;
	margin-top: 20px; }
	
.banner-box .wrapper,
.layout-blog .item-page .banner-news .news-wrapper {
	display: flex;
	align-items: center;
	padding: 0 var(--main-h-padding); }
.banner-box .decor,
.news-wrapper .decor {
	width: 629px;
	height: 688px;
	border-radius: 50% 0 0 50%;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	overflow: hidden; }
.banner-box .decor-image,
.layout-blog .item-page .news-wrapper .decor-image {
	background: url(/images/banners/home-page-banner.jpg) no-repeat;
	background-position: left center;
	background-size: cover;
	width: 629px;
	height: 420px;
	position: absolute;
	right: 0; }
	
.heat-page .banner-box .decor-image,
.heat-page.layout-blog .item-page .news-wrapper .decor-image {
	background: url(/images/teplo-gen-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.contact-page .banner-box .decor-image {
	background: url(/images/banners/contact-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.wind-page .banner-box .decor-image,
.wind-page.layout-blog .item-page .news-wrapper .decor-image {
	background: url(/images/banners/wind-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.about-page .banner-box .decor-image {
	background: url(/images/banners/about-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.project-page .banner-box .decor-image {
	background: url(/images/banners/project-page-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.abonent-page .banner-box .decor-image {
	background: url(/images/banners/abonent-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.tarif-page .banner-box .decor-image {
	background: url(/images/banners/tarif-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }
	
.doc-page .banner-box .decor-image {
	background: url(/images/banners/doc-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover; }

.banner-box:before,
.layout-blog .item-page .banner-news .news-wrapper:before {
	content: "";
	width: 180px;
	height: 180px;
	background: linear-gradient(180deg, #4FB47C, #49AB80, #389489);
	border-radius: 50%;
	position: absolute;
	top: -48px;
	left: 50%; }
.banner-box:after,
.layout-blog .item-page .banner-news .news-wrapper:after {
	content: "";
	width: 76px;
	height: 76px;
	background: linear-gradient(180deg, #4FB47C, #49AB80, #389489);
	border-radius: 50%;
	position: absolute;
	bottom: 28px;
	left: 57%; }
	
	
/*home page*/
.serv-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px; }
.serv-holder > * {
	transition: .3s; }
.serv-holder a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	width: 100%;
	height: 164px;
	background: #fff;
	color: var(--dark-color);
	font-size: 28px;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
	overflow: hidden; }
.serv-holder a:after {
	content: url(/images/icon.png);
	position: absolute;
	right: -35px;
	top: -35px; }
.serv-holder a span:after {
	content: url(/images/arrow-right.png);
	margin-left: 10px;
	transition: .3s }
.serv-holder a:hover span:after {
	margin-left: 20px; }
.serv-holder > div:hover {
	box-shadow: 0 0 10px var(--second-green); }
	
.home-text {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 54px 75px;
	overflow: hidden;
	position: relative;}
.home-text .message-decor {
	flex-shrink: 0; }
.message-text {
	max-width: 768px;
	margin-left: 75px;
	width: 63%;
	z-index: 10; }
.home-text:after {
	content: url(/images/message-bg.png);
	position: absolute;
	left: calc(100% - 241px); }
	
/*news*/
.news-mod.wrapper {
	padding-top: 0; }
.mod-articlescategory,
.blog-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px; }
.mod-articlescategory .item-info,
.blog-items .item-content {
	padding: 20px 32px;
	background: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column; }
.mod-articlescategory img,
.blog-item img {
	display: block; }
.item-info a,
.page-header a {
	font-size: 16px;
	font-weight: 700;
	color: var(--dark-color);
	text-decoration: none; }
.mod-articles-category-date,
.article-info .create {
	color: var(--dark-grey);
	font-size: 12px;
	margin-top: 10px; }
.mod-articles-category-introtext,
.blog-item .introtext {
	margin: 15px 0;
	font-size: 14px; 
	flex-grow: 1; }
.mod-articles-category-readmore a.mod-articles-category-title,
.readmore a {
	display: flex;
	background: var(--main-green);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	height: 32px;
	text-decoration: none;
	transition: .3s; }
.mod-articles-category-readmore a.mod-articles-category-title:hover,
.readmore a:hover {
	background: var(--second-green); }
.mod-articlescategory.category-module.mod-list > div,
.blog-item {
	display: flex;
	flex-direction: column; }
	
.banner-news .content-date {
	border-top: 2px dotted var(--main-green);
	padding-top: 20px;
	margin-top: 20px; }
	
ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	list-style: none; }
.pagination li:first-of-type, 
.pagination li:last-of-type {
	display: none; }
.pagination li{
	margin: 0 10px; }
.pagination span {
	display: flex; }
.pagination .icon-angle-left svg {
	transform: rotate(180deg); }
svg .stroke-green {
	stroke: var(--main-green); }
.pagination .active span{
	font-weight: 700;
	color: var(--main-green);
	cursor: unset; }
.pagination a {
	color: var(--dark-color);
	text-decoration: none;
	font-weight: 500;
}


/*footer*/
footer {
	background: var(--dark-color);
	color: #fff; }
footer .wrapper {
	padding-top: 40px;
	padding-bottom: 15px; }
footer .main-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start; }
footer .left-side {
	display: flex;
	align-items: center; }
footer p {
	margin: 0; }
.footer-info {
	max-width: 384px;
	margin-left: 60px;
	font-size: 12px;
	color: var(--main-green); }
footer .right-side {
	display: flex; }
.footer-contact {
	margin-left: 30px; }
.footer-contact:first-of-type {
	margin-left: 0; }
footer .mod-head {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-green);
	margin-bottom: 5px; }
.footer-contact a {
	color: #fff;
	font-size: 12px;
	text-decoration: none; }
.copyright {
	text-align: right;
	margin-top: 20px; }
.copyright a {
	color: #6A677C;
	font-size: 12px;
	text-decoration: none; }
	
	
/*pdf list*/
ul.pdf-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-top: 40px; }
.pdf-list li {
	margin-bottom: 20px;
	min-height: 80px;
	display: flex;
	align-items: center;
	width: 100%; }
.pdf-list li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 115px 10px 90px;
	color: var(--dark-color);
	text-decoration: none;
	width: 100%;
	font-size: 22px;
	font-weight: 500; }
.pdf-list li a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 90px;
	height: 90px;
	background: url(/images/pdf.svg) no-repeat;
	background-position: left center; }
.pdf-list li a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 90px;
	height: 90px;
	background: url(/images/long-arrow.svg) no-repeat;
	background-position: center right;
	transition: .3s; }
.pdf-list li a:hover:after {
	width: 70px; }

h4 {
	margin-top: 50px; }

.button {
	background: var(--main-green);
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	transition: .3s; }
.button:hover {
	background: var(--second-green); }
	
/*tarif*/
.tarif-block h3, 
.tarif-block p {
	text-align: center; }
.tarif-block {
	margin-bottom: 60px; }
.tarif-block:last-of-type {
	margin-bottom: 0; }
	
.tarif-block table {
	width: 100%;
	margin-top: 35px; }
.tarif-block td {
	padding: 10px;
	width: 200px; }
.tarif-block td:first-of-type {
	width: calc(100% - 400px); }
.tarif-block thead {
	font-size: 12px;
	background: var(--main-green);
	color: #fff;
	font-weight: 500; }
.tarif-block tbody tr {
	border-bottom: 1px dotted var(--dark-color); }
.tarif-block tbody {
	background: var(--grey-color); }
	
	
/*Contact*/
.contact-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px; }
.contact-item {
	background: #fff;
	padding: 30px; }
.contact-name {
	font-size: 24px;
	font-weight: 700;
	color: var(--second-green);
	margin-bottom: 20px; }
.contact-info {
	display: flex;
	justify-content: space-between;
	align-items: center; }
.contact-info > div {
	width: 50%;
	display: flex;
	align-items: center; }
.contact-info > div:last-of-type {
	border-left: 1px solid var(--dark-color);
	padding-left: 30px; }
.contact-info a {
	color: var(--dark-color);
	margin-left: 10px;
	text-decoration: none; }
.location {
	display: flex;
	align-items: center;
	margin: 40px 0;
	font-size: 24px; }
.location img {
	margin-right: 20px; }
.contact-page .com-content-article__body .wrapper {
	margin: 0;
	padding: 0; }

.contact-page .serv-mod {
	margin-top: 120px; }
	
	
/*project page*/
.project-page .banner-box h1 {
	font-size: 30px; }
.project-page .project-fild .wrapper {
	padding-top: 80px;
	padding-bottom: 0; }
.project-page .project-fild:last-of-type .wrapper {
	padding-bottom: 80px; }
	
.utp-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px; }
.utp-item {
	max-width: 280px; }
.utp-name {
	font-size: 28px;
	font-weight: 700;
	color: var(--main-green);
	margin: 15px 0; }
	
.project-page main p span {
	font-weight: 700;
	color: var(--main-green); }
	
.project-characteristics-box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px; }
.characteristics-list {
	width: 50%; }
.project-characteristics-box .maps {
	width: 50%;
	padding-left: 30px;
	position: relative; }
.characteristics-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px; }
.characteristics-item:last-of-type {
	margin-bottom: 0; }
.characteristics-item .icon {
	margin-right: 24px; }
.project-characteristics-box img {
	display: block; }
.characteristics-item .right-side {
	font-size: 20px; }
.characteristic-name {
	font-weight: 700;
	color: var(--main-green);
	margin-bottom: 5px;
	position: relative;
	display: flex;
	align-items: center; }
.characteristic-name:after {
	content: "";
	width: 25px;
	height: 2px;
	background: var(--main-green);
	margin-left: 10px; }
.project-characteristics-box img.map {
	position: absolute;
	top: 300px;
	left: 130px; }
	
.objectives-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	margin-top: 40px; }
.objective-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--main-green);
	margin: 20px 0; }
.objectives-list li {
	margin-bottom: 10px; }
.objectives-list li:last-of-type {
	margin-bottom: 0; }
	
.implementation-list {
	margin-top: 50px; }
.implementation-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px; }
.implementation-list .number {
	display: flex;
	align-items: center;
	position: relative;
	width: 180px;
	top: -14px; }
.implementation-list .number > div {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid var(--second-green);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	z-index: 1; }
.implementation-list .number > div:before {
	content: "";
	width: 44px;
	height: 44px;
	background: linear-gradient(180deg, #4FB47C, #49AB80, #389489);
	position: absolute;
	border-radius: 50%;
	z-index: -1; }
.implementation-list .number:after {
	content: "";
	width: 102px;
	height: 2px;
	background: var(--second-green); }
.implementation-text {
	font-weight: 700;
	font-size: 20px; }
.implementation-text span {
	font-size: var(--font-size);
	font-weight: 300;
	display: block; }
	
.payback-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 700; }
.payback-text {
	display: flex;
	flex-grow: 1;
	white-space: nowrap; }
.payback-value {
	font-size: 28px;
	color: var(--main-green); }
.payback-text:after {
	content: "";
	border-bottom: 1px dotted #9E9E9E;
	width: 100%;
	margin: 0 5px;
	position: relative;
	top: -4px; }


.timeline-list {
	display: flex;
	justify-content: space-around;
	font-weight: 700;
	text-align: center;
	position: relative; }
.timeline-item > div:first-of-type {
	color: var(--main-green); }
.timeline-number {
	font-size: 24px;
	color: #fff;
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 50%;
	background: linear-gradient(180deg, #4FB47C, #49AB80, #389489);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid var(--grey-color); }
.timeline-list:before {
	content: "";
	height: 2px;
	width: 75%;
	position: absolute;
	top: 47px;
	background: var(--second-green);
	z-index: -1; }
	
.looking-for {
	display: flex;
	justify-content: space-between;
	margin-top: 30px; }
.looking-for-item {
	max-width: 250px;
	width: 23%; }
.looking-for-name {
	margin: 30px 0 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--main-green); }
.opportunities-box .call-to-action {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 700;
	color: var(--main-green); }
	
.project-page .com-content-article__body .wrapper {
	margin: 0;
	padding: 0; }
	
.serv-link {
	margin-top: 60px;
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px; }
.serv-link li {
	background: linear-gradient(90deg, #4FB47C, #49AB80, #389489);
	position: relative; }
.serv-link a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 40px;
	background: ltransition;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	position: relative;
	z-index: 5;
	transition: .3s; }
.serv-link li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(270deg, #4FB47C, #49AB80, #389489);
	opacity: 0;
	z-index: 1;
	transition: 1s; }
.serv-link li:hover:before {
	opacity: 1; }