
@font-face {
  font-family: 'Georgia';
  src: url(georgia.ttf) format('ttf');
}

/* Responsive Styles */
@media (max-width: 660px) {
    .header-content {
        padding-right: 10px!important;
    }
    .header-image img {
    	display: none;
    }
    .logo__img  {
    	width: 100px!important;
    }
    .leader__text {
    	padding-right: 0!important;
    }
    .wrapper__content {
       flex-wrap: wrap!important;
       justify-content: center!important;
   }
   .leader__img {
       padding-top: 15px;
   }
   
}
@media (max-width: 490px){
	.logo__name {
		font-size: 24px!important;
        line-height: normal!important;
    }
    .logo_wrapper {
      padding-top: 90px!important;
  }
  .header {
      margin-top: 15px!important;
  }
}


html, body {
	color: #000;
	font-family: Georgia, serif!important;
	overflow-x: hidden;
}
.header {
 position: relative;
 width: 100%;
 height: 80px;
 margin-top: 50px;
}

.header-image img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 60px;
}

.header-content {
	max-width: 1240px;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}

nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: black;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    margin-top: 3px;
}
nav ul li a:hover {
	color: grey;
}
nav ul li a:hover::after {
	background: grey;
    width: 100%;
    margin-top: 3px;
}

nav ul li a.active::after {
    width: 100%;
    text-underline-offset: 20px;
    text-decoration-thickness: 9px;
}
#nav-menu {
	position: relative;
}
#nav-menu li ul.submenu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f9f9f9;
  padding: 25px 15px;
  padding-top: 0;
  display: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: slideIn 0.5s ease-out forwards;
  animation: slideIn 0.5s ease-out forwards;
  -webkit-box-shadow: 0px 0px 20px 8px rgb(59 156 226 / 39%);
  box-shadow: 0px 0px 20px 8px rgb(59 156 226 / 39%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255 255 255 / 73%);
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
  border-radius: 10px;
}

#nav-menu li:hover ul.submenu {
  display: block;
  -webkit-transition: display 0.5s;
  -o-transition: display 0.5s;
  transition: display 0.5s;
}

#nav-menu li ul.submenu li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav-menu li ul.submenu li a {
  text-decoration: none;
  color: #000;
  text-transform: none;
  /*display: flex;*/
}

.submenu img{
	width: 22px;
	margin-right: 10px;
}

#main {
	text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: black;
}
.partner_name {
	text-align: center;
}
.wrapper__partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 10px;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.partner {
	max-width: 340px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background: rgb(255 255 255);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgb(11 75 121 / 39%);
    box-shadow: 0 0 20px 0 rgb(11 75 121 / 39%);
    width: 100%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}
.partner:hover {
	-webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}
