/*!
Theme Name: New Energy
Theme URI: http://underscores.me/
Author: An21
Author URI: http://underscores.me/
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: bit
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.

bit 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/
*/

.article__item ul {
    list-style: none; /* Видаляємо стандартні маркери */
    padding-left: 0; /* Забираємо зайвий відступ */
}

.article__item ul li {
    position: relative;
    padding-left: 20px; /* Відступ для іконки */
    font-size: 16px; /* Розмір шрифту */
    line-height: 1.3; /* Висота рядка */
	padding-bottom: 12px;
}

.article__item ul li::before {
    content: "•"; /* Символ кружечка */
    color: #2D7DCF; /* Синій колір */
    font-size: 26px; /* Розмір маркера */
    position: absolute;
    left: 0;
    top: -10px;
}
.slider__btn.disabled{
	opacity: 0.5;
}
.page-template-default ol.list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 0 !important;
	counter-reset: list-counter;
	width: calc(100vw - 60px);
    max-width: 1372px;
    left: 50%;
    transform: translateX(-50%);
	position: relative;
}
.page-template-default ol.list li{
	width: calc(25% - 15px);
	background: #FAFAFA;
	padding: 11px 15px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px !important;
	color: #1C1C1C;
	counter-increment: list-counter;
  	list-style: none;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-default ol.list li a, .page-template-default ol.list li span{
	font-size: 16px;
	line-height: 150%;
	font-weight: 600 !important;
	text-align: center;
	color: #1C1C1C;
}
.page-template-default ol.list li::before{
	content: counter(list-counter, decimal-leading-zero) ". ";
  	font-weight: 600;
	font-size: 36px;
	line-height: 150%;
  	color: #EEF5FB;
	position: absolute;
	left: 0;
	top: -40px;
}
.page-template-default .subtitle{
	margin-bottom: 85px;
	text-align: center;
	color: #001F64;
	font-size: 32px;
	font-weight: 600;
	display: block;
}
html{
 	scroll-behavior: smooth;
}
@media (max-width: 991px){
	.page-template-default ol.list li{
		width: 100%;
		margin-bottom: 20px !important;
	}
}
.article__body ol{
	padding-left: 20px;
	margin-bottom: 4px;
}
.article__body ul{
	margin-bottom: 4px;
}
.article__body ol li{
	font-size: 16px;
    line-height: 1.3;
    padding-bottom: 12px;
}
.top__form.form-actions-header{
	display: none;
}
@media (min-width: 1200px){
.cards-main-projects__column .bottom-card-project{
	height: auto;
    flex: 0 0 auto;
}
}