body {
  position: relative;
}
.input-radio-after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  z-index: 100;
}
.input-checkbox-after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 11px;
  z-index: 100;
  background-position: left top;
  background-repeat: no-repeat;
}
.before-error {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
input::-webkit-input-placeholder {
  color: #A6A5A5;
}
::-moz-placeholder {
  color: #A6A5A5;
}
:-moz-placeholder {
  color: #A6A5A5;
}
:-ms-input-placeholder {
  color: #A6A5A5;
}
.user-reg {
  box-sizing: border-box;
}
.user-reg__authorized {
  font: normal normal 16px/18px Georgia;
  color: #333333;
}
.user-reg__modal {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background: white;
  box-sizing: border-box;
  margin-top: -75px;
}
.user-reg__modal .fancybox-skin {
  border: 4px solid #C4A370;
  border-radius: 2px;
  box-shadow: none;
  background: white;
}
.user-reg__modal .fancybox-close {
  background-image: url(img/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
}
.user-reg__success-reg-container {
  text-align: center;
}
.user-reg__success-reg-message {
  font: normal normal 16px/20px Georgia;
  color: #333333;
}
.user-reg__success-reg-message--margin-bottom {
  margin-bottom: 30px;
}
.user-reg__sms-confirm-header {
  text-align: center;
  font: bold normal 22px/25px Georgia;
  color: #333333;
}
.user-reg__sms-confirm-form--margin {
  margin-top: 24px;
}
.user-reg__sms-input-container {
  position: relative;
}
.user-reg__sms-confirm-input {
  outline: none;
  width: 100%;
  display: block;
  font: normal normal 16px/18px 'Georgia Pro';
  box-sizing: border-box;
  height: 51px;
  border: 1px solid #D1D1D1;
  padding-left: 15px;
  padding-right: 180px;
}
.user-reg__sms-confirm-input.input-error {
  border: 1px solid #8F1515;
}
.user-reg__sms-tool-block {
  text-align: center;
}
.user-reg__sms-tool-block--margin {
  margin-top: 21px;
}
.user-reg__confirm-hint {
  font: normal normal 16px/18px 'Georgia Pro';
  color: #333333;
}
.user-reg__confirm-hint--hidden {
  display: none;
}
.user-reg__send-sms-again {
  font: normal normal 18px/20px 'Georgia Pro';
  color: #FC8D3D;
  text-decoration: none;
  border-bottom: 1px dotted #FC8D3D;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
}
.user-reg__send-sms-again--hidden {
  display: none;
}
.user-reg__error-block {
  max-width: 373px;
  border: 1px solid #8F1515;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 10px 13px;
}
.user-reg__error-block--margin {
  margin-bottom: 22px;
}
.user-reg__sms-confirm-error {
  font-size: 15px;
  line-height: 19px;
  color: #8F1515;
}
.user-reg__error-item {
  font-size: 14px;
  line-height: 16px;
  color: #8F1515;
}
.user-reg__error-item:not(:last-child) {
  margin-bottom: 4px;
}
.user-reg__field-block {
  width: 100%;
  max-width: 373px;
}
.user-reg__field-block--wide {
  max-width: 600px;
}
.user-reg__field-block--margin-bottom {
  margin-bottom: 17px;
}
.user-reg__field-header {
  font: normal normal 16px/18px Georgia;
  color: #333333;
  display: inline-block;
  vertical-align: bottom;
}
.user-reg__field-header-hint {
  font: normal normal 14px/16px Georgia;
  color: #A6A5A5;
  display: inline-block;
  vertical-align: bottom;
}
.user-reg__field-header-req {
  font: normal normal 16px/18px Georgia;
  color: #FF0000;
  display: inline-block;
  vertical-align: bottom;
}
.user-reg__filed-container {
  margin: 6px 0 0 0;
  position: relative;
  box-sizing: border-box;
  z-index: 40;
}
.user-reg__filed-container--phone {
  z-index: 50;
}
.user-reg__error-hint {
  box-sizing: border-box;
  padding-top: 7px;
  position: relative;
}
.user-reg__error-hint--text:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
}
.user-reg__error-hint--sms-confirm {
  width: 100%;
}
.user-reg__error-hint--checkbox {
  max-width: 373px;
}
.user-reg__error-hint--checkbox:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 4px;
}
.user-reg__error-hint--recaptcha {
  max-width: 373px;
}
.user-reg__error-hint--radio-18:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 66px;
}
.user-reg__error-hint--radio-confirm:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 85px;
}
.user-reg__error-hint--text:before,
.user-reg__error-hint--checkbox:before,
.user-reg__error-hint--recaptcha:before,
.user-reg__error-hint--radio-18:before,
.user-reg__error-hint--radio-confirm:before {
  border-bottom: 7px solid #8F1515;
}
.user-reg__error-hint--email:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 66px;
}
.user-reg__error-hint--sms:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 185px;
}
.user-reg__error-hint--email:before,
.user-reg__error-hint--sms:before {
  border-bottom: 7px solid #1B9F28;
}
.user-reg__error-hint--hidden {
  display: none;
}
.user-reg__err-hint-text {
  box-sizing: border-box;
  font: normal normal 14px/124% Georgia;
  color: #ffffff;
  text-align: center;
  padding: 4px 10px;
}
.user-reg__err-hint-text--error {
  background-color: #8F1515;
}
.user-reg__err-hint-text--hint {
  background-color: #1B9F28;
}
.user-reg .user-reg__forgot-pass-hint {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
  font: normal normal 14px/124% Georgia;
}
.user-reg__text-field {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #D1D1D1;
  font: normal normal 16px/16px 'Georgia Pro';
  padding: 0 11px;
  color: #333333;
}
.user-reg__text-field--phone {
  margin-left: 55px;
  width: calc(100% - 55px);
}
.user-reg__text-field.input-error {
  border: 1px solid #8F1515;
}
.user-reg__flag-selector {
  box-sizing: border-box;
  width: 52px;
  border-radius: 2px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.user-reg__flag-selector--opened {
  border: 1px solid #D1D1D1;
  box-shadow: 2px 2px 3px -1px rgba(180, 188, 191, 0.4);
  background-color: #ffffff;
}
.user-reg__current-flag {
  position: relative;
  z-index: 50;
  cursor: pointer;
  font-size: 0;
  padding: 10px 7px 7px 7px;
}
.user-reg__current-flag:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 6px;
  top: 50%;
  margin-top: -2px;
  right: 7px;
  box-sizing: border-box;
  border-top: 6px solid #5C3F32;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition-property: transform;
  transition-duration: 0.2s;
}
.user-reg__current-flag--opened:after {
  transform: rotate(180deg);
}
.user-reg__current-flag-img {
  width: 22px;
  height: 15px;
}
.user-reg__current-flag-img--hidden {
  display: none;
}
.user-reg__flag-img {
  width: 22px;
  height: 15px;
}
.user-reg__flag-list {
  padding: 0 0 4px 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  box-sizing: border-box;
  display: none;
}
.user-reg__flag-list--opened {
  display: block;
}
.user-reg__flag-item {
  padding: 5px 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.user-reg__flag-item:hover {
  background-color: #e6e6e6;
}
.user-reg__radio-item {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.user-reg__radio-item:last-child {
  margin-right: 0;
}
.user-reg__radio-input,
.user-reg__checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  visibility: hidden;
}
.user-reg__label-radio {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
}
.user-reg__label-radio-header {
  color: #333333;
  font: normal normal 16px/16px Georgia;
  display: inline-block;
  vertical-align: middle;
}
.user-reg__label-radio-round {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 9px;
  position: relative;
  background-color: #ffffff;
}
.user-reg__radio-input:not(:disabled):checked + .user-reg__label-radio .user-reg__label-radio-round {
  border: 1px solid #8F1515;
}
.user-reg__radio-input:not(:disabled):checked + .user-reg__label-radio .user-reg__label-radio-round:after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  z-index: 100;
  background-color: #5C3F32;
}
.user-reg__radio-input:not(:disabled):not(:checked) + .user-reg__label-radio .user-reg__label-radio-round:hover:after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  z-index: 100;
  background-color: #D1D1D1;
}
.user-reg__radio-input:disabled + .user-reg__label-radio {
  cursor: auto;
}
.user-reg__radio-input:disabled + .user-reg__label-radio .user-reg__label-radio-header {
  color: #A6A5A5;
}
.user-reg__label-checkbox {
  display: block;
  box-sizing: border-box;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.user-reg__label-checkbox-square {
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.user-reg__label-checkbox-header {
  font: normal normal 16px/18px Georgia;
  color: #333333;
  padding-top: 2px;
}
.user-reg__req-symbol {
  font: normal normal 16px/18px Georgia;
  color: #FF0000;
}
.user-reg .user-reg__label-checkbox-link {
  text-decoration: underline;
  color: #333333;
}
.user-reg__checkbox-input:not(:disabled):not(:checked).input-error + .user-reg__label-checkbox .user-reg__label-checkbox-square {
  border: 1px solid #8F1515;
}
.user-reg__checkbox-input:checked + .user-reg__label-checkbox .user-reg__label-checkbox-square:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 11px;
  z-index: 100;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADFSURBVHgBldExCsIwFAbg/6UODh3cHBzEzcGhiLO0N6irOPQmehMRPICbY3sDKx7AunWsoI59JkGLhRDiPwSSl4888jw4Jg6D3mw4OE5G/fOlKEtyRT57KcCB3FY11ZH3J1LpytfG4veCAwKD8wfxQsPVfLr2WVyXYRDYEIh3T+LokOUVKQTC5lPS/b+AwoT22Sn5bjsQknFT7gkWqQ8qbEgfqUW2mEiwhSkGpKJ/Vc4ll/O5ESh2QQ00YgtqwRYm3G1I5Q2vEGM4bOo59gAAAABJRU5ErkJggg==');
}
.user-reg__checkbox-input:not(:disabled):not(:checked) + .user-reg__label-checkbox .user-reg__label-checkbox-square:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 11px;
  z-index: 100;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACcSURBVHgBldDBEYMgEAVQIDnkmDJyI5SQEtKBnSSdJKnEEgg0oCXYAIx/HXF0XBH/BVf/G3cQojDW2qv3vsZ5p1mWIqVUjUdCXYzxcTqIKBfMNzUvFCDKP4TwHKBz7oVCk/bPoB+taYzpJCG8eI8fhv1xthzSWldpOKMoUUpz+kubQxQ5rlUBfASfFZpgBrNoARm8idgQxoV993o9TDVTRW/QCeYAAAAASUVORK5CYII=');
}
.user-reg__recaptcha-policy {
  font: normal normal 14px/16px Georgia;
  color: #A6A5A5;
}
.user-reg__recaptcha-policy--margin-confirm {
  margin-top: 19px;
}
.user-reg .user-reg__recaptcha-link {
  color: #FC8D3D;
  text-decoration: none;
  outline: none;
}
.user-reg__recaptcha-link-confirm {
  color: #FC8D3D !important;
  text-decoration: none !important;
  outline: none !important;
}
.user-reg__button-container--margin {
  margin-top: 19px;
}
.user-reg__button {
  color: #FFFFFF;
  box-sizing: border-box;
  background-color: #FC8D3D;
  border: none;
  cursor: pointer;
  outline: none;
}
.user-reg__button:disabled {
  background: #D1D1D1;
}
.user-reg__button:hover:not(:disabled) {
  background-color: #DE7020;
}
.user-reg__button:active:not(:disabled) {
  background-color: #DE7020;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
}
.user-reg__button--submit {
  padding: 14px 25px 15px 25px;
  font: bold normal 22px/22px Georgia;
}
.user-reg__button--success-reg {
  padding: 11px 25px 10px 25px;
  font: bold normal 16px/16px Georgia;
}
.user-reg__button--sms-confirm {
  position: absolute;
  z-index: 50;
  top: 3px;
  right: 3px;
  height: 45px;
  font: bold normal 16px/16px Georgia;
  width: 150px;
  text-align: center;
}
.user-reg__preloader-container {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
}
.user-reg__preloader-gif {
  width: 40px;
  height: 40px;
}
/*# sourceMappingURL=style.css.map */