.partner img {
    max-height: 160px;
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.one_background {
	background-image: url('img/13.jpg');
	background-size: cover;
	background-position: 60% 40%;
	margin-top: -130px;
}
.header__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    right: 0;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    font-size: 16px;
    padding: 0 20px;
}
.header__ul li a {
	font-size: 16px;
	color: #000;
	font-family: Georgia, sans-serif;
	text-decoration: none;
	margin-left: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.container {
	max-width: 1240px;
	margin: auto;
}
.logo_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: left;
   -ms-flex-pack: left;
   justify-content: left;
   max-width: 680px;
   padding-top: 140px;
   padding-bottom: 80px;
   margin: 0 20px;
}
.logo__img {
	width: 165px;
	margin-right: 10px;
}
.logo__name {
	font-size: 30px;
	line-height: 40px;
}
.wrapper {
	padding: 20px;
	background: #edefee96;
	border-radius: 20px;
	opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: slideIn 2s ease-out forwards;
    animation: slideIn 2s ease-out forwards;
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.wrapper__name, .leader__name {
	color: #85363a;
	font-size: 24px;
	margin: 0 0 40px;
	font-family: Georgia, sans-serif;
	font-weight: 600;
}
.wrapper__text, .leader__text {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 32px;
	font-family: Georgia, sans-serif;
}
.wrapper__button {
	text-decoration: none;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: #35abe0;
   color: #fff;
   padding: 12px;
   border-radius: 15px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   max-width: 420px;
   margin: auto;
   margin-top: 90px;
   -webkit-box-shadow: 0 8px 32px 0 rgb(11 75 121 / 39%);
   box-shadow: 0 8px 32px 0 rgb(11 75 121 / 39%);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border: 1px solid rgba(255, 255, 255, 0.18);
   -webkit-transition: -webkit-transform .4s ease;
   transition: -webkit-transform .4s ease;
   -o-transition: transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease, -webkit-transform .4s ease;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   cursor: pointer;
}

.wrapper__button:hover {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrapper__button img{
	width: 30px;
	margin-right: 20px;	
}

.img_section {
	max-height: 600px;
	width: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 230px;
}
.wrapper__line {

}
.button__donat {
	background-image: url('img/5.gif');
	background-size: cover;
	background-position: bottom;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 660px) {
	nav ul {
        display: none;
        flex-direction: column;
        gap: 10px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        padding: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    nav ul.active {
        display: flex;
        margin-top: 70px;
    }

    .hamburger {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
    }
}

/* fond  */

.two_background {
	background-image: url('img/5.gif');
	background-size: cover;
	background-position: center;
}
.leader__name {
	text-align: center;
    padding-top: 70px;
    margin-bottom: 0px;
    padding-bottom: 38px;
}
.wrapper__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 20px;
}
.leader__text {
	padding-right: 20px;
}
.leader__img {
	width: 100%;
	height: 300px;
    max-width: 300px;
	object-position: 80% 25%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    vertical-align: bottom;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
b {
	font-weight: 600!important;
}

.three_background {
	background-image: url('img/3.jpg');
	background-size: cover;
	background-position: center;
}

/* END fond */


.btn {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: #328f02;
   color: #fff;
   padding: 15px;
   border-radius: 15px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   max-width: 420px;
   width: 100%;
   margin: auto;
   text-decoration: none;
   -webkit-box-shadow: 0 8px 32px 0 rgb(11 75 121 / 39%);
   box-shadow: 0 8px 32px 0 rgb(11 75 121 / 39%);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.18);
   -webkit-transition: -webkit-transform .4s ease;
   transition: -webkit-transform .4s ease;
   -o-transition: transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease, -webkit-transform .4s ease;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.btn:hover {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

/*modal*/

.modal {
  display: none; /* Hide the modal window by default */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0px;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(46 46 46 / 0%)
  transition: top 0.5s;
}

.modal-content {
 background-color: #fefefe;
 margin: 10% auto;
 padding: 20px;
 border: 1px solid #888;
 width: 100%;
 max-width: 350px;
 box-shadow: 0 8px 32px 0 rgb(11 75 121 / 100%);
 backdrop-filter: blur(43px);
 -webkit-backdrop-filter: blur(10px);
 /* border: 1px solid rgba(255, 255, 255, 94); */
 border-radius: 10px;
}
.modal-content h2{
	text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: opacity 0.5s; /* Add a transition effect */
}

/* Add a class to animate the modal window */
.modal.show {
  top: 50%; /* Move the modal window to the middle of the screen */
}

.overlay.show {
  opacity: 1; /* Make the overlay visible */
}
form input, label {
	font-size: 16px;
    width: 98%;
    margin: 10px 0;
}

button {
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: #328f02;
   color: #fff;
   padding: 10px;
   border-radius: 5px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   margin: auto;
   border: 1px solid rgba(255, 255, 255, 0.18);
   -webkit-transition: -webkit-transform .4s ease;
   transition: -webkit-transform .4s ease;
   -o-transition: transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease, -webkit-transform .4s ease;
   cursor: pointer;
   margin-top: 30px;
}
button:hover {
  background: #39a302;
}
.text-field__label {
  display: block;
  margin-bottom: 0.25rem;
}

.text-field__input {
  margin: 17px 0;
  display: block;
  width: 93%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.text-field__input::-webkit-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input::-moz-placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input:-ms-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input::-ms-input-placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.text-field__input:disabled,
.text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
/* END  */

.block_photo {
	display: flex;
    align-items: center;
    justify-content: center;
}
.photo {
    max-width: 100%;
}
.photo img {
	width: 100%;
}
.three_background .wrapper__text {
	padding-top: 40px;
    max-width: 1240px;
    margin: auto;
}
.footer {
	font-family: Georgia, serif;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 20px;
    text-align: left;
}
.footer p{
    max-width:1240px; 
    margin: auto
}
