a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, html, input, select, textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

/* roboto-regular - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/roboto-v27-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v27-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../fonts/roboto-v27-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v27-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: black;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

.header__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header__lang {
    margin-right: 25px;
    margin-top: 25px;
    color: #5871A7;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.header__logo-link {
    margin-left: 45px;
    text-decoration: none;
    color: white;
}

.main {
    justify-content: space-between;
    display: flex;
    min-height: calc(100vh - 140px);
    color: #221f20;
}

.left__wrapper {
    min-width: 230px;
    display: flex;
    float: left;
    background: linear-gradient(#e2e2e2, #eaeaea);
    font-size: 18px;
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.center__wrapper {
    display: flex;
    flex: 1;
    background-color: #F0F0F0;
    min-width: 700px;
    padding-left: 40px;
    padding-right: 40px;
}

.center-content__wrapper {
    display: flex;
    flex: 1;
}

.right__wrapper {
    min-width: 230px;
    display: flex;
    float: right;
    background: linear-gradient(#e2e2e2, #eaeaea);
}

.menu__wrapper {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    color: #313f5e;
}

.menu__item {
    background-color: rgb(180, 191, 214);
    border-radius: 4px;
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.center-content__wrapper > div {
    width: 100%;
}

.wrapper-name {
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
}

.wrapper-name-sub {
    font-size: 16px;
    color: #5871a7;
}

.communication__data-name {
    font-size: 14px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.communication__data_tx-value {
    width: 100%;
    height: 50px;
    line-height: normal;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: none;
}

.communication__data_rx-value {
    width: 100%;
    min-height: 70px;
    line-height: normal;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    resize: none;
    -webkit-user-modify: read-only;
    -moz-user-modify: read-only;
    user-modify: read-only;
    border-radius: 4px;
}

.wrapper-box {
    background: linear-gradient(#e7e9ec, #dbdbe3);
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    margin: 25px;
    padding: 10px;
}

.confirm-button {
    color: #24355c;
    font-size: 14px;
    width: fit-content;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    background: #9faade;
    border-radius: 4px;
    line-height: 30px;
    cursor: default;
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: box-shadow 80ms cubic-bezier(0.4, 0, 0.2, 1);
}

.confirm-button:hover, .confirm-button:focus {
    background: #a5b0de;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);

}

.confirm-button:active {
    background: #949ec7;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.radio__wrapper {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-item {
    display: flex;
    align-items: center;
    font: 500 14px Roboto;
}

.form_radio {
    padding: 10px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    will-change: opacity, transform, border-color, color;
}

.form_radio__background {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.form_radio .form_radio__native-control:enabled:checked + .form_radio__background .form_radio__outer-circle {
    border-color: #5871A7;
}

.form_radio .form_radio__native-control:checked + .form_radio__background .form_radio__inner-circle {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.form_radio__native-control:checked + .form_radio__background .form_radio__outer-circle, .form_radio__native-control:disabled + .form_radio__background .form_radio__outer-circle {
    transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.form_radio .form_radio__native-control:enabled:not(:checked) + .form_radio__background .form_radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.54);
}

.form_radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.form_radio__inner-circle {
    border-color: #5871A7;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
    transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.form_radio__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
}

.parameter-table {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.parameter-table-left {
    margin-right: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.parameter-table-right {
    margin-left: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.parameter-name {
    height: 41px;
    padding-bottom: 5px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.parameter {
    display: inherit;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding-bottom: 5px;
}

.parameter-dropdown {
    display: flex;
    justify-content: center;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    font-weight: 500;
}

.selection {
    position: relative;
    border: 1px solid #305bb7;
    background-color: #e0e5ec;
    color: #242d44;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.dropdown ul {
    display: none;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    list-style: none;
    padding: 0;
    background: #e0e5ec;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.dropdown .active-selection + ul {
    display: inline-block;
}

.dropdown li {
    display: flex;
    position: relative;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.dropdown li:hover {
    background: #949ec7;
}

.dropdown .selection {
    cursor: pointer;
    padding: 8px 28px 8px 20px;
    width: 200px;
}

.dropdown .selection.active-selection {
    border: 1px solid #313f5e;
    color: #313f5e;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.dropdown .selection::after {
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
    left: auto;
    right: 2px;
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
}

.selection.active-selection::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23313f5e' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
    transform: rotate(180deg);
}

.parameter-input .selection {
    padding: 0;
    margin: 0;
    width: 200px;
}

.parameter-input .selection input {
    border: none;
    background: inherit;
    color: inherit;
    font: 500 14px Roboto;
    padding: 8px 28px 8px 20px;
    line-height: 18px;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
}

.selection-value {
    display: none;
}

.parameter-value {
    font: 500 14px Roboto;
    line-height: 36px;
    width: 100%;
    height: 36px;
}

.parameter-textarea {
    padding-bottom: 5px;
    padding-top: 20px;
}

.parameter-textarea .selection > div {
    min-height: 72px;
    overflow: scroll;
    overflow-x: hidden;
    resize: vertical;
}

.parameter-textarea .line {
    display: flex;
    border-bottom: 1px solid #24355c;
}

.parameter-textarea .line > div {
    padding: 4px 5px;
    min-width: 70px;
    word-break: break-all;
}

.line.line-header {
    font-weight: 500;
}

.parameter-textarea textarea {
    font: 500 14px Roboto;
    border: none;
    background: inherit;
    color: inherit;
    width: 100%;
    line-height: 18px;
    padding: 8px 28px 8px 20px;
    min-height: 72px;
}

.parameter-textarea textarea::placeholder {
    font: 500 16px Roboto;
    opacity: 0.35;
}

.snackbar {
    z-index: 8;
    margin: 8px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.snackbar-open {
    display: flex;
}

.snackbar-surface {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    max-width: 672px;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    min-width: 344px;
    background-color: rgb(185, 15, 15);
}

.snackbar-open .snackbar-surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.snackbar-label {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 16px;
    color: rgb(0, 0, 0);
}

.snackbar-actions {
    margin-left: 0;
    margin-right: 8px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snackbar-opening, .snackbar-open, .snackbar-closing {
    display: flex;
}

.snackbar-closing .snackbar-surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.snackbar-dismiss {
    width: 36px;
    height: 36px;
    padding: 9px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.snackbar-dismiss:after {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.snackbar-dismiss:before {
    -webkit-transition: opacity 15ms linear, background-color 15ms linear;
    -o-transition: opacity 15ms linear, background-color 15ms linear;
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.snackbar-dismiss:after, .snackbar-dismiss:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    background-color: hsla(0, 0%, 100%, .87);
}

.snackbar-dismiss:active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: 0.12;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 7;
}

.dialog-closing, .dialog-open, .dialog-opening {
    display: flex;
}

.dialog-open .dialog-container {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.dialog-container, .dialog-surface {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
}

.dialog .dialog-surface {
    border-radius: 4px;
    max-height: calc(100% - 32px);
    max-width: 560px;
    min-width: 280px;
    background-color: rgb(180, 191, 214);
}

.dialog-surface {
    -webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto;
}

.dialog-container, .dialog-surface {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog .dialog-title {
    color: rgba(0,0,0,.87);
}

.dialog-title {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    position: relative;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px 9px;
    border-bottom: 1px solid transparent;
}

.dialog-title:before {
    display: inline-block;
    width: 0;
    height: 40px;
    content: "";
    vertical-align: 0;
}

.dialog-title+.dialog-content {
    padding-top: 0;
}

.dialog .dialog-content {
    color: rgba(0,0,0,.6);
}

.dialog-content {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .03125em;
    text-decoration: inherit;
    text-transform: inherit;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 24px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.dialog-actions {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
    margin: 0;
    padding: 10px;
    border-top: 1px solid transparent;
}

.dialog-button {
    margin: 0 15px;
}