

/* Start:/bitrix/components/uniofweb/main.register.new/templates/registration/style.css?16087208894031*/
.register-wrapper {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

.register-form {
    margin-top: 35px;
}

.register-input {
    display: inline-block;
    width: calc(50% - 16px);
    height: 53px;
    border: 1px solid rgb(176 175 175);
    margin: 0 0 29px 28px;
    padding: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
    max-width: 100%;
}

.register-input:nth-child(2n+1) {
    margin: 0 0 29px 0;
}

.register-input input {
    width: 100%;
    height: 42px;
    padding-left: 43px;
    /*border: 1px solid #ededed;*/
    border: none;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
}

.register-input input.name {
    background: url('/images/forms/input-name-gray.png') 12px no-repeat;
}

.register-input input.phone {
    background: url('/images/forms/input-phone-gray.png') 12px no-repeat;
}

.register-input input.city {
    background: url('/images/forms/input-city-gray.png') 10px 12px no-repeat;
}

.register-input input.register-email {
    background: url('/images/forms/input-mail-gray.png') 12px no-repeat;
}

.register-input input.org {
    background: url('/images/forms/input-org-gray.png') 10px 12px no-repeat;
}

.register-input input.password {
    background: url('/images/forms/input-key-gray.png') 12px no-repeat;
}

.register-input input.adress {
    background: url('/images/forms/input-adress-gray.png') 12px no-repeat;
}

.register-input input::-webkit-input-placeholder {
    color: #a3a3a3;
}

.register-input input::-moz-placeholder {
    color: #a3a3a3;
}

.register-input input:-moz-placeholder {
    color: #a3a3a3;
}

.register-input input:-ms-input-placeholder {
    color: #a3a3a3;
}

.register-form .user-agreemen {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.register-form .user-agreemen .checkbox, span {
    display: inline-block;
    vertical-align: middle;
    color: #5e5e5e;
}

.register-form .user-agreemen .checkbox {
    margin: 0 5px 0 0;
    height: 15px;
    width: 18px;
    top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form .user-agreemen .checkbox input {
    position: relative;
    left: 0;
    top: 0;
}

.register-form .user-agreemen a {
    color: #5e5e5e;
}

.password-message {
    width: 100%;
    height: auto;
    line-height: 30px;
    background: #f5f5f5;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-align: center;
    padding: 15px;
}

.register-button {
    width: 294px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #e9cf3d;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans Semibold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    margin: 29px auto 60px;
    background: none;
    transition-duration: 0.5s;
    display: block;
}

.register-button:hover {
    background: #e9cf3d;
    transition-duration: 0.5s;
}

*[data-reg-order='1']{order:1;}
*[data-reg-order='2']{order:2;}
*[data-reg-order='3']{order:3;}
*[data-reg-order='4']{order:4;}
*[data-reg-order='5']{order:5;}
*[data-reg-order='6']{order:6;}
*[data-reg-order='7']{order:7;}
*[data-reg-order='8']{order:8;}
*[data-reg-order='9']{order:9;}
*[data-reg-order='10']{order:10;}
*[data-reg-order='11']{order:11;}
.register-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

@media(max-width: 768px){
    .register-input {
        width: 100%;
        margin: 0 0 29px;
    }
    *[data-reg-order='6']{order:7;}
    *[data-reg-order='7']{order:6;}
}


/* End */
/* /bitrix/components/uniofweb/main.register.new/templates/registration/style.css?16087208894031 */
