.register-button-wrapper {
  float: right;
  padding: 12px 0 13px;
  position: relative;
}
.register-button {
  font-family: "OpenSansBold";
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  /*padding: 0 45px !important;*/
  padding: 0 25px;
  background: #FBAE16;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
  /*margin-right: 40px !important;*/
  margin-right: 20px;
}
.how-login-button {
  font-family: "OpenSansBold";
  text-transform: lowercase;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
div.how-login-button a:hover, div.how-login-button a:active, div.how-login-button a:focus{
  text-decoration: none;
}
.register-button:hover {
  background: #FEC968;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.register-button.no-background{
  background: none;
  box-shadow: none;
}
.register-button.no-backgrount:hover {
  text-decoration: none;
  color: #FBAE16;
}
.register-holder {
  font-family: 'OpenSansRegular';
  font-weight: normal;
  color: #969595;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 470px;
  border: 1px solid #f1f1f1;
  padding-bottom: 20px;
  display: none;
}
.auth-holder a {
  color: #969595;
}

@media (min-width: 768px) and (max-width: 960px) {
  .register-button-wrapper {
    display: none;
  }
  .header__logo {
    width: 225px;
  }
}
@media (min-width: 740px) and (max-width: 767px) {
  .register-button-wrapper {
    display: none;
  }
  .header__logo {
    width: 225px;
  }
}
@media (min-width: 320px) and (max-width: 739px) {
  .register-button-wrapper {
    display: none;
  }
  .header__logo {
    width: 225px;
  }
}
.centered {
  padding: 0 10px;
}
.login-button {
  padding: 0 25px;
  margin-right: 20px;
}
.nav-list-item {
  margin-right: 22px;
}
.language {
  margin-left: 6px;
}
.round-checkbox {
  position: relative;
}

.round-checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 9px;
}

.round-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.round-checkbox input[type="checkbox"]:checked + label {
  background-color: rgba(0, 128, 95, 0.87);
  border-color: rgba(0, 128, 95, 0.87);
}

.round-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
