.regtour-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(14, 14, 17, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.regtour-popup-block {
    position: relative;
}

.regtour-popup-content {
    position: relative;
    background: #fff;
    max-width: 520px;
    max-height: 720px;
    padding: 40px;
    border-radius: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

.regtour-popup-content::-webkit-scrollbar {
    width: 0;
}

.regtour-popup-close {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -48px;
	background-image: url('/main/img/popup-close.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.regtour-popup-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -1.5px;
}

.authform {
    margin-top: 30px;
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.authform__wrap {
    position: relative;
}

.authform__input {    
    box-sizing: border-box;
    display: block;
    width: 100%;
    outline: none;
    height: 56px;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #DDDDDD;
    color: #0E0E11;
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.54px;
}

.authform__input:focus {
    border-color: #0E0E11;
}

.authform__input::placeholder {
    color: #B0B0B0;
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.54px;    
}

.authform__forgetpwd {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 4px;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #0E0E11;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.54px;
}

.authform__btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 56px;
    outline: none;
    border: none;
    border-radius: 30px;
    background: #B0B0B0;
    color: #FFF;
    font-family: 'Golos Text', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.66px;
    cursor: pointer;

	text-align: center;
}

.authform__btn_active {
    background: #FF4C37;
}

.regtour-popup-reglink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E0E11;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.66px;
    cursor: pointer;
    margin-bottom: 20px;
}

.regtour-popup-reglink > svg {
    margin-top: 3px;
    margin-left: 4px;
}

.authform__errmessage {
    color: #FF4C37;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.54px;
    text-align: center;
}



.turregsuccess-block {
    margin-top: 140px;
    margin-bottom: 203px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.turregsuccess-icon {
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
}

.turregsuccess-title {
    margin-bottom: 24px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -1.5px;
}

.turregsuccess-text {
    color: #0E0E11;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.54px;
    max-width: 400px;
}

.turregsuccess-btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #FF4C37;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.66px;
    cursor: pointer;
    text-decoration: none;
}





.authform__errmessage{
    color: #FF4C37;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.54px;
    text-align: center;
}