.dark .mainpage-our-projects-with-graph--header {
    border-bottom: 1px solid #515860;
}
.dark .mainpage-our-projects-with-graph--header h2 {
    color: var(--white);
}

.dark .nav-slider-button {
    background: #59606A;
}
.dark .mainpage-our-projects-with-graph--header .nav-slider-button::after {
    filter: brightness(0) invert(1);
}
.dark .mainpage-our-projects-with-graph .grid-wrapper .row-1 {
	background: #353D49;
	color: var(--white);
}
.dark .mainpage-our-projects-with-graph .grid-wrapper .row-1 .linkBlock .project_name{
	color: #4D9AFF;
}
.dark .mainpage-our-projects-with-graph .grid-wrapper .row-2 {
	background: #4F5969;
	color: var(--white);
}
.dark .mainpage-our-projects-with-graph .grid-wrapper .row-3 {
	background: #353D49;
	color: var(--white);
}

.dark .block_results__top .block_results--result {
    box-shadow: 0px 4px 24px 0px #00000070;
}

.dark .mainpage-our-projects-with-graph .completed_work--list .completed_work--item .step-number {
	background: #59606A;
}

.dark .mainpage-our-projects-with-graph .completed_work--list .completed_work--item .arrow {
	filter: brightness(0) invert(1);
}
.dark .mainpage-our-projects-with-graph .chart-container {
	background: #28313D;
}

.dark .apexcharts-xaxis-title text.apexcharts-xaxis-title-text,
.dark text.apexcharts-xaxis-label tspan,
.dark text.apexcharts-yaxis-label tspan
{
	fill: var(--white);
	opacity: 0.7;
}
.dark line.apexcharts-gridline {
	stroke: #FFFFFF;
	opacity: 0.2;
}

.dark .swiper-scrollbar-drag {
    background: #515860;
}
.dark .block_results {
   background: linear-gradient(270deg, #59606A 0%, #4F5969 100%);
} 

.mainpage-our-projects-with-graph .grid-wrapper .row-1 {
	padding:24px 20px 16px 20px;
}
.row-2 .graph_section__subsection {
	margin-top: 40px;
}

.mainpage-our-projects-with-graph .project_name {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #006DFE;
}


.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background: #BAD8FF;
    height: 3px;
    margin-top: 24px;
    position: static;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
}
.swiper-scrollbar-drag {
    background: #006DFE;
}
.mobile-show {
	display: block;
}
.mobile-hidden {
	display: none;
}
.desktop-hidden {
	display: none;
}

.mainpage-our-projects-with-graph {

}
.mainpage-our-projects-with-graph .grid-wrapper {
	background: #F8FAFD;
}

.mainpage-our-projects-with-graph .grid-wrapper .row-1,
.mainpage-our-projects-with-graph .grid-wrapper .row-2,
.mainpage-our-projects-with-graph .grid-wrapper .row-3 {
	padding: 24px 20px;
}

.mainpage-our-projects-with-graph .grid-wrapper .row-1 .linkBlock .project_name--link {
    width:10px;
    height:10px;
}

.mainpage-our-projects-with-graph .grid-wrapper .row-1 .linkBlock .project_name__link--block {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.mainpage-our-projects-with-graph--header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D7E1EC;
    margin-bottom: 24px;
}

.mainpage-our-projects-with-graph--header h2 {
	font-family: Unbounded;
	font-weight: 200;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--text-dark-grey);
}
.mainpage-our-projects-with-graph--header .swiper-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:16px;
}

.nav-slider-button {
	background: #E4EBF5;
	width: 48px;
	height: 48px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: background 1s;
}
.nav-slider-button:hover {
	background: #006DFE;
}.nav-slider-button:hover::after {
	filter: invert(1);
}
.nav-slider-button::after { 
	content: "";
	position: relative;
    display: flex;
    justify-content: center;
	align-items:center;
}
.mainpage-our-projects-with-graph--header .button-prev,
.mainpage-our-projects-with-graph--header .button-next {
	position: static;
}
.mainpage-our-projects-with-graph--header .button-prev::after {
	content: url(./img/arrow-right.svg);
}
.mainpage-our-projects-with-graph--header .button-next::after {
	content: url(./img/arrow-left.svg);
}

