/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: "icons";
    src: url("/fonts/icons.eot?1496488611");
    src: url("/fonts/icons.eot?1496488611?#iefix") format("embedded-opentype"), url("/fonts/icons.woff?1496488611") format("woff"), url("/fonts/icons.ttf?1496488611") format("truetype"), url("/fonts/icons.svg?1496488611#biterika") format("svg");
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%
}

.ruble {
    font-weight: 400
}

.ruble:before {
    font-family: "icons";
    content: "s"
}

.title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.title_1 {
    font-size: 24px;
    font-weight: 300
}

.title_2 {
    font-size: 20px;
    font-weight: 300
}

.title__badge {
    margin-left: 8px
}

.button {
    background: #2288dd;
    color: #fff;
    border: 2px solid #2288dd;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 300;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button:hover {
    background: #64ace7;
    border-color: #64ace7;
    color: #fff
}

.button:disabled, .button_disabled {
    background: #a7cff1;
    border-color: #a7cff1
}

.button_casual {
    background: #fff;
    color: #333;
    border: 2px solid #eee;
    box-sizing: border-box
}

.button_casual:hover {
    background: #eee;
    color: #333;
    border-color: #eee
}

.button_small {
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 400
}

.input {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #ccc;
    width: 100%;
    transition: border-bottom 0.25s ease-in-out;
    font-weight: 400
}

.input_focused {
    border-bottom: 2px solid #2288dd
}

.input_valid {
    border-bottom: 2px solid #46DB2B
}

.input_invalid {
    border-bottom: 2px solid #DB2B2B
}

.input_verification-code {
    width: 128px;
    margin: 16px auto
}

.input_password {
    position: relative;
    padding: 0
}

.input_inline {
    display: inline-block;
    width: auto
}

.input__button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    color: #333;
    background: #fff;
    font-size: 20px;
    line-height: 16px;
    outline: 0;
    border: none
}

.input__button_reveal:before {
    content: "c"
}

.input__button:before {
    font-family: "icons"
}

.input__input {
    border: none;
    outline: none;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    background: none;
    font-weight: 300
}

.input__input::-webkit-input-placeholder {
    color: #ccc
}

.input__input:-ms-input-placeholder {
    color: #ccc
}

.input__input::placeholder {
    color: #ccc
}

.input__input_verification-code {
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 300;
    text-align: center
}

.input__input_verification-code::-webkit-input-placeholder {
    letter-spacing: 4px
}

.input__input_verification-code:-ms-input-placeholder {
    letter-spacing: 4px
}

.input__input_verification-code::placeholder {
    letter-spacing: 4px
}

.input__label {
    font-size: 12px;
    margin-left: 8px;
    display: block
}

.radio {
    margin: 16px 0
}

.radio__button {
    display: none
}

.radio__button:checked + .radio__label:before {
    background: #2288dd
}

.radio__label:before {
    display: inline-block;
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ccc;
    margin: 0 8px 0 8px;
    transition: background 0.25s ease-in-out
}

.link {
    color: #2288dd
}

.link:hover {
    color: #7ab8eb
}

.layout {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.25;
    font-weight: 300;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout__notification {
    background: #dd2259;
    color: #fff;
    padding: 16px;
    text-align: center;
    border-bottom: 2px solid #fff
}

.layout__popup {
    display: -ms-flexbox;
    display: flex;
    background: #2288dd;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    -ms-flex: 1;
    flex: 1
}

.layout__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px
}

.layout__page {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 16px
}

.layout__page_landing {
    margin-bottom: 0
}

.layout__header {
    padding-top: 16px
}

.layout__header .layout__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.layout__header_landing {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 4
}

.layout__aside {
    margin-right: 32px;
    min-width: 160px
}

.layout__slide:last-child {
    margin-bottom: 0
}

.page__title {
    margin: 32px 0 32px 8px
}

