@font-face {
  font-family: "cera_pro";
  font-style: normal;
  font-weight: 400;
  /* Браузер сначала попробует найти шрифт локально */
  src: local("cera_pro"),
       /* Если не получилось, загрузит woff2 */
       url("libs/font/CeraPro-Black.woff2") format("woff2"),
       /* Если браузер не поддерживает woff2, загрузит woff */
       url("libs/font/CeraPro-Bold.woff") format("woff");
}

::placeholder {
  color: #ccc;
  font-size: 1em;
}

.bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}

.auto-rada {
margin: 0 auto;
width: auto;
text-align: center;
font-size: 22px;
color: #fff;
text-shadow: 0 1px 1px black, 0 0 1em #ccc;
}

div.field label {
display: block;
text-align: left;
position: relative;
font-size: 11px;
text-shadow: 0 1px 1px black, 0 0 1em #ccc;
margin: 0 auto;
text-align: left;
color: #fff;
/* left: -161px; */
width: 371px;
}
a {
font-size: 14px;
color: #fff;
text-decoration: none;
cursor: pointer; 
}
i{
font-size: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;  
}
p {
font-family: "cera_pro", sans-serif;
font-size: 9px;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
} 
p a {
font-family: "cera_pro", sans-serif;
font-size: 10px;
color: #000;
text-decoration: none;
margin: 0 15px;
  
}
p a:hover{
font-family: "cera_pro", sans-serif;
font-size: 10px;
color: #fff;
text-decoration: none;  
} 