#user_auth .user_form_span {
    display: block;
    padding: 0;
    margin: 12px 3px;
    color: #000;
}

.equipm-descr-title2 .offer_container {
    left: 0;
}

body .pre-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/blocks.svg') center center #FFF no-repeat;
    z-index: 9999;
}

body .pre-loader-logo {
    width: 400px;
    height: 100%;
    background: url('../images/delight.svg') center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: translateY(-180px);
}

body #header .top-menu > ul {
    display: block;
    padding: 15px 0 10px 0 !important;
    text-align: center;
    width: 375px;
}

.products-warnings {
    margin-top: 25px;
}

.products-warnings p {
    padding: 0;
}

.products-warnings-title {
    font-weight: bold;
    color: red;
}

.numb-phone a, a.phone-link {
    color: #000 !important;
}

.anketa-form .field {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 60%;
}

#anketa-mobile .anketa-form .field {
    display: block;
    margin-bottom: 10px;
    max-width: none;
}

.anketa-form .fields {
    margin-top: 15px;
}

#anketa-mobile .anketa-form .fields {
    margin-top: 10px;
}

.anketa-form .field input[type="text"], .anketa-form .field input[type="number"] {
    height: 30px;
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #666;
    outline: none;
}

.anketa-form .field textarea {
    padding: 5px 10px;
    width: 100%;
    min-height: 70px;
    border-radius: 5px;
}

#anketa-mobile .anketa-form .field input[type="text"],
#anketa-mobile .anketa-form .field input[type="number"],
#anketa-mobile .anketa-form .field textarea {
    border: 1px solid #09c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    box-shadow: none;
}

.anketa-form .field input[type=file] {
    width: auto;
}

.anketa-form .field-title {
    max-width: 45%;
}

#anketa-mobile .anketa-form .field-title {
    max-width: none;
}

.anketa-form .field-value {
    width: 250px;
}

#anketa-mobile .anketa-form .field-value {
    width: 100%;
}

.anketa-form .field-value .button {
    margin-left: 0;
    background: url('../images/camera-icon.svg') no-repeat 10px center #09c;
    background-size: 20px;
    padding-left: 45px;
    padding-right: 20px;
}

#anketa-mobile .anketa-form .field-title .file-label {
    display: block;
    margin-bottom: 5px;
}

.anketa-form .field-value .button:hover {
    opacity: 0.9;
}

.anketa-form .form-button .button {
    display: inline-block;
    margin: 10px 0 30px 0;
    position: relative;
    z-index: 10000
}

#anketa-mobile .anketa-form .form-button .button {
    margin: 10px 0 20px;
    width: 45%;
}

#anketa-mobile .anketa-form .form-button #button_ok {
    width: 100%;
}

.anketa-form .form-button .button:hover {
    opacity: 0.9;
}

.anketa-form .form-button .button.disabled {
    border: 1px solid #D3D3D3;
    background: #D3D3D3;
    color: #FFF;
    cursor: default !important;
}

.anketa-form .form-button .button.active {
    background: #09c;
    color: #FFF;
}

.anketa-form .form-button .button-next {
    float: right;
}

#anketa-mobile .anketa-form .form-button .button-next {
    margin-right: 0px;
}

.anketa-form .form-button .button-prev {
    float: left;
    clear: right;
}

#anketa-mobile .anketa-form .form-button .button-prev {
    margin-left: 0px;
}

.anketa-form .subtitle {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

#anketa-mobile .anketa-form .subtitle {
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 10px;
}

#anketa-mobile .anketa-form p {
    margin-bottom: 10px;
}

.anketa-form .stage .title {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 1px;
    cursor: pointer;
}

#anketa-mobile .anketa-form .stage .title {
    font-size: 16px;
    padding: 5px 10px;
}

.anketa-form .stage.active .title {
    background: #09c;
    color: #FFF;
}

.anketa-form .stage.disabled .title {
    background: #737373;
    color: #FFF;
    opacity: 0.5;
}

.anketa-form .stage.finished .title {
    background: green;
    color: #FFF;
}

.anketa-form .required {
    color: red;
}

.anketa-form .help {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
    font-style: italic;
}

.anketa-form .no-flex {
    display: block;
}

.anketa-form .checkbox-block input {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

#anketa-mobile .anketa-form .checkbox-block input {
    margin-right: 10px;
    float: left;
}

.anketa-form .file_name {
    display: block;
    margin-top: 10px;
}

.anketa-form .desc {
    margin-bottom: 10px;
    border-bottom: solid 1px #d1d1d1;
    border-top: solid 1px #d1d1d1;
    padding: 10px 0;
}

.anketa-form .agrees {
    margin-bottom: 10px;
}

.anketa-form .form-tip {
    border: 1px dashed #CCC;
    padding: 5px;
    margin-bottom: 10px;
}

.anketa-form .form-button {
    margin-top: 20px;
}

.anketa-form .field input.success,
.anketa-form .field textarea.success {
    border: 1px solid green;
}

#anketa-mobile .anketa-form .field input.success,
#anketa-mobile .anketa-form .field textarea.success {
    border: 1px solid green;
    border-radius: 5px;
}

.anketa-form .field input.error,
.anketa-form .field textarea.error {
    border: 1px solid red;
}

#anketa-mobile .anketa-form .field input.error,
#anketa-mobile .anketa-form .field textarea.error {
    border: 1px solid red;
    border-radius: 5px;
}

.save-as-sets-wrapper {
    margin-top: 20px;
    text-align: center;
}

.save-as-sets-wrapper .button {
    margin-left: 0;
    display: inline;
}

.save-as-sets-wrapper .button:hover {
    opacity: 0.9;
}

.save-as-sets-wrapper .small-caption {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

i.fav-icon:after {
    display: inline-block;
    background: url('../images/fav.svg') center center;
    height: 17px;
    width: 17px;
    content: '';
    background-size: contain;
    position: relative;
    top: 3px;
    left: -10px;
}

@media screen and (max-width: 720px) {
    body .pre-loader-logo {
        width: 250px;
        transform: translateY(-80px);
    }

    body .pre-loader {
        background: url('../images/blocks.svg') center calc(50% + 70px) #FFF no-repeat;
    }
}

@media screen and (max-height: 768px) and (min-height: 768px) {
    body .pre-loader-logo {
        transform: translateY(-90px);
    }

    body .pre-loader {
        background: url('../images/blocks.svg') center calc(50% + 90px) #FFF no-repeat;
    }
}

@media screen and (min-height: 1024px) {
    body .pre-loader-logo {
        transform: translateY(-110px);
    }

    body .pre-loader {
        background: url('../images/blocks.svg') center calc(50% + 70px) #FFF no-repeat;
    }
}

@media screen and (min-width: 1024px) {
    .save-as-sets-wrapper {
        max-width: 220px;
    }
}
