/*---------first-screen----------*/
.first-screen {

    padding: 42px 0;
}
.first-screen.overlay {
	 padding: 42px 0 0;
}


.first-screen .container {
    z-index: 2;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;

}

.first-screen .container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.first-screen__content {
    display: flex;
    max-width: 880px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.first-screen.overlay .first-screen__content {
	max-width: 640px;
 	background-color: rgba(0, 123, 117, 0.2);
backdrop-filter: blur(5px);
padding: 40px 25px;
justify-content: center;
    align-items: center;
gap: 8px;
margin-bottom: 30px;
}

.first-screen.overlay .first-screen__title,
.first-screen.overlay .first-screen__desc {
	    margin: 0;
}

.first-screen__desc,
.first-screen__title {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

.first-screen__title {

    font-weight: 700;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;


}
.main-screen-add-text{
    color: white;
}
.mobyle-image {
display: none;
}
.first-screen__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 64px;
}

.first-screen .btn {
    display: inline-flex;
    width: 240px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(25, 102, 90, 1);
    text-decoration: none;
    gap: 10px;
    border-radius: 4px;
}

.btn.btn-green {
    background-color: white;
    transition: 0.6s;
}

.btn.btn-orange {
    background-color: #FC9B3A;
    transition: 0.6s;
}
.btn.btn-green-2 {
    background-color: white;
    transition: 0.6s;
}
.first-screen__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 25px;
	position: relative;
    z-index: 2;
    margin-top: 15px;
}

.btn.btn-green:hover {
    background-color: rgba(25, 102, 90, 1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.btn.btn-green svg {
    fill: rgba(25, 102, 90, 1);
}
.btn.btn-green:hover svg {
    transform: scale(1.2);
     fill: white;
     transition: 0.6s;
}

.btn.btn-green-2:hover {
    color: black;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.btn.btn-green-2 svg {
}
.btn.btn-green-2:hover svg {
    transform: scale(1.1);
     fill: black;
     transition: 0.6s;
}

.btn.btn-orange svg {
    transition: transform 0.3s ease;
}

.btn.btn-orange:hover {
    background-color: #ff922b;
    box-shadow: 0 8px 20px rgba(255, 146, 43, 0.4);
    transform: translateY(-2px);
}

.btn.btn-orange:hover svg {
    transform: scale(1.2);
}

.first-screen-mob {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
}

.container {
    padding: 0 12px;
    overflow: hidden;
}

.metering_profession .metering_info-container .metering_info-block {
    width: 24%;
}

.blog_page-subscribe .subscribe-image {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.blog_page-subscribe .subscribe-image .subscribe_link-container {
    justify-content: flex-start;
}

.blog_page-subscribe .subscribe-image .subscribe_image-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;

}

.subscribe-image-left-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    max-width: 718px;
}

@media screen and (max-width: 1024px) {
    .first-screen__title{
        text-align: center;
    }
    .blog_page-subscribe svg {
        max-width: 225px;
    }

    .metering_profession .metering_info-container .metering_info-block {
        width: 48%;
    }

    .blog_page-subscribe .subscribe-image .subscribe_image-title {

        font-weight: 600;
        font-size: 24px;
        line-height: 32px;

    }

    .subscribe-image-left-column,
    .blog_page-subscribe .subscribe-image {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .first-screen {
        padding: 24px 12px;
    }


    .first-screen__title {
        font-size: 18px;
        line-height: 26px;
    }
       .first-screen__title br{
        display: none;
    }


    .first-screen__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .first-screen .container {
        max-width: 100%;
        padding: 0 16px;
    }
}


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

.first-screen.overlay .first-screen__content {
	gap: 15px;
    padding: 30px 25px 0;
}
.popup__content{
    padding: 30px;
}
.first-screen__title {
    text-align: center;
}
.first-screen__desc
{
	    text-align: left;
}

.mobyle-image {
	        height: auto;
display: flex;
width: 100%;
}
.main-screen-add-text{
    color: white;
}

.mobyle-image img {
	height: 100%;
width: 100%;
}
.first-screen.overlay .first-screen__content {
 background-color: transparent;
    backdrop-filter: none
}
.first-screen.overlay .container {
	background-color: rgba(0, 123, 117, 1);
        background-image: none !important;
padding: 0;
        padding-bottom: 50px;

}

    .metering_profession .metering_info-container .metering_info-block {
        width: 100%;
    }
    .first-screen-mob,
    .first-screen__buttons {
        margin-bottom: 0;
    }

    .first-screen .container {
        height: auto;
    }

    .first-screen__desc {
        display: none;
    }
    .first-screen.overlay .first-screen__desc {
	        display: inline-block;
}
    .first-screen__buttons {
        display: none;
    }

    .first-screen.overlay .first-screen__buttons {
	        display: flex;
            margin-top: 15px;
	}

    .first-screen-mob,
    .first-screen-mob .first-screen__buttons .first-screen__desc,
    .first-screen-mob .first-screen__buttons {
        display: flex;
    }

    .first-screen.overlay .first-screen-mob,
    .first-screen.overlay .first-screen-mob .first-screen__buttons .first-screen__desc,
    .first-screen.overlay .first-screen-mob .first-screen__buttons {
        display: none;
    }

    .first-screen-mob .first-screen__desc {
        display: inline-block;
        color: #000000;
        margin-bottom: 24px;
    }

    .first-screen__buttons {
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
}

.anchor-nav {
    width: 100%;
    background-color: #fff;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.anchor-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anchor-nav__item {}

.anchor-nav__link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.anchor-nav__link:hover {
    color: #f58020;
}

.anchor-nav__link::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #f58020;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.anchor-nav__link:hover::after {
    width: 100%;
}


/*---------first-screen-end----------*/


/*---------solution----------*/

.solution-selector {
    padding: 84px 0;
    background-color: #EBF8F5;
}

.solution-selector .container {
    background-color: white;
    padding: 48px 36px;
    border-radius: 8px;
    overflow: hidden;
}

.solution-selector__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #19534A;
    margin-bottom: 36px;
}

.solution-preview__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #22282C;
    margin: 24px 0;
}

.solution-selector__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}

