/*
    Theme Name: Нова генерація
    Description: Theme for Wordpress 
    Version: 1.0
    
    Author: Ant3Dstudio
 	Author URI: https://www.ant3dstudio.com/
 	
 	Tags: ant3dstudio
 	Text Domain: ngeneration
*/

@import url('css/theme.css');
@import url('css/theme-advanced.css');
@import url('css/header-footer.css');
@import url('css/homepage.css');

*{
	margin:0px;
	padding:0px;
}

body {
	font-family: "IBM Plex Sans", sans-serif !important;
}


.ibm-plex-sans-100 {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}





/**************************************************************************HISTORY-PAGE*****************************************************************************************************************/

.img-col-histiry-bock figure{
	width:433px;
	height:470px;
	background-color:#D9D9D9;
	overflow:hidden;
	border-radius:10px;
}


.img-col-histiry-bock figure img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}

.top-histiry-page-block{
	/*margin-bottom:69px;*/
	display: flex;
    flex-direction:column;
}
.top-histiry-page-block .card-third-section{
	width: 100%;
	padding:18px 30px;
}
.top-histiry-page-block .card-third-section p {
	width: 285px;
}
.top-histiry-page-block .grid-third-section {
	
	max-width:unset;
	width: 100%;
}
.btn-next-prev{
	column-gap:13px;
}
.btn-prev, .btn-next{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:14px 17px 14px 17px;
	border:1px solid #00000080;
	border-radius:50%;
	transition:all 0.3s;
}
.btn-prev:hover, .btn-next:hover{
	background-color: #6cc3ff;
    border: 1px solid #00547a;
}
.btn-prev:hover img, .btn-next:hover img{
	filter: invert(1);
}
.top-histiry-page-block .mission-description h2{
	max-width: 323px;
}
.mission-description-top{
	margin-bottom:80px;
}
.top-histiry-page-block .mission-description p{
	margin-bottom:unset;
	max-width: 323px;
}
.bottom-histiry-bock{
	margin-bottom:81px;
}
.mission-page-history{
	padding:30px;
	position:relative;
}
.top-histiry-page-block .mission-description{
	    padding: unset;
    align-items: center;
}


.section-help-page-history .card-help:before{
	background-color:#EEF1F6;
	
}
.section-advice-history-page {
	padding:40px 80px;
	position:relative;
	overflow:hidden;
}
.left-col-advice-history{
	position: relative;
}
.left-col-advice-history h2{
	max-width: 323px;
}
.left-col-advice-history .btn{
	display: inline-flex;
}

.section-our-group figure{
	width: 100%;
    height: 337px;
    border-radius: 10px;
    overflow: hidden;
	margin:0px;
}
.section-our-group figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-our-group ul li{
	margin-bottom:15px;
}
/***********************************************SINGL-HISTORY-PAGE***********************************************************************************/
.top-block-singl-histiry{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-block-singl-history{
	margin-bottom: 105px;
    padding: 15px;
}

.img-block-singl-history-2001 figure{
	width:395px;
	height:380px;
	background-color:#D9D9D9;
	margin:0px;
}
.img-block-singl-history-2001 figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	
}
/************2001***********/

.img-block-singl-history-2001 figure{
	width: 100%;
    height: 380px;
    margin: 0px;
    border-radius: 10px;
    overflow: hidden;	
}

/**************************************TIME-LINE**************************************************************/


