@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

.material-icons {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

/* !Material Icons */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor > * {
    cursor: text
}

.ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol > li, .ql-editor ul > li {
    list-style-type: none
}

.ql-editor ul > li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true] > li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false] > li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor > * {
    cursor: text
}

.ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol > li, .ql-editor ul > li {
    list-style-type: none
}

.ql-editor ul > li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true] > li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false] > li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover {
    color: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow, .ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before, .ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before, .ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before, .ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

.ql-toolbar.ql-snow {
    border-color: #dedede;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ql-container.ql-snow {
    border-color: #dedede;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.ql-editor {
    line-height: normal !important;
    padding: 5px 30px 5px 10px;
    height: 100px;
    font-style: normal;
    font-feature-settings: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px;
    font-family: monospace
}

.ql-editor a, .ql-snow .ql-editor a, .ql-snow a {
    color: #d81946;
    text-decoration: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #d81946
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #d81946
}

.ql-snow .ql-tooltip a.ql-action:after {
    margin-left: 10px !important
}

.ql-snow .ql-tooltip[data-mode=link] a, .ql-tooltip input[type=text] {
    outline: none !important
}

.ql-editor.ql-blank:before {
    left: 10px;
    font-style: normal
}

.ql-snow .ql-tooltip {
    left: 54px !important
}

.ql-editor .ql-size-large {
    font-size: 18px !important;
    line-height: normal !important
}

.ql-editor .ql-size-huge {
    font-size: 22px !important;
    line-height: normal !important
}

.ql-toolbar .ql-size.ql-active, .ql-toolbar .ql-size:focus, .ql-toolbar .ql-size:hover {
    color: #d81946 !important
}

.ql-toolbar.ql-snow .ql-formats:last-child {
    margin-right: 0
}

.ql-editor strong {
    font-weight: 700 !important
}

#release-block .ql-editor strong {
    font-family: "Proxima-Nova-Bold", sans-serif
}

.new-page__constructor .ql-editor * {
    font-family: monospace
}

.ql-editor em {
    font-style: italic !important;
    font-smooth: initial;
    font-synthesis: initial;
    text-rendering: auto;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #d81946;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

:not(.ql-editor *) {
    font-smooth: auto;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, :after, :before {
    box-sizing: content-box
}

.htmliframe {
    height: 100%;
    overflow-y: auto
}

.htmliframe::-webkit-scrollbar {
    width: 0
}

body {
    margin: 0;
    font-family: Proxima-Nova, sans-serif;
    width: 100%
}

b {
    font-weight: 400;
    font-family: Proxima-Nova-Bold, sans-serif
}

h1.no-default-styles, h2.no-default-styles {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.back-btn {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI0MC44MjMgMjQwLjgyMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQwLjgyMyAyNDAuODIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzNjM2MzYyIgaWQ9IkNoZXZyb25fUmlnaHQiIGQ9Ik01Ny42MzMsMTI5LjAwN0wxNjUuOTMsMjM3LjI2OGM0Ljc1Miw0Ljc0LDEyLjQ1MSw0Ljc0LDE3LjIxNSwwYzQuNzUyLTQuNzQsNC43NTItMTIuNDM5LDAtMTcuMTc5CgkJbC05OS43MDctOTkuNjcxbDk5LjY5NS05OS42NzFjNC43NTItNC43NCw0Ljc1Mi0xMi40MzksMC0xNy4xOTFjLTQuNzUyLTQuNzQtMTIuNDYzLTQuNzQtMTcuMjE1LDBMNTcuNjIxLDExMS44MTYKCQlDNTIuOTQyLDExNi41MDcsNTIuOTQyLDEyNC4zMjcsNTcuNjMzLDEyOS4wMDd6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat 0
}

.logo {
    background-image: url(https://band.link/_nuxt/img/logo.3ec10e1.svg)
}

.social-icon.facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDE4IiBpZD0iZmFjZWJvb2siPgo8cGF0aCBmaWxsPSIjM2E1Nzk1IiBkPSJNNi4wMSAxNy45ODRIMi40di05SC0uMDA0di0zLjFoMi40MDZMMi40IDQuMDU1YzAtMi41My43MzItNC4wNyAzLjkyLTQuMDdoMi42NTN2My4xMDJINy4zMTVjLTEuMjQgMC0xLjMuNDMzLTEuMyAxLjI0M2wtLjAwNiAxLjU1M2gyLjk4bC0uMzUgMy4xLTIuNjMuMDAydjl6IiBjbGFzcz0iYXZjbHMtMSIvPgo8L3N2Zz4=)
}

.social-icon.twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAxNiI+CiAgICA8cGF0aCBmaWxsPSIjNTVhY2VlIiBkPSJNMTguOTg4IDEuNjU2Yy0uNy4yOC0xLjQ1LjQ3LTIuMjM4LjU1Ni44MDQtLjQzNyAxLjQyMy0xLjEzIDEuNzEzLTEuOTU0LS43NTIuNDA0LTEuNTg3LjctMi40NzQuODU3QzE1LjI4LjQyOCAxNC4yNjUgMCAxMy4xNDQgMCAxMC45OTUgMCA5LjI1IDEuNTggOS4yNSAzLjUzMmMwIC4yNzcuMDMzLjU0Ni4xLjgwNkM2LjExMiA0LjE5IDMuMjQgMi43ODMgMS4zMi42NDVjLS4zMzYuNTItLjUzIDEuMTMtLjUzIDEuNzc2IDAgMS4yMjcuNjkgMi4zMSAxLjczNSAyLjk0Mi0uNjQtLjAxOC0xLjI0LS4xNzctMS43NjQtLjQ0MnYuMDQ0YzAgMS43MTMgMS4zNDMgMy4xNCAzLjEyNiAzLjQ2Ni0uMzI4LjA4LS42NzIuMTI0LTEuMDI3LjEyNC0uMjUyIDAtLjQ5Ni0uMDIyLS43MzQtLjA2My40OTYgMS40MDQgMS45MzUgMi40MjYgMy42NCAyLjQ1NC0xLjMzNC45NDgtMy4wMTQgMS41MTMtNC44NCAxLjUxMy0uMzE0IDAtLjYyNC0uMDE3LS45My0uMDUgMS43MjUgMS4wMDMgMy43NzMgMS41ODggNS45NzMgMS41ODggNy4xNjYgMCAxMS4wODYtNS4zODUgMTEuMDg2LTEwLjA1NSAwLS4xNTQtLjAwNS0uMzA2LS4wMTItLjQ1Ny43Ni0uNSAxLjQyMi0xLjEyIDEuOTQ0LTEuODN6IiBjbGFzcz0iYnVjbHMtMSI+PC9wYXRoPgo8L3N2Zz4=)
}

.social-icon.vkontakte {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNCI+CiAgICA8cGF0aCBmaWxsPSIjNTA3NWE1IiBkPSJNMTEuMjUgMTEuODMyaDEuMzc0cy40MTUtLjA0LjYyOC0uMjQ4Yy4xOTUtLjE5LjE5LS41NDcuMTktLjU0N3MtLjAzLTEuNjcuODI3LTEuOTE1Yy44NDQtLjI0MiAxLjkyNyAxLjYxMyAzLjA3NiAyLjMyNy44NjguNTQgMS41MjguNDIgMS41MjguNDJsMy4wNzItLjAzOHMxLjYwNi0uMDkuODQ0LTEuMjMzYy0uMDYyLS4wOTUtLjQ0NC0uODQ3LTIuMjg0LTIuMzkzLTEuOTI1LTEuNjE4LTEuNjY3LTEuMzU2LjY1Mi00LjE1NSAxLjQxMy0xLjcwNSAxLjk3OC0yLjc0NiAxLjgtMy4xOTItLjE2Ny0uNDI0LTEuMjA2LS4zMTItMS4yMDYtLjMxMmwtMy40NTguMDJzLS4yNTYtLjAzMi0uNDQ2LjA3Yy0uMTg2LjEtLjMwNS4zMzYtLjMwNS4zMzZzLS41NDggMS4zMi0xLjI3OCAyLjQ0MmMtMS41NCAyLjM2Ny0yLjE1NSAyLjQ5Mi0yLjQwNyAyLjM0NS0uNTg1LS4zNDItLjQ0LTEuMzc1LS40NC0yLjExIDAtMi4yOTQuMzg1LTMuMjUtLjc0Ny0zLjQ5OC0uMzc1LS4wODItLjY1Mi0uMTM2LTEuNjEzLS4xNDVDOS44MjMtLjAwNSA4Ljc4LjAxIDguMTg3LjI3MmMtLjM5My4xNzUtLjY5Ny41NjQtLjUxLjU4Ni4yMjcuMDI4Ljc0NC4xMjYgMS4wMi40NjQuMzUzLjQzNy4zNCAxLjQxNy4zNCAxLjQxN3MuMjA0IDIuNy0uNDc1IDMuMDM1Yy0uNDY2LjIzLTEuMTA1LS4yNC0yLjQ3OC0yLjM4Ny0uNzAzLTEuMS0xLjIzNC0yLjMxNi0xLjIzNC0yLjMxNnMtLjEwMy0uMjI4LS4yODUtLjM1QzQuMzQzLjU3NiA0LjAzMy41MyA0LjAzMy41M0wuNzQ3LjU0OFMuMjU0LjU2LjA3My43NTVjLS4xNi4xNzMtLjAxMy41My0uMDEzLjUzczIuNTczIDUuNDUgNS40ODYgOC4xOTVjMi42NyAyLjUxOCA1LjcwNCAyLjM1MiA1LjcwNCAyLjM1MnoiIC8+Cjwvc3ZnPg==)
}

.social-icon.google {
    background-image: url(https://band.link/_nuxt/img/google.19524cb.svg);
    background-size: 20px auto !important
}

.icon-plus-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNUw1IDVNNSA1TDEwIDVNNSA1VjBNNSA1VjEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==)
}

.icon-plus-white.secondary {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNUw1IDVNNSA1TDEwIDVNNSA1VjBNNSA1VjEwIiBzdHJva2U9IiMxZTFlMWUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K)
}

.icon-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw2IDZNNiA2TDExIDExTTYgNkwxMSAxTTYgNkwxIDExIiBzdHJva2U9IiM4MTgxODEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K)
}

.vdp-datepicker input[type=text] {
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dedede;
    width: 100%;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 5px
}

.link .action {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.link.tik-tok {
    background-image: url(https://band.link/_nuxt/img/tik-tok.d53734e.svg) !important
}

.link.link-dark.tik-tok {
    background-image: url(https://band.link/_nuxt/img/tik-tok-white.411281a.svg) !important
}

.link.google-podcasts {
    background-image: url(https://band.link/_nuxt/img/google-podcasts.7e252ff.svg) !important
}

.link.apple-podcasts {
    background-image: url(https://band.link/_nuxt/img/apple-podcasts.5ccc376.svg) !important
}

.link.player-fm {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNBRDMwMzEiLz4KPHBhdGggZD0iTTE2LjU2ODUgOS4yMjY2MkMxMi4wMDM1IDEwLjU1MDYgOC42NjY1IDE0Ljc2MzEgOC42NjY1IDE5Ljc1NDlDOC42NjY1IDI1LjgwODQgMTMuNTczOCAzMC43MTU3IDE5LjYyNzMgMzAuNzE1N0MyNC44OTM5IDMwLjcxNTcgMjkuMjkzIDI3LjAwMTIgMzAuMzQ3NiAyMi4wNDkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNC43MjUzIDYuMzcyNTZDMjcuOTQ5NyA3Ljc4MjU0IDMwLjUyOTYgMTAuMzkyMiAzMS45MDA2IDEzLjYzNzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI3Ljg1MDUgMTQuODYxNkMyNi43Mzk4IDEzLjA3NzUgMjUuMjMyMSAxMS41NjYxIDIzLjQ1MDkgMTAuNDUxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNC4yNjM2IDE2LjY0MTRDMjMuNTE5IDE1LjY1NTcgMjIuNjQ0OSAxNC43NzMzIDIxLjY2NjUgMTQuMDE5NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K) !important
}

.link.iono {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMyMDFGMUYiLz4KPHJlY3Qgd2lkdGg9IjUuOTA5MDkiIGhlaWdodD0iMTUuMzYzNiIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjIuNDU0NiAxNi41NDU1KSIgZmlsbD0id2hpdGUiLz4KPGNpcmNsZSBjeD0iMTkuNTAwMSIgY3k9IjEwLjYzNjQiIHI9IjQuMTM2MzYiIGZpbGw9IiNEQzU3OTciLz4KPC9zdmc+Cg==) !important
}

.link.tlgg {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/tlgg.8cf5714.svg) !important
}

.link.patreon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNEMzY5NTgiLz4KPGNpcmNsZSBjeD0iMjMuODE1MSIgY3k9IjE3LjIwNTkiIHI9IjguMDI5NDEiIGZpbGw9IiNGRkZGRkUiLz4KPHJlY3QgeD0iOS41NTg4NCIgeT0iOS4xNzY0NSIgd2lkdGg9IjMuOTMyNzciIGhlaWdodD0iMjAuNjQ3MSIgZmlsbD0iIzE1MjIzMyIvPgo8L3N2Zz4K) !important
}

.link.anchor {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/anchor.947c76f.svg) !important
}

.link.overcast {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/overcast.2c4ccd4.svg) !important
}

.link.radio-public {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/radio-public.26fd863.svg) !important
}

.link.pocket-casts {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNFMjRFNDIiLz4KPHBhdGggZD0iTTI2LjQzMzQgMTkuNzA3NUMyNi40MzM0IDE1Ljc2MzcgMjMuMjM2MyAxMi41NjY2IDE5LjI5MjUgMTIuNTY2NkMxNS4zNDg3IDEyLjU2NjYgMTIuMTUxNiAxNS43NjM3IDEyLjE1MTYgMTkuNzA3NUMxMi4xNTE2IDIzLjY1MTMgMTUuMzQ4NyAyNi44NDgzIDE5LjI5MjUgMjYuODQ4MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzLjM5OTQzIi8+CjxwYXRoIGQ9Ik0zMi4zNjE5IDE5LjcwNzVDMzIuMzYxOSAxMi40ODk2IDI2LjUxMDcgNi42MzgzMSAxOS4yOTI4IDYuNjM4MzFDMTIuMDc0OSA2LjYzODMxIDYuMjIzNjMgMTIuNDg5NiA2LjIyMzYzIDE5LjcwNzVDNi4yMjM2MyAyNi45MjUzIDEyLjA3NDkgMzIuNzc2NiAxOS4yOTI4IDMyLjc3NjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMy4zOTk0MyIvPgo8L3N2Zz4K) !important
}

.link.speaker {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMi40MDQxIDcuOTIxODhMMjMuMjE2MSAxNi4zNjZMMzEuMDY2IDE5LjY3NjRMMjMuMjgzMyAyMy4wNTQxTDIyLjYwNjYgMzEuNTY1OUwxNi45MjIyIDI1LjIxNTZMOC42NjYyIDI3LjE3NDhMMTcuMDU3NCAxOS44MTE0TDguNTMxMjUgMTIuNTgzMUwxNi44NTQ5IDE0LjMzOTZMMjIuNDA0MSA3LjkyMTg4WiIgZmlsbD0iI0ZGQzEwNyIvPgo8L3N2Zz4K) !important
}

.link.castbox {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/castbox.88ee200.svg) !important
}

.link.beyond-pod {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/beyond-pod.50cb9b4.svg) !important
}

