.pdsc-wrap {
    max-width: 760px;
    margin: 20px auto;
    padding: 22px;
    border: 1px solid #d9e3ee;
    background: #ffffff;
    box-sizing: border-box;
}

.pdsc-title {
    margin: 0 0 18px;
    color: #1d2a36;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.pdsc-form,
.pdsc-results {
    display: block;
}

.pdsc-row {
    display: block;
    margin: 0 0 14px;
}

.pdsc-label {
    display: block;
    margin: 0 0 8px;
    color: #23384b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.pdsc-input,
.pdsc-select {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #bfd0e1;
    border-radius: 0;
    background: #ffffff;
    color: #1f2c38;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.pdsc-input:focus,
.pdsc-select:focus {
    border-color: #628bb4;
    box-shadow: 0 0 0 2px rgba(98, 139, 180, 0.12);
}

.pdsc-submit,
.pdsc-submit:hover,
.pdsc-submit:focus,
.pdsc-submit:active,
.pdsc-official-btn,
.pdsc-official-btn:hover,
.pdsc-official-btn:focus,
.pdsc-official-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin: 10px 0 0;
    padding: 16px 18px;
    border: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-text-fill-color: #ffffff !important;
}

.pdsc-submit:hover,
.pdsc-submit:focus,
.pdsc-official-btn:hover,
.pdsc-official-btn:focus {
    opacity: 0.92;
}

.pdsc-results {
    margin-top: 16px;
}

.pdsc-result-item {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 16px;
    border-left: 4px solid #628bb4;
    background: #f7fbff;
    box-sizing: border-box;
}

.pdsc-result-item:last-child {
    margin-bottom: 0;
}

.pdsc-result-title {
    display: block;
    margin: 0 0 6px;
    color: #1d2a36;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.pdsc-result-text {
    display: block;
    color: #304354;
    font-size: 15px;
    line-height: 1.6;
}

.pdsc-result-item.is-good {
    border-left-color: #1f9d55;
    background: #f2fbf5;
}

.pdsc-result-item.is-bad {
    border-left-color: #d93025;
    background: #fff6f5;
}

.pdsc-result-item.is-warn {
    border-left-color: #d28b00;
    background: #fffaf0;
}

.pdsc-result-item.is-info {
    border-left-color: #628bb4;
    background: #f7fbff;
}

@media (max-width: 767px) {
    .pdsc-wrap {
        padding: 16px;
    }

    .pdsc-title {
        font-size: 21px;
    }

    .pdsc-input,
    .pdsc-select,
    .pdsc-submit,
    .pdsc-official-btn {
        font-size: 16px;
    }
}
