.dforms {
    font-size: 17px;
    max-width: 1065px;
    display: none;
    position: relative;
    border-radius: 3px;
    border: 1px solid #7096c7;
    margin: 0 0 25px 0;
    box-shadow: 0 5px 26px rgba(10,71,155,0.15);
    background: #3365aa;
}

    .dforms .b-close {
        position: absolute;
        right: -10px;
        top: -10px;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transform: rotate(0deg);
        background: url('/wa-data/public/site/themes/default/img/sprite.png') -170px -55px no-repeat;
    }

        .dforms .b-close:hover,
        .dforms .b-close:active {

        }

    .dforms .brefresh {
        margin-top: 15px;
    }

    .dforms.visible {
        display: block;
        width: 100%;
    }

    .dforms.visible .b-close {
        display: none;
    }

        .dforms .dcaption {
            padding: 39px 10px 33px 10px;
            color: #003f97;
            font-weight: 700;
            font-size: 1.9em;
            line-height: 1em;
            text-align: center;
            background: #ffffff;
            box-shadow: 0 20px 20px rgba(0,0,0,0.2);
        }

        .dforms .dtext {

        }

    .dforms .help-block {
        font-size: 0.625em;
        height: 14px;
        margin: 4px 5px 0 0;
        line-height: 9px;
        font-style: italic;
    }

    .dforms h5 {
        margin-top: 0;
    }

    .dforms .dtd {
        vertical-align: middle;
        width: 50%;
    }

        .dforms .dtd:nth-child(1) {
            padding: 50px 20px;
            border-right: 1px solid #83a3ca;
        }

            .dforms .dtd:nth-child(1):after {
                position: absolute;
                top: 50%;
                right: -29px;
                margin: -29px 0 0 0;
                content: "или";
                text-align: left;
                padding: 0 0 0 7px;
                line-height: 38px;
                color: #2b67af;
                font-style: italic;
                font-weight: 600;
                font-size: 0.875em;
                width: 58px;
                height: 58px;
                border: 9px solid #5480bd;
                border-radius: 50%;
                background: #ffffff;
            }

        .dforms .dtd:nth-child(2) {
            padding: 50px;
        }

    .dforms .dinfo {
        text-align: center;
        color: #ffffff;
        font-size: 1.5em;
        line-height: 1.15em;
    }

        .dforms .dinfo .dphones {
            padding: 67px 0 0 0;
            font-size: 1.5em;
            line-height: 1.3em;
            background: url('/wa-data/public/site/themes/default/img/bgformsphones.png') 50% 0 no-repeat;
        }

           .dforms .dinfo .dphones a {
               display: block;
               color: #ffffff;
               font-weight: 700;
           }

                .dforms .dinfo .dphones a:hover,
                .dforms .dinfo .dphones a:active {
                    opacity: 0.5;
                }

                .dforms .dinfo .dphones a i {
                    font-style: normal;
                    font-weight: 300;
                }

            .dforms .dinfo .dphones span {
               display: block;
               font-size: 0.6666666666666667em;
           }

    .dforms .dterms {
        padding: 15px 0 0 0;
        color: #ffffff;
        font-size: 0.75em;
        text-align: center;
        font-weight: 500;
        line-height: 1.3em;

    }

        .dforms .dterms i {
            display: block;
            font-weight: 300;
            font-size: 0.9em;
            margin: 2px 0 0 0;
        }

        .dforms .dterms a {
            color: #ffffff;
        }

            .dforms .dterms a:hover,
            .dforms .dterms a:active {
                text-decoration: underline;
            }

    .dforms ul,
    .dforms li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .dforms li {
            color: #ffffff;
            text-align: right;
            display: block;
        }

    .dforms .form-group {
        position: relative;
        margin-bottom: 2px;
    }

        .dforms .form-group label {
            font-size: 0.9375em;
            position: absolute;
            left: 18px;
            top: 26px;
            cursor: pointer;
            transition-duration: .3s;
        }

    .dforms .form-control {
        font-weight: 600;
        color: #000000;
        font-size: 1em;
    }

        .dforms .form-control[type="text"] {
            height: 47px;
            padding-left: 18px;
            padding-right: 18px;
        }

            .dforms .form-control:focus + label,
            .dforms .form-control.filled + label {
                color: #ffffff;
                font-size: 0.6875em;
                top: -3px;
            }

                .dforms.visible .form-control:focus + label,
                .dforms.visible .form-control.filled + label {
                    top: -7px;
                }

    .dforms .dsuccess {
        color: #ffffff;
        font-size: 1.5em;
        text-align: center;
        font-weight: 500;
        line-height: 1.2em;
    }

    .dforms .dbuttons {
        text-align: center;
        margin: 24px 0 0 0;
    }

    .dforms .afile {
        display: inline-block;
        width: auto;
        cursor: pointer;
        height: 34px;
        font-size: 13px;
        color: #333333;
        position: relative;
    }

        .dforms .afile:before {
            position: absolute;
            left: -40px;
            top: 0;
            content: "";
            display: block;
            width: 32px;
            height: 34px;
            background: url('/wa-data/public/site/themes/default/img/sprite.png') -168px -450px no-repeat;
        }

        .dforms .afile:hover,
        .dforms .afile:active {
            color: #eb4444;
        }

    .dforms .dfilelist {

    }

        .dforms .dfilelist a {
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            text-align: left;
            padding: 0 15px 0 2px;
            color: #ffffff;
            float: left;
            margin: 5px 5px 0 0;
            position: relative;
        }

            .dforms .dfilelist a i {
                position: absolute;
                right: 0;
                top: 0;
                cursor: pointer;
                color: #ffffff;
            }

                .dforms .dfilelist a i:hover {
                    color: #ff0000;
                }

    .dforms textarea {
        height: 116px;
    }