.time-line-container{
	display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 24px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.time-line-container::before{
	content: "";
    position: absolute;
    top: 0px;
    left: 15px;
    width: 4px;
    height: 100%;
    background-color: #D0D0D0;
    z-index: 1;
}
.time-line-container::after{
          	content: "";
            position: absolute;
            top: 0px;
			left: 15px;
			width: 4px;
			height:0px;
            background-color: #FDA501;
            z-index: 2;
            transition: width 0.3s ease;
        }
.time-line-col{
	text-decoration: none;
    color: #D0D0D0;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 13px;
}
.time-line-col:hover p,
.time-line-col:hover span{
	color:#FDA501;
}
.time-line-col p{
	color: #D0D0D0;
    font-size: 13px;
    font-weight: 400;
}
.marker-time-line{
	    width: 10px;
    height: 10px;
	aspect-ratio: 1 / 1;
    border: 1px solid;
    border-radius: 50%;
	background-color:#fff;
	z-index:3;
}
 /* CSS решение через data-атрибуты */
        .time-line-container[data-active="1"]::after { width: calc(16.66%); }
        .time-line-container[data-active="2"]::after { width: calc(33.33%); }
        .time-line-container[data-active="3"]::after { width: calc(50%); }
        .time-line-container[data-active="4"]::after { width: calc(66.66%); }
        .time-line-container[data-active="5"]::after { width: calc(83.33%); }
        .time-line-container[data-active="6"]::after { width: calc(100%); }

        /* Сброс заполнения при уходе курсора */
        .time-line-container:not([data-active])::after {
            width: 0;
        }

/**************************************************************************REPORTS-PAGE*****************************************************************************************************************/
.container-report{
	padding:70px 0px 200px;
}
.row-list-report{
	display: flex;
    justify-content: space-between;	
	align-items: center;
	border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 28.5px 20px;
}

	/*.row-list-report:first-child {
		border-bottom: none;
	}

	.row-list-report:last-child {
		border-bottom: none;
	}*/
.row-list-report p {
	margin:0px;
}
.btns-row-list-report{
	display: flex;
    column-gap: 20px;
}

.btns-row-list-report .btn {
	width:185px;
	display:flex;
	justify-content:center;
}
.btns-row-list-report .btn:hover{
	border-color: #017AB5;
    box-shadow: 0 4px 12px rgb(182 219 247);
    transition: box-shadow 0.3s ease;
}
.btn-dowloads{
	border-color: #017AB5;
	column-gap:14px;
}
/**********************************************ARCHIVE-TOP-SECTION******************************************************************************/
.top-section-archive{
	padding: 69px 0px 40px;
	position:relative;
	overflow:hidden;
}
.top-section-post-page .container{
	position: relative;
    z-index: 3;
}


/************************************************************************ARCHIVE-PEOIPLES**************************************************************************************************************/

.top-section-our-team-page::after {
	position:absolute;
	top:0px;
	right:0px;
	content: url('https://www.novaheneratsiia.org.ua/wp-content/uploads/2025/07/circle-banerpage-our-team.svg');
	z-index:1;
}
.top-section-our-team-page .container {
	z-index:2;
	position:relative;
}
.bottom-section-our-team-page{
	padding:40px 0px 150px;
}



.nav-pills .nav-link {
  color: #999;
	font-size:20px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
}

    .nav-pills .nav-link.active {
      	color: #f90;
      	background-color: transparent;
		font-weight: 700;
		padding-bottom: 18px;
    }

    .nav-pills .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #f90;
    }

   





.peoples-list-menu {
  font-family: Arial, sans-serif;
  
}

.peoples-list-menu ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	display: flex;
	column-gap:35px;
	border-bottom:2px solid #EEF1F6;
}

.peoples-list-menu li {
  	padding: 10px 0;
  	position: relative;
	padding-bottom: 0px;
}

.peoples-list-menu a {
  text-decoration: none;
  color: #9D9D9D;
  font-weight: 700;
  font-size: 19px;

}
.peoples-list-menu a:hover{
	color:#f90;
	/*border-bottom:2px solid #f90;*/
}
.peoples-list-menu li.active a {
  color:#f90; /* оранжевый */
  font-weight: bold;
}

.peoples-list-menu li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f90;
}

.peoples-grid{
	padding-top: 40px;
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	gap: 20px;
}

