*{font-family: 'Roboto', sans-serif;}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.lang{

}
.flag{

}
.flag-text{
text-align: center;

}
.img90 {


}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;

  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
 /* margin-right: 0.5rem;*/
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #7ae16c;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
 /* content: '✔';*/
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 900;
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {

  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

/*body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  background: #e8ebee;
  color: #9faab7;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;

}
body div {
  padding: 5rem;
}
*/
body label {
  /*display: block;*/
  margin-bottom: 14px

}
.legend:focus {

    outline: none !important;
}
input:focus {

    outline: none !important;
}
.f-right{
    float:right;
    margin-left: 8px;
    text-align: left;
        color: #757373;
}
.licence-form{


}
.block-home2 {
  margin-top:1em;
}
.buy-button{
  padding-top: 10px;
}