.solution-selector__list {
    flex: 1 1 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.solution-selector__item {
    cursor: pointer;
    padding: 10px 0;
    transition: color 0.3s;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #22282C;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.solution-selector__item.is-active {
    font-weight: 600;
    position: relative;
    color: #D07A21;
}

.solution-selector__item svg {
    color: #19534A;
    transform: rotate(0);
    transition: color 0.3s, transform 0.3s;
}

.solution-selector__item.is-active svg {
    color: #D07A21;
    transform: rotate(39deg);
}

.solution-selector__preview {
    flex: 1 1 500px;
    position: relative;
}

.solution-preview {
    display: none;
}

.solution-preview.is-active {
    display: block;
}

.solution-preview__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.solution-preview__link {
    width: 230px;
    height: 44px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FC9B3A;
    border-radius: 4px;
    text-decoration: none;
    color: #22282C;
    gap: 10px;
}



.solution-selector__preview {
    max-width: 600px;
    overflow: hidden;
}


.solution-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.solution-selector__wrapper-mob {
    display: none;
}

@media screen and (max-width: 1090px) {
    .solution-selector {
        background-color: white;
    }

    .solution-selector__wrapper {
        display: none;
    }

    .solution-selector__wrapper-mob {
        display: flex;
        flex-direction: column;
        gap: 6px;
        background-color: white;
    }

    .solution-selector__wrapper-mob .solution-preview {
        display: flex;
        text-decoration: none;
        justify-content: space-between;
        align-items: center;
        padding: 12px 8px;
        cursor: pointer;
        background-color: #EBF8F5;
    }

    .solution-selector__wrapper-mob .solution-preview p {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #22282C;
    }

}

@media screen and (max-width: 768px) {
    .solution-selector__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .solution-selector {
        padding: 12px 0;
    }

    .solution-selector .container {
        padding: 24px 12px;
    }


}

/*---------solution-end---------*/

#port-second {
    position: relative;
}

