body { 
width: 1460px;
margin: 0 auto;
}
.header { 
margin-top: 1%;
padding: 0;
}
.header_logo {
text-align: center;
}
.header_logo img { 
width: 25%;
}
.header_info { 
text-align: center;
padding-top: 1.5%;
font-size: 22px;
}
.header_info a { 
color: black;
padding: 1%;
text-decoration: none;
border-bottom: 1px dotted black;
margin-left: 1%;
}
.header_info a:hover { 
border-bottom: none;
}
.banner { 
background-color: #0f3088;
margin-top: 1%;
padding: 0;
padding-top: 5%;
padding-bottom: 5%;
}
.banner_info { 
padding: 5%;
padding-top: 3.5%;
text-align: center;
}
.banner_info label { 
color: white;
font-size: 38px;
font-family: 'Open Sans', sans-serif;
}
.banner_info span { 
display: block;
color: white;
font-size: 20px;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
}
.banner_info button { 
width: 45%;
height: 60px;
margin-top: 4%;
border-radius: 30px;
border: none;
background-color: #faca00;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
}
.banner_info button:hover { 
background-color: white;
cursor: pointer;
}
.our_services { 
margin-top: 2%;
}
.our_services label { 
display: block;
text-align: center;
font-size: 34px;
font-family: 'Open Sans', sans-serif;
}
.our_services_box { 
margin-top: 1%;
}
.our_services_box_item { 
text-align: center;
}
.our_services_box_item img { 
width: 100%;
}
.our_services_box_item label { 
font-size: 22px;
margin-top: 2%;
}
.our_services_box_item span { 
font-size: 18px;
font-family: 'Roboto', sans-serif;
margin-top: 1%;
display: block;
}
.our_causes { 
margin-top: 2%;
}
.our_causes label { 
display: block;
text-align: center;
font-size: 34px;
font-family: 'Open Sans', sans-serif;
}
.our_causes_box { 
margin-top: 2%;
}
.our_causes_box_item { 
text-align: center;
padding: 1%;
margin: 0 auto;
}
.our_causes_box_item img { 
width: 25%;
}
.our_causes_box_item label { 
font-size: 22px;
display: block;
}
.our_causes_box_item span { 
font-size: 18px;
font-family: 'Roboto', sans-serif;
display: block;
margin-top: 3%;
}
.contacts { 
margin-top: 2%;
margin-bottom: 1%;
}
.contacts label { 
display: block;
text-align: center;
font-size: 34px;
font-family: 'Open Sans', sans-serif;
}
.contacts_box { 
margin-top: 1%;
text-align: center;
}
.contacts_box a { 
display: inline-block;
padding: 1%;
color: black;
font-size: 26px;
text-decoration: none;
}
.contacts_box a:hover { 
text-decoration: underline;
}
#phone_button { 
color: #0f3088;
}
#wa_button { 
color: #1fb437;
}
@keyframes toWa {
  0% {
    border-color: #4fcb5d;
    transform: scale(1.0);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.0);
    transform: scale(1.1);
  }
  50% {
    border-color: #4fcb5d;
    opacity: 1;
    transform: scale(1.0);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.0);
    transform: scale(1.1);
  }
  100% {
    border-color: #4fcb5d;
    transform: scale(1.0);
  }
}
#toWhatsApp {
text-align: center;
position: fixed;
z-index: 1;
bottom: 3%; 
right: 1%;
cursor: pointer;
border: 2px solid #45c655;
border-radius: 50px;
padding: 0.8%;
animation-name: toWa;
animation-duration: 2s;
animation: toWa 4s infinite linear;
}
#toWhatsApp:hover { 
animation-name: toWanot;
border: none;
transform: scale(1.2);
}
.carousel .carousel-indicators button {
width: 10px;
height: 10px;
border-radius: 100%;
 }
@media screen and (min-width: 320px) and (max-width: 780px) { 
body { 
width: auto;
}
.header_logo img { 
width: 100%;
}
.header_info { 
font-size: 150%;
}
.header_info a { 
display: block;
width: 68%;
margin: 0 auto;
margin-bottom: 1%;
}
.banner { 
margin-top: 4%;
padding-top: 0;
padding-bottom: 12%;
}
.banner_info label { 
font-size: 180%;
}
.banner_image { 
text-align: center;
}
.banner_image img { 
width: 80%;
}
.our_services label { 
font-size: 180%;
}
.our_services_box_item { 
width: 90%;
margin: 0 auto;
margin-top: 2%;
}
.our_services_box_item label { 
font-size: 140%;
}	
.our_causes { 
margin-top: 4%;
}
.our_causes label { 
font-size: 180%;
}
.our_causes_box { 
margin-top: 4%;
}
.our_causes_box_item { 
width: 90%;
margin: 0 auto;
}
.our_causes_box_item label { 
font-size: 140%;
}
.contacts { 
margin-top: 2%;
margin-bottom: 4%;
}
.contacts_box a { 
margin-top: 3%;
}
#toWhatsApp {
bottom:2%; /* отступ кнопки от нижнего края страницы*/
right: 4%;
padding: 4.5%;
}
}