.mainpage-our-projects-with-graph .project_name {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	text-decoration: underline;
	text-decoration-style: solid;
}

.mainpage-our-projects-with-graph .text_part_1 {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}
.mainpage-our-projects-with-graph .text_part_2 {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;

}
.mainpage-our-projects-with-graph .chart-container {
	box-shadow: 0px 11px 23.7px 0px #28313D0F;
	opacity: 1;
	border-radius: 12px;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	background: var(--white);
}
.block_results {
	background: linear-gradient(270deg, #0087FF 0%, #006FFF 100%);
	linear-gradient(270deg, color(display-p3 0.000 0.518 1.000) 0%, color(display-p3 0.000 0.427 0.996) 100%);
	min-height: 126px;
	opacity: 1;
	gap: 20px;
	padding: 16px 12px;
	border-radius: 12px;
	color: var(--white);
}

.block_results .block_results__top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.block_results__top .block_results--title {
	font-family: Unbounded;
	font-weight: 200;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0;

}
.block_results__top .block_results--result {
	box-shadow: 0px 4px 24px 0px #16365A29;
	border-radius: 4px;
	border-width: 1px;
	padding: 6px;

}.block_results__top .block_results--result span {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.block_results__top .block_results--result span::before {
	content: url(./img/timer.svg);
    display: block;
    height: 14px;
}
.block_results--description {
	margin-top: 20px;
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;

}
.completed_work {

}
.completed_work--list {
    list-style: none;
    padding: 0;
    gap: 12px;
}
.completed_work--list .completed_work--item {
    display: flex;
    align-items: center;
    gap: 17px;
    position: relative;
}
.completed_work--list .completed_work--item  .step-number {
    z-index: 11;
    width: 34px;
    height: 34px;
}
.completed_work--list .completed_work--item  .arrow::before {

    content: url(./img/blue-arrow.svg);
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border: 1px solid #006DFE;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 55px;
    width: 34px;
    height: 34px;
    left: 28px;
}
.completed_work--item .value {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
}

.mainpage-our-projects-with-graph .completed_work--list .completed_work--item .icon-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.mainpage-our-projects-with-graph .completed_work--list .completed_work--item .step-number {
    width: 24px;
    height: 24px;
    margin-right: 24px;
}
.mainpage-our-projects-with-graph .completed_work--list .completed_work--item .arrow::before {
    content: unset;
}
.mainpage-our-projects-with-graph .completed_work--list .completed_work--item .arrow {
    background-image: url(./img/blue-arrow.svg);
    background-size: 6px 7px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--main-basic);
    position: absolute;
    left: 24px;
}

.text_part_1 > *,
  {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #28313D;
	margin: 0 0 12px 0;
}
.text_part_1 p {
	margin: 0 0 12px 0;
}
.completed_work--list {
    margin-top: 27px;
    gap:15px;
}
.completed_work--title {
    margin-top: 40px;
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

@media (min-width: 320px) {
	.mobile-show {
		display: block;
	}
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }
}
@media (min-width: 375px) {
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }    
}
@media (min-width: 425px) {
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }    
}
@media (min-width: 550px) {
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }    
}

