label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.hidden {
    display: none;
    visibility: hidden;
}

.field {
}

form {
    margin: 0 0 18px;
}

input[type=checkbox][class^='red-'],
input[type=checkbox][class*=' red-'] {
    position: unset;
    left: unset;
}

#wrapper_tel .settings_number_m .content_tel {
    padding: 8px;
}

div[class^='red-'],
div[class*=' red-'],
label[class^='red-'],
label[class*=' red-'] {
    float: left;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

div[class^='red-w-'],
div[class*=' red-w-'] {
    display: flex;
    flex-wrap: wrap;
}

p[class^='red-'],
p[class*=' red-']  {
    text-decoration: unset!important;
}

.red-w-full {
    width: 100%;
    display: flex;
    flex-flow: row nowrap!important;
    align-items: flex-start;
}

.red-w-full-col {
    width: 100%;
    display: flex;
    flex-flow: column nowrap!important;
    align-items: flex-start;
}

.red-w-full-m {
    width: 100%;
    display: flex;
    flex-flow: row nowrap!important;
    align-items: flex-start;
}

.red-w-70 {
    width: 70%;
}
.red-w-65 {
    width: 65%;
}
.red-w-60 {
    width: 60%;
}
.red-w-60-50 {
    width: 60%;
}
.red-w-40 {
    width: 40%;
}
.red-w-40-50 {
    width: 40%;
}
.red-w-35 {
    width: 35%;
}
.red-w-30 {
    width: 30%;
}

.red-bg-gray {
    background: #e8e8e8;
}

.red-push-right {
    align-self: auto;
}

.red-left-half,
.red-right-half {
    width: 50%;
    padding: 5px;
}

.red-left-half {
    text-align: left;
}

.red-right-half {
    text-align: right;
}

.red-float-right {
    float: right!important;
}

.red-pull-right {
    width: 100%;
    text-align: right;
}

.red-grow {
    flex-grow: 1;
}

.red-p-5 {
    padding: 5px;
}

.red-p-t-10 {
    width: 100%;
    padding-top: 10px;
}

.red-m--15 {
    padding-top: 0;
    margin-top: -15px;
}

.red-lh-30 {
    line-height: 30px;
}

label.red-label {
    align-items: center;
    text-align: left;
    margin: 1px 5px;
    padding: 5px;
    border-radius: 5px;
    line-height: 24px;
    cursor: pointer;
}

label.red-label-tiny {
    margin: 0;
    padding: 0 5px 0 7px;
    border-radius: 3px;
    line-height: 22px;
    cursor: pointer;
}

label.red-label.red-label-sub,
label.red-label-tiny.red-label-sub {
    cursor: default;
    padding-left: 28px;
}

input.red-checkbox {
    position: relative !important;
    float: left;
    width: 16px !important;
    height: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none!important;
    display: grid;
    place-content: center;
    margin: 2px 4px 2px!important;
    cursor: pointer;
    border-radius: 3px;
    padding: 0px;
}

input.red-checkbox:before {
    position: absolute;
    height: 14px;
    width: 14px;
    background: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    content:"\f0c8";
    line-height: 0.9;
    font-size: 17px;
    border-radius: 3px;
}

input.red-checkbox:checked::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    content:"\f14a";
    letter-spacing: 5px;
}

input.red-checkbox:disabled {
    cursor: not-allowed;
}

.red-btn {
    display: block;
    width: auto;
    padding: 0 5px;
}

.red-btn-tiny {
    font-size: 11px;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 8px 12px;
    line-height: 18px!important;
}

p.red-text-tiny[disabled] {
    font-size: 11px;
    line-height: 16px;
    margin: 0 6px;
    color: #d3d3d3!important;
}

.red-btn-green[disabled] {
    background: transparent;
    color: #d3d3d3;
    border: 1px solid #d3d3d3;
}

.red-text-left {
    font-size: 12px;
    line-height: 20px;
    max-height: 24px;
    text-indent: 0;
    padding-left: 5px;
    margin: 0;
    text-align: left;
    color: #3a3a3a!important;
}

p.red-text-tiny {
    display: block;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    text-indent: 0px;
    padding-left: 6px;
    color: #3a3a3a!important;
}

p.red-text-tiny.error {
    color: #cd0000!important;
    width: unset;
}

.red-btn-green {
    border: 1px solid #d3d3d3;
    background: #458f36!important;
    color: #fff;
}