.people-card1{
	width: 320px;
    border-radius: 10px;
    overflow: hidden;
}
.people-card1 figure{
	width: 320px;
    height: 369px;
	margin:0px;
}
.people-card1 figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-block-people-card1 figure{
	width: 32px;
    height: 32px;
    padding: 6.5px;
    background-color: #00000033;
    border-radius: 50%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-block-people-card1 figure img{
	width: 18px;
    height: 18px;
}
.description-people-card1{
	padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.social-block-people-card1{
	column-gap: 12px;
    align-items: center;
}
.social-block-people-card1 span{
	border: 1px solid #262626;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 100px;
    line-height: 100%;
}
.people-card1:nth-child(2n) {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.people-card1:nth-child(2n+1) {
    /* Оставляем исходный фон, который задается классом back-c */
}

/************************************************************************ARCHIVE-POST*******************************************************************************************************/
.top-section-archive .btn{
	display: block;
    align-items: center;
    width: 172px;
}
.top-section-post-page::after {
	position:absolute;
	bottom:-6px;
	right:0px;
	content: url('https://www.novaheneratsiia.org.ua/wp-content/uploads/2025/08/circle-banerpage-post.svg');
	z-index:1;
}
.categories-post-page h4{
	margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.categories-post-page a{
	text-decoration:none;
    font-size: 15px;
    font-weight: 400;
	color:#000000;
	border: 1px solid #2592C5;
	border-radius:100px;
	padding:10px 16px;
	margin-bottom:5px;
	white-space: nowrap;
}
.categories-post-page a:hover{
	text-decoration:underline;
	background-color:#EEF1F6;
}

.categories-post-page a.active {
	background: linear-gradient(92.36deg, #FDB100 5.23%, #FD8B00 95.57%);
    border: 3px solid transparent;
    color: #fff;
}

.categories-post-page  .list-categories-post-page {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.grid-post-cards-post-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* расстояние между карточками */
}

.post-card-post-page{
	overflow:hidden;
	background-color:#F3F3F3;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  	transition: box-shadow 0.3s ease;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}
.post-card-post-page:hover{
	box-shadow: 0 30px 30px -25px rgb(0 0 0 / 20%);
}
.post-card-post-page figure{
	width:100%;
	height:202px;
	margin:0px;
	
}
.post-card-post-page figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	
}
.description-post-card-post-page{
	padding:20px;
}
.description-post-card-post-page span{
	font-size: 14px;
    color: #5D5D5D;
   
}
.description-post-card-post-page h6{
	    margin: 15px 0px 10px;
   
}
.description-post-card-post-page p{
	font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 20px;
   
}
.learn-more-post-card-post-page{
	display: flex;
    justify-content: space-between;
    border-top: 1px solid #E7E7E7;
    padding: 20px;
	text-decoration:none;
	align-items:center;
}
.learn-more-post-card-post-page:hover{
	text-decoration:underline;
}
.learn-more-text{
	font-size: 15px;
    font-weight: 700;
    background: linear-gradient(93.99deg, #33A6DB 5.71%, #017AB5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.learn-more-icon{
	    padding: 8px;
    border: 1px solid #2592C5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-more-icon:hover{
	background-color:#EEF1F6;
}

/************************************************************************SINGL-POST*******************************************************************************************************/
.section-singl-post h2{
	margin-bottom:40px;
}

.section-singl-post p {
	margin: 10px 0px;
    text-align: justify;
}

.section-singl-post figure{
	width: 100%;
    height: 560px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px;
	position:relative;
}

.section-singl-post figure.wp-block-gallery, .section-singl-post figure.wp-block-gallery figure {
	height:unset;
}
	.section-singl-post figure img{
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
	
	.section-singl-post figcaption {
		display: block;
		position: absolute;
		bottom: 0px;
		background: #ffffff63;
		width: 100%;
		margin: 0px;
		padding: 11px;
		color: #ffffff;
		backdrop-filter: blur(11px);
		-webkit-backdrop-filter: blur(11px);
	}

.bottom-section-singl-post .grid-post-cards-post-page{
	grid-template-columns: repeat(4, 1fr);
}


.singl-post-content{
	max-width: 886px;
    margin: 0 auto;
    padding: 40px 0px 56px;
}
.bottom-list-post{
	display:flex;
	justify-content:center;
	column-gap:52px;
}

.singl-post-content figure{
	height:auto;
}


.post-date{
	font-size: 14px;
    color: #5D5D5D;
	font-weight:400;
}

/**************************************************************************ARCHIVE-PROJECT**************************************************************************************************/
.year-project-list{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
.year-project-list a{
	font-size: 15px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #EEF1F6;
    padding: 10px 16px;
    border-radius: 100px;
	transition:all 0.3s;
	display:flex;
	justify-content:center;
	align-items:center;
}

.year-project-list a:hover{
	background-color:#F3F3F3;
}

.year-project-list a.active{
	background: linear-gradient(92.36deg, #FDB100 5.23%, #FD8B00 95.57%);
    border: 3px solid transparent;
    color: #fff;
}

.filter{
	font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.project-column{
	display:flex;
	flex-direction:column;
	row-gap:20px;
	padding-top: 45px;
}

.projects-grid {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.div-project-img-name{
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.div-project-name{
	border:0px solid;
	border-radius: 10px;
    border-left-width: 3px;
    padding: 20px;
	opacity: 1;
    border-color: #2592C5;
	background-color:#F3F3F3;
}
.div-project-name p {
	margin:0px;
}

.project-img{
	display: flex;
    column-gap: 18px;
	width:100%;
}
.project-img figure{
	overflow:hidden;
	width:100%;
	height:326px;
}
.project-img figure img{
	object-fit:cover;
	width:100%;
	height:100%;
}
/*******************************************************************ARCHIVE-TENDERS********************************************************************************************************/



.top-section-tenders{
	padding: 70px 0px 50px;
}
.top-section-tenders h2{
	margin-bottom:50px;
}
.tenders-stat-block{
	display: flex;
    justify-content: space-between;
    background-color: #FFFDFD;
    padding: 12px 40px;
}

.stat-value{
	display: flex;
    column-gap: 10px;
    align-items: center;
}

.stat-value-text span{
	font-size: 14px;
    font-weight: 400;
    color: #627088;
    line-height: 100%;
}
.stat-value-text p{
	font-size: 18px;
    font-weight: 600;
}

.tendets-cards-list{
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.tender-card{
	box-shadow: 0px 4px 14px 0px #0000000D;
    padding: 30px;
	display:flex;
	flex-direction:column;
	row-gap:20px;
	transition:all 0.3s;
}
.tender-card:hover{
	box-shadow: 0px 4px 14px 0px #00000024;
}
.top-tender-card-content{
	display: flex;
    justify-content: space-between;
	
}
.price{
	color: #2DA0D6;
    font-size: 20px;
    font-weight: 700;
}
.tender-card h4{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tenders-card-description span, .tenders-date span{
	font-size:14px;
	font-weight:400;
	color:#627088;
}
.bottom-tender-card-content{
	display: flex;
    column-gap: 40px;
	align-items: center;
}
.bottom-tender-card-content .btn{
	 width: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
	color:#fff;
	border:0px;
	transition:background 0.3s;
}
.bottom-tender-card-content .btn:hover{
	color: #fff;
	background-color:#33a6db9c;
	border:0px;
}
.tenders-date p{
	font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}


/**********Contact-form**************************/
.contact-form-tenders-page{
	position:relative;
	
}
.contact-form-tenders-page .wpcf7{
	position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
	width:100%;
	box-shadow: 0px 4px 14px 0px #0000000D;
	top: -190px;
	z-index: 9;

}
.wpcf7 input{
	width:100%;
	
	
}
.contact-form-tel{
	margin-bottom:15px;
}
.contact-form-name{
	margin-bottom:30px;
}
.contact-form-tel input, .contact-form-name input{
	background-color: #EEF1F6;
    border: 1px solid #EEF1F6;
    padding: 9px 15px;
    border-radius: 10px;
   /* color: #BEC8D8;*/
}
.contact-form-tel p , .contact-form-name p{
	font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
}
.contact-form h4{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-form p{
	font-size:14px;
}
.orr{
	position: relative;
    z-index: 2;
	text-align:center;
}
.orr::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    z-index: 1;
}
.orr span{
	 position: relative;
     z-index: 2;
	background-color:#fff;
	padding: 10px;
}

.mail-contact-form{
	display: flex;
    justify-content: center;
}
.mail-contact-form a{
	font-size:14px;
	transition:all 0.3s;
}
.mail-contact-form a:hover{
	text-decoration:underline;
}
.mail-contact-form p{
	margin:0px;
}
.wpcf7-spinner{
	display:none;
}
/*********************************************SIMNDL-TENDERS*********************************************************/
.single-tenders .contact-form-tenders-page .wpcf7 {
	top:0px;
}
.tender-wrapper-page .btn{
	display:flex;
	justify-content:center;
	align-items:center;
}
/*******************************************************************MARCH-PAGE***********************************************************************************/
.top-section-march{
	padding:70px 0px 50px;
}
.wp-block-cover{
	transition:all 0.3s;
	border-radius:10px;
	overflow:hidden;
}
.wp-block-cover__inner-container{

   
}
.wp-block-cover .gold-btn{
	width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-elements-b7f8c71ca1a84e674581b617c6b5142a{
	margin-bottom:30px;
}
.has-background-dim{
	    display: none;
	transition:all 0.3s;
}
.wp-block-cover__inner-container{
	display:none;
	transition:all 0.3s;
}
.wp-block-cover:hover .has-background-dim{
	display:block;
}
.wp-block-cover:hover .wp-block-cover__inner-container{
	 display: flex;
    flex-direction: column;
    align-items: center;
	justify-content:center;
		width: 356px;
}
.row-freedom-people{
	border: 1px solid #EEF1F6;
	border-radius:10px;
	box-shadow: 0px 4px 14px 0px #0000000D;
	    padding: 40px 97px;

}

.row-freedom-people .col-md-5{
	display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.row-freedom-people .col-md-7 .gold-btn{
	width: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-bottom-section-march figure{
	width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
}
.row-bottom-section-march figure img{
	width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.row-bottom-section-march .col-md-4 .gold-btn{
	width: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*********************************************************************CONTACT-PAGE*****************************************************************************************************/
.left-col-contact-page{
	padding:30px;
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-col-contact-page::before{
	content:url("https://www.novaheneratsiia.org.ua/wp-content/uploads/2025/08/circle-contact-page.svg");
	position:absolute;
	bottom:-6px;
	right:0px;
	
	
}
.left-col-contact-page h2{
	margin-bottom:0px;
}
.contact-list-contact-page{
	display:flex;
	flex-direction:column;
	row-gap:30px;
	margin-bottom: 30px;
}
.contact-list-stroke{
	display: flex;
    column-gap: 15px;
    align-items: flex-start;
}
.text-contant h6{
	margin-bottom: 5px;
}
.text-contant p{
	margin-bottom: 0px;
    line-height: 100%;
}
.social-block-conatant-page{
	padding-left: 35px;
}
.social-block-conatant-page h6{
	margin-bottom: 12px;
}
.social-icon-contact-page{
	display: flex;
    column-gap: 47px;
}
.map-contant-page{
	margin-top: 80px;
    overflow: hidden;
}
.map-contant-page iframe{
	display:block;
}

/***************Contact-form***************************/
.contact-form-col{
	padding: 0px 0px 0px 50px;
}
.contact-form-contact-page input, .contact-form-contact-page textarea{
	width:100%;
	border: 1px solid #EEF1F6;
    border-radius: 10px;
    background-color: #EEF1F6;
    padding: 10px 15px;
}
.contact-form-contact-page textarea{
	height: 94px;
}
.contact-form-contact-page p{
	margin-bottom:5px;
	font-size: 14px;
    color: #000000;
}
.contact-form-contact-page h5{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-form-contact-page .btn{
	width:260px;
	border-radius:100px;
	margin-top:25px;
}
/*********************************************************************DONAT-PAGE*****************************************************************************************************/
.top-section-donat-page .row{
	margin:0px 0px 26px 0px;
}
.left-column-top-donat-page .btn{
	width:172px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.right-column-top-donat-page{
	display:flex;
	justify-content:flex-end;
}

.right-column-top-donat-page figure{
	width: 547px;
    height: 332px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}
.right-column-top-donat-page figure img{
	width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.block-4fe3db49-02aa-4c9a-b383-d80a5624fa4a, .block-a1ca0601-a8a1-46e2-aa79-8f331e113c60, .block-fa1a5b66-8a49-45f1-bdd6-25aea5dacdc0, .block-c9c1e67c-649e-4252-8fdd-94067071d813{
	padding-top: 50px;
	padding-bottom:50px;
}
.donat-info{
	border-radius: 10px;
    border-left: 3px solid #34A6DB;
    background: #EEF1F6;
    padding: 20px;
	display: flex;
    flex-direction: column;
    row-gap: 10px;
	margin-bottom:10px;
}
.donat-info-stroke{
	column-gap:90px;
	align-items: flex-start;
}
.donat-info-stroke p{
	margin:0px;
}
.donat-info-stroke a{
	display:flex;
}
.block-4fe3db49-02aa-4c9a-b383-d80a5624fa4a p{
	font-size:18px;
	font-weight:600;
	color:#000000;
	line-height:100%;
	margin:0px;
	
}
.first-column-donat-info{
	width:280px;
}
.first-column-donat-info{
	/*margin-right:80px;*/
}
.img-bottom-donat-section figure{
	margin: 0px;
    width: 547px;
    height: 365px;
    border-radius: 10px;
    overflow: hidden;
}
.img-bottom-donat-section figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
/*****************************************************SEarch-Page*******************************************************************************/
.search-title{
	margin-bottom:20px;
}
.results-section{
	display: flex;
    flex-direction: column;
    gap: 40px;
}
.results-grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

/*****************************************************************404************************************************************************************/
.error-page-section .container{
	position:relative;
	
}

.error-page-section .container figure{
	width:100%;
	
}
.error-page-section .container figure img{
	width:100%;
	
}
.description-error-page{
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
	bottom:169px;
	max-width: 386px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description-error-page h4{
	font-size: 20px;
    color: #2F729F;
}
.description-error-page p{
	text-align: center;
    font-size: 14px;
}



































