
@font-face {
    font-family: "e-Ukraine";
    src: 
           url("../fonts/e-Ukraine-Regular.woff") format("woff");
           
   }
   

   @font-face {
    font-family: "e-Ukraine Head";
    src: 
           url("../fonts/e-UkraineHead-Regular.woff") format("woff");
   }  

body {
    padding: 0;
    margin: 0;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    /*left: 0;*/
    background: #3F4032;
    overflow-x: hidden;
    transition: 0.5s;
  
  }

  .sidenav .logo img {
      max-width: 65px;
  }

  .sidenav .menu {
    margin-top: 20px;
  }
  

  .sidenav .language {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    margin-top: 20px;
   }

   .sidenav .language .lang_active {
    text-decoration: underline;
   }

   .sidenav .language a {
    padding: 10px;
   }


  .sidenav a {
    padding: 5px 10px;
    
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .sidenav a:hover {
    color: #ffffff;
     text-decoration-line: underline;
  }
  
  .sidenav .closebtn {
    padding: 0;
  }

  .sidenav .closebtn:hover {
    text-decoration: none;
  }

  .sidenav .telephone a {
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 15px;
    text-transform: lowercase;
    color: #FFFFFF;
  }

  .sidenav .social {
    display: flex;
    margin-top: 30px;
  }

  .sidenav .side-donate a {
    width: 200px;
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ffffff;
  }

  .sidenav .side-donate a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #000000;
  }

  .sidenav .side-donate-text {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 20px;
  }

  .sidenav .telephone {
    margin-top: 35px;
  }

header {
width: 100%;
background: #3F4032;
color: #ffffff;
padding: 10px 0;
}

header .menu {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}

header .menu a {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.p10 {padding: 10px 0;}

header .donate {
    border: 1px solid #ffffff;
}
header .donate a {
    color: #ffffff;
    display: flow-root;
}

header .donate:hover {
    background: #ffffff;
}

header .donate:hover a{ 
    color: #000000;
    text-decoration: none;
}

header .language {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

header .language a {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 5px;
}

header .language .lang_active {
    text-decoration: underline;
}

header .social {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
}

header .social a {
    margin: 0 5px;
}

.header-mobile {
    width: 100%;
    background: #3F4032;
    color: #ffffff;
    padding: 10px 0;
    }

.header-mobile .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-mobile .header-social {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.header-mobile .header-social img {
    max-width:35px;
}

.header-mobile .header-social a {
    margin: 0 5px;
}

.header-mobile .burger {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
}

.header-mobile .burger span {
    cursor: pointer;
}


#first_aid_kit {
    width: 100%;
    padding: 0 80px;
    position: relative;
}

#first_aid_kit .blueleft {
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #0075FF;
}

#first_aid_kit .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #3F4032;
    margin: 18px 0;
}

#first_aid_kit .section_desc p {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;  
    color: #3F4032;    
}

#first_aid_kit .section_desc a {
    color: #0075FF;
}

#innovations {
    width: 100%;
    padding: 0 80px;
    position: relative;
}

#innovations .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #3F4032;
    padding: 30px 0;
    text-align: center;
}


#innovations .yellowleft {
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #FFD500;
}

#innovations .number {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 40px;
    color: #000000;
    margin-left: -29px;
    position: relative;
}

#innovations .punkt {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
}

#innovations .plus {
    text-align: center;
    padding: 100px 0 50px 0;
}

#innovations .slogan {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #3F4032;
}


#photos {
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
}

#photos .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3F4032;
    padding: 60px 0 60px 0;
    background: #fff;
    position: relative;
}

#photos .row {
    --bs-gutter-x: 3px;
    --bs-gutter-y: 3px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.dark {
    position: absolute;
    background: #3F4032;
    width: 95%;
    height: 100%;
}

#video {
    width: 100%;
    position: relative;
    padding: 0 0 30px 0;
}

#video .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 30px;
}

#video .row {
    --bs-gutter-x: 3px;
    --bs-gutter-y: 3px;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

#video .bigtext {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 50px;
}

#video .smalltext {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 50px;
}

#video .logos {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 19px;
    color: #FFFFFF;
   text-align: center;

}

#video .name {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 60px 0 50px 0;
}

#video .logos img {
    max-width: 129px;
}

.r5p {
    margin-right: 9.8%;
}

#donate {
    width: 100%;
    padding: 30px 0;
}

#donate .heart {
    margin: 50px 0;
}

#donate .text-heart {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #3F4032;
    margin-bottom: 30px;
}

#donate .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #3F4032;
}

#donate .tab-pane {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.07em;
    color: #000000;
    text-align: center;
    padding: 20px 0;
}

#donate .paypal {
    max-width: 248px;
}

#donate .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    transition: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.07em;
    border: 1px solid #3f4032;
    margin-bottom: 10px;
}

#donate .nav-link:hover {
    color: #0075FF;
}

#donate .nav .active {
    background: #3f4032!important;
    color: #ffffff!important;
    border: 1px solid #3f4032;
}

footer {
    width: 100%;
    padding: 30px 0;
    color: #ffffff;
    background: #3f4032;
}

footer .title {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
}

footer .contacts {
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 80px;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer .social a {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: left;
}

footer .phones {
    text-align: right;
}

footer .phones a {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #FFFFFF;
}

footer .dev {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer .dev a {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        width: 19%;
        float: left;
        margin: 0.5%;
    }
}  

@media only screen and (max-width: 991px) {
   #first_aid_kit {
       padding: 0 30px;
   }
   #first_aid_kit .blueleft {width: 30px;}
   #innovations {
        padding: 0 30px;
   }
   #innovations .yellowleft {width: 30px;}
   .dark {width: 100%;}
   .r5p {margin-right: 0;}
   footer .contacts {text-align: center;}
   footer .social {text-align: center;}
   footer .phones {text-align: center;}
}