body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: weight; 
    font-style: normal;
    color:#180505
}
li {
  list-style-type: none;
  /* Убираем маркеры */
}
.logo_navbar {
    transition: transform 0.3s ease;
}

.logo_navbar:hover {
    animation: shake 0.5s forwards;
    transform: scale(1.1);
}

@keyframes shake {
    0% {
        transform: translateX(0); 
    }
    25% {
        transform: translateX(-5px); 
    }
    50% {
        transform: translateX(5px); 
    }
    75% {
        transform: translateX(-5px); 
    }
    100% {
        transform: translateX(0);
    }
}

.shapka_but {
    font-weight: 600;
    border: 2px solid #14690b;
    border-radius: 5px;
    color: #14690b;
}


/*main*/

.welcome h2{
    margin-top: 150px;
    margin-bottom: 60px;
    font-size: 32px;
}

.block_main {
    margin-top: 20px;
}

.main_text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.main_but {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 600;
    padding: 15px 40px;
    border: 2px solid #14690b;
    border-radius: 5px;
    color: #14690b;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}

.main_text p {
    font-size: 16px;
}

.donate h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 70px;
}

.donate p {
    font-size: 16px;
}


#sumDonate {
    padding-bottom: 20px;
    font-size: 21px;
}

.radio_button {
    display: flex;
    height: 55px;
    width: 120px;
    margin-right: 7px;
    border: 2px solid #14690b;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

input[type="radio"] {
    display: none;
}

.form_donate {
    margin-top: 50px;
    max-width: 500px;
}

.oferta {
    color: #000000
}

#other_sum {
    display: inline-block;
    height: 55px;
    padding: 15px 25px;
    border: 2px solid #14690b;
    border-radius: 7px;
    background-color: transparent;
    text-align: center;
}

.radio_help {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    border: 2px solid #14690b;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    height: 55px;
    width: 245px;
}

.help {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#thanks, #thanks_many, #thank, #thanks_more {
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 9px;
}

#name, #email{
    display: inline-block;
    margin: 7px 0;
    width: 100%;
    padding: 15px 25px;
    border: 2px solid #14690b;
    border-radius: 5px;
    background-color: transparent;
}

#but_help {
    font-size: 21px;
    display: inline-block;
    margin: 7px 0;
    width: 100%;
    padding: 11px 25px;
    border: 2px solid #14690b;
    border-radius: 5px;
    background-color: transparent;
    color:#14690b;
    font-weight: 600;
}

#agree {
    cursor: pointer;
}

u {
    cursor: pointer;
}

.agree {
    font-size: 13px;
    padding: 7px 0;
}

.footer_info, .footer_contacts {
    margin-top: 200px;
}


/*about_us*/

.we_info {
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 16px;
}

.we_info h2, .football h2, .network h2, .network h2, .football_video h2{
    margin-bottom: 30px;
    font-size: 32px;
}

.football {
    font-size: 16px;
    margin-bottom: 100px;
}

.network {
    margin-bottom: 100px;
}

.contacts_info {
    margin-top: 150px;
    font-size: 16px;
    margin-bottom: 140px;
}

.contacts_info img{
     margin-bottom: 15px;
     margin-right: 7px;
}

.zag_video_one {
    margin-left: 175px;
}

.zag_video_two {
    margin-left: 375px;
}

.vidos_one {
    margin-right: 10px;
    margin-bottom: 15px;
}

.vidos_two {
    margin-left: 10px;
    margin-bottom: 15px;
}

/*events*/

.slider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1; 
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 2rem;
    padding: 0.5rem;
    z-index: 10;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.img_events {
    width: 100%; 
    height: auto; 
}

.events_info h2{
    margin-top: 150px;
    font-size: 32px;
}

.p_main {
    font-size: 16px;
}

.name_events {
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 20px;
}

ul {
    list-style: none;
    font-size: 16px;
}

ul .event_li::before {
    content: "—";
    position: relative;
    left: -10px;
}

.p_event {
    margin-top: 50px;
    font-size: 16px;
}

.one_photo {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*documents*/

.photo_doc {
    transition: transform 0.3s ease;
    margin-top: 30px;
}

.photo_doc:hover {
    transform: scale(1.1);
}

.doc span {
    font-size: 16px;
}

.documents h2 {
    margin-top: 150px;
    margin-bottom: 70px;
    font-size: 32px;
    text-align: center;
    margin: 120px 0;
}

.doc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 90px;
}

/*reports*/

.reports_info {
    margin-top: 150px;
    font-size: 16px;
}

.reports_info h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.reports_info ol li{
    padding: 0 0 20px 0;;
}

/*contacts*/

.contacts_info h2{
    margin-bottom: 30px;
}

.sym_contacts {
    width: 27px;
    margin-top: 10px;
}

.inn {
    margin-left: 20px;
}