.page__panel {
    text-align: right;
    border-bottom: 2px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.page__actions {
    border-bottom: 2px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.page__paragraph {
    margin-left: 8px
}

.page__hint {
    margin: 16px 0
}

.page__pagination {
    margin: 16px 0
}

.page__tabs {
    padding-top: 16px;
    margin-bottom: 16px;
    margin-top: -16px
}

.page__sticky {
    width: 100%;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 4
}

.page__sticky .select__popup_overturned {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 4px
}

.page__form, .page__table, .page__conversation {
    margin-bottom: 16px
}

.page__tariffs {
    margin: 32px 0;
    display: -ms-flexbox;
    display: flex
}

.page__list {
    margin-left: 8px
}

.popup__logo {
    color: #fff;
    font-weight: 400;
    font-size: 24px
}

.popup__form {
    background: #fff;
    padding: 16px 48px;
    margin: 32px 0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
    width: 320px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 32px
}

.popup__title {
    font-weight: 300;
    margin: 16px 0 32px 0
}

.popup__link {
    display: block;
    margin: 16px 0
}

.popup__emphasis {
    color: #fff
}

.popup__emphasis a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    font-weight: 300
}

.popup__emphasis a:hover {
    border-bottom: 2px solid #7ab8eb
}

.popup__nav {
    position: absolute;
    top: 0;
    width: 128px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__nav_back {
    left: -128px
}

.popup__nav_forward {
    right: -128px
}

.popup__arrow {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    padding: 32px
}

.popup__arrow:before {
    font-family: "icons";
    font-size: 24px
}

.popup__arrow_back:before {
    content: "f"
}

.popup__arrow_forward:before {
    content: "g"
}

.form_narrow {
    width: 400px
}

.form_wide {
    width: 720px
}

.form_error {
    padding-bottom: 32px
}

.form__submit {
    margin: 16px 8px 0 8px
}

.form__fieldset {
    display: block;
    padding: 0;
    border: none;
    margin: 16px 0
}

.form__half {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding-right: 16px;
    vertical-align: top
}

.form__paragraph {
    margin-left: 8px
}

.form__input {
    display: block;
    margin: 16px 0
}

.form__select {
    display: block;
    margin: 16px 0
}

.form__select_inline {
    display: inline-block;
    margin: 16px 8px 0 0
}

.header {
    border-bottom: 2px solid #eee;
    height: 48px;
    font-weight: 400;
    background: #fff
}

.header__logo {
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 48px;
    padding: 0 8px
}

.header__logo a {
    color: #2288dd;
    text-decoration: none
}

.header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__section {
    color: #333;
    text-decoration: none;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    height: 48px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s ease-in-out
}

.header__section_active, .header__section:hover {
    border-bottom: 2px solid #2288dd
}

.header__section:hover {
    color: #333
}

.header__balance {
    margin: 0 16px
}

.header__actions {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    border: 2px solid #eee;
    min-width: 128px;
    box-sizing: border-box;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    background: #fff;
    z-index: 2;
    transform: translateY(0)
}

.header__actions_active {
    transform: translateY(48px);
    opacity: 1;
    pointer-events: all
}

.header__profile {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
    height: 46px;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header__profile_active:after {
    transform: rotate(180deg)
}

.header__profile:after {
    color: #2288dd;
    font-family: "icons";
    content: "d";
    margin-left: 8px;
    transition: transform 0.15s ease-in-out;
    line-height: 1
}

.header__action {
    font-size: 12px;
    display: block;
    padding: 8px 16px;
    transition: background 0.25s ease-in-out;
    text-decoration: none;
    color: #333;
    box-sizing: border-box
}

.header__action:before {
    font-family: "icons";
    font-size: 16px;
    vertical-align: middle;
    margin-right: 8px
}

.header__action_profile:before {
    content: "h"
}

.header__action_sign-out:before {
    content: "a"
}

.header__action_settings:before {
    content: "e"
}

.header__action_active, .header__action:hover {
    border-bottom: none;
    background: #eee
}

.footer {
    background: #333;
    color: #fff;
    font-size: 12px
}

.footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.footer__section {
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    padding: 0 8px
}

.footer__copyright {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 0 8px
}

.balance {
    padding: 4px 8px;
    border: 2px solid #eee;
    line-height: 1;
    border-radius: 8px;
    transition: border 0.25s ease-in-out;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    white-space: nowrap
}

.balance_active, .balance:hover {
    border: 2px solid #ccc
}

.aside__section {
    display: block;
    line-height: 36px;
    padding: 0 16px;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    border-left: 2px solid transparent;
    transition: border-left 0.25s ease-in-out, background 0.25s ease-in-out
}

.aside__section:hover, .aside__section_active {
    border-left: 2px solid #2288dd;
    background: #eee
}

.hint {
    border: 2px dashed #eee;
    padding: 16px
}

.hint__title {
    margin: 0 0 16px 0
}

.hint_empty {
    padding: 32px;
    text-align: center;
    font-size: 20px;
    color: #ccc
}

.hint__list {
    margin: 16px 0
}

.badge {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 4px 6px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    background: #f4f4f4
}

.badge_good {
    border: 2px solid #bff5bd;
    background: #f7fef6
}

.badge_bad {
    border: 2px solid #f5bdcd;
    background: #fef6f8
}

.badge_middle {
    border: 2px solid #f5d6bd;
    background: #fefaf6
}

.table {
    border-collapse: collapse;
    border-spacing: 0
}

.table_wide {
    width: 100%
}

.table_small {
    font-size: 14px
}

.table__head {
    border-bottom: 2px solid #2288dd
}

.table__foot {
    border-top: 2px solid #ccc
}

.table__editable {
    border-bottom: 1px dashed #ccc;
    cursor: pointer
}

.table__cell {
    display: table-cell;
    padding: 8px;
    white-space: nowrap;
    position: relative
}

.table__cell_fit {
    padding: 2px
}

.table__cell_grow {
    width: 100%
}

.table__cell_fade {
    text-align: center;
    background: #2288dd;
    color: #fff
}

.table__row:nth-child(even) {
    display: table-row;
    background: #f4f4f4
}

.table__action {
    text-decoration: none;
    color: #2288dd;
    text-align: right;
    font-size: 16px;
    transition: color 0.25s ease-in-out
}

.table__action:hover {
    color: #64ace7
}

.table__action_edit:before {
    font-family: "icons";
    content: "i"
}

.table__action_check:before {
    font-family: "icons";
    content: "b"
}

.table__action_dice:before {
    font-family: "icons";
    content: "o"
}

.table__action_loading {
    animation: linear 1s spin infinite;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px
}

.table__action_loading:before {
    font-family: "icons";
    content: "r";
    color: #ccc
}

.table__action_save:before {
    font-family: "icons";
    content: "q"
}

.table__action_good:before {
    font-family: "icons";
    content: "p";
    color: #2bdd22
}

.table__action_bad:before {
    font-family: "icons";
    content: "l";
    color: #dd2259
}

.table__action_waiting:before {
    font-family: "icons";
    content: "k";
    color: #ccc
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.pagination {
    border-top: 2px solid #eee;
    padding-top: 16px
}

.pagination:after {
    display: block;
    content: " ";
    clear: both
}

.pagination__select {
    display: inline-block
}

.pagination__page, .pagination__next, .pagination__last, .pagination__previous, .pagination__first {
    display: inline-block;
    margin: 8px;
    text-decoration: none;
    color: #333
}

.pagination__page {
    min-width: 16px;
    text-align: center;
    padding: 4px 8px;
    margin: 0 4px;
    box-sizing: border-box
}

.pagination__page_current {
    font-weight: 400;
    color: #2288dd
}

.pagination__pages {
    border: 2px solid #eee;
    border-radius: 8px;
    display: inline-block;
    float: right
}

.pagination__range {
    padding: 4px 8px;
    display: inline-block
}

.pagination__first, .pagination__last {
    font-weight: 400;
    color: #2288dd
}

.tabs {
    border-bottom: 2px solid #eee
}

.tabs__tab {
    text-decoration: none;
    color: #333;
    border: 2px solid #eee;
    border-bottom: none;
    padding: 8px 16px;
    display: inline-block;
    margin-right: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: background 0.25s ease-in-out;
    background: #f4f4f4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabs__tab:hover {
    background: #fff
}

.tabs__tab_active {
    background: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px
}

.tabs__tab_active .tabs__badge, .tabs__tab:hover .tabs__badge {
    background: #eee
}

.tabs__actions {
    float: right;
    padding: 0 8px
}

.tabs__badge {
    background: #fff;
    border-radius: 8px;
    padding: 0 4px;
    margin-left: 4px;
    transition: background 0.25s ease-in-out;
    min-width: 16px;
    text-align: center;
    display: inline-block
}

.select {
    outline: 0;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.select_primary .select__current {
    background: #2288dd;
    color: #fff
}

.select_primary .select__current:after {
    color: #fff
}

.select_primary .select__current:hover {
    background: #64ace7
}

.select__current {
    padding: 4px 8px;
    border: 2px solid #eee;
    border-radius: 8px;
    transition: border 0.25s ease-in-out, background 0.25s ease-in-out;
    background: #fff;
    display: inline-block;
    cursor: pointer
}

.select__current:hover {
    background: #eee
}

.select__current:after {
    color: #2288dd;
    font-family: "icons";
    content: "d";
    transition: transform 0.15s ease-in-out;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px
}

.select__current_active:after {
    transform: rotate(180deg)
}

.select__popup {
    position: absolute;
    z-index: 5;
    border: 2px solid #eee;
    left: 0;
    top: 100%;
    margin-top: 4px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none;
    border-radius: 4px;
    cursor: pointer;
    max-height: 400px;
    overflow-y: scroll;
    display: none
}

.select__popup_overturned {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px
}

.select__popup_active {
    opacity: 1;
    pointer-events: all
}

.select__option {
    padding: 4px 8px;
    background: #fff;
    transition: background 0.15s ease-in-out;
    white-space: nowrap
}

.select__option:hover {
    background: #f4f4f4
}

.select_small {
    font-size: 12px;
    font-weight: 400
}

.select_small .select__current:after {
    font-size: 8px;
    padding: 6px 0;
    margin-left: 6px
}

.select_small .select__option {
    padding: 6px 8px
}

.select__label {
    font-size: 12px;
    margin: 0 0 6px 8px;
    display: block
}

.checkbox {
    display: inline-block;
    background: #fff;
    vertical-align: baseline;
    margin-top: 2px
}

.checkbox:hover {
    border-color: #ccc
}

.checkbox__input {
    display: none
}

.checkbox__input:checked + .checkbox__label:before {
    background: #2288dd
}

.checkbox__label {
    transition: border 0.25s ease-in-out;
    border: 2px solid #ccc;
    width: 10px;
    height: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block
}

.checkbox__label:before {
    background: transparent;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    display: block;
    position: absolute;
    transition: background 0.25s ease-in-out;
    content: " "
}

.actions {
    padding: 0 8px 16px 8px;
    font-size: 12px;
    font-weight: 400
}

.actions__item {
    display: inline-block
}

.actions__buttons {
    float: right
}

.actions__buttons .actions__item {
    margin-left: 8px
}

.actions:after {
    display: block;
    content: " ";
    clear: both
}

.list {
    padding: 0;
    list-style-type: none
}

.list__item {
    margin: 4px 0
}

.list__item:before {
    display: inline-block;
    content: "•";
    margin-right: 8px
}

.conversation__message {
    margin-bottom: 16px
}

.conversation__message:after {
    content: " ";
    display: block;
    clear: both
}

.conversation__message:last-child {
    margin-bottom: 0
}

.message {
    border: 2px dashed #eee;
    padding: 16px;
    display: inline-block;
    border-radius: 16px;
    max-width: 400px
}

.message_reply {
    background: #f4f4f4;
    border: 2px solid #eee;
    float: right
}

.message__author {
    font-weight: 400
}

.message__date {
    font-size: 12px;
    margin: 4px 0 8px 0
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out
}

.dialog_active {
    pointer-events: all;
    opacity: 1
}

.dialog_active .dialog__window {
    transform: translateY(0)
}

.dialog__window {
    transform: translateY(-64px);
    transition: transform 0.15s ease-in-out
}

.window {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px
}

.window__title {
    margin: 24px 24px 0 24px
}

.window__content {
    padding: 16px
}

.window__exit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    line-height: 0.5;
    font-weight: 400;
    font-size: 24px;
    color: #eee;
    cursor: pointer
}

.window__exit:before {
    content: "×"
}

.payment-method {
    display: inline-block;
    vertical-align: middle
}

.payment-method__input {
    display: none
}

.payment-method__input:checked + .payment-method__button {
    border: 2px solid #ccc
}

.payment-method__button {
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #eee;
    padding: 16px;
    width: 64px;
    height: 32px;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px;
    transition: border 0.25s ease-in-out;
    text-align: center;
    font-size: 12px;
    font-weight: 400
}

.payment-method__button:before {
    display: none
}

.payment-method__image {
    max-width: 100%;
    max-height: 100%
}

.tariff {
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 8px;
    text-align: center;
    margin: 0 8px;
    width: 240px
}

.tariff__header, .tariff__footer {
    padding: 16px
}

.tariff__header {
    border-bottom: 2px solid #eee
}

.tariff__footer {
    border-top: 2px solid #eee
}

.tariff__header {
    margin-bottom: 16px
}

.tariff__footer {
    margin-top: 16px
}

.tariff__name {
    margin: 0 0 8px 0;
    -ms-flex-pack: center;
    justify-content: center
}

.tariff__description {
    font-size: 12px
}

.tariff__price {
    padding: 16px
}

.tariff__period {
    font-size: 20px;
    font-weight: 300;
    background: #f4f4f4;
    padding: 16px
}

.tariff__country {
    padding: 16px
}

.slide {
    padding: 32px 0;
    text-align: center
}

.slide_with-seperator {
    border-bottom: 2px solid #eee
}

.slide:last-child {
    border-bottom: none
}

.slide_inverted {
    background: #2288dd;
    color: #fff;
    border-bottom: none
}

.slide_inverted .button {
    color: #2288dd;
    background: #fff;
    border: 2px solid #fff
}

.slide_inverted .input {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5)
}

.slide_inverted .input_focused {
    border-bottom: 2px solid #fff
}

.slide_inverted .input_valid {
    border-bottom: 2px solid rgba(165, 238, 152, 0.75)
}

.slide_inverted .input_invalid {
    border-bottom: 2px solid rgba(238, 152, 152, 0.75)
}

.slide_inverted .input__input {
    color: #fff
}

.slide__half {
    width: 50%;
    text-align: left
}

.slide__half .slide__title {
    text-align: left;
    margin-left: 8px
}

.slide__image {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    image-rendering: crisp-edges
}

.slide__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slide__title {
    margin: 0 0 32px 0;
    display: block
}

.slide__tariffs {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slide__conversation {
    text-align: left
}

.slide__form_centered {
    margin: 0 auto
}

.slide .input {
    text-align: left
}

.feature {
    display: inline-block;
    text-align: center;
    margin: 0 24px;
    vertical-align: top;
    width: 120px
}

.feature__icon {
    font-family: "icons";
    color: #2288dd;
    font-size: 48px;
    padding: 8px
}

.feature__icon_clock:before {
    content: "k"
}

.feature__icon_rocket:before {
    content: "t"
}

.feature__icon_code:before {
    content: "u"
}

.feature__icon_exchange:before {
    content: "v"
}

.feature__icon_one:before {
    content: "w"
}

.strike {
    text-decoration: line-through;
    color: #333
}

.anchor {
    position: relative;
    display: block;
    top: -50px;
    visibility: hidden;
}