

/* Start:/bitrix/templates/universe_s1-new/components/bitrix/system.auth.form/UsePhoneNumber/style.css?17510551767519*/
.header-info-authorization {
    display: block;
    float: left;
    font-size: 0;
    white-space: nowrap;
}

.header-info-button{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.header-info-button span{
    font-size: 12px;
}
.header-info-button-icon{
    width: 28px;
    height: 28px;
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/system.auth.form/UsePhoneNumber/./images/person.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#noauth-modal{
	display: none;
    position: relative;
}
.noauth-modal-container{
	position: fixed !important;
    right: 0;
    height: 100vh;
    top: 0;
	padding-top: 165px !important;
	padding-right: 104px !important;
	padding-bottom: 0 !important;
	padding-left: 160px !important;
	background-color: #fff !important;
}

#noauth-modal .noauth-modal-content{
    display: none;
	max-width: 584px;
    z-index: 2;
}
#noauth-modal .noauth-modal-content.active{
    display: block;
}

#noauth-modal .modal-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 29.26px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
	max-width: 319px;
    text-transform: uppercase;
}
#noauth-modal .modal-description{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
    max-width: 256px;
}
#noauth-modal .popup-btn{
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.5px;
	text-align: left;
	border-radius: 6px;
	text-align: center;
	padding: 14px 0;
	text-transform: uppercase;
	text-decoration: none;
}
#noauth-modal .popup-btn.login{
	background-color: var(--color-main-green);
	color: #fff !important;
	margin-bottom: 30px;
}
#noauth-modal .popup-btn.make-order{
	background-color: var(--color-light-salat);
	color: var(--color-main-green) !important;
}

#noauth-modal .popup_form{
    display: flex;
    flex-direction: column;
}

#noauth-modal .popup_form input{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #000 !important;

    width: 100%;
    padding: 7px 8px 9px 8px;
    border-radius: 6px;
    border: 1px solid rgba(153, 153, 153, 0.79);
    outline: none;
}

#noauth-modal .popup_form input[type=text] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    outline: none;
    padding: 9px 10px;
    border: 1px solid #C5C5C5;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    color: #383838 !important;
}

#noauth-modal .popup_form#SendCode input::placeholder{
    color: #000;
}

#noauth-modal .popup_form#ConfirmCode input::placeholder{
    color: #8A8A8A;
}

#noauth-modal .popup_form button[type="submit"],
#ChangeSendType,
.RefreshCode{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
transition: .3s;
    width: 100%;
    background-color: #2d2d2d;
    border-radius: 6px;
    border: 2px solid #2d2d2d;
    outline: none;
    padding: 10px 0px;
}

#noauth-modal .popup_form button[type="submit"]:hover,
#ChangeSendType:hover,
.RefreshCode:hover{

background-color: #2D7179;
    border-radius: 6px;
    border: 2px solid #2D7179;
transition: .3s;
}
#noauth-modal .popup_form button[type="submit"]:active,
#ChangeSendType:active,
.RefreshCode:active{

background-color:#2D7179;
    border-radius: 6px;
    border: 2px solid #2D7179;
transition: .3s;
}

#noauth-modal .popup_form .popup_form-submit.popup_form-submit-disabled {
    cursor: default;
    opacity: 0.1;
}

#noauth-modal .popup_form .popup_form-submit.popup_form-submit-disabled:hover {

    background-color: #2D7179;
    border: 2px solid #2D7179;
}

.RefreshCode.hide{
    display: none;
}
#noauth-modal .popup_form button[type="submit"].HideInput,
#ChangeSendType.HideInput{
    border: 0;
    padding: 0;
    margin: 0;
    width: 0.01px;
    height: 0.01px;
    opacity: 0;
    pointer-events: none;
}

#noauth-modal .popup_form .error_timer-container{
    display: ruby;
    font-size: 12px;
}
#noauth-modal .popup_form .error_timer-container.hide{
    display: none;
}

.noauth-modal-content#step-2 .modal-title{
    width: 319px;
}

.noauth-modal-content#step-2 .phone_number{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

/*
.noauth-modal-content#step-2 .RefreshCode{
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    text-transform: uppercase;
    color: #8A8A8A !important;
    margin-top: 20px;
    text-decoration: none;
}
.noauth-modal-content#step-2 .RefreshCode.show{
    display: block;
}
.noauth-modal-content#step-2 .RefreshCode:hover{
    transition: .3s;
    color: #000 !important;
}
*/

.noauth-modal-content#step-2 .go-back{
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/system.auth.form/UsePhoneNumber/./images/go-back-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}

#noauth-modal .politic{
    /*position: absolute;
    bottom: 35px;*/
	margin: 20px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color: #8E8E8E;
    max-width: 339px;
    z-index: 1;
}

#noauth-modal .politic a{
    color: inherit !important;
    text-decoration: none;
}
#noauth-modal .politic a:hover{
    transition: .3s;
    color: #000 !important;
}

#noauth-modal .politic .politic-auth-agreement-wrapper {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    top: 5px;
}

#noauth-modal .politic .politic-auth-agreement {
    opacity: 0;
    z-index: 2;
    position: relative;	
}

#noauth-modal .politic .politic-auth-agreement-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    z-index: 1;	
}

#noauth-modal .politic .politic-auth-agreement:checked + .politic-auth-agreement-label:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    background-image: url(/bitrix/templates/universe_s1-new/components/bitrix/system.auth.form/UsePhoneNumber/images/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.error_placement{
    margin-top: 2px;
}
.error_placement .error{
    color: var(--color-status-error);
}



@media(max-height: 700px){
	.noauth-modal-container{
		padding-top: 100px !important;
	}
}

@media(max-height: 600px){
    #noauth-modal{
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 40px !important;
    }
    #noauth-modal .politic{
        /*position: static;
        padding-top: 40px;*/
    }
}

@media(max-width: 1200px){
	.noauth-modal-container{
		padding-right: 100px !important;
		padding-left: 120px !important;
	}
}

@media(max-width: 768px){
    .noauth-modal-container{
		padding: 0 !important;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
    #noauth-modal .politic{
        position: relative;
        padding: 60px 10px 0 10px;
        display: block;
        box-sizing: border-box;
    }
}
/* End */
/* /bitrix/templates/universe_s1-new/components/bitrix/system.auth.form/UsePhoneNumber/style.css?17510551767519 */