.link.emanate {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNDNEM0QzQiLz4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiM3MEY5RjciLz4KPHBhdGggZD0iTTkgMTguODQ4M1YxMi43ODk3TDEyLjY2MDcgMTYuNjMxN0wxNy4wNTM1IDEzLjA4NTJWMjguMDEwMUw5IDIyLjgzODFWMjguODk2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjEzODg4Ii8+CjxjaXJjbGUgY3g9IjI2LjQxNjYiIGN5PSIxNS41ODMzIiByPSIzLjUxMzg3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMTM4ODgiLz4KPGNpcmNsZSBjeD0iMjYuNDE2NiIgY3k9IjI0LjA3MDkiIHI9IjQuNTgzMzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4xMzg4OCIvPgo8L3N2Zz4K) !important
}

.link.telegram {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/telegram.c0bb946.svg) !important
}

.link.soundstream {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/soundstream.f601360.svg) !important
}

.link.yandexafisha, .link.yandextickets {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiPgo8Y2lyY2xlIGN4PSIxOS41IiBjeT0iMTkuNSIgcj0iMTkuNSIgZmlsbD0iI0ZERkYwMCIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazApIj4KPHJlY3QgeD0iLTIzLjM5OTkiIHk9Ii0xMS43IiB3aWR0aD0iODUuMTUiIGhlaWdodD0iNjIuNCIgZmlsbD0iI0ZERkYwMCIvPgo8cGF0aCBkPSJNLTM4LjM1MDEgMzcuMDQyNEwxMTYuOTcxIC0xNy43MTQ3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjUuODM5MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNNC4yNTUxMyA0My45NzgxTDMxLjExNSAtMjguMzk5OSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSI1LjgzOTIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTMyLjk4ODUgLTMxLjJMMjAuODY0MSA0OS40IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjUuODM5MjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L2c+Cjwvc3ZnPgo=) !important
}

.link.yandexefir {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/yandexefir.57dc64b.svg) !important
}

.link.podfm {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/podfm.0d77180.svg) !important
}

.link.navimusic {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/navigator.9f5a65f.svg) !important
}

.link.audiomack {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/audiomack.74db043.svg) !important
}

.link.bandcamp {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/bandcamp-link.ddf7f28.svg) !important
}

.link.myyz {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/myyz.1879ed7.svg) !important
}

.link.napster {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/napster.006734f.svg) !important
}

.link.tonn16 {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/16tonn.34e59cb.svg) !important
}

.link.kassyru {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/kassyru.d3c58be.svg) !important
}

.link.tunein {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/tunein.b141127.svg) !important
}

.link.ok {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/ok.dcf401f.svg) !important
}

.link.stitcher {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/stitcher.fdbebb8.svg) !important
}

.link.dottedmusic {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/dottedmusic.07dfd0a.svg) !important
}

.link.sevendigital {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/7digital.bacc758.svg) !important
}

.link.junodownload {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/junodownload.5a63811.svg) !important
}

.link.moskassa {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/moskassa.f669c1a.svg) !important
}

.link.megabilet {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/megabilet.11a4e41.svg) !important
}

.link.youtube {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/youtube-link.7f55ca0.svg) !important
}

.link.bq-login, .link.bq-login-en {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/logo-round.05fb577.svg) !important
}

.link.music-youtube {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzlweCIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMzkgMzkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uL3NlcnZpY2VzL3lvdXR1YmUgbXVzaWM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iaWNvbi9zZXJ2aWNlcy95b3V0dWJlLW11c2ljIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTkiIGZpbGw9IiNFODMzMjMiIGN4PSIxOS41IiBjeT0iMTkuNSIgcj0iMTkuNSI+PC9jaXJjbGU+CiAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC05LUNvcHkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIwLjgwOTk5OTk1NyIgY3g9IjE5LjUiIGN5PSIxOS41IiByPSI5LjUiPjwvY2lyY2xlPgogICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtMzIiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTcgMTYgMjMgMjAgMTcgMjQiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+) !important
}

.link.link-dark.bandcamp {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/bandcamp-white.c683dfd.svg) !important
}

.link.itunes {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/itunes-link.5bc4566.svg) !important
}

.link.itunesapp, .link.link-dark.itunesapp {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/appstore.a6903da.svg) !important
}

.link.amazon {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/amazon-link.24f49d9.svg) !important
}

.link.promodj {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/promodj.80018df.svg) !important
}

.link.spotify, .link.spotify-presave, .link.spotify_presave {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/spotify-link.fb7a492.svg) !important
}

.link.soundcloud {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/soundcloud-link.9b6d9a9.svg) !important
}

.link.tidal {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/tidal-link.76af71c.svg) !important
}

.link.link-dark.tidal {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/tidal-white.ea2c4b2.svg) !important
}

.link.yandex, .link.yandex-presave {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/yandex_music_color.708f75e.svg) !important
}

.link.googleplay {
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/googleplay-link.653665a.svg) !important;
    background-image: url(https://band.linkhttps://band.link/_nuxt/img/play-music.b3f1782.svg) !important
}

