.section_form .form_amobile .form-field input.error, .section_form .form_amobile .form-field .form_file.error {
    border-color: #e4002b;
}

.section_form .form_amobile label.error {
    color: #e4002b;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px
}

.box-order-sim button.new-sim.disabled {
    border-color: gray;
    background-color: gray;
}

.box-order-sim button.new-sim.disabled:hover {
    color: white;
    cursor: not-allowed;
    pointer-events: all !important;
}

button.btn_class_bg {
    max-width: 310px !important;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid #e4002b;
}

.offer-wrap input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    top: 2px;
    position: relative;
}

.offer-wrap .confirm-label {
    max-width: 220px !important;
}

.offer-wrap {
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
    margin-top: 4px;
}

.btn_class_bg_return:hover {
    cursor: pointer;
}

.type_elm-2 .form_tel {
    display: block !important;
}

.hide {
    display: none;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    margin-top: 4px;
}

.btn_class_bg_return:hover {
    cursor: pointer;
}

.re-captcha-error {
    position: absolute;
    color: #e4002b;
    font-weight: 300;
    font-style: italic;
    bottom: 0px;
    font-size: 12px;
    left: 5px;
    display: none;
    /*display: block !important;*/
}

.city-offices-list {
    display: none;
}

.city-offices-list.active {
    display: block;
}

.section_form .form_amobile .form-field input.error,
.section_form .form_amobile .form-field .form_file.error {
    border-color: #e4002b;
}

.form-field .success-file::after {
    content: url(/images/success-file.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -26px;
    top: 3px;
}

.form_file_name {
    color: black !important;
    top: 14px !important;
    left: 31px !important;
    width: calc(100% - 65px) !important;
}

.offices-map-box #list {
    min-height: 350px;
}

.connect-offices-city-select-list.has-error .select2-container--default .select2-selection--single {
    border: 2px solid #e4002b !important;
}

.connect-number-block {
    margin-bottom: 26px;
}

.connect-number-block .selectad_krash-btn {
    text-decoration: none;
    text-transform: none;
    color: #e4002b !important;
}

body .select2-dropdown .select2-results__option {
    min-height: 45px;
    height: auto;
    line-height: normal !important;
    padding: 10px 0px;
}

.connect-change-tariff-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #e4002b;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.select2-tariff-description {
    display: inline-block;
    word-break: break-word;
    width: 100%;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-top: 10px;
}

.connect-phone-field sup {
    display: none;
}

.connect-phone-field.required sup {
    display: inline-block;
}

.new-sim-connect-btn {
    text-transform: none !important;
}

.field_phoneselfie-hint {
    margin-bottom: 8px !important;
}

@media (max-width: 1199.98px) {
    .form_file__img {
        top: 25%;
    }

    .form_file_name {
        top: 0px !important;
    }
}

@media (max-width: 1078px) {
    button.btn_class_bg.new-sim-connect-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(1.05);
        transform-origin: 0 0;
        margin-bottom: 20px;
    }
}