body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

button, input, optgroup, select, textarea {
  font: inherit;
}
button{outline:none;}
input {
  border-radius: 0;
  outline: none;
}

label {
  font-size: 14px;
}

h2 {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 500;
  color: #1D1C1C;
}

fieldset {
  border: 0;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

:root.has-editorial-bar {
  --editorialbar-height: 56px;
}

:root {
  --hero-primary-color: 0, 0, 0;
  --hero-secondary-color: 0, 0, 0;
  --gutter: 16px;
  --gutter-medium: 16px;
  --gutter-large: 16px;
  --gutter-largesL: 16px;
  --gutter-largesR:16px;
  --gutter-xLarge: 16px;
  --gutter-largeNoSpace: 0;
  --wrapper-gutter: 16px;
  --wrapper-gutter-medium: 16px;
  --wrapper-gutter-large: 16px;
  --wrapper-gutter-largeNoSpace: 0;
  --wrapper-gutter-noSpace: 0px;
  --wrapper-gutter-xlarge: 0px;
  --wrapper-horizontal-padding: 0;
  --wrapper-horizontal-paddingt: 32px;
  --wrapper-horizontal-margin: 72px;
  --slot-horizontal-padding: 16px;
  --hero-width: 100vw;
  --scrollbar-width: 0px;
  --sliding-underline-weight: 3px;
  --header-height: 75px;
  --promobar-height: 40px;
  --promobar-height-sticky-mod: 0px;
  --editorialbar-height: 0px;
  --editorialbar-height-sticky-mod: 0px;
  --viewport-height: 100vh;
  --wrapper-horizontal-paddingr: 16px;
  --wrapper-horizontal-paddingl: 16px;
}
main input:-webkit-autofill,main textarea:-webkit-autofill,main select:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;}
main input,main select,main textarea{border-radius:0;}
@media (min-width: 1024px) {
  .registration-element {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    height: auto !important;
  }
  .registration-element {
    max-width: 576px;
    margin: 64px auto;
    width: 100%;
  }
  .registration-element .buttonsRow {
    margin-bottom: 0;
  }
  .registration-element .buttonsRow .register-button {
    width: auto;
  }
  .registration-element .buttonsRow button {
    width: auto;
  }
}

@media (min-width: 1024px) {
  :root {
    --gutter: 32px;
    --gutter-medium: 64px;
    --gutter-large: 48px;
    --gutter-largesL: 48px;
    --gutter-largesR:16px;
    --gutter-xLarge: 48px;
    --gutter-largeNoSpace: 48px;
    --wrapper-gutter: 32px;
    --wrapper-gutter-medium: 64px;
    --wrapper-gutter-large: 96px;
    --wrapper-gutter-largeNoSpace: 96px;
    --wrapper-gutter-noSpace: 0px;
    --wrapper-horizontal-padding: 72px;
    --wrapper-horizontal-paddingt: 72px;
    --wrapper-horizontal-margin: 96px;
    --wrapper-horizontal-paddingr: 4px;
    --wrapper-horizontal-paddingl: 4px;
  }
  .registration-element {
    margin-bottom: 0;
  }
  .fieldRow.phone #diskPopup {
    padding-bottom: 20px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    z-index: 2;
    background: #fff;
    top: 30px;
    /* left: 0; */
  }
  .fieldRow.phone .diskPopup_shdow {
    display: none;
    width: 0;
    height: 0;
    position: static;
  }
  .login_main .buttonsRow button {
    width: auto !important;
  }
  .registration-element__wrapper  h2{
    margin-bottom: 32px;
  }
  .registrationContainer__wrapper h2{
    margin-bottom: 32px;
  }
  .registrationContainer__wrapper .reg_title{
    margin-bottom: 32px;
 }
  .registration-element__wrapper .reg_title{
     margin-bottom: 32px;
  }
  .registration-element__wrapper .mandatory{
    margin-bottom: 30px;
  }
  .registration-element__wrapper .privacyDisclaimer {
    margin-bottom: 48px;
  } 
  .registrationContainer__wrapper .listAdvantages_box .listAdvantages{
    margin-bottom: 46px;
  }
  .registrationContainer__wrapper{padding-top: 0 !important;}
  .acceptFlagsPadding .acceptFlags{max-width: 406px;}
  .acceptFlagsPadding .labeltext{padding-right:30px;}
  main .mandatory{
    font-size: 14px;
  }
  main .acceptFlags_next, .disclaimer, .privacyContainer{
    margin-bottom: 48px;
  }
  .acceptFlags{margin-bottom: 24px;}
  #re_main .registration-element  .buttonsRow .submit:hover{
    background-color:#fff;
    border: 1px solid #000;
    color: #000 !important ;
  }
  main .fieldRow.PhoneConf .phone_code:hover{
    background-color:#fff;
    border: 1px solid #000;
    color: #000;
  }
}

