:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;     
}

:hover{
    -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

a, a:hover; a:focus{
  text-decoration:none;
}

.clearfix{
  clear:both;
}

body{
  font-family: "Open Sans", sans-serif;       
      font-variation-settings:
    "wdth" 80;  
  background:url("../images/bg.jpg");
  background-size:cover;
}

.radio_b{
  padding:15px;     
  cursor:pointer;   
  background:#000;
  color:#fff;
  font-size:16px;
}

.radio_b input{
  
}

.title2{
  padding-top:15px;
  color:red;
  text-align:center;
  text-transform:uppercase;
}

.title3{
        line-height:20px;
}