.portfolio-loader {
    position: absolute;
    font-size: 16px;
    color: #19534A;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

..portfolio.portfolio-custom-style {
    display: block;
}

.swiper-portfolio .swiper-slide {
  width: 100% !important;
}

.mobile-swiper {
  display: none;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* На мобільних / планшетах до 1024px — показуємо */
@media (max-width: 1024px) {
    
  .mobile-swiper {
    display: block;
  }
  .desktop-portfolio {
    display: none !important;
  }
}

@media (max-widht:767px){
.metering_profession{
    padding: 0;
}
}



/*---------energy-section---------*/
.energy-section {
  padding: 45px 0;
}



.energy-section .container {
	position: relative;
    overflow: visible;
max-width: 1200px;

}

.energy-section__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
    max-width: 677px;
    margin: 0 auto 10px;
color: rgba(25, 83, 74, 1);
}
.energy-section-element {
    position: absolute;
    height: 70px;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
left: -45px;
    top: -30px;
}
.energy-section__desc {
    max-width: 562px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.energy-section__image {
text-align: center;
    margin: 55px 0 75px;
}

.energy-section__image-desc svg,
.energy-section__image img {
  max-width: 100%;
  height: auto;
}

.energy-section__image svg {
	display: none;
}

.energy-section__image-desc svg {
display: inline-block;
}
.energy-section__image-desc svg  path {
  opacity: 0;
  transition: opacity .6s ease;
}

.energy-section__image-desc svg path.show {
  opacity: 1;
}
.energy-section-column:first-child  {
	    max-width: 360px;
}
.energy-section__principle {
    display: flex;
    flex-direction: row;
    background-color: rgba(235, 248, 245, 1);
    padding: 40px 260px 40px 200px;
    gap: 120px;
    justify-content: center;
    align-items: center;
position: relative;
}
.energy-section__principle-element {
	    position: absolute;
    right: 0;
    bottom: 0;
}
.energy-section__principle-title {
    color: rgba(25, 83, 74, 1);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.energy-section__principle-desc {
    font-size: 16px;
    color: rgba(34, 40, 44, 1);
    margin-bottom: 25px;
    line-height: 1.4;
}

.energy-section__link {
display: inline-flex;
    align-items: center;
    color: rgba(34, 40, 44, 1);
    text-decoration: none;
font-size: 16px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 1);
    padding: 12px 20px;
}

.energy-section__link:hover {
  background-color: #127f7b;
}

.energy-section__link .arrow {
  margin-left: 10px;
  font-size: 18px;
}

@media screen and (max-width: 1240px) {
.energy-section__principle {
  padding: 40px 20px;
}

}

/*---------energy-end---------*/

/*---------energy-work-scenario---------*/

.work-scenario {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.work-scenario__title-wrap {
	    display: flex
;
    justify-content: center;
    align-items: center;
    color: white;
}
.work-scenario__top {
	display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    background-color: rgba(0, 123, 117, 1);
padding: 22px 24px;
    gap: 154px;
    border-radius: 10px 10px 0 0;
}
.work-scenario__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #0d2c3e;

}


.work-scenario__title-wrap {
    display: flex
;
    justify-content: center;
    align-items: center;
    color: white;
gap: 40px;
}

.work-scenario__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
max-width: 1160px;
    margin: 0 auto;
}


.work-scenario__item-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.work-scenario__left {
  flex: 1 1 60%;
  min-width: 300px;
}

.work-scenario__desc {
color: white;
font-weight: 400;
font-size: 14px;
leading-trim: NONE;
line-height: 1.4;
    max-width: 365px;
}

.work-scenario__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.work-scenario__number {
  font-size: 24px;
font-weight: 600;
}

.work-scenario__item-title {
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.work-scenario__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}



.form-work-scenario {
	display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 123, 117, 1);
    padding: 60px 140px;
    flex-wrap: wrap;
    position: relative;
}
.form-work-scenario .form-content{
    padding: 10px 20px;

}

.form-work-scenario .form-wrapper  {
	    border-radius: 10px;
padding-bottom: 30px;
}

.form-work-scenario h3 {
width: 100%;
font-weight: 600;
font-size: 36px;
line-height: 1.2;
text-align: center;
color: white;
margin-bottom: 30px;
}
.form-work-scenario .container {
	    position: relative;
}
.form-work-scenario-content {
	display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.form-work-scenario-contact {
	min-width: 560px;
    height: 443px;


}

.form-work-scenario-contact img {
		width: 100%;
    height: 100%;
}

.form-work-scenario-contact .energy-section-element {
	
}

@media screen and (max-width: 1240px) {
.form-work-scenario {
	    padding: 60px 20px;	
}
.form-work-scenario-contact {
	min-width: 494px;
    height: 398px;
}
}
@media screen and (max-width: 1024px) { 
.container {
	max-width: 100%;
}
.energy-section__principle-element {
	width: 50px;
overflow: hidden;
}

.container {
	    padding: 0 25px;
}
.form-work-scenario-contact {
display: none;	
}
}


@media screen and (max-width: 768px) { 
.energy-section .container,
.work-scenario__list {
	max-width: 100%;
}
.form-work-scenario-content {
	justify-content: center;
}

.energy-section__image-desc,
.energy-section__image img {
	display: none;
}

.energy-section__image svg {
	display: inline-block;
    max-width: 100%;
}

.form-work-scenario .form-content{
	    padding: 10px;
}
.energy-section-element {
    transform: scale(0.3);
    left: -28%;
    top: calc(0% - 44px);
height: 98px;
}
.form-work-scenario .container {
	        padding: 0;
}
.form-work-scenario {
	        padding: 40px 20px;
}
.work-scenario__list {
	    margin-bottom: 35px;
}
.form-work-scenario h3 {
font-weight: 600;
font-size: 18px;
line-height: 1.2;
    text-align: left;
}
.work-scenario__title {
	    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2;
}

.energy-section__desc {
	display: none;
}


.energy-section__title {
    font-size: 18px;
	    text-align: left;
    line-height: 1.2;
}

.energy-section__desc {
	text-align: left;
    font-size: 16px;
}

.energy-section-element{
	    transform: scale(0.3);
left: -28%;
        top: calc(-6% - 10px);
}

.energy-section__principle {
	        flex-wrap: wrap;
        padding: 25px 20px;
gap: 20px;
}

.work-scenario__top {
padding: 20px; 

}
.work-scenario__desc {
	font-size: 12px;
}
.work-scenario__item-title,
.work-scenario__number {
font-weight: 600;
font-size: 16px;
line-height: 1.2;
}
	.work-scenario__top {
	    flex-wrap: wrap;
gap: 10px;
}

.work-scenario__title-wrap {
	gap: 16px;
}
}




/*---------energy-work-scenario-end--------*/