@media (min-width: 1025px) {
  :root {
    --header-height: 150px;
    --wrapper-gutter-xlarge: 96px;
  }
  .fieldRow.checkbox {
    margin-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  :root {
    --gutter-large:100px;
    --gutter-largesL: 100px;
    --gutter-largesR:70px;
    --gutter-largeNoSpace: 96px;
    --gutter-xLarge: 96px;
  }
}
.reg_title{
  margin: 0 auto;
  width: 275px;
  margin-bottom: 25px;
}
.reg_title p{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
}
.registration-element {
  background-color: #f7f7f7;
  display: flex;
  height: 100%;
  justify-content: space-around;
  margin-bottom: 55px;
}
.inputPadding{
  padding-left: var(--gutter-large);
  padding-right: var(--gutter-large);
}
.inputPadding_box{
  max-width: 375px;
  margin: 0 auto;
}
.registration-element__wrapper {
  padding-top: 0;
  padding-bottom: var(--wrapper-horizontal-padding);
  /* max-width: 380px; */
  margin: 0 auto;
}
 .panthere-image {
  width: 60px;
  margin: 0 auto;
  padding: 16px 0 24px 0;
}
.acceptFlagsPadding{
  padding-left: var(--gutter-largesL);
  padding-right: var(--gutter-largesR);
}
.acceptFlags{
  max-width:375px;
  margin: 0 auto;

}
.panthere-image img {
  width: 60px;
  /* height: 50px; */
}
.listAdvantages_box{
  display: flex;
  justify-content: center;
}
.listAdvantages_box .listAdvantages{
  padding-left: 0;
  margin-bottom: 30px;
}
.registration-element__wrapper .req {
  color: #f00;
  font-weight: bold;
}

.serverSideErrors {
  color: #e32b31;
}

.mandatory {
  text-align: right;
  margin-bottom: 24px;
  font-size: 12px;
}

.fieldRow {
  flex-basis: 100%;
}

.fieldRow.autocompleteAddress, .fieldRow.Number, .fieldRow.text, .fieldRow.zipCode {
  position: relative;
}

.fieldRow.creditCardTypeRadioGroup, .fieldRow.radio {
  margin-bottom: 32px;
}

.fieldRow.creditCardTypeRadioGroup, .fieldRow.radio {
  border: 0;
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.fieldRow.autocompleteAddress, .fieldRow.Number, .fieldRow.text, .fieldRow.zipCode {
  position: relative;
}

.phoneInput {
  border-bottom: 1px solid #e32b31 !important;
}

.fieldRow.radioGroup {
  border: 0;
  display: flex;
}

.fieldRow.radioGroup .fieldLabel {
  width: 100%;
}

.fieldRow.radioGroup .fieldValue {
  display: flex;
  width: 100%;
}

.fieldRow.radioGroup .radioButtonBox {
  margin-right: 55px;
}

.fieldRow.radioGroup .radioButtonBox .input {
  display: flex;
}

.fieldRow.radioGroup .radioButtonBox .radioButton {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}
.fieldRow.radioGroup .radioGroupLabels{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #767676;
  border: 0;
  display: table;
  white-space: normal;
  max-width: 100%;
  width: 48px;
  margin-right: 30px;
}
.fieldRow.radioGroup label {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

.fieldRow.radioGroup input[type=radio] {
  opacity: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.fieldRow.radioGroup .radioButtonBox:last-child {
  margin-right: 0;
}

.fieldRow.autocompleteAddress .fieldLabel, .fieldRow.Number .fieldLabel, .fieldRow.text .fieldLabel, .fieldRow.zipCode .fieldLabel {
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  opacity: 0;
  transition: opacity 55.5ms ease-out;
  pointer-events: none;
}

.fieldRow.autocompleteAddress .fieldValue, .fieldRow.Number .fieldValue, .fieldRow.text .fieldValue, .fieldRow.zipCode .fieldValue {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  height: 28px;
}

.fieldRow.autocompleteAddress input, .fieldRow.Number input, .fieldRow.text input, .fieldRow.zipCode input {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 32px 0 4px;
  min-width: 280px;
  width: 100%;
  height: 28px;
}

.fieldRow.autocompleteAddress .fieldLabel label, .fieldRow.Number .fieldLabel label, .fieldRow.text .fieldLabel label, .fieldRow.zipCode .fieldLabel label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 222ms ease-out;
  transform-origin: 0;
}

.fieldRow.autocompleteAddress label, .fieldRow.Number label, .fieldRow.text label, .fieldRow.zipCode label {
  color: #767676;
  padding: 4px;
}

.fieldRow.autocompleteAddress .fieldLabel.show, .fieldRow.Number .fieldLabel.show, .fieldRow.text .fieldLabel.show, .fieldRow.zipCode .fieldLabel.show {
  opacity: 1;
}

.fieldRow.radioGroup .radioIcon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
}

.mandatory, legend {
  /* font-size: 14px; */
  line-height: 1.4;
  font-weight: 400;
  color: #767676;
}

.fieldRow.PhoneConf .fieldValue input {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 0 0 4px;
  height: 28px;
  flex: 2;
  margin-right: 16px;
}

.fieldRow.PhoneConf button {
  padding: 4px 11px;
  box-sizing: border-box;
  background-color: #000000;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  justify-content: flex-end;
  /* flex: 1; */
  border: 1px solid transparent;
  transition-property: background-color,color;
  transition-duration: 222ms;
  transition-timing-function: linear;
  /* width: 100%; */
}

.fieldRow.phone {
  position: relative;
}

.fieldRow.phone .fieldLabel label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 222ms ease-out;
  transform-origin: 0;
}

.fieldRow.phone label {
  color: #767676;
  padding: 4px;
}

.fieldRow.phone .fieldValue {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  height: 28px;
}

.fieldRow.phone input {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 32px 0 4px;
  width: 100%;
  height: 28px;
}

.fieldRow.phone .fieldLabel {
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  opacity: 0;
  transition: opacity 55.5ms ease-out;
}

.fieldRow.phone .fieldLabel.show {
  opacity: 1;
}
.checkLabelspan{}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

.registration-element #RegistrationViewModel_Password_Wrapper {
  margin-bottom: 0;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer .addbefore::before, .fieldRow.Password ~ .passwordStrengthContainer .addbefore::before {
  content: "";
  display: block;
  background-color: #000;
}

.sIcon, .fIcon {
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 6px;
}

.sIcon::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../../img/login/v_success.svg") no-repeat 100%;
}