.red-btn-blue {
    border: 1px solid #d3d3d3;
    background: #3097FE!important;
    color: #fff;
}

.red-btn-red {
    border: 1px solid #d3d3d3;
    background: #b01f35!important;
    color: #fff;
}

.red-btn-gray {
    border: 1px solid #d3d3d3;
    background: #8d8885!important;
    color: #fff;
}

.red-select {
    margin: -3px 0!important;
    max-height: 30px;
}

select.red-select {
    display: block;
    color: #444;
    font-size: 14px;
    padding: 3px 50px 3px 10px;
    width: initial;
    max-width: 100%;
    box-sizing: border-box;
    margin: -3px 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

select.red-select::-ms-expand {
    display: none;
}

select.red-select:hover {
    border-color: #888;
}

select.red-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

select.red-select option {
    display: block;
    font-weight: normal;
    line-height: 44px;
    height: 44px;
    padding: 20px;
}

select.red-select:disabled,
select.red-select[aria-disabled=true] {
    display: none;
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

select.red-select:disabled:hover,
select.red-select[aria-disabled=true] {
    display: none;
    border-color: #aaa;
}

.red-input-wrapper {
    display: flex;
    flex-grow: 1;
    flex-flow: row nowrap;
    background-color: #ffffff;
    border: 1px solid #7b7b93;
    margin: 1px 5px;
    min-width: 84%;
    max-width: 86%;
    border-radius: 5px;
}

.red-input-wrapper-no {
    border-color: #E57373;
}

.red-input-wrapper-yes {
    border-color: #4CAF50;
}

.red-input-wrapper[disabled],
.red-input-wrapper:not(.on) {
    background: #e8e8e8;
    border: 1px solid #9c9c9c;
    color: #d3d3d3;
}

.red-input-prefix,
.red-input-suffix {
    position: relative;
    color: #7b7b93;
    font-size: 14px;
    line-height: 24px;
}

.red-input-prefix {
    padding: 4px 0 4px 8px;
}

.red-input-suffix {
    padding: 4px 8px 4px 0;
}

input.red-input,
.content_tel input.red-input {
    background-color: transparent!important;
    width: unset;
    flex-grow: 1;
    padding: 0px!important;
    margin: 0!important;
    color: #3a3a3a;
    border: none!important;
    box-shadow: none!important;
    font-size: 14px!important;
    height: 32px;
}

.red-input-wrapper>input.red-input[disabled],
.content_tel .red-input-wrapper>input.red-input[disabled] {
    color: #7b7b93;
}

.red-signal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 16px;
    height: 32px;
    /*margin: 2px 8px 2px 2px;*/
}

.red-signal:empty {
    display: none;
    width: 0;
    height: 0;
}

.red-hint,
.red-hint-mini {
    font-size: 0;
    position: relative;
}
.red-hint-red {
    float: right!important;
    margin: 1px 5px;
}

.red-hint::before,
.red-hint-mini::before {
    position: absolute;
    content: ' ';
    height: 11px;
    width: 14px;
    background: url(../image/hint_arrow.png);
    z-index: 666;
    opacity: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.5, 0.71) 100ms;
    pointer-events: none;
}

.red-hint::after,
.red-hint-mini::after {
    content: attr(data-hint);
    white-space: normal;
    background: #efefef url(../image/hint_background.png) repeat-x;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 0 5px #000000;
    color: #3a3a3a;
    position: absolute;
    text-align: left;
    z-index: 555;
    opacity: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.5, 0.71) 100ms;
    pointer-events: none;
    display: flex;
    height: auto;
    min-width: 480px;
    width: fit-content;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 24px;
}

.red-hint-red::after {
    min-width: unset;
    white-space: nowrap;
    text-align: center;
}

.red-hint-mini.disabled::after,
.red-hint-mini.disabled::before {
    display: none;
}

.red-hint-mini {
    margin: 0 3px;
}

