body { 
background: url('/images/bgfon.jpg');
background-size: cover;
}
.wrap { 
background: rgba(0, 0, 0, 0.6);
position: absolute;
padding: 0;
top:0; 
bottom: 0;
left: 0;
right: 0;
}
.ad_box { 
width: 35%;
margin: 0 auto;
margin-top: 2.5%;
color: white;
}
.ad_box_header label { 
display: block;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 60px;
font-weight: 600;
}
.ad_box_header b { 
font-size: 28px;
display: block;
text-align: center;
margin-top: -2%;
font-family: 'Trebuchet MS', sans-serif;
}
.ad_box_header text { 
color: #fad50b;
}
.ad_box_header span { 
display: block;
margin-top: 2%;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 24px;
}
#phone_button { 
background-color: #fe2f2f;
}
#wa_button { 
background-color: #0ed736;
}
.ad_box_info { 
background: rgba(255, 255, 255, 0.2);
padding-top: 6%;
width: 80%;
margin: 0 auto;
margin-top: 4%;
border-radius: 5px;
}
.ad_box_info_box_item { 
text-align: center;
margin-bottom: 6%;
}
.ad_box_info_box_item img { 
width: 45%;
}
.ad_box_info_box_item label { 
display: block;
margin-top: 2%;
font-family: 'Open Sans', sans-serif;
}
.ad_box_buttons { 
margin-top: 2%;
text-align: center;
}
.ad_box_buttons button { 
margin-top: 3%;
width: 55%;
padding: 4%;
border-radius: 5px;
border: none;
font-family: 'Open Sans', sans-serif;
font-size: 28px;
color: white;
cursor: pointer;
}
.ad_box_buttons button:hover { 
opacity: 0.9;
}
@media screen and (min-width: 320px) and (max-width: 780px) { 
body { 
background: url('/images/bgfon_mob.jpg');
background-size: 140%;
}
.wrap { 
background: none;
}
.ad_box { 
width: 100%;
}
.ad_box_header { 
margin-top: 6.5%;
}
.ad_box_header label { 
font-size: 200%;
}
.ad_box_header label img { 
width: 35%;
margin: 0 auto;
display: block;
text-align: center;
}
.ad_box_header b { 
font-size: 140%;
}
.ad_box_header span { 
font-size: 100%;
}
.ad_box_info { 
width: 90%;
}
.ad_box_info_box_item {  
margin-bottom: 2%;
margin-bottom: 2%;
} 
.ad_box_buttons button { 
width: 95%;
padding: 4%;
}
.ad_box_info_box_item img { 
width: 45%;
}
.ad_box_info_box_item label { 
font-size: 90%;
}
}