.ram-calc__popup {position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.5); padding: calc(var(--ramcalc-offset) * 2);}
.ram-calc__popup-wrap {padding: calc(var(--ramcalc-offset) * 2); background: var(--ramcalc-background-color); border-radius: calc(var(--ramcalc-border-radius)); position: relative;}
.ram-calc__popup-content {text-align: center;}
.ram-calc__popup-close {position: absolute; top: calc(var(--ramcalc-offset) * 0.25); right: calc(var(--ramcalc-offset) * 0.25); width: calc(var(--ramcalc-offset) * 1.5); height: calc(var(--ramcalc-offset) * 1.5); display: block;}
.ram-calc__popup-close:before {position: absolute; display: block; content: ''; background-color: var(--ramcalc-color); border-radius: var(--ramcalc-border-radius); width: calc(var(--ramcalc-offset) * 1.2); height: calc(var(--ramcalc-offset) * 0.075); transform: rotate(-45deg); left: calc(var(--ramcalc-offset) * 0.15); top: calc(50% - var(--ramcalc-offset) * 0.0375);}
.ram-calc__popup-close:after {position: absolute; display: block; content: ''; background-color: var(--ramcalc-color); border-radius: var(--ramcalc-border-radius); width: calc(var(--ramcalc-offset) * 1.2); height: calc(var(--ramcalc-offset) * 0.075); transform: rotate(45deg); left: calc(var(--ramcalc-offset) * 0.15); top: calc(50% - var(--ramcalc-offset) * 0.0375);}

.ram-calc__popup-content{
    color: #000;
    text-transform: none;
    max-width: 350px;
    height: 80px;
}

.auth_form{

    padding-top: 40px;
    text-align: center;
    line-height: 145%;

}

.auth_form a{
    color: #e5007e ;
    cursor: pointer;
}

.auth_form a:hover{
    text-decoration:underline;
    cursor: pointer;
}

.modal_h2{
    font-size: 37px;
    margin-bottom: 30px
}

.moda_auth_zakaz{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.moda_auth_zakaz input {
    border-bottom: 1px solid black;
    height: 30px;
    font-size: 22px;
  }
  
  .moda_auth_zakaz input::-webkit-input-placeholder {
    font-size: 22px;
    color: black;
    font-weight: 400;
  }
  
  .moda_auth_zakaz input::-moz-placeholder {
    font-size: 22px;
    color: black;
    font-weight: 400;
  }
  
  .moda_auth_zakaz input:-ms-input-placeholder {
    font-size: 22px;
    color: black;
    font-weight: 400;
  }
  
  .moda_auth_zakaz input::-ms-input-placeholder {
    font-size: 22px;
    color: black;
    font-weight: 400;
  }
  
  .moda_auth_zakaz input::placeholder {
    font-size: 22px;
    color: black;
    font-weight: 400;
  }

  .intro__content-label-big input:focus{
    border: 1px solid #e5007e;
  }