.red-hint-mini::after {
    min-width: 100px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.red-hint::before,
.red-hint-mini::before {
    top: 0;
    left: 100%;
    transform: translate(-100%, 0);
}

.red-hint::after,
.red-hint-mini::after {
    top: 0;
    left: 100%;
    transform: translate(-100%, 0);
}

.red-hint:hover::before,
.red-hint:hover::after {
    opacity: 1;
}

.red-hint:hover::before {
    transform: translate(calc(-100% - 1px), calc(-100% - 1px));
}

.red-hint:hover::after {
    transform: translate(calc(-100% + 5px), calc(-100% - 11px));
}

.red-hint-icon {
    background-image: url(../image/info_number.png);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    font-size: 0px;
}

.red-hint-icon-red {
    background-image: url(../image/icon_incomming_per_minut.png);
}

.red-hint-icon-info {
    background-image: url(../image/info_number.png);
}

.red-hint-icon-info:hover {
    background-image: url(../image/info_number_active.png);
}

.red-hint-icon-stat {
    background-image: url(../image/statistic_call.png);
}

.red-hint-icon-stat:hover {
    background-image: url(../image/statistic_call_active.png);
}

.red-hint-icon-del {
    background-image: url(../image/delete_off.png);
}

.red-hint-icon-del:hover {
    background-image: url(../image/delete_off_active.png);
}

.red-validator {
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    font-size: 0px;
}

.red-inline-icon {
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0px;
    display: inline-block;
    margin: 5px 5px 3px 3px;
}

.yes {
    background: url(../image/accept.png) no-repeat;
}

.no {
    background: url(../image/pre_accept.png) no-repeat;
}

.wait {
    background: url(../image/around.png) no-repeat;
    animation: rotate 0.5s infinite linear;
    -moz-animation: rotate 0.5s infinite linear;
    -webkit-animation: rotate 0.5s infinite linear;
}

.play, .close1 {
    background: #d4e0f1;
    border-radius: 50%;
    text-align: center;
}

.play:before, .close1:before {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content: "\f04b";
    font-size: 8px;
    font-weight: bold;
    line-height: 15px;
}

.close1:before {
    content: "\f00d";
    font-size: 12px;
}

.currency {
    font-weight: bold;
}

.red-line {
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    color: #59ac33;
    clear: both;
}

input.red-radio[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 12px;
    height: 12px;
    border: none;
    transform: translateY(5px) translateX(-3px);
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
}

input.red-radio[type=radio]:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    content:"\f111";
    line-height: 1;
}

input.red-radio[type=radio]:checked::before {
    font-family: FontAwesome;
    display: inline-block;
    content:"\f192";
    letter-spacing: 5px;
}

input.red-radio[type=radio][disabled] {
    opacity: 0.5;
}

label.red-label[disabled],
label.red-label-tiny[disabled] {
    color: #d3d3d3;
}

.red-slider-block {
    height: 50px;
    margin-right: 5px;
    width: auto;
    line-height: 20px;
    color: #7c7c7c;
    border-radius: 5px;
    cursor: pointer;
}

.red-submit {
    text-decoration: none !important;
    height: 35px;
    padding: 0px 65px;
    font-size: 13px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto;
    align-self: center;
}

.slave[disabled] {
    display: none;
}

.red-icon {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    margin-right: 7px;
}

.red-point-green {
    margin-top: 3px;
    width: 8px !important;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    background: #50a233;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.red-point-red {
    margin-top: 3px;
    width: 8px !important;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    background: #cd0000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.error_before_step2 {
    width: 100%;
    margin: 20px auto 10px;
}

@media (hover: hover) {
    .red-hint-mini:hover::before,
    .red-hint-mini:hover::after {
        opacity: 1;
    }
    .red-hint-mini:hover::before {
        transform: translate(calc(-100% - 1px), calc(-100% - 1px));
    }
    .red-hint-mini:hover::after {
        transform: translate(calc(-100% + 5px), calc(-100% - 11px));
    }
}

@media (min-width: 0px) and (max-width: 600px) {
    .red-w-30,
    .red-w-40,
    .red-w-60,
    .red-w-70 {
        width: 100%;
    }
    .red-w-40-50,
    .red-w-60-50 {
        width: 50%;
    }
    .red-m--15 {
        padding-top: 5px;
        margin-top: 5px;
    }
    .red-hint::after {
        min-width: calc(96vw - 50px);
    }
    .red-hint-mini::after {
        min-width: 50px;
    }
    .red-hint-red::after {
        min-width: unset!important;
    }
    .red-slider-block {
        width: auto;
        min-width: 50%;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .red-w-full-m {
        flex-flow: column nowrap!important;
    }
    p.red-text-tiny.error {
        width: 100%;
    }
    .red-text-left {
        font-size: 12px;
        line-height: 16px;
        max-height: 22px;
    }
}
