.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 42px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: #fff; /*linear-gradient(to bottom, #fff 0%, #eee 100%);*/
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: #FFFFFF;/*linear-gradient(to bottom, #fff 0%, #fff 100%);*/
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);*/
}

.toggle-checkbox:checked + .toggle-switch {
    background: #FF0000;
}

.toggle-checkbox:checked + .toggle-switch:before {
    left: 20px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-weight: normal;
    color: #9c9c9c;
    margin-right: 50px;
}


body .default-web-form-wrap .container_form_20 .form-container input.form-control[type="text"]::placeholder,
body .default-web-form-wrap .container_form_21 .form-container input.form-control[type="text"]::placeholder,
body .default-web-form-wrap .container_form_46 .form-container input.form-control[type="text"]::placeholder,
body .default-web-form-wrap .container_form_20 .form-container input.form-control[type="password"]::placeholder,
body .default-web-form-wrap .container_form_21 .form-container input.form-control[type="password"]::placeholder ,
body .default-web-form-wrap .container_form_46 .form-container input.form-control[type="password"]::placeholder {
    line-height: 15px;
    /*transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px); IE 9
    -webkit-transform: translateY(-15px);  Safari and Chrome
    -o-transform: translateY(-15px);  Opera */
}

body .default-web-form-wrap .container_form_20 .form-container select.form-control .placeholder,
body .default-web-form-wrap .container_form_21 .form-container select.form-control .placeholder ,
body .default-web-form-wrap .container_form_46 .form-container select.form-control .placeholder {
    line-height: 15px;
    transform: translateY(-15px);
}


.agree {
    display: none;
}


@media (max-width: 450px) {

    .agree.agree_20,

    .agree.agree_21 {
        display: block;
        color: #000000;
        margin-top: 14px;
    }

    .required-sign-wrap,
    .box-fk_send_ok_20,

    .box-fk_send_ok_21 {
        display: none !important;
    }

    .form-body.required .required-sign-wrap {
        /*display: block !important;*/
    }




    body .default-web-form-wrap.default-web-form-style .container_form_20 .form-container label a,
    body .default-web-form-wrap.default-web-form-style .container_form_21 .form-container label a,
    body .default-web-form-wrap.default-web-form-style .container_form_46 .form-container label a,
    body .default-web-form-wrap.default-web-form-style .container_form_20 .form-container label a:hover,
    body .default-web-form-wrap.default-web-form-style .container_form_21 .form-container label a:hover,
    body .default-web-form-wrap.default-web-form-style .container_form_46 .form-container label a:hover,
    body .default-web-form-wrap.default-web-form-style .container_form_20 .form-container label,
    body .default-web-form-wrap.default-web-form-style .container_form_21 .form-container label,
    body .default-web-form-wrap.default-web-form-style .container_form_46 .form-container label,
    body .default-web-form-wrap.default-web-form-style .feedback-title,
    body .default-web-form-wrap.default-web-form-style .feedback-desc {
        color: #000;
    }

    body .default-web-form-wrap .container_form_20 .form-container input.form-control[type="text"],
    body .default-web-form-wrap .container_form_21 .form-container input.form-control[type="text"],
    body .default-web-form-wrap .container_form_46 .form-container input.form-control[type="text"],
    body .default-web-form-wrap .form-container input.form-control[type="password"] {
        background-color: #f5f5f5;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: none;
        border-radius: 0;
        color: #000;
        font-size: 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px 4px;
        margin-bottom: 15px;
        text-indent: 2px;
        border-radius: 5px;
        height: 51px;
    }

    body .default-web-form-wrap .container_form_20 .form-container .form-controls-wrap .form-body .required-sign-wrap,
    body .default-web-form-wrap .container_form_21 .form-container .form-controls-wrap .form-body .required-sign-wrap ,
    body .default-web-form-wrap .container_form_46 .form-container .form-controls-wrap .form-body .required-sign-wrap {
        position: absolute;
        top: 50%;
        left: 10px;
    }

    body .default-web-form-wrap .container_form_20 .form-container select.form-control,
    body .default-web-form-wrap .container_form_21 .form-container select.form-control ,
    body .default-web-form-wrap .container_form_46 .form-container select.form-control {
        width: 100%;
        background-color: #f5f5f5;
        border: none;
        border-bottom-color: unset;
        outline: none;
        padding: 8px 6px;
        min-height: 51px;
        color: #999;
        /*-webkit-appearance: none;

        -moz-appearance: none;

        appearance: none;*/

        text-transform: uppercase;
    }

    body select option,
    body .default-web-form-wrap .container_form_20 .form-container select.form-control option,
    body .default-web-form-wrap .container_form_21 .form-container select.form-control option ,
    body .default-web-form-wrap .container_form_46 .form-container select.form-control option {
        text-transform: uppercase;
        color: #9c9c9c;
    }

    body .default-web-form-wrap .container_form_20 .form-container .form-control::placeholder,
    body .default-web-form-wrap .container_form_21 .form-container .form-control::placeholder ,
    body .default-web-form-wrap .container_form_46 .form-container .form-control::placeholder {

        color: #9c9c9c;
        opacity: 1;
        font-size: 12px;
    }

    body .default-web-form-wrap .container_form_20 .form-container .form-control,
    body .default-web-form-wrap .container_form_21 .form-container .form-control ,
    body .default-web-form-wrap .container_form_46 .form-container .form-control {
        font-size: 12px;
        line-height: 1.42857143;
        color: #9c9c9c;
        text-transform: uppercase;
    }

    body .default-web-form-wrap.default-web-form-style::before {
        background-color: #ffffff;
    }

    body .default-web-form-wrap .feedback-form-error-block {
        padding: 15px 30px;
        border: 1px solid;
        margin: 0 30px 40px;
        background: rgba(0, 0, 0, 0.1);
        color: #000;
    }

}


.title-box-fk_chk_20,title-box-fk_chk_21{
    display: none;
}