@media (min-width: 768px) {
    .mainpage-our-projects-with-graph--header h2 {
        font-weight: 200;
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 21px;
    }

    .mainpage-our-projects-with-graph {

    }
   .mainpage-our-projects-with-graph .completed_work--list .completed_work--item .step-number {
        width: 36px;
        height: 36px;
        margin-right: 24px;
    }
    .mainpage-our-projects-with-graph .completed_work--list .completed_work--item .arrow::before {
        content: unset;
    }
    .mainpage-our-projects-with-graph .completed_work--list .completed_work--item .arrow {
        background-image: url(./img/blue-arrow.svg);
        background-size: 6px 7px;
        background-repeat: no-repeat;
        background-position: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid var(--main-basic);
    }
    .mainpage-our-projects-with-graph .grid-wrapper {
		display: grid;
    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }
	.mainpage-our-projects-with-graph .grid-wrapper .row-1 {
		order: 1;
	}

    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_row {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }
    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_row .text_part_1,
    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_row .text_part_2 {
        flex: 1 1 50%;
    }
    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_part_2 .text-2-p-1 {
        margin-top: 0;
    }
    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_part_2 ul,
    .mainpage-our-projects-with-graph .grid-wrapper .row-1 .text_part_2 ol {
        padding-left: 20px;
    }

	.mainpage-our-projects-with-graph .grid-wrapper .row-2 {
		order: 3;
	}
	.mainpage-our-projects-with-graph .grid-wrapper .row-3 {
		order: 2;
	}

	.mainpage-our-projects-with-graph .grid-wrapper .row-2 .graph_section {
		display: grid;
		grid-auto-columns: 1fr 1fr;
		grid-auto-flow: column;
		gap: 40px;
	}
	.mainpage-our-projects-with-graph .grid-wrapper .row-3 {
		display: grid;
		grid-auto-columns: 1fr 1fr;
		grid-auto-flow: column;
		gap: 40px;
		order: 1;
	}

    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }
    .tablet-show {
        display: block;
    }
    .tablet-grid-show {
        display: grid;
    }
    .tablet-flex-show {
        display: flex;
    }
    .tablet-hidden {
        display: none;
    }   
}
@media (min-width: 1024px) {
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }    
}
@media (min-width: 1140px) {
    #mainpage-our-projects-with-graph .container {
        padding: 0;
    }
	.mainpage-our-projects-with-graph--header h2 {
        font-family: Unbounded;
        font-weight: 200;
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: 0;
    }

	.desktop-show {
		display: block;
	}
    .desktop-grid-show {
        display: grid;
    }
    .desktop-flex-show {
        display: flex;
    }
	.desktop-hidden {
		display: none;
	}
	
    .mainpage-our-projects-with-graph {
	
    }
    .row-2 .graph_section__subsection {
    	margin-top: 0;
    }
    .completed_work--list {
        gap: 47px 27px;
    }
    .mainpage-our-projects-with-graph .grid-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(1, 1fr);
    }
	
	.mainpage-our-projects-with-graph .grid-wrapper  .row-1 {
	  grid-row: 1 / 2;
	  grid-column: 1 / 2;
	  
	  padding: 32px 24px 24px 24px;
	  background: #F8FAFD;
	  order: auto;
	}

	.mainpage-our-projects-with-graph .grid-wrapper  .row-2 {
	  grid-row: 1 / 2;
	  grid-column: 2 / 4;
	  padding: 40px 32px 32px 32px;
	  background: #EFF4FB;
	  order: auto;
	}

	.mainpage-our-projects-with-graph .grid-wrapper  .row-3 {
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        gap: 40px;
        order: auto;
		gap: 95px;
	}
	
    .mainpage-our-projects-with-graph .project_name {

    }
	.mainpage-our-projects-with-graph .grid-wrapper .row-2 .graph_section {
		display: grid;
		grid-auto-columns:1fr;
		grid-auto-flow: row;
		gap: 45px;
	}
    .mainpage-our-projects-with-graph .row-1 .text_part_1 {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    .mainpage-our-projects-with-graph .row-1 .text_part_2 {
        margin-top: 40px;
    }

    .mainpage-our-projects-with-graph .chart-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .completed_work--list {
        margin-top: 0;
    }

    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }
    .row-1 .linkBlock {
        margin-bottom: 40px;
    } 
    .block_results__top .block_results--result {
        box-shadow: 0px 4px 24px 0px #16365A29;
        border-radius: 4px;
        border-width: 1px;
        padding: 9px;
        box-shadow: 0px 4px 24px 0px #16365A29;
        border: 1px solid #FFFFFF4D;
    }
}
@media (min-width: 1350px) {
    .mainpage-our-projects-with-graph {

    }
    .mainpage-our-projects-with-graph .grid-wrapper {

    }
    .mainpage-our-projects-with-graph .project_name {

    }

    .mainpage-our-projects-with-graph .text_part_1 {

    }
    .mainpage-our-projects-with-graph .text_part_2 {

    }

    .mainpage-our-projects-with-graph .chart-container {

    }


    .block_results__top .block_results--title {

    }
    .block_results__top .block_results--result {

    }

    .completed_work {

    }    
}