body {
    font-family: 'Ubuntu', sans-serif;;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.logo-img {
    max-width: 250px;
}

.first{
    background-image: url('../img/main.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

header {
    display: flex;
    flex-flow: row wrap;
    height: 90px;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.5);
}


header .buttons {
    display: flex;
    flex-flow: row nowrap;
}

.buttons a {
    text-decoration: none;
    align-self: center;
    margin: 0px 10px;
    color: #0D6873;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;
}

section {
    display: flex;
    flex-flow: row wrap;
}

.main-text {
    margin-left: 10%;
    padding-top: 7%;
    padding-bottom: 40%;
    max-width: 60%;
    font-size: 25px;
    font-weight: bold;
}

.main-title {
    padding: 4%;
}

.main-title-1 {
    color: #FFCB04;
}

.main-title-2 {
    margin-left: 13%;
    color: #FFCB04;

}

.main-title-3 {
    margin-left: 26%;
    color: #FFCB04;

}

.audit {
    display: flex;
    justify-content: center;
}

.title {
    display: block;
    margin: auto;
    text-align: center;
    padding: 3% 0 0;
    font-size: 2em;

    color: #0d6873;
    text-transform: uppercase;
}

.title-uk:after {
    content: '';
    display: block;
    border-bottom: 3px solid #0d6873;
    width: 165px;
    margin: 30px auto;
}

.gray-section {
    background: #d7d7d7;
}

.green-section {
    background: #0d6873;
    margin-top: 2%;
    font-color: white;
}

.sub-title {
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 1%;
    font-size: 1.5em;
    color: #0E5E3A;

}

.audit-link {
    justify-content: space-around;

}

.audit-link-1 {
    max-width: 200px;
    width: 100%;
}

.main-info-block {
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2%;
    color: black;
}

.activity-main {
    display: flex;
    justify-content: center;
    margin: 0 10%;
}

.activity-info {
    padding-bottom: 5%;
}

.activity-info-link {
    justify-content: center;
    max-width: 170px;
    width: 100%;
}

.activity-info-link:hover {
    background-color: #bcbcbc;

}

.own-main {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; 
    overflow: auto;   
}

.own-main p {
    display: flex;
    justify-content: center;
    margin: 2%;
}

.own-info-img {
    display: block;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.direct {
    display: flex;
    justify-content: center;
    padding: 2%;
    background-color: rgba(225, 222, 222, 0.40);
}

.accordion {
    display: flex;
    justify-content: left;
    padding: 10%;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px; 
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    line-height: 20px;
    transition: 0.4s;
    margin: 0px auto;
}

.button.accordion {
    display: flex;
    justify-content: center;
    padding: 10%;
    text-align: center;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 20px 20px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.uk-panel-box {
    padding: 15px;
    margin: 5px;
    background: #f5f5f5;
}

.info-fonds {
    padding: 15px;
    background-color: white;
    font-size: 10px;
    line-height: 15px;
}

 .column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
   }

.but-fond {
    display: flex;
    justify-content:center;
}


.uk-panel, .uk-panel:hover {
    text-decoration: none;
    color: #1f6e78;
}

.button-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Створюємо 2 колонки */
    gap: 10px; /* Відступ між кнопками */
}




.footer {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 2%;
    background-color: #1c1c1d;
    color: #7e7e7f;
}

.footer-info {
    display: flex;
    flex-flow: row wrap;

}

.footer-info p,a {
    padding: 1%;
    padding: 0 15px;
    font-size: 11px;
    line-height: 19px;

}

.footer-info a {
    color: #7e7e7f;
}

#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 5px 10px 10px; /* отступы */
    background: #aaa;
    border-radius: 10px; /* скругление углов */
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
    left: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
    width: 40px;
    height: 40px;
}


.form-container {
            justify-content: center;

	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
}

.form-container h4 {
	text-align: center;
	margin-bottom: 10px;
}

.form-container input, .form-container textarea {
	width: 95%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.form-container button {
	width: 100%;
	padding: 10px;
	background-color: #0d6873;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.form-container button:hover {
	background-color: #1c1c1d;
}



.notifications-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 рівні колонки */
    gap: 20px; /* Відступ між блоками */
    padding: 20px;
    max-width: 500px; /* Обмеження ширини для гарного вигляду */
    margin: auto;
}

.notification-block {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-block a {
    text-decoration: none;
    color: #0D6873;
    font-weight: bold;
}




    text-decoration: none;
    align-self: center;
    margin: 0px 10px;
    color: #0D6873;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;