.moz .bootstrap-select .dropdown-menu > .inner {
  scrollbar-color: #00559d rgba(216, 216, 216, 0.1);
  scrollbar-width: thin;
}

.switch-field {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 76px;
  -o-transition: opacity 0.75s linear;
  -ms-transition: opacity 0.75s linear;
  -moz-transition: opacity 0.75s linear;
  -webkit-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.switch-field label {
  font-weight: normal;
  display: block;
  margin: 0;
}
.switch-field label span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  height: 36px;
  cursor: pointer;
  font-size: 120%;
  line-height: 16px;
}
@media screen and (max-width: 960px) {
  .switch-field label span {
    padding: 0 10px;
  }
}
.switch-field label span:before {
  display: block;
  content: "";
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  background: #ffffff;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.switch-field label span:hover {
  border-color: #84C2EA;
}
.switch-field label span:hover:before {
  border-color: #84C2EA;
}
.switch-field label:first-child span {
  border-radius: 3px 0 0 3px;
}
.switch-field label:last-child span {
  border-radius: 0 3px 3px 0;
}
.switch-field input:checked ~ span {
  border-color: #84C2EA;
  background: #E8F6FF;
  pointer-events: none;
}
.switch-field input:checked ~ span:before {
  border: 5px solid #0e578b;
}

.sign_section #form_switcher:checked ~ .register_form .switch-field {
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.payment-method._active .payment-method-title label,
.payment-method-title label:hover {
  background: transparent;
  border-color: #84C2EA;
}

.payment-method._active .payment-method-title label:before {
  border: 5px solid #0e578b;
}

.payment-method-title label:hover:before {
  border-color: #84C2EA;
}

.payment-method-title label:before {
  display: block;
  content: "";
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  background: #ffffff;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.payment-method-title label span {
  margin-right: auto;
}

.verify_popup .popup_description {
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 35px;
}
.verify_popup .popup_description:before {
  display: block;
  content: "";
  height: 31px;
  min-width: 31px;
  background: url("images/info_icon.svg") no-repeat;
  background-size: 100%;
  margin-right: 20px;
}

.verify_buttons a {
  height: 40px;
  border: none;
  min-width: 160px;
  background: #0d5182;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 120%;
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.web .verify_buttons a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.web .verify_buttons a:hover {
  background: #0b466f;
}

.touch .verify_buttons a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.touch .verify_buttons a:active {
  background: #0b466f;
}

.switch-field label span {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.switch-field label span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-field input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=new.css.map */
