@charset "UTF-8";
/* custom-reset.css | 27.08.2018 | https://yurch-html.github.io/dist/custom-reset.html */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    background-color: #fff;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: none;
}

p,
dd,
dl,
figure,
blockquote {
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

th {
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

audio,
video {
    display: block;
}

img {
    display: block;
    border: none;
}

iframe {
    border: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr {
    border: none;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

i,
em {
    font-style: inherit;
}

dfn {
    font-style: inherit;
}

mark {
    background-color: transparent;
    color: inherit;
}

small {
    font-size: inherit;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: inherit;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-align: left;
    text-transform: none;
}

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

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
}

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

legend {
    display: block;
    padding: 0;
    white-space: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

::-moz-input-placeholder {
    color: inherit;
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus::-moz-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

[hidden] {
    display: none;
}

:disabled,
.disabled {
    cursor: not-allowed;
}

::-ms-clear {
    display: none;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 100px #fff inset;
    box-shadow: 0 0 100px #fff inset;
    -webkit-text-fill-color: currentColor;
}

::-moz-selection {
    color: #fff;
    background-color: #004fe4;
}

::selection {
    color: #fff;
    background-color: #004fe4;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.artist__profile {
    margin-top: 28px;
    padding: 0 12px 8px;
    background: #ffffff;
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 12px;
}

.artist__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.artist__avatar {
    width: 72px;
    min-width: 72px;
    max-height: 72px;
    margin-top: -24px;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.artist__avatar img {
    width: 100%;
}

.artist__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 12px;
}

.artist__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0 0 0;
    font-size: 22px;
    line-height: 26px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 5px 0 6px 0;
    font-weight: 700;
}

.artist__title_2lines {
    font-size: 22px;
    line-height: 24px;
    margin: 5px 0 0 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.artist__title_psevdo {
    color: #8E8E93;
    margin: -6px 0 0 0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.artist__stats {
    color: #a6aca1;
    margin-top: 6px;
    font-size: 12px;
}

.artist__stats b {
    color: #595a5b;
    font-weight: bold;
}

.artist__buttons {
    margin-top: 10px;
}

.artist__wiki {
    padding: 0px 12px 12px 12px;
    font-size: 13px;
}

.artist__wiki p {
    color: #212121;
    max-height: 108px;
    overflow: hidden;
}

.artist__wiki a {
    color: #595a5b;
    font-weight: 700;
    margin-top: 4px;
    display: inline-block;
    text-decoration: underline;
}

.artist__wiki a:hover {
    text-decoration: underline;
    color: #000;
}

.artist__wiki_full p {
    height: auto;
    max-height: unset;
}

@media only screen and (max-width: 479px) {
    .artist__profile {
        border: 1px solid #E9E9E9;
    }
}

.artist-list_name, .artist-list_name a {
    font-size: 10px;
    line-height: 10px;
    font-size: 13px;
    line-height: 16px;
    margin-top: 4px;
    color: #8E8E93;
}

.artist-list_psevdo {
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 14px;
    margin-top: 4px;
    color: #8E8E93;
}

.list {
    width: 100%;
}

.list__th {
    text-align: left;
    color: #9A9A9F;
    font-size: 12px;
    font-weight: 500;
    padding-top: 8px;
}

.list__th:first-child {
    padding-left: 16px;
}

.list__th:last-child {
    padding-right: 16px;
    padding-left: 8px;
}

.list__th_align-right {
    text-align: right;
}

.list__row {
    height: 36px;
    min-height: 64px;
}

.list__row:not(:first-child) {
    border-top: 1px solid #E9E9E9;
}

.list__row:last-child {
    border-bottom-color: transparent;
}

.list__row:hover td {
    background-color: RGBA(64, 115, 210, 0.2);
    border-bottom: 1px solid #E9E9E9;
}

.list__row_date:not(:first-child) td {
    padding-top: 32px;
}

.list__row_date td {
    color: #595a5b;
    font-weight: 500;
    font-size: 13px;
}

.list__row_date + .list__row {
    border-color: transparent;
}

.list__row_deleted {
    background-color: #F4F4F4;
}

.list__item {
    line-height: 16px;
    font-size: 16px;
    padding: 6px 0;
    word-break: break-word;
}

.list__item_empty {
    width: 16px;
    min-width: 16px;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

.list__item_number {
    font-size: 12px;
    color: #a6aca1;
    text-align: right;
    padding-right: 6px;
}

.list__item_photo {
    width: 48px;
    height: 42px;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #ffffff;
}

.list__item_photo img {
    width: 36px;
    max-width: 36px;
    height: 36px;
    max-width: 36px;
    width: 48px;
    max-width: 48px;
    height: 48px;
    max-width: 48px;
    border-radius: 3px;
}

.list__item_user-avatar {
    width: 48px;
    height: 42px;
    border-bottom: 1px solid #ffffff;
}

.list__item_user-avatar img {
    width: 36px;
    max-width: 36px;
    height: 36px;
    max-width: 36px;
    border-radius: 3px;
}

.list__item_link {
    word-break: break-word;
}

.list__item_link a {
    margin-right: 8px;
}

.list__item_icon {
    width: 28px;
}

.list__item .btn_round {
    border: none;
    background-color: transparent;
}

.list__row_deleted .list__item_empty {
    border-bottom: 1px solid transparent;
}

.list__row_deleted .list__item a {
    color: #999;
}

.list__row_deleted .list__item_photo img {
    opacity: 0.3;
}

.pagination-wrapper {
    margin: 20px 16px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__link {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: #2d72d9;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 17px;
}

.pagination__link:hover, .pagination__link_active {
    text-decoration: none;
    background-color: #2d72d9;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
}

/*
 * This file is part of the AmDm-4.0 package.
 *
 * (c) Dmitry Rudakov <dima@amdm.ru>
 *
 * Created at: 2019-04-09 20:19
 * Version: 4.0
 */
.flag {
    font-size: 10px;
    background-color: #EFEAE5;
    color: #808080;
    padding: 0px 7px;
    position: relative;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.flag:after {
    right: -7px;
    border-width: 8px 7px 8px 0;
}

.flag:before, .flag:after {
    border-color: #EFEAE5 transparent;
    top: 0;
}

.flag:after {
    border-style: solid;
    height: 0;
    width: 0;
    display: block;
    content: "";
    position: absolute;
}

.flag_small {
    font-size: 8px;
    padding: 0px 4px;
    height: 12px;
    line-height: 12px;
}

.flag_small:after {
    right: -5px;
    border-width: 6px 5px 6px 0;
}

.flag_red {
    color: #e24f4f;
    background-color: #ffc7d4;
}

.flag_red:before, .flag_red:after {
    border-color: #ffc7d4 transparent;
}

.flag_orange {
    color: #ffffff;
    background-color: #fea75f;
}

.flag_orange:before, .flag_orange:after {
    border-color: #fea75f transparent;
}


.flag_green {
    color: #055c25;
    background-color: #c5e1a5;
}

.flag_green:before, .flag_green:after {
    border-color: #c5e1a5 transparent;
}

.flag_comment {
    margin-top: -4px;
    margin-right: 12px;
}

.flex__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex__container_main {
    margin: 0 auto;
    padding: 0 32px;
    min-width: 960px;
    max-width: 1164px;
}

.flex__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex__item + .flex__item {
    margin-left: 30px;
}

.flex__item_sidebar {
    max-width: 300px;
    min-width: 300px;
}

.flex__item_right {
    text-align: right;
}

@media only screen and (max-width: 479px) {
    .flex__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex__container_main {
        margin: 0 auto;
        padding: 0;
        min-width: auto;
        max-width: auto;
    }

    .flex__item_sidebar {
        max-width: inherit;
        min-width: inherit;
    }

    .flex__item + .flex__item {
        margin-left: 0px;
    }
}

.app {
    min-height: 100vh;
    background-color: #FFFFFF;
    max-width: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 479px) {
    .app {
        background-color: #F4F4F4;
    }
}

.app__ajax {
    width: 100%;
    min-height: 300px;
}

.app__content {
    position: relative;
    padding-top: 46px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
}

.app__sidebar {
    position: fixed;
    z-index: 5500;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.app__sidebar_visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.app__sidebar_animate {
    display: block;
}

.app__sidebar_padding {
    top: 46px;
}

.app__message {
    z-index: 10001;
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    /*display: none;*/
}

.app__message_success {
    background-color: #7cb342;
}

.app__message_warning, .app__message a {
    background-color: #fbc02d;
    color: #212121;
    font-size: 14px;
}

.app__message_error {
    background-color: #f44336;
}

.app__message_guest {
    font-size: 14px;
}

.app__message-close-button {
    display: inline-block;
    padding: 0 8px;
    font-size: 16pt;
    float: right;
}

.app__message-close-button:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
}

b {
    font-weight: 500;
}

.hidden {
    display: none !important;
}

.debug {
    outline: 1px solid red;
}

body {
    font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
}

a {
    color: #2d72d9;
}

.main {
    width: 100%;
    padding-bottom: 240px;
}

@media print {
    /* здесь будут стили для печати */
    .header, .nav-wrapper, .nav, .podbor-panel-wrapper, footer, .section__header_info, .section__buttons, .section_podbor-video {
        display: none;
    }

    .app__content {
        padding-top: 0;
    }

    .section {
        border-color: transparent;
        border: 0;
    }

    .section__header {
        padding-top: 0;
    }

    h1[itemprop=name] {
        color: #ffffff;
    }

    h1[itemprop=name] span {
        color: #000000;
    }
}

.outline {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #EDEFF1;
}

.layout {
    margin: 0 auto;
    padding: 0 32px;
    min-width: 1024px;
    max-width: 1164px;
}

.layout__row {
    display: block;
    width: 100%;
    min-height: 1px;
}

.layout__cell {
    margin: 0 auto;
    padding: 0 32px;
    min-width: 1024px;
    max-width: 1164px;
}

@media only screen and (max-width: 479px) {
    .layout__cell {
        margin: 0 auto;
        padding: 0;
        min-width: auto;
        max-width: none;
    }
}

.header {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 5000;
    width: 100%;
    height: 46px;
    background-color: #edeff1;
    color: #979BA2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: visible !important;
    zoom: 1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (max-width: 479px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
    }
}

.header_animation {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_fixed {
    position: fixed;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.header_fixed:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.header_sidebar {
    position: relative;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 8px 0 12px;
}

.header__title, .header__title a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    color: #607d8b;
    font-size: 18px;
    font-weight: 600;
}

.header__title_normal, .header__title a_normal {
    font-weight: 400;
}

.header__button {
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    min-width: 36px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-right: 6px;
    width: 36px;
    background-color: rgba(38, 50, 56, 0.05);
    color: #969ba3;
}

.header__button:active {
    color: #0E0500;
    background-color: #E2E5E8;
    cursor: pointer;
}

.header__button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.header__button_avatar {
    padding: 0;
}

.header__button_avatar img {
    width: 36px;
    height: 36px;
    max-height: 36px;
    max-width: 36px;
}

.header__button_menu {
    font-size: 18px;
    padding: 0 4px;
    cursor: pointer;
    background-color: transparent;
    width: 46px;
    height: 46px;
    margin-left: -12px;
    line-height: 46px;
    border-radius: 0;
}

.header__button + .header__button {
    margin-left: 8px;
}

@media only screen and (max-width: 479px) {
    .header {
        background-color: #2f3332;
        color: #979BA2;
    }

    .header__title, .header__title a {
        color: #fff;
    }

    .header__button {
        display: inline-block;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        min-width: 36px;
        padding: 0 12px;
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
        text-align: center;
        position: relative;
        background-color: #444;
        color: #999;
    }

    .header__button:active {
        color: #0E0500;
        background-color: #E2E5E8;
        cursor: pointer;
    }

    .header__button:active {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    .header__button_avatar {
        padding: 0;
    }

    .header__button_avatar img {
        width: 36px;
        height: 36px;
        max-height: 36px;
        max-width: 36px;
    }

    .header__button_menu {
        font-size: 18px;
        padding: 0 4px;
        cursor: pointer;
        background-color: transparent;
        width: 46px;
        height: 46px;
        margin-left: -12px;
        line-height: 46px;
        border-radius: 0;
    }

    .header__button + .header__button {
        margin-left: 8px;
    }
}

.section {
    background: #fff;
    border: 1px solid transparent;
    margin-bottom: 8px;
}

.section__header {
    font-size: 20px;
    padding: 12px 12px 8px 12px;
    color: #454648;
    font-weight: 700;
}

.section__header_h2 {
    font-size: 16px;
}

.section__header_info {
    font-size: 12px;
    color: #8E8E93;
    text-align: left;
    padding: 6px 0;
    font-weight: normal;
}

.section__header_info a {
    font-weight: 500;
}

.section__flag {
    margin: -4px 0 0 0;
}

.section__flag .flag {
    margin: 0 0 8px 0;
}

.section__buttons {
    padding: 0 12px 10px 12px;
}

.section__header + .section__buttons {
    margin-top: -8px;
}

.section_padding {
    padding: 8px 12px;
}

.section_dark {
    background-color: #000000;
    color: #FFFFFF;
}

.section_podbor-video {
    padding-bottom: 16px;
}

.section__favorite_remove::before {
    content: " ";
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    background-color: #D3AD56;
    margin: -2px 0 0 -9px;
}

.section_noborder {
    border: none;
}

@media only screen and (max-width: 479px) {
    .section {
        background: #fff;
        border: 1px solid #E9E9E9;
        margin-bottom: 8px;
    }
}

.section-hr {
    margin: 12px 0;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
}

.section-hr__title {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #8E8E93;
    text-transform: none;
    font-style: italic;
}

.section-hr__title:before {
    right: 100%;
    margin-right: 15px;
}

.section-hr__title:after, .section-hr__title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1200px;
    height: 1px;
    background: #E9E9E9;
}

.section-hr__title:after {
    left: 100%;
    margin-left: 15px;
}

@media print {
    /* здесь будут стили для печати */
    .section__header_info, .section__buttons, .section_podbor-video {
        display: none;
    }

    .section {
        border-color: transparent;
        border: 0;
    }

    .section__header {
        padding-top: 0;
    }
}

.nav-wrapper {
    height: 40px;
}

.nav {
    margin: 0;
    padding: 8px 12px;
    list-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav__item {
    display: inline-block;
    vertical-align: middle;
}

.nav__item, .nav__item a {
    color: #999;
    font-weight: 400;
    font-size: 12px;
}

.nav__item a:hover {
    color: #2281af;
    text-decoration: underline;
}

.nav__item:before {
    margin: 0px 5px;
    content: ">";
    color: #c8ced4;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.nav__item:first-child:before {
    display: none;
}

.buttons-group_form {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.btn {
    display: inline-block;
    position: relative;
    padding: 2px 12px;
    font-weight: normal;
    font-weight: 400;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-color: #ddd;
    color: #757575;
    -webkit-transition: all 0.08s ease-in-out, padding-left 0.2s linear, padding-right 0.2s linear;
    transition: all 0.08s ease-in-out, padding-left 0.2s linear, padding-right 0.2s linear;
    /*

    .btn_outlin2e_gray.btn_loading, .btn_default.btn_loading {
    color: #fff;
    border-color: #767e85;
  }

  .btn_outli2ne_gray.btn_loading:after, .btn_default.btn_loading:after {
    color: #767e85;
  }

  .btn_outl2ine_gray.btn_loading:hover, .btn_outl2ine_gray.btn_loading:focus, .btn_out2line_gray.btn_loading:focus:hover,
  .btn_default.btn_loading:hover, .btn_default.btn_loading:focus, .btn_default.btn_loading:focus:hover {
    color: #fff;
  }

  .btn_outl2ine_gray:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    color: #999;
    border-color: #A6ACB2;
  }

     */
    /********************************************
   * Social
   *******************************************/
}

.btn:hover, .btn:focus, .btnbtn:focus:hover {
    text-decoration: none;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.btn span.fa {
    margin-left: -2px;
}

.btn span.fa + span {
    margin-left: 4px;
}

.btn_round {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    border-color: transparent;
}

.btn_round span.fa {
    margin: 0;
}

.btn_uppercase {
    text-transform: uppercase;
    font-size: 12px;
}

.btn_gray {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #666;
}

.btn_gray:hover {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    color: #ffffff;
}

.btn_gray:active {
    background-color: #757575;
    border-color: #757575;
    color: #ffffff;
}

.btn_gray:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn_light-gray {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #666;
    min-height: 32px;
}

.btn_light-gray:hover {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    color: #ffffff;
}

.btn_light-gray:active {
    background-color: #757575;
    border-color: #757575;
    color: #ffffff;
}

.btn_light-gray:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn_outline_gray, .btn_default {
    background-color: #fff;
    border-color: #ddd;
    border-color: #e0e0e0;
    color: #757575;
}

.btn_outline_gray:hover, .btn_outline_gray_default:hover, .btn_default:hover, .btn_default_default:hover {
    border-color: #9e9e9e;
    color: #666;
}

.btn_outline_gray:active, .btn_outline_gray_default:active, .btn_default:active, .btn_default_default:active {
    border-color: #9e9e9e;
    color: #666;
}

.btn_outline_gray.btn_loading, .btn_outline_gray.btn_loading:hover, .btn_outline_gray.btn_loading:focus:hover, .btn_default.btn_loading, .btn_default.btn_loading:hover, .btn_default.btn_loading:focus:hover {
    color: #fff;
}

.btn_outline_gray.btn_loading:after, .btn_default.btn_loading:after {
    color: #767e85;
}

.btn_light-green {
    background-color: #85bf00;
    border-color: #85bf00;
    color: #ffffff;
}

.btn_light-green:hover, .btn_light-green:focus, .btn_light-green:focus:hover {
    border-color: #6ba116;
    background-color: #6ba116;
    color: #ffffff;
    text-decoration: none;
}

.btn_light-green:active {
    background-color: #6ba116;
    border-color: #6ba116;
    color: #ffffff;
}

.btn_favorite.remove span.fa {
    color: #daac43;
}

.btn_subscribe {
    font-weight: 700;
}

.btn_dot-menu {
    border: none;
    min-height: 32px;
    background: none;
    background-color: transparent;
}

.btn_dot-menu:focus, .btn_dot-menu:active, .btn_dot-menu:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_fb {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn_fb:hover {
    background-color: #526fad;
    border-color: #526fad;
}

.btn_vk {
    background-color: #4d75a3;
    border-color: #4d75a3;
}

.btn_vk:hover {
    background-color: #6b91b6;
    border-color: #4d75a3;
}

.btn_tw {
    background-color: #5ea9dd;
    border-color: #5ea9dd;
}

.btn_tw:hover {
    background-color: #87bee2;
    border-color: #87bee2;
}

.btn_on {
    background-color: #f98a0e;
    border-color: #f98a0e;
}

.btn_on:hover {
    background-color: #fdba7a;
    border-color: #fdba7a;
}

/********************************************
  * Social Template
  *******************************************/
.btn_fb, .btn_vk, .btn_tw, .btn_on {
    width: 36px;
    min-width: 36px;
    padding: 2px;
    font-size: 18px;
    color: #ffffff;
}

/***
 * Social
 */
.social-btn {
    display: inline-block;
    text-align: center;
    /*vertical-align: middle;*/
    /*padding: 1px 8px;*/
    border-radius: 3px;
    /*line-height: 15px;*/
    /*box-sizing: border-box;*/
    background-color: #eff2ec;
    color: #A7ACA2;
}

.social-btn + .social-btn {
    margin-left: 6px;
}

.btn > span.fa-ellipsis-v {
    min-width: 12px;
}

/***
 *  btn_outline_gray
 */
.btn_outline_gra2y, .btn_2default {
    background-color: #ffffff;
    color: #A6ACB2;
    border-color: #A6ACB2;
    color: #999;
    border-color: #ebeff1;
}

.btn_outlin2e_gray.btn_loading, .btn_default.btn_loading {
    color: #fff;
    border-color: #767e85;
}

.btn_outli2ne_gray.btn_loading:after, .btn_default.btn_loading:after {
    color: #767e85;
}

.btn_outl2ine_gray.btn_loading:hover, .btn_outl2ine_gray.btn_loading:focus, .btn_out2line_gray.btn_loading:focus:hover,
.btn_default.btn_loading:hover, .btn_default.btn_loading:focus, .btn_default.btn_loading:focus:hover {
    color: #fff;
}

.btn_outl2ine_gray:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    color: #999;
    border-color: #A6ACB2;
}

/****
 *  Размеры
 */
.btn_lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn_sm {
    padding: 6px 12px;
    font-size: 12px;
}

.btn_sm-tone {
    padding: 6px 8px;
    font-size: 12px;
}

.btn_xs {
    padding: 1px 5px;
    /*font-size: 10px;*/
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px !important;
}

/***
 *  btn_gray
 */
.btn_gray2 {
    background-color: #78909c;
    border-color: #78909c;
    color: #ffffff;
}

.btn_gra2y:hover, .btn_gra2y:focus, .btn_gr2ay:focus:hover {
    border-color: #667c89;
    background-color: #667c89;
    color: #ffffff;
    text-decoration: none;
}

.btn_gr2ay:active {
    background-color: #667c89;
    border-color: #667c89;
    color: #ffffff;
}

/***
 *  btn_green
 */
.btn_green {
    background-color: #6c9b45;
    border-color: #6c9b45;
    color: #ffffff;
}

.btn_green:hover, .btn_green:focus, .btn_green:focus:hover {
    border-color: #4c7a3d;
    background-color: #4c7a3d;
    color: #ffffff;
    text-decoration: none;
}

.btn_green:active {
    background-color: #4c7a3d;
    border-color: #4c7a3d;
    color: #ffffff;
}

.btn_green.btn_loading {
    color: #83b447;
    color: #6c9b45;
}

.btn_green.btn_loading:hover, .btn_green.btn_loading:focus, .btn_green.btn_loading:focus:hover {
    color: #4c7a3d;
}

.btn_outline_green {
    background-color: #ffffff;
    color: #4c7a3d;
    border-color: #6c9b45;
}

.btn_outline_green:hover, .btn_outline_green:focus, .btn_outline_green:focus:hover {
    color: #4c7a3d;
    border-color: #4c7a3d;
    text-decoration: none;
}

/***
 *  btn_red
 */
.btn_red {
    background-color: #d70a16;
    border-color: #d70a16;
    color: #ffffff;
}

.btn_red:hover, .btn_red:focus, .btn_red:focus:hover {
    border-color: #a60811;
    background-color: #a60811;
    color: #ffffff;
    text-decoration: none;
}

.btn_red:active {
    background-color: #a60811;
    border-color: #a60811;
    color: #ffffff;
}

/***
 *  btn_blue
 */
.btn_blue {
    border-color: #2d72d9;
    background-color: #2d72d9;
    color: #ffffff;
}

.btn_blue:hover, .btn_blue:focus:hover {
    border-color: #2b5bb7;
    background-color: #2b5bb7;
    color: #ffffff;
    text-decoration: none;
}

.btn_blue:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn_blue:active {
    border-color: #2b5bb7;
    background-color: #2b5bb7;
    color: #ffffff;
}

.btn_blue.btn_loading {
    color: transparent;
}

/***
 *  btn_yellow
 */
.btn_orange {
    background-color: #ceb562;
    border-color: #ceb562;
    color: #fff;
}

.btn_orange:hover, .btn_orange:focus, .btn_orange:focus:hover {
    background-color: #B89E4A;
    border-color: #B89E4A;
    color: #fff;
    text-decoration: none;
}

.btn_orange:active {
    background-color: #B89E4A;
    border-color: #B89E4A;
    color: #fff;
}

.btn_orange.btn_loading {
    color: #ceb562;
}

.btn_orange.btn_loading:hover, .btn_orange.btn_loading:focus, .btn_orange.btn_loading:focus:hover {
    color: #B89E4A;
}

/***
 *  btn_yellow
 */
.btn_yellow {
    background-color: #fddc43;
    border-color: #fddc43;
    color: #000;
}

.btn_yellow:hover, .btn_yellow:focus, .btn_yellow:focus:hover {
    background-color: #e7be02;
    border-color: #e7be02;
    color: #000;
    text-decoration: none;
}

.btn_yellow:active {
    background-color: #e7be02;
    border-color: #e7be02;
    color: #000;
}

/***
 *  btn_outline_blue
 */
.btn_outline_blue {
    background-color: #ffffff;
    color: #2d72d9;
    border-color: #2d72d9;
}

.btn_outline_blue:hover, .btn_outline_blue:focus:hover {
    /*color: #0c55c3;*/
    /*border-color: #0c55c3;*/
    color: #fff;
    background-color: #2d72d9;
    text-decoration: none;
}

.btn_outline_blue:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(64, 128, 171, 0.3);
}

.btn_outline_blue.btn_loading, .btn_outline_blue.btn_loading:hover, .btn_outline_blue.btn_loading:focus:hover {
    color: #fff;
    background-color: #ffffff;
}

.btn_outline_blue.btn_loading:after {
    color: #2d72d9;
}

/***
 *  btn_outline_green
 */
/***
 *  Отступ между соседними кнопками
 */
.btn:not(.hidden) + .btn:not(.hidden) {
    margin-left: 0.5em;
}

.btn:not(.hidden) + .btn.hidden + .btn:not(.hidden) {
    margin-left: 0.5em;
}

.btn_sm + .btn_sm {
    margin-left: 3px;
}

.btn_sm-tone + .btn_sm-tone {
    margin-left: 3px;
}

.btn_xs + .btn_xs {
    margin-left: 3px;
}

/***
 *  Кнопка loading
 */
.btn_loading {
    cursor: default;
    /*padding: 9px 30px 9px 10px;*/
}

.btn_loading:after {
    display: inline-block;
    position: absolute;
    /*right: 8px;*/
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-animation: 0.2s ease 0s normal forwards 1 fadein, animation-spin 1s infinite linear;
    animation: 0.2s ease 0s normal forwards 1 fadein, animation-spin 1s infinite linear;
}

/***
 *  Анимация: появление с задержкой
 */
@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/***
 *  Анимация: вращение неравномерное безконечное
 */
@-webkit-keyframes animation-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn_primary {
    background-color: #5389B0;
    color: #fff;
}

.btn_favorite {
    /*width: 212px;*/
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px !important;
}

.btn-dropdown {
    display: inline-block;
    border: 1px solid #ebeff1;
    border-radius: 50%;
    font-size: 13pt;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    margin-top: -11px;
    background-color: #ebeff1;
    color: #999;
}

.btn-dropdown:hover {
    border-color: #e8f5e9;
    background-color: #e8f5e9;
    color: #43a047;
    text-decoration: none;
    cursor: pointer;
}

.btn-dropdown:active, .btn-dropdown_active, .btn-dropdown_active:hover {
    border-color: #6ba116;
    background-color: #6ba116;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

/*
 * This file is part of the AmDm-4.0 package.
 *
 * (c) Dmitry Rudakov <dima@amdm.ru>
 *
 * Created at: 2019-03-21 20:51
 * Version: 4.0
 */
.menu {
    font-size: 12px;
    text-align: left;
}

.menu__item {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: currentColor;
    text-decoration: none;
}

.menu__item:before {
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    content: "";
    /*background-color: #8ac858;*/
    background-color: #2281AF;
    background-color: #2d72d9;
    opacity: 0;
    position: absolute;
}

.menu__item_current {
    color: #2281AF;
    color: #4080AB;
    color: #2d72d9;
    text-decoration: none;
    font-weight: 500;
    /*background-color: #F4F5F5;*/
}

.menu__hr {
    width: 100%;
    border-top: 1px solid #e9e9e9;
}

.menu sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.menu__item_current, a.menu__item:hover {
    color: #2d72d9;
    text-decoration: none;
    /*background-color: #CBE2F5;*/
}

span.menu__item {
    cursor: auto;
}

.menu__item_current:before {
    opacity: 1;
}

.menu__item_red {
    color: #d32f2f;
}

.menu__item_green {
    color: #008000;
}

.menu__item .fa {
    /* position: absolute; */
    /* margin-top: 11px; */
    margin-left: -22px;
    font-size: 16px;
    width: 18px;
    text-align: center;
    margin-right: 6px;
    color: rgba(147, 156, 176, 0.8);
}

.menu__item_red.menu__item .fa {
    color: #d32f2f;
}

.menu_vertical {
    padding: 2px 0;
    /*padding: 0;*/
    font-size: 14px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu_vertical .menu__item {
    width: 100%;
    padding: 0 24px 0 32px;
    white-space: nowrap;
}

.menu_vertical .menu__item:before {
    left: 0;
    width: 2px;
    height: 100%;
}

.menu_vertical .menu__item:hover {
    background-color: #f2f5f8;
    cursor: pointer;
    color: #000000;
}

.menu_vertical.menu_multiline .menu__item {
    padding: 8px 25px 7px;
    line-height: 1.5;
}

.menu_vertical.menu_multiline .menu__item:before {
    top: 0;
}

.menu-slider {
    margin: 0;
    padding: 8px 0px 0px 12px;
    list-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.menu-slider::-webkit-scrollbar {
    display: none;
}

.menu_horizontal {
    line-height: 36px;
}

.menu_horizontal.menu__item {
    margin-right: 20px;
}

.menu_horizontal .menu__item::first-letter {
    text-transform: uppercase;
}

.menu_horizontal .menu__item_right {
    margin-right: 0;
}

.menu_horizontal .menu__item:before {
    height: 2px;
    width: 100%;
    bottom: 0;
}

.menu_submenu {
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    color: #9A9A9F;
    border-radius: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.menu_submenu .menu__item {
    /*margin-right: 30px*/
    margin-right: 12px;
    font-size: 12px;
    line-height: 24px;
    /*font-weight: normal;*/
    cursor: pointer;
}

.menu_submenu .menu__item_current {
    color: #454648;
    font-weight: bold;
}

.menu_submenu a.menu__item:hover {
    color: #454648;
}

.menu_submenu .menu__item:before {
    /*height: 0px;*/
}

.menu_sidebar .menu__item {
    /*margin-right: 30px*/
    margin-right: 9px;
    font-size: 12px;
    line-height: 36px;
    /*font-weight: normal;*/
    cursor: pointer;
}

.sidebar-menu {
    position: relative;
    padding: 0 15px;
}

.sidebar-menu__item {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #454648;
    text-decoration: none;
    width: 100%;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 400;
}

.sidebar-menu__item ~ .sidebar-menu__item {
    border-top: 1px solid #ececec;
}

.sidebar-menu__item_current {
    color: #f75c48;
    text-decoration: none;
}

.menu_footer {
    color: #9099a3;
    font-weight: 400;
}

.menu_footer .menu__item {
    margin-right: 30px;
}

.menu_footer .menu__item:hover {
    text-decoration: underline;
}

.menu_footer .menu__item:before {
    height: 0px;
}

@media only screen and (max-width: 479px) {
    .menu_footer .menu__item {
        margin-right: 10px;
    }
}

/*
 * This file is part of the AmDm-4.0 package.
 *
 * (c) Dmitry Rudakov <dima@amdm.ru>
 *
 * Created at: 2019-03-26 23:42
 * Version: 4.0
 */
.mobile-panel {
    max-width: 100%;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.mobile-panel__links {
    background-color: #eceff1;
}

.mobile-panel__links a {
    /*color: currentColor;*/
}

.mobile-panel__search {
    padding: 0 40px 30px 40px;
    background-color: #fff;
}

.mobile-panel__search button {
    -webkit-transition: none;
    transition: none;
    border: 0;
    height: auto;
    font-size: 14px;
    line-height: 45px;
    cursor: pointer;
    background-color: transparent;
    /*padding: 0;*/
    color: #969BA3;
    padding: 0 11px;
    width: 36px;
    margin-top: -2px;
    position: absolute;
    z-index: 5;
    right: 40px;
}

.mobile-panel__search .input__input {
    min-height: 36px;
    outline: 0;
    position: relative;
    display: block;
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
    min-height: 32px;
    z-index: 4;
    width: 100%;
    padding: 5px 25px 5px 5px;
    border: none;
    font-size: 16px;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #E8E8E9;
    line-height: 30px;
}

.mobile-menu {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.mobile-menu__item {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: currentColor;
    text-decoration: none;
    width: 100%;
    padding: 0 0 0 16px;
    line-height: 50px;
}

.mobile-menu__item:hover, .mobile-submenu__item:hover {
    /*color: #2281AF;*/
    text-decoration: none;
    background-color: #f3f6f8;
}

.mobile-submenu {
    font-size: 14px;
    display: none;
    margin-bottom: 20px;
}

.mobile-submenu__item {
    /*line-height: 36px;*/
    /*width: 100%;*/
    /*padding: 0 0 0 60px;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*color: currentColor;*/
    /*position: relative;*/
    /*line-height: 36px;*/
    /*width: 100%;*/
    /*padding: 0 0 0 60px;*/
    /*text-decoration: none;*/
    /*!*display: inline-block;*!*/
    /*cursor: pointer;*/
    /*color: currentColor;*/
    /*position: relative;*/
    line-height: 36px;
    /* width: 100%; */
    padding: 0;
    text-decoration: none;
    display: inline-block;
    width: auto;
    cursor: pointer;
    color: currentColor;
    position: relative;
    font-size: 14px;
    display: block;
    padding: 0 32px;
}

.menu_mobile {
    padding-top: 0;
}

.menu_submenu {
    -webkit-transition: height 250ms ease 0s;
    transition: height 250ms ease 0s;
    overflow: hidden;
}

.menu_active {
    display: block;
}

.mobile-menu {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.mobile-menu__item:hover, .mobile-submenu__item:hover {
    /*color: #2281AF;*/
    text-decoration: none;
    background-color: #f3f6f8;
}

.mobile-submenu {
    font-size: 14px;
    display: none;
    margin-bottom: 20px;
}

.menu_mobile {
    padding-top: 0;
}

.menu_submenu {
    -webkit-transition: height 250ms ease 0s;
    transition: height 250ms ease 0s;
    overflow: hidden;
}

.menu_active {
    display: block;
}

.mobile-submenu__item + .mobile-submenu__item {
    margin-right: 20px;
}

.alphabet {
    padding: 0 16px;
}

.alphabet__row + .alphabet__row {
    margin-top: 12px;
}

.alphabet__item {
    display: inline-block;
    width: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0px;
    color: #607d8b;
    outline: none;
    border: 1px solid #f5f5f5;
}

.alphabet__item:hover,
.alphabet__item:focus-within,
.alphabet__item_current {
    text-decoration: none;
    background-color: #eceff1;
    color: #0e0500;
}

.question-category-wrapper {
    margin: -8px 0;
}

.question {
    padding-top: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.question + .question {
    border-top: 1px solid #f0f0f0;
    padding-top: 24px;
    margin-top: 12px;
}

.question__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question__category + .question__category {
    border-top: 1px solid #f0f0f0;
}

.question__category_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    word-break: break-word;
}

.question__category_title a {
    color: #454648;
    color: #2d72d9;
}

.question__category_title a:visited {
    color: #669;
    color: #2d72d9;
}

.question__category_description {
    font-size: 12px;
    line-height: 14px;
    color: #9A9A9F;
}

.question__category_count {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    color: #9A9A9F;
    min-width: 60px;
    margin-top: 6px;
}

.question__category_count b {
    color: #595a5b;
}

.question__category_count-value {
    font-size: 12px;
    font-weight: normal;
    line-height: 23px;
    margin-top: -4px;
}

.question__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px 0;
}

.question__header, .question__header a {
    color: #2d72d9;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 11px;
}

.question__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    word-break: break-word;
}

.question__title a {
    color: #454648;
}

.question__title a:visited {
    color: #669;
}

.question__title_new-comments {
    background-color: #dcedc8;
    margin-right: 5px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 15px;
    color: #97C05C;
}

.question__header + .question__title {
    margin-top: 12px;
}

.question__info {
    margin: 0 0 6px 0;
}

.question__answers {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 23px;
    margin-bottom: 5px;
    color: #9A9A9F;
    min-width: 60px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.question__dropdown {
    margin-right: -16px;
    margin-bottom: 22px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.question__body {
    padding: 15px 0 10px;
}

.question__text {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #333;
    word-break: break-word;
}

.question__action-buttons {
    margin-bottom: 6px;
}

.b-questions-item__avatar2 {
    border-radius: 16px;
    width: 16px;
    height: 16px;
    float: none;
    /* margin-top: 5px; */
    margin-bottom: 3px;
    vertical-align: middle;
    border: none;
}

.qa-topic {
    color: #333;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.question2 {
    margin: 0px;
    /*padding: 28px 0;*/
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* align horizontal */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* align vertical */
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

/*.question2 + .question2 {*/
/*margin-bottom: 28px;*/
/*}*/
.question2 .b-favorite-over {
    font-size: 16px;
    padding: 0;
}

.question2:hover .b-favorite-over .fa-star-o {
    visibility: visible;
    color: #c2c2c2;
    font-size: 16px;
}

.question2__title {
    color: #333;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    margin: 5px 0;
    color: #333;
    overflow: hidden;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
}

.question2__title-link {
    color: currentColor;
}

.question2__title-link:visited {
    color: #669;
}

.question2__content {
    /*margin-right: 100px;*/
    /*padding-right: 30px;*/
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
}

.question2__answers-count {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    text-align: center;
}

.nav-list__item_qa a {
    color: #2d72d9;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Roboto, Arial;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1em;
}

.question2__author {
    color: #a5acb3;
    /*font-size: 13px;*/
    font-weight: normal;
    border: none;
}

.question2__author:hover {
    border-color: currentColor;
}

.question2__author-avatar {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    float: none;
    /* margin-top: 5px; */
    margin-bottom: 3px;
    vertical-align: middle;
    border: none;
    margin-right: 4px;
}

.question2__answer-counter__count {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 5px;
    color: #b2bac2;
}

.question2__answer-counter__count_new {
    color: #97C05C;
}

.question2__answer-counter__value {
    text-align: center;
    line-height: 1em;
    font-size: 15px;
    color: #9099a3;
    font-weight: normal;
}

.nav-list__item_gray {
    color: #a5acb3;
    /*font-size: 13px;*/
    font-weight: normal;
}

.question2__title_new-comments {
    background-color: #dcedc8;
    margin-right: 5px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 15px;
    color: #97C05C;
}

.question2__attrs {
    font-size: 13px;
}

@media only screen and (max-width: 479px) {
    .question2__attrs {
        font-size: 12px;
    }

    .question2__answers-count {
        min-width: 60px;
    }
}

.inline-list {
    display: table;
}

.inline-list__item {
    display: table-cell;
    font-size: 12px;
    color: #8E8E93;
    vertical-align: middle;
}

.inline-list__item:not(:first-child):not(.inline-list__item_bullet) {
    padding-left: 16px;
}

.inline-list__item_bullet:before {
    margin: 0 4px;
    content: "•";
    color: #9A9A9F;
    font-size: 12px;
    position: relative;
}

.inline-list__item:not(:first-child):before {
    margin: 0 8px;
}

.inline-list__item b {
    color: #595a5b;
    font-weight: 700;
}

.user-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-line__avatar img {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 8px;
    margin-top: 8px;
}

.user-line__name, .user-line__name a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.user-line__name span, .user-line__name a span {
    color: #8E8E93;
    font-weight: normal;
}

.user-line_small .user-line__avatar img {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-right: 2px;
    margin-top: 0px;
    display: block;
}

.user-line_small .user-line__name, .user-line_small .user-line__name a {
    font-size: 12px;
}

.user_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: top;
}

.user__nick {
    ont-size: 14px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
}

/*********************************************
*   avatar
*********************************************/
.avatar {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
}

.avatar_small {
    width: 20px;
    height: 20px;
}

.avatar__inner {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.avatar img {
    border: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    vertical-align: baseline;
}

.avatar + .user__nick {
    margin-left: 10px;
}

.user_inline .avatar + .user__nick {
    margin-left: 5px;
}

.app__sidebar .avatar {
    width: 36px;
    height: 36px;
}

.app__sidebar .avatar__inner {
    background-color: #f5f5f5;
}

.app__sidebar .user__nick {
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    font-weight: 700;
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-left: 8px;
}

.comment__header {
    color: #9A9A9F;
    color: #595a5b;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.comment__datetime {
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 12px;
}

.comment__flags {
    margin-top: -4px;
    margin-left: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment__right {
    margin-left: auto;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
}

.comment__right .btn_dot-menu {
    margin-right: -16px;
}

.comment__rating-count {
    color: #9A9A9F;
    font-weight: 700;
    cursor: default;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    font-size: 13px;
}

.comment__rating-count_plus {
    color: #6C9B45;
}

.comment__rating-count_minus {
    color: #f75c48;
}

.comment__body {
    -webkit-transition: margin-left 200ms ease-out;
    transition: margin-left 200ms ease-out;
    padding: 10px 0 12px;
}

.comment__content {
    overflow: hidden;
    margin: 5px 0 3px 0;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.comment__content p {
    margin: 0 0 0 12px;
}

.comment__content p a {
    font-weight: 600;
}

.comment__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
}

.news__title {
    color: currentColor;
}

.news__content img {
    width: 100%;
}

.news__content_link-more {
    margin: 12px 0;
}

.video-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-spacing: 0px;
    border-collapse: collapse;
    border-bottom: 1px solid #EAEAEA;
}

.video-list__item_pic img {
    width: 160px;
    height: 90px;
}

.video-list__item_pic_duration {
    border-radius: 2px;
    color: #eee;
    background-color: rgba(17, 17, 17, 0.8);
    position: absolute;
    position: absolute;
    bottom: 0;
    margin-bottom: 14px;
    margin-left: 128px;
    left: 0;
    right: 0;
    display: inline-block;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    width: 37px;
    height: 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0;
}

.video-list__item_metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 8px;
}

.video-list__item_metadata-title, .video-list__item_metadata-title a {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    max-height: 48px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.video-list__item_metadata-author, .video-list__item_metadata-author a {
    font-size: 12px;
    line-height: 14px;
    color: #8E8E93;
}

.video-list__item_metadata-stats {
    font-size: 12px;
    line-height: 14px;
    color: #8E8E93;
}

.video {
    width: 100%;
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #000;
    position: relative;
    /* width: 100%; */
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    background-color: #000;
    /* margin: 0; */
    /* top: 0; */
}

.video__container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video__pic {
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video__btn-play {
    color: #EA3323;
    font-size: 5rem;
    background-color: #fff;
    padding: 0;
    height: 20px;
}

.video__btn-play:hover {
    opacity: 1;
    cursor: pointer;
}

.video__btn-play span.fa {
    margin-top: -30px;
}

.info_page table tr th {
    vertical-align: top;
}

.info_page table tr td {
    vertical-align: top;
}

.info_page .btable tr td:nth-child(2), .info_page .btable tr td:nth-child(3) {
    text-align: center;
}

.info_page h1 {
    font: 2.5em/100% Verdana, sans-serif;
    /*30px/12px*/
    letter-spacing: -1px;
    margin-bottom: 0.7em;
}

.info_page h2 {
    clear: left;
    color: #FF6000;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: normal;
    padding-top: 0.5em;
}

.info_page p {
    line-height: 1.54em;
    margin: 1em 0;
}

.info_page ol {
    margin-top: 1em;
}

.info_page li {
    line-height: 1.54em;
    margin-bottom: 0.5em;
}

.info_page ul {
    line-height: 1.54em;
    margin-left: 2.65em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    list-style: disc;
}

.info_page .block-semi {
    margin-bottom: 1em;
}

.footer {
    margin-top: 64px;
    padding-bottom: 24px;
    background-color: #F4F4F4;
    border-top: 2px solid #e6e6e6;
    padding-top: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 0;
        border: none;
    }
}

.footer__app-pic {
    width: 140px;
    display: inline-block;
    margin: 16px 0;
}

.footer a {
    color: #636363;
    font-size: 12px;
}

.footer a.desktop-version {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

/*
 * This file is part of the AmDm-4.0 package.
 *
 * (c) Dmitry Rudakov <dima@amdm.ru>
 *
 * Created at: 2019-03-03 20:54
 * Version: 4.0
 */
/* Поле текстовое */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=phone], input[type=tel], input[type=number], input[type=datetime], input[type=date], input[type=search], input[type=datetime-local], textarea, .field__input, .field__select, .recaptcha_widget input[type=text], .dd-select {
    /*font-family: "PT Sans", Helvetica, Arial, sans-serif;*/
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    background: #fff;
    position: relative;
    height: 30px;
    width: 100%;
    padding: 1px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d2d6d7;
    border-radius: 5px;
    z-index: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: border ease 0.5s;
    transition: border ease 0.5s;
}

/* Поле выбранное */
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=phone]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=search]:focus, input[type=datetime-local]:focus, textarea:focus, .field__input:focus, .field__select:focus, input.focus[type=text], input.focus[type=password], input.focus[type=email], input.focus[type=url], input.focus[type=phone], input.focus[type=tel], input.focus[type=number], input.focus[type=datetime], input.focus[type=date], input.focus[type=search], input.focus[type=datetime-local], textarea.focus, .focus.field__input, .focus.field__select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2d72d9;
}

.field__input_tags {
    min-height: 30px;
    height: auto;
}

/* Поле с ошибкой */
input[type=text].field-with-error, input[type=password].field-with-error, input[type=email].field-with-error, input[type=url].field-with-error, input[type=phone].field-with-error, input[type=tel].field-with-error, input[type=number].field-with-error, input[type=datetime].field-with-error, input[type=date].field-with-error, input[type=search].field-with-error, input[type=datetime-local].field-with-error, textarea.field-with-error, .field__input.field-with-error, .field__select.field-with-error {
    border-color: #f88688;
}

/* Поле отключено */
input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=url]:disabled, input[type=phone]:disabled, input[type=tel]:disabled, input[type=number]:disabled, input[type=datetime]:disabled, input[type=date]:disabled, input[type=search]:disabled, input[type=datetime-local]:disabled, textarea:disabled, .field__input:disabled, .field__select:disabled, input[type=text] .disabled, input[type=password] .disabled, input[type=email] .disabled, input[type=url] .disabled, input[type=phone] .disabled, input[type=tel] .disabled, input[type=number] .disabled, input[type=datetime] .disabled, input[type=date] .disabled, input[type=search] .disabled, input[type=datetime-local] .disabled, textarea .disabled, .field__input .disabled, .field__select .disabled {
    background-color: #eef1f4;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9A9A9F;
    font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9A9A9F;
    font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9A9A9F;
    font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #9A9A9F;
    font-weight: normal;
}

input::placeholder, textarea::placeholder {
    color: #9A9A9F;
    font-weight: normal;
}

textarea, textarea.field__input {
    height: auto;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.field {
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.field:not(:first-child) {
    padding-top: 6px;
}

.field__content {
    margin-bottom: 6px;
}

.field__error {
    color: #f88688;
    font-size: 12px;
    line-height: 16px;
}

.field__select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    text-indent: 0.01px;
    /*text-overflow: ' ';*/
    padding: 0 24px 0 9px;
    width: 165px;
    line-height: 1em;
}

.field__select + .field__input {
    margin-top: 15px;
}

.field__select_large {
    width: 100%;
}

.field__label {
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.field__desc {
    /*color: #aeb8bc;*/
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 10px;
    /*font-size: 11px;*/
    /*line-height: 13px;*/
    /*color: #999999;*/
    color: #aeb8bc;
    /*margin-top: 5px;*/
}

.field__podbor {
    font-variant: normal;
    font-family: Courier !important;
    white-space: pre;
}

.field__podbor_new {
    font-family: "Roboto Mono", "Courier New", monospace;
    white-space: pre;
    font-size: 15px;
    line-height: 19px;
}

.field_select-wrapper {
    position: relative;
}

.field__select-wrapper:hover:before {
    color: #2d72d9;
}

.field__select-wrapper:before {
    direction: ltr;
    display: inline-block;
    font-family: "FontAwesome";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #24263a;
    content: "";
    content: "";
    height: 2.5rem;
    line-height: 2.5rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -5px;
    width: 2.5rem;
    z-index: 2;
}

.field__select-wrapper select {
    cursor: pointer;
}

.field__select-wrapper select::-ms-expand {
    display: none;
}


form input[type="checkbox"],
form input[type="radio"] {
    display: none;
}

form label.field__radio {
    display: inline-block;
}

form label.field__checkbox {
    display: block;
}

form label.field__checkbox {
    /*form label.field__radio {*/
    font-size: 14px;
    font-weight: 400;
    transition: 0.25s ease;

    cursor: pointer;
    /*display: block;*/

    padding-left: 2rem;
    position: relative;
    width: fit-content;
    -webkit-tap-highlight-color: transparent;

    line-height: 24px;
    padding-top: 0.5rem;
}

form label.field__radio {
    font-size: 14px;
    font-weight: 400;
    transition: 0.25s ease;

    cursor: pointer;
    /*display: block;*/

    padding-left: 24px;
    position: relative;
    width: fit-content;
    -webkit-tap-highlight-color: transparent;

    line-height: 24px;
    padding-top: 0.5rem;
}


form label.field__checkbox:last-child,
form label.field__radio:last-child {
    margin-bottom: 0;
}


form label.field__radio:before {
    /*transition: all 0.2s;*/
    /*//background: #ececee;*/
    background: #ffffff;
    /*border: 1px solid #D0D4D8;*/
    content: "";
    left: 0;
    position: absolute;
    /*top: 0.5rem;*/
    width: 1.5rem;
    height: 1.5rem;


    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #6c9b45;
}

form label.field__checkbox:before {
    /*transition: all 0.2s;*/
    /*//background: #ececee;*/
    background: #ffffff;
    border: 1px solid #D0D4D8;
    content: "";
    left: 0;
    position: absolute;
    /*top: 0.5rem;*/
    width: 1.5rem;
    height: 1.5rem;
}

/*//form label.field__radio:after*/
form label.field__checkbox:after {
    direction: ltr;
    display: inline-block;
    font-family: "FontAwesome";
    font-feature-settings: "liga";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s;
    /*color: #ececee;*/
    color: #ffffff;
    content: "\f00c";
    padding: 1px;


    font-size: 1.25rem;
    line-height: 1.5rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
}


form input[type="radio"]:checked + label.field__radio:before {
    box-shadow: inset 0 0 0 0.4375em #6c9b45;
}

form input[type="checkbox"]:checked + label.field__checkbox:before,
form input[type="checkbox"]:checked + label.field__radio:before {
    /*form input[type="radio"]:checked + label.field__checkbox:before,*/
    /*form input[type="radio"]:checked + label.field__radio:before */
    background: #6c9b45;
    border: 1px solid #6c9b45;
}

form input[type="checkbox"]:checked + label.field__checkbox:after,
form input[type="checkbox"]:checked + label.field__radio:after,
form input[type="radio"]:checked + label.field__checkbox:after,
form input[type="radio"]:checked + label.field__radio:after {
    color: #fff;
}

form label.field__checkbox:before {
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
}

form label.field__radio:before {
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;

}

form label.field__checkbox.field-with-error:before {
    background-color: #ffe2de;
    border-color: #B43728;
}

form label.field__checkbox.field-with-error:after {
    color: #ffe2de
}


.sidebar {
    display: none;
}

.sidebar_visible {
    display: block;
}

.favorite__icon {
    display: inline-block;
    margin: 0 2px 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 32px;
}

.favorite__icon.favorite_false:not(button) {
    color: transparent;
    width: 0px;
    margin: 0;
}

.favorite__icon.favorite_true:not(button) {
    color: #fdd835;
    width: 14.86px;
    margin-right: 8px;
}

.favorite__button.favorite_false {
    border-color: #2d72d9;
    background-color: #2d72d9;
    color: #ffffff;
}

.favorite__button.favorite_false:not(.favorite__button_icon):after {
    content: "Добавить в избранное";
}

.favorite__button.favorite_true:not(.favorite__button_icon):after {
    content: "Удалить из избранного";
}

.favorite__button.favorite_true span.fa {
    color: #daac43;
}

.favorite__button_icon {
    min-width: 32px;
    height: 32px;
}

.favorite__button_icon.favorite_true span.fa {
    color: #daac43;
}

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

.toggle-link:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.toggle-link.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    /*transition: all 0.3s ease-out;*/
    background-color: transparent;
    opacity: 1;
}

.toggle-link.active::after {
    /*-webkit-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    /*background: #cecece !important;*/
    /*opacity: 0;*/
}

.podbor__text ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.podbor__text ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.podbor__text pre {
    overflow-x: scroll;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 12px;
}

.podbor__text b {
    margin-top: 4px;
    font-weight: 700;
    display: inline-block;
}

.podbor-panel-wrapper {
    height: 40px;
}

.podbor-panel-wrapper_transpon-form {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
}

.podbor-panel {
    display: inline-block;
    position: inherit;
    width: auto;
    height: auto;
    padding: 10px 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.podbor-panel_fixed {
    -webkit-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 6px;
    padding: 10px 12px;
    padding-top: 4px;
    background-color: #ECEFF1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.podbor-panel_fixed .podbor-panel__label {
    background-color: #fff;
}

.podbor-panel__item {
    display: inline-block;
}

.podbor-panel__item + .podbor-panel__item {
    margin-left: 15px;
}

.podbor-panel__label {
    display: inline-block;
    border: 1px solid #4259a3;
    border: 1px solid #eceff1;
    padding: 0 5px;
    background-color: #eceff1;
    color: #778893;
    font-size: 8pt;
    line-height: 18px;
    text-align: center;
}

.podbor-panel__label_tone {
    width: 50px;
}

.podbor-panel__label_scroll {
    width: 65px;
}

@media only screen and (max-width: 479px) {
    .podbor-panel {
        padding: 4px 0px 8px 12px;
        height: 40px;
    }

    .podbor-panel__label {
        color: #595a5b;
        background-color: transparent;
        border-color: transparent;
        font-size: 11px;
        height: 22px;
        text-align: center;
    }

    .podbor-panel__label_tone {
        width: auto;
    }
}

#v_skroll {
    margin-left: 5px;
}

.i-scroll-stop:hover {
    color: var(--color--link);
    border-bottom: 1px var(--color--link) dashed;
    cursor: pointer;
}

.chord-scheme {
    display: inline-block;
    padding: 2px;
    height: 84px;
    width: 79px;
}

.chord-scheme__img {
    cursor: move;
}

.chord-scheme_move {
    /*background-color: #C8EBFB;*/
    background-color: #7D8F9B;
}

.btn_video-play:hover {
    opacity: 1;
    cursor: pointer;
}

/*
 * Блок "Видео"
 */
.b-video {
    /* background-color: #ece9e3;  */
    /*     padding-left: 50px;
      padding-right: 50px;
   */
    /*   border-left: 4px solid #d5d1c9; */
}

.b-video h2 {
    text-align: left;
    padding-bottom: 5px;
    font-size: 1.7em;
    margin: 10px 0px;
    color: #000;
}

.podbor__video-btn {
    opacity: 0.9;
    color: #EA3323;
    font-size: 5rem;
    background-color: #fff;
    padding: 0;
    height: 20px;
}

.podbor__video-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.podbor__video-btn span.fa {
    margin-top: -30px;
}

.podbor__video-container {
    width: 100%;
    position: relative;
    background-size: cover;
    text-align: center;
    height: 245px;
    height: 284px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.podbor__video-container iframe,
.podbor__video-container object,
.podbor__video-container embed {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    /*height: 100%;*/
    max-width: 560px;
    max-height: 315px;
    border: 0;
    margin-top: -30px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("/app/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/app/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/app/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/app/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/app/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/app/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.jBox-wrapper {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
    position: relative;
    word-break: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-container {
    background: #fff;
}

.jBox-content {
    padding: 8px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.jBox-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
    padding: 8px 10px 0;
    font-weight: bold;
}

.jBox-Tooltip.jBox-hasTitle .jBox-content,
.jBox-Mouse.jBox-hasTitle .jBox-content {
    padding-top: 5px;
}

.jBox-Mouse {
    pointer-events: none;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-top:after {
    left: 5px;
    top: 6px;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-right {
    right: 0;
}

.jBox-pointer-right:after {
    top: 5px;
    right: 6px;
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-left {
    left: 0;
}

.jBox-pointer-left:after {
    top: 5px;
    left: 6px;
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-bottom:after {
    left: 5px;
    bottom: 6px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-top, .jBox-pointer-bottom {
    width: 30px;
    height: 12px;
}

.jBox-pointer-left, .jBox-pointer-right {
    width: 12px;
    height: 30px;
}

.jBox-Modal .jBox-container {
    border-radius: 4px;
}

.jBox-Modal .jBox-container, .jBox-Modal.jBox-closeButton-box:before {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

.jBox-Modal .jBox-content {
    padding: 8px;
}

.jBox-Modal .jBox-title {
    border-radius: 4px 4px 0 0;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 18px;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
    padding-right: 65px;
}

.jBox-Modal .jBox-footer {
    border-radius: 0 0 4px 4px;
}

.jBox-closeButton {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-closeButton svg {
    position: absolute;
    top: 50%;
    right: 50%;
}

.jBox-closeButton path {
    fill: #aaa;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.jBox-closeButton:hover path {
    fill: #888;
}

.jBox-overlay .jBox-closeButton {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path {
    fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
    fill: #fff;
}

.jBox-closeButton-title .jBox-closeButton {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}

.jBox-closeButton-title svg {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
}

.jBox-closeButton-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jBox-closeButton-box .jBox-closeButton {
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px;
}

.jBox-closeButton-box:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
    top: 5px;
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
    right: 2px;
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
    background: #fafafa;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.82);
}

.jBox-footer {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 0 0 3px 3px;
}

body[class^=jBox-blockScroll-],
body[class*=" jBox-blockScroll-"] {
    overflow: hidden;
}

.jBox-draggable {
    cursor: move;
}

@-webkit-keyframes jBoxLoading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jBoxLoading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jBox-loading .jBox-content {
    opacity: 0.2;
}

.jBox-loading-spinner .jBox-content {
    min-height: 38px !important;
    min-width: 38px !important;
    opacity: 0;
}

.jBox-spinner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

.jBox-spinner:before {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.8);
    -webkit-animation: jBoxLoading 0.6s linear infinite;
    animation: jBoxLoading 0.6s linear infinite;
}

.jBox-countdown {
    border-radius: 4px 4px 0 0;
    z-index: 0;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    overflow: hidden;
}

.jBox-countdown-inner {
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #fff;
}

[class^=jBox-animated-],
[class*=" jBox-animated-"] {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes jBox-tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.8) rotate(-4deg);
        transform: scale(0.8) rotate(-4deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.2) rotate(4deg);
        transform: scale(1.2) rotate(4deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.2) rotate(-4deg);
        transform: scale(1.2) rotate(-4deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes jBox-tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.8) rotate(-4deg);
        transform: scale(0.8) rotate(-4deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.2) rotate(4deg);
        transform: scale(1.2) rotate(4deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.2) rotate(-4deg);
        transform: scale(1.2) rotate(-4deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.jBox-animated-tada {
    -webkit-animation: jBox-tada 1s;
    animation: jBox-tada 1s;
}

@-webkit-keyframes jBox-tadaSmall {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-2deg);
        transform: scale(0.9) rotate(-2deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-2deg);
        transform: scale(1.1) rotate(-2deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes jBox-tadaSmall {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-2deg);
        transform: scale(0.9) rotate(-2deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-2deg);
        transform: scale(1.1) rotate(-2deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.jBox-animated-tadaSmall {
    -webkit-animation: jBox-tadaSmall 1s;
    animation: jBox-tadaSmall 1s;
}

@-webkit-keyframes jBox-flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes jBox-flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.jBox-animated-flash {
    -webkit-animation: jBox-flash 0.5s;
    animation: jBox-flash 0.5s;
}

@-webkit-keyframes jBox-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20%, 60% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    40%, 80% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes jBox-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20%, 60% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    40%, 80% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.jBox-animated-shake {
    -webkit-animation: jBox-shake 0.4s;
    animation: jBox-shake 0.4s;
}

@-webkit-keyframes jBox-pulseUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jBox-pulseUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jBox-animated-pulseUp {
    -webkit-animation: jBox-pulseUp 0.25s;
    animation: jBox-pulseUp 0.25s;
}

@-webkit-keyframes jBox-pulseDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jBox-pulseDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jBox-animated-pulseDown {
    -webkit-animation: jBox-pulseDown 0.25s;
    animation: jBox-pulseDown 0.25s;
}

@-webkit-keyframes jBox-popIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jBox-popIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jBox-animated-popIn {
    -webkit-animation: jBox-popIn 0.25s;
    animation: jBox-popIn 0.25s;
}

@-webkit-keyframes jBox-popOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes jBox-popOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.jBox-animated-popOut {
    -webkit-animation: jBox-popOut 0.25s;
    animation: jBox-popOut 0.25s;
}

@-webkit-keyframes jBox-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes jBox-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.jBox-animated-fadeIn {
    -webkit-animation: jBox-fadeIn 0.2s;
    animation: jBox-fadeIn 0.2s;
}

@-webkit-keyframes jBox-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes jBox-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.jBox-animated-fadeOut {
    -webkit-animation: jBox-fadeOut 0.2s;
    animation: jBox-fadeOut 0.2s;
}

@-webkit-keyframes jBox-slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
}

@keyframes jBox-slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
}

.jBox-animated-slideUp {
    -webkit-animation: jBox-slideUp 0.4s;
    animation: jBox-slideUp 0.4s;
}

@-webkit-keyframes jBox-slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0;
    }
}

@keyframes jBox-slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0;
    }
}

.jBox-animated-slideRight {
    -webkit-animation: jBox-slideRight 0.4s;
    animation: jBox-slideRight 0.4s;
}

@-webkit-keyframes jBox-slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }
}

@keyframes jBox-slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }
}

.jBox-animated-slideDown {
    -webkit-animation: jBox-slideDown 0.4s;
    animation: jBox-slideDown 0.4s;
}

@-webkit-keyframes jBox-slideLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        opacity: 0;
    }
}

@keyframes jBox-slideLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        opacity: 0;
    }
}

.jBox-animated-slideLeft {
    -webkit-animation: jBox-slideLeft 0.4s;
    animation: jBox-slideLeft 0.4s;
}

.jBox-content .menu {
    border-radius: 4px;
    margin: -8px -12px;
}

.jBox-overlay_gray {
    background-color: rgba(0, 0, 0, 0.22);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    z-index: 9999;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19F;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 24px;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 23px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    color: #595a5b;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    display: none;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: fixed;
    top: 50vh;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    position: fixed;
    top: 50vh;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
    top: 0;
    left: 0;
    text-alig: center;
}

.reveal-modal {
    visibility: hidden;
    top: 10vh;
    background: #fff;
    margin: 0px 1%;
    width: 98%;
    position: absolute;
    z-index: 9999;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal, .close-button {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.22222rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.55556rem;
    right: 1.22222rem;
    text-decoration: none;
}

.reveal-modal .close-reveal-modal:hover, .close-button:hover {
    color: #333;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
    margin: 0px 1%;
    width: 98%;
    padding: 30px;
    border-radius: 5px;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
    top: 0.55556rem;
    right: 1.22222rem;
    text-decoration: none;
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/*
 * This file is part of the AmDm-4.0 package.
 *
 * (c) Dmitry Rudakov <dima@amdm.ru>
 *
 * Created at: 2019-03-27 22:26
 * Version: 4.0
 */
.dd-select {
    /*border-radius: 2px;*/
    /*border: solid 1px #ccc;*/
    /*position: relative;*/
    cursor: pointer;
    font-weight: 500;
    z-index: 3;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}

.dd-selected {
    overflow: hidden;
    display: block;
    /*padding: 10px;*/
    /*font-weight: bold;*/
    color: #000;
    margin: 2px 0 0 3px;
    cursor: pointer;
    text-decoration: none;
}

.dd-selected:hover {
    text-decoration: none;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-options {
    /*border: solid 1px #ccc;*/
    border-top: none;
    list-style: none;
    /*box-shadow: 0px 1px 5px #ddd;*/
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
}

.dd-option {
    /*padding: 10px;*/
    padding: 0 12px;
    line-height: 48px;
    display: block;
    /*border-bottom: solid 1px #ddd;*/
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-option:hover, .dd-option-selected {
    text-decoration: none;
    background-color: #6c9b45;
    color: #fff;
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
}

​ .dd-selected-text {
    /*font-weight: bold*/
    cursor: pointer;
}

.dd-option-text {
    cursor: pointer;
}

/* Autocomplete
  ----------------------------------*/
.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete li:hover {
    background-color: #2887ea;
    cursor: pointer;
    color: #fff;
}

.ui-autocomplete li:hover a {
    color: #fff;
    text-shadow: none;
}

.ui-autocomplete-menu {
    position: absolute;
    cursor: default;
    z-index: 9999;
}

.ui-autocomplete-loading {
    background: white url("/assets/i/loader.gif") 98% center no-repeat;
}

.ui-autocomplete-over {
    background-color: #000;
    color: white;
}

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding: 8px 6px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 12px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
}

.ui-autocomplete {
    overflow: hidden;
    background: #fff;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    cursor: default;
    padding: 0px;
    background-color: white;
    /*border: 1px solid #cccccc;*/
    max-width: 500px;
    z-index: 102;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
}

.ui-autocomplete li {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
}

:root {
    --tagify-dd-color-primary: rgb(53, 149, 246);
    --tagify-dd-bg-color: white;
}

.tagify {
    --tags-border-color: #DDD;
    --tag-bg: #E5E5E5;
    --tag-hover: #D3E2E2;
    --tag-text-color: black;
    --tag-text-color--edit: black;
    --tag-pad: 0.3em 0.5em;
    --tag-inset-shadow-size: 1.1em;
    --tag-invalid-color: #D39494;
    --tag-invalid-bg: rgba(211, 148, 148, 0.5);
    --tag-remove-bg: rgba(211, 148, 148, 0.3);
    --tag-remove-btn-bg: none;
    --tag-remove-btn-bg--hover: #c77777;
    --tag--min-width: 1ch;
    --tag--max-width: auto;
    --tag-hide-transition: .3s;
    --placeholder-color: black;
    --loader-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border: 1px solid var(--tags-border-color);
    padding: 0;
    line-height: 1.1;
    cursor: text;
    outline: 0;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border-radius: 5px;
    /*height: 37px;*/
}

@-webkit-keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes rotateLoader {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotateLoader {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.tagify:hover {
    border-color: #ccc;
}

.tagify.tagify--focus {
    -webkit-transition: 0s;
    transition: 0s;
    border-color: #3595f6;
}

.tagify[readonly] {
    cursor: default;
}

.tagify[readonly] > .tagify__input {
    visibility: hidden;
    width: 0;
    margin: 5px 0;
}

.tagify[readonly] .tagify__tag__removeBtn {
    display: none;
}

.tagify[readonly] .tagify__tag > div {
    padding: 0.3em 0.5em;
    padding: var(--tag-pad);
}

.tagify[readonly] .tagify__tag > div::before {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.tagify--loading .tagify__input::before {
    content: none;
}

.tagify--loading .tagify__input::after {
    content: "";
    vertical-align: middle;
    margin: -2px 0 -2px 0.5em;
    opacity: 1;
    width: 0.7em;
    height: 0.7em;
    width: var(--loader-size);
    height: var(--loader-size);
    border: 3px solid;
    border-color: #eee #bbb #888 transparent;
    border-radius: 50%;
    -webkit-animation: rotateLoader 0.4s infinite linear;
    animation: rotateLoader 0.4s infinite linear;
}

.tagify--loading .tagify__input:empty::after {
    margin-left: 0;
}

.tagify + input, .tagify + textarea {
    display: none !important;
}

.tagify__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    cursor: default;
    -webkit-transition: 0.13s ease-out;
    transition: 0.13s ease-out;
}

.tagify__tag > div {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.3em 0.5em;
    padding: var(--tag-pad);
    color: #000;
    color: var(--tag-text-color);
    line-height: inherit;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.13s ease-out;
    transition: 0.13s ease-out;
}

.tagify__tag > div > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    min-width: var(--tag--min-width);
    max-width: var(--tag--max-width);
    -webkit-transition: 0.8s ease, 0.1s color;
    transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
    outline: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text;
    margin: -2px;
    padding: 2px;
    max-width: 350px;
}

.tagify__tag > div::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 120ms ease;
    transition: 120ms ease;
    -webkit-animation: tags--bump 0.3s ease-out 1;
    animation: tags--bump 0.3s ease-out 1;
    -webkit-box-shadow: 0 0 0 1.1em #e5e5e5 inset;
    box-shadow: 0 0 0 1.1em #e5e5e5 inset;
    -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

.tagify__tag:hover:not([readonly]) div::before {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-box-shadow: 0 0 0 1.1em #d3e2e2 inset;
    box-shadow: 0 0 0 1.1em #d3e2e2 inset;
    -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset;
}

.tagify__tag.tagify--noAnim > div::before {
    -webkit-animation: none;
    animation: none;
}

.tagify__tag.tagify--hide {
    width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: var(--tag-hide-transition);
    transition: var(--tag-hide-transition);
    pointer-events: none;
}

.tagify__tag.tagify--mark div::before {
    -webkit-animation: none;
    animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
    opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
    -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
    -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
    display: none;
}

.tagify__tag[readonly] > div::before {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.tagify__tag--editable > div {
    color: #000;
    color: var(--tag-text-color--edit);
}

.tagify__tag--editable > div::before {
    -webkit-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
    box-shadow: 0 0 0 2px #d3e2e2 inset !important;
    -webkit-box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
    box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

.tagify__tag--editable.tagify--invalid > div::before {
    -webkit-box-shadow: 0 0 0 2px #d39494 inset !important;
    box-shadow: 0 0 0 2px #d39494 inset !important;
    -webkit-box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
    box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

.tagify__tag__removeBtn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 14px Serif;
    background: 0 0;
    background: var(--tag-remove-btn-bg);
    color: #000;
    color: var(--tag-text-color);
    width: 14px;
    height: 14px;
    margin-right: 4.66667px;
    margin-left: -4.66667px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
    content: "×";
}

.tagify__tag__removeBtn:hover {
    color: #fff;
    background: #c77777;
    background: var(--tag-remove-btn-bg--hover);
}

.tagify__tag__removeBtn:hover + div > span {
    opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
    -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
    -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
    display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
    display: inline;
    white-space: nowrap;
}

.tagify__input {
    display: block;
    min-width: 110px;
    margin: 5px;
    padding: 0.3em 0.5em;
    padding: var(--tag-pad, 0.3em 0.5em);
    line-height: inherit;
    position: relative;
    white-space: pre-line;
}

.tagify__input::before {
    display: inline-block;
    width: 0;
}

@supports (-moz-appearance: none) {
    .tagify__input:empty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.tagify__input:empty::before {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0.5;
    -webkit-transform: none;
    transform: none;
    width: auto;
}

.tagify__input:focus {
    outline: 0;
}

.tagify__input:focus::before {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0;
    -webkit-transform: translatex(6px);
    transform: translatex(6px);
}

@supports (-moz-appearance: none) {
    .tagify__input:focus::before {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tagify__input:focus::before {
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
    .tagify__input:focus::before {
        display: none;
    }
}

.tagify__input:focus:empty::before {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0.3;
    -webkit-transform: none;
    transform: none;
}

@supports (-moz-appearance: none) {
    .tagify__input:focus:empty::before {
        display: inline-block;
    }
}

.tagify__input::before {
    content: attr(data-placeholder);
    line-height: 1.8;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #000;
    color: var(--placeholder-color);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
}

.tagify--mix .tagify__input::before {
    position: static;
    line-height: inherit;
}

@supports (-moz-appearance: none) {
    .tagify__input::before {
        line-height: inherit;
        position: relative;
    }
}

.tagify__input::after {
    content: attr(data-suggest);
    display: inline-block;
    white-space: pre;
    color: #000;
    opacity: 0.3;
    pointer-events: none;
    max-width: 100px;
}

.tagify__input .tagify__tag {
    margin: 0;
}

.tagify__input .tagify__tag > div {
    padding-top: 0;
    padding-bottom: 0;
}

.tagify--mix {
    line-height: 1.7;
}

.tagify--mix .tagify__input {
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

.tagify--mix .tagify__input::after {
    content: none;
}

.tagify--select::after {
    content: ">";
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font: 16px monospace;
    line-height: 8px;
    height: 8px;
    pointer-events: none;
    -webkit-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
    -webkit-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
    transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select .tagify__tag {
    position: absolute;
    top: 0;
    right: 1.8em;
    bottom: 0;
}

.tagify--select .tagify__tag div {
    display: none;
}

.tagify--select .tagify__input {
    width: 100%;
}

.tagify--invalid {
    --tags-border-color: #D39494;
}

.tagify__dropdown {
    position: absolute;
    z-index: 9999;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    overflow: hidden;
}

.tagify__dropdown[placement=top] {
    margin-top: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.tagify__dropdown--text {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
    box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
    font-size: 0.9em;
}

.tagify__dropdown--text .tagify__dropdown__wrapper {
    border-width: 1px;
}

.tagify__dropdown__wrapper {
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    background: var(--tagify-dd-bg-color);
    border: 1px solid #3595f6;
    border-color: var(--tagify-dd-color-primary);
    border-top-width: 0;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
    transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

.tagify__dropdown__wrapper:hover {
    overflow: auto;
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
    max-height: 20px;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}

.tagify__dropdown__item {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0.3em 0.5em;
    margin: 1px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    outline: 0;
}

.tagify__dropdown__item--active {
    background: #3595f6;
    background: var(--tagify-dd-color-primary);
    color: #fff;
}

.tagify__dropdown__item:active {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}