.fIcon::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../../img/login/v_failed.svg") no-repeat 100%;
}

.fieldRow.Password .fieldLabel, .fieldRow.PasswordConf .fieldLabel {
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  opacity: 0;
  transition: opacity 55.5ms ease-out;
}

.fieldRow.Password .fieldLabel label, .fieldRow.PasswordConf .fieldLabel label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 222ms ease-out;
  transform-origin: 0;
  color: #767676;
  padding: 4px;
}

.fieldRow.Password .fieldLabel.show, .fieldRow.PasswordConf .fieldLabel.show {
  opacity: 1;
}

.fieldRow.Password .fieldValue, .fieldRow.PasswordConf .fieldValue {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  height: 28px;
}

.fieldRow.Password .passwordViewer, .fieldRow.PasswordConf .passwordViewer {
  width: 100%;
  color: #767676;
}

.fieldRow.Password .passwordViewer-inputContainer, .fieldRow.PasswordConf .passwordViewer-inputContainer {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.fieldRow.Password input, .fieldRow.PasswordConf input {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 32px 0 4px;
  min-width: 280px;
  width: 100%;
  height: 28px;
}

.fieldRow.Password .passwordViewer--button, .fieldRow.PasswordConf .passwordViewer--button {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.passwordViewer--button {
  text-transform: uppercase;
  font-weight: 400;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 0.875rem;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
}

.passwordViewer--button .icon {
  width: 16px;
  height: 14px;
  display: block;
}

.passwordViewer--button .iconshow {
  width: 16px;
  height: 14px;
  display: block;
}

.phone_codes {
  background-color: #F2F2F2 !important;
  color: #767676 !important;
  border: 1px solid transparent !important;
}

.passwordViewer--button .icon::after {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background: url("../../img/hide_password.svg") no-repeat 100%;
}

.passwordViewer--button .iconshow::after {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background: url("../../img/show_password.svg") no-repeat 100%;
}

.passwordViewer--button .error_icon {
  width: 16px;
  height: 14px;
  display: block;
}

.passwordViewer--button .error_icon::after {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background: url("../../img/error_icon.svg") no-repeat 100%;
}

.passwordViewer--button .correct_icon {
  width: 16px;
  height: 14px;
  display: block;
}

.passwordViewer--button .correct_icon::after {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background: url("../../img/correct_icon.svg") no-repeat 100%;
}

.passwordInputWrapper .fieldRow.Password {
  margin-bottom: 0;
}

.passwordStrengthContainer label:nth-child(1) {
  padding-left: 10px;
}

.passwordStrengthContainer label:nth-child(2) {
  text-align: center;
}

.passwordStrengthContainer label:nth-child(3) {
  text-align: right;
  padding-right: 10px;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer, .fieldRow.Password ~ .passwordStrengthContainer {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer label, .fieldRow.Password ~ .passwordStrengthContainer label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  flex-grow: 1;
  margin-top: 20px;
  position: relative;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer [data-ytos-password-level=medium], .fieldRow.Password ~ .passwordStrengthContainer [data-ytos-password-level=medium] {
  text-align: center;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer [data-ytos-password-level=strong], .fieldRow.Password ~ .passwordStrengthContainer [data-ytos-password-level=strong] {
  text-align: right;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer label:before, .fieldRow.Password ~ .passwordStrengthContainer label:before {
  content: "";
  display: block;
  width: 95%;
  top: -12px;
  position: absolute;
  height: 4px;
  margin-top: 2px;
  background: #e5e5e5;
  box-sizing: border-box;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer label[data-password-level=medium]:before, .fieldRow.Password ~ .passwordStrengthContainer label[data-password-level=medium]:before {
  margin: 0 auto;
  margin-top: 2px;
  left: 3px;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer label[data-password-level=strong]:before, .fieldRow.Password ~ .passwordStrengthContainer label[data-password-level=strong]:before {
  right: 0;
}

.fieldRow.PasswordConf ~ .passwordStrengthContainer label[data-password-level=weak]:before, .fieldRow.Password ~ .passwordStrengthContainer label[data-password-level=weak]:before {
  left: 0;
}

.registration-element .privacyContainer {
  margin-bottom: 0;
}
.privacyFileTxt{padding-bottom:48px;font-size:14px;padding-top:10px;}
.privacyFileTxt a{text-decoration:underline;}
.registration-element .privacyContainer a {
  text-decoration: underline;
}

.acceptFlags_next, .disclaimer, .privacyContainer{
  font-size: 14px;
  margin-bottom: 32px;
}
.privacyDisclaimer {
  margin-bottom: 32px;
}
.fieldRow.checkbox {
  /* margin-bottom: 24px; */
  display: flex;
}

.fieldRow.checkbox .fieldLabel {
  display: inline-block;
}

.fieldRow.checkbox .fieldLabel label, .fieldRow.checkbox .fieldLabel p {
  letter-spacing: 0.44px;
}

.fieldRow.checkbox .fieldValue {
  display: inline-block;
}

.fieldRow.checkbox .field-validation-container {
  flex-basis: 100%;
}

.fieldRow.checkbox .checkBox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 16px;
}

.fieldRow.checkbox .checkBox .checkboxIcon {
  display: block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
  pointer-events: none;
}

.fieldRow.checkbox input[type=checkbox] {
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}

.fieldRow.checkbox label {
  color: #000;
  cursor: pointer;
  margin-bottom: 8px;
  display: block;
  padding-top: 2px;
}

.fieldRow.checkbox input[type=checkbox]:checked ~ .checkboxIcon:after, .fieldRow.checkbox input[type=checkbox]:checked ~ label .flag:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg);
}

.fieldRow.phone.invalidRow input, .fieldRow.phone.invalidRow select {
  border-bottom: 1px solid #e32b31;
}

.registration-element .buttonsRow {
  margin-bottom: 56px;
}

.fieldRow.radioGroup input[type=radio]:checked ~ .icon:after, .fieldRow.radioGroup input[type=radio]:checked ~ .radioIcon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}
 .login_main .registration-element .buttonsRow button {
  font-weight: 600;
  min-height: 34px;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 8px 32px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: background-color,color;
  transition-duration: 222ms;
  transition-timing-function: linear;
  width: 100%;
}

.login_main .field-validation-error {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.03125rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #e32b31;
  padding: 4px 0 0 4px;
  position: relative;
}

.registrationContainer__wrapper {
  max-width: 380px;
  margin: 0 auto;
  padding: 24px 0 72px 0;
}

.registrationContainer__wrapper a {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}

h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  /* margin: 0 0 16px; */
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #1D1C1C;
}

.registrationAdvantages {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.loginDescription {
  margin-bottom: 32px;
  font-weight: 600;
}

.listAdvantages li {
  padding-left: 16px;
  color: #767676;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 24px;
}

.listAdvantages {
  list-style-type: disc;
}

.listAdvantages {
  padding-left: 16px;
  margin-bottom: 46px;
}

.buttonToLink, .privacyContainer a {
  /* font-size: 15px; */
  line-height: 24px;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  padding-top: 2px;
  background-position: 0 98%;
  background-size: 0 1px;
  transition: background-size .2s ease-in;
  padding-bottom: 0;
  margin-bottom: 4px;
  text-decoration: underline;
}

.buttonsRow .register-button {
  text-align: center;
}

.buttonsRow button {
  font-weight: 500;
  min-height: 34px;
  line-height: 17px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 8px 32px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: background-color,color;
  transition-duration: 222ms;
  transition-timing-function: linear;
}

main .hidden, main [hidden] {
  display: none !important;
}

.registration_main {
  position: static;
}

.privacy {
  font-weight: 400;
  color: #000;
}

.privacyContainer a {
  padding-bottom: 2px;
}

.login-other {
  display: flex;
  margin: 32px 0;
  text-align: center;
}

.labeltext {
  line-height: 24px;
  /* padding-right: 16px; */
  font-size: 13px;
  color: #808080;
}
.fieldLabeltext{
  color: #202122;
  font-size: 13px;
}
.login-other span {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: translateY(6px);
  display: inline-block;
}

.login-other div {
  flex: 1;
  border-bottom: 1px solid #E6E6E6;
}

.quick-login {
  border: 1px solid #000000;
  padding: 9px 32px;
  font-size: 12px;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.4);
}
.success_to_my{
  display: flex;
  justify-content: center;
}
.accep_flex{display: flex; padding-bottom: 24px;max-width: 375px;color: #202122;}
.accep_txt p{color: #808080;font-size: 13px;padding-top: 4px;}
.accep_flex label{display: block;padding-top: 4px;}
.accep_flex input{display: none}
.accep_flex input+span{width: 15px;height: 15px;display: block;border:1px solid #000;position: relative;cursor: pointer;}
.accep_flex input:checked+span::after{content:'';position: absolute;left: 2px;top: 6px;background: #000;width: 2px;height: 2px;box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;transform: rotate(45deg);}
.accep_txt{padding-left: 16px;flex:1;font-size: 13px;letter-spacing: 0.44px;line-height: 24px;color: #202122}
.accep_policy_text{ padding-bottom: 24px;max-width: 375px;color: #202122;font-size: 13px;letter-spacing: 0.44px;}
.accep_policy_text a{color: #A30101;}

.acceptFlags_next{display: flex;max-width: 375px;color: #202122;}
.acceptFlags_next label{display: block;padding-top: 4px;}
.acceptFlags_next input{display: none}
.acceptFlags_next input+span{width: 15px;height: 15px;display: block;border:1px solid #000;position: relative;cursor: pointer;}
.acceptFlags_next input+span{width: 15px;height: 15px;display: block;border:1px solid #000;position: relative;cursor: pointer;}
.acceptFlags_next input:checked+span::after{content:'';position: absolute;left: 2px;top: 6px;background: #000;width: 2px;height: 2px;box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;transform: rotate(45deg);}

.global_presence{color: #A30101;}
.date_of_birth_box{
  width: 373px;
  border-bottom: 1px solid #000;
}
.date_of_list {
  width: 33.3333%;
  border-right: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
}
.date_of_list:first-child {
  border-left: 1px
  solid #000;
}
.date_of_birth_box .date_of_list .select_list {
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  -webkit-padding-end: 32px!important;
  height: 28px;
  text-align-last: center;
  cursor: pointer;
  outline: none;
  /* color: #767676; */
  font-size: 14px;
}
.date_of_birth_box .date_of_list select::-ms-expand { display: none; }
.date_of_list select{
  border: 0;
  width: 100%;
  height: 24px;
  appearance: none;
  -moz-appearance: none;
  background: #f7f7f7;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}
.field_title{
  font-size: 14px;
  margin-bottom:6px;
  color: #767676;
  padding-left: 4px;
}
.diskPopup_shdow {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  top: 0;
  left: 0;
}
#diskPopup {
  padding-bottom: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  z-index: 2;
  background: #fff;
  top: 141px;
  left: 50%;
  transform: translateX(-50%);
}

#diskPopup .line_disk {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #767676;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  padding-right: 20px;
}

#diskPopup .disk_title {
  width: 100%;
  padding-left: 20px;
  flex: 1;
}

#diskPopup .disk_icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-around;
}

#diskPopup .c_icon {
  width: 20px;
  height: 20px;
  background: url("../../img/close.svg") no-repeat 100%;
}
.service_policy , .privacy_policy{
  color:#A30101;
  text-decoration: underline;
}
.acceptFlags{margin-bottom: 24px;}
@media screen and (max-width: 1025px) {

.inputPadding_box{padding:0 16px;max-width:all;}
.acceptFlagsPadding{margin:0 16px;}

}