body { 
width: 1360px;
margin: 0 auto;
}
.header_logo  { 
text-align: center;
}
.header_logo img { 
width: 60%;
}
.header_menu { 
padding-top: 3%;
text-align: center;
}
.header_menu a { 
display: inline-block;
padding: 1.5%;
padding-left: 2%;
padding-right: 2%;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
text-decoration: none;
color: #232323;
background-color:#00bdf4; 
color: white;
}
.header_menu a:hover { 
background-color: #b1d624;
}
.header_menu_active { 
background-color: #b1d624 !important;
}
.slider { 
margin-top: 1%;
}
.carousel-indicators { 
width: 100%;
display: block;
text-align: right;
margin-left: 0;
padding-right: 2%;
}
.carousel-indicators button { 
background-color: #b1d624 !important;
opacity: 1 !important;
}
.carousel-indicators .active { 
background-color: #02b5f7  !important;
}
.causes { 
margin-top: 2%;
}
.causes label { 
font-size: 28px;
text-align: center;
display: block;
}
.causes label img { 
margin-right: 0.5%;
}
.causes_box { 
margin-top: 3%;
}
.causes_box_item { 
position: relative;
}
.causes_box_item img { 
display: block;
width: 100%;
margin: 0 auto;
}
.causes_box_item_img_top { 
width: auto !important;
position: absolute;
bottom: 12%;
left: 1%;
z-index: 1;
background: rgb(2,181,247);
background: linear-gradient(315deg, rgba(2,181,247,1) 47%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 48%, rgba(187,228,33,1) 48%);     
padding: 2%;
border-radius: 5px;
}
.causes_box_item label { 
font-size: 22px;
display: block;
text-align: center;
margin-top: 2%;
font-family: 'Roboto', sans-serif;
}
.banner { 
margin-top: 2%;
margin-bottom: 2%;
padding: 0;
}
.banner img { 
width: 100%;
}
.banner_image_mobile { 
display: none;
}
.range { 
margin-top: 2%;
}
.range label { 
font-size: 28px;
text-align: center;
display: block;
font-family: 'Open Sans', sans-serif;
}
.range label img { 
margin-right: 0.5%;
}
.range_box { 
margin-top: 1%;
}
.range_box_item { 
margin: 0 auto;
margin-top: 2%;
text-align: center;
position: relative;
}
.range_box_item img { 
height: 200px;
}
.range_box_item_img_top { 
position: absolute;
z-index: 1;
left: 0;
width: 38px;
height: 38px !important;
left: 18%;
top: -2%;
}
.range_box_item label { 
font-size: 20px;
display: block;
text-align: center;
margin-top: 2%;
font-family: 'Roboto', sans-serif;
}
.range_box_item span { 
display: block;
font-size: 18px;
font-family: 'Raleway', sans-serif;
margin-top: 2%;
font-style: italic;
}
.range_box_item button { 
margin-top: 3%;
color: white;
background-color: #00bdf4; 
color: white;
padding: 2%;
padding-left: 3%;
padding-right: 3%;
border: none;
font-family: 'Open Sans', sans-serif;
}
.range_box_item button:hover { 
background-color: #b1d624; 
}
.contacts { 
margin-top: 2%;
margin-bottom: 2%;
}
.contacts label { 
display: block;
text-align: center;
font-size: 28px;
font-family: 'Open Sans', sans-serif;
}
.contacts label img { 
margin-right: 0.5%;
}
.contacts_box { 
margin-top: 1%;
}
.contacts_box_info table { 
width: 60%;
margin: 0 auto;
margin-top: 3%;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 22px;
}
.contacts_box_info table img { 
border-radius: 5px;
margin-bottom: 0.5%;
}
.contacts_box_info table td { 
padding: 1%;
}
.contacts_box_info table a { 
color: #232323;
padding: 1%;
padding-top: 1.3%;
text-decoration: none;
font-size: 24px;
}
.contacts_box_info table a:hover { 
text-decoration: none;
border-radius: 10px;
}
.contacts_box_info table span { 
display: inline-block;
border-bottom: 1px dotted #232323;
}
.contacts_box_info table span:hover { 
font-size: 25px;
}
.contacts_box_map iframe { 
width: 100%;
height: 300px;
margin-top: 2%;
border-top: 2px solid #00b6f5;
border-left: 2px solid #00b6f5;
border-right: 2px solid #b1d624;
border-bottom: 2px solid #b1d624;
}
@keyframes toWa {
  0% {
    border-color: #4fcb5d;
    transform: scale(1.0);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.0);
    transform: scale(0.9);
  }
  50% {
    border-color: #4fcb5d;
    transform: scale(1.0);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.0);
    transform: scale(0.9);
  }
  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: 300px;
padding: 1%;
animation-name: toWa;
animation-duration: 2s;
animation: toWa 4s infinite linear;
}
#toWhatsApp:hover { 
transform: scale(1.2);
}
@media screen and (min-width: 320px) and (max-width: 780px) { 
body { 
width: auto ;
}
.header_logo img { 
width: 100%;
}
.header_menu { 
padding-left: 10%;
padding-right: 10%;
margin-top: -4%;
}
.header_menu a { 
margin-top: 1%;
font-size: 110%;
padding-left: 3%;
padding-right: 3%;
}
.slider { 
margin-top: 5%;
}
.causes { 
margin-top: 6%;
}
.causes label { 
font-size: 160%;
}
.causes label img { 
width: 38px;
height: 38px;
}
.causes_box { 
margin-top: 4%;
}
.causes_box_item { 
width: 80%;
margin: 0 auto;
margin-top: 2%;
}
.causes_box_item label { 
margin-top: 2%;
font-size: 120%;
}
.banner { 
margin-top: 6%;
margin-bottom: 6%;
}
.banner_image { 
display: none;
}
.banner_image_mobile { 
display: block;
}
.range {
margin-top: 6%;
}
.range label { 
font-size: 160%;
}
.range label img { 
width: 38px;
height: 38px;
}
.range_box { 
margin-top: 6%;
}
.range_box_item { 
margin-top: 4%;
}
.range_box_item img { 
width: 75%;
height: auto;
}
.range_box_item label { 
font-size: 120%;
}
.range_box_item_img_top { 
width: 38px !important;
left: 10%;
}
.contacts { 
margin-top: 6%;
}
.contacts label { 
font-size: 160%;
}
.contacts label img { 
width: 38px;
height: 38px;
}
.contacts_box_info table { 
margin-top: 3%;
width: 100%;
font-size: 120%;
}
.contacts_box_info table a { 
font-size: 130%;
}
.contacts_box_info table img { 
width: 48px;
height: 48px;
}
.contacts_box_map { 
text-align: center;
}
.contacts_box_map iframe { 
width: 90%;
height: 200px;
}
#toWhatsApp {
bottom:2%; /* отступ кнопки от нижнего края страницы*/
right: 4%;
padding: 6%;
}
}