.link.googleplaystore {
    background-image: url(https://band.link/_nuxt/img/googleplay-link.653665a.svg) !important
}

.link.googleplayapp {
    background-image: url(https://band.link/_nuxt/img/googleplayapp-link.9c35c62.svg) !important
}

.link.beatport {
    background-image: url(https://band.link/_nuxt/img/beatport-link.986ca54.svg) !important
}

.link.stereobilet {
    background-image: url(https://band.link/_nuxt/img/stereobilet.bfcdaa9.svg) !important
}

.link.viber {
    background-image: url(https://band.link/_nuxt/img/viber.a8a2d7e.svg) !important
}

.link.whatsapp {
    background-image: url(https://band.link/_nuxt/img/whatsapp.f091386.svg) !important
}

.custom_icon1 {
    background-image: url(https://band.link/_nuxt/img/custom_icon1.076faf4.svg) !important
}

.link-dark.custom_icon1 {
    background-image: url(https://band.link/_nuxt/img/custom_icon1_white.16ed997.svg) !important
}

.custom_icon2 {
    background-image: url(https://band.link/_nuxt/img/custom_icon2.82ddfc8.svg) !important
}

.link-dark.custom_icon2 {
    background-image: url(https://band.link/_nuxt/img/custom_icon2_white.80e833f.svg) !important
}

.custom_icon3 {
    background-image: url(https://band.link/_nuxt/img/custom_icon3.ad1a246.svg) !important
}

.link-dark.custom_icon3 {
    background-image: url(https://band.link/_nuxt/img/custom_icon3_white.ad1a246.svg) !important
}

.custom_icon4 {
    background-image: url(https://band.link/_nuxt/img/custom_icon4.4e20995.svg) !important
}

.link-dark.custom_icon4 {
    background-image: url(https://band.link/_nuxt/img/custom_icon4_white.905f4ea.svg) !important
}

.link.zen {
    background-image: url(https://band.link/_nuxt/img/zen.9ba087c.png) !important
}

body .link.link-dark.no-icon, body .link.no-icon {
    background-image: none !important
}

.custom_icon5 {
    background-position: 21px 18px !important;
    background-size: 24px auto !important;
    background-image: url(https://band.link/_nuxt/img/custom_icon5.c9f6049.svg) !important
}

.custom_service_image.custom_icon5 {
    background-position: 50% !important
}

.link-dark.custom_icon5 {
    background-image: url(https://band.link/_nuxt/img/custom_icon5_white.522aee0.svg) !important
}

.link.custom_icon6 {
    background-size: 22px auto !important;
    background-position: 22px !important
}

.custom_icon6 {
    background-image: url(https://band.link/_nuxt/img/custom_icon6.a19728b.svg) !important
}

.link-dark.custom_icon6 {
    background-image: url(https://band.link/_nuxt/img/custom_icon6_white.b469ff0.svg) !important
}

.link.bl-description, .link.bl-description-en, .link.link-icon {
    background-image: url(https://band.link/_nuxt/img/link-link.57a16cb.svg)
}

.link.link-dark.bl-description, .link.link-dark.bl-description-en, .link.link-dark.link-icon {
    background-image: url(https://band.link/_nuxt/img/link-white.fe80052.svg)
}

.link.deezer, .link.deezer-presave {
    background-image: url(https://band.link/_nuxt/img/deezer-link.3c809a7.svg) !important
}

.link.megafon {
    background-image: url(https://band.link/_nuxt/img/megafon-link.a45947c.svg) !important
}

.link.mts {
    background-image: url(https://band.link/_nuxt/img/mts-link.cc488bd.svg) !important
}

.link.mts-music {
    background-image: url(https://band.link/_nuxt/img/mts-music-red.bb2b85d.svg) !important
}

.link-dark.link.mts-music {
    background-image: url(https://band.link/_nuxt/img/mts-music-white.998ab59.svg) !important
}

.link.tele2 {
    background-image: url(https://band.link/_nuxt/img/tele2-link.308d525.svg) !important
}

.link.edinoepole {
    background-image: url(https://band.link/_nuxt/img/edinoepole.4b3a3f2.svg) !important
}

.link.intickets {
    background-image: url(https://band.link/_nuxt/img/intickets.3421e97.svg) !important
}

.link.kassir {
    background-image: url(https://band.link/_nuxt/img/kassir.4ba9d7c.svg) !important
}

.link.ponominalu {
    background-image: url(https://band.link/_nuxt/img/ponominalu.6e50293.svg) !important
}

.link.qtickets {
    background-image: url(https://band.link/_nuxt/img/qtickets.92451ce.svg) !important
}

.link.radario {
    background-image: url(https://band.link/_nuxt/img/radario.17b255c.svg) !important
}

.link.ticketland {
    background-image: url(https://band.link/_nuxt/img/ticketland.4347324.svg) !important
}

.link.ticketscloud {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzlweCIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMzkgMzkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwICg1NDk4MykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aWNvbi90aWNrZXQgc2VydmljZXMvdGlja2V0cyBjbG91ZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxjaXJjbGUgaWQ9InBhdGgtMSIgY3g9IjE5LjUiIGN5PSIxOS41IiByPSIxOS41Ij48L2NpcmNsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJpY29uL3RpY2tldC1zZXJ2aWNlcy90aWNrZXRzLWNsb3VkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iI0ZGRDkwMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtNTAiIGZpbGw9IiMzNjM2MzYiIG1hc2s9InVybCgjbWFzay0yKSIgcG9pbnRzPSIxNS4wNjgxODE4IDEwLjczMTMzMTIgMjMuOTMxODE4MiA2Ljg2OTMxODE4IDIzLjkzMTgxODIgMzMuOTAzNDA5MSAxNS4wNjgxODE4IDI5LjQ4OTY4Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) !important
}

.link.timepad {
    background-image: url(https://band.link/_nuxt/img/timepad.ba179d6.svg) !important
}

.link.redkassa {
    background-image: url(https://band.link/_nuxt/img/redkassa.7d2d62a.svg) !important
}

.link.parterru {
    background-image: url(https://band.link/_nuxt/img/parterru.0124531.svg) !important
}

.link.concertru {
    background-image: url(https://band.link/_nuxt/img/concertru.8d095d0.svg) !important
}

.link.facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMxODc3RjIiLz4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiPgo8Y2lyY2xlIGN4PSIxOS41IiBjeT0iMTkuNSIgcj0iMTkuNSIgZmlsbD0iIzE4NzdGMiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi43MTAxIDM5LjgzMzRIMTYuMzExNVYyNS4yMDY2SDEyLjA0MzVWMjAuMTY2MkwxNi4zMTE1IDIwLjE2NDZMMTYuMzA2MiAxNy4xOTVDMTYuMzA2MiAxMy4wODI4IDE3LjYwNjUgMTAuNTc5NyAyMy4yNjAxIDEwLjU3OTdIMjcuOTY4MVYxNS42MjE3SDI1LjAyNjlDMjIuODI1NCAxNS42MjE3IDIyLjcxOSAxNi4zMjU1IDIyLjcxOSAxNy42NDJMMjIuNzEwMSAyMC4xNjQ2SDI4TDI3LjM3OTEgMjUuMjA0OUwyMi43MTM3IDI1LjIwNjZMMjIuNzEwMSAzOS44MzM0WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) !important
}

.link.twitter {
    background-image: url(https://band.link/_nuxt/img/twitter.b3ad857.svg) !important
}

.link.linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM5IiBoZWlnaHQ9IjM5IiByeD0iMTkuNSIgZmlsbD0iIzEyNzVCMSIvPgo8cGF0aCBkPSJNMTUuMzc4OSAxMS44MTIzQzE1LjM3ODkgMTIuOTUxMyAxNC4zOTE2IDEzLjg3NDYgMTMuMTczOCAxMy44NzQ2QzExLjk1NiAxMy44NzQ2IDEwLjk2ODggMTIuOTUxMyAxMC45Njg4IDExLjgxMjNDMTAuOTY4OCAxMC42NzMzIDExLjk1NiA5Ljc1IDEzLjE3MzggOS43NUMxNC4zOTE2IDkuNzUgMTUuMzc4OSAxMC42NzMzIDE1LjM3ODkgMTEuODEyM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMS4yNzAzIDE1LjM5MDVIMTUuMDM5NlYyNi44MTI1SDExLjI3MDNWMTUuMzkwNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDgyIDE1LjM5MDVIMTcuMzM4OVYyNi44MTI1SDIxLjEwODJDMjEuMTA4MiAyNi44MTI1IDIxLjEwODIgMjMuMjE2NyAyMS4xMDgyIDIwLjk2ODRDMjEuMTA4MiAxOS42MTkgMjEuNTY5IDE4LjI2MzYgMjMuNDA3NSAxOC4yNjM2QzI1LjQ4NTMgMTguMjYzNiAyNS40NzI4IDIwLjAyOTYgMjUuNDYzMSAyMS4zOTc3QzI1LjQ1MDQgMjMuMTg2IDI1LjQ4MDcgMjUuMDExIDI1LjQ4MDcgMjYuODEyNUgyOS4yNVYyMC43ODQyQzI5LjIxODEgMTYuOTM1IDI4LjIxNTEgMTUuMTYxNCAyNC45MTUzIDE1LjE2MTRDMjIuOTU1NiAxNS4xNjE0IDIxLjc0MDkgMTYuMDUxIDIxLjEwODIgMTYuODU1OVYxNS4zOTA1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important
}

.link.mixer {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgMzlDMzAuMjY5NiAzOSAzOSAzMC4yNjk2IDM5IDE5LjVDMzkgOC43MzA0NSAzMC4yNjk2IDAgMTkuNSAwQzguNzMwNDUgMCAwIDguNzMwNDUgMCAxOS41QzAgMzAuMjY5NiA4LjczMDQ1IDM5IDE5LjUgMzlaIiBmaWxsPSIjNUMzRjdBIi8+CjxwYXRoIGQ9Ik0xMy4wNjEzIDEwLjkwNDZDMTIuMjc5MiA5Ljg0ODA0IDEwLjc0MjQgOS42ODMzOSA5Ljc0MDc0IDEwLjU4OUM4Ljg3NjMgMTEuMzg0OCA4LjgwNzcgMTIuNzI5NSA5LjUwNzQ4IDEzLjY3NjNMMTQuMDIxOCAxOS43MjczTDkuNDgwMDQgMjUuODMzMkM4Ljc4MDI1IDI2Ljc4IDguODM1MTQgMjguMTI0NyA5LjcxMzMgMjguOTIwNUMxMC43MTQ5IDI5LjgyNjEgMTIuMjUxNyAyOS42NjE1IDEzLjAzMzggMjguNjA0OUwxOS4zNzMgMjAuMDg0MUMxOS41MjQgMTkuODc4MiAxOS41MjQgMTkuNTkwMSAxOS4zNzMgMTkuMzg0M0wxMy4wNjEzIDEwLjkwNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjYuOTc0NSAxMC45MDQ2QzI3Ljc1NjYgOS44NDgwNCAyOS4yOTMzIDkuNjgzMzkgMzAuMjk1IDEwLjU4OUMzMS4xNTk0IDExLjM4NDggMzEuMjI4IDEyLjcyOTUgMzAuNTI4MyAxMy42NzYzTDI2LjAxNCAxOS43MjczTDMwLjU1NTcgMjUuODMzMkMzMS4yNTU1IDI2Ljc4IDMxLjIwMDYgMjguMTI0NyAzMC4zMjI0IDI4LjkyMDVDMjkuMzIwOCAyOS44MjYxIDI3Ljc4NCAyOS42NjE1IDI3LjAwMTkgMjguNjA0OUwyMC42NzY0IDIwLjA3MDNDMjAuNTI1NSAxOS44NjQ1IDIwLjUyNTUgMTkuNTc2NCAyMC42NzY0IDE5LjM3MDZMMjYuOTc0NSAxMC45MDQ2WiIgZmlsbD0iIzFGQkFFRCIvPgo8L3N2Zz4K) !important
}

.link.twitch {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgMzlDMzAuMjY5NiAzOSAzOSAzMC4yNjk2IDM5IDE5LjVDMzkgOC43MzA0NSAzMC4yNjk2IDAgMTkuNSAwQzguNzMwNDUgMCAwIDguNzMwNDUgMCAxOS41QzAgMzAuMjY5NiA4LjczMDQ1IDM5IDE5LjUgMzlaIiBmaWxsPSIjNjQ0MUE1Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjguMTQwNSAyMS4wOTI2TDI0Ljg4MzggMjQuMzQ5SDE5Ljc2ODFMMTYuOTc3MyAyNy4xMzk0VjI0LjM0OUgxMi43OTEzVjEwLjg2MDVIMjguMTQwNVYyMS4wOTI2Wk0xMC45MzAxIDkuMDAwMDRMMTAgMTIuNzIxMlYyOS40NjVIMTQuMTg2NVYzMS43OTExSDE2LjUxMTRMMTguODM3OCAyOS40NjVIMjIuNTU4MkwzMCAyMi4wMjQxVjkuMDAwMDRIMTAuOTMwMVY5LjAwMDA0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy45MDc1IDIwLjE2MzFIMTkuNzY3OVYxNC41ODA4SDE3LjkwNzVWMjAuMTYzMVpNMjMuMDIzNCAyMC4xNjMxSDI0Ljg4MzlWMTQuNTgwOEgyMy4wMjM0VjIwLjE2MzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important
}

.link.facecast {
    background-image: url(https://band.link/_nuxt/img/facecast.b57ebfb.svg) !important
}

.link.pscp {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkiIGN5PSIxOSIgcj0iMTkiIGZpbGw9IiM0MEE0QzQiLz4KPHBhdGggZD0iTTE4Ljg1NCAzMC43MkMyMC43OTEgMzAuNzIgMjguNDM1IDIyLjEyNyAyOC40MzUgMTYuMzY4QzI4LjQzNSAxMC44NTYgMjQuMDggNi4yODAwMyAxOC44NTQgNi4yODAwM0MxMy4zNTUgNi4yODAwMyA5IDEwLjg1NiA5IDE2LjM2OEM5IDIyLjEyNyAxNi42NDQgMzAuNzIgMTguODU0IDMwLjcyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE3LjQzNjggMTAuMjcxMUMxNy44OTE4IDEwLjE2NzEgMTguMzcyOCAxMC4xMTUxIDE4Ljg3OTggMTAuMTE1MUMyMS45NjA4IDEwLjExNTEgMjQuNTk5OCAxMi42ODkxIDI0LjU5OTggMTYuMDE3MUMyNC41OTk4IDE5LjAyMDEgMjEuOTYwOCAyMS41OTQxIDE4Ljg3OTggMjEuNTk0MUMxNS40NjA4IDIxLjU5NDEgMTIuODIxOCAxOS4wMjAxIDEyLjgyMTggMTYuMDE3MUMxMi44MjE4IDE0Ljc0MzEgMTMuMjExOCAxMy41ODYxIDEzLjg3NDggMTIuNjM3MUMxNC4wODI4IDEzLjcwMzEgMTUuMDMxOCAxNC41MDkxIDE2LjE4ODggMTQuNTA5MUMxNy40ODg4IDE0LjUwOTEgMTguNTQxOCAxMy40ODIxIDE4LjU0MTggMTIuMjA4MUMxOC41NDE4IDExLjM4OTEgMTguMDk5OCAxMC42NzQxIDE3LjQzNjggMTAuMjcxMVoiIGZpbGw9IiNFOTRGM0MiLz4KPC9zdmc+Cg==) !important
}

.link.vk.vk_live {
    background-image: url(https://band.link/_nuxt/img/vk_live.e2a54fb.svg) !important
}

.link.youtube.youtube_live {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgMzlDMzAuMjY5NiAzOSAzOSAzMC4yNjk2IDM5IDE5LjVDMzkgOC43MzA0NSAzMC4yNjk2IDAgMTkuNSAwQzguNzMwNDUgMCAwIDguNzMwNDUgMCAxOS41QzAgMzAuMjY5NiA4LjczMDQ1IDM5IDE5LjUgMzlaIiBmaWxsPSIjRkYwMDAwIi8+CjxwYXRoIGQ9Ik0xMS4wNjY3IDI3LjIyMzFDOS4xNjQzNiAyNS4xODc1IDggMjIuNDUzNSA4IDE5LjQ0NzZDOCAxNi42MDAyIDkuMDQ0NzggMTMuOTk2OSAxMC43NzE5IDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjI4NTciLz4KPHBhdGggZD0iTTEzLjkxODIgMTUuMDY2N0MxMi45NTYzIDE2LjI2NjcgMTIuMzgwOSAxNy43OSAxMi4zODA5IDE5LjQ0NzdDMTIuMzgwOSAyMS4zNDE0IDEzLjEzMTkgMjMuMDU5OCAxNC4zNTIzIDI0LjMyMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi42Mjg1NyIvPgo8cGF0aCBkPSJNMjcuOTMzMSAyNy4yMjMxQzI5LjgzNTQgMjUuMTg3NSAzMC45OTk4IDIyLjQ1MzUgMzAuOTk5OCAxOS40NDc2QzMwLjk5OTggMTYuNjAwMiAyOS45NTUgMTMuOTk2OSAyOC4yMjc5IDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjI4NTciLz4KPHBhdGggZD0iTTI1LjA4MiAxNS4wNjY3QzI2LjA0NCAxNi4yNjY3IDI2LjYxOTQgMTcuNzkgMjYuNjE5NCAxOS40NDc3QzI2LjYxOTQgMjEuMzQxNCAyNS44Njg0IDIzLjA1OTggMjQuNjQ4IDI0LjMyMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi42Mjg1NyIvPgo8Y2lyY2xlIGN4PSIxOS4zOTA2IiBjeT0iMTkuNDQ3NiIgcj0iMy4wNjY2NyIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important
}

.link.facebook_live {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMxODc3RjIiLz4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiPgo8Y2lyY2xlIGN4PSIxOS41IiBjeT0iMTkuNSIgcj0iMTkuNSIgZmlsbD0iIzE4NzdGMiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi43MTAxIDM5LjgzMzRIMTYuMzExNVYyNS4yMDY2SDEyLjA0MzVWMjAuMTY2MkwxNi4zMTE1IDIwLjE2NDZMMTYuMzA2MiAxNy4xOTVDMTYuMzA2MiAxMy4wODI4IDE3LjYwNjUgMTAuNTc5NyAyMy4yNjAxIDEwLjU3OTdIMjcuOTY4MVYxNS42MjE3SDI1LjAyNjlDMjIuODI1NCAxNS42MjE3IDIyLjcxOSAxNi4zMjU1IDIyLjcxOSAxNy42NDJMMjIuNzEwMSAyMC4xNjQ2SDI4TDI3LjM3OTEgMjUuMjA0OUwyMi43MTM3IDI1LjIwNjZMMjIuNzEwMSAzOS44MzM0WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) !important
}

.link.linkedin_live {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM5IiBoZWlnaHQ9IjM5IiByeD0iMTkuNSIgZmlsbD0iIzEyNzVCMSIvPgo8cGF0aCBkPSJNMTUuMzc4OSAxMS44MTIzQzE1LjM3ODkgMTIuOTUxMyAxNC4zOTE2IDEzLjg3NDYgMTMuMTczOCAxMy44NzQ2QzExLjk1NiAxMy44NzQ2IDEwLjk2ODggMTIuOTUxMyAxMC45Njg4IDExLjgxMjNDMTAuOTY4OCAxMC42NzMzIDExLjk1NiA5Ljc1IDEzLjE3MzggOS43NUMxNC4zOTE2IDkuNzUgMTUuMzc4OSAxMC42NzMzIDE1LjM3ODkgMTEuODEyM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMS4yNzAzIDE1LjM5MDVIMTUuMDM5NlYyNi44MTI1SDExLjI3MDNWMTUuMzkwNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xMDgyIDE1LjM5MDVIMTcuMzM4OVYyNi44MTI1SDIxLjEwODJDMjEuMTA4MiAyNi44MTI1IDIxLjEwODIgMjMuMjE2NyAyMS4xMDgyIDIwLjk2ODRDMjEuMTA4MiAxOS42MTkgMjEuNTY5IDE4LjI2MzYgMjMuNDA3NSAxOC4yNjM2QzI1LjQ4NTMgMTguMjYzNiAyNS40NzI4IDIwLjAyOTYgMjUuNDYzMSAyMS4zOTc3QzI1LjQ1MDQgMjMuMTg2IDI1LjQ4MDcgMjUuMDExIDI1LjQ4MDcgMjYuODEyNUgyOS4yNVYyMC43ODQyQzI5LjIxODEgMTYuOTM1IDI4LjIxNTEgMTUuMTYxNCAyNC45MTUzIDE1LjE2MTRDMjIuOTU1NiAxNS4xNjE0IDIxLjc0MDkgMTYuMDUxIDIxLjEwODIgMTYuODU1OVYxNS4zOTA1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important
}

.link.donate_stream {
    background-image: url(https://band.link/_nuxt/img/donate_stream.7cfd19e.svg) !important
}

.link.donationalerts {
    background-image: url(https://band.link/_nuxt/img/donationalerts.8e856ab.svg) !important
}

.link.donatepay {
    background-image: url(https://band.link/_nuxt/img/donatepay.b3bc4c2.svg) !important
}

.link.paypal {
    background-image: url(https://band.link/_nuxt/img/paypal-icon.e26bcb4.svg) !important
}

.link.yandex_money {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNC4wODE3IDE5LjA3NjNMMTkuNTAwMSAxNC45NzE1SDI5LjAyMzNWMjkuNzQ5SDEyLjI3NTVDMTEuMDA2IDI5Ljc0OSA5Ljk3NjgxIDI4LjcxOTggOS45NzY4MSAyNy40NTAyVjIyLjM2MDJMMTQuMDgxNyAxOS4wNzYzWiIgZmlsbD0iI0ZFQ0MwMCIvPgo8cGF0aCBkPSJNMjIuNzgzOSAxNC45NzE1SDI1LjczOTRWMjMuNTA5NkwxMS4yOTAzIDI4LjQzNTRMMjIuNzgzOSAxNC45NzE1WiIgZmlsbD0iI0Q1QUIwNSIvPgo8cGF0aCBkPSJNOS45NzY4MSAxNi44OTI4QzkuOTc2ODEgMTUuNjgwMiAxMC41MzUxIDE0LjUzNTEgMTEuNDkwNCAxMy43ODgyTDIzLjExMjMgNC43MDI3VjIwLjcxODNMMTEuNTIwMSAyOC42ODhDMTAuODY2NCAyOS4xMzc0IDkuOTc2ODEgMjguNjY5NCA5Ljk3NjgxIDI3Ljg3NjFWMTYuODkyOFoiIGZpbGw9IiNGRkNCMDAiLz4KPHBhdGggZD0iTTIwLjE1NjcgMTQuNDc4OUMyMC41NTIgMTQuOTE4OSAyMC40MjQzIDE1Ljg1MzYgMTkuNzE0NyAxNi40OTExQzE5LjAwNSAxNy4xMjg2IDE4LjEwOTMgMTcuMjg4NyAxNy43MTQgMTYuODQ4N0MxNy4zMTg3IDE2LjQwODYgMTcuNDk2OSAxNS4zNTE2IDE4LjIwNjYgMTQuNzE0MUMxOC45MTYyIDE0LjA3NjYgMTkuNzYxNCAxNC4wMzg4IDIwLjE1NjcgMTQuNDc4OVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) !important
}

.link.yoomoney {
    background-image: url(https://band.link/_nuxt/img/yoomoney-logo-violet.43124b3.png) !important
}

.link-dark.link.yoomoney {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANGSURBVHgB1Zi/a1NRFMfPDYIOUrNUO1iIkE4tGHErhaZOcTKCQ8f+AQ6O3bq4m6GTk6OC0Lp1MhGCmzSFOjWQB3WQukTJYBav5/t+hOvLPfclNz9qv3B4yXvv3vd5554f7z1FHtJa53lTZSuxbbLhf8E4JYjthK3B1lJKBTRLMVSZra79dMBWpWlrQqi0OmwlmlQ8SZ7tlZ6NMG+efMQDC/FdzlIdXGccrnmBjQ84ZzAnoEqBIQaO6d+yMC8FbA+45HSTHbnUCXt0OWAUX3fP3DHwnI7S+5gmUL9H9OW9pvMW0UVbh/+hxaKiO0Wi1Yqi5ewissXea6ThOuTpNUB8fqNDsCwtLBFt13LhVlCD4bYGcDqq3AfkoV/fid6++BNux9H6jgpNUOi9a/GfHfPI6233xSq7itZ4iXzBIHj6+k2ih8+sgIi9Ri5O4SfmEVx4FPmCJarvR/FpEdplHtk6FKLLpWy40yM9EVgieFBQFctaTu9FRt1gl//ukc+koYobim4Xo2Q5ayI27eeft+A9axaXAHffNghpL2XftxaJXltYUlR9GYElWt8h+rhP9PXIPl+7qW2rtYllLdgG4M4loYZJQgaaYBAC/9FzFa6GTWdN63x5ES5ZWpt+Cl4DxFpFPrYqJJqwCoUcOSR5r9+TAVzKOp6WE+6u0Gqk6g4P9B1J9KNt3y9BAy4gQSsb9ji5JbceMYsv2mJscYxaVygAXJcE4Y4WLQNdyYIMR3E14wjZ+I4LtqTihnV3gFLyiSyF2ByYruKARuqjRkmAMJSVfk87lxpasd/sCTzXcg2UWpmjaQ+EwpsFht4qxHADcIeuwYmX0kKpGQXQJXjWMUcrFz8WN1yTCDERTrxa8QME2HZNSZn6AV8Ikue5Mm/q5ClkaFavNYWVeLyrXA+cTxnu0HwSBlyZPIXsBODpkQyJzEeMSV0kVsBg9/DDhCvTBN4zIVHT0H/xG8uGJUS/HeH9AcIb2HCSMmBNX65qJs/VeW+ND2yRo6XNSAFFLzXdzDP1//qtZM6AnbHBDEB8n5tVkmBev+9zKciSnp4X6zoqW9MVT1rV0bfduUB5NUYdxQlKapmit7cCDX9NR+bhcQwF9XCkTEzpL584pVfBZPL8AAAAAElFTkSuQmCC) !important
}

.link.planeta {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMxMEIyRTIiLz4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjEzLjU2NjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4xMTc2NSIvPgo8Y2lyY2xlIGN4PSIyOC43OTEyIiBjeT0iOS42OTI2NCIgcj0iMi45MjUiIGZpbGw9IndoaXRlIi8+CjxjaXJjbGUgY3g9IjE5LjUiIGN5PSIxOS4xNTU5IiByPSI4Ljk0NzA2IiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important
}

.link.boomstarter {
    background-image: url(https://band.link/_nuxt/img/boomstarter.7f9f365.svg) !important
}

.link.gofundme {
    background-image: url(https://band.link/_nuxt/img/gofundme.d1befb9.svg) !important
}

.link.kickstarter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMwNUNFNzgiLz4KPHBhdGggZD0iTTkuMDQ5OCAxMi45OTQ2QzkuMDQ5OCAxMC4wMjUzIDExLjQ1NyA3LjYxODEgMTQuNDI2NCA3LjYxODFWNy42MTgxQzE3LjM5NTcgNy42MTgxIDE5LjgwMjkgMTAuMDI1MyAxOS44MDI5IDEyLjk5NDZWMjYuNDM2QzE5LjgwMjkgMjkuNDA1NCAxNy4zOTU3IDMxLjgxMjYgMTQuNDI2NCAzMS44MTI2VjMxLjgxMjZDMTEuNDU3IDMxLjgxMjYgOS4wNDk4IDI5LjQwNTQgOS4wNDk4IDI2LjQzNlYxMi45OTQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIxLjI1MTggOS41NTM5QzIzLjA1NDkgNy4yMzY5NCAyNi4zODMzIDYuNzk1MDYgMjguNzI4NSA4LjU2MTI4VjguNTYxMjhDMzEuMTI2NyAxMC4zNjc0IDMxLjU4MDggMTMuNzg3OCAyOS43MzY5IDE2LjE1NzFMMjQuOTIxOSAyMi4zNDQ0QzIzLjExODggMjQuNjYxNCAxOS43OTA0IDI1LjEwMzMgMTcuNDQ1MiAyMy4zMzdWMjMuMzM3QzE1LjA0NyAyMS41MzA5IDE0LjU5MjkgMTguMTEwNSAxNi40MzY4IDE1Ljc0MTJMMjEuMjUxOCA5LjU1MzlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjkuNTM2IDIzLjI4NDdDMzEuMjI4MyAyNS43MjExIDMwLjYyNzUgMjkuMDY3OCAyOC4xOTM0IDMwLjc2MzRWMzAuNzYzNEMyNS43NTQ1IDMyLjQ2MjQgMjIuMzk5OSAzMS44NjAxIDIwLjcwNDMgMjkuNDE4OUwxNi4zOTUxIDIzLjIxNDhDMTQuNzAyOCAyMC43NzgzIDE1LjMwMzYgMTcuNDMxNiAxNy43Mzc3IDE1LjczNlYxNS43MzZDMjAuMTc2NiAxNC4wMzcxIDIzLjUzMTMgMTQuNjM5MyAyNS4yMjY4IDE3LjA4MDVMMjkuNTM2IDIzLjI4NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important
}

.link.indiegogo {
    background-image: url(https://band.link/_nuxt/img/indiegogo.6a65338.svg) !important
}

.link.cloudtips {
    background-image: url(https://band.link/_nuxt/img/cloudtips.2dbb019.svg) !important
}

.link.zoom {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiM0QThDRkYiLz4KPHBhdGggZD0iTTI0Ljk1MjQgMTcuNzE0MkwyOS4zOTMyIDE0LjQ0NjVDMjkuNjQ0OCAxNC4yNjE0IDMwIDE0LjQ0MSAzMCAxNC43NTMzVjI0LjcyODVDMzAgMjUuMDM5NyAyOS42NDY5IDI1LjIxOTYgMjkuMzk1MSAyNS4wMzY3TDI0Ljk1MjQgMjEuODA5NFYxNy43MTQyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwIDE1LjE0MjhDMTAgMTQuNzIyIDEwLjM0MTEgMTQuMzgwOSAxMC43NjE5IDE0LjM4MDlIMjEuMTQyN0MyMi45ODM3IDE0LjM4MDkgMjQuNDc2IDE1Ljg3MzMgMjQuNDc2IDE3LjcxNDJWMjQuNDc2QzI0LjQ3NiAyNC44OTY4IDI0LjEzNDkgMjUuMjM3OSAyMy43MTQxIDI1LjIzNzlIMTMuMzMzM0MxMS40OTI0IDI1LjIzNzkgMTAgMjMuNzQ1NiAxMCAyMS45MDQ2VjE1LjE0MjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important
}

.link.instagram {
    background-image: url(https://band.link/_nuxt/img/instagram.efe0961.svg) !important;
    background-size: 33px auto !important;
    background-position: 16px !important
}

.link.link-dark.tele2 {
    background-image: url(https://band.link/_nuxt/img/tele2-white.e96add7.svg) !important
}

.link.pandora {
    background-image: url(https://band.link/_nuxt/img/pandora-link.02d132e.svg) !important
}

.link.boom {
    background-image: url(https://band.link/_nuxt/img/vk_music.c5186fd.svg) !important
}

.link.vk, .link.vk_music_old {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNFQ0VDRUMiLz4KPHBhdGggZD0iTTcgMTlDNyAxMy4zNDMxIDcgMTAuNTE0NyA4Ljc1NzM2IDguNzU3MzZDMTAuNTE0NyA3IDEzLjM0MzEgNyAxOSA3SDIwQzI1LjY1NjkgNyAyOC40ODUzIDcgMzAuMjQyNyA4Ljc1NzM2QzMyIDEwLjUxNDcgMzIgMTMuMzQzMSAzMiAxOVYyMEMzMiAyNS42NTY5IDMyIDI4LjQ4NTMgMzAuMjQyNyAzMC4yNDI3QzI4LjQ4NTMgMzIgMjUuNjU2OSAzMiAyMCAzMkgxOUMxMy4zNDMxIDMyIDEwLjUxNDcgMzIgOC43NTczNiAzMC4yNDI3QzcgMjguNDg1MyA3IDI1LjY1NjkgNyAyMFYxOVoiIGZpbGw9IiMwMDc3RkYiLz4KPHBhdGggZD0iTTIwLjMwMiAyNS4wMTA1QzE0LjYwNDEgMjUuMDEwNSAxMS4zNTQyIDIxLjEwNDIgMTEuMjE4OCAxNC42MDQySDE0LjA3MjlDMTQuMTY2NyAxOS4zNzUxIDE2LjI3MDggMjEuMzk1OSAxNy45Mzc0IDIxLjgxMjZWMTQuNjA0MkgyMC42MjUxVjE4LjcxODhDMjIuMjcwOSAxOC41NDE3IDIzLjk5OTggMTYuNjY2NyAyNC41ODMyIDE0LjYwNDJIMjcuMjcwN0MyNi44MjI4IDE3LjE0NTkgMjQuOTQ3OCAxOS4wMjA5IDIzLjYxNDUgMTkuNzkxN0MyNC45NDc4IDIwLjQxNjcgMjcuMDgzMyAyMi4wNTIyIDI3Ljg5NTggMjUuMDEwNUgyNC45Mzc0QzI0LjMwMiAyMy4wMzEzIDIyLjcxODggMjEuNTAwMSAyMC42MjUxIDIxLjI5MTdWMjUuMDEwNUgyMC4zMDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important
}

.link.vk_music {
    background-image: url(https://band.link/_nuxt/img/vk_music.c5186fd.svg) !important
}

.link.zaycev_net {
    background-image: url(https://band.link/_nuxt/img/zaycev_net.e6e5fa2.svg) !important
}

.link.anghami {
    background-image: url(https://band.link/_nuxt/img/anghami.7eec67c.svg) !important
}

.link.kuackmedia {
    background-image: url(https://band.link/_nuxt/img/kuack.0d8bcfc.svg) !important
}

.link.groovefox {
    background-image: url(https://band.link/_nuxt/img/groovefox.7928a70.svg) !important
}

.link.qobuz {
    background-image: url(https://band.link/_nuxt/img/qobuz.b6bc89d.svg) !important
}

.link.hdtracks {
    background-image: url(https://band.link/_nuxt/img/hdtracks.72fb0cc.svg) !important
}

.link.recochok {
    background-image: url(https://band.link/_nuxt/img/recochok.1ca6396.svg) !important
}

.link.traxsource {
    background-image: url(https://band.link/_nuxt/img/traxsource.c3badbb.svg) !important
}

.link.likee {
    background-image: url(https://band.link/_nuxt/img/likee.249f3fb.svg) !important
}

.link.landing-release, .link.landing-release-en {
    background-image: url(https://band.link/_nuxt/img/vinyl.7ddada0.svg) !important
}

.link.landing-concert, .link.landing-concert-en {
    background-image: url(https://band.link/_nuxt/img/concert.9e3ae50.svg) !important
}

.link.landing-tour, .link.landing-tour-en {
    background-image: url(https://band.link/_nuxt/img/ticket.c9f6049.svg) !important
}

.link.landing-podcast, .link.landing-podcast-en {
    background-image: url(https://band.link/_nuxt/img/podcast.0291ff1.svg) !important
}

.link.landing-profile, .link.landing-profile-en {
    background-image: url(https://band.link/_nuxt/img/profile.facaf33.svg) !important;
    background-size: 22px auto !important
}

.link.landing-link, .link.landing-link-en {
    background-image: url(https://band.link/_nuxt/img/link.63efa1e.svg) !important;
    background-size: 22px auto !important
}

.link.mixcloud {
    background-image: url(https://band.link/_nuxt/img/mixcloud.e017ad3.svg) !important
}

.link.abstraktreflections, .link.axiomatic, .link.contentchaos, .link.cosmicleaf, .link.spiralmind, .link.triplet, .link.ubertrend {
    background-image: url(https://band.link/_nuxt/img/label-link.a3d40e9.svg) !important
}

.link.link-dark.abstraktreflections, .link.link-dark.axiomatic, .link.link-dark.contentchaos, .link.link-dark.cosmicleaf, .link.link-dark.spiralmind, .link.link-dark.triplet, .link.link-dark.ubertrend {
    background-image: url(https://band.link/_nuxt/img/label-white.55a3667.svg) !important
}

.link.skyqode {
    background-image: url(https://band.link/_nuxt/img/skyqode.21232e2.svg) !important
}

.link.zvooq {
    background-image: url(https://band.link/_nuxt/img/zvuk.a82645f.svg) !important
}

.link.deezer-presave.link-dark, .link.deezer.link-dark {
    background-image: url(https://band.link/_nuxt/img/deezer-white.6c43959.svg) !important
}

.apple-presave, .link.apple-music {
    background-image: url(https://band.link/_nuxt/img/apple-music-link.d76eaae.svg) !important
}

.link.beeline, .link.privet-beeline {
    background-image: url(https://band.link/_nuxt/img/beeline-link.c0032c5.svg) !important
}

.link.youtube-playlist {
    background-image: url(https://band.link/_nuxt/img/youtube-link.7f55ca0.svg) !important
}

.link.rutube {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMxODE5MUUiLz4KPHBhdGggZD0iTTI1Ljg4OTEgMjEuMzI3M0MyNy40MzU2IDIwLjA4MDEgMjguNDI3OCAxOC4zNzMzIDI4LjQyNzggMTYuMjMxVjE1LjI5OUMyOC40Mjc4IDExLjUzNzMgMjUuMzc4NiA4Ljc3MzI2IDIxLjYxODYgOC43NzMyNkwxMC44NjU3IDguNzMxMzJMMTAuODcyIDI5Ljg0MDZMMTUuOTUxMSAyOS44ODA2VjIyLjcxNThIMjEuMTcxN0wyNC41NzQ3IDI5Ljg4MDZIMzAuNTE4OUwyNS44ODkxIDIxLjMyNzNaTTIzLjIzOCAxNS45NzQ5QzIzLjIzOCAxNy40NzMzIDIyLjAyMyAxOC4zMjMyIDIwLjUyNTIgMTguMzIzMkgxNS45NTExVjEzLjI1MzdIMjAuNTI1MkMyMi4wMjMgMTMuMjUzNyAyMy4yMzggMTQuMzA1OSAyMy4yMzggMTUuODA0NFYxNS45NzQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important
}

.link.shazam {
    background-image: url(https://band.link/_nuxt/img/shazam-link.f9a31e2.svg) !important
}

.link.lifecell {
    background-image: url(https://band.link/_nuxt/img/lifecell.1e4a52c.svg) !important
}

.link.boosty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI4NiAyODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTQzIDI4NkMyMjEuOTc3IDI4NiAyODYgMjIxLjk3NyAyODYgMTQzQzI4NiA2NC4wMjMzIDIyMS45NzcgMCAxNDMgMEM2NC4wMjMzIDAgMCA2NC4wMjMzIDAgMTQzQzAgMjIxLjk3NyA2NC4wMjMzIDI4NiAxNDMgMjg2WiIKICAgICAgICAgIGZpbGw9IiNGMTVGMkMiLz4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTExMS4yNDUgNjhMODUuODMyNSAxNTcuNTk1TDg0LjkyMTMgMTYwLjc0NkM3Ni4xNjc0IDE5MS41NTYgODYuMTY3NCAyMTcuNTk1IDEyMS44MjEgMjE4QzEyNi4zODUgMjA2LjMxNyAxMzIuNzA0IDE5MC4xOTMgMTQwLjc3NyAxNjkuNjI3SDEyMS40NDdMMTQyLjE1NiA5Ni4yNzc4QzE0Mi4yMDcgOTYuMTA0OCAxNDIuMjc1IDk1LjkzNzMgMTQyLjM1OCA5NS43Nzc4TDE1MC4yNDggNjhIMTExLjI0NVpNMTY4Ljk3IDE0OC45OTlMMTIxLjk2MSAyMTcuOTk5SDEyMi42ODZDMTU3LjQyIDIxNy45OTkgMTkzLjA5OCAxOTEuODA5IDIwMS45MTQgMTYwLjczOEMyMTAuMTIyIDEzMS44NTcgMTk2LjE1OCAxMDcuOTc2IDE2Ni4zNzcgMTA0LjgwMUwxNDkuMDI1IDE0OC45OTlIMTY4Ljk3WiIKICAgICAgICAgIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important
}

.clearfix {
    clear: both
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

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

.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px
}

.checkbox + label {
    cursor: pointer
}

.checkbox__label, .form-block label.checkbox__label {
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #1e1e1e
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.checkbox-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.checkbox-block-label {
    position: relative;
    top: 10px;
    margin-right: 10px
}

.checkbox-block label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #818181
}

.checkbox-block label:not(.checkbox__label) {
    height: 12px;
    margin-bottom: 0
}

.checkbox + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 35px
}

.checkbox:not(checked) + label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 35px;
    height: 19px;
    border-radius: 13px;
    background: #e8e8e8;
    border: 1px solid #d9d9d9;
    transition: all .5s
}

.checkbox:not(checked) + label:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s
}

.checkbox:checked + label:before {
    background: #d81946;
    border: 1px solid #d81946
}

.checkbox:checked + label:after {
    left: 19px
}

.checkbox-square-block {
    display: flex;
    align-items: center;
    padding: 12px;
    height: 44px;
    border-radius: 6px;
    background-color: #f2f2f2;
    margin-bottom: 10px
}

.checkbox-square {
    display: none
}

.checkbox-square__label {
    display: block;
    flex: 1 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-right: 8px;
    background-color: #fff;
    position: relative
}

.checkbox-square__label-text {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

input.checkbox-square:checked + .checkbox-square__label {
    background-color: #d81946
}

input.checkbox-square:checked + .checkbox-square__label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjcxNTAxIDQuMTE5MDZDMS4zMjg4OSAzLjcyNDE4IDAuNjk1NzcgMy43MTcwNiAwLjMwMDg4MiA0LjEwMzE4Qy0wLjA5NDAwNDkgNC40ODkyOSAtMC4xMDExMTkgNS4xMjI0MSAwLjI4NDk5MyA1LjUxNzNMMS43MTUwMSA0LjExOTA2Wk0zLjEzMzMzIDdMMi40MTgzMyA3LjY5OTEyQzIuNjA2NDcgNy44OTE1MyAyLjg2NDIyIDggMy4xMzMzMyA4QzMuNDAyNDUgOCAzLjY2MDIgNy44OTE1MyAzLjg0ODM0IDcuNjk5MTJMMy4xMzMzMyA3Wk05LjcxNTAxIDEuNjk5MTJDMTAuMTAxMSAxLjMwNDIzIDEwLjA5NCAwLjY3MTEwNSA5LjY5OTEyIDAuMjg0OTkzQzkuMzA0MjMgLTAuMTAxMTE5IDguNjcxMTEgLTAuMDk0MDA0OSA4LjI4NDk5IDAuMzAwODgyTDkuNzE1MDEgMS42OTkxMlpNMC4yODQ5OTMgNS41MTczTDIuNDE4MzMgNy42OTkxMkwzLjg0ODM0IDYuMzAwODhMMS43MTUwMSA0LjExOTA2TDAuMjg0OTkzIDUuNTE3M1pNMy44NDgzNCA3LjY5OTEyTDkuNzE1MDEgMS42OTkxMkw4LjI4NDk5IDAuMzAwODgyTDIuNDE4MzMgNi4zMDA4OEwzLjg0ODM0IDcuNjk5MTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px
}

.domain-switcher-box {
    margin-bottom: 20px
}

.domain-switcher {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.domain-switcher:last-child {
    margin-right: 0
}

.custom_radio {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 4px
}

.custom_radio input {
    display: none
}

.custom_radio input:checked + .custom_radio__indicator {
    border: 5px solid #d81946;
    opacity: 1;
    visibility: visible
}

.custom_radio__indicator {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border: 5px solid transparent;
    transition: .3s
}

.in-block {
    cursor: pointer
}

.in-block, .verified-artist {
    display: inline-block;
    vertical-align: middle
}

.verified-artist {
    height: 20px;
    width: 20px;
    background: url(https://band.link/_nuxt/img/verified.ed48596.svg) no-repeat 50%;
    background-size: 20px auto;
    position: relative;
    top: -2px
}

.release-box.dark .verified-artist {
    background: url(https://band.link/_nuxt/img/verified-white.91e8f96.svg) no-repeat 50%
}

.ul-list {
    list-style: none
}

.ul-list li {
    background: url(https://band.link/_nuxt/img/paragraph.62cf78c.svg) no-repeat left top 8px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.ul-list li .end, .ul-list li .end.end1 {
    position: absolute;
    left: -10px;
    top: 14px
}

.svgContainer {
    z-index: -10;
    position: absolute
}

@media (max-width: 780px) {
    .svgContainer {
        display: none
    }
}

.svg-lines-image {
    display: inline-block;
    position: relative
}

.svg-lines-image img {
    display: block
}

@media (max-width: 930px) {
    .ul-list {
        padding-left: 0
    }
}

.mobile-visible, .section-image.mobile {
    display: none !important
}

@media (max-width: 780px) {
    .mobile-visible {
        display: block !important
    }

    .desktop-visible {
        display: none !important
    }

    .ul-list {
        text-align: left
    }

    .section-image.desktop, .slash {
        display: none !important
    }

    .section-image.mobile {
        display: block !important;
        margin: 56px auto;
        max-width: calc(100% - 40px) !important
    }

    .section-2 .red-button, .section-3 .red-button, .section-4 .red-button, .section-5 .red-button, .section-6 .red-button {
        margin: 0 auto !important
    }

    .section-text-small {
        padding-left: 20px !important
    }

    .section-smiles {
        display: none !important
    }

    .section-smiles + .section-header {
        padding-top: 40px !important
    }

    .next-section {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.absolute-section-name {
    font-family: Futura-Bold !important;
    text-transform: uppercase !important
}

.red-button {
    transition: .3s
}

.red-button:hover {
    background: #b51c40 !important
}

.screen-for-radario {
    cursor: pointer;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    overflow: hidden
}

.screen-for-radario [data-radario-event-id] {
    opacity: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.order0 {
    order: 0
}

.order1 {
    order: 1
}

.order2 {
    order: 2
}

.order3 {
    order: 3
}

.order4 {
    order: 4
}

.order5 {
    order: 5
}

.order6 {
    order: 6
}

.order7 {
    order: 7
}

.order8 {
    order: 8
}

.order9 {
    order: 9
}

.order10 {
    order: 10
}

.order11 {
    order: 11
}

.order12 {
    order: 12
}

.order13 {
    order: 13
}

.order14 {
    order: 14
}

.order15 {
    order: 15
}

.order16 {
    order: 16
}

.order17 {
    order: 17
}

.order18 {
    order: 18
}

.order19 {
    order: 19
}

.order20 {
    order: 20
}

.order21 {
    order: 21
}

.order22 {
    order: 22
}

.order23 {
    order: 23
}

.order24 {
    order: 24
}

.order25 {
    order: 25
}

.order26 {
    order: 26
}

.order27 {
    order: 27
}

.order28 {
    order: 28
}

.order29 {
    order: 29
}

.order30 {
    order: 30
}

.order-1 {
    order: 99
}

.question-mark {
    width: 16px;
    height: 16px;
    background: url(https://band.link/_nuxt/img/question.a75dd14.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer
}

.copy-alias .color-element {
    fill: #8a8a8a;
    transition: .3s
}

.copy-alias.active .color-element, .copy-alias:hover .color-element {
    fill: #3c3c3c
}

.settings__white-panel {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .settings__white-panel {
        margin-bottom: 4px
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: left;
    background-color: #000;
    border-radius: .25rem
}

.blur-mask {
    width: calc(100vw + 80px);
    height: calc(100vh + 80px);
    position: absolute;
    left: -40px;
    top: -40px;
    background: #3c3c3c;
    opacity: .4
}

.radario-screen-wrapper * {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 !important
}

.slick-slide {
    outline: none
}

.slick-disabled {
    opacity: 0
}

.timepad-widget iframe {
    height: 100% !important;
    position: absolute !important
}

.twf-popup-container {
    position: fixed !important;
    top: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 800px !important;
    overflow: auto;
    max-height: calc(100vh - 70px)
}

.google-auto-placed {
    display: none !important
}

.form-block label.label-panel, .label-header.label-panel, .label-panel {
    margin-bottom: 18px;
    font-size: 20px;
    color: #1e1e1e;
    display: block
}

.form-block label.label-block, .label-block {
    margin-bottom: 12px;
    font-size: 16px;
    color: #1e1e1e;
    display: block
}

.label-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #818181
}

.label-header.label-header_dark {
    color: #1e1e1e
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-grid {
    display: grid
}

.d-table {
    display: table
}

.d-table-row {
    display: table-row
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.flex-fill {
    flex: 1 1 auto
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink-1 {
    flex-shrink: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-evenly {
    justify-content: space-evenly
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-stretch {
    align-items: stretch
}

.align-content-start {
    align-content: flex-start
}

.align-content-end {
    align-content: flex-end
}

.align-content-center {
    align-content: center
}

.align-content-between {
    align-content: space-between
}

.align-content-around {
    align-content: space-around
}

.align-content-stretch {
    align-content: stretch
}

.align-self-auto {
    align-self: auto
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center {
    align-self: center
}

.align-self-baseline {
    align-self: baseline
}

.align-self-stretch {
    align-self: stretch
}

.order-first {
    order: -1
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-last {
    order: 6
}

/* !Flex styles */
.htmlbodyscroll {
    height: 100%;
    overflow-y: auto
}

.htmlbodyscroll::-webkit-scrollbar {
    width: 0
}

.blur-wrapper {
    background-size: 0 0;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 25px 0;
    text-align: center
}

.blur-fixed {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: fixed
}

.blur {
    background-size: cover;
    background-position: 50%;
    content: "";
    width: calc(100vw + 80px);
    height: calc(100vh + 80px);
    position: absolute;
    left: -40px;
    top: -40px;
    -moz-filter: blur(13px);
    -ms-filter: blur(13px);
    -o-filter: blur(13px);
    filter: blur(13px)
}

.link-wrapper {
    width: 375px;
    max-width: calc(100% - 40px);
    margin: 0 auto
}

.preview-bar {
    background: #d81946;
    line-height: 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 5
}

.custom-user-bg-banner {
    height: 120px;
    background: url(https://band.link/_nuxt/img/polygon_banner.d8d4661.jpg) no-repeat 50%;
    background-size: contain;
    z-index: 44;
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box
}

.custom-user-bg, .custom-user-bg-banner {
    display: block;
    width: 100%;
    cursor: pointer
}

.custom-user-bg {
    height: 100vh;
    background: url(https://band.link/_nuxt/img/polygon_bg.42ac823.jpg) no-repeat 50%;
    background-size: cover
}

.custom-user-bg-left-text {
    right: 50%;
    margin-right: 240px
}

.custom-user-bg-left-text, .custom-user-bg-right-text {
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 220px;
    color: #fff;
    font-size: 60px;
    font-family: Proxima-Nova-bold, sans-serif
}

.custom-user-bg-right-text {
    left: 50%;
    margin-left: 240px
}

@media (max-width: 1340px) {
    .custom-user-bg-left-text, .custom-user-bg-right-text {
        font-size: 48px
    }
}

@media (max-width: 1220px) {
    .custom-user-bg-left-text, .custom-user-bg-right-text {
        font-size: 32px
    }
}

@media (max-width: 980px) {
    .custom-user-bg-left-text, .custom-user-bg-right-text {
        display: none
    }
}

.release-box[data-v-7c0e0e46] {
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 375px;
    max-width: 100%
}

.container-event[data-v-7c0e0e46] {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background: #fff
}

.release-box.dark .container-event[data-v-7c0e0e46] {
    background: #000
}

.release-box.air__theme .container-event[data-v-7c0e0e46] {
    background: transparent
}

.tabs[data-v-7c0e0e46] {
    border-bottom: 1px solid #dedede;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left
}

.release-box.dark .tabs[data-v-7c0e0e46] {
    border-color: #27272d
}

.tabs__tab[data-v-7c0e0e46] {
    color: #999;
    font-family: Proxima-Nova-Bold, sans-serif;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    position: relative;
    bottom: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tabs__tab.active[data-v-7c0e0e46] {
    color: #3c3c3c;
    border-bottom: 4px solid #d71a46
}

.dark .tabs__tab[data-v-7c0e0e46] {
    color: #3c3c3c
}

.dark .tabs__tab.active[data-v-7c0e0e46] {
    color: #cecece
}

.air__theme .tabs[data-v-7c0e0e46] {
    border-bottom: none;
    padding-top: 32px;
    padding-bottom: 23px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff
}

.air__theme .tabs.feed-open[data-v-7c0e0e46] {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 16px
}

.air__theme .tabs.full-rounded[data-v-7c0e0e46] {
    border-radius: 20px;
    margin-bottom: 16px
}

.air__theme .tabs__tab[data-v-7c0e0e46] {
    color: #3c3c3c;
    background-color: #ececec;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 16px;
    border-bottom: none;
    margin: 0 16px 0 0
}

.air__theme .tabs__tab[data-v-7c0e0e46]:first-child {
    margin: 0 20px
}

.air__theme .tabs__tab.active[data-v-7c0e0e46] {
    color: #fff;
    background-color: #df2c2c;
    border-bottom: none
}

.event-info[data-v-7c0e0e46] {
    padding: 18px 15px;
    background: #f2f2f2;
    background-size: 24px auto;
    text-align: left;
    position: relative
}

.release-box.dark .event-info[data-v-7c0e0e46] {
    background: #d71a46
}

.air__theme .event-info[data-v-7c0e0e46] {
    background: #fff;
    padding: 30px 20px 24px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 16px
}

.image[data-v-7c0e0e46] {
    position: relative
}

.air__theme .no_event-info.image[data-v-7c0e0e46] {
    margin-bottom: 16px
}

.air__theme .no_event-info.image .image__img[data-v-7c0e0e46] {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.air__theme .top-rounded.image .image__img[data-v-7c0e0e46] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.image__img[data-v-7c0e0e46] {
    width: 100%;
    max-width: 100%
}

.prev-release[data-v-7c0e0e46] {
    left: 10px;
    background: url(https://band.link/_nuxt/img/arrow-left-discography.a7c0895.svg) no-repeat 50%;
    background-size: contain
}

.next-release[data-v-7c0e0e46], .prev-release[data-v-7c0e0e46] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px
}

.next-release[data-v-7c0e0e46] {
    right: 10px;
    background: url(https://band.link/_nuxt/img/arrow-right-discography.429423f.svg) no-repeat 50%;
    background-size: contain
}

.event-info__artist[data-v-7c0e0e46] {
    color: #3c3c3c;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
    max-width: calc(100% - 25px)
}

.release-box.dark .event-info__artist[data-v-7c0e0e46] {
    color: #f8f8f8
}

.event-info__event[data-v-7c0e0e46] {
    color: #3c3c3c;
    font-family: Montserrat, sans-serif;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-top: 8px;
    max-width: calc(100% - 25px)
}

.event-info__chart[data-v-7c0e0e46] {
    height: 24px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #d81a46
}

.chart-icon[data-v-7c0e0e46] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://band.link/_nuxt/img/cup.e629f03.svg) no-repeat 50%;
    background-size: 20px auto
}

.release-box.dark .event-info__chart[data-v-7c0e0e46] {
    color: #fff
}

.release-box.dark .event-info__event[data-v-7c0e0e46] {
    color: #f8f8f8
}

.air__theme .event-info__event[data-v-7c0e0e46] {
    max-width: calc(100% - 58px);
    color: #636363;
    font-size: 19px
}

.air__theme .event-info__artist[data-v-7c0e0e46] {
    max-width: calc(100% - 58px)
}

.youtube-frame[data-v-7c0e0e46] {
    width: 100%
}

.clearfix[data-v-7c0e0e46] {
    clear: both
}

.link[data-v-7c0e0e46] {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-family: Proxima-Nova, sans-serif;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 18px;
    position: relative;
    line-height: 66px;
    padding-left: 70px;
    font-size: 16px
}

.release-box.dark .link[data-v-7c0e0e46] {
    border-color: #27272d;
    color: #f8f8f8
}

.release-box.dark .link[data-v-7c0e0e46]:hover {
    background-color: #32343c
}

.link[data-v-7c0e0e46]:hover {
    background-color: #f6f6f6
}

.link .action[data-v-7c0e0e46] {
    width: 80px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 4px;
    background: #d81946;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Proxima-Nova, sans-serif
}

.link .action.disabled[data-v-7c0e0e46] {
    background: #999
}

.powered-by[data-v-7c0e0e46] {
    color: #3c3c3c;
    border-top: 1px solid #dedede
}

.powered-by a[data-v-7c0e0e46] {
    color: inherit;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px 0
}

.slick-video[data-v-7c0e0e46] {
    background-position: 50%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.slick-video[data-v-7c0e0e46]:before {
    content: "";
    display: block;
    padding-top: 100%
}

.slick-prev[data-v-7c0e0e46] {
    left: 10px;
    background: url(https://band.link/_nuxt/img/arrow-left-discography.a7c0895.svg) no-repeat 50%;
    background-size: contain
}

.slick-next[data-v-7c0e0e46], .slick-prev[data-v-7c0e0e46] {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer
}

.slick-next[data-v-7c0e0e46] {
    right: 10px;
    background: url(https://band.link/_nuxt/img/arrow-right-discography.429423f.svg) no-repeat 50%;
    background-size: contain
}

.slick-play[data-v-7c0e0e46] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(https://band.link/_nuxt/img/play.5562c70.svg) no-repeat 50%;
    background-size: contain;
    z-index: 2;
    cursor: pointer
}

.videos[data-v-7c0e0e46] {
    padding: 0;
    overflow-y: hidden
}

.order-block.links-wrapper[data-v-7c0e0e46] {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none
}

.air__theme .order-block.links-wrapper[data-v-7c0e0e46] {
    margin-bottom: 0
}

.air__theme .order-block.links-wrapper[data-v-7c0e0e46], .air__theme .order-block.links-wrapper .order-block[data-v-7c0e0e46] {
    overflow: hidden;
    border-radius: 20px;
    border-bottom: none
}

.air__theme .order-block.links-wrapper .order-block[data-v-7c0e0e46] {
    margin-bottom: 16px
}

.feed-widget[data-v-7c0e0e46] {
    height: 400px
}

.release-box.dark .powered-by[data-v-7c0e0e46] {
    border-color: #27272d;
    color: #f8f8f8
}

.release-box.dark .videos-from-links[data-v-7c0e0e46] {
    border-bottom: 1px solid #27272d
}

.profile-description[data-v-7c0e0e46] {
    text-align: left;
    line-height: normal;
    padding: 20px;
    border-bottom: 1px solid #dedede
}

.release-box.dark .profile-description[data-v-7c0e0e46] {
    border-color: #27272d;
    color: #fff
}

.concerts-block[data-v-7c0e0e46] {
    border-top: 1px solid #dedede
}

.release-box.dark .concerts-block[data-v-7c0e0e46] {
    border-color: #27272d
}

.concerts__header[data-v-7c0e0e46] {
    padding: 0 15px;
    position: relative;
    color: #3c3c3c;
    font-size: 22px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    text-align: left;
    margin: 15px 0 5px
}

.release-box.dark .concerts__header[data-v-7c0e0e46] {
    color: #fff !important
}

.order-block[data-v-7c0e0e46] {
    width: 100%;
    border-bottom: 1px solid #dedede
}

.release-box.dark .order-block[data-v-7c0e0e46] {
    border-color: #27272d
}

.content[data-v-7c0e0e46] {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.sharing[data-v-71813c1a] {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    background: url(https://band.link/_nuxt/img/sharing.f5f00e7.svg) 50% no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    z-index: 2
}

.sharing.small[data-v-71813c1a] {
    background-size: 16px auto
}

.sharing-white[data-v-71813c1a] {
    background-image: url(https://band.link/_nuxt/img/sharing-white.eae61d6.svg)
}

.air__theme .sharing[data-v-71813c1a] {
    width: 40px;
    height: 40px;
    right: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjIyMjIgMTUuNDEyM0MxNS40MzQxIDE1LjQxMjMgMTQuNzI4OSAxNS43MzM2IDE0LjE4OTYgMTYuMjM2OUw2Ljc5NTU2IDExLjc5MjVDNi44NDc0MSAxMS41NDYyIDYuODg4ODkgMTEuMjk5OSA2Ljg4ODg5IDExLjA0MjhDNi44ODg4OSAxMC43ODU4IDYuODQ3NDEgMTAuNTM5NSA2Ljc5NTU2IDEwLjI5MzJMMTQuMTA2NyA1Ljg5MTU3QzE0LjY2NjcgNi40MjcwNCAxNS40MDMgNi43NTkwNCAxNi4yMjIyIDYuNzU5MDRDMTcuOTQzNyA2Ljc1OTA0IDE5LjMzMzMgNS4zMjM5NiAxOS4zMzMzIDMuNTQ2MTlDMTkuMzMzMyAxLjc2ODQxIDE3Ljk0MzcgMC4zMzMzMzYgMTYuMjIyMiAwLjMzMzMzNkMxNC41MDA3IDAuMzMzMzM2IDEzLjExMTEgMS43Njg0MSAxMy4xMTExIDMuNTQ2MTlDMTMuMTExMSAzLjgwMzIyIDEzLjE1MjYgNC4wNDk1MyAxMy4yMDQ1IDQuMjk1ODVMNS44OTMzNCA4LjY5NzQ2QzUuMzMzMzQgOC4xNjE5OCA0LjU5NzA0IDcuODI5OTkgMy43Nzc3OCA3LjgyOTk5QzIuMDU2MyA3LjgyOTk5IDAuNjY2NjcyIDkuMjY1MDYgMC42NjY2NzIgMTEuMDQyOEMwLjY2NjY3MiAxMi44MjA2IDIuMDU2MyAxNC4yNTU3IDMuNzc3NzggMTQuMjU1N0M0LjU5NzA0IDE0LjI1NTcgNS4zMzMzNCAxMy45MjM3IDUuODkzMzQgMTMuMzg4MkwxMy4yNzcgMTcuODQzNEMxMy4yMjUyIDE4LjA2ODMgMTMuMTk0MSAxOC4zMDM5IDEzLjE5NDEgMTguNTM5NUMxMy4xOTQxIDIwLjI2MzcgMTQuNTUyNiAyMS42NjY3IDE2LjIyMjIgMjEuNjY2N0MxNy44OTE5IDIxLjY2NjcgMTkuMjUwNCAyMC4yNjM3IDE5LjI1MDQgMTguNTM5NUMxOS4yNTA0IDE2LjgxNTMgMTcuODkxOSAxNS40MTIzIDE2LjIyMjIgMTUuNDEyM1oiIGZpbGw9IiMyQjJCMkIiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 50%
}

.air__theme .sharing.small[data-v-71813c1a] {
    width: 29px;
    height: 29px;
    right: 15px;
    background-size: 15px auto
}

.sharing-box[data-v-71813c1a] {
    z-index: 2;
    box-sizing: border-box;
    padding: 10px 0;
    background: #fff;
    border-radius: 40px;
    width: 0;
    transition: all .3s;
    overflow: hidden;
    right: 0;
    top: 50%;
    margin-top: -30px;
    line-height: normal;
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.sharing-box.visible[data-v-71813c1a] {
    width: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    border: 1px solid #dedede;
    transition: width .3s .1s
}

.sharing-box.dark[data-v-71813c1a] {
    background: #000
}

.sharing-box.dark.visible[data-v-71813c1a] {
    border-color: #000
}

.close-sharing[data-v-71813c1a], .copy-to-clipboard[data-v-71813c1a], .icon-facebook-sharing[data-v-71813c1a], .icon-telegram-sharing[data-v-71813c1a], .icon-twitter-sharing[data-v-71813c1a], .icon-viber-sharing[data-v-71813c1a], .icon-vk-sharing[data-v-71813c1a], .icon-whatsapp-sharing[data-v-71813c1a] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 calc(6.25% - 19.5px)
}

.icon-facebook-sharing[data-v-71813c1a] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiMxODc3RjIiLz4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiPgo8Y2lyY2xlIGN4PSIxOS41IiBjeT0iMTkuNSIgcj0iMTkuNSIgZmlsbD0iIzE4NzdGMiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi43MTAxIDM5LjgzMzRIMTYuMzExNVYyNS4yMDY2SDEyLjA0MzVWMjAuMTY2MkwxNi4zMTE1IDIwLjE2NDZMMTYuMzA2MiAxNy4xOTVDMTYuMzA2MiAxMy4wODI4IDE3LjYwNjUgMTAuNTc5NyAyMy4yNjAxIDEwLjU3OTdIMjcuOTY4MVYxNS42MjE3SDI1LjAyNjlDMjIuODI1NCAxNS42MjE3IDIyLjcxOSAxNi4zMjU1IDIyLjcxOSAxNy42NDJMMjIuNzEwMSAyMC4xNjQ2SDI4TDI3LjM3OTEgMjUuMjA0OUwyMi43MTM3IDI1LjIwNjZMMjIuNzEwMSAzOS44MzM0WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) no-repeat 50%;
    background-size: 100% auto
}

.icon-twitter-sharing[data-v-71813c1a] {
    background: url(https://band.link/_nuxt/img/twitter.b3ad857.svg) no-repeat 50%;
    background-size: 100% auto
}

.icon-vk-sharing[data-v-71813c1a] {
    background: url(https://band.link/_nuxt/img/vk.5ddc6c4.svg) no-repeat 50%;
    background-size: 100% auto
}

.icon-whatsapp-sharing[data-v-71813c1a] {
    background: url(https://band.link/_nuxt/img/whatsapp.f091386.svg) no-repeat 50%;
    background-size: 100% auto
}

.icon-viber-sharing[data-v-71813c1a] {
    background: url(https://band.link/_nuxt/img/viber.a8a2d7e.svg) no-repeat 50%;
    background-size: 100% auto
}

.icon-telegram-sharing[data-v-71813c1a] {
    background: url(https://band.link/_nuxt/img/telegram-sharing.c0bb946.svg) no-repeat 50%;
    background-size: contain
}

.copy-to-clipboard[data-v-71813c1a] {
    background: #f3f3f3 url(https://band.link/_nuxt/img/copy.9145474.svg) no-repeat 50%;
    background-size: 100% auto
}

.close-sharing[data-v-71813c1a] {
    width: 28px;
    height: 28px;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOSA2LjRMMTcuNiA1TDEyIDEwLjZMNi40IDVMNSA2LjRMMTAuNiAxMkw1IDE3LjZMNi40IDE5TDEyIDEzLjRMMTcuNiAxOUwxOSAxNy42TDEzLjQgMTJMMTkgNi40WiIgZmlsbD0iIzNDM0MzQyIvPgo8L3N2Zz4K) no-repeat 50%;
    background-size: 10px auto;
    border: 1px solid #999
}

.copied[data-v-71813c1a] {
    background-image: url(https://band.link/_nuxt/img/copied.6d4dfc5.svg)
}

.description[data-v-754006a4] {
    text-align: left;
    line-height: normal;
    padding: 15px
}

.dark .description[data-v-754006a4] {
    border-color: #27272d;
    color: #fff
}

.air__theme .description[data-v-754006a4] {
    padding: 20px
}

.description-details[data-v-754006a4] {
    color: #999;
    cursor: pointer;
    text-decoration: none;
    margin-left: 3px
}

.header[data-v-754006a4] {
    padding: 15px 15px 0;
    margin-bottom: -10px;
    position: relative;
    color: #3c3c3c;
    font-size: 22px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    text-align: left
}

.dark .header[data-v-754006a4] {
    color: #fff !important
}

.air__theme .header[data-v-754006a4] {
    padding: 25px 20px 2px
}

.order-block[data-v-754006a4] {
    width: 100%
}

.air__theme .bandlink-section[data-v-754006a4] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.air__theme .bandlink-section[data-v-27d6e9ba] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.slick-video[data-v-27d6e9ba] {
    background-position: 50%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.slick-video[data-v-27d6e9ba]:before {
    content: "";
    display: block;
    padding-top: 100%
}

.air__theme .slick-video[data-v-27d6e9ba] {
    border-radius: 20px
}

.air__theme .with-title .slick-video[data-v-27d6e9ba] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.slick-prev[data-v-27d6e9ba] {
    left: 10px;
    background: url(https://band.link/_nuxt/img/arrow-left-discography.a7c0895.svg) no-repeat 50%;
    background-size: contain
}

.slick-next[data-v-27d6e9ba], .slick-prev[data-v-27d6e9ba] {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer
}

.slick-next[data-v-27d6e9ba] {
    right: 10px;
    background: url(https://band.link/_nuxt/img/arrow-right-discography.429423f.svg) no-repeat 50%;
    background-size: contain
}

.slick-play[data-v-27d6e9ba] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIC03NyA1MTIuMDAyMTMgNTEyIiB3aWR0aD0iNTEycHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUwMS40NTMxMjUgNTYuMDkzNzVjLTUuOTAyMzQ0LTIxLjkzMzU5NC0yMy4xOTUzMTMtMzkuMjIyNjU2LTQ1LjEyNS00NS4xMjg5MDYtNDAuMDY2NDA2LTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NHMtMTYwLjI2MTcxOSAwLTIwMC4zMjgxMjUgMTAuNTQ2ODc1Yy0yMS41MDc4MTMgNS45MDIzNDQtMzkuMjIyNjU3IDIzLjYxNzE4Ny00NS4xMjUgNDUuNTQ2ODc1LTEwLjU0Mjk2OSA0MC4wNjI1LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4czAgODMuNTAzOTA2IDEwLjU0Mjk2OSAxMjMuMTQ4NDM3YzUuOTA2MjUgMjEuOTI5Njg3IDIzLjE5NTMxMiAzOS4yMjI2NTYgNDUuMTI4OTA2IDQ1LjEyODkwNiA0MC40ODQzNzUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0czE2MC4yNjE3MTkgMCAyMDAuMzI4MTI1LTEwLjU0Njg3NWMyMS45MzM1OTQtNS45MDIzNDQgMzkuMjIyNjU2LTIzLjE5NTMxMiA0NS4xMjg5MDYtNDUuMTI1IDEwLjU0Mjk2OS00MC4wNjY0MDYgMTAuNTQyOTY5LTEyMy4xNDg0MzggMTAuNTQyOTY5LTEyMy4xNDg0MzhzLjQyMTg3NS04My41MDc4MTItMTAuNTQ2ODc1LTEyMy41NzAzMTJ6bTAgMCIgZmlsbD0iI2YwMCIvPjxwYXRoIGQ9Im0yMDQuOTY4NzUgMjU2IDEzMy4yNjk1MzEtNzYuNzU3ODEyLTEzMy4yNjk1MzEtNzYuNzU3ODEzem0wIDAiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 50%;
    background-size: contain;
    z-index: 2;
    cursor: pointer
}

.youtube-frame[data-v-27d6e9ba] {
    width: 100%
}

.videos__header[data-v-27d6e9ba] {
    padding: 0 15px;
    position: relative;
    color: #3c3c3c;
    font-size: 22px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
}

.release-box.dark .videos__header[data-v-27d6e9ba] {
    color: #fff !important
}

.release-box.air__theme .videos__header[data-v-27d6e9ba] {
    padding: 10px 20px 8px
}

.air__theme .bandlink-section.mobile[data-v-f3c7ba06] {
    border-radius: 20px;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 16px;
    overflow: hidden
}

.videos[data-v-f3c7ba06] {
    padding: 15px 0 0;
    overflow-y: hidden
}

.air__theme .stream-block[data-v-f3c7ba06] {
    overflow: hidden
}

.indented-block .videos[data-v-f3c7ba06] {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.dark .indented-block .videos[data-v-f3c7ba06] {
    background-color: #000
}

.videos__header[data-v-f3c7ba06] {
    padding: 0;
    position: relative;
    color: #0e0c1e;
    font-size: 24px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
}

.videos__header.mobile-header[data-v-f3c7ba06] {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 15px
}

.air__theme .videos__header.mobile-header[data-v-f3c7ba06] {
    padding: 10px 20px 0
}

.mobile-header__inner[data-v-f3c7ba06] {
    display: block !important
}

.dark .videos__header[data-v-f3c7ba06] {
    color: #fff
}

.toggle[data-v-f3c7ba06] {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(https://band.link/_nuxt/img/blackdown.35768d7.svg) no-repeat 50%;
    background-size: 18px auto;
    z-index: 2;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all .4s
}

.toggle.rotated[data-v-f3c7ba06] {
    right: 5px;
    transform: rotate(0deg)
}

.description[data-v-f3c7ba06] {
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 15px;
    text-align: left;
    word-wrap: break-word
}

.description.dark[data-v-f3c7ba06] {
    color: #fff
}

.air__theme .mobile .description[data-v-f3c7ba06] {
    padding: 15px 20px
}

.links-wrapper[data-v-f3c7ba06], .links-wrapper .order-block:last-child .link[data-v-f3c7ba06] {
    border-bottom: none
}

.link[data-v-f3c7ba06] {
    border-bottom: 1px solid #dedede;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-family: Proxima-Nova, sans-serif;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 18px;
    position: relative;
    line-height: 66px;
    padding-left: 70px;
    font-size: 16px
}

.air__theme .mobile .link[data-v-f3c7ba06] {
    background-position: 20px;
    border-bottom: none
}

.air__theme .mobile .link[data-v-f3c7ba06]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #ececec
}

.release-box.dark .link[data-v-f3c7ba06] {
    border-color: #27272d;
    color: #f8f8f8
}

.release-box.dark .link[data-v-f3c7ba06]:hover {
    background-color: #32343c
}

.link[data-v-f3c7ba06]:hover {
    background-color: #f6f6f6
}

.link .action[data-v-f3c7ba06] {
    width: 90px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 4px;
    background: #d81946;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Proxima-Nova, sans-serif
}

.link .action.disabled[data-v-f3c7ba06] {
    background: #999
}

.air__theme .bandlink-section.mobile[data-v-07f32974] {
    border-radius: 20px;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 16px;
    overflow: hidden
}

.videos[data-v-07f32974] {
    padding: 15px 0 0;
    overflow-y: hidden
}

.air__theme .donates-block[data-v-07f32974] {
    overflow: hidden
}

.indented-block .videos[data-v-07f32974] {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.dark .indented-block .videos[data-v-07f32974] {
    background-color: #000
}

.videos__header[data-v-07f32974] {
    padding: 0;
    position: relative;
    color: #0e0c1e;
    font-size: 24px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
}

.videos__header.mobile-header[data-v-07f32974] {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 15px
}

.air__theme .videos__header.mobile-header[data-v-07f32974] {
    padding: 10px 20px 0
}

.mobile-header__inner[data-v-07f32974] {
    display: block !important
}

.dark .videos__header[data-v-07f32974] {
    color: #fff
}

.toggle[data-v-07f32974] {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(https://band.link/_nuxt/img/blackdown.35768d7.svg) no-repeat 50%;
    background-size: 18px auto;
    z-index: 2;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all .4s
}

.toggle.rotated[data-v-07f32974] {
    right: 5px;
    transform: rotate(0deg)
}

.description[data-v-07f32974] {
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 15px;
    text-align: left;
    word-wrap: break-word
}

.description.dark[data-v-07f32974] {
    color: #fff
}

.air__theme .mobile .description[data-v-07f32974] {
    padding: 15px 20px
}

.links-wrapper[data-v-07f32974], .links-wrapper .order-block:last-child .link[data-v-07f32974] {
    border-bottom: none
}

.link[data-v-07f32974] {
    border-bottom: 1px solid #dedede;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-family: Proxima-Nova, sans-serif;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 18px;
    position: relative;
    line-height: 66px;
    padding-left: 70px;
    font-size: 16px
}

.air__theme .mobile .link[data-v-07f32974] {
    background-position: 20px;
    border-bottom: none
}

.air__theme .mobile .link[data-v-07f32974]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #ececec
}

.release-box.dark .link[data-v-07f32974] {
    border-color: #27272d;
    color: #f8f8f8
}

.release-box.dark .link[data-v-07f32974]:hover {
    background-color: #32343c
}

.link[data-v-07f32974]:hover {
    background-color: #f6f6f6
}

.link .action[data-v-07f32974] {
    width: 90px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 4px;
    background: #d81946;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Proxima-Nova, sans-serif
}

.link .action.disabled[data-v-07f32974] {
    background: #999
}

.air__theme .bandlink-section[data-v-533b46a2] {
    border-radius: 20px;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 16px
}

.air__theme .bandlink-section[data-v-533b46a2]:not(:last-child) {
    margin-bottom: 16px
}

.air__theme .bandlink-section.soundcloud-preview-instead-cover[data-v-533b46a2] {
    border-radius: 0
}

.soundcloud-preview[data-v-533b46a2] {
    width: 100%;
    height: 150px
}

.soundcloud-preview iframe[data-v-533b46a2] {
    width: 100%;
    height: 100%
}

.air__theme .soundcloud-preview iframe[data-v-533b46a2] {
    border-radius: 20px
}

.soundcloud-preview-instead-cover[data-v-533b46a2] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.soundcloud-preview-instead-cover iframe[data-v-533b46a2] {
    width: 100%;
    height: 100%
}

.air__theme .yandex_player-wrapper[data-v-533b46a2] {
    overflow: hidden
}

.air__theme .yandex_player-wrapper iframe[data-v-533b46a2] {
    border-radius: 20px;
    overflow: hidden
}

.promodj-wrapper[data-v-533b46a2] {
    padding: 0 20px
}

.bandlink-section[data-v-533b46a2]:not(:last-child) {
    margin-bottom: 20px
}

.air__theme .promodj-wrapper[data-v-533b46a2] {
    padding: 0;
    border-radius: 20px;
    overflow: hidden
}

.soundcloud-preview-instead-cover-wrapper[data-v-533b46a2] {
    height: 375px;
    overflow: hidden
}

.air__theme .top-rounded-player .soundcloud-preview-instead-cover[data-v-533b46a2], .air__theme .top-rounded .soundcloud-preview-instead-cover[data-v-533b46a2] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden
}

.air__theme .image.bottom-rounded .soundcloud-preview-instead-cover[data-v-533b46a2], .air__theme .image.no_artist_name .soundcloud-preview-instead-cover[data-v-533b46a2], .air__theme .image.no_event-info .soundcloud-preview-instead-cover[data-v-533b46a2] {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden
}

.air__theme .image.bottom-rounded .soundcloud-preview-instead-cover[data-v-533b46a2] {
    margin-bottom: 16px
}

.link[data-v-51b21670] {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    text-align: left;
    font-family: Proxima-Nova, sans-serif;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 18px;
    position: relative;
    line-height: 20px;
    padding: 15px 0;
    font-size: 16px
}

.air__theme .link[data-v-51b21670] {
    background-position: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden
}

.air__theme .link[data-v-51b21670]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #ececec
}

.link.no-button.no-icon[data-v-51b21670] {
    text-align: center
}

.service-text[data-v-51b21670] {
    flex: 1;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-right: 16px;
    margin-left: 70px;
    word-break: break-word
}

.no-icon .service-text[data-v-51b21670] {
    margin-left: 16px
}

.link.link-dark[data-v-51b21670] {
    border-color: #27272d;
    color: #f8f8f8
}

.link.link-dark[data-v-51b21670]:hover {
    background-color: #32343c
}

.link[data-v-51b21670]:hover {
    background-color: #f6f6f6
}

.link.custom-background[data-v-51b21670]:hover {
    background-color: var(--hoverColor) !important
}

.link .action[data-v-51b21670] {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    border-radius: 4px;
    background: #3C3C3C;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: .4s;
}

.link .action[data-v-51b21670]:hover {
    background: #437985;
    transition: .4s;
}

.link .action.disabled[data-v-51b21670] {
    background: #999
}

.link.no-button .action[data-v-51b21670] {
    display: none
}

.error[data-v-51b21670] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    display: block;
    color: #232323;
    padding-left: 18px
}

.hidden-iframe[data-v-51b21670] {
    position: absolute;
    top: -200px;
    background-color: #d8bfd8
}

.tickets[data-v-7979c4df] {
    width: 100%
}

.tickets.with-margin[data-v-7979c4df] {
    margin-bottom: 20px
}

.tickets__ticket[data-v-7979c4df] {
    position: relative;
    text-align: left;
    padding: 24px 15px 24px 55px;
    background-image: url(https://band.link/_nuxt/img/ticket.c9f6049.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    border-bottom: 1px solid #dedede;
    background-size: 24px auto;
    align-items: center
}

.air__theme .bandlink-section[data-v-7979c4df] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.air__theme .tickets__ticket[data-v-7979c4df] {
    background-position: left 20px center;
    padding: 24px 20px 24px 60px;
    border-bottom: none
}

.air__theme .tickets__ticket[data-v-7979c4df]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #ececec
}

.tickets__ticket.with-social[data-v-7979c4df] {
    padding-bottom: 12px;
    background-position: left 15px top 30px
}

.air__theme .tickets__ticket.with-social[data-v-7979c4df] {
    background-position: left 20px top 30px;
    padding-bottom: 30px
}

.tickets__ticket__flex[data-v-7979c4df] {
    display: flex
}

.tickets__ticket[data-v-7979c4df]:last-child {
    border-bottom: none
}

.dark .tickets__ticket[data-v-7979c4df] {
    border-color: #27272d;
    background-image: url(https://band.link/_nuxt/img/ticket-white.9a97a0e.svg)
}

.dark .tickets__ticket[data-v-7979c4df]:hover {
    background-color: #32343c
}

.tickets__ticket__buy[data-v-7979c4df] {
    width: auto !important;
    float: right;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    padding: 0 10px;
    background: #d71a46;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    margin-top: 3px !important
}

.tickets__ticket__buy.with-arrow[data-v-7979c4df] {
    padding: 0 20px 0 10px
}

.tickets__ticket__buy.videos-button[data-v-7979c4df] {
    padding-left: 10px;
    padding-right: 10px
}

.ticket__place__date[data-v-7979c4df] {
    flex: 1;
    margin-right: 10px
}

.ticket__place[data-v-7979c4df] {
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 22px
}

.dark .ticket__place[data-v-7979c4df] {
    color: #fff
}

.ticket__place.full-width[data-v-7979c4df] {
    max-width: 100%
}

.ticket__date[data-v-7979c4df] {
    color: #595858;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 17px;
    text-transform: uppercase
}

.dark .ticket__date[data-v-7979c4df] {
    color: #fff
}

.services-list[data-v-7979c4df] {
    position: absolute;
    bottom: 30px;
    right: -1px;
    border: 1px solid #dedede;
    color: #333;
    background: #fff;
    text-align: left;
    border-radius: 3px 3px 0 0
}

.services-list a[data-v-7979c4df] {
    white-space: nowrap;
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 36px;
    border-bottom: 1px solid #dedede;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: auto 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.services-list a[data-v-7979c4df]:last-child {
    border-bottom: none
}

.services-list .services-list__element:hover a[data-v-7979c4df], .services-list a[data-v-7979c4df]:hover {
    background-color: #999;
    color: #fff
}

.videos__header[data-v-7979c4df] {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    position: relative;
    color: #3c3c3c;
    font-size: 22px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    text-align: left
}

.release-box.dark .videos__header[data-v-7979c4df] {
    color: #fff !important
}

.release-box.air__theme .videos__header[data-v-7979c4df] {
    padding: 15px 20px 8px
}

.expander[data-v-7979c4df] {
    position: relative
}

.expander__button[data-v-7979c4df] {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 0;
    margin-top: -28px;
    cursor: pointer;
    background: url(https://band.link/_nuxt/img/expand-concerts.e8e849b.svg) no-repeat 50%;
    background-size: contain
}

.expander__button.turned[data-v-7979c4df] {
    transform: rotate(180deg)
}

.services-list__element[data-v-7979c4df] {
    position: relative
}

.social-buttons[data-v-7979c4df] {
    margin-top: 12px;
    line-height: normal;
    display: flex;
    margin-left: -40px;
    justify-content: space-between
}

.social-buttons__button[data-v-7979c4df] {
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    flex: 1;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 0 4px
}

.social-buttons__inner[data-v-7979c4df] {
    height: 20px;
    line-height: 20px;
    padding-left: 36px;
    background: no-repeat 0;
    background-size: contain
}

.social-buttons__inner.facebook[data-v-7979c4df] {
    background-image: url(https://band.link/_nuxt/img/round-facebook-blue.63cd780.svg)
}

.social-buttons__inner.vk[data-v-7979c4df] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTkuNSIgY3k9IjE5LjUiIHI9IjE5LjUiIGZpbGw9IiNFQ0VDRUMiLz4KPHBhdGggZD0iTTcgMTlDNyAxMy4zNDMxIDcgMTAuNTE0NyA4Ljc1NzM2IDguNzU3MzZDMTAuNTE0NyA3IDEzLjM0MzEgNyAxOSA3SDIwQzI1LjY1NjkgNyAyOC40ODUzIDcgMzAuMjQyNyA4Ljc1NzM2QzMyIDEwLjUxNDcgMzIgMTMuMzQzMSAzMiAxOVYyMEMzMiAyNS42NTY5IDMyIDI4LjQ4NTMgMzAuMjQyNyAzMC4yNDI3QzI4LjQ4NTMgMzIgMjUuNjU2OSAzMiAyMCAzMkgxOUMxMy4zNDMxIDMyIDEwLjUxNDcgMzIgOC43NTczNiAzMC4yNDI3QzcgMjguNDg1MyA3IDI1LjY1NjkgNyAyMFYxOVoiIGZpbGw9IiMwMDc3RkYiLz4KPHBhdGggZD0iTTIwLjMwMiAyNS4wMTA1QzE0LjYwNDEgMjUuMDEwNSAxMS4zNTQyIDIxLjEwNDIgMTEuMjE4OCAxNC42MDQySDE0LjA3MjlDMTQuMTY2NyAxOS4zNzUxIDE2LjI3MDggMjEuMzk1OSAxNy45Mzc0IDIxLjgxMjZWMTQuNjA0MkgyMC42MjUxVjE4LjcxODhDMjIuMjcwOSAxOC41NDE3IDIzLjk5OTggMTYuNjY2NyAyNC41ODMyIDE0LjYwNDJIMjcuMjcwN0MyNi44MjI4IDE3LjE0NTkgMjQuOTQ3OCAxOS4wMjA5IDIzLjYxNDUgMTkuNzkxN0MyNC45NDc4IDIwLjQxNjcgMjcuMDgzMyAyMi4wNTIyIDI3Ljg5NTggMjUuMDEwNUgyNC45Mzc0QzI0LjMwMiAyMy4wMzEzIDIyLjcxODggMjEuNTAwMSAyMC42MjUxIDIxLjI5MTdWMjUuMDEwNUgyMC4zMDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.air__theme .bandlink-section[data-v-5785d4eb] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.videos[data-v-5785d4eb] {
    padding: 15px 0;
    overflow-y: hidden
}

.videos__header[data-v-5785d4eb] {
    padding: 0 15px;
    position: relative;
    color: #3c3c3c;
    font-size: 22px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
}

.dark .videos__header[data-v-5785d4eb] {
    color: #fff
}

.air__theme .videos__header[data-v-5785d4eb] {
    padding: 10px 45px 0 20px
}

.toggle-contacts[data-v-5785d4eb] {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(https://band.link/_nuxt/img/blackdown.35768d7.svg) no-repeat 50%;
    background-size: 18px auto;
    z-index: 2;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all .4s
}

.toggle-contacts.rotated[data-v-5785d4eb] {
    right: 5px;
    transform: rotate(0deg)
}

.air__theme .toggle-contacts[data-v-5785d4eb] {
    right: 20px;
    top: 9px
}

.air__theme .toggle-contacts.rotated[data-v-5785d4eb] {
    right: 20px
}

.description[data-v-5785d4eb] {
    padding: 15px;
    line-height: normal
}

.air__theme .description[data-v-5785d4eb] {
    padding: 15px 20px
}

.dark .description[data-v-5785d4eb] {
    color: #fff
}

.profile-link[data-v-5785d4eb] {
    color: #333;
    margin-right: 15px;
    text-decoration: none;
    border-bottom: 1px solid #333;
    display: inline-block;
    margin-bottom: 10px
}

.dark .profile-link[data-v-5785d4eb] {
    color: #fff;
    border-bottom: 1px solid #fff
}

.profile-link-wrapper[data-v-5785d4eb] {
    text-align: left
}

.profile-link-wrapper:last-child .profile-link[data-v-5785d4eb] {
    margin-bottom: 0
}

.air__theme .bandlink-section[data-v-768fe1b1] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.videos[data-v-768fe1b1] {
    padding: 15px 0;
    overflow-y: hidden
}

.indented-block .videos[data-v-768fe1b1] {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.dark .indented-block .videos[data-v-768fe1b1] {
    background-color: #000
}

.videos__header[data-v-768fe1b1] {
    padding: 0;
    position: relative;
    color: #0e0c1e;
    font-size: 24px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    margin-bottom: 8px;
    text-align: left
}

.videos__header.mobile-header[data-v-768fe1b1] {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 15px
}

.header__inner[data-v-768fe1b1] {
    display: inline-block;
    position: relative;
    padding-right: 40px
}

.air__theme .header__inner[data-v-768fe1b1] {
    padding-right: 45px
}

.mobile-header__inner[data-v-768fe1b1] {
    display: block !important
}

.dark .videos__header[data-v-768fe1b1] {
    color: #fff
}

.air__theme .videos__header.mobile-header[data-v-768fe1b1] {
    padding: 10px 20px 0
}

.toggle[data-v-768fe1b1] {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(https://band.link/_nuxt/img/blackdown.35768d7.svg) no-repeat 50%;
    background-size: 18px auto;
    z-index: 2;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all .4s
}

.toggle.rotated[data-v-768fe1b1] {
    right: 5px;
    transform: rotate(0deg)
}

.air__theme .mobile-header .toggle.rotated[data-v-768fe1b1] {
    right: 0
}

.description[data-v-768fe1b1] {
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    padding-top: 15px;
    text-align: left;
    word-wrap: break-word
}

.indented-block.subscription-block[data-v-aeca0806] {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.dark .indented-block.subscription-block[data-v-aeca0806] {
    background-color: #000
}

.subscription[data-v-aeca0806] {
    padding: 15px 0;
    overflow-y: hidden
}

.indented-block .subscription[data-v-aeca0806] {
    padding: 0
}

.subscription__header[data-v-aeca0806] {
    padding: 0;
    position: relative;
    color: #0e0c1e;
    font-size: 24px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 8px
}

.air__theme .bandlink-section.mobile[data-v-aeca0806] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.subscription__header.mobile-header[data-v-aeca0806] {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 15px
}

.air__theme .subscription__header.mobile-header[data-v-aeca0806] {
    padding: 5px 20px 8px
}

.mobile-header__inner[data-v-aeca0806] {
    display: block !important
}

.dark .subscription__header[data-v-aeca0806] {
    color: #fff
}

.description[data-v-aeca0806] {
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    padding-top: 15px;
    text-align: left;
    word-wrap: break-word
}

.subscription__body[data-v-aeca0806] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

.subscription__flex[data-v-aeca0806] {
    width: 100%;
    display: flex
}

.subscription-input[data-v-aeca0806] {
    flex: 1;
    line-height: 38px;
    height: 38px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #cecece;
    outline: none;
    margin-right: 8px;
    transition: border .3s;
    width: calc(100% - 104px)
}

.subscription-input.required[data-v-aeca0806] {
    border: 1px solid #d81846
}

.subscription__message[data-v-aeca0806] {
    margin-top: 10px;
    line-height: 1;
    font-size: 14px;
    color: #228b22
}

.red-button[data-v-aeca0806] {
    background: #d81946;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    border: none;
    text-decoration: none;
    cursor: pointer
}

.red-button[data-v-aeca0806]:hover {
    background-color: #232323
}

.red-button.disabled[data-v-aeca0806] {
    background: #999
}

.red-button.disabled[data-v-aeca0806]:hover {
    background: #999 !important
}

.telegram-block[data-v-aeca0806] {
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 8px auto;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.telegram-block[data-v-aeca0806]:first-child {
    margin-top: 0
}

.telegram-block[data-v-aeca0806]:last-child {
    margin-bottom: 0
}

.air__theme .telegram-block[data-v-aeca0806] {
    padding: 0 20px
}

.telegram-label[data-v-aeca0806] {
    flex: 1;
    margin-left: 8px;
    text-align: left
}

.telegram-label.dark[data-v-aeca0806] {
    color: #fff
}

.telegram-block .telegram[data-v-aeca0806] {
    width: 40px;
    height: 40px;
    background: url(https://band.link/_nuxt/img/telegram-sharing.c0bb946.svg) no-repeat 50%;
    background-size: 32px auto
}

.notification-icon[data-v-aeca0806] {
    width: 40px;
    height: 40px;
    background: url(https://band.link/_nuxt/img/notification.c692581.svg) no-repeat 50%;
    background-size: 32px auto
}

.vk-icon[data-v-aeca0806] {
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNCI+CiAgICA8cGF0aCBmaWxsPSIjNTA3NWE1IiBkPSJNMTEuMjUgMTEuODMyaDEuMzc0cy40MTUtLjA0LjYyOC0uMjQ4Yy4xOTUtLjE5LjE5LS41NDcuMTktLjU0N3MtLjAzLTEuNjcuODI3LTEuOTE1Yy44NDQtLjI0MiAxLjkyNyAxLjYxMyAzLjA3NiAyLjMyNy44NjguNTQgMS41MjguNDIgMS41MjguNDJsMy4wNzItLjAzOHMxLjYwNi0uMDkuODQ0LTEuMjMzYy0uMDYyLS4wOTUtLjQ0NC0uODQ3LTIuMjg0LTIuMzkzLTEuOTI1LTEuNjE4LTEuNjY3LTEuMzU2LjY1Mi00LjE1NSAxLjQxMy0xLjcwNSAxLjk3OC0yLjc0NiAxLjgtMy4xOTItLjE2Ny0uNDI0LTEuMjA2LS4zMTItMS4yMDYtLjMxMmwtMy40NTguMDJzLS4yNTYtLjAzMi0uNDQ2LjA3Yy0uMTg2LjEtLjMwNS4zMzYtLjMwNS4zMzZzLS41NDggMS4zMi0xLjI3OCAyLjQ0MmMtMS41NCAyLjM2Ny0yLjE1NSAyLjQ5Mi0yLjQwNyAyLjM0NS0uNTg1LS4zNDItLjQ0LTEuMzc1LS40NC0yLjExIDAtMi4yOTQuMzg1LTMuMjUtLjc0Ny0zLjQ5OC0uMzc1LS4wODItLjY1Mi0uMTM2LTEuNjEzLS4xNDVDOS44MjMtLjAwNSA4Ljc4LjAxIDguMTg3LjI3MmMtLjM5My4xNzUtLjY5Ny41NjQtLjUxLjU4Ni4yMjcuMDI4Ljc0NC4xMjYgMS4wMi40NjQuMzUzLjQzNy4zNCAxLjQxNy4zNCAxLjQxN3MuMjA0IDIuNy0uNDc1IDMuMDM1Yy0uNDY2LjIzLTEuMTA1LS4yNC0yLjQ3OC0yLjM4Ny0uNzAzLTEuMS0xLjIzNC0yLjMxNi0xLjIzNC0yLjMxNnMtLjEwMy0uMjI4LS4yODUtLjM1QzQuMzQzLjU3NiA0LjAzMy41MyA0LjAzMy41M0wuNzQ3LjU0OFMuMjU0LjU2LjA3My43NTVjLS4xNi4xNzMtLjAxMy41My0uMDEzLjUzczIuNTczIDUuNDUgNS40ODYgOC4xOTVjMi42NyAyLjUxOCA1LjcwNCAyLjM1MiA1LjcwNCAyLjM1MnoiIC8+Cjwvc3ZnPg==) no-repeat 50%;
    background-size: 32px auto
}

#vk_allow_messages_from_community[data-v-aeca0806] {
    margin: auto
}

.subscription__email-send[data-v-aeca0806] {
    padding: 0 15px
}

.gating[data-v-144ce1bf] {
    padding: 15px 0;
    overflow-y: hidden
}

.air__theme .gating.mobile[data-v-144ce1bf] {
    border-radius: 20px;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 16px;
    overflow: hidden
}

.indented-block.gating[data-v-144ce1bf] {
    background-color: #fff;
    padding: 20px
}

.dark .indented-block.gating[data-v-144ce1bf] {
    background-color: #000
}

.gating__header[data-v-144ce1bf] {
    padding: 0;
    position: relative;
    color: #0e0c1e;
    font-size: 24px;
    font-family: Proxima-Nova-Bold, sans-serif;
    line-height: 27px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 8px
}

.mobile .gating__header[data-v-144ce1bf] {
    font-size: 22px;
    color: #333;
    padding: 0 15px
}

.dark .gating__header[data-v-144ce1bf] {
    color: #fff
}

.air__theme .gating.mobile .gating__header[data-v-144ce1bf] {
    padding: 5px 20px 8px
}

.red-button[data-v-144ce1bf] {
    background: #d81946;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

.red-button[data-v-144ce1bf]:hover {
    background-color: #b51c40
}

.red-button.disabled[data-v-144ce1bf] {
    background: #999
}

.red-button.disabled[data-v-144ce1bf]:hover {
    background: #999 !important
}

.gating__body[data-v-144ce1bf] {
    color: #333;
    padding: 0 15px
}

.air__theme .mobile.gating .gating__body[data-v-144ce1bf] {
    padding: 0 20px
}

.gating__title[data-v-144ce1bf] {
    color: #000;
    line-height: 1;
    text-align: left;
    margin: 0 auto 12px;
    width: 400px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.dark .gating__title[data-v-144ce1bf] {
    color: #fff
}

.gating__title a[data-v-144ce1bf], .gating__title a[data-v-144ce1bf]:visited {
    color: inherit
}

.mobile .gating__title[data-v-144ce1bf] {
    padding: 0
}

.gating__not-subscribed[data-v-144ce1bf], .gating__subscribed[data-v-144ce1bf] {
    padding: 0 15px
}

.gating__text[data-v-144ce1bf] {
    line-height: 1;
    margin-bottom: 12px;
    text-align: left;
    margin-top: 12px
}

.gating__text.error[data-v-144ce1bf] {
    color: #d81946
}

.gating__text.error[data-v-144ce1bf], .gating__text.success[data-v-144ce1bf] {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0
}

.gating__text.success[data-v-144ce1bf] {
    color: #228b22
}

.gating__block .form-block[data-v-144ce1bf] {
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 8px auto;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.gating__block[data-v-144ce1bf]:not(:first-child) {
    margin-top: 16px
}

.gating__block[data-v-144ce1bf]:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #cecece
}

.dark .gating__block[data-v-144ce1bf]:not(:last-child) {
    border-bottom: 1px solid #27272d
}

.mobile .gating__block .form-block[data-v-144ce1bf] {
    padding: 0
}

.form-block_inline[data-v-144ce1bf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.form-block_inline .red-button[data-v-144ce1bf] {
    flex: 1 0 auto
}

.form-block label[data-v-144ce1bf] {
    display: block;
    margin-bottom: 5px
}

.form-block input[type=text][data-v-144ce1bf], .form-block textarea[data-v-144ce1bf] {
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dedede;
    width: 100%;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 5px;
    display: block
}

input[type=text].error[data-v-144ce1bf] {
    border: 1px solid #d81946
}

.form-block_inline input[type=email][data-v-144ce1bf], .form-block_inline input[type=text][data-v-144ce1bf] {
    flex: 1;
    line-height: 38px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #cecece;
    outline: none;
    margin-right: 8px;
    transition: border .3s
}

.air__theme .mobile .form-block_inline input[type=email][data-v-144ce1bf], .air__theme .mobile .form-block_inline input[type=text][data-v-144ce1bf] {
    width: 183px
}

.form-block textarea[data-v-144ce1bf] {
    line-height: 1.2em;
    padding: 5px 10px;
    height: 100px
}

.form-block input[type=email][data-v-144ce1bf]:focus, .form-block input[type=text][data-v-144ce1bf]:focus {
    outline: none
}

.form-block select[data-v-144ce1bf] {
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dedede;
    width: 100%;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 5px;
    display: block;
    background: #fff
}

@media (max-width: 420px) {
    .form-block_inline[data-v-144ce1bf] {
        flex-direction: column
    }

    .form-block_inline input[type=email][data-v-144ce1bf], .form-block_inline input[type=text][data-v-144ce1bf] {
        margin-right: 0;
        width: 100%;
        margin-bottom: 12px
    }

    .air__theme .mobile .form-block_inline input[type=email][data-v-144ce1bf], .air__theme .mobile .form-block_inline input[type=text][data-v-144ce1bf] {
        width: 100%
    }
}

.footer[data-v-0dbd3201] {
    text-align: center;
    padding: 10px 0;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.footer.dark[data-v-0dbd3201] {
    border-color: #27272d
}

.air__theme .bandlink-section[data-v-0dbd3201] {
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 16px
}

.order-link[data-v-0dbd3201] {
    flex: 0 1 54px
}

.order-link[data-v-0dbd3201], .order-link a[data-v-0dbd3201] {
    display: flex;
    justify-content: center;
    align-items: center
}

.order-link a[data-v-0dbd3201] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #cecece;
    margin: 5px
}

.dark .order-link a[data-v-0dbd3201] {
    background-color: #f8f8f8
}

.order-link svg[data-v-0dbd3201] {
    width: 24px;
    height: 24px
}

.profile-footer .order-link svg[data-v-0dbd3201] {
    width: 22px;
    height: 22px
}

.order-link svg path[data-v-0dbd3201] {
    transition: fill .4s
}

.order-link a:hover svg > g > path[data-v-0dbd3201]:first-child, .order-link a:hover svg > path[data-v-0dbd3201], .yandex_music.order-link a:hover svg > g > path[data-v-0dbd3201] {
    fill: #437985
}

.profile-footer .order-link a[data-v-0dbd3201] {
    border-radius: 50%
}

.air__theme .order-link a[data-v-0dbd3201] {
    background-color: #f4f4f4;
    border-radius: 10px
}

.footer .order-link.telegram a svg[data-v-0dbd3201] {
    margin-left: -3px
}

.dark .order-link.tiktok a svg .svg-fill-sign-tiktok[data-v-0dbd3201] {
    fill: #f8f8f8 !important
}

.order-link.tiktok a:hover svg .svg-fill-bg-tiktok[data-v-0dbd3201] {
    transition: fill .4s;
    fill: #437985 !important
}

.footer-bg[data-v-e7a41914] {
    position: relative
}

.powered-by[data-v-e7a41914] {
    color: #3c3c3c
}

.powered-by a[data-v-e7a41914] {
    color: inherit;
    display: block;
    padding: 5px 0
}

.cookies-message[data-v-e7a41914], .powered-by a[data-v-e7a41914] {
    font-size: 14px;
    text-align: center
}

.cookies-message[data-v-e7a41914] {
    margin: 15px auto 0;
    color: #fff;
    line-height: normal
}