body { 
background: url('/images/bgfon.jpg');
background-size: cover;
}
.wrap { 
position: absolute;
padding: 0;
top:0; 
bottom: 0;
left: 0;
right: 0;
}
.ad_box { 
width: 45%;
margin: 0 auto;
margin-top: 10%;
color: white;
background: rgba(0, 0, 0, 0.6);
padding: 2%;
border-radius: 5px;
}
.ad_box_header { 
text-align: right;
}
.ad_box_header label { 
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 42px;
font-weight: 600;
}
.ad_box_header b { 
font-size: 28px;
display: block;
margin-top: -2%;
font-family: 'Open Sans', sans-serif;
}
.ad_box_header text { 
font-weight: 600;
}
.ad_box_header span { 
display: block;
margin-top: 2%;
font-family: 'Roboto', sans-serif;
font-size: 23px;
}
.ad_box_buttons { 
text-align: center;
}
.ad_box_buttons button { 
margin-top: 3%;
padding: 3%;
border-radius: 5px;
border: none;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
color: white;
cursor: pointer;
}
.ad_box_buttons button:hover { 
opacity: 0.9;
}
.ad_box_buttons button img { 
width: 80px;
height: 80px;
}
.ad_box_buttons span { 
font-size: 24px;
}
.phone_button { 
background-color: #ff1e3d;
}
.wa_button { 
background-color: #50ca5d;
}
.ad_box_info { 
width: 80%;
margin: 0 auto;
padding-top: 6%;
}
.ad_box_info_box_item { 
text-align: center;
margin-bottom: 6%;
}
.ad_box_info_box_item img { 
width: 35%;
}
.ad_box_info_box_item label { 
display: block;
margin-top: 2%;
font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 320px) and (max-width: 780px) { 
body { 
background: url('/images/bgfon_mob.jpeg');
background-size: 150%;
}
.ad_box { 
width: 95%;
margin-top: 2%;
}
.ad_box_header { 
margin-top: 6.5%;
text-align: center;
}
.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: 120%;
}
.ad_box_header span { 
font-size: 100%;
}
.ad_box_buttons { 
padding: 2%;
}
.ad_box_buttons button { 
width: 100%;
padding: 3%;
}
.ad_box_info_box_item img { 
width: 45%;
}
.ad_box_info_box_item label { 
font-size: 90%;
}
}