@charset "UTF-8";

:root {
    --Bg-default: #fff;
    --Bg-secondary: #e6ebf0;
    --Bg-ghost: #f7f9fa;
    --Bg-border: rgba(96, 128, 159, .14);
    --Bg-fade: rgba(0, 0, 0, .5);
    --Content-primary: #58585b;
    --Content-secondary: #8f8f8f;
    --Content-pure: #000;
    --Content-pure-inverse: #fff;
    --Content-accelerator: #6c899d;
    --Accent-success: #64b010;
    --Accent-success-hover: #53910e;
    --Accent-caution: #ffd600;
    --Accent-warning: #ff8300;
    --Accent-alert: #f25050;
    --Accent-promo: #831797;
    --Accent-promocode: #9423f7;
    --Accent-discount: #d14c83;
    --Accent-success_light: #ebf9dc;
    --Accent-caution_light: #fff7cc;
    --Accent-warning_light: #ffebd7;
    --Accent-alert_light: #fed7d7;
    --Accent-promo_light: #f9e3fd;
    --Accent-bg_block: rgba(55, 167, 248, .08);
    --Interaction-Default-bg_hover: rgba(96, 128, 159, .16);
    --Interaction-Primary-content: #fff;
    --Interaction-Primary-content_hover: #fff;
    --Interaction-Primary-bg: #37a7f8;
    --Interaction-Primary-bg_hover: #2294e5;
    --Interaction-Secondary-content: #1c9bf7;
    --Interaction-Secondary-content_hover: #1985d2;
    --Interaction-Secondary-border: #37a7f8;
    --Interaction-Secondary-border_hover: #1985d2;
    --Interaction-Focus-keyboard: #99d5ff;
    --Interaction-Disable-bg: #eee;
    --Interaction-Disable-content: #bfbfbf;
    --Interaction-Disable-border: #dbdbdb;
    --Interaction-Form-label: #8f8f8f;
    --Interaction-Form-border: rgba(96, 128, 159, .28);
    --Interaction-Form-border_hover: rgba(96, 128, 159, .6)
}

@CHARSET"UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

aside,
nav,
footer,
header,
section,
main {
    display: block
}

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

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

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

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none
}

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

label {
    cursor: pointer
}

legend {
    display: block
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4005;
    outline: 0
}

.modal::-webkit-scrollbar {
    display: none
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px
}

.modal-close:hover .icon-close-thin {
    fill: #37a7f8
}

.is_rtl .modal-close {
    right: auto;
    left: 24px
}

.modal-close .icon-close-thin {
    width: 16px;
    height: 16px;
    fill: #9b9b9b
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4004;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        border-radius: 24px
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.is_rtl .popover.top>.arrow:after {
    display: none
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.modal-footer:after {
    clear: both
}

/*! jQuery UI - v1.11.4 - 2015-05-11
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
    display: inline-block;
    margin: 0
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ":";
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: ".";
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none
}

@CHARSET"UTF-8";

.jGrowl {
    position: fixed;
    font-size: 14px;
    width: 1170px;
    color: #fff;
    color: var(--Bg-default);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1250px) {
    .jGrowl {
        width: 900px
    }
}

@media(max-width:991px) {
    .jGrowl {
        width: 688px
    }
}

@media(max-width:767px) {
    .jGrowl {
        width: 100%;
        padding: 0 20px
    }
}

.jGrowl.top-left {
    left: 0;
    top: 0
}

@media(max-width:767px) {
    .jGrowl.top-left {
        top: auto;
        bottom: 0
    }
}

.jGrowl.top-right {
    right: 0;
    top: 0
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

.jGrowl.center {
    top: 0;
    left: -585px;
    margin-left: 50%
}

@media(max-width:1250px) {
    .jGrowl.center {
        left: -450px
    }
}

@media(max-width:991px) {
    .jGrowl.center {
        left: -344px
    }
}

@media(max-width:767px) {
    .jGrowl.center {
        left: 0;
        margin-left: 0
    }
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    background-color: #ebf9dc;
    background-color: var(--Accent-success_light);
    color: #64b010;
    color: var(--Accent-success);
    zoom: 1;
    padding: 12px;
    margin: 10px 0;
    font-size: 1em;
    display: none;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jGrowl .jGrowl-notification.error {
    background-color: #fed7d7;
    background-color: var(--Accent-alert_light);
    color: #f25050;
    color: var(--Accent-alert)
}

.jGrowl .jGrowl-notification.warning {
    background-color: #ffebd7;
    background-color: var(--Accent-warning_light);
    color: #ff8300;
    color: var(--Accent-warning)
}

.jGrowl .jGrowl-notification {
    position: relative;
    top: -100px
}

.jGrowl .jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl .jGrowl-message {
    text-align: center
}

@media(max-width:767px) {
    .jGrowl .jGrowl-message {
        text-align: inherit
    }
}

.jGrowl .jGrowl-message a {
    color: inherit;
    text-decoration: underline
}

.jGrowl .jGrowl-notification .jGrowl-close {
    z-index: 99;
    float: right;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: -2px -2px -2px 5px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    background-color: #ebf9dc;
    background-color: var(--Accent-success_light);
    border-radius: 11px
}

.no-touchevents .jGrowl .jGrowl-notification .jGrowl-close:hover {
    background-color: #ebf9dc;
    background-color: var(--Accent-success_light)
}

.jGrowl .jGrowl-notification .jGrowl-close .icon {
    width: 10px;
    height: 22px;
    fill: #64b010;
    fill: var(--Accent-success)
}

.jGrowl .jGrowl-notification.error .jGrowl-close {
    background-color: #fed7d7;
    background-color: var(--Accent-alert_light)
}

.no-touchevents .jGrowl .jGrowl-notification.error .jGrowl-close:hover {
    background-color: #fed7d7;
    background-color: var(--Accent-alert_light)
}

.jGrowl .jGrowl-notification.error .jGrowl-close .icon {
    fill: #f25050;
    fill: var(--Accent-alert)
}

.jGrowl .jGrowl-notification.warning .jGrowl-close {
    background-color: #ffebd7;
    background-color: var(--Accent-warning_light)
}

.no-touchevents .jGrowl .jGrowl-notification.warning .jGrowl-close:hover {
    background-color: #ffebd7;
    background-color: var(--Accent-warning_light)
}

.jGrowl .jGrowl-notification.warning .jGrowl-close .icon {
    fill: #ff8300;
    fill: var(--Accent-warning)
}

.jGrowl .jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center
}

@media print {
    .jGrowl {
        display: none
    }
}

.is_rtl .jGrowl .jGrowl-notification .jGrowl-close {
    float: left;
    margin: -2px 5px -2px -2px
}

.scrollable {
    position: relative
}

.scrollable:focus {
    outline: 0
}

.scrollable .viewport {
    position: relative;
    overflow: hidden
}

.scrollable .viewport .overview {
    position: absolute
}

.scrollable .scroll-bar {
    display: none
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%
}

.is_rtl .scrollable .scroll-bar.vertical {
    right: auto;
    left: 0
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%
}

.scrollable .scroll-bar .thumb {
    position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollable.default-skin {
    padding-right: 10px;
    padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
    width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
    height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: black;
    opacity: .4;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: .6
}

.scrollable.gray-skin {
    padding-right: 17px
}

.scrollable.gray-skin .scroll-bar {
    border: 1px solid gray;
    background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
    background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    background-color: black
}

.scrollable.gray-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.scrollable.modern-skin {
    padding-right: 17px
}

.scrollable.modern-skin .scroll-bar {
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
    background-color: #95aabf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
    width: 8px;
    background: -moz-linear-gradient(left, #95aabf 0, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #95aabf), color-stop(100%, #547092));
    background: -webkit-linear-gradient(left, #95aabf 0, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, from(#95aabf), to(#547092));
    background: linear-gradient(to right, #95aabf 0, #547092 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#95aabf',endColorstr='#547092',GradientType=1)"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
    height: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95aabf), to(#547092));
    background-image: linear-gradient(#95aabf, #547092);
    background-image: -moz-linear-gradient(#95aabf, #547092);
    background-image: -webkit-linear-gradient(#95aabf, #547092);
    background-image: -ms-linear-gradient(#95aabf, #547092);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#95aabf',endColorstr='#547092',GradientType=0)"
}

.scrollable.modern-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.tooltip-inner {
    background-color: rgba(51, 51, 51, .99);
    border-radius: 4px
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(51, 51, 51, .99)
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: rgba(51, 51, 51, .99)
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: rgba(51, 51, 51, .99)
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(51, 51, 51, .99)
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(51, 51, 51, .99)
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(51, 51, 51, .99)
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgba(51, 51, 51, .99)
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgba(51, 51, 51, .99)
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.popover {
    padding: 12px 32px 12px 15px;
    max-width: 310px;
    font-family: inherit;
    line-height: 1.3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: rgba(51, 51, 51, .99);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is_rtl .popover {
    padding: 12px 15px 12px 32px;
    text-align: right
}

.popover.top {
    margin-top: -22px
}

.popover.right {
    margin-left: 22px
}

.popover.bottom {
    margin-top: 22px
}

.popover.left {
    margin-left: -22px
}

.popover-title {
    margin-bottom: 10px;
    padding: 0;
    font-size: 17px;
    line-height: 130%;
    font-weight: 400;
    background: none;
    border: none;
    border-radius: 0
}

.popover-title:first-letter {
    text-transform: capitalize
}

.popover-content {
    padding: 0
}

.popover>.arrow {
    border-width: 22px
}

.popover>.arrow:after {
    border-width: 21px
}

.popover.top>.arrow {
    margin-left: -22px;
    border-top-color: #333;
    border-top-color: rgba(51, 51, 51, .99);
    bottom: -22px
}

.popover.top>.arrow:after {
    margin-left: -21px;
    border-top-color: rgba(51, 51, 51, .99)
}

.is_rtl .popover.top>.arrow:after {
    display: none
}

.popover.right>.arrow {
    left: -22px;
    margin-top: -22px;
    border-right-color: #333;
    border-right-color: rgba(51, 51, 51, .99)
}

.popover.right>.arrow:after {
    bottom: -21px;
    border-right-color: rgba(51, 51, 51, .99)
}

.popover.bottom>.arrow {
    margin-left: -22px;
    border-bottom-color: #333;
    border-bottom-color: rgba(51, 51, 51, .99);
    top: -22px
}

.popover.bottom>.arrow:after {
    margin-left: -21px;
    border-bottom-color: rgba(51, 51, 51, .99)
}

.popover.left>.arrow {
    right: -22px;
    margin-top: -22px;
    border-left-color: #333;
    border-left-color: rgba(51, 51, 51, .99)
}

.popover.left>.arrow:after {
    border-left-color: rgba(51, 51, 51, .99);
    bottom: -21px
}

.popover>.popover-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.is_rtl .popover>.popover-close {
    right: auto;
    left: 10px
}

.popover>.popover-close .icon {
    fill: #fff;
    stroke: #fff;
    width: 17px;
    height: 17px
}

.scrollable2-wrapper {
    position: relative
}

.scrollable2-wrapper .scrollable2-wrapper-inner {
    max-width: 100%;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    z-index: 0;
    position: relative
}

.scrollable2-wrapper:before,
.scrollable2-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
    opacity: 0;
    z-index: 1;
    pointer-events: none
}

.scrollable2-wrapper:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(rgba(229, 229, 229, 0)));
    background: -webkit-linear-gradient(left, #e5e5e5, rgba(229, 229, 229, 0));
    background: -moz-linear-gradient(left, #e5e5e5, rgba(229, 229, 229, 0));
    background: linear-gradient(to right, #e5e5e5, rgba(229, 229, 229, 0))
}

.scrollable2-wrapper:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#e5e5e5), to(rgba(229, 229, 229, 0)));
    background: -webkit-linear-gradient(right, #e5e5e5, rgba(229, 229, 229, 0));
    background: -moz-linear-gradient(right, #e5e5e5, rgba(229, 229, 229, 0));
    background: linear-gradient(to left, #e5e5e5, rgba(229, 229, 229, 0))
}

.scrollable2-wrapper .scrollable2-indicator {
    width: 1em;
    height: 1em;
    padding: .5em 10px 2em;
    position: absolute;
    top: -1.7em;
    display: none;
    z-index: 2;
    cursor: pointer
}

.scrollable2-wrapper .scrollable2-indicator.indicator-right {
    right: -10px
}

.scrollable2-wrapper .scrollable2-indicator.indicator-left {
    right: auto;
    left: -10px
}

.scrollable2-wrapper .scrollable2-indicator .icon {
    width: 1em;
    height: 1em;
    fill: #999
}

.scrollable2-wrapper .scrollable2-indicator:hover .icon {
    fill: #737374
}

.scrollable2-wrapper.invisible-left .scrollable2-indicator.indicator-left,
.scrollable2-wrapper.invisible-right .scrollable2-indicator.indicator-right,
.scrollable2-wrapper.invisible-left:before,
.scrollable2-wrapper.invisible-right:after {
    display: block
}

.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    background-color: var(--Bg-default);
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: -moz-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: -moz-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: -moz-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: -moz-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    background-color: var(--Bg-default);
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    background-color: var(--Bg-default);
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container-small {
    font-size: 14px !important
}

.plat-support-icon {
    position: fixed;
    z-index: 98;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px 0 rgba(55, 167, 248, .06), 0 2px 32px 0 rgba(55, 167, 248, .13);
    box-shadow: 0 1px 6px 0 rgba(55, 167, 248, .06), 0 2px 32px 0 rgba(55, 167, 248, .13);
    -webkit-animation: intercom-lightweight-app-launcher .25s ease;
    -moz-animation: intercom-lightweight-app-launcher .25s ease;
    animation: intercom-lightweight-app-launcher .25s ease;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: none
}

.is_rtl .plat-support-icon {
    left: 20px;
    right: unset
}

.plat-support-icon svg {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

.plat-support-icon svg.icon-close-thin {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

@CHARSET"UTF-8";

.size-10 {
    font-size: 10px
}

.size-12 {
    font-size: 12px
}

.size-16 {
    font-size: 16px
}

.size-14 {
    font-size: 14px
}

.size-18 {
    font-size: 18px
}

.size-24 {
    font-size: 24px
}

.size-26 {
    font-size: 26px
}

.material .select2-container--pl .select2-theme-nested-dropdown .select2-results__option[aria-selected=true],
.material~.select2-container--pl .select2-theme-nested-dropdown .select2-results__option[aria-selected=true] {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background-color: unset
}

.material .select2-container--pl .select2-theme-nested-dropdown .select2-results__option--highlighted[aria-selected],
.material~.select2-container--pl .select2-theme-nested-dropdown .select2-results__option--highlighted[aria-selected] {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background-color: unset
}

.select2-theme-nested-dropdown .select2-results__option>span {
    line-height: 22px
}

.select2-theme-nested-dropdown .select2-results__option span.node {
    cursor: auto;
    background-color: #fff;
    background-color: var(--Bg-default);
    color: #8f8f8f;
    color: var(--Content-secondary);
    float: left;
    width: 100%
}

.material~.select2-container--pl .select2-theme-nested-dropdown {
    font-size: 15px
}

.select2-theme-flag-container .select2-selection__rendered {
    overflow: visible
}

.select2-theme-flag-container .select2-selection__rendered .flag,
.select2-theme-flag-dropdown .select2-results__option .flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: .3em
}

.select2-theme-flag-container .select2-selection__rendered .flag img {
    height: .8em;
    width: auto;
    display: inline-block;
    -webkit-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px;
    margin-top: .4em
}

.select2-theme-flag-dropdown .select2-results__option .flag img {
    height: .8em;
    width: auto;
    display: inline-block;
    -webkit-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px;
    margin-top: .1em
}

.is_rtl .ticketOfficeOfferSelect .select2-results__option span,
.is_rtl .ticketOfficeOfferSelect .select2-selection__rendered span,
.ticketOfficeOfferSelect .select2-results__option span,
.ticketOfficeOfferSelect .select2-selection__rendered span {
    display: block
}

.ticketOfficeOfferSelect .select2-results__option span span:first-of-type,
.ticketOfficeOfferSelect .select2-selection__rendered span span:first-of-type {
    float: right;
    margin-left: 1em;
    margin-right: 10px
}

.is_rtl .ticketOfficeOfferSelect .select2-results__option span span:first-of-type,
.is_rtl .ticketOfficeOfferSelect .select2-selection__rendered span span:first-of-type {
    float: left;
    margin-right: 1em;
    margin-left: 15px
}

.ticketOfficeOfferSelect .select2-results__option[aria-disabled=true] span span:first-of-type {
    color: #f25050;
    color: var(--Accent-alert)
}

.ticketOfficeOfferSelect .select2-selection__rendered span span:last-of-type {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.eventSectionGroupOffer .select2-results__option span span {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.eventSectionGroupOffer .select2-selection__rendered span span {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.entityAdmissionSelect .description-blocking {
    margin: 3px 0;
    font-size: 11px;
    color: #f25050;
    color: var(--Accent-alert)
}

body:not(.is_rtl) .language-switcher .select2-theme-flag-container .select2-selection__rendered {
    padding-left: 0
}

.is_rtl .form_element:not(.form_element-phone) .select2-theme-flag-container .select2-selection__rendered .flag,
.is_rtl .select2-theme-flag-dropdown .select2-results__option .flag {
    margin-right: 0;
    margin-left: .3em
}

.is_rtl .language-switcher .select2-theme-flag-container .select2-selection__rendered {
    padding-right: 0
}

.select2-container.select2-container--pl:has(.select2-dropdown) {
    z-index: 10000
}

@media(max-width:767px) {
    .select2-container--pl.plMobileSelect .select2-dropdown {
        position: fixed;
        top: unset !important;
        bottom: -100%;
        left: 8px !important;
        width: -webkit-calc(100% - 16px) !important;
        width: -moz-calc(100% - 16px) !important;
        width: calc(100% - 16px) !important;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 12px !important;
        -webkit-transition: bottom .2s;
        -o-transition: bottom .2s;
        -moz-transition: bottom .2s;
        transition: bottom .2s
    }

    .is_rtl .select2-container--pl.plMobileSelect .select2-dropdown {
        right: unset !important
    }

    .select2-container--pl.plMobileSelect .select2-dropdown li:first-of-type {
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content);
        font-size: 17px
    }

    .select2-container--pl.plMobileSelect .select2-dropdown.visible {
        bottom: 20px
    }

    .select2-container--pl.plMobileSelect .select2-dropdown .select2-search--dropdown {
        font-size: 16px;
        margin: .52075em
    }

    .select2-container--pl.plMobileSelect .select2-dropdown .select2-results__option {
        border: none;
        border-bottom: 1px solid rgba(96, 128, 159, .14);
        border-bottom: 1px solid var(--Bg-border);
        background: #fff;
        background: var(--Bg-default);
        padding: 15px 20px;
        font-size: 24px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0
    }

    .select2-container--pl.plMobileSelect .select2-dropdown .offer-select-top {
        position: relative;
        padding: 15px;
        font-size: 17px;
        text-align: center;
        background: #f7f9fa !important;
        background: var(--Bg-ghost) !important;
        color: #58585b;
        color: var(--Content-primary)
    }

    .select2-container--pl.plMobileSelect .select2-dropdown .dropdown-reset {
        position: absolute;
        right: 20px;
        top: 16px;
        cursor: pointer;
        font-size: 15px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .is_rtl .select2-container--pl.plMobileSelect .select2-dropdown .dropdown-reset {
        right: auto;
        left: 20px
    }

    .select2-container--pl.plMobileSelect .select2-dropdown .btn-close {
        width: 100%;
        margin: 12px 0 0;
        padding: 14px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        border: none
    }

    .select2-container--pl.plMobileSelect .select2-results__option[aria-selected=true]:not(:first-of-type),
    .select2-container--pl.plMobileSelect .select2-results__option--highlighted[aria-selected=true]:not(:first-of-type) {
        background: #fff;
        background: var(--Bg-default);
        color: #64b010;
        color: var(--Accent-success)
    }

    .select2-container--pl.plMobileSelect .select2-results__option[aria-selected=true]:first-of-type {
        display: none
    }

    .select2-container--pl.plMobileSelect .select2-results__option--highlighted {
        background: #fff;
        background: var(--Bg-default);
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .select2-container--pl.plMobileSelect .select2-results__option[aria-selected=true] {
        background: #1c9bf7;
        background: var(--Interaction-Secondary-content)
    }

    .select2-container--pl.plMobileSelect .select2-results>.select2-results__options {
        border-radius: 0 0 12px 12px;
        background-color: #fff;
        background-color: var(--Bg-default);
        max-height: 275px
    }

    .pl-mobile-select-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: 0;
        z-index: 120;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

    .pl-mobile-select-overlay.visible {
        opacity: .7
    }
}

.likely,
.likely__widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: 0 !important;
    list-style: none !important;
    font-weight: 400;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: inherit
}

.likely {
    opacity: 0;
    font-size: 0 !important
}

.likely_visible {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.likely>* {
    display: inline-block;
    visibility: hidden
}

.likely_visible>* {
    visibility: inherit
}

.likely__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.likely__button,
.likely__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    display: inline-block;
    margin: 0;
    outline: 0
}

.likely__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.likely__counter {
    display: none;
    position: relative;
    font-weight: 400
}

.likely_ready .likely__counter {
    display: inline-block
}

.likely_ready .likely__counter_empty {
    display: none
}

.likely__widget,
.likely__icon,
.likely__button,
.likely__counter {
    vertical-align: top
}

.likely__widget {
    -webkit-transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
    -o-transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
    -moz-transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
    transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
    line-height: inherit
}

.likely__widget:hover,
.likely__widget:active,
.likely__widget:focus {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    cursor: pointer
}

.likely__icon {
    position: relative;
    text-align: left;
    display: inline-block
}

.likely svg {
    position: absolute
}

.likely__button,
.likely__counter {
    line-height: inherit;
    cursor: inherit
}

.likely__button:empty {
    display: none
}

.likely__counter {
    text-align: center
}

.likely .likely__widget {
    color: #000;
    background: #ececec;
    background: rgba(231, 231, 231, .8)
}

.likely .likely__counter {
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent .5px, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent .5px, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, transparent .5px, transparent 100%)
}

.likely-light .likely__widget {
    color: #fff;
    fill: #fff;
    background: rgba(236, 236, 236, .16);
    text-shadow: rgba(0, 0, 0, .2) 0 0 .33em
}

.likely-light .likely__counter {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) .5px, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) .5px, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) .5px, rgba(255, 255, 255, 0) 100%)
}

.likely__widget_facebook {
    fill: #425497
}

.likely__widget_facebook:hover,
.likely__widget_facebook:active,
.likely__widget_facebook:focus {
    background: rgba(207, 212, 229, .8)
}

.likely-light .likely__widget_facebook:hover,
.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus {
    text-shadow: #425497 0 0 .25em;
    background: rgba(66, 84, 151, .7)
}

.likely__widget_twitter {
    fill: #00b7ec
}

.likely__widget_twitter:hover,
.likely__widget_twitter:active,
.likely__widget_twitter:focus {
    background: rgba(191, 237, 250, .8)
}

.likely-light .likely__widget_twitter:hover,
.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus {
    text-shadow: #00b7ec 0 0 .25em;
    background: rgba(0, 183, 236, .7)
}

.likely__widget_gplus {
    fill: #dd4241
}

.likely__widget_gplus:hover,
.likely__widget_gplus:active,
.likely__widget_gplus:focus {
    background: rgba(246, 207, 207, .8)
}

.likely-light .likely__widget_gplus:hover,
.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus {
    text-shadow: #dd4241 0 0 .25em;
    background: rgba(221, 66, 65, .7)
}

.likely__widget_vkontakte {
    fill: #526e8f
}

.likely__widget_vkontakte:hover,
.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus {
    background: rgba(211, 218, 227, .8)
}

.likely-light .likely__widget_vkontakte:hover,
.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus {
    text-shadow: #526e8f 0 0 .25em;
    background: rgba(82, 110, 143, .7)
}

.likely__widget_pinterest {
    fill: #cc002b
}

.likely__widget_pinterest:hover,
.likely__widget_pinterest:active,
.likely__widget_pinterest:focus {
    background: rgba(242, 191, 202, .8)
}

.likely-light .likely__widget_pinterest:hover,
.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus {
    text-shadow: #cc002b 0 0 .25em;
    background: rgba(204, 0, 43, .7)
}

.likely__widget_odnoklassniki {
    fill: #f6903b
}

.likely__widget_odnoklassniki:hover,
.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus {
    background: rgba(252, 227, 206, .8)
}

.likely-light .likely__widget_odnoklassniki:hover,
.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus {
    text-shadow: #f6903b 0 0 .25em;
    background: rgba(246, 144, 59, .7)
}

.likely {
    line-height: 20px;
    margin: 0 -5px -10px
}

.likely .likely__widget {
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    margin: 0 5px 10px
}

.likely .likely__icon {
    width: 22px;
    height: 22px
}

.likely .likely__button {
    padding: 1px 4px 1px 0
}

.likely .likely__counter {
    padding: 1px 4px
}

.likely svg {
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px
}

.likely-big {
    line-height: 28px;
    margin: 0 -6px -12px
}

.likely-big .likely__widget {
    font-size: 18px;
    border-radius: 4px;
    height: 32px;
    margin: 0 6px 12px
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0
}

.likely-big .likely__counter {
    padding: 2px 6px
}

.likely-big svg {
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px
}

.likely-small {
    line-height: 14px;
    margin: 0 -4px -8px
}

.likely-small .likely__widget {
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    margin: 0 4px 8px
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0
}

.likely-small .likely__counter {
    padding: 2px 3px
}

.likely-small svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px
}

[data-collapse] [data-collapse-toggle] {
    cursor: pointer
}

[data-collapse] [data-collapse-content] {
    display: none
}

.grecaptcha-badge {
    display: none !important
}

@CHARSET"UTF-8";

html {
    position: relative;
    overflow-x: hidden
}

html:has(.modal-open),
html:has(.search-open) {
    overflow: hidden
}

body {
    padding: 0;
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #58585b;
    color: var(--Content-primary);
    position: relative;
    overflow-x: hidden;
    background: #fff;
    background: var(--Bg-default)
}

.body-fixed-header {
    padding-top: 112px
}

@media(min-width:768px) {
    .body-fixed-header {
        padding-top: 112px
    }
}

body.apple-ios.modal-open {
    position: fixed;
    width: 100%
}

.container {
    margin: 0 auto
}

.is_rtl .container {
    direction: rtl
}

.container {
    width: 100%
}

@media(min-width:768px) {
    .container {
        width: 740px
    }
}

@media(min-width:992px) {
    .container {
        width: 950px
    }
}

@media(min-width:1250px) {
    .container {
        width: 1150px
    }
}

.container2 {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container2.padded {
    padding: 0 20px
}

.toggle-active-listen>.toggle-content {
    display: none
}

.toggle-active-listen.active>.toggle-content {
    display: block
}

@media(min-width:768px) {
    .container2 {
        width: 688px
    }

    .container2.padded {
        padding: 0
    }
}

@media(min-width:992px) {
    .container2 {
        width: 900px
    }
}

@media(min-width:1250px) {
    .container2 {
        width: 1170px
    }
}

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

.no-overflow {
    overflow: hidden !important
}

.nowrap {
    white-space: nowrap
}

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

@media(max-width:767px) {

    .no-mobile,
    .search__desktop-clear,
    .ww-header-search__desktop-clear {
        display: none !important
    }
}

@media(min-width:768px) {

    .mobile,
    .search__mobile-clear,
    .ww-header-search__mobile-clear {
        display: none !important
    }
}

.icon {
    pointer-events: none;
    fill: none
}

.icon-map-marker {
    fill: #f25050;
    fill: var(--Accent-alert);
    stroke: none
}

.no-border {
    border: none !important
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -10000px
}

.is_rtl .hidden {
    right: -10000px;
    left: auto
}

.hw-accelerated {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.absolute-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.canvas-loader-hdpi {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left
}

.is_rtl .canvas-loader-hdpi {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right
}

.error-handler-wrapper {
    margin-top: 25px;
    max-width: 90vw
}

.mb30 {
    margin-bottom: 30px
}

body .mt20 {
    margin-top: 20px
}

body .mb20 {
    margin-bottom: 20px
}

.is_rtl .container2 {
    direction: rtl
}

.brackets-ltr:after {
    content: "‎‎"
}

.is_rtl .force-ltr {
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block
}

.is_rtl .phone-ltr {
    text-align: right;
    direction: ltr
}

.str-upper {
    text-transform: uppercase
}

.str-lower {
    text-transform: lowercase
}

.str-first-letter {
    text-transform: capitalize
}

.str-transform-none {
    text-transform: none
}

.str-first-letter-upper {
    text-transform: lowercase
}

.is_ltr .str-first-letter-upper:first-letter {
    text-transform: uppercase
}

.btn {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid #58585b;
    border: 1px solid var(--Content-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn--medium {
    padding: 10px;
    font-size: 14px;
    line-height: 17px
}

.btn--small {
    padding: 6px;
    font-size: 14px;
    line-height: 17px
}

.btn--blue,
.btn--blue[type=submit] {
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.btn--blue:hover,
.btn--blue[type=submit]:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.btn--bordered {
    background-color: #fff;
    background-color: var(--Bg-default);
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.btn--bordered:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover);
    color: #fff;
    color: var(--Interaction-Primary-content_hover)
}

.btn--blue-bordered {
    background-color: #fff;
    background-color: var(--Bg-default);
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.btn--blue-bordered:hover {
    background-color: #fff;
    background-color: var(--Bg-default);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.btn__icon {
    width: 18px;
    height: auto
}

.btn--with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.btn--border-shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border: none
}

.btn--green {
    background-color: #64b010;
    background-color: var(--Accent-success);
    border-color: #64b010;
    border-color: var(--Accent-success);
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.btn--green:hover {
    background-color: #ebf9dc;
    background-color: var(--Accent-success_light);
    border-color: #ebf9dc;
    border-color: var(--Accent-success_light)
}

.btn--dark {
    background-color: #e6ebf0;
    background-color: var(--Bg-secondary);
    border-color: #e6ebf0;
    border-color: var(--Bg-secondary);
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.btn--dark:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.btn--outline-blue {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.btn--outline-blue:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover);
    color: #fff !important;
    color: var(--Interaction-Primary-content_hover) !important
}

.btn--outline-blue:hover .icon {
    stroke: #fff;
    stroke: var(--Interaction-Primary-content_hover)
}

.btn--outline-green {
    border-color: #64b010;
    border-color: var(--Accent-success);
    color: #64b010;
    color: var(--Accent-success)
}

.btn--outline-dark {
    border-color: #58585b;
    border-color: var(--Content-primary);
    color: #58585b;
    color: var(--Content-primary)
}

.btn--outline-dark:hover,
.btn--outline-dark.active {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.btn--outline-dark:hover .icon,
.btn--outline-dark.active .icon {
    stroke: #1985d2;
    stroke: var(--Interaction-Secondary-content_hover);
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.btn--black {
    background-color: #000;
    background-color: var(--Content-pure);
    border-radius: 8px;
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.btn--black:visited {
    color: #fff !important;
    color: var(--Interaction-Primary-content) !important
}

.btn--black:hover {
    color: #fff !important;
    color: var(--Interaction-Primary-content_hover) !important
}

.btn--shadow-instead-border {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border: none !important
}

.btn--disabled {
    background: #eee;
    background: var(--Interaction-Disable-bg);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.btn--disabled:hover {
    background: #eee;
    background: var(--Interaction-Disable-bg);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

@CHARSET"UTF-8";

.dropdown {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.dropdown-button {
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    background: #191919;
    position: relative
}

.no-touchevents .dropdown-button:hover,
.dropdown.active .dropdown-button {
    background: #e5e5e5;
    color: #191919
}

.dropdown-button-more-row {
    display: block;
    height: 4px;
    background: #e5e5e5;
    margin: 3px 0
}

.no-touchevents .dropdown-button:hover .dropdown-button-more-row,
.dropdown.active .dropdown-button-more-row {
    background: #191919
}

.dropdown-button-triangle {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    border-color: #fff transparent transparent;
    width: 0;
    height: 0;
    border-width: 5px 5px 2px;
    border-style: solid
}

.no-touchevents .dropdown-button:hover .dropdown-button-triangle,
.dropdown.active .dropdown-button-triangle {
    border-color: #191919 transparent transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    background: #e5e5e5
}

@media(min-width:768px) {
    .dropdown-menu {
        background: rgba(229, 229, 229, .97)
    }
}

.dropdown.active .dropdown-menu {
    visibility: visible;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.dropdown-menu>ul {
    padding: 5px 0
}

.dropdown-menu>ul>li>a {
    display: block;
    padding: 5px 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    color: #191919;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s
}

@media(min-width:768px) {
    .dropdown-menu>ul>li>a {
        font-size: 22px;
        line-height: normal;
        font-weight: 600
    }
}

.dropdown-menu>ul>li.active>a,
.dropdown-menu>ul>li>a:hover {
    color: #fff;
    background: #333
}

.rounded-12 {
    border-radius: 12px !important
}

.rounded-12--top {
    border-radius: 12px 12px 0 0 !important
}

.rounded-12--bottom {
    border-radius: 0 0 12px 12px !important
}

.rounded-30 {
    border-radius: 30px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.text-center {
    text-align: center !important
}

.bg-transparent {
    background: transparent !important
}

.bg-black {
    background: #000 !important
}

.bg-white {
    background: #fff !important
}

.color-white {
    color: #fff !important;
    fill: #fff !important
}

.m-8 {
    padding: 8px
}

.mx-8 {
    padding-left: 8px;
    padding-right: 8px
}

.my-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.mt-8 {
    padding-top: 8px
}

.mb-8 {
    padding-bottom: 8px
}

.ml-8 {
    padding-left: 8px
}

.mr-8 {
    padding-right: 8px
}

.p-8 {
    padding: 8px
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.pt-8 {
    padding-top: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

.pr-8 {
    padding-right: 8px
}

.m-16 {
    padding: 16px
}

.mx-16 {
    padding-left: 16px;
    padding-right: 16px
}

.my-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.mt-16 {
    padding-top: 16px
}

.mb-16 {
    padding-bottom: 16px
}

.ml-16 {
    padding-left: 16px
}

.mr-16 {
    padding-right: 16px
}

.p-16 {
    padding: 16px
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.pt-16 {
    padding-top: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

.pr-16 {
    padding-right: 16px
}

.m-24 {
    padding: 24px
}

.mx-24 {
    padding-left: 24px;
    padding-right: 24px
}

.my-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.mt-24 {
    padding-top: 24px
}

.mb-24 {
    padding-bottom: 24px
}

.ml-24 {
    padding-left: 24px
}

.mr-24 {
    padding-right: 24px
}

.p-24 {
    padding: 24px
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.pt-24 {
    padding-top: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

.pr-24 {
    padding-right: 24px
}

.aligned-popover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    color: #ff8300;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit
}

.aligned-popover:hover {
    cursor: pointer
}

.aligned-popover__icon-wrapper {
    line-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.aligned-popover__icon-wrapper img,
.aligned-popover__icon-wrapper .icon.icon-ticket-notification {
    width: 16px;
    height: 16px
}

.aligned-popover__icon-wrapper .icon {
    width: 14px;
    height: 14px;
    fill: #ff8300
}

.aligned-popover__icon-wrapper .icon.icon-ticket-notification {
    fill: none;
    stroke: #ff8300
}

.aligned-popover__icon-wrapper--active .icon {
    fill: #d46d00
}

.aligned-popover__icon-wrapper--active .icon.icon-ticket-notification {
    fill: none
}

.aligned-popover__icon-wrapper:hover .icon {
    fill: #d46d00
}

.aligned-popover__icon-wrapper:hover .icon.icon-ticket-notification {
    fill: none
}

.aligned-popover--ticket-office {
    padding: 16px;
    background: rgba(255, 131, 0, .08)
}

.popover.popover--aligned-popover-event.bottom,
.popover.popover--aligned-popover-ticket-office,
.popover.popover--aligned-popover-ticket-office.bottom {
    max-width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    color: #58585b;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    border: none;
    font-family: inherit
}

.popover.popover--aligned-popover-event.bottom .arrow,
.popover.popover--aligned-popover-ticket-office .arrow,
.popover.popover--aligned-popover-ticket-office.bottom .arrow {
    top: -8px;
    width: 24px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .1));
    position: absolute
}

.popover.popover--aligned-popover-event.bottom .popover-content,
.popover.popover--aligned-popover-ticket-office .popover-content,
.popover.popover--aligned-popover-ticket-office.bottom .popover-content {
    padding: 12px 16px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border-radius: 12px
}

.popover.popover--aligned-popover-ticket-office,
.popover.popover--aligned-popover-ticket-office.bottom {
    margin-top: -8px;
    font-family: inherit
}

@media(min-width:768px) {

    .popover.popover--aligned-popover-ticket-office,
    .popover.popover--aligned-popover-ticket-office.bottom {
        width: 270px
    }
}

.popover.popover--aligned-popover-event.bottom {
    margin-top: 10px;
    font-family: inherit
}

@media(min-width:768px) {
    .popover.popover--aligned-popover-event.bottom {
        width: -webkit-calc(100% - 48px);
        width: -moz-calc(100% - 48px);
        width: calc(100% - 48px)
    }
}

.cookie-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-family: Proxima Nova, serif;
    word-wrap: break-word;
    padding-top: 10%
}

.cookie-container--inside-iframe {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999
}

.cookie-container__popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 350px;
    height: 440px;
    padding: 24px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-radius: 16px
}

@media(min-width:768px) {
    .cookie-container__popup {
        width: 518px;
        height: 401px
    }
}

.cookie-container__title {
    color: #58585b;
    font-size: 24px;
    font-weight: 600
}

.cookie-container__info {
    text-align: center;
    color: #58585b;
    font-size: 14px;
    font-weight: 400
}

.cookie-container__info--bold {
    font-weight: 700
}

.cookie-container__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 260px;
    height: 50px;
    background: #37a7f8;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.form-material--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 24px
}

.form-material--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 24px
}

.form-material-text {
    width: 100%;
    padding-top: 20px
}

.form-material-text__content {
    position: relative
}

.form-material-text__label {
    position: absolute;
    bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.is_ltr .form-material-text__label {
    left: 0
}

.is_rtl .form-material-text__label {
    right: 0
}

.form-material-text .form-material-text__label:after {
    content: "*";
    color: #f25050;
    color: var(--Accent-alert);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.form-material-text__input {
    width: 100%;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #58585b;
    color: var(--Content-primary);
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.form-material-text__input:focus~.form-material-text__label,
.form-material-text__input:not(:placeholder-shown)~.form-material-text__label {
    -webkit-transform: translate(-2px, -22px) scale(.86);
    -moz-transform: translate(-2px, -22px) scale(.86);
    -ms-transform: translate(-2px, -22px) scale(.86);
    -o-transform: translate(-2px, -22px) scale(.86);
    transform: translate(-2px, -22px) scale(.86)
}

.form-material-text__errors li {
    margin-top: 8px;
    font-size: 13px;
    color: #f25050;
    color: var(--Accent-alert)
}

.form-material-text__description {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 13px
}

.form-material-text__errors:empty~.form-material-text__description {
    margin-top: 8px
}

.form-material-text--invalid .form-material-text__description {
    display: none
}

.form-material-submit,
.form-material-submit[type=submit] {
    height: 40px;
    padding: 0 12px;
    font-size: 16px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: #fff;
    color: var(--Interaction-Primary-content);
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px
}

.form-material-submit:hover,
.form-material-submit[type=submit]:hover {
    background: #2294e5;
    background: var(--Interaction-Primary-bg_hover)
}

.form-material--row .form-material-submit,
.form-material--row .form-material-submit[type=submit] {
    position: relative;
    top: 8px
}

.mce-wrapper-content h1,
.mce-wrapper-content h2,
.mce-wrapper-content h3,
.mce-wrapper-content h4,
.mce-wrapper-content h5,
.mce-wrapper-content h6 {
    line-height: normal;
    font-weight: 600;
    margin-bottom: 24px
}

.mce-wrapper-content h1 {
    font-size: 32px
}

.mce-wrapper-content h2 {
    font-size: 28px
}

.mce-wrapper-content h3 {
    font-size: 24px
}

.mce-wrapper-content h4 {
    font-size: 20px
}

.mce-wrapper-content h5 {
    font-size: 18px
}

.mce-wrapper-content h6 {
    font-size: 16px
}

.mce-wrapper-content p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px
}

.mce-wrapper-content ul {
    list-style-type: disc;
    margin: 14px 0;
    padding: 0 0 0 40px
}

.mce-wrapper-content ul li {
    list-style-type: disc;
    margin: 14px 0
}

.mce-wrapper-content a {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.mce-wrapper-content a:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.is_rtl .mce-wrapper-content ul {
    padding: 0 40px 0 0
}

.smart-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e6ebf0;
    border-top: 1px solid var(--Bg-secondary);
    background-color: #fff;
    background-color: var(--Bg-default);
    z-index: 301
}

.smart-footer--hidden {
    display: none
}

.smart-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .smart-footer__content {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.is_ltr .smart-footer__content {
    padding: 12px 12px 12px 20px
}

@media(min-width:768px) {
    .is_ltr .smart-footer__content {
        padding: 20px 0
    }
}

.is_rtl .smart-footer__content {
    padding: 12px 20px 12px 12px
}

@media(min-width:768px) {
    .is_rtl .smart-footer__content {
        padding: 20px 0
    }
}

.is_ltr .smart-footer__countdown {
    padding-right: 18px
}

.is_rtl .smart-footer__countdown {
    padding-left: 18px
}

.smart-footer-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .smart-footer-details {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }
}

.smart-footer-details__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .smart-footer-details__info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }
}

.smart-footer-details__basket--mobile {
    display: block
}

@media(min-width:768px) {
    .smart-footer-details__basket--mobile {
        display: none
    }
}

.smart-footer-details__basket--desktop {
    display: none
}

@media(min-width:768px) {
    .smart-footer-details__basket--desktop {
        display: block
    }
}

.smart-footer-details__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    row-gap: 4px
}

@media(min-width:768px) {
    .smart-footer-details__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.smart-footer-details__group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 8px
}

.smart-footer-details__details-ticket {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.smart-footer-details__details-ticket .icon {
    width: 16px;
    height: 16px;
    fill: #ff8300;
    fill: var(--Accent-warning)
}

.is_ltr .smart-footer-details__details-ticket {
    margin-right: 2px
}

.is_rtl .smart-footer-details__details-ticket {
    margin-left: 2px
}

.smart-footer-details__details-counter {
    color: #ff8300;
    color: var(--Accent-warning);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px
}

.is_ltr .smart-footer-details__details-counter {
    margin-right: 8px
}

.is_rtl .smart-footer-details__details-counter {
    margin-left: 8px
}

.smart-footer-details__details-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 13px;
    font-weight: 400
}

.is_ltr .smart-footer-details__details-text {
    margin-right: 2px
}

.is_rtl .smart-footer-details__details-text {
    margin-left: 2px
}

.smart-footer-details__details-icon {
    width: 16px;
    height: 16px
}

.smart-footer-details__details-icon .icon {
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.smart-footer-details__details-icon-active {
    display: none
}

.smart-footer-details__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    color: #58585b;
    color: var(--Content-primary);
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline
}

.smart-footer-details__total-title--light {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.smart-footer-details__total-amount {
    font-size: 18px;
    font-weight: 600
}

.smart-footer-details-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%
}

.smart-footer-details-checkout__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 1px
}

@media(min-width:768px) {
    .smart-footer-details-checkout__total {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        gap: 8px
    }
}

.smart-footer-details-checkout__total-title {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .smart-footer-details-checkout__total-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }
}

.smart-footer-details-checkout__total-value {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.smart-footer-details-checkout__countdown {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px
}

.smart-footer-details-checkout__countdown--hidden {
    display: none
}

.smart-footer-pay-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0
}

@media(min-width:768px) {
    .smart-footer-pay-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -moz-box-flex: 0;
        flex: 0 0 150px
    }
}

.smart-footer-pay-button__pay-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    padding: 12px 16px;
    position: relative;
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    color: #fff;
    color: var(--Interaction-Primary-content);
    border-radius: 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.smart-footer-pay-button__pay-button:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover)
}

.smart-footer-pay-button__pay-button:disabled {
    opacity: 1;
    background-color: #eee;
    background-color: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

@media(min-width:768px) {
    .smart-footer-pay-button__pay-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        padding: 17px;
        font-size: 18px
    }
}

.smart-footer-pay-button__pay-button-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 4px
}

.smart-footer-pay-button__pay-button-text,
.smart-footer-pay-button__pay-button-text-alternative {
    padding: 0 6px
}

@media(min-width:768px) {

    .smart-footer-pay-button__pay-button-text,
    .smart-footer-pay-button__pay-button-text-alternative {
        padding: 0
    }
}

.smart-footer-pay-button__pay-button-text-alternative {
    display: none
}

.smart-footer-pay-button__pay-button-loader {
    display: none;
    width: 20px
}

@media(min-width:768px) {
    .smart-footer-pay-button__pay-button-loader {
        width: 21px
    }
}

.smart-footer-pay-button__pay-button-overlay {
    display: inline-block;
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0
}

@media(min-width:768px) {
    .smart-footer-pay-button__pay-button-overlay {
        height: 56px
    }
}

.smart-footer-pay-button__apple-pay-button {
    width: 100px;
    height: 48px;
    background: #000;
    background: var(--Content-pure);
    border-radius: 8px;
    border: none
}

.smart-footer-pay-button__apple-pay-button .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content);
    width: 59px;
    height: 24px;
    vertical-align: middle
}

@media(min-width:768px) {
    .smart-footer-pay-button__apple-pay-button {
        width: 100%;
        height: 56px
    }
}

.smart-footer-pay-button__samsung-pay-button {
    width: 40vw;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #000;
    background-color: var(--Content-pure);
    border-radius: 8px
}

.smart-footer-pay-button__samsung-pay-button .icon {
    max-width: 100%;
    height: 100%
}

@media(min-width:768px) {
    .smart-footer-pay-button__samsung-pay-button {
        width: 200px;
        height: 56px
    }
}

.smart-footer-pay-button__google-pay-button-container {
    width: 40vw;
    height: 48px
}

.smart-footer-pay-button__google-pay-button-container .gpay-card-info-container {
    min-width: auto
}

@media(min-width:768px) {
    .smart-footer-pay-button__google-pay-button-container {
        width: 200px;
        height: 56px
    }
}

.smart-footer-pay-button--submitting .smart-footer-pay-button__pay-button-text-alternative {
    display: inline-block
}

.smart-footer-pay-button--submitting .smart-footer-pay-button__pay-button-loader {
    display: block
}

.smart-footer-pay-button--submitting .smart-footer-pay-button__pay-button-content {
    display: none
}

.smart-footer-pay-button__samsung-pay-button:disabled,
.smart-footer-pay-button__samsung-pay-button[disabled],
.smart-footer-pay-button__google-pay-button-container:disabled,
.smart-footer-pay-button__google-pay-button-container[disabled],
.smart-footer-pay-button__apple-pay-button:disabled,
.smart-footer-pay-button__apple-pay-button[disabled] {
    opacity: .6;
    pointer-events: none
}

.smart-footer-pay-button__countdown {
    width: 35px;
    padding: 3px 6px;
    color: var(--Control-Primary-primary_text);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .2)
}

.smart-footer-pay-button__countdown--wide {
    width: 50px
}

.smart-footer-pay-button__pay-button:disabled .smart-footer-pay-button__countdown {
    background: rgba(0, 0, 0, .06);
    color: #58585b;
    color: var(--Content-primary)
}

.smart-footer-next-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    color: #fff;
    color: var(--Interaction-Primary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.smart-footer-next-button:hover {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover)
}

.smart-footer-next-button--disabled {
    background-color: #eee;
    background-color: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.smart-footer-next-button--disabled:hover {
    background-color: #eee;
    background-color: var(--Interaction-Disable-bg)
}

.smart-footer-next-button--disabled .smart-footer-next-button__countdown {
    background: rgba(0, 0, 0, .06);
    color: #58585b;
    color: var(--Content-primary)
}

@media(min-width:768px) {
    .smart-footer-next-button {
        min-width: 150px;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        padding: 16px 20px
    }
}

.smart-footer-next-button__text {
    display: inline-block;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

@media(min-width:768px) {
    .smart-footer-next-button__text {
        padding: 0;
        font-size: 18px;
        line-height: 24px
    }
}

.smart-footer-next-button__countdown {
    width: 35px;
    padding: 3px 6px;
    color: var(--Control-Primary-primary_text);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .2)
}

.smart-footer-next-button__countdown--wide {
    width: 50px
}

.smart-footer-countdown-mobile {
    width: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 6px
}

.smart-footer-countdown-mobile__timer {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    flex: 0 0 24px
}

.smart-footer-countdown-mobile__timer .icon {
    width: 24px;
    height: 24px;
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content)
}

.smart-footer-countdown-mobile__time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.smart-footer-countdown-desktop {
    color: #58585b;
    color: var(--Content-primary)
}

.smart-footer-countdown-desktop--hidden {
    opacity: 0
}

.smart-footer-countdown-desktop__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 4px
}

.smart-footer-countdown-desktop__title {
    font-size: 18px
}

.smart-footer-countdown-desktop__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 20px;
    min-width: 36px;
    font-size: 12px
}

.smart-footer-countdown-desktop__time--wide {
    min-width: 60px
}

.smart-footer-countdown-desktop__time--alert {
    color: #f25050;
    color: var(--Accent-alert)
}

@media(min-width:768px) {
    .smart-footer-countdown-desktop__time {
        font-size: 18px;
        min-width: 55px;
        height: 24px
    }

    .smart-footer-countdown-desktop__time--wide {
        min-width: 80px
    }
}

.customer-auth-entry {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .customer-auth-entry {
        min-height: unset
    }
}

.customer-auth-entry--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .customer-auth-entry--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.customer-auth-entry__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.customer-auth-entry__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.customer-auth-entry__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .customer-auth-entry__back {
    left: -4px
}

.is_rtl .customer-auth-entry__back {
    right: -4px
}

.is_rtl .customer-auth-entry__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.customer-auth-entry__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.customer-auth-entry__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .customer-auth-entry__title {
        font-size: 28px;
        line-height: 32px
    }
}

.customer-auth-entry__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.customer-auth-entry__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.customer-auth-entry__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.customer-auth-entry__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.customer-auth-entry__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.customer-auth-entry__quick-order {
    margin-bottom: 16px
}

.customer-auth-entry__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 16px
}

.customer-auth-entry__separator {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.customer-auth-entry__separator-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    height: 1px;
    border-radius: 1px;
    background: rgba(96, 128, 159, .14);
    background: var(--Bg-border)
}

.customer-auth-entry__separator-title {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    background: #fff;
    background: var(--Bg-default);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    z-index: 1
}

.ticket-delivery {
    padding: 16px 20px;
    border-radius: 12px;
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.ticket-delivery__title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.ticket-delivery__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

.ticket-delivery__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.ticket-delivery__app-link {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.ticket-delivery__email {
    color: #58585b;
    color: var(--Content-primary);
    font-weight: 600;
    cursor: pointer
}

.ticket-delivery__email:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.ticket-delivery__change-email-toggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    font-size: 14px;
    font-weight: 500;
    -webkit-text-decoration: underline dashed;
    -moz-text-decoration: underline dashed;
    text-decoration: underline dashed;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px
}

.ticket-delivery__change-email-toggle:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.ticket-delivery__change-email-form {
    display: none;
    width: 295px;
    padding-top: 8px
}

.ticket-delivery__change-email--expanded .ticket-delivery__change-email-form {
    display: block
}

.ticket-delivery__change-email--expanded .ticket-delivery__change-email-toggle {
    display: none
}

.ticket-delivery__change-email--expanded .ticket-delivery__email {
    display: none
}

.modal-container__container {
    width: 100%
}

@media(min-width:768px) {
    .modal-container__container {
        margin: 32px 0 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
}

@media(min-width:992px) {
    .modal-container__container {
        margin: 40px 0 100px
    }
}

.modal-container__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    min-height: -webkit-calc(100vh - 120px);
    min-height: -moz-calc(100vh - 120px);
    min-height: calc(100vh - 120px);
    width: 100%;
    padding: 16px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media(min-width:768px) {
    .modal-container__content {
        min-height: auto;
        width: 414px;
        padding: 16px 32px 32px;
        border-radius: 24px;
        -webkit-box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
        box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12)
    }
}

.modal-container__close {
    position: absolute;
    top: 24px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.modal-container__close .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.modal-container__close:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .modal-container__close {
    right: 18px
}

@media(min-width:768px) {
    .is_ltr .modal-container__close {
        right: 27px
    }
}

.is_rtl .modal-container__close {
    left: 18px
}

@media(min-width:768px) {
    .is_rtl .modal-container__close {
        left: 27px
    }
}

.grid-table-block {
    width: 100%;
    font-size: 14px;
    text-align: left
}

.is_rtl .grid-table-block {
    text-align: right
}

.grid-table-block__table-wrapper {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border)
}

.grid-table-block__table-wrapper--user-panel {
    min-width: 870px
}

.grid-table-block__table-wrapper--automatic-reports {
    min-width: 870px
}

.grid-table-block__th {
    background: #f7f9fa;
    background: var(--Bg-ghost);
    font-weight: 400;
    padding: 12px 8px;
    overflow: hidden;
    white-space: nowrap
}

.grid-table-block__th--first-in-row {
    padding-right: 8px;
    padding-left: 16px
}

.is_rtl .grid-table-block__th--first-in-row {
    padding-right: 16px;
    padding-left: 8px
}

.grid-table-block__th--last-in-row {
    padding-right: 16px;
    padding-left: 8px
}

.is_rtl .grid-table-block__th--last-in-row {
    padding-right: 8px;
    padding-left: 16px
}

.grid-table-block__th a {
    color: #58585b;
    color: var(--Content-primary)
}

.grid-table-block__th a.sort:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    margin-left: 8px;
    background: transparent url(../../../img/arrows-sort-by-no-direction.svg) no-repeat center
}

.is_rtl .grid-table-block__th a.sort:after {
    margin-left: 0;
    margin-right: 8px
}

.grid-table-block__th a.sort.asc:after {
    background: transparent url(../../../img/arrows-sort-by-asc.svg) no-repeat center
}

.grid-table-block__th a.sort.desc:after {
    background: transparent url(../../../img/arrows-sort-by-desc.svg) no-repeat center
}

.grid-table-block__tr {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

.grid-table-block__td {
    padding: 12px 8px;
    vertical-align: top
}

.grid-table-block__td--content-secondary {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.grid-table-block__td--accent-warning {
    color: #ff8300;
    color: var(--Accent-warning)
}

.grid-table-block__td--accent-success {
    color: #64b010;
    color: var(--Accent-success)
}

.grid-table-block__td--accent-alert {
    color: #f25050;
    color: var(--Accent-alert)
}

.grid-table-block__td--condensed {
    padding: 6px 8px
}

.grid-table-block__td--narrow {
    width: 1%;
    white-space: nowrap
}

.grid-table-block__td--align-middle {
    vertical-align: middle
}

.grid-table-block__td--overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.grid-table-block__td--font-size-small {
    font-size: 12px
}

.grid-table-block__td--first-in-row {
    padding-right: 8px;
    padding-left: 16px
}

.is_rtl .grid-table-block__td--first-in-row {
    padding-right: 16px;
    padding-left: 8px
}

.grid-table-block__td--last-in-row {
    padding-right: 16px;
    padding-left: 8px
}

.is_rtl .grid-table-block__td--last-in-row {
    padding-right: 8px;
    padding-left: 16px
}

.grid-table-block__overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.grid-table-block__icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 2px;
    vertical-align: top
}

.grid-table-block__icon--accent-secondary svg {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.grid-table-block__icon--accent-alert svg {
    fill: #f25050;
    fill: var(--Accent-alert)
}

.grid-table-block__button {
    height: 32px;
    width: 32px;
    border-radius: 8px
}

.grid-table-block__button:hover {
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost)
}

.grid-table-block__button-label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.grid-table-block__button-label svg {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.grid-table-block--scrollable {
    overflow-x: auto
}

.grid-table-block--scrollable::-webkit-scrollbar {
    display: none
}

.modal.fade.red-style-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    align-items: end
}

@media(min-width:768px) {
    .modal.fade.red-style-popup {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center
    }
}

.modal-dialog.red-style-popup__modal-dialog {
    width: 100%;
    margin: 0
}

@media(min-width:768px) {
    .modal-dialog.red-style-popup__modal-dialog {
        margin: 10px 0;
        max-width: 416px
    }
}

.modal-content.red-style-popup__modal-content {
    border-radius: 8px
}

.modal .modal-body.red-style-popup__modal-body {
    padding: 30px
}

.modal-close.red-style-popup__modal-close {
    display: none
}

.red-style-popup__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.red-style-popup__text {
    font-size: 16px;
    line-height: 125%;
    font-weight: 500;
    margin: 30px 0
}

.red-style-popup__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 12px
}

.red-style-popup__btn .red-style-popup__btn--cancel,
.red-style-popup__btn .red-style-popup__btn--submit {
    font-size: 16px;
    line-height: 1.25;
    text-transform: none;
    width: 100%;
    border: none
}

.red-style-popup__btn .red-style-popup__btn--cancel {
    padding: 10px 4px;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.red-style-popup__btn .red-style-popup__btn--cancel:hover {
    background-color: inherit
}

.grid-null-state-block__top-block {
    background-image: url(../../../img/null-state/grid-null-state-no-mobile.svg);
    height: 104px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
}

@media(max-width:415px) {
    .grid-null-state-block__top-block {
        background-image: url(../../../img/null-state/grid-null-state-mobile.svg)
    }
}

.grid-null-state-block__top-block--background-centered {
    background-position: center
}

.grid-null-state-block__title {
    color: #58585b;
    color: var(--Content-primary);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: 1rem
}

.grid-null-state-block__description {
    color: #8f8f8f;
    color: var(--Content-secondary);
    text-align: center;
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem
}

.two-factor-verification {
    padding-top: 44px;
    position: relative
}

.two-factor-verification__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.two-factor-verification__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.is_ltr .two-factor-verification__back {
    left: -4px
}

.is_rtl .two-factor-verification__back {
    right: -4px
}

.is_rtl .two-factor-verification__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.two-factor-verification__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .two-factor-verification__title {
        font-size: 28px;
        line-height: 32px
    }
}

.two-factor-verification__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.two-factor-verification__highlighted-content {
    font-weight: 600
}

.two-factor-verification__elements {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.two-factor-verification__request-again {
    padding: 0 4px;
    margin-bottom: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.two-factor-verification__request-again--hidden {
    display: none
}

.two-factor-verification__request-again-link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.two-factor-verification__request-again-link_hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.two-factor-verification__request-again-count-down {
    padding: 0 4px;
    margin-bottom: 16px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.two-factor-verification__request-again-count-down--hidden {
    display: none
}

.customer-details-form {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .customer-details-form {
        min-height: unset
    }
}

.customer-details-form--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .customer-details-form--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.customer-details-form__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.customer-details-form__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.customer-details-form__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .customer-details-form__back {
    left: -4px
}

.is_rtl .customer-details-form__back {
    right: -4px
}

.is_rtl .customer-details-form__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.customer-details-form__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.customer-details-form__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .customer-details-form__title {
        font-size: 28px;
        line-height: 32px
    }
}

.customer-details-form__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.customer-details-form__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.customer-details-form__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.customer-details-form__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.customer-details-form__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.customer-details-form__title {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .customer-details-form__title {
        margin-bottom: 20px
    }
}

.customer-details-form__title-step-count {
    font-size: 16px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px
}

.customer-details-form__ticket-section {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .customer-details-form__ticket-section {
        margin-bottom: 20px
    }
}

.customer-details-form__content {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .customer-details-form__content {
        margin-bottom: 28px
    }
}

.customer-details-form__elements {
    margin-bottom: 0
}

.customer-details-form__ancestor {
    display: none
}

.customer-details-form__ancestor--active {
    display: block
}

@media(min-width:768px) {
    .customer-details-form__content-inner {
        overflow-y: auto;
        scrollbar-gutter: stable;
        max-height: -webkit-calc(100dvh - 405px);
        max-height: -moz-calc(100dvh - 405px);
        max-height: calc(100dvh - 405px);
        margin-inline: -32px -28px;
        padding-inline: 32px 22px
    }
}

@media(min-width:992px) {
    .customer-details-form__content-inner {
        max-height: -webkit-calc(100dvh - 421px);
        max-height: -moz-calc(100dvh - 421px);
        max-height: calc(100dvh - 421px)
    }
}

.customer-details-form__content-inner::-webkit-scrollbar {
    width: 6px
}

.customer-details-form__content-inner::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px
}

.customer-details-form__content-inner::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.customer-details-form__content-inner::-webkit-scrollbar-track {
    margin-top: 0;
    margin-bottom: 0
}

.customer-details-form__content-inner:has(.customer-details-form__title-step-count) .customer-details-form__title {
    margin-bottom: 12px
}

.customer-details-form__description {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.customer-details-form__custom-delete-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #f25050;
    color: var(--Accent-alert);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.is_ltr .customer-details-form__custom-delete-button {
    padding: 0 20px 0 12px
}

.is_rtl .customer-details-form__custom-delete-button {
    padding: 0 12px 0 20px
}

.customer-details-form__custom-add-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.customer-details-form__custom-add-button--hidden {
    display: none
}

.customer-details-form__custom-add-button .pl-kit-btn__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px
}

.customer-details-form__custom-add-button .pl-kit-btn__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.customer-details-form__custom-add-button .icon {
    width: 24px;
    height: 24px
}

.customer-details-form__custom-element {
    display: none
}

.customer-details-form__custom-element--visible {
    display: block
}

.customer-details-form fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px;
    border: unset;
    margin: 0;
    padding: 0;
    min-width: 0
}

.customer-details-form fieldset:has(.customer-details-form__ancestor):not(.customer-details-form__ancestor--active) {
    display: none
}

.customer-details-form .customer-details-form__custom-element.pl-kit-form-text--big:has(.customer-details-form__custom-delete-button) .pl-kit-form-text__input {
    position: relative
}

.is_ltr .customer-details-form .customer-details-form__custom-element.pl-kit-form-text--big:has(.customer-details-form__custom-delete-button) .pl-kit-form-text__input {
    padding: 81px 0 9px 20px
}

.is_rtl .customer-details-form .customer-details-form__custom-element.pl-kit-form-text--big:has(.customer-details-form__custom-delete-button) .pl-kit-form-text__input {
    padding: 81px 20px 9px 0
}

.is_ltr .customer-details-form .customer-details-form__custom-element.pl-kit-form-text--big:has(.customer-details-form__custom-delete-button) .pl-kit-form-text__label {
    width: -webkit-calc(100% - 99px);
    width: -moz-calc(100% - 99px);
    width: calc(100% - 99px)
}

.is_rtl .customer-details-form .customer-details-form__custom-element.pl-kit-form-text--big:has(.customer-details-form__custom-delete-button) .pl-kit-form-text__label {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px)
}

.customer-details-ticket-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    background: #fff;
    background: var(--Bg-default)
}

.customer-details-ticket-section__line {
    border-radius: 2px;
    background: #1c9bf7;
    background: var(--Interaction-Secondary-content);
    width: 4px;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.is_ltr .customer-details-ticket-section__line {
    margin: 6px 0 6px 6px
}

.is_rtl .customer-details-ticket-section__line {
    margin: 6px 6px 6px 0
}

.customer-details-ticket-section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 16px 32px 16px 12px;
    color: #58585b;
    color: var(--Content-primary);
    overflow: hidden
}

.customer-details-ticket-section__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.customer-details-ticket-section__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.customer-details-ticket-section__title,
.customer-details-ticket-section__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.vue-form-element {
    padding-top: 8px
}

.vue-form-element__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

.vue-form-element__input {
    padding: 8px 0;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.vue-form-element__label-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Content-secondary);
    position: absolute;
    top: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.vue-form-element__label-text--required:after {
    content: "*";
    color: #f25050;
    color: var(--Accent-alert)
}

.is_ltr .vue-form-element__label-text--required:after {
    margin-left: 2px
}

.is_rtl .vue-form-element__label-text--required:after {
    margin-right: 2px
}

.vue-form-element__input:focus+.vue-form-element__label-text,
.vue-form-element__input--filled+.vue-form-element__label-text {
    top: -10px;
    font-size: 13px
}

.vue-form-element__error {
    margin-top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #f25050;
    color: var(--Accent-alert)
}

.vue-form-element-with-icon {
    position: relative
}

.vue-form-element-with-icon__icon {
    position: absolute;
    top: 18px
}

.is_ltr .vue-form-element-with-icon__icon {
    right: 0
}

.is_rtl .vue-form-element-with-icon__icon {
    left: 0
}

.v-basket-content-reserved {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    max-height: 90vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media(min-width:768px) {
    .v-basket-content-reserved {
        width: 384px;
        border-radius: 16px;
        background: #fff;
        background: var(--Bg-default);
        -webkit-box-shadow: 0 1.087px 3.623px 0 rgba(0, 0, 0, .02), 0 3.005px 10.017px 0 rgba(0, 0, 0, .04), 0 7.235px 24.118px 0 rgba(0, 0, 0, .05), 0 24px 80px 0 rgba(0, 0, 0, .07);
        box-shadow: 0 1.087px 3.623px 0 rgba(0, 0, 0, .02), 0 3.005px 10.017px 0 rgba(0, 0, 0, .04), 0 7.235px 24.118px 0 rgba(0, 0, 0, .05), 0 24px 80px 0 rgba(0, 0, 0, .07)
    }
}

.v-basket-content-reserved__head {
    padding: 20px 24px;
    background: #fff;
    background: var(--Bg-default)
}

.v-basket-content-reserved__title {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 16px;
    font-weight: 700
}

.v-basket-content-reserved__body {
    padding: 16px 24px 24px;
    overflow-y: scroll
}

.v-basket-content-reserved__body::-webkit-scrollbar {
    width: 6px
}

.v-basket-content-reserved__body::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px
}

.v-basket-content-reserved__body::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.is_ltr .v-basket-content-reserved__body {
    padding-right: 16px;
    margin-right: 2px
}

.is_rtl .v-basket-content-reserved__body {
    padding-left: 16px;
    margin-left: 2px
}

@media(min-width:768px) {
    .v-basket-content-reserved__body {
        max-height: 60vh
    }

    .is_ltr .v-basket-content-reserved__body {
        padding-right: 20px;
        margin-right: 2px
    }

    .is_rtl .v-basket-content-reserved__body {
        padding-left: 20px;
        margin-left: 2px
    }
}

.v-basket-content-reserved__event-name {
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%
}

.v-basket-content-reserved__venue-name {
    margin-top: 4px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%
}

.v-basket-content-reserved__date-time {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 16px
}

.v-basket-content-reserved__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.v-basket-content-reserved__date .icon-calendar-order-summary {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.v-basket-content-reserved__day {
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400
}

.is_ltr .v-basket-content-reserved__day {
    margin-left: 8px
}

.is_rtl .v-basket-content-reserved__day {
    margin-right: 8px
}

.v-basket-content-reserved__week-day {
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400
}

.is_ltr .v-basket-content-reserved__week-day {
    margin-left: 4px
}

.is_rtl .v-basket-content-reserved__week-day {
    margin-right: 4px
}

.v-basket-content-reserved__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

.v-basket-content-reserved__time .icon-clock-colored {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.v-basket-content-reserved__time-text {
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400
}

.v-basket-content-reserved__underline {
    margin-top: 12px;
    border-top: 1px solid #8f8f8f;
    border-top: 1px solid var(--Content-secondary)
}

.v-basket-content-reserved__items {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px
}

.v-basket-content-reserved__note {
    margin-top: 24px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

.v-basket-content-reserved-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 16px;
    overflow: hidden
}

.v-basket-content-reserved-item__ticket {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    flex: 0 0 24px
}

.v-basket-content-reserved-item__ticket .icon {
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    fill: #ff8300;
    fill: var(--Accent-warning)
}

.v-basket-content-reserved-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.v-basket-content-reserved-item__map-zone {
    font-size: 16px;
    font-weight: 600
}

.is_ltr .v-basket-content-reserved-item__map-zone {
    margin-right: 4px
}

.is_rtl .v-basket-content-reserved-item__map-zone {
    margin-left: 4px
}

.v-basket-content-reserved-item__name {
    font-size: 16px;
    font-weight: 400
}

.v-basket-content-reserved-item__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.v-basket-content-reserved-item__line--gaped {
    gap: 8px
}

.v-basket-content-reserved-item__price {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap
}

.v-basket-content-reserved-item__places {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    position: relative;
    top: -1px
}

.is_ltr .v-basket-content-reserved-item__places {
    margin-left: 24px
}

.is_rtl .v-basket-content-reserved-item__places {
    margin-right: 24px
}

.v-basket-content-reserved-item__place {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.v-basket-content-reserved-item__label {
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Content-secondary);
    white-space: nowrap
}

.is_ltr .v-basket-content-reserved-item__label--seats {
    margin-left: 8px
}

.is_rtl .v-basket-content-reserved-item__label--seats {
    margin-right: 8px
}

.v-basket-content-reserved-item__value {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

@media(min-width:768px) {
    .v-promocode-popup {
        padding: 64px 85px
    }
}

.v-promocode-popup__head {
    padding: 20px;
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

@media(min-width:768px) {
    .v-promocode-popup__head {
        padding: 0;
        background: transparent
    }
}

.v-promocode-popup__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media(min-width:768px) {
    .v-promocode-popup__title {
        color: #58585b;
        color: var(--Content-primary);
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px
    }
}

.v-promocode-popup__content {
    padding: 24px 20px 16px
}

@media(min-width:768px) {
    .v-promocode-popup__content {
        padding: 0
    }
}

.v-promocode-form {
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media(min-width:768px) {
    .v-promocode-form {
        width: 370px;
        height: auto
    }
}

.v-promocode-form__title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.v-promocode-form__submit {
    padding: 16px 8px;
    width: 100%;
    color: #fff;
    color: var(--Interaction-Primary-content);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border-radius: 12px;
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg)
}

.v-promocode-form__submit:hover {
    color: #fff;
    color: var(--Interaction-Primary-content_hover);
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover)
}

.v-promocode-form__apply-text {
    margin-top: 8px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 13px;
    font-weight: 400
}

.v-promocode-form__applied {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    margin-top: 32px;
    background-color: #e6ebf0;
    background-color: var(--Bg-secondary);
    border-radius: 12px
}

.v-promocode-form__applied-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 8px
}

.v-promocode-form__applied-icon .icon-checkmark {
    width: 10px;
    height: 10px;
    fill: #58585b;
    fill: var(--Content-primary);
    stroke: #58585b;
    stroke: var(--Content-primary)
}

.v-promocode-form__applied-text {
    color: #58585b;
    color: var(--Content-primary)
}

.v-promocode-form__reset {
    font-size: 14px;
    font-weight: 400;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.v-promocode-form-checkmark {
    width: 16px;
    height: 12px;
    fill: #64b010;
    fill: var(--Accent-success);
    stroke: #64b010;
    stroke: var(--Accent-success)
}

.v-promocode-form-clear-char {
    width: 16px;
    height: 12px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_rtl .v-promocode-form-clear-char {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.v-hall-map-promocode {
    display: inline-block
}

.v-hall-map-promocode__btn {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    padding: 0 20px
}

@media(min-width:768px) {
    .v-hall-map-promocode__btn {
        height: auto;
        gap: 8px;
        padding: 12px 16px;
        border-radius: 32px;
        background: #fff;
        background: var(--Bg-default);
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 6px 7px 0 rgba(136, 142, 152, .08);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 6px 7px 0 rgba(136, 142, 152, .08)
    }
}

.v-hall-map-promocode__icon {
    width: 12px;
    height: 12px;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 3px
}

@media(min-width:768px) {
    .v-hall-map-promocode__icon {
        width: 14px;
        height: 21px
    }
}

.v-hall-map-promocode__percent {
    width: 10px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .v-hall-map-promocode__percent {
        width: 12px;
        height: 12px
    }
}

.v-hall-map-promocode__percent .icon {
    width: 10px;
    height: 10px;
    fill: #831797;
    fill: var(--Accent-promo)
}

@media(min-width:768px) {
    .v-hall-map-promocode__percent .icon {
        width: 12px;
        height: 12px
    }
}

.v-hall-map-promocode__percent--applied {
    width: 12px
}

.v-hall-map-promocode__percent--applied .icon {
    width: 12px;
    height: 12px;
    fill: #831797;
    fill: var(--Accent-promo)
}

.v-hall-map-promocode__percent-text {
    color: #831797;
    color: var(--Accent-promo);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-weight: 400
}

@media(min-width:768px) {
    .v-hall-map-promocode__percent-text {
        font-size: 14px
    }
}

.v-hall-map-promocode__text {
    color: #831797;
    color: var(--Accent-promo);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-weight: 400
}

@media(min-width:768px) {
    .v-hall-map-promocode__text {
        font-size: 14px
    }
}

.v-hall-map-promocode__applied-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 11px 16px;
    border-radius: 20px;
    border: 1px solid #831797;
    border: 1px solid var(--Accent-promo);
    background: #fff;
    background: var(--Bg-default)
}

.v-hall-map-promocode__applied-percent {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.is_ltr .v-hall-map-promocode__applied-percent {
    margin-right: 8px
}

.is_rtl .v-hall-map-promocode__applied-percent {
    margin-left: 8px
}

.v-hall-map-promocode__applied-percent .icon {
    width: 16px;
    height: 16px;
    fill: #831797;
    fill: var(--Accent-promo)
}

.v-hall-map-promocode__applied-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #831797;
    color: var(--Accent-promo)
}

.is_ltr .v-hall-map-promocode__applied-text {
    margin-right: 24px
}

.is_rtl .v-hall-map-promocode__applied-text {
    margin-left: 24px
}

.v-hall-map-promocode__reset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.v-hall-map-promocode__reset:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.pl-kit-btn,
button.pl-kit-btn,
input[type=submit].pl-kit-btn {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #e6ebf0;
    background: var(--Bg-secondary);
    color: #58585b;
    color: var(--Content-primary);
    border: 1px solid #e6ebf0;
    border: 1px solid var(--Bg-secondary);
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    -moz-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pl-kit-btn:hover,
button.pl-kit-btn:hover,
input[type=submit].pl-kit-btn:hover {
    background: #e6ebf0;
    background: var(--Bg-secondary);
    color: #58585b;
    color: var(--Content-primary);
    border-color: #e6ebf0;
    border-color: var(--Bg-secondary)
}

.pl-kit-btn--wide,
button.pl-kit-btn--wide,
input[type=submit].pl-kit-btn--wide {
    width: 100%
}

.pl-kit-btn--wide .pl-kit-btn__content,
button.pl-kit-btn--wide .pl-kit-btn__content,
input[type=submit].pl-kit-btn--wide .pl-kit-btn__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.pl-kit-btn--action,
button.pl-kit-btn--action,
input[type=submit].pl-kit-btn--action {
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    color: #fff;
    color: var(--Interaction-Primary-content);
    border-color: #37a7f8;
    border-color: var(--Interaction-Primary-bg)
}

.pl-kit-btn--action:hover,
button.pl-kit-btn--action:hover,
input[type=submit].pl-kit-btn--action:hover {
    background: #2294e5;
    background: var(--Interaction-Primary-bg_hover);
    color: #fff;
    color: var(--Interaction-Primary-content);
    border-color: #2294e5;
    border-color: var(--Interaction-Primary-bg_hover)
}

.pl-kit-btn--action .pl-kit-btn__icon .icon,
button.pl-kit-btn--action .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--action .pl-kit-btn__icon .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content);
    stroke: #fff;
    stroke: var(--Interaction-Primary-content)
}

.pl-kit-btn--secondary,
button.pl-kit-btn--secondary,
input[type=submit].pl-kit-btn--secondary {
    background: transparent;
    color: #37a7f8;
    color: var(--Interaction-Secondary-border);
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-btn--secondary:hover,
button.pl-kit-btn--secondary:hover,
input[type=submit].pl-kit-btn--secondary:hover {
    background: transparent;
    color: #1985d2;
    color: var(--Interaction-Secondary-border_hover);
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
button.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--secondary .pl-kit-btn__icon .icon {
    fill: #37a7f8;
    fill: var(--Interaction-Secondary-border);
    stroke: #37a7f8;
    stroke: var(--Interaction-Secondary-border)
}

.pl-kit-btn--clear,
button.pl-kit-btn--clear,
input[type=submit].pl-kit-btn--clear {
    background: transparent;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg);
    border: unset
}

.pl-kit-btn--clear:hover,
button.pl-kit-btn--clear:hover,
input[type=submit].pl-kit-btn--clear:hover {
    background: transparent;
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover);
    border-color: transparent
}

.pl-kit-btn--clear .pl-kit-btn__icon .icon,
button.pl-kit-btn--clear .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--clear .pl-kit-btn__icon .icon {
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg);
    stroke: #37a7f8;
    stroke: var(--Interaction-Primary-bg)
}

.pl-kit-btn--clear.pl-kit-btn--small,
.pl-kit-btn--clear.pl-kit-btn--mid,
.pl-kit-btn--clear.pl-kit-btn--big,
button.pl-kit-btn--clear.pl-kit-btn--small,
button.pl-kit-btn--clear.pl-kit-btn--mid,
button.pl-kit-btn--clear.pl-kit-btn--big,
input[type=submit].pl-kit-btn--clear.pl-kit-btn--small,
input[type=submit].pl-kit-btn--clear.pl-kit-btn--mid,
input[type=submit].pl-kit-btn--clear.pl-kit-btn--big {
    padding: 0
}

.pl-kit-btn--elevated,
button.pl-kit-btn--elevated,
input[type=submit].pl-kit-btn--elevated {
    -webkit-box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
    box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
    background: #fff;
    background: var(--Bg-default);
    color: #58585b;
    color: var(--Content-primary);
    border-color: rgba(96, 128, 159, .14);
    border-color: var(--Bg-border)
}

.pl-kit-btn--elevated:hover,
button.pl-kit-btn--elevated:hover,
input[type=submit].pl-kit-btn--elevated:hover {
    background: #f7f9fa;
    background: var(--Bg-ghost);
    color: #58585b;
    color: var(--Content-primary);
    border-color: rgba(96, 128, 159, .14);
    border-color: var(--Bg-border)
}

.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
button.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--elevated .pl-kit-btn__icon .icon {
    fill: #58585b;
    fill: var(--Content-primary);
    stroke: #58585b;
    stroke: var(--Content-primary)
}

.pl-kit-btn:disabled.pl-kit-btn,
.pl-kit-btn:disabled.pl-kit-btn--action,
.pl-kit-btn--disabled.pl-kit-btn,
.pl-kit-btn--disabled.pl-kit-btn--action,
button.pl-kit-btn:disabled.pl-kit-btn,
button.pl-kit-btn:disabled.pl-kit-btn--action,
button.pl-kit-btn--disabled.pl-kit-btn,
button.pl-kit-btn--disabled.pl-kit-btn--action,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--action,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--action {
    background: #eee;
    background: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #eee;
    border-color: var(--Interaction-Disable-bg)
}

.pl-kit-btn:disabled.pl-kit-btn:hover,
.pl-kit-btn:disabled.pl-kit-btn--action:hover,
.pl-kit-btn--disabled.pl-kit-btn:hover,
.pl-kit-btn--disabled.pl-kit-btn--action:hover,
button.pl-kit-btn:disabled.pl-kit-btn:hover,
button.pl-kit-btn:disabled.pl-kit-btn--action:hover,
button.pl-kit-btn--disabled.pl-kit-btn:hover,
button.pl-kit-btn--disabled.pl-kit-btn--action:hover,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn:hover,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--action:hover,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn:hover,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--action:hover {
    background: #eee;
    background: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #eee;
    border-color: var(--Interaction-Disable-bg)
}

.pl-kit-btn:disabled.pl-kit-btn .pl-kit-btn__icon .icon,
.pl-kit-btn:disabled.pl-kit-btn--action .pl-kit-btn__icon .icon,
.pl-kit-btn--disabled.pl-kit-btn .pl-kit-btn__icon .icon,
.pl-kit-btn--disabled.pl-kit-btn--action .pl-kit-btn__icon .icon,
button.pl-kit-btn:disabled.pl-kit-btn .pl-kit-btn__icon .icon,
button.pl-kit-btn:disabled.pl-kit-btn--action .pl-kit-btn__icon .icon,
button.pl-kit-btn--disabled.pl-kit-btn .pl-kit-btn__icon .icon,
button.pl-kit-btn--disabled.pl-kit-btn--action .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--action .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--action .pl-kit-btn__icon .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content)
}

.pl-kit-btn:disabled.pl-kit-btn--secondary,
.pl-kit-btn--disabled.pl-kit-btn--secondary,
button.pl-kit-btn:disabled.pl-kit-btn--secondary,
button.pl-kit-btn--disabled.pl-kit-btn--secondary,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--secondary,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--secondary {
    background: transparent;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border)
}

.pl-kit-btn:disabled.pl-kit-btn--secondary:hover,
.pl-kit-btn--disabled.pl-kit-btn--secondary:hover,
button.pl-kit-btn:disabled.pl-kit-btn--secondary:hover,
button.pl-kit-btn--disabled.pl-kit-btn--secondary:hover,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--secondary:hover,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--secondary:hover {
    background: transparent;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border)
}

.pl-kit-btn:disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
.pl-kit-btn--disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
button.pl-kit-btn:disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
button.pl-kit-btn--disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--secondary .pl-kit-btn__icon .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content)
}

.pl-kit-btn:disabled.pl-kit-btn--clear,
.pl-kit-btn--disabled.pl-kit-btn--clear,
button.pl-kit-btn:disabled.pl-kit-btn--clear,
button.pl-kit-btn--disabled.pl-kit-btn--clear,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--clear,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--clear {
    background: transparent;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: transparent
}

.pl-kit-btn:disabled.pl-kit-btn--clear:hover,
.pl-kit-btn--disabled.pl-kit-btn--clear:hover,
button.pl-kit-btn:disabled.pl-kit-btn--clear:hover,
button.pl-kit-btn--disabled.pl-kit-btn--clear:hover,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--clear:hover,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--clear:hover {
    background: transparent;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: transparent
}

.pl-kit-btn:disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon,
.pl-kit-btn--disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon,
button.pl-kit-btn:disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon,
button.pl-kit-btn--disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--clear .pl-kit-btn__icon .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content)
}

.pl-kit-btn:disabled.pl-kit-btn--elevated,
.pl-kit-btn--disabled.pl-kit-btn--elevated,
button.pl-kit-btn:disabled.pl-kit-btn--elevated,
button.pl-kit-btn--disabled.pl-kit-btn--elevated,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--elevated,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--elevated {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eee;
    background: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border)
}

.pl-kit-btn:disabled.pl-kit-btn--elevated:hover,
.pl-kit-btn--disabled.pl-kit-btn--elevated:hover,
button.pl-kit-btn:disabled.pl-kit-btn--elevated:hover,
button.pl-kit-btn--disabled.pl-kit-btn--elevated:hover,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--elevated:hover,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--elevated:hover {
    background: #eee;
    background: var(--Interaction-Disable-bg);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border)
}

.pl-kit-btn:disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
.pl-kit-btn--disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
button.pl-kit-btn:disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
button.pl-kit-btn--disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn:disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon,
input[type=submit].pl-kit-btn--disabled.pl-kit-btn--elevated .pl-kit-btn__icon .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content)
}

.pl-kit-btn--loading,
button.pl-kit-btn--loading,
input[type=submit].pl-kit-btn--loading {
    opacity: .4
}

.pl-kit-btn__content,
button.pl-kit-btn__content,
input[type=submit].pl-kit-btn__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.pl-kit-btn__icon,
button.pl-kit-btn__icon,
input[type=submit].pl-kit-btn__icon {
    display: inline-block
}

.pl-kit-btn__text,
button.pl-kit-btn__text,
input[type=submit].pl-kit-btn__text {
    display: inline-block
}

.pl-kit-btn--small {
    padding: 7px 8px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px
}

.pl-kit-btn--small.pl-kit-btn--clear {
    padding: 0
}

.pl-kit-btn--small .pl-kit-btn__icon {
    width: 16px;
    height: 16px
}

.pl-kit-btn--small .pl-kit-btn__icon .icon {
    width: 16px;
    height: 16px
}

.pl-kit-btn--small .pl-kit-btn__text {
    padding: 0 4px
}

.pl-kit-btn--mid {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px
}

.pl-kit-btn--mid .pl-kit-btn--clear {
    padding: 0
}

.pl-kit-btn--mid .pl-kit-btn__icon {
    width: 24px;
    height: 24px
}

.pl-kit-btn--mid .pl-kit-btn__icon .icon {
    width: 24px;
    height: 24px
}

.pl-kit-btn--mid .pl-kit-btn__text {
    padding: 0 6px
}

.pl-kit-btn--big {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px
}

.pl-kit-btn--big .pl-kit-btn--clear {
    padding: 0
}

.pl-kit-btn--big .pl-kit-btn__icon {
    width: 24px;
    height: 24px
}

.pl-kit-btn--big .pl-kit-btn__icon .icon {
    width: 24px;
    height: 24px
}

.pl-kit-btn--big .pl-kit-btn__text {
    padding: 0 8px
}

@media(min-width:390px) {
    .pl-kit-btn--xxxs-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--xxxs-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxxs-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xxxs-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xxxs-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:390px) {
    .pl-kit-btn--xxxs-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--xxxs-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxxs-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxxs-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxxs-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:390px) {
    .pl-kit-btn--xxxs-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--xxxs-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxxs-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxxs-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxxs-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

@media(min-width:415px) {
    .pl-kit-btn--xxs-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--xxs-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxs-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xxs-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xxs-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:415px) {
    .pl-kit-btn--xxs-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--xxs-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxs-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxs-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxs-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:415px) {
    .pl-kit-btn--xxs-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--xxs-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xxs-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxs-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xxs-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

@media(min-width:576px) {
    .pl-kit-btn--xs-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--xs-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xs-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xs-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--xs-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:576px) {
    .pl-kit-btn--xs-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--xs-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xs-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xs-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xs-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:576px) {
    .pl-kit-btn--xs-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--xs-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--xs-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xs-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--xs-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

@media(min-width:768px) {
    .pl-kit-btn--sm-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--sm-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--sm-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--sm-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--sm-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:768px) {
    .pl-kit-btn--sm-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--sm-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--sm-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--sm-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--sm-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:768px) {
    .pl-kit-btn--sm-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--sm-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--sm-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--sm-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--sm-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

@media(min-width:992px) {
    .pl-kit-btn--md-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--md-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--md-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--md-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--md-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:992px) {
    .pl-kit-btn--md-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--md-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--md-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--md-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--md-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:992px) {
    .pl-kit-btn--md-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--md-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--md-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--md-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--md-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

@media(min-width:1250px) {
    .pl-kit-btn--lg-small {
        padding: 7px 8px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .pl-kit-btn--lg-small.pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--lg-small .pl-kit-btn__icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--lg-small .pl-kit-btn__icon .icon {
        width: 16px;
        height: 16px
    }

    .pl-kit-btn--lg-small .pl-kit-btn__text {
        padding: 0 4px
    }
}

@media(min-width:1250px) {
    .pl-kit-btn--lg-mid {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px
    }

    .pl-kit-btn--lg-mid .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--lg-mid .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--lg-mid .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--lg-mid .pl-kit-btn__text {
        padding: 0 6px
    }
}

@media(min-width:1250px) {
    .pl-kit-btn--lg-big {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px
    }

    .pl-kit-btn--lg-big .pl-kit-btn--clear {
        padding: 0
    }

    .pl-kit-btn--lg-big .pl-kit-btn__icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--lg-big .pl-kit-btn__icon .icon {
        width: 24px;
        height: 24px
    }

    .pl-kit-btn--lg-big .pl-kit-btn__text {
        padding: 0 8px
    }
}

.pl-kit-toggle {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.pl-kit-toggle__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.pl-kit-toggle__input:hover {
    cursor: pointer
}

.pl-kit-toggle__display {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: -webkit-calc(var(--diameter) * 2 + var(--offset) * 2);
    width: -moz-calc(var(--diameter) * 2 + var(--offset) * 2);
    width: calc(var(--diameter)*2 + var(--offset)*2);
    height: -webkit-calc(var(--diameter) + var(--offset) * 2);
    height: -moz-calc(var(--diameter) + var(--offset) * 2);
    height: calc(var(--diameter) + var(--offset)*2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 100px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 0;
    background-color: rgba(96, 128, 159, .28);
    background-color: var(--Interaction-Form-border)
}

.pl-kit-toggle__display:before {
    content: "";
    width: var(--diameter);
    height: var(--diameter);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--offset);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    background-color: #fff;
    background-color: var(--Interaction-Primary-content)
}

.pl-kit-toggle__input:checked+.pl-kit-toggle__display:before {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.pl-kit-toggle:has(.pl-kit-toggle__input:hover) .pl-kit-toggle__display {
    background-color: rgba(96, 128, 159, .6);
    background-color: var(--Interaction-Form-border_hover)
}

.pl-kit-toggle:has(.pl-kit-toggle__input:checked) .pl-kit-toggle__display {
    background-color: #1c9bf7;
    background-color: var(--Interaction-Secondary-content)
}

.pl-kit-toggle:has(.pl-kit-toggle__input:checked:hover) .pl-kit-toggle__display {
    background-color: #1985d2;
    background-color: var(--Interaction-Secondary-content_hover)
}

.pl-kit-toggle:has(.pl-kit-toggle__input:focus-visible):before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #99d5ff;
    border: 2px solid var(--Interaction-Focus-keyboard);
    border-radius: 100px
}

.pl-kit-toggle--disabled .pl-kit-toggle__display,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:hover) .pl-kit-toggle__display,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:checked) .pl-kit-toggle__display,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:checked:hover) .pl-kit-toggle__display {
    background-color: #eee;
    background-color: var(--Interaction-Disable-bg)
}

.pl-kit-toggle--disabled .pl-kit-toggle__display:before,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:hover) .pl-kit-toggle__display:before,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:checked) .pl-kit-toggle__display:before,
.pl-kit-toggle--disabled:has(.pl-kit-toggle__input:checked:hover) .pl-kit-toggle__display:before {
    background-color: #bfbfbf;
    background-color: var(--Interaction-Disable-content)
}

.pl-kit-toggle--invalid .pl-kit-toggle__display {
    border: 1px solid #f25050;
    border: 1px solid var(--Accent-alert)
}

.pl-kit-toggle--mid {
    --offset: 2px;
    --diameter: 14px
}

.pl-kit-toggle--big {
    --offset: 3px;
    --diameter: 18px
}

@media(min-width:390px) {
    .pl-kit-toggle--xxxs-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-toggle--xxxs-big {
        --offset: 3px;
        --diameter: 18px
    }
}

@media(min-width:415px) {
    .pl-kit-toggle--xxs-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-toggle--xxs-big {
        --offset: 3px;
        --diameter: 18px
    }
}

@media(min-width:576px) {
    .pl-kit-toggle--xs-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-toggle--xs-big {
        --offset: 3px;
        --diameter: 18px
    }
}

@media(min-width:768px) {
    .pl-kit-toggle--sm-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-toggle--sm-big {
        --offset: 3px;
        --diameter: 18px
    }
}

@media(min-width:992px) {
    .pl-kit-toggle--md-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-toggle--md-big {
        --offset: 3px;
        --diameter: 18px
    }
}

@media(min-width:1250px) {
    .pl-kit-toggle--lg-mid {
        --offset: 2px;
        --diameter: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-toggle--lg-big {
        --offset: 3px;
        --diameter: 18px
    }
}

.pl-kit-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 16px
}

.pl-kit-form__element--hidden {
    display: none
}

.pl-kit-form-text__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-text__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-text__content:has(.pl-kit-form-text__input:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-text__content:has(.pl-kit-form-text--disabled),
.pl-kit-form-text__content:has(.pl-kit-form-text__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-text__content-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    flex: 1 1
}

.pl-kit-form-text__edge-button {
    position: relative
}

.pl-kit-form-text__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pl-kit-form-text__input {
    width: 100%;
    position: absolute;
    top: 0;
    font-style: normal;
    font-weight: 400;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    text-overflow: ellipsis;
    opacity: 0
}

.is_ltr .pl-kit-form-text__input {
    left: 0
}

.is_rtl .pl-kit-form-text__input {
    right: 0
}

.pl-kit-form-text__input::-webkit-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input::-moz-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input:-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input::-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input::placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input:focus,
.pl-kit-form-text__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.pl-kit-form-text__input:focus~.pl-kit-form-text__label,
.pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-text__input:disabled~.pl-kit-form-text__label,
.pl-kit-form-text__input--disabled~.pl-kit-form-text__label {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__input:disabled,
.pl-kit-form-text__input--disabled {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-text__icon {
    position: absolute;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    stroke: #8f8f8f;
    stroke: var(--Content-secondary)
}

.pl-kit-form-text__errors,
.pl-kit-form-text__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-text__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-text__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-text__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-text__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-text__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-text--invalid .pl-kit-form-text__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-text--invalid .pl-kit-form-text__errors {
    display: block
}

.pl-kit-form-text--invalid .pl-kit-form-text__description {
    display: none
}

.pl-kit-form-text--mid .pl-kit-form-text__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-text--mid .pl-kit-form-text__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px)
}

.is_ltr .pl-kit-form-text--mid .pl-kit-form-text__label {
    left: 18px
}

.is_rtl .pl-kit-form-text--mid .pl-kit-form-text__label {
    right: 18px
}

.pl-kit-form-text--mid .pl-kit-form-text__input {
    height: 88px;
    padding: 64px 18px 6px;
    font-size: 14px;
    line-height: 18px
}

.pl-kit-form-text--mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
.pl-kit-form-text--mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-text--mid .pl-kit-form-text__edge-button {
    position: relative;
    padding: 0 18px;
    font-weight: 400;
    line-height: 18px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.pl-kit-form-text--mid .pl-kit-form-text__icon {
    width: 16px;
    height: 16px;
    top: 14px
}

.pl-kit-form-text--mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
    left: 36px
}

.is_ltr .pl-kit-form-text--mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
    padding-left: 36px
}

.is_rtl .pl-kit-form-text--mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
    padding-right: 36px
}

.is_ltr .pl-kit-form-text--mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
    left: 14px
}

.is_rtl .pl-kit-form-text--mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
    right: 14px
}

.is_ltr .pl-kit-form-text--mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
    padding-right: 36px
}

.is_rtl .pl-kit-form-text--mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
    padding-left: 36px
}

.is_ltr .pl-kit-form-text--mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
    right: 14px
}

.is_rtl .pl-kit-form-text--mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
    left: 14px
}

.pl-kit-form-text--mid .pl-kit-form-text__errors,
.pl-kit-form-text--mid .pl-kit-form-text__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-text--big .pl-kit-form-text__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-text--big .pl-kit-form-text__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px)
}

.is_ltr .pl-kit-form-text--big .pl-kit-form-text__label {
    left: 20px
}

.is_rtl .pl-kit-form-text--big .pl-kit-form-text__label {
    right: 20px
}

.pl-kit-form-text--big .pl-kit-form-text__icon {
    width: 24px;
    height: 24px;
    top: 17px
}

.pl-kit-form-text--big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
    left: 48px
}

.is_ltr .pl-kit-form-text--big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
    padding-left: 48px
}

.is_rtl .pl-kit-form-text--big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
    padding-right: 48px
}

.is_ltr .pl-kit-form-text--big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
    left: 16px
}

.is_rtl .pl-kit-form-text--big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
    right: 16px
}

.is_ltr .pl-kit-form-text--big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
    padding-right: 48px
}

.is_rtl .pl-kit-form-text--big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
    padding-left: 48px
}

.is_ltr .pl-kit-form-text--big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
    right: 16px
}

.is_rtl .pl-kit-form-text--big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
    left: 16px
}

.pl-kit-form-text--big .pl-kit-form-text__input {
    height: 112px;
    padding: 81px 20px 9px;
    font-size: 18px;
    line-height: 22px
}

.pl-kit-form-text--big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
.pl-kit-form-text--big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
    font-size: 13px;
    line-height: 16px
}

.pl-kit-form-text--big .pl-kit-form-text__errors,
.pl-kit-form-text--big .pl-kit-form-text__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--xxxs-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--xxxs-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--xxxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--xxxs-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-text--xxxs-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--xxxs-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--xxxs-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--xxxs-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--xxxs-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--xxxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--xxxs-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--xxxs-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xxxs-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--xxxs-big .pl-kit-form-text__errors,
    .pl-kit-form-text--xxxs-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-text--xxs-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--xxs-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--xxs-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xxs-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--xxs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--xxs-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--xxs-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-text--xxs-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--xxs-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--xxs-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--xxs-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--xxs-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--xxs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--xxs-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--xxs-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xxs-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--xxs-big .pl-kit-form-text__errors,
    .pl-kit-form-text--xxs-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-text--xs-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--xs-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--xs-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xs-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--xs-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--xs-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--xs-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-text--xs-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--xs-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--xs-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--xs-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--xs-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--xs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--xs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--xs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--xs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--xs-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--xs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--xs-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--xs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--xs-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--xs-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--xs-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--xs-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--xs-big .pl-kit-form-text__errors,
    .pl-kit-form-text--xs-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-text--sm-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--sm-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--sm-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--sm-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--sm-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--sm-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--sm-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-text--sm-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--sm-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--sm-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--sm-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--sm-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--sm-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--sm-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--sm-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--sm-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--sm-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--sm-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--sm-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--sm-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--sm-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--sm-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--sm-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--sm-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--sm-big .pl-kit-form-text__errors,
    .pl-kit-form-text--sm-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-text--md-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--md-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--md-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--md-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--md-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--md-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--md-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--md-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--md-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--md-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--md-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--md-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--md-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--md-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--md-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-text--md-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--md-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--md-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--md-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--md-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--md-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--md-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--md-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--md-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--md-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--md-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--md-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--md-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--md-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--md-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--md-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--md-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--md-big .pl-kit-form-text__errors,
    .pl-kit-form-text--md-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-text--lg-mid .pl-kit-form-text__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-text--lg-mid .pl-kit-form-text__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-text--lg-mid .pl-kit-form-text__label {
        right: 18px
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--lg-mid .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__edge-button {
        position: relative;
        padding: 0 18px;
        font-weight: 400;
        line-height: 18px;
        color: #1c9bf7;
        color: var(--Interaction-Secondary-content)
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__icon {
        width: 16px;
        height: 16px;
        top: 14px
    }

    .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 14px
    }

    .is_rtl .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 14px
    }

    .is_ltr .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 14px
    }

    .is_rtl .pl-kit-form-text--lg-mid.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 14px
    }

    .pl-kit-form-text--lg-mid .pl-kit-form-text__errors,
    .pl-kit-form-text--lg-mid .pl-kit-form-text__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-text--lg-big .pl-kit-form-text__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-text--lg-big .pl-kit-form-text__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .is_ltr .pl-kit-form-text--lg-big .pl-kit-form-text__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-text--lg-big .pl-kit-form-text__label {
        right: 20px
    }

    .pl-kit-form-text--lg-big .pl-kit-form-text__icon {
        width: 24px;
        height: 24px;
        top: 17px
    }

    .pl-kit-form-text--lg-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-text--lg-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-text--lg-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-text--lg-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        left: 16px
    }

    .is_rtl .pl-kit-form-text--lg-big.pl-kit-form-text--icon-prepend .pl-kit-form-text__icon {
        right: 16px
    }

    .is_ltr .pl-kit-form-text--lg-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-text--lg-big.pl-kit-form-text--icon-append .pl-kit-form-text__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-text--lg-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        right: 16px
    }

    .is_rtl .pl-kit-form-text--lg-big.pl-kit-form-text--icon-append .pl-kit-form-text__icon {
        left: 16px
    }

    .pl-kit-form-text--lg-big .pl-kit-form-text__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-text--lg-big .pl-kit-form-text__input:focus~.pl-kit-form-text__label,
    .pl-kit-form-text--lg-big .pl-kit-form-text__input:not(:placeholder-shown)~.pl-kit-form-text__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-text--lg-big .pl-kit-form-text__errors,
    .pl-kit-form-text--lg-big .pl-kit-form-text__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-password__content {
    position: relative;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-password__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-password__content:has(.pl-kit-form-password__input:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-password__content:has(.pl-kit-form-password--disabled),
.pl-kit-form-password__content:has(.pl-kit-form-password__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-password__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap
}

.pl-kit-form-password__input {
    width: 100%;
    position: absolute;
    top: 0;
    font-style: normal;
    font-weight: 400;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    opacity: 0
}

.pl-kit-form-password__input::-webkit-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input::-moz-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input:-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input::-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input::placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input:focus,
.pl-kit-form-password__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.pl-kit-form-password__input:focus~.pl-kit-form-password__label,
.pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-password__input:disabled~.pl-kit-form-password__label,
.pl-kit-form-password__input--disabled~.pl-kit-form-password__label {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__input:disabled,
.pl-kit-form-password__input--disabled {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-password__icon {
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    stroke: #8f8f8f;
    stroke: var(--Content-secondary)
}

.pl-kit-form-password__errors,
.pl-kit-form-password__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-password__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-password__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-password--invalid .pl-kit-form-password__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-password--invalid .pl-kit-form-password__errors {
    display: block
}

.pl-kit-form-password--invalid .pl-kit-form-password__description {
    display: none
}

.pl-kit-form-password--mid .pl-kit-form-password__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-password--mid .pl-kit-form-password__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-password--mid .pl-kit-form-password__label {
    left: 18px
}

.is_rtl .pl-kit-form-password--mid .pl-kit-form-password__label {
    right: 18px
}

.pl-kit-form-password--mid .pl-kit-form-password__input {
    height: 88px;
    padding: 64px 18px 6px;
    font-size: 14px;
    line-height: 18px
}

.pl-kit-form-password--mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
.pl-kit-form-password--mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-password--mid .pl-kit-form-password__icon {
    width: 16px;
    height: 16px;
    padding: 10px;
    top: 4px
}

.pl-kit-form-password--mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
    left: 36px
}

.is_ltr .pl-kit-form-password--mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
    padding-left: 36px
}

.is_rtl .pl-kit-form-password--mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
    padding-right: 36px
}

.is_ltr .pl-kit-form-password--mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
    left: 4px
}

.is_rtl .pl-kit-form-password--mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
    right: 4px
}

.is_ltr .pl-kit-form-password--mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
    padding-right: 36px
}

.is_rtl .pl-kit-form-password--mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
    padding-left: 36px
}

.is_ltr .pl-kit-form-password--mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
    right: 4px
}

.is_rtl .pl-kit-form-password--mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
    left: 4px
}

.pl-kit-form-password--mid .pl-kit-form-password__errors,
.pl-kit-form-password--mid .pl-kit-form-password__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-password--big .pl-kit-form-password__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-password--big .pl-kit-form-password__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-password--big .pl-kit-form-password__label {
    left: 20px
}

.is_rtl .pl-kit-form-password--big .pl-kit-form-password__label {
    right: 20px
}

.pl-kit-form-password--big .pl-kit-form-password__icon {
    width: 24px;
    height: 24px;
    top: 4px;
    padding: 13px
}

.pl-kit-form-password--big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
    left: 48px
}

.is_ltr .pl-kit-form-password--big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
    padding-left: 48px
}

.is_rtl .pl-kit-form-password--big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
    padding-right: 48px
}

.is_ltr .pl-kit-form-password--big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
    left: 3px
}

.is_rtl .pl-kit-form-password--big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
    right: 3px
}

.is_ltr .pl-kit-form-password--big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
    padding-right: 48px
}

.is_rtl .pl-kit-form-password--big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
    padding-left: 48px
}

.is_ltr .pl-kit-form-password--big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
    right: 3px
}

.is_rtl .pl-kit-form-password--big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
    left: 3px
}

.pl-kit-form-password--big .pl-kit-form-password__input {
    height: 112px;
    padding: 81px 20px 9px;
    font-size: 18px;
    line-height: 22px
}

.pl-kit-form-password--big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
.pl-kit-form-password--big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
    font-size: 13px;
    line-height: 16px
}

.pl-kit-form-password--big .pl-kit-form-password__errors,
.pl-kit-form-password--big .pl-kit-form-password__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--xxxs-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--xxxs-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--xxxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--xxxs-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-password--xxxs-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--xxxs-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--xxxs-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--xxxs-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--xxxs-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--xxxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--xxxs-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--xxxs-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xxxs-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--xxxs-big .pl-kit-form-password__errors,
    .pl-kit-form-password--xxxs-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-password--xxs-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--xxs-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--xxs-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--xxs-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--xxs-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--xxs-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xxs-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--xxs-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--xxs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--xxs-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--xxs-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-password--xxs-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--xxs-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--xxs-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--xxs-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--xxs-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--xxs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--xxs-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--xxs-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xxs-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--xxs-big .pl-kit-form-password__errors,
    .pl-kit-form-password--xxs-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-password--xs-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--xs-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--xs-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--xs-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--xs-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--xs-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xs-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--xs-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--xs-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--xs-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--xs-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-password--xs-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--xs-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--xs-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--xs-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--xs-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--xs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--xs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--xs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--xs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--xs-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--xs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--xs-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--xs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--xs-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--xs-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--xs-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--xs-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--xs-big .pl-kit-form-password__errors,
    .pl-kit-form-password--xs-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-password--sm-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--sm-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--sm-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--sm-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--sm-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--sm-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--sm-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--sm-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--sm-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--sm-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--sm-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-password--sm-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--sm-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--sm-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--sm-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--sm-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--sm-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--sm-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--sm-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--sm-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--sm-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--sm-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--sm-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--sm-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--sm-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--sm-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--sm-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--sm-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--sm-big .pl-kit-form-password__errors,
    .pl-kit-form-password--sm-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-password--md-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--md-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--md-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--md-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--md-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--md-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--md-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--md-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--md-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--md-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--md-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--md-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--md-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--md-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--md-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--md-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--md-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--md-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--md-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-password--md-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--md-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--md-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--md-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--md-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--md-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--md-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--md-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--md-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--md-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--md-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--md-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--md-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--md-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--md-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--md-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--md-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--md-big .pl-kit-form-password__errors,
    .pl-kit-form-password--md-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-password--lg-mid .pl-kit-form-password__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-password--lg-mid .pl-kit-form-password__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-password--lg-mid .pl-kit-form-password__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-password--lg-mid .pl-kit-form-password__label {
        right: 18px
    }

    .pl-kit-form-password--lg-mid .pl-kit-form-password__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-password--lg-mid .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--lg-mid .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 12px;
        line-height: 14px
    }

    .pl-kit-form-password--lg-mid .pl-kit-form-password__icon {
        width: 16px;
        height: 16px;
        padding: 10px;
        top: 4px
    }

    .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 36px
    }

    .is_ltr .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_rtl .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_ltr .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 4px
    }

    .is_rtl .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 4px
    }

    .is_ltr .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 36px
    }

    .is_rtl .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 36px
    }

    .is_ltr .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 4px
    }

    .is_rtl .pl-kit-form-password--lg-mid.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 4px
    }

    .pl-kit-form-password--lg-mid .pl-kit-form-password__errors,
    .pl-kit-form-password--lg-mid .pl-kit-form-password__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-password--lg-big .pl-kit-form-password__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-password--lg-big .pl-kit-form-password__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-password--lg-big .pl-kit-form-password__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-password--lg-big .pl-kit-form-password__label {
        right: 20px
    }

    .pl-kit-form-password--lg-big .pl-kit-form-password__icon {
        width: 24px;
        height: 24px;
        top: 4px;
        padding: 13px
    }

    .pl-kit-form-password--lg-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__label {
        left: 48px
    }

    .is_ltr .pl-kit-form-password--lg-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_rtl .pl-kit-form-password--lg-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_ltr .pl-kit-form-password--lg-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        left: 3px
    }

    .is_rtl .pl-kit-form-password--lg-big.pl-kit-form-password--icon-prepend .pl-kit-form-password__icon {
        right: 3px
    }

    .is_ltr .pl-kit-form-password--lg-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-right: 48px
    }

    .is_rtl .pl-kit-form-password--lg-big.pl-kit-form-password--icon-append .pl-kit-form-password__input {
        padding-left: 48px
    }

    .is_ltr .pl-kit-form-password--lg-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        right: 3px
    }

    .is_rtl .pl-kit-form-password--lg-big.pl-kit-form-password--icon-append .pl-kit-form-password__icon {
        left: 3px
    }

    .pl-kit-form-password--lg-big .pl-kit-form-password__input {
        height: 112px;
        padding: 81px 20px 9px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-password--lg-big .pl-kit-form-password__input:focus~.pl-kit-form-password__label,
    .pl-kit-form-password--lg-big .pl-kit-form-password__input:not(:placeholder-shown)~.pl-kit-form-password__label {
        font-size: 13px;
        line-height: 16px
    }

    .pl-kit-form-password--lg-big .pl-kit-form-password__errors,
    .pl-kit-form-password--lg-big .pl-kit-form-password__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@-webkit-keyframes pl-kit-textarea-focus-mid {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-moz-keyframes pl-kit-textarea-focus-mid {
    0% {
        opacity: 0;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes pl-kit-textarea-focus-mid {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes pl-kit-textarea-blur-mid {
    0% {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    99% {
        top: 20px;
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

@-moz-keyframes pl-kit-textarea-blur-mid {
    0% {
        top: 20px;
        opacity: 1;
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    99% {
        top: 20px;
        opacity: 0;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

@keyframes pl-kit-textarea-blur-mid {
    0% {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    99% {
        top: 20px;
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes pl-kit-textarea-focus-big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-moz-keyframes pl-kit-textarea-focus-big {
    0% {
        opacity: 0;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@keyframes pl-kit-textarea-focus-big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-webkit-keyframes pl-kit-textarea-blur-big {
    0% {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    99% {
        top: 24px;
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

@-moz-keyframes pl-kit-textarea-blur-big {
    0% {
        top: 24px;
        opacity: 1;
        -moz-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    99% {
        top: 24px;
        opacity: 0;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

@keyframes pl-kit-textarea-blur-big {
    0% {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    99% {
        top: 24px;
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        top: 0
    }
}

.pl-kit-form-textarea__content {
    position: relative;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-textarea__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-textarea__content:has(.pl-kit-form-textarea__textarea:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-textarea__content:has(.pl-kit-form-textarea--disabled),
.pl-kit-form-textarea__content:has(.pl-kit-form-textarea__textarea:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-textarea__content:has(.pl-kit-form-textarea--disabled) .pl-kit-form-textarea__label,
.pl-kit-form-textarea__content:has(.pl-kit-form-textarea__textarea:disabled) .pl-kit-form-textarea__label {
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-textarea__content .icon-resizer {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
    fill: #60809f
}

.is_ltr .pl-kit-form-textarea__content .icon-resizer {
    right: 0
}

.is_rtl .pl-kit-form-textarea__content .icon-resizer {
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pl-kit-form-textarea__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    background: var(--Bg-default);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap
}

.pl-kit-form-textarea__textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    color: #58585b;
    color: var(--Content-primary);
    font-style: normal;
    font-weight: 400;
    opacity: 0
}

.pl-kit-form-textarea__textarea::-webkit-resizer {
    opacity: 0
}

.pl-kit-form-textarea__textarea::-webkit-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea::-moz-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea:-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea::-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea::placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
.pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
    font-style: normal;
    font-weight: 400
}

.pl-kit-form-textarea__textarea:disabled~.pl-kit-form-textarea__label,
.pl-kit-form-textarea__textarea--disabled~.pl-kit-form-textarea__label {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__textarea:disabled,
.pl-kit-form-textarea__textarea--disabled {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-textarea__errors,
.pl-kit-form-textarea__description,
.pl-kit-form-textarea__counter {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-textarea__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-textarea__description,
.pl-kit-form-textarea__counter {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-textarea__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-textarea__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-textarea__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-textarea--invalid .pl-kit-form-textarea__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-textarea--invalid .pl-kit-form-textarea__errors {
    display: block
}

.pl-kit-form-textarea--invalid .pl-kit-form-textarea__description {
    display: none
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__content {
    border-radius: 8px
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__label {
    top: 13px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
    margin-top: -6px;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px)
}

.is_ltr .pl-kit-form-textarea--mid .pl-kit-form-textarea__label {
    left: 18px
}

.is_rtl .pl-kit-form-textarea--mid .pl-kit-form-textarea__label {
    right: 18px
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea {
    padding: 20px 18px 12px;
    font-size: 14px;
    line-height: 20px
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea:focus,
.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
    top: 20px;
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-animation: pl-kit-textarea-focus-mid .12s;
    -moz-animation: pl-kit-textarea-focus-mid .12s;
    animation: pl-kit-textarea-focus-mid .12s
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea--blur {
    -webkit-animation: pl-kit-textarea-blur-mid .12s;
    -moz-animation: pl-kit-textarea-blur-mid .12s;
    animation: pl-kit-textarea-blur-mid .12s
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
.pl-kit-form-textarea--mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-textarea--mid .pl-kit-form-textarea__errors,
.pl-kit-form-textarea--mid .pl-kit-form-textarea__description,
.pl-kit-form-textarea--mid .pl-kit-form-textarea__counter {
    margin-top: 4px;
    font-size: 13px;
    line-height: 16px
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__content {
    border-radius: 8px
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__label {
    top: 13px;
    font-size: 18px;
    line-height: 24px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 11px;
    margin-top: -11px
}

.is_ltr .pl-kit-form-textarea--big .pl-kit-form-textarea__label {
    left: 20px
}

.is_rtl .pl-kit-form-textarea--big .pl-kit-form-textarea__label {
    right: 20px
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea {
    padding: 25px 20px 16px;
    font-size: 18px;
    line-height: 24px
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea:focus,
.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
    top: 24px;
    opacity: 1;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation: pl-kit-textarea-focus-big .12s;
    -moz-animation: pl-kit-textarea-focus-big .12s;
    animation: pl-kit-textarea-focus-big .12s
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea--blur {
    -webkit-animation: pl-kit-textarea-blur-big .12s;
    -moz-animation: pl-kit-textarea-blur-big .12s;
    animation: pl-kit-textarea-blur-big .12s
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
.pl-kit-form-textarea--big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.pl-kit-form-textarea--big .pl-kit-form-textarea__errors,
.pl-kit-form-textarea--big .pl-kit-form-textarea__description,
.pl-kit-form-textarea--big .pl-kit-form-textarea__counter {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xxxs-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:390px) {
    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xxxs-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xxs-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xxs-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xs-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--xs-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--sm-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--sm-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--md-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--md-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--md-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--md-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        margin-top: -6px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .is_ltr .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__label {
        right: 18px
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea {
        padding: 20px 18px 12px;
        font-size: 14px;
        line-height: 20px
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 20px;
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation: pl-kit-textarea-focus-mid .12s;
        -moz-animation: pl-kit-textarea-focus-mid .12s;
        animation: pl-kit-textarea-focus-mid .12s
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-mid .12s;
        -moz-animation: pl-kit-textarea-blur-mid .12s;
        animation: pl-kit-textarea-blur-mid .12s
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--lg-mid .pl-kit-form-textarea__counter {
        margin-top: 4px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__content {
        border-radius: 8px
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__label {
        top: 13px;
        font-size: 18px;
        line-height: 24px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-top: 11px;
        margin-top: -11px
    }

    .is_ltr .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__label {
        right: 20px
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea {
        padding: 25px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea:focus,
    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea:not(:placeholder-shown) {
        top: 24px;
        opacity: 1;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation: pl-kit-textarea-focus-big .12s;
        -moz-animation: pl-kit-textarea-focus-big .12s;
        animation: pl-kit-textarea-focus-big .12s
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea--blur {
        -webkit-animation: pl-kit-textarea-blur-big .12s;
        -moz-animation: pl-kit-textarea-blur-big .12s;
        animation: pl-kit-textarea-blur-big .12s
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea:focus~.pl-kit-form-textarea__label,
    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__textarea:not(:placeholder-shown)~.pl-kit-form-textarea__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__errors,
    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__description,
    .pl-kit-form-textarea--lg-big .pl-kit-form-textarea__counter {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-phone {
    direction: ltr
}

.pl-kit-form-phone__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-phone__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-phone__content:has(.pl-kit-form-country-code:focus),
.pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-phone__content:has(.pl-kit-form-phone--disabled),
.pl-kit-form-phone__content:has(.pl-kit-form-phone__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-phone__country-code {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.pl-kit-form-phone__country-code-select {
    display: none
}

.pl-kit-form-phone__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.pl-kit-form-phone__plus {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s
}

.pl-kit-form-phone:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
.pl-kit-form-phone:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
    opacity: 1
}

.pl-kit-form-phone__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    opacity: 0
}

.pl-kit-form-phone__input:focus,
.pl-kit-form-phone__input:not(:placeholder-shown) {
    opacity: 1
}

.pl-kit-form-phone__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap
}

.pl-kit-form-phone__errors,
.pl-kit-form-phone__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-phone__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-phone__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-phone__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-phone__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-phone__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-phone--invalid .pl-kit-form-phone__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-phone--invalid .pl-kit-form-phone__errors {
    display: block
}

.pl-kit-form-phone--invalid .pl-kit-form-phone__description {
    display: none
}

.pl-kit-form-phone--mid .pl-kit-form-phone__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-phone--mid .pl-kit-form-phone__country-code {
    width: 63px
}

.pl-kit-form-phone--mid .pl-kit-form-phone__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-phone--mid .pl-kit-form-phone__label {
    left: 81px
}

.is_rtl .pl-kit-form-phone--mid .pl-kit-form-phone__label {
    right: 18px
}

.pl-kit-form-phone--mid .pl-kit-form-phone__plus {
    top: 21px;
    left: 18px;
    font-size: 14px;
    line-height: 18px;
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px);
    transform: translateY(44px)
}

.pl-kit-form-phone--mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
.pl-kit-form-phone--mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pl-kit-form-phone--mid .pl-kit-form-phone__input {
    height: 88px;
    width: 100%;
    padding: 64px 18px 6px 25px;
    font-size: 14px;
    line-height: 18px
}

.pl-kit-form-phone--mid .pl-kit-form-phone__input:focus,
.pl-kit-form-phone--mid .pl-kit-form-phone__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    -o-transform: translateY(-44px);
    transform: translateY(-44px)
}

.pl-kit-form-phone--mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
.pl-kit-form-phone--mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-phone--mid .pl-kit-form-phone__errors,
.pl-kit-form-phone--mid .pl-kit-form-phone__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-phone--big .pl-kit-form-phone__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-phone--big .pl-kit-form-phone__country-code {
    width: 75px
}

.pl-kit-form-phone--big .pl-kit-form-phone__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-phone--big .pl-kit-form-phone__label {
    left: 95px
}

.is_rtl .pl-kit-form-phone--big .pl-kit-form-phone__label {
    right: 20px
}

.pl-kit-form-phone--big .pl-kit-form-phone__plus {
    top: 25px;
    left: 18px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: translateY(56px);
    -moz-transform: translateY(56px);
    -ms-transform: translateY(56px);
    -o-transform: translateY(56px);
    transform: translateY(56px)
}

.pl-kit-form-phone--big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
.pl-kit-form-phone--big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pl-kit-form-phone--big .pl-kit-form-phone__input {
    height: 112px;
    width: 100%;
    padding: 81px 20px 9px 27px;
    font-size: 18px;
    line-height: 22px
}

.pl-kit-form-phone--big .pl-kit-form-phone__input:focus,
.pl-kit-form-phone--big .pl-kit-form-phone__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-56px);
    -moz-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    -o-transform: translateY(-56px);
    transform: translateY(-56px)
}

.pl-kit-form-phone--big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
.pl-kit-form-phone--big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-phone--big .pl-kit-form-phone__errors,
.pl-kit-form-phone--big .pl-kit-form-phone__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--xxxs-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xxxs-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xxxs-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--xxxs-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xxxs-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xxxs-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--xxs-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xxs-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xxs-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--xxs-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--xxs-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--xxs-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xxs-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xxs-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--xs-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--xs-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--xs-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xs-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xs-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-phone--xs-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--xs-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--xs-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--xs-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--xs-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--xs-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--xs-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--xs-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--xs-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--sm-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--sm-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--sm-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--sm-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--sm-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-phone--sm-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--sm-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--sm-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--sm-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--sm-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--sm-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--sm-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--sm-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--sm-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-phone--md-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--md-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--md-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--md-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--md-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--md-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--md-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--md-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--md-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-phone--md-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--md-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--md-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--md-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--md-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--md-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--md-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--md-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--md-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__country-code {
        width: 63px
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-phone--lg-mid .pl-kit-form-phone__label {
        left: 81px
    }

    .is_rtl .pl-kit-form-phone--lg-mid .pl-kit-form-phone__label {
        right: 18px
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__plus {
        top: 21px;
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        -webkit-transform: translateY(44px);
        -moz-transform: translateY(44px);
        -ms-transform: translateY(44px);
        -o-transform: translateY(44px);
        transform: translateY(44px)
    }

    .pl-kit-form-phone--lg-mid:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--lg-mid:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__input {
        height: 88px;
        width: 100%;
        padding: 64px 18px 6px 25px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__errors,
    .pl-kit-form-phone--lg-mid .pl-kit-form-phone__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-phone--lg-big .pl-kit-form-phone__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__country-code {
        width: 75px
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-phone--lg-big .pl-kit-form-phone__label {
        left: 95px
    }

    .is_rtl .pl-kit-form-phone--lg-big .pl-kit-form-phone__label {
        right: 20px
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__plus {
        top: 25px;
        left: 18px;
        font-size: 18px;
        line-height: 22px;
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px)
    }

    .pl-kit-form-phone--lg-big:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__plus,
    .pl-kit-form-phone--lg-big:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__plus {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__input {
        height: 112px;
        width: 100%;
        padding: 81px 20px 9px 27px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__input:focus,
    .pl-kit-form-phone--lg-big .pl-kit-form-phone__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:focus) .pl-kit-form-phone__label,
    .pl-kit-form-phone--lg-big .pl-kit-form-phone__content:has(.pl-kit-form-phone__input:not(:placeholder-shown)) .pl-kit-form-phone__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-phone--lg-big .pl-kit-form-phone__errors,
    .pl-kit-form-phone--lg-big .pl-kit-form-phone__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-date__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.pl-kit-form-date__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-date__content:has(.pl-kit-form-date--disabled),
.pl-kit-form-date__content:has(.pl-kit-form-date__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-date__calendar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.pl-kit-form-date__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.pl-kit-form-date__view {
    width: 100%
}

.pl-kit-form-date__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    opacity: 0
}

.pl-kit-form-date__input:focus,
.pl-kit-form-date__input:not(:placeholder-shown) {
    opacity: 1
}

.pl-kit-form-date__input::-webkit-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-style: normal
}

.pl-kit-form-date__input::-moz-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-style: normal
}

.pl-kit-form-date__input:-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-style: normal
}

.pl-kit-form-date__input::-ms-input-placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-style: normal
}

.pl-kit-form-date__input::placeholder {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    font-style: normal
}

.pl-kit-form-date__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px)
}

.pl-kit-form-date__errors,
.pl-kit-form-date__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-date__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-date__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-date__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-date__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-date__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-date--invalid .pl-kit-form-date__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-date--invalid .pl-kit-form-date__errors {
    display: block
}

.pl-kit-form-date--invalid .pl-kit-form-date__description {
    display: none
}

.pl-kit-form-date--mid .pl-kit-form-date__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-date--mid .pl-kit-form-date__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-date--mid .pl-kit-form-date__label {
    left: 18px
}

.is_rtl .pl-kit-form-date--mid .pl-kit-form-date__label {
    right: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input {
    height: 88px;
    padding: 64px 18px 6px;
    font-size: 14px;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input:focus,
.pl-kit-form-date--mid .pl-kit-form-date__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    -o-transform: translateY(-44px);
    transform: translateY(-44px)
}

.pl-kit-form-date--mid .pl-kit-form-date__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-date--mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
.pl-kit-form-date--mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-date--mid .pl-kit-form-date__errors,
.pl-kit-form-date--mid .pl-kit-form-date__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-date--big .pl-kit-form-date__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-date--big .pl-kit-form-date__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-date--big .pl-kit-form-date__label {
    left: 20px
}

.is_rtl .pl-kit-form-date--big .pl-kit-form-date__label {
    right: 20px
}

.pl-kit-form-date--big .pl-kit-form-date__input {
    height: 112px;
    padding: 81px 4px 9px 20px;
    font-size: 18px;
    line-height: 22px
}

.is_rtl .pl-kit-form-date--big .pl-kit-form-date__input {
    padding: 81px 20px 9px 4px
}

.pl-kit-form-date--big .pl-kit-form-date__input:focus,
.pl-kit-form-date--big .pl-kit-form-date__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-56px);
    -moz-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    -o-transform: translateY(-56px);
    transform: translateY(-56px)
}

.pl-kit-form-date--big .pl-kit-form-date__input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.pl-kit-form-date--big .pl-kit-form-date__input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.pl-kit-form-date--big .pl-kit-form-date__input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.pl-kit-form-date--big .pl-kit-form-date__input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.pl-kit-form-date--big .pl-kit-form-date__input::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.pl-kit-form-date--big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
.pl-kit-form-date--big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-date--big .pl-kit-form-date__errors,
.pl-kit-form-date--big .pl-kit-form-date__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--xxxs-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--xxxs-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--xxxs-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-date--xxxs-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--xxxs-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--xxxs-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--xxxs-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xxxs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xxxs-big .pl-kit-form-date__errors,
    .pl-kit-form-date--xxxs-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-date--xxs-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--xxs-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--xxs-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xxs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xxs-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--xxs-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-date--xxs-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--xxs-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--xxs-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--xxs-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xxs-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xxs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xxs-big .pl-kit-form-date__errors,
    .pl-kit-form-date--xxs-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-date--xs-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--xs-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--xs-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xs-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xs-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xs-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--xs-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-date--xs-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--xs-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--xs-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--xs-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--xs-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--xs-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--xs-big .pl-kit-form-date__errors,
    .pl-kit-form-date--xs-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-date--sm-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--sm-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--sm-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--sm-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--sm-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--sm-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--sm-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-date--sm-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--sm-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--sm-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--sm-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--sm-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--sm-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--sm-big .pl-kit-form-date__errors,
    .pl-kit-form-date--sm-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-date--md-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--md-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--md-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--md-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--md-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--md-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--md-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-date--md-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--md-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--md-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--md-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--md-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--md-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--md-big .pl-kit-form-date__errors,
    .pl-kit-form-date--md-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-date--lg-mid .pl-kit-form-date__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-date--lg-mid .pl-kit-form-date__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-date--lg-mid .pl-kit-form-date__label {
        right: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input:focus,
    .pl-kit-form-date--lg-mid .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--lg-mid .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--lg-mid .pl-kit-form-date__errors,
    .pl-kit-form-date--lg-mid .pl-kit-form-date__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-date--lg-big .pl-kit-form-date__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-date--lg-big .pl-kit-form-date__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-date--lg-big .pl-kit-form-date__label {
        right: 20px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input {
        height: 112px;
        padding: 81px 4px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .is_rtl .pl-kit-form-date--lg-big .pl-kit-form-date__input {
        padding: 81px 20px 9px 4px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input:focus,
    .pl-kit-form-date--lg-big .pl-kit-form-date__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:focus) .pl-kit-form-date__label,
    .pl-kit-form-date--lg-big .pl-kit-form-date__content:has(.pl-kit-form-date__input:not(:placeholder-shown)) .pl-kit-form-date__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-date--lg-big .pl-kit-form-date__errors,
    .pl-kit-form-date--lg-big .pl-kit-form-date__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-select__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-select__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-select__content:has(.pl-kit-form-select-list:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-select__content:has(.pl-kit-form-select--disabled),
.pl-kit-form-select__content:has(.pl-kit-form-select__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-select__select-field {
    display: none
}

.pl-kit-form-select__list {
    position: absolute;
    width: 100%;
    height: 100%
}

.pl-kit-form-select__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.pl-kit-form-select__view {
    width: 100%
}

.pl-kit-form-select__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pl-kit-form-select__input:focus,
.pl-kit-form-select__input:not(:placeholder-shown) {
    opacity: 1
}

.pl-kit-form-select__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px)
}

.pl-kit-form-select__errors,
.pl-kit-form-select__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-select__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-select__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-select__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-select__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-select__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-select--invalid .pl-kit-form-select__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-select--invalid .pl-kit-form-select__errors {
    display: block
}

.pl-kit-form-select--invalid .pl-kit-form-select__description {
    display: none
}

.pl-kit-form-select--mid .pl-kit-form-select__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-select--mid .pl-kit-form-select__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-select--mid .pl-kit-form-select__label {
    left: 18px
}

.is_rtl .pl-kit-form-select--mid .pl-kit-form-select__label {
    right: 18px
}

.pl-kit-form-select--mid .pl-kit-form-select__input {
    height: 88px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-select--mid .pl-kit-form-select__input {
    padding: 64px 48px 6px 18px
}

.is_rtl .pl-kit-form-select--mid .pl-kit-form-select__input {
    padding: 64px 18px 6px 48px
}

.pl-kit-form-select--mid .pl-kit-form-select__input:focus,
.pl-kit-form-select--mid .pl-kit-form-select__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    -o-transform: translateY(-44px);
    transform: translateY(-44px)
}

.pl-kit-form-select--mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
.pl-kit-form-select--mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-select--mid .pl-kit-form-select__errors,
.pl-kit-form-select--mid .pl-kit-form-select__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-select--big .pl-kit-form-select__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-select--big .pl-kit-form-select__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-select--big .pl-kit-form-select__label {
    left: 20px
}

.is_rtl .pl-kit-form-select--big .pl-kit-form-select__label {
    right: 20px
}

.pl-kit-form-select--big .pl-kit-form-select__input {
    height: 112px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-select--big .pl-kit-form-select__input {
    padding: 81px 48px 9px 20px
}

.is_rtl .pl-kit-form-select--big .pl-kit-form-select__input {
    padding: 81px 20px 9px 48px
}

.pl-kit-form-select--big .pl-kit-form-select__input:focus,
.pl-kit-form-select--big .pl-kit-form-select__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-56px);
    -moz-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    -o-transform: translateY(-56px);
    transform: translateY(-56px)
}

.pl-kit-form-select--big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
.pl-kit-form-select--big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-select--big .pl-kit-form-select__errors,
.pl-kit-form-select--big .pl-kit-form-select__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xxxs-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--xxxs-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xxxs-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--xxxs-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--xxxs-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-select--xxxs-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--xxxs-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xxxs-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--xxxs-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--xxxs-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xxxs-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--xxxs-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--xxxs-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xxxs-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--xxxs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xxxs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xxxs-big .pl-kit-form-select__errors,
    .pl-kit-form-select--xxxs-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select--xxs-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--xxs-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xxs-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--xxs-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--xxs-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xxs-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--xxs-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--xxs-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xxs-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--xxs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xxs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xxs-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--xxs-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select--xxs-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--xxs-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xxs-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--xxs-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--xxs-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xxs-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--xxs-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--xxs-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xxs-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--xxs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xxs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xxs-big .pl-kit-form-select__errors,
    .pl-kit-form-select--xxs-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select--xs-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--xs-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xs-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--xs-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--xs-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--xs-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--xs-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--xs-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xs-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--xs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xs-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xs-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--xs-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select--xs-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--xs-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xs-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--xs-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--xs-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--xs-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--xs-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--xs-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--xs-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--xs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--xs-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--xs-big .pl-kit-form-select__errors,
    .pl-kit-form-select--xs-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select--sm-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--sm-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--sm-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--sm-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--sm-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--sm-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--sm-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--sm-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--sm-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--sm-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--sm-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--sm-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--sm-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select--sm-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--sm-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--sm-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--sm-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--sm-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--sm-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--sm-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--sm-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--sm-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--sm-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--sm-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--sm-big .pl-kit-form-select__errors,
    .pl-kit-form-select--sm-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select--md-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--md-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--md-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--md-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--md-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--md-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--md-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--md-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--md-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--md-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--md-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--md-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--md-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select--md-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--md-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--md-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--md-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--md-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--md-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--md-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--md-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--md-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--md-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--md-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--md-big .pl-kit-form-select__errors,
    .pl-kit-form-select--md-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select--lg-mid .pl-kit-form-select__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-select--lg-mid .pl-kit-form-select__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--lg-mid .pl-kit-form-select__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-select--lg-mid .pl-kit-form-select__label {
        right: 18px
    }

    .pl-kit-form-select--lg-mid .pl-kit-form-select__input {
        height: 88px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-select--lg-mid .pl-kit-form-select__input {
        padding: 64px 48px 6px 18px
    }

    .is_rtl .pl-kit-form-select--lg-mid .pl-kit-form-select__input {
        padding: 64px 18px 6px 48px
    }

    .pl-kit-form-select--lg-mid .pl-kit-form-select__input:focus,
    .pl-kit-form-select--lg-mid .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-select--lg-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--lg-mid .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--lg-mid .pl-kit-form-select__errors,
    .pl-kit-form-select--lg-mid .pl-kit-form-select__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select--lg-big .pl-kit-form-select__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-select--lg-big .pl-kit-form-select__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--lg-big .pl-kit-form-select__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-select--lg-big .pl-kit-form-select__label {
        right: 20px
    }

    .pl-kit-form-select--lg-big .pl-kit-form-select__input {
        height: 112px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-select--lg-big .pl-kit-form-select__input {
        padding: 81px 48px 9px 20px
    }

    .is_rtl .pl-kit-form-select--lg-big .pl-kit-form-select__input {
        padding: 81px 20px 9px 48px
    }

    .pl-kit-form-select--lg-big .pl-kit-form-select__input:focus,
    .pl-kit-form-select--lg-big .pl-kit-form-select__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-select--lg-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:focus) .pl-kit-form-select__label,
    .pl-kit-form-select--lg-big .pl-kit-form-select__content:has(.pl-kit-form-select__input:not(:placeholder-shown)) .pl-kit-form-select__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-select--lg-big .pl-kit-form-select__errors,
    .pl-kit-form-select--lg-big .pl-kit-form-select__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-select-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.pl-kit-form-select-list .icon {
    width: 24px;
    height: 24px;
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content);
    position: absolute
}

.is_ltr .pl-kit-form-select-list .icon {
    right: 16px
}

.is_rtl .pl-kit-form-select-list .icon {
    left: 16px
}

.pl-kit-form-select-list--open .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pl-kit-form-select-list--mid {
    height: 44px
}

.pl-kit-form-select-list--big {
    height: 56px
}

@media(min-width:390px) {
    .pl-kit-form-select-list--xxxs-mid {
        height: 44px
    }
}

@media(min-width:390px) {
    .pl-kit-form-select-list--xxxs-big {
        height: 56px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select-list--xxs-mid {
        height: 44px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select-list--xxs-big {
        height: 56px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select-list--xs-mid {
        height: 44px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select-list--xs-big {
        height: 56px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select-list--sm-mid {
        height: 44px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select-list--sm-big {
        height: 56px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select-list--md-mid {
        height: 44px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select-list--md-big {
        height: 56px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select-list--lg-mid {
        height: 44px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select-list--lg-big {
        height: 56px
    }
}

.pl-kit-form-select-list-dropdown {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: var(--Bg-default);
    -webkit-box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
    box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12)
}

.pl-kit-form-select-list-dropdown__search {
    position: relative
}

.pl-kit-form-select-list-dropdown__search .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_ltr .pl-kit-form-select-list-dropdown__search .icon {
    right: 14px
}

.is_rtl .pl-kit-form-select-list-dropdown__search .icon {
    left: 14px
}

.pl-kit-form-select-list-dropdown__search-input {
    height: 44px;
    width: 100%;
    padding: 0 18px;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}

.pl-kit-form-select-list-dropdown__search-input:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-select-list-dropdown__search-input:focus {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-select-list-dropdown__list {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.pl-kit-form-select-list-dropdown__list::-webkit-scrollbar {
    width: 6px
}

.pl-kit-form-select-list-dropdown__list::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px
}

.pl-kit-form-select-list-dropdown__list::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.pl-kit-form-select-list-dropdown__option {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-radius: 8px
}

.pl-kit-form-select-list-dropdown__option:hover {
    background: rgba(96, 128, 159, .16);
    background: var(--Interaction-Default-bg_hover)
}

.pl-kit-form-select-list-dropdown__option-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: start;
    cursor: pointer
}

.pl-kit-form-select-list-dropdown__option-btn .icon {
    width: 24px;
    height: 24px;
    fill: #58585b;
    fill: var(--Content-primary)
}

.pl-kit-form-select-list-dropdown__icon-wrapper {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.pl-kit-form-select-list-dropdown__option-text {
    padding: 4px 2px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #58585b;
    color: var(--Content-primary)
}

.pl-kit-form-select-list-dropdown__null-state {
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-select-list-dropdown--mid {
    border-radius: 8px
}

.pl-kit-form-select-list-dropdown--mid .pl-kit-form-select-list-dropdown__option-btn {
    padding: 6px 10px
}

.pl-kit-form-select-list-dropdown--mid .pl-kit-form-select-list-dropdown__list {
    min-height: 80px
}

.pl-kit-form-select-list-dropdown--mid .pl-kit-form-select-list-dropdown__list--single {
    min-height: 40px
}

.pl-kit-form-select-list-dropdown--big {
    border-radius: 12px
}

.pl-kit-form-select-list-dropdown--big .pl-kit-form-select-list-dropdown__option-btn {
    padding: 10px 12px
}

.pl-kit-form-select-list-dropdown--big .pl-kit-form-select-list-dropdown__list {
    min-height: 96px
}

.pl-kit-form-select-list-dropdown--big .pl-kit-form-select-list-dropdown__list--single {
    min-height: 48px
}

@media(min-width:390px) {
    .pl-kit-form-select-list-dropdown--xxxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--xxxs-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--xxxs-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--xxxs-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:390px) {
    .pl-kit-form-select-list-dropdown--xxxs-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--xxxs-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--xxxs-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--xxxs-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select-list-dropdown--xxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--xxs-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--xxs-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--xxs-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:415px) {
    .pl-kit-form-select-list-dropdown--xxs-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--xxs-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--xxs-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--xxs-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select-list-dropdown--xs-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--xs-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--xs-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--xs-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:576px) {
    .pl-kit-form-select-list-dropdown--xs-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--xs-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--xs-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--xs-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select-list-dropdown--sm-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--sm-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--sm-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--sm-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:768px) {
    .pl-kit-form-select-list-dropdown--sm-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--sm-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--sm-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--sm-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select-list-dropdown--md-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--md-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--md-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--md-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:992px) {
    .pl-kit-form-select-list-dropdown--md-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--md-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--md-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--md-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select-list-dropdown--lg-mid {
        border-radius: 8px
    }

    .pl-kit-form-select-list-dropdown--lg-mid .pl-kit-form-select-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-select-list-dropdown--lg-mid .pl-kit-form-select-list-dropdown__list {
        min-height: 80px
    }

    .pl-kit-form-select-list-dropdown--lg-mid .pl-kit-form-select-list-dropdown__list--single {
        min-height: 40px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-select-list-dropdown--lg-big {
        border-radius: 12px
    }

    .pl-kit-form-select-list-dropdown--lg-big .pl-kit-form-select-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-select-list-dropdown--lg-big .pl-kit-form-select-list-dropdown__list {
        min-height: 96px
    }

    .pl-kit-form-select-list-dropdown--lg-big .pl-kit-form-select-list-dropdown__list--single {
        min-height: 48px
    }
}

.pl-kit-form-country__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    overflow: hidden;
    -webkit-transition: border-color .12s;
    -o-transition: border-color .12s;
    -moz-transition: border-color .12s;
    transition: border-color .12s
}

.pl-kit-form-country__content:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-country__content:has(.pl-kit-form-country-list:focus) {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-country__content:has(.pl-kit-form-country--disabled),
.pl-kit-form-country__content:has(.pl-kit-form-country__input:disabled) {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-country__country-list {
    position: absolute;
    width: 100%;
    height: 100%
}

.pl-kit-form-country__country-list-select {
    display: none
}

.pl-kit-form-country__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.pl-kit-form-country__view {
    width: 100%
}

.pl-kit-form-country__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pl-kit-form-country__input:focus,
.pl-kit-form-country__input:not(:placeholder-shown) {
    opacity: 1
}

.pl-kit-form-country__label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label);
    -webkit-transition: font-size, -webkit-transform;
    transition: font-size, -webkit-transform;
    -o-transition: font-size, -o-transform;
    -moz-transition: transform, font-size, -moz-transform;
    transition: transform, font-size;
    transition: transform, font-size, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .12s;
    -moz-transition-duration: .12s;
    -o-transition-duration: .12s;
    transition-duration: .12s;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px)
}

.pl-kit-form-country__errors,
.pl-kit-form-country__description {
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-country__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert)
}

.pl-kit-form-country__description {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.pl-kit-form-country__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-country__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-country__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-country--invalid .pl-kit-form-country__content {
    border-color: #f25050;
    border-color: var(--Accent-alert)
}

.pl-kit-form-country--invalid .pl-kit-form-country__errors {
    display: block
}

.pl-kit-form-country--invalid .pl-kit-form-country__description {
    display: none
}

.pl-kit-form-country--mid .pl-kit-form-country__content {
    height: 44px;
    border-radius: 10px
}

.pl-kit-form-country--mid .pl-kit-form-country__label {
    top: 13px;
    font-size: 14px;
    line-height: 18px
}

.is_ltr .pl-kit-form-country--mid .pl-kit-form-country__label {
    left: 18px
}

.is_rtl .pl-kit-form-country--mid .pl-kit-form-country__label {
    right: 18px
}

.pl-kit-form-country--mid .pl-kit-form-country__input {
    height: 88px;
    padding: 64px 18px 6px;
    font-size: 14px;
    line-height: 18px
}

.pl-kit-form-country--mid .pl-kit-form-country__input:focus,
.pl-kit-form-country--mid .pl-kit-form-country__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    -o-transform: translateY(-44px);
    transform: translateY(-44px)
}

.pl-kit-form-country--mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
.pl-kit-form-country--mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-country--mid .pl-kit-form-country__errors,
.pl-kit-form-country--mid .pl-kit-form-country__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px
}

.pl-kit-form-country--big .pl-kit-form-country__content {
    height: 56px;
    border-radius: 12px
}

.pl-kit-form-country--big .pl-kit-form-country__label {
    top: 17px;
    font-size: 18px;
    line-height: 22px
}

.is_ltr .pl-kit-form-country--big .pl-kit-form-country__label {
    left: 20px
}

.is_rtl .pl-kit-form-country--big .pl-kit-form-country__label {
    right: 20px
}

.pl-kit-form-country--big .pl-kit-form-country__input {
    height: 112px;
    padding: 81px 48px 9px 20px;
    font-size: 18px;
    line-height: 22px
}

.pl-kit-form-country--big .pl-kit-form-country__input:focus,
.pl-kit-form-country--big .pl-kit-form-country__input:not(:placeholder-shown) {
    -webkit-transform: translateY(-56px);
    -moz-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    -o-transform: translateY(-56px);
    transform: translateY(-56px)
}

.pl-kit-form-country--big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
.pl-kit-form-country--big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.pl-kit-form-country--big .pl-kit-form-country__errors,
.pl-kit-form-country--big .pl-kit-form-country__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--xxxs-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--xxxs-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--xxxs-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:390px) {
    .pl-kit-form-country--xxxs-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--xxxs-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--xxxs-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--xxxs-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--xxxs-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--xxxs-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xxxs-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--xxxs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xxxs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xxxs-big .pl-kit-form-country__errors,
    .pl-kit-form-country--xxxs-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country--xxs-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--xxs-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--xxs-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--xxs-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--xxs-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--xxs-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xxs-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--xxs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xxs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xxs-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--xxs-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country--xxs-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--xxs-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--xxs-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--xxs-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--xxs-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--xxs-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xxs-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--xxs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xxs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xxs-big .pl-kit-form-country__errors,
    .pl-kit-form-country--xxs-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country--xs-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--xs-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--xs-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--xs-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--xs-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--xs-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xs-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--xs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xs-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xs-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--xs-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country--xs-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--xs-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--xs-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--xs-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--xs-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--xs-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--xs-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--xs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--xs-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--xs-big .pl-kit-form-country__errors,
    .pl-kit-form-country--xs-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country--sm-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--sm-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--sm-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--sm-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--sm-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--sm-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--sm-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--sm-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--sm-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--sm-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--sm-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country--sm-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--sm-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--sm-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--sm-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--sm-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--sm-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--sm-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--sm-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--sm-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--sm-big .pl-kit-form-country__errors,
    .pl-kit-form-country--sm-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country--md-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--md-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--md-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--md-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--md-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--md-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--md-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--md-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--md-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--md-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--md-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country--md-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--md-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--md-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--md-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--md-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--md-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--md-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--md-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--md-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--md-big .pl-kit-form-country__errors,
    .pl-kit-form-country--md-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country--lg-mid .pl-kit-form-country__content {
        height: 44px;
        border-radius: 10px
    }

    .pl-kit-form-country--lg-mid .pl-kit-form-country__label {
        top: 13px;
        font-size: 14px;
        line-height: 18px
    }

    .is_ltr .pl-kit-form-country--lg-mid .pl-kit-form-country__label {
        left: 18px
    }

    .is_rtl .pl-kit-form-country--lg-mid .pl-kit-form-country__label {
        right: 18px
    }

    .pl-kit-form-country--lg-mid .pl-kit-form-country__input {
        height: 88px;
        padding: 64px 18px 6px;
        font-size: 14px;
        line-height: 18px
    }

    .pl-kit-form-country--lg-mid .pl-kit-form-country__input:focus,
    .pl-kit-form-country--lg-mid .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-44px);
        -moz-transform: translateY(-44px);
        -ms-transform: translateY(-44px);
        -o-transform: translateY(-44px);
        transform: translateY(-44px)
    }

    .pl-kit-form-country--lg-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--lg-mid .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 12px;
        line-height: 14px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--lg-mid .pl-kit-form-country__errors,
    .pl-kit-form-country--lg-mid .pl-kit-form-country__description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 14px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country--lg-big .pl-kit-form-country__content {
        height: 56px;
        border-radius: 12px
    }

    .pl-kit-form-country--lg-big .pl-kit-form-country__label {
        top: 17px;
        font-size: 18px;
        line-height: 22px
    }

    .is_ltr .pl-kit-form-country--lg-big .pl-kit-form-country__label {
        left: 20px
    }

    .is_rtl .pl-kit-form-country--lg-big .pl-kit-form-country__label {
        right: 20px
    }

    .pl-kit-form-country--lg-big .pl-kit-form-country__input {
        height: 112px;
        padding: 81px 48px 9px 20px;
        font-size: 18px;
        line-height: 22px
    }

    .pl-kit-form-country--lg-big .pl-kit-form-country__input:focus,
    .pl-kit-form-country--lg-big .pl-kit-form-country__input:not(:placeholder-shown) {
        -webkit-transform: translateY(-56px);
        -moz-transform: translateY(-56px);
        -ms-transform: translateY(-56px);
        -o-transform: translateY(-56px);
        transform: translateY(-56px)
    }

    .pl-kit-form-country--lg-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:focus) .pl-kit-form-country__label,
    .pl-kit-form-country--lg-big .pl-kit-form-country__content:has(.pl-kit-form-country__input:not(:placeholder-shown)) .pl-kit-form-country__label {
        font-size: 13px;
        line-height: 16px;
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    .pl-kit-form-country--lg-big .pl-kit-form-country__errors,
    .pl-kit-form-country--lg-big .pl-kit-form-country__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 16px
    }
}

.pl-kit-form-country-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 6px;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    border-right: 1px solid rgba(96, 128, 159, .28);
    border-right: 1px solid var(--Interaction-Form-border)
}

.pl-kit-form-country-code__flag {
    border-radius: 4px
}

.pl-kit-form-country-code__arrow {
    width: 16px;
    height: 16px;
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content)
}

.pl-kit-form-country-code--open {
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-country-code--open .pl-kit-form-country-code__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pl-kit-form-country-code--mid {
    height: 44px;
    width: 63px;
    padding-left: 14px
}

.pl-kit-form-country-code--mid .pl-kit-form-country-code__flag {
    width: 16px;
    height: 12px
}

.pl-kit-form-country-code--big {
    height: 56px;
    width: 75px;
    padding-left: 16px
}

.pl-kit-form-country-code--big .pl-kit-form-country-code__flag {
    width: 22px;
    height: 16px
}

@media(min-width:390px) {
    .pl-kit-form-country-code--xxxs-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--xxxs-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:390px) {
    .pl-kit-form-country-code--xxxs-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--xxxs-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-code--xxs-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--xxs-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-code--xxs-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--xxs-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-code--xs-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--xs-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-code--xs-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--xs-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-code--sm-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--sm-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-code--sm-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--sm-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-code--md-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--md-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-code--md-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--md-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-code--lg-mid {
        height: 44px;
        width: 63px;
        padding-left: 14px
    }

    .pl-kit-form-country-code--lg-mid .pl-kit-form-country-code__flag {
        width: 16px;
        height: 12px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-code--lg-big {
        height: 56px;
        width: 75px;
        padding-left: 16px
    }

    .pl-kit-form-country-code--lg-big .pl-kit-form-country-code__flag {
        width: 22px;
        height: 16px
    }
}

.pl-kit-form-country-code-dropdown {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: var(--Bg-default);
    -webkit-box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
    box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12)
}

.pl-kit-form-country-code-dropdown__search {
    position: relative
}

.pl-kit-form-country-code-dropdown__search-input {
    height: 44px;
    width: 100%;
    padding: 0 18px;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}

.pl-kit-form-country-code-dropdown__search-input:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-country-code-dropdown__search-input:focus {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-country-code-dropdown__search-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_ltr .pl-kit-form-country-code-dropdown__search-icon {
    right: 14px
}

.is_rtl .pl-kit-form-country-code-dropdown__search-icon {
    left: 14px
}

.pl-kit-form-country-code-dropdown__list {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden
}

.pl-kit-form-country-code-dropdown__list::-webkit-scrollbar {
    width: 6px
}

.pl-kit-form-country-code-dropdown__list::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px
}

.pl-kit-form-country-code-dropdown__list::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.pl-kit-form-country-code-dropdown__option {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-radius: 8px
}

.pl-kit-form-country-code-dropdown__option:hover {
    background: rgba(96, 128, 159, .16);
    background: var(--Interaction-Default-bg_hover)
}

.pl-kit-form-country-code-dropdown__option-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    cursor: pointer
}

.pl-kit-form-country-code-dropdown__flag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0;
    display: inline-block;
    border-radius: 4px
}

.pl-kit-form-country-code-dropdown__code {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0;
    display: inline-block;
    direction: ltr;
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-style: normal;
    font-weight: 400
}

.pl-kit-form-country-code-dropdown__country {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400
}

.pl-kit-form-country-code-dropdown__null-state {
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-country-code-dropdown--mid {
    border-radius: 8px
}

.pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__option-btn {
    padding: 6px 10px
}

.pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__flag {
    width: 16px;
    height: 12px;
    position: relative;
    top: 4px
}

.pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__code {
    font-size: 14px;
    line-height: 20px
}

.is_ltr .pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__code {
    padding-left: 8px;
    padding-right: 4px
}

.is_rtl .pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__code {
    padding-left: 4px;
    padding-right: 8px
}

.pl-kit-form-country-code-dropdown--mid .pl-kit-form-country-code-dropdown__country {
    font-size: 14px;
    line-height: 20px
}

.pl-kit-form-country-code-dropdown--big {
    border-radius: 12px
}

.pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__option-btn {
    padding: 10px 12px
}

.pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__flag {
    width: 24px;
    height: 18px
}

.pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__code {
    font-size: 16px;
    line-height: 20px
}

.is_ltr .pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__code {
    padding-left: 12px;
    padding-right: 6px
}

.is_rtl .pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__code {
    padding-left: 6px;
    padding-right: 12px
}

.pl-kit-form-country-code-dropdown--big .pl-kit-form-country-code-dropdown__country {
    font-size: 16px;
    line-height: 20px
}

@media(min-width:390px) {
    .pl-kit-form-country-code-dropdown--xxxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--xxxs-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:390px) {
    .pl-kit-form-country-code-dropdown--xxxs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--xxxs-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-code-dropdown--xxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--xxs-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-code-dropdown--xxs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--xxs-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-code-dropdown--xs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--xs-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-code-dropdown--xs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--xs-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-code-dropdown--sm-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--sm-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-code-dropdown--sm-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--sm-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-code-dropdown--md-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--md-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-code-dropdown--md-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--md-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-code-dropdown--lg-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__code {
        font-size: 14px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 8px;
        padding-right: 4px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__code {
        padding-left: 4px;
        padding-right: 8px
    }

    .pl-kit-form-country-code-dropdown--lg-mid .pl-kit-form-country-code-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-code-dropdown--lg-big {
        border-radius: 12px
    }

    .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__code {
        font-size: 16px;
        line-height: 20px
    }

    .is_ltr .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 12px;
        padding-right: 6px
    }

    .is_rtl .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__code {
        padding-left: 6px;
        padding-right: 12px
    }

    .pl-kit-form-country-code-dropdown--lg-big .pl-kit-form-country-code-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

.pl-kit-form-country-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.pl-kit-form-country-list__arrow {
    width: 24px;
    height: 24px;
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content);
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content);
    position: absolute
}

.is_ltr .pl-kit-form-country-list__arrow {
    right: 16px
}

.is_rtl .pl-kit-form-country-list__arrow {
    left: 16px
}

.pl-kit-form-country-list--open .pl-kit-form-country-list__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pl-kit-form-country-list--mid {
    height: 44px
}

.pl-kit-form-country-list--big {
    height: 56px
}

@media(min-width:390px) {
    .pl-kit-form-country-list--xxxs-mid {
        height: 44px
    }
}

@media(min-width:390px) {
    .pl-kit-form-country-list--xxxs-big {
        height: 56px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-list--xxs-mid {
        height: 44px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-list--xxs-big {
        height: 56px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-list--xs-mid {
        height: 44px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-list--xs-big {
        height: 56px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-list--sm-mid {
        height: 44px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-list--sm-big {
        height: 56px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-list--md-mid {
        height: 44px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-list--md-big {
        height: 56px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-list--lg-mid {
        height: 44px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-list--lg-big {
        height: 56px
    }
}

.pl-kit-form-country-list-dropdown {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: var(--Bg-default);
    -webkit-box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12);
    box-shadow: 0 0 2px 0 rgba(96, 128, 159, .08), 0 4px 12px 0 rgba(96, 128, 159, .12)
}

.pl-kit-form-country-list-dropdown__search {
    position: relative
}

.pl-kit-form-country-list-dropdown__search-input {
    height: 44px;
    width: 100%;
    padding: 0 18px;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border);
    background: #fff;
    background: var(--Bg-default);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}

.pl-kit-form-country-list-dropdown__search-input:hover {
    border-color: rgba(96, 128, 159, .6);
    border-color: var(--Interaction-Form-border_hover)
}

.pl-kit-form-country-list-dropdown__search-input:focus {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border)
}

.pl-kit-form-country-list-dropdown__search-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_ltr .pl-kit-form-country-list-dropdown__search-icon {
    right: 14px
}

.is_rtl .pl-kit-form-country-list-dropdown__search-icon {
    left: 14px
}

.pl-kit-form-country-list-dropdown__list {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden
}

.pl-kit-form-country-list-dropdown__list::-webkit-scrollbar {
    width: 6px
}

.pl-kit-form-country-list-dropdown__list::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px
}

.pl-kit-form-country-list-dropdown__list::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.pl-kit-form-country-list-dropdown__option {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-radius: 8px
}

.pl-kit-form-country-list-dropdown__option:hover {
    background: rgba(96, 128, 159, .16);
    background: var(--Interaction-Default-bg_hover)
}

.pl-kit-form-country-list-dropdown__option-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: start;
    cursor: pointer
}

.pl-kit-form-country-list-dropdown__flag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0;
    display: inline-block;
    border-radius: 4px
}

.pl-kit-form-country-list-dropdown__country {
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.is_ltr .pl-kit-form-country-list-dropdown__country {
    padding-left: 8px
}

.is_rtl .pl-kit-form-country-list-dropdown__country {
    padding-right: 8px
}

.pl-kit-form-country-list-dropdown__null-state {
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.pl-kit-form-country-list-dropdown--mid {
    border-radius: 8px
}

.pl-kit-form-country-list-dropdown--mid .pl-kit-form-country-list-dropdown__option-btn {
    padding: 6px 10px
}

.pl-kit-form-country-list-dropdown--mid .pl-kit-form-country-list-dropdown__flag {
    width: 16px;
    height: 12px;
    position: relative;
    top: 4px
}

.pl-kit-form-country-list-dropdown--mid .pl-kit-form-country-list-dropdown__country {
    font-size: 14px;
    line-height: 20px
}

.pl-kit-form-country-list-dropdown--big {
    border-radius: 12px
}

.pl-kit-form-country-list-dropdown--big .pl-kit-form-country-list-dropdown__option-btn {
    padding: 10px 12px
}

.pl-kit-form-country-list-dropdown--big .pl-kit-form-country-list-dropdown__flag {
    width: 24px;
    height: 18px
}

.pl-kit-form-country-list-dropdown--big .pl-kit-form-country-list-dropdown__country {
    font-size: 16px;
    line-height: 20px
}

@media(min-width:390px) {
    .pl-kit-form-country-list-dropdown--xxxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--xxxs-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--xxxs-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--xxxs-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:390px) {
    .pl-kit-form-country-list-dropdown--xxxs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--xxxs-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--xxxs-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--xxxs-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-list-dropdown--xxs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--xxs-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--xxs-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--xxs-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:415px) {
    .pl-kit-form-country-list-dropdown--xxs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--xxs-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--xxs-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--xxs-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-list-dropdown--xs-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--xs-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--xs-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--xs-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:576px) {
    .pl-kit-form-country-list-dropdown--xs-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--xs-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--xs-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--xs-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-list-dropdown--sm-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--sm-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--sm-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--sm-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:768px) {
    .pl-kit-form-country-list-dropdown--sm-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--sm-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--sm-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--sm-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-list-dropdown--md-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--md-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--md-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--md-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:992px) {
    .pl-kit-form-country-list-dropdown--md-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--md-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--md-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--md-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-list-dropdown--lg-mid {
        border-radius: 8px
    }

    .pl-kit-form-country-list-dropdown--lg-mid .pl-kit-form-country-list-dropdown__option-btn {
        padding: 6px 10px
    }

    .pl-kit-form-country-list-dropdown--lg-mid .pl-kit-form-country-list-dropdown__flag {
        width: 16px;
        height: 12px;
        position: relative;
        top: 4px
    }

    .pl-kit-form-country-list-dropdown--lg-mid .pl-kit-form-country-list-dropdown__country {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-country-list-dropdown--lg-big {
        border-radius: 12px
    }

    .pl-kit-form-country-list-dropdown--lg-big .pl-kit-form-country-list-dropdown__option-btn {
        padding: 10px 12px
    }

    .pl-kit-form-country-list-dropdown--lg-big .pl-kit-form-country-list-dropdown__flag {
        width: 24px;
        height: 18px
    }

    .pl-kit-form-country-list-dropdown--lg-big .pl-kit-form-country-list-dropdown__country {
        font-size: 16px;
        line-height: 20px
    }
}

.pl-kit-form-credit-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    background: #FFF
}

.pl-kit-form-credit-card__head {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.pl-kit-form-credit-card__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.pl-kit-form-credit-card__cards {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 8px
}

.pl-kit-form-credit-card__card {
    width: 35px;
    height: 24px
}

.pl-kit-form-credit-card__close {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 24px;
    height: 24px
}

.pl-kit-form-credit-card__close .icon {
    width: 24px;
    height: 24px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.pl-kit-form-credit-card__number {
    margin-bottom: 16px
}

.pl-kit-form-credit-card__extra-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.pl-kit-form-credit-card__expiry {
    width: 50%
}

.pl-kit-form-credit-card__cvv {
    width: 50%
}

.pl-kit-form-calendar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.is_ltr .pl-kit-form-calendar {
    padding: 0 16px 0 8px
}

.is_rtl .pl-kit-form-calendar {
    padding: 0 8px 0 16px
}

.pl-kit-form-calendar .icon {
    width: 24px;
    height: 24px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    stroke: #8f8f8f;
    stroke: var(--Content-secondary)
}

.pl-kit-form-calendar--mid {
    height: 44px
}

.pl-kit-form-calendar--big {
    height: 56px
}

@media(min-width:390px) {
    .pl-kit-form-calendar--xxxs-mid {
        height: 44px
    }
}

@media(min-width:390px) {
    .pl-kit-form-calendar--xxxs-big {
        height: 56px
    }
}

@media(min-width:415px) {
    .pl-kit-form-calendar--xxs-mid {
        height: 44px
    }
}

@media(min-width:415px) {
    .pl-kit-form-calendar--xxs-big {
        height: 56px
    }
}

@media(min-width:576px) {
    .pl-kit-form-calendar--xs-mid {
        height: 44px
    }
}

@media(min-width:576px) {
    .pl-kit-form-calendar--xs-big {
        height: 56px
    }
}

@media(min-width:768px) {
    .pl-kit-form-calendar--sm-mid {
        height: 44px
    }
}

@media(min-width:768px) {
    .pl-kit-form-calendar--sm-big {
        height: 56px
    }
}

@media(min-width:992px) {
    .pl-kit-form-calendar--md-mid {
        height: 44px
    }
}

@media(min-width:992px) {
    .pl-kit-form-calendar--md-big {
        height: 56px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-calendar--lg-mid {
        height: 44px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-calendar--lg-big {
        height: 56px
    }
}

.pl-kit-form-calendar-dropdown {
    background: #fff;
    background: var(--Bg-default);
    border-radius: 21px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    padding: 16px
}

.pl-kit-form-calendar-dropdown__option {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-radius: 8px
}

.pl-kit-form-calendar-dropdown__option:hover {
    background: rgba(96, 128, 159, .16);
    background: var(--Interaction-Default-bg_hover)
}

.pl-kit-form-calendar-dropdown--mid .pl-kit-form-calendar-dropdown__option-btn {
    padding: 6px 10px
}

.pl-kit-form-calendar-dropdown--big .pl-kit-form-calendar-dropdown__option-btn {
    padding: 10px 12px
}

@media(min-width:390px) {
    .pl-kit-form-calendar-dropdown--xxxs-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:390px) {
    .pl-kit-form-calendar-dropdown--xxxs-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

@media(min-width:415px) {
    .pl-kit-form-calendar-dropdown--xxs-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:415px) {
    .pl-kit-form-calendar-dropdown--xxs-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

@media(min-width:576px) {
    .pl-kit-form-calendar-dropdown--xs-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:576px) {
    .pl-kit-form-calendar-dropdown--xs-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

@media(min-width:768px) {
    .pl-kit-form-calendar-dropdown--sm-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:768px) {
    .pl-kit-form-calendar-dropdown--sm-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

@media(min-width:992px) {
    .pl-kit-form-calendar-dropdown--md-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:992px) {
    .pl-kit-form-calendar-dropdown--md-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-calendar-dropdown--lg-mid .pl-kit-form-calendar-dropdown__option-btn {
        padding: 6px 10px
    }
}

@media(min-width:1250px) {
    .pl-kit-form-calendar-dropdown--lg-big .pl-kit-form-calendar-dropdown__option-btn {
        padding: 10px 12px
    }
}

.pl-kit-form-multi-checkbox__content {
    background: #fff;
    background: var(--Bg-default)
}

.pl-kit-form-multi-checkbox__option-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.pl-kit-form-multi-checkbox__option {
    position: relative;
    width: 100%
}

.pl-kit-form-multi-checkbox__option .icon {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    fill: #fff;
    fill: var(--Content-pure-inverse)
}

.pl-kit-form-multi-checkbox__option:has(.pl-kit-form-multi-checkbox__input:checked) .icon {
    display: block
}

.pl-kit-form-multi-checkbox__option:has(.pl-kit-form-multi-checkbox__input:disabled) {
    cursor: unset
}

.pl-kit-form-multi-checkbox__option:has(.pl-kit-form-multi-checkbox__input:disabled) .pl-kit-form-multi-checkbox__option-text:before {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-multi-checkbox__option--disabled {
    cursor: unset
}

.pl-kit-form-multi-checkbox__option-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    color: #58585b;
    color: var(--Content-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    word-break: break-word
}

.pl-kit-form-multi-checkbox__option-text:before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border)
}

.pl-kit-form-multi-checkbox__disclaimer-link {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.pl-kit-form-multi-checkbox__label {
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #58585b;
    color: var(--Content-primary);
    margin-bottom: 12px;
    cursor: inherit;
    font-size: 16px;
    line-height: 20px
}

.pl-kit-form-multi-checkbox__label--bottom-extra {
    margin-bottom: 20px
}

.pl-kit-form-multi-checkbox__input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    cursor: pointer
}

.pl-kit-form-multi-checkbox__input:checked~.pl-kit-form-multi-checkbox__option-text:before {
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Primary-bg)
}

.pl-kit-form-multi-checkbox__description {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: break-word;
    font-style: normal;
    font-weight: 400
}

.pl-kit-form-multi-checkbox__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-multi-checkbox__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-multi-checkbox__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-multi-checkbox__errors {
    display: none;
    margin-top: 6px;
    color: #f25050;
    color: var(--Accent-alert);
    font-weight: 400;
    padding: 0 4px;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden
}

.pl-kit-form-multi-checkbox--invalid .pl-kit-form-multi-checkbox__option-text:before {
    border: 1px solid #f25050;
    border: 1px solid var(--Accent-alert)
}

.pl-kit-form-multi-checkbox--invalid .pl-kit-form-multi-checkbox__errors {
    display: block
}

.pl-kit-form-upload__content {
    border-radius: 8px;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    position: relative
}

.is_ltr .pl-kit-form-upload__content {
    padding: 12px 16px 16px 12px
}

.is_rtl .pl-kit-form-upload__content {
    padding: 12px 12px 16px 16px
}

.pl-kit-form-upload__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 2px 0
}

.pl-kit-form-upload__content-inner .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.pl-kit-form-upload__file-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 2px;
    padding-top: 4px;
    text-align: start
}

.pl-kit-form-upload__delete-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute;
    height: 100%;
    width: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.pl-kit-form-upload__delete-button .icon {
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.pl-kit-form-upload__delete-button:hover .icon {
    fill: #f25050;
    fill: var(--Accent-alert)
}

.is_ltr .pl-kit-form-upload__delete-button {
    right: 0
}

.is_rtl .pl-kit-form-upload__delete-button {
    left: 0
}

.pl-kit-form-upload__button-title {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .28px
}

.pl-kit-form-upload__button-file-types {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.pl-kit-form-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.pl-kit-form-upload__preview {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    background: #fff;
    background: var(--Bg-default);
    position: relative
}

.is_ltr .pl-kit-form-upload__preview {
    padding: 16px 56px 16px 16px
}

.is_rtl .pl-kit-form-upload__preview {
    padding: 16px 16px 16px 56px
}

.pl-kit-form-upload__preview-image {
    width: 70px;
    height: 40px;
    border-radius: 1px
}

.pl-kit-form-upload__preview-image[src=""] {
    display: none
}

.pl-kit-form-upload__preview-file-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 2px;
    padding: 2px 0;
    overflow: hidden
}

.pl-kit-form-upload__preview-file-name {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .28px;
    text-overflow: ellipsis;
    overflow: hidden
}

.pl-kit-form-upload__preview-file-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.pl-kit-form-upload__preview-file-link .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 24px;
    height: 24px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.pl-kit-form-upload__preview-file-link[href="javascript:void(0)"] {
    display: none
}

.pl-kit-form-upload__preview-file-size {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden
}

.pl-kit-form-upload__errors,
.pl-kit-form-upload__description {
    padding: 0 4px;
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    overflow: hidden
}

.pl-kit-form-upload__errors {
    display: none;
    color: #f25050;
    color: var(--Accent-alert);
    font-size: 13px;
    line-height: 16px
}

.pl-kit-form-upload__description {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 13px;
    line-height: 16px
}

.pl-kit-form-upload__gallery {
    margin-bottom: 20px
}

.pl-kit-form-upload__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-upload--invalid .pl-kit-form-upload__content {
    border: 1px solid #f25050;
    border: 1px solid var(--Accent-alert);
    margin-bottom: 8px
}

.pl-kit-form-upload--invalid .pl-kit-form-upload__errors {
    display: block
}

.pl-kit-form-upload--invalid .pl-kit-form-upload__description {
    display: none
}

.pl-kit-form-upload:has([data-file-upload-path-input]:not([value=""])) .pl-kit-form-upload__preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.pl-kit-form-upload:has([data-file-upload-path-input]:not([value=""])) .pl-kit-form-upload__content {
    display: none
}

.pl-kit-form-radio__content {
    background: #fff;
    background: var(--Bg-default)
}

.pl-kit-form-radio__option-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.pl-kit-form-radio__option {
    position: relative;
    width: 100%
}

.pl-kit-form-radio__option:has(.pl-kit-form-radio__input:disabled) {
    cursor: unset
}

.pl-kit-form-radio__option:has(.pl-kit-form-radio__input:disabled) .pl-kit-form-radio__option-text:before {
    border-color: #dbdbdb;
    border-color: var(--Interaction-Disable-border);
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.pl-kit-form-radio__option--disabled {
    cursor: unset
}

.pl-kit-form-radio__option-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    color: #58585b;
    color: var(--Content-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    word-break: break-word
}

.pl-kit-form-radio__option-text:before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid rgba(96, 128, 159, .28);
    border: 1px solid var(--Interaction-Form-border)
}

.pl-kit-form-radio__label {
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #58585b;
    color: var(--Content-primary);
    margin-bottom: 12px;
    cursor: inherit;
    font-size: 16px;
    line-height: 20px
}

.pl-kit-form-radio__label--bottom-extra {
    margin-bottom: 20px
}

.pl-kit-form-radio__input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    cursor: pointer
}

.pl-kit-form-radio__input:checked~.pl-kit-form-radio__option-text:before {
    border: 5px solid #37a7f8;
    border: 5px solid var(--Interaction-Primary-bg)
}

.pl-kit-form-radio__description {
    color: #58585b;
    color: var(--Content-primary);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: break-word;
    font-style: normal;
    font-weight: 400
}

.pl-kit-form-radio__gallery {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pl-kit-form-radio__gallery {
        margin-bottom: 16px
    }
}

.pl-kit-form-radio__gallery-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 264px
}

.pl-kit-form-radio__errors {
    display: none;
    margin-top: 6px;
    color: #f25050;
    color: var(--Accent-alert);
    font-weight: 400;
    padding: 0 4px;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden
}

.pl-kit-form-radio--invalid .pl-kit-form-radio__option-text:before {
    border: 1px solid #f25050;
    border: 1px solid var(--Accent-alert)
}

.pl-kit-form-radio--invalid .pl-kit-form-radio__errors {
    display: block
}

.casual-confirm-overlay {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.casual-confirm-overlay--visible {
    opacity: .5
}

.casual-confirm {
    position: fixed;
    z-index: 5001;
    bottom: 0;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    background: var(--Bg-default);
    height: 480px
}

@media(min-width:390px) {
    .casual-confirm {
        height: 450px
    }
}

@media(min-width:576px) {
    .casual-confirm {
        height: 400px
    }
}

@media(min-width:768px) {
    .casual-confirm {
        width: 60%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        bottom: auto;
        left: 50%;
        border-radius: 12px;
        opacity: 0
    }
}

@media(min-width:992px) {
    .casual-confirm {
        width: auto
    }
}

.casual-confirm--visible {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(min-width:768px) {
    .casual-confirm--visible {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

.casual-confirm--reduced-visible {
    -webkit-transform: translateY(19vh);
    -moz-transform: translateY(19vh);
    -ms-transform: translateY(19vh);
    -o-transform: translateY(19vh);
    transform: translateY(19vh)
}

.casual-confirm__inner {
    margin: auto;
    padding: 20px 0
}

@media(min-width:1250px) {
    .casual-confirm__inner {
        width: 530px;
        height: 320px;
        margin: auto
    }
}

.casual-confirm__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin: auto;
    width: 60%;
    height: 70%
}

.casual-confirm__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.casual-confirm__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.casual-confirm__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px;
    width: 80%;
    margin: 20px auto
}

@media(min-width:768px) {
    .casual-confirm__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        width: auto;
        margin: 20px 0
    }
}

.casual-confirm__reset-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    padding: 10px 26px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    min-height: 48px;
    width: 100%
}

@media(min-width:768px) {
    .casual-confirm__reset-btn {
        width: 35%
    }
}

.casual-confirm__keep-selection-btn {
    width: 100%;
    min-height: 48px;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    padding: 8px;
    font-size: 18px;
    font-weight: 400
}

@media(min-width:768px) {
    .casual-confirm__keep-selection-btn {
        width: 35%
    }
}

.casual-confirm__bell {
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 13px;
    margin-bottom: 8px;
    margin-top: 20px
}

.casual-confirm__bell .icon {
    width: 48px;
    height: 48px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.casual-aligned-popover {
    position: relative
}

.casual-aligned-popover__title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    color: #ff8300;
    border-radius: 8px;
    font-size: 14px;
    padding: 16px;
    width: 100%;
    background: rgba(255, 131, 0, .08)
}

.casual-aligned-popover__title_wrapper .icon {
    width: 16px;
    height: 16px;
    stroke: #ff8300
}

.casual-aligned-popover:hover {
    cursor: pointer
}

.casual-aligned-popover__icon-wrapper {
    line-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.casual-aligned-popover__icon-wrapper:hover .icon-question-mark-circled-2 {
    fill: #d46d00
}

.casual-aligned-popover__icon-wrapper .icon {
    width: 14px;
    height: 14px;
    fill: #ff8300
}

.casual-aligned-popover__icon-wrapper--active .icon {
    fill: #d46d00
}

.casual-aligned-popover__content-wrapper {
    position: absolute;
    top: 44px;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    color: #58585b;
    font-size: 14px;
    line-height: 18px;
    z-index: 1060;
    cursor: auto
}

@media(min-width:768px) {
    .casual-aligned-popover__content-wrapper {
        width: 270px;
        max-width: 270px
    }
}

.is_rtl .casual-aligned-popover__content-wrapper {
    left: 0
}

.is_ltr .casual-aligned-popover__content-wrapper {
    right: 0
}

.casual-aligned-popover__content-wrapper--enter-active,
.casual-aligned-popover__content-wrapper--leave-active {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.casual-aligned-popover__content-wrapper--enter-from,
.casual-aligned-popover__content-wrapper--leave-to {
    opacity: 0
}

.casual-aligned-popover__desc-wrapper {
    position: relative
}

.casual-aligned-popover__arrow {
    top: -8px;
    width: 24px;
    height: 16px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .1));
    position: absolute
}

.casual-aligned-popover__content {
    padding: 12px 16px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border-radius: 12px
}

.casual-ticket-office__mir-card-sticker {
    position: fixed;
    z-index: 999;
    top: unset;
    bottom: 103px;
    left: 0;
    pointer-events: none
}

@media(min-width:768px) {
    .casual-ticket-office__mir-card-sticker {
        top: 81px;
        left: unset
    }
}

.casual-calendar {
    position: relative
}

.casual-calendar__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 4px;
    height: 100%;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .casual-calendar__grid {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 12px;
        height: 90px;
        margin-bottom: 40px
    }
}

@media(min-width:992px) {
    .casual-calendar__grid {
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 16px
    }
}

@media(min-width:1250px) {
    .casual-calendar__grid {
        grid-template-columns: repeat(8, 1fr);
        grid-gap: 16px
    }
}

.casual-calendar__grid--hidden {
    display: none
}

.casual-calendar__tile {
    min-height: 60px
}

.casual-calendar__tile--datepicker {
    position: relative
}

.casual-calendar__tile-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 8px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    background: #fff;
    background: var(--Bg-default)
}

@media(min-width:768px) {
    .casual-calendar__tile-button {
        padding: 16px 8px;
        border-radius: 12px;
        gap: 4px
    }
}

.casual-calendar__tile-button .icon-calendar-picker {
    width: 19px;
    height: 18px;
    fill: #58585b;
    fill: var(--Content-primary)
}

@media(min-width:768px) {
    .casual-calendar__tile-button .icon-calendar-picker {
        width: 26px;
        height: 26px
    }
}

.casual-calendar__tile-button--date-picker {
    padding: 20px 0;
    position: relative
}

.casual-calendar__tile-button:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    border-width: 2px
}

.casual-calendar__tile-button:focus-visible .casual-calendar__more,
.casual-calendar__tile-button:focus-visible .casual-calendar__month-day-number {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.casual-calendar__tile-button:focus-visible .icon-calendar-picker {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.casual-calendar__day-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 4px
}

@media(min-width:992px) {
    .casual-calendar__day-wrapper {
        gap: 8px
    }
}

.casual-calendar__week-day {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .casual-calendar__week-day {
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        color: #58585b;
        color: var(--Content-primary)
    }
}

.casual-calendar__month-day-number {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #58585b;
    color: var(--Content-primary);
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:768px) {
    .casual-calendar__month-day-number {
        font-size: 16px;
        line-height: 20px
    }
}

.casual-calendar__month-day-number--ar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    overflow: initial;
    text-overflow: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 2px
}

@media(min-width:768px) {
    .casual-calendar__month-day-number--ar {
        gap: 4px
    }
}

.casual-calendar__month-day-number--ar>span:first-child {
    font-size: 13px
}

@media(min-width:768px) {
    .casual-calendar__month-day-number--ar>span:first-child {
        font-size: 16px
    }
}

.casual-calendar__day-number-hijri-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    gap: 2px;
    color: #64b010;
    color: var(--Accent-success)
}

.casual-calendar__day-number-hijri-wrapper .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    fill: #64b010;
    fill: var(--Accent-success)
}

.casual-calendar__day-label {
    min-height: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width:768px) {
    .casual-calendar__day-label {
        font-size: 12px;
        line-height: 15px
    }
}

.casual-calendar__tile-button {
    -webkit-transition: .16s;
    -o-transition: .16s;
    -moz-transition: .16s;
    transition: .16s
}

.casual-calendar__tile-button--active,
.casual-calendar__tile-button:not(.casual-calendar__tile-button--disabled):not(.casual-calendar__tile-button--touch-screen):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1985d2;
    border-color: var(--Interaction-Secondary-border_hover)
}

.casual-calendar__tile-button--active .casual-calendar__more,
.casual-calendar__tile-button:not(.casual-calendar__tile-button--disabled):not(.casual-calendar__tile-button--touch-screen):hover .casual-calendar__more {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.casual-calendar__tile-button--active .casual-calendar__month-day-number,
.casual-calendar__tile-button:not(.casual-calendar__tile-button--disabled):not(.casual-calendar__tile-button--touch-screen):hover .casual-calendar__month-day-number {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.casual-calendar__tile-button--active .icon-calendar-picker,
.casual-calendar__tile-button:not(.casual-calendar__tile-button--disabled):not(.casual-calendar__tile-button--touch-screen):hover .icon-calendar-picker {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.casual-calendar__tile-button--disabled .casual-calendar__week-day {
    color: #58585b;
    color: var(--Content-primary)
}

.casual-calendar__tile-button--disabled .casual-calendar__month-day-number {
    color: #58585b;
    color: var(--Content-primary)
}

.casual-calendar__tile-button--disabled .casual-calendar__day-label {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.casual-calendar__calendar-icon {
    font-size: 0
}

.casual-calendar__date-picker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.casual-calendar__more {
    display: none
}

@media(min-width:768px) {
    .casual-calendar__more {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #58585b;
        color: var(--Content-primary)
    }
}

.casual-calendar__datepicker {
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 601
}

@media(min-width:768px) {
    .casual-calendar__datepicker {
        width: auto;
        position: absolute;
        bottom: -8px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation: casual-calendar-datepicker .24s ease-in;
        -moz-animation: casual-calendar-datepicker .24s ease-in;
        animation: casual-calendar-datepicker .24s ease-in
    }

    .is_ltr .casual-calendar__datepicker {
        left: auto;
        right: 0
    }

    .is_rtl .casual-calendar__datepicker {
        right: auto;
        left: 0
    }

    @-webkit-keyframes casual-calendar-datepicker {
        from {
            opacity: 0;
            -webkit-transform: translateY(-webkit-calc(100% - 16px));
            transform: translateY(calc(100% - 16px))
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
    }

    @-moz-keyframes casual-calendar-datepicker {
        from {
            opacity: 0;
            -moz-transform: translateY(-moz-calc(100% - 16px));
            transform: translateY(calc(100% - 16px))
        }

        to {
            opacity: 1;
            -moz-transform: translateY(100%);
            transform: translateY(100%)
        }
    }

    @keyframes casual-calendar-datepicker {
        from {
            opacity: 0;
            -webkit-transform: translateY(-webkit-calc(100% - 16px));
            -moz-transform: translateY(-moz-calc(100% - 16px));
            -o-transform: translateY(calc(100% - 16px));
            transform: translateY(calc(100% - 16px))
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%)
        }
    }

    .casual-calendar__datepicker--enter-from {
        -webkit-transition: .24s ease-in;
        -o-transition: .24s ease-in;
        -moz-transition: .24s ease-in;
        transition: .24s ease-in;
        opacity: 0;
        -webkit-transform: translateY(-webkit-calc(100% - 16px));
        -moz-transform: translateY(-moz-calc(100% - 16px));
        -ms-transform: translateY(calc(100% - 16px));
        -o-transform: translateY(calc(100% - 16px));
        transform: translateY(calc(100% - 16px))
    }

    .casual-calendar__datepicker--enter-active {
        opacity: 1;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    .casual-calendar__datepicker--leave-active {
        -webkit-transition: .24s ease-out;
        -o-transition: .24s ease-out;
        -moz-transition: .24s ease-out;
        transition: .24s ease-out;
        opacity: 1;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    .casual-calendar__datepicker--leave-to {
        opacity: 0;
        -webkit-transform: translateY(-webkit-calc(100% - 16px));
        -moz-transform: translateY(-moz-calc(100% - 16px));
        -ms-transform: translateY(calc(100% - 16px));
        -o-transform: translateY(calc(100% - 16px));
        transform: translateY(calc(100% - 16px))
    }
}

.casual-calendar__fixed-block {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 16px 20px;
    background: #fff;
    background: var(--Bg-default);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .04);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    top: -100px
}

.casual-calendar__fixed-block--visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    top: 47px;
    z-index: 150
}

.casual-calendar__fixed-block-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 8px
}

.casual-calendar__fixed-block-toggle--date {
    width: -webkit-calc(57% - 6px);
    width: -moz-calc(57% - 6px);
    width: calc(57% - 6px)
}

.casual-calendar__fixed-block-toggle--time {
    width: -webkit-calc(43% - 6px);
    width: -moz-calc(43% - 6px);
    width: calc(43% - 6px)
}

.casual-calendar__fixed-block-toggle-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #58585b;
    color: var(--Content-primary)
}

.casual-calendar__fixed-block-toggle-content--placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.is_ltr .casual-calendar__fixed-block-toggle-content {
    text-align: left
}

.is_rtl .casual-calendar__fixed-block-toggle-content {
    text-align: right
}

.casual-calendar__fixed-block-month {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.casual-calendar__fixed-block-icon {
    height: 16px
}

.casual-calendar__fixed-block-icon .icon-calendar-picker {
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.casual-calendar__fixed-block-icon .icon-clock-colored {
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.casual-calendar__fixed-block-arrow .icon {
    width: 10px;
    height: 10px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.casual-calendar__second-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.casual-calendar__promo-code-icon {
    position: absolute;
    top: -5px
}

.is_ltr .casual-calendar__promo-code-icon {
    right: -5px
}

.is_rtl .casual-calendar__promo-code-icon {
    left: -5px
}

.casual-calendar__no-show-message {
    margin-bottom: 24px;
    text-align: center;
    border-radius: 8px;
    background: rgba(131, 23, 151, .08);
    color: #831797;
    color: var(--Accent-promo);
    font-size: 12px;
    line-height: normal;
    padding: 12px
}

@media(min-width:768px) {
    .casual-calendar__no-show-message {
        font-size: 16px
    }
}

.casual-calendar__no-show-message img {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%)
}

.casual-calendar__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.casual-calendar__single-time {
    margin: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

@media(min-width:768px) {
    .casual-calendar__single-time {
        margin: 0
    }
}

.casual-calendar__single-time-info {
    white-space: nowrap
}

.casual-calendar__single-time-features {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.casual-calendar__single-time-title {
    font-weight: 700
}

.casual-datepicker {
    display: none
}

.casual-datepicker--bordered {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 3px 10px 0 rgba(0, 0, 0, .04), 0 7px 24px 0 rgba(0, 0, 0, .05), 0 24px 80px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 3px 10px 0 rgba(0, 0, 0, .04), 0 7px 24px 0 rgba(0, 0, 0, .05), 0 24px 80px 0 rgba(0, 0, 0, .07)
}

.casual-datepicker--open {
    display: block;
    background: #fff;
    background: var(--Bg-default);
    padding: 24px 24px 16px;
    border-radius: 12px
}

@media(min-width:768px) {
    .casual-datepicker--open {
        padding: 24px
    }
}

.casual-datepicker__control {
    padding: 12px;
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.is_ltr .casual-datepicker__control {
    top: 12px
}

.is_rtl .casual-datepicker__control {
    top: 8px
}

.casual-datepicker__control .icon {
    width: 24px;
    height: 24px;
    fill: #58585b;
    fill: var(--Content-primary)
}

.is_ltr .casual-datepicker__control--hijri {
    top: 24px
}

.is_rtl .casual-datepicker__control--hijri {
    top: 20px
}

.casual-datepicker__control--sold-out .icon {
    fill: #f25050;
    fill: var(--Accent-alert);
    stroke: #f25050;
    stroke: var(--Accent-alert)
}

.is_ltr .casual-datepicker__control--prev {
    left: 8px
}

@media(min-width:768px) {
    .is_ltr .casual-datepicker__control--prev {
        left: 12px
    }
}

.is_rtl .casual-datepicker__control--prev {
    right: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:768px) {
    .is_rtl .casual-datepicker__control--prev {
        right: 12px
    }
}

.casual-datepicker__control--prev .icon {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_ltr .casual-datepicker__control--next {
    right: 8px
}

@media(min-width:768px) {
    .is_ltr .casual-datepicker__control--next {
        right: 12px
    }
}

.is_rtl .casual-datepicker__control--next {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:768px) {
    .is_rtl .casual-datepicker__control--next {
        left: 12px
    }
}

.casual-datepicker__control:focus-visible {
    border: 1px solid #1985d2;
    border: 1px solid var(--Interaction-Secondary-border_hover)
}

.casual-datepicker__page {
    display: none
}

.casual-datepicker__page--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 32px;
    width: 100%
}

.casual-datepicker__grid {
    width: 100%;
    max-height: 300px;
    margin-top: 16px
}

.casual-datepicker__month {
    width: 100%;
    height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .casual-datepicker__month {
        width: auto;
        height: auto
    }
}

.casual-datepicker__month-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.casual-datepicker__month-name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #58585b;
    color: var(--Content-primary)
}

.casual-datepicker__month-name--hijri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #64b010;
    color: var(--Accent-success)
}

.casual-datepicker__month-name--hijri .icon {
    width: 16px;
    height: 16px;
    fill: #64b010;
    fill: var(--Accent-success);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.casual-datepicker__week-day {
    height: 12px;
    padding: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.casual-datepicker__day-button {
    padding: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    position: relative;
    width: 48px;
    height: 48px
}

.casual-datepicker__day-button--active {
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border)
}

.casual-datepicker__day-button--active .casual-datepicker__day-number {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.casual-datepicker__day-button:not(.casual-datepicker__day-button--disabled):not(.casual-datepicker__day-button--sold-out):hover .casual-datepicker__day-number,
.casual-datepicker__day-button:not(.casual-datepicker__day-button--disabled):not(.casual-datepicker__day-button--sold-out):hover .casual-datepicker__day-hijri {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.casual-datepicker__day-button--disabled .casual-datepicker__day-number {
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.casual-datepicker__day-button--disabled .casual-datepicker__day-hijri {
    color: #64b010;
    color: var(--Accent-success)
}

.casual-datepicker__day-button--sold-out .casual-datepicker__day-number,
.casual-datepicker__day-button--sold-out .casual-datepicker__day-hijri,
.casual-datepicker__day-button--sold-out .casual-datepicker__day-label {
    color: #f25050;
    color: var(--Accent-alert)
}

.casual-datepicker__day-button:focus-visible {
    border: 1px solid #1985d2;
    border: 1px solid var(--Interaction-Secondary-content_hover)
}

.casual-datepicker__promocode-icon {
    position: absolute;
    top: -2px
}

.is_ltr .casual-datepicker__promocode-icon {
    right: -2px
}

.is_rtl .casual-datepicker__promocode-icon {
    left: -2px
}

.casual-datepicker__day-number {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #58585b;
    color: var(--Content-primary);
    width: 100%;
    height: 50%
}

.casual-datepicker__day-hijri {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #64b010;
    color: var(--Accent-success)
}

.casual-datepicker__day-label {
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #8f8f8f;
    color: var(--Content-secondary);
    white-space: nowrap;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.casual-datepicker__notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 17px 13px;
    background: #ffebd7;
    background: var(--Accent-warning_light);
    border-radius: 10px
}

.casual-datepicker__notice-icon {
    font-size: 0
}

.casual-datepicker__notice-icon .icon {
    width: 12px;
    height: 12px;
    fill: #58585b;
    fill: var(--Content-primary);
    stroke: #58585b;
    stroke: var(--Content-primary)
}

.casual-datepicker__notice-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #58585b;
    color: var(--Content-primary)
}

@media(min-width:390px) {
    .casual-datepicker__notice-text {
        font-size: 14px
    }
}

.casual-datepicker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 600;
    background: transparent
}

.casual-select-time-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 24px;
    position: relative
}

.casual-select-time-toggle--hidden {
    display: none
}

.casual-select-time-toggle__select-time-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #58585b;
    color: var(--Content-primary)
}

.casual-select-time-toggle__select-time-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media(min-width:768px) {
    .casual-select-time-toggle__select-time-btn {
        width: 300px;
        border-radius: 12px
    }
}

.casual-select-time-toggle__select-time-btn:focus-visible {
    border: 2px solid #37a7f8;
    border: 2px solid var(--Interaction-Secondary-border)
}

.casual-select-time-toggle__select-time-btn:hover .casual-select-time-toggle__select-time-btn-text {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    -webkit-transition: .16s;
    -o-transition: .16s;
    -moz-transition: .16s;
    transition: .16s
}

.casual-select-time-toggle__select-time-btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 16px
}

.casual-select-time-toggle__select-time-btn-icon .icon {
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.casual-select-time-toggle__select-time-btn-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.casual-select-time-toggle__select-time-btn-text--placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.is_ltr .casual-select-time-toggle__select-time-btn-text {
    text-align: left
}

.is_rtl .casual-select-time-toggle__select-time-btn-text {
    text-align: right
}

.casual-select-time-toggle__select-time-btn-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.casual-select-time-toggle__select-time-btn-arrow .icon {
    width: 12px;
    height: 12px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:768px) {
    .casual-select-time-toggle__select-time-btn-arrow .icon {
        width: 14px;
        height: 14px
    }
}

.casual-select-time-toggle__select-time-btn-arrow--active .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.casual-select-time-toggle__select-time-toggle {
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .casual-select-time-toggle__select-time-toggle {
        width: 250px
    }
}

@media(min-width:992px) {
    .casual-select-time-toggle__select-time-toggle {
        width: 400px
    }
}

.casual-select-time-toggle__select-time-dropdown {
    display: none
}

.casual-select-time-toggle__select-time-dropdown--open {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    position: absolute;
    margin-top: 8px;
    z-index: 200
}

@media(min-width:768px) {
    .casual-select-time-toggle__select-time-dropdown--open {
        min-width: 250px;
        max-width: 400px
    }
}

@media(min-width:992px) {
    .casual-select-time-toggle__select-time-dropdown--open {
        min-width: 400px
    }
}

.casual-select-time-dropdown {
    background: #fff;
    background: var(--Bg-default)
}

@media(min-width:768px) {
    .casual-select-time-dropdown {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .16);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .16);
        border-radius: 12px
    }
}

.casual-select-time-dropdown--hidden {
    display: none
}

.casual-select-time-dropdown__upcoming {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    gap: 10px;
    margin-left: 12px;
    border-radius: 8px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background-color: #fff;
    background-color: var(--Bg-default)
}

@media(min-width:992px) {
    .casual-select-time-dropdown__upcoming {
        font-size: 12px
    }
}

.casual-select-time-dropdown__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 20px;
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.casual-select-time-dropdown__title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #58585b;
    color: var(--Content-primary)
}

.casual-select-time-dropdown__list {
    position: relative;
    z-index: 1000;
    max-height: 250px;
    padding: 0 16px 0 20px;
    overflow-y: scroll
}

@media(min-width:768px) {
    .casual-select-time-dropdown__list {
        padding: 0 16px
    }
}

.casual-select-time-dropdown__list::-webkit-scrollbar {
    width: 6px
}

.casual-select-time-dropdown__list::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 4px
}

.casual-select-time-dropdown__list::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px
}

.casual-select-time-dropdown__item+.casual-select-time-dropdown__item {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

.casual-select-time-dropdown__time {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.is_ltr .casual-select-time-dropdown__time {
    text-align: left
}

.is_rtl .casual-select-time-dropdown__time {
    text-align: right
}

.casual-select-time-dropdown__lowest-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.is_ltr .casual-select-time-dropdown__lowest-price {
    text-align: left
}

.is_rtl .casual-select-time-dropdown__lowest-price {
    text-align: right
}

.casual-select-time-dropdown__checkmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    opacity: 0
}

.casual-select-time-dropdown__checkmark .icon {
    width: 16px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .casual-select-time-dropdown__checkmark .icon {
        width: 24px;
        height: 24px
    }
}

.casual-select-time-dropdown__ticket-count {
    display: block;
    color: #ff8300;
    color: var(--Accent-warning)
}

.casual-select-time-dropdown__item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    padding: 16px 0;
    width: 100%
}

.casual-select-time-dropdown__item-btn:not(.casual-select-time-dropdown__item-btn--disabled):hover .casual-select-time-dropdown__time,
.casual-select-time-dropdown__item-btn:not(.casual-select-time-dropdown__item-btn--disabled):hover .casual-select-time-dropdown__lowest-price,
.casual-select-time-dropdown__item-btn:not(.casual-select-time-dropdown__item-btn--disabled):focus-visible .casual-select-time-dropdown__time,
.casual-select-time-dropdown__item-btn:not(.casual-select-time-dropdown__item-btn--disabled):focus-visible .casual-select-time-dropdown__lowest-price {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.casual-select-time-dropdown__item-btn--active .casual-select-time-dropdown__checkmark {
    opacity: 1
}

.casual-select-time-dropdown__item-btn--with-promo-code {
    gap: 8px
}

.casual-select-time-dropdown__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%
}

.casual-select-time-dropdown__row--ticket-count {
    font-size: 12px;
    line-height: 15px
}

.casual-select-time-dropdown__description {
    padding: 4px 8px;
    font-size: 12px;
    overflow: hidden;
    max-width: 200px;
    color: #6c899d;
    color: var(--Content-accelerator)
}

.is_ltr .casual-select-time-dropdown__description {
    text-align: left
}

.is_rtl .casual-select-time-dropdown__description {
    text-align: right
}

@media(min-width:768px) {
    .casual-select-time-dropdown__description {
        font-size: 14px;
        color: #6c899d;
        color: var(--Content-accelerator)
    }
}

.casual-select-time-dropdown__sold-out {
    color: #f25050;
    color: var(--Accent-alert)
}

.casual-select-time-popup {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important
}

.casual-select-time-popup__modal-dialog {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden
}

.casual-select-time-popup__modal-content {
    border: none
}

.casual-select-time-popup__modal-body {
    padding: 0
}

.casual-select-time-popup__modal-close {
    display: none
}

.casual-select-time-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 199;
    opacity: 0
}

.casual-order-header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    z-index: 100;
    background: #fff;
    background: var(--Bg-default)
}

.casual-order-header {
    height: 48px;
    padding: 8px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .casual-order-header {
        min-height: 64px;
        padding: 0
    }
}

.casual-order-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 132px;
    height: 17px
}

@media(min-width:768px) {
    .casual-order-header__logo {
        width: 150px;
        height: 20px
    }
}

.casual-order-header__logo img {
    max-width: initial;
    -webkit-transform: scale(.87);
    -moz-transform: scale(.87);
    -ms-transform: scale(.87);
    -o-transform: scale(.87);
    transform: scale(.87)
}

@media(min-width:768px) {
    .casual-order-header__logo img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.casual-order-header__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    flex-grow: 2;
    white-space: nowrap;
    overflow: hidden
}

.casual-order-header__title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.casual-order-header__teaser {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.casual-order-header__sub-title {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.casual-order-header__promo-code {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    font-size: 12px
}

.is_ltr .casual-order-header__promo-code {
    padding-left: 12px;
    border-left: 1px solid #eee
}

.is_rtl .casual-order-header__promo-code {
    padding-right: 12px;
    border-right: 1px solid #eee
}

.casual-order-header__promo-code-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    color: #831797;
    color: var(--Accent-promo);
    white-space: nowrap;
    font-size: 12px
}

.casual-order-header__percent {
    width: 10px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .casual-order-header__percent {
        width: 12px;
        height: 12px
    }
}

.casual-order-header__percent .icon {
    width: 10px;
    height: 10px;
    fill: #831797;
    fill: var(--Accent-promo)
}

@media(min-width:768px) {
    .casual-order-header__percent .icon {
        width: 12px;
        height: 12px
    }
}

.casual-order-header__percent--applied {
    width: 12px
}

.casual-order-header__percent--applied .icon {
    width: 12px;
    height: 12px;
    fill: #831797;
    fill: var(--Accent-promo)
}

.casual-order-header__promo-code-text {
    color: #831797;
    color: var(--Accent-promo);
    white-space: nowrap;
    font-size: 12px
}

.casual-order-header__promo-code-checkmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: rgba(131, 23, 151, .2)
}

.casual-order-header__promo-code-checkmark .icon {
    width: 7px;
    height: 7px;
    stroke: #831797
}

.casual-order-header__back {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    line-height: 0
}

.casual-order-header__back .icon {
    width: 20px;
    height: 20px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_rtl .casual-order-header__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.casual-order-header__promo-code-checkbox {
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    background: rgba(131, 23, 151, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    position: relative;
    top: 9px
}

.casual-order-header__promo-code-checkbox .icon-checkmark {
    width: 7px;
    height: 7px;
    fill: #831797;
    fill: var(--Accent-promo);
    stroke: #831797;
    stroke: var(--Accent-promo);
    position: relative;
    top: -10px
}

.casual-order-header__localization-switcher-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 40px
}

.casual-promocode-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:1250px) {
    .casual-promocode-control {
        gap: 24px
    }
}

.casual-promocode-control__activated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding: 15px 16px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #831797;
    border: 1px solid var(--Accent-promo)
}

@media(min-width:992px) {
    .casual-promocode-control__activated {
        gap: 24px
    }
}

.casual-promocode-control__activated-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #831797;
    color: var(--Accent-promo);
    font-size: 12px;
    line-height: normal;
    font-weight: 400
}

@media(min-width:992px) {
    .casual-promocode-control__activated-text {
        font-size: 14px
    }
}

.casual-promocode-control__activated-text .icon {
    width: 14px;
    height: 14px;
    stroke: #831797;
    stroke: var(--Accent-promo);
    fill: #831797;
    fill: var(--Accent-promo)
}

.casual-promocode-control__reset {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    font-size: 12px;
    font-weight: 400
}

@media(min-width:992px) {
    .casual-promocode-control__reset {
        font-size: 14px
    }
}

.casual-promocode-control__apply-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding: 11px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border-color: #831797;
    border-color: var(--Accent-promo);
    color: #831797;
    color: var(--Accent-promo)
}

@media(min-width:992px) {
    .casual-promocode-control__apply-btn {
        padding: 15px
    }
}

.casual-promocode-icon {
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 3px;
    fill: #831797;
    fill: var(--Accent-promo)
}

.casual-promocode-icon--with-border {
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04)
}

.casual-promocode-icon--date-picker {
    width: 12px;
    height: 12px
}

.casual-floor-map-link {
    width: 100%;
    padding: 8px 16px 8px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    background: var(--Bg-default);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12), 0 4px 16px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12), 0 4px 16px 0 rgba(0, 0, 0, .06)
}

@media(min-width:768px) {
    .casual-floor-map-link {
        border: 1px solid rgba(96, 128, 159, .14);
        border: 1px solid var(--Bg-border);
        padding: 9px;
        gap: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        border-radius: 16px;
        font-size: 20px;
        line-height: 24px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.casual-floor-map-link__icon {
    width: 46px;
    height: 36px
}

@media(min-width:768px) {
    .casual-floor-map-link__icon {
        width: 76px;
        height: 60px
    }
}

@media(min-width:768px) {
    .casual-floor-map-link:hover {
        border: 1px solid rgba(96, 128, 159, .14);
        border: 1px solid var(--Bg-border);
        -webkit-box-shadow: 0 4px 12px 0 rgba(96, 128, 159, .12);
        box-shadow: 0 4px 12px 0 rgba(96, 128, 159, .12)
    }
}

.casual-floor-map-link__text {
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

@media(min-width:768px) {
    .casual-floor-map-link__text {
        font-size: 20px;
        line-height: 24px
    }
}

.casual-null-state {
    height: 48px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 12px;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .casual-null-state {
        height: 60px;
        font-size: 16px
    }
}

.casual-null-state--horizontal-shake {
    -webkit-animation: casual-null-state-shaking .35s 1;
    -moz-animation: casual-null-state-shaking .35s 1;
    animation: casual-null-state-shaking .35s 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes casual-null-state-shaking {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes casual-null-state-shaking {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -moz-transform: translateX(5px);
        transform: translateX(5px)
    }

    50% {
        -moz-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    75% {
        -moz-transform: translateX(5px);
        transform: translateX(5px)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes casual-null-state-shaking {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }

    50% {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    75% {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.offer-group-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 12px
}

.offer-group-filter__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.offer-group-filter__content {
    position: relative
}

.offer-group-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 4px 2px;
    overflow-y: scroll;
    scroll-behavior: smooth
}

.offer-group-filter__list::-webkit-scrollbar {
    display: none
}

.is_ltr .offer-group-filter__list {
    margin-right: -20px
}

.is_rtl .offer-group-filter__list {
    margin-left: -20px
}

@media(min-width:768px) {
    .offer-group-filter__list {
        gap: 16px
    }

    .is_ltr .offer-group-filter__list {
        margin-right: 0
    }

    .is_rtl .offer-group-filter__list {
        margin-left: 0
    }
}

.offer-group-filter__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.offer-group-filter__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 0 12px;
    min-width: 0;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 12px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .06), 0 2px 6px 0 rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    font-size: 12px;
    color: #58585b;
    color: var(--Content-primary);
    text-transform: capitalize;
    line-height: 1.45;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    -moz-transition: all .12s;
    transition: all .12s
}

.offer-group-filter__btn:hover {
    cursor: pointer;
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.offer-group-filter__btn--active {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border)
}

@media(min-width:390px) {
    .offer-group-filter__btn {
        height: 40px;
        padding: 0 16px;
        font-size: 14px
    }
}

@media(min-width:768px) {
    .offer-group-filter__btn {
        height: 48px;
        min-width: 100px
    }
}

.offer-group-filter__controls {
    position: absolute;
    display: none;
    top: 0;
    height: 100%
}

@media(min-width:768px) {
    .offer-group-filter__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.offer-group-filter__controls--prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.is_ltr .offer-group-filter__controls--prev {
    left: 0
}

.is_rtl .offer-group-filter__controls--prev {
    right: 0
}

.offer-group-filter__controls--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.is_ltr .offer-group-filter__controls--next {
    right: 0
}

.is_rtl .offer-group-filter__controls--next {
    left: 0
}

.offer-group-filter__control-btn {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 40px;
    background-color: #fff;
    background-color: var(--Bg-default)
}

@media(min-width:768px) {
    .offer-group-filter__control-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.offer-group-filter__control-btn:hover {
    cursor: pointer
}

.offer-group-filter__control-btn:hover .icon {
    stroke: #1985d2;
    stroke: var(--Interaction-Secondary-content_hover)
}

.offer-group-filter__control-btn .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary)
}

.offer-group-filter__control-btn--prev {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.is_ltr .offer-group-filter__control-btn--prev .icon {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.is_rtl .offer-group-filter__control-btn--prev .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.offer-group-filter__control-btn--next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.is_ltr .offer-group-filter__control-btn--next .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.is_rtl .offer-group-filter__control-btn--next .icon {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.offer-group-filter__control-gradient {
    display: none;
    width: 40px
}

@media(min-width:768px) {
    .offer-group-filter__control-gradient {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.offer-group-filter__control-gradient--prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.is_ltr .offer-group-filter__control-gradient--prev {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_rtl .offer-group-filter__control-gradient--prev {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_ltr .offer-group-filter__control-gradient--next {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_rtl .offer-group-filter__control-gradient--next {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.casual-offer-section__toggle {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #58585b;
    color: var(--Content-primary)
}

.casual-offer-section__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px
}

.casual-offer-section__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px
}

@media(min-width:768px) {
    .casual-offer-section__head {
        gap: 24px
    }
}

.is_ltr .casual-offer-section__name {
    text-align: left
}

.is_rtl .casual-offer-section__name {
    text-align: right
}

.casual-offer-section__arrow {
    z-index: -1
}

.casual-offer-section__arrow .icon {
    width: 12px;
    height: 12px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.casual-offer-section__arrow--open .icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.casual-offer-section__content {
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.casual-offer-section__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

@media(min-width:768px) {
    .casual-offer-section__content-inner {
        gap: 16px
    }
}

.casual-offer-section__content-inner--top {
    margin-top: 12px
}

.casual-offer-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    -moz-transition: .2s opacity;
    transition: .2s opacity
}

@media(min-width:768px) {
    .casual-offer-control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }
}

.casual-offer-control--blocked {
    opacity: .5
}

.casual-offer-control__notice {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .casual-offer-control__notice {
        font-size: 16px
    }
}

.casual-offer-control__panel {
    position: relative
}

.casual-offer-control__panel-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1c9bf7;
    background: var(--Interaction-Secondary-content);
    border-radius: 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

@media(min-width:768px) {
    .casual-offer-control__panel-border {
        border-radius: 12px
    }
}

.casual-offer-control__panel-content {
    width: 96px;
    height: 32px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    background: var(--Bg-default);
    border-radius: 8px
}

@media(min-width:390px) {
    .casual-offer-control__panel-content {
        width: 120px;
        height: 40px
    }
}

@media(min-width:768px) {
    .casual-offer-control__panel-content {
        border-radius: 12px;
        width: 144px;
        height: 48px
    }
}

.casual-offer-control__action {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    border-radius: 8px;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background: #fff;
    background: var(--Bg-default);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    touch-action: manipulation
}

@media(min-width:390px) {
    .casual-offer-control__action {
        width: 40px;
        height: 40px
    }
}

@media(min-width:768px) {
    .casual-offer-control__action {
        width: 48px;
        height: 48px;
        border-radius: 12px
    }

    .casual-offer-control__action .icon {
        width: 16px;
        height: 16px
    }
}

.casual-offer-control__action .icon {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    width: 12px;
    height: 12px
}

.casual-offer-control__action:hover {
    border: 1px solid #1985d2;
    border: 1px solid var(--Interaction-Secondary-border_hover);
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.is_ltr .casual-offer-control__action--decrement {
    left: 0
}

.is_rtl .casual-offer-control__action--decrement {
    right: 0
}

.is_ltr .casual-offer-control__action--increment {
    right: 0
}

.is_rtl .casual-offer-control__action--increment {
    left: 0
}

.casual-offer-control__action--increment:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.casual-offer-control__action--selected {
    border: 1px solid #64b010;
    border: 1px solid var(--Accent-success)
}

.casual-offer-control__action--selected:hover {
    border: 1px solid #64b010;
    border: 1px solid var(--Accent-success)
}

.casual-offer-control__action--selected:hover .icon {
    fill: #64b010;
    fill: var(--Accent-success)
}

.casual-offer-control__action--selected .icon {
    fill: #64b010;
    fill: var(--Accent-success)
}

.casual-offer-control__action--disabled {
    border: 1px solid #dbdbdb;
    border: 1px solid var(--Interaction-Disable-border);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.casual-offer-control__action--disabled:hover {
    cursor: default;
    border: 1px solid #dbdbdb;
    border: 1px solid var(--Interaction-Disable-border);
    color: #bfbfbf;
    color: var(--Interaction-Disable-content)
}

.casual-offer-control__action--disabled:hover .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content)
}

.casual-offer-control__action--disabled .icon {
    fill: #bfbfbf;
    fill: var(--Interaction-Disable-content)
}

.casual-offer-control__action--hidden {
    display: none
}

.casual-offer-control__input-wrapper {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border)
}

.casual-offer-control__ghost-counter {
    position: absolute;
    visibility: hidden;
    font-size: 16px
}

@media(min-width:768px) {
    .casual-offer-control__ghost-counter {
        font-size: 20px
    }
}

.casual-offer-control__input {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
    touch-action: manipulation
}

@media(min-width:768px) {
    .casual-offer-control__input {
        font-size: 20px
    }
}

.casual-offer-control__input[type=number] {
    -moz-appearance: textfield
}

.casual-offer-control__input::-webkit-outer-spin-button,
.casual-offer-control__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

.casual-offer-control__checkmark {
    height: 32px;
    width: 32px;
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:390px) {
    .casual-offer-control__checkmark {
        height: 40px;
        width: 40px
    }
}

@media(min-width:768px) {
    .casual-offer-control__checkmark {
        height: 48px;
        width: 48px
    }
}

.is_ltr .casual-offer-control__checkmark {
    right: 0
}

.is_rtl .casual-offer-control__checkmark {
    left: 0
}

.casual-offer-control__checkmark .icon {
    width: 14px;
    height: 14px;
    position: relative;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .casual-offer-control__checkmark .icon {
        width: 20px;
        height: 20px
    }
}

.casual-offer-control__sold-out-btn {
    width: 96px;
    height: 32px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    color: #8f8f8f;
    color: var(--Content-secondary);
    border-radius: 8px;
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

@media(min-width:415px) {
    .casual-offer-control__sold-out-btn {
        width: 118px;
        height: 40px
    }
}

@media(min-width:768px) {
    .casual-offer-control__sold-out-btn {
        border-radius: 12px;
        width: 142px;
        height: 48px;
        font-size: 16px
    }
}

.casual-offer-control__panel--focus .casual-offer-control__panel-border {
    -webkit-transform: scale(1.03, 1.08);
    -moz-transform: scale(1.03, 1.08);
    -ms-transform: scale(1.03, 1.08);
    -o-transform: scale(1.03, 1.08);
    transform: scale(1.03, 1.08);
    border-radius: 9px
}

@media(min-width:768px) {
    .casual-offer-control__panel--focus .casual-offer-control__panel-border {
        border-radius: 13px
    }
}

.casual-offer-control__panel--focus .casual-offer-control__input-wrapper {
    border-width: 0
}

.is_ltr .casual-offer-control__panel--focus .casual-offer-control__input {
    text-align: left;
    padding-left: 40px;
    -webkit-transform: translateX(-32px);
    -moz-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    -o-transform: translateX(-32px);
    transform: translateX(-32px)
}

@media(min-width:390px) {
    .is_ltr .casual-offer-control__panel--focus .casual-offer-control__input {
        padding-left: 56px;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@media(min-width:768px) {
    .is_ltr .casual-offer-control__panel--focus .casual-offer-control__input {
        padding-left: 64px;
        -webkit-transform: translateX(-48px);
        -moz-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        -o-transform: translateX(-48px);
        transform: translateX(-48px)
    }
}

.is_rtl .casual-offer-control__panel--focus .casual-offer-control__input {
    text-align: right;
    padding-right: 40px;
    -webkit-transform: translateX(32px);
    -moz-transform: translateX(32px);
    -ms-transform: translateX(32px);
    -o-transform: translateX(32px);
    transform: translateX(32px)
}

@media(min-width:390px) {
    .is_rtl .casual-offer-control__panel--focus .casual-offer-control__input {
        padding-right: 56px;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@media(min-width:768px) {
    .is_rtl .casual-offer-control__panel--focus .casual-offer-control__input {
        padding-right: 64px;
        -webkit-transform: translateX(48px);
        -moz-transform: translateX(48px);
        -ms-transform: translateX(48px);
        -o-transform: translateX(48px);
        transform: translateX(48px)
    }
}

.is_ltr .casual-offer-control__panel--focus .casual-offer-control__checkmark {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: .32s ease casual-offer-control-checkmark-ltr;
    -moz-animation: .32s ease casual-offer-control-checkmark-ltr;
    animation: .32s ease casual-offer-control-checkmark-ltr
}

@-webkit-keyframes casual-offer-control-checkmark-ltr {
    0% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    50% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes casual-offer-control-checkmark-ltr {
    0% {
        -moz-transform: translateX(110%);
        transform: translateX(110%)
    }

    50% {
        -moz-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes casual-offer-control-checkmark-ltr {
    0% {
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    50% {
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.is_rtl .casual-offer-control__panel--focus .casual-offer-control__checkmark {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: .4s ease casual-offer-control-checkmark-rtl;
    -moz-animation: .4s ease casual-offer-control-checkmark-rtl;
    animation: .4s ease casual-offer-control-checkmark-rtl
}

@-webkit-keyframes casual-offer-control-checkmark-rtl {
    0% {
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    50% {
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes casual-offer-control-checkmark-rtl {
    0% {
        -moz-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    50% {
        -moz-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes casual-offer-control-checkmark-rtl {
    0% {
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    50% {
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.is_ltr .casual-offer-control__panel--focus .casual-offer-control__action--decrement {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%)
}

.is_rtl .casual-offer-control__panel--focus .casual-offer-control__action--decrement {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%)
}

.is_ltr .casual-offer-control__panel--focus .casual-offer-control__action--increment {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%)
}

.is_rtl .casual-offer-control__panel--focus .casual-offer-control__action--increment {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%)
}

.casual-offer-control-dropdown {
    -webkit-animation: .16s ease casual-offer-control-preset-open;
    -moz-animation: .16s ease casual-offer-control-preset-open;
    animation: .16s ease casual-offer-control-preset-open
}

@-webkit-keyframes casual-offer-control-preset-open {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes casual-offer-control-preset-open {
    0% {
        opacity: 0;
        -moz-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes casual-offer-control-preset-open {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.casual-offer-control-dropdown--closing {
    opacity: 0;
    -webkit-animation: .16s ease casual-offer-control-preset-closing;
    -moz-animation: .16s ease casual-offer-control-preset-closing;
    animation: .16s ease casual-offer-control-preset-closing
}

@-webkit-keyframes casual-offer-control-preset-closing {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@-moz-keyframes casual-offer-control-preset-closing {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes casual-offer-control-preset-closing {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }
}

.casual-offer-control-preset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 8px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
    gap: 8px;
    background: #fff;
    background: var(--Bg-default);
    border-radius: 8px
}

@media(min-width:768px) {
    .casual-offer-control-preset {
        padding: 12px;
        gap: 12px;
        border-radius: 12px
    }
}

.casual-offer-control-preset__btn {
    width: 48px;
    height: 48px;
    padding: 5px 12px;
    border-radius: 12px;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.casual-offer-control-preset__btn:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.quick-order-form-step-one {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .quick-order-form-step-one {
        min-height: unset
    }
}

.quick-order-form-step-one--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .quick-order-form-step-one--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.quick-order-form-step-one__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.quick-order-form-step-one__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.quick-order-form-step-one__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .quick-order-form-step-one__back {
    left: -4px
}

.is_rtl .quick-order-form-step-one__back {
    right: -4px
}

.is_rtl .quick-order-form-step-one__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quick-order-form-step-one__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.quick-order-form-step-one__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .quick-order-form-step-one__title {
        font-size: 28px;
        line-height: 32px
    }
}

.quick-order-form-step-one__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.quick-order-form-step-one__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.quick-order-form-step-one__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.quick-order-form-step-one__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.quick-order-form-step-one__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.quick-order-form-step-two {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .quick-order-form-step-two {
        min-height: unset
    }
}

.quick-order-form-step-two--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .quick-order-form-step-two--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.quick-order-form-step-two__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.quick-order-form-step-two__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.quick-order-form-step-two__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .quick-order-form-step-two__back {
    left: -4px
}

.is_rtl .quick-order-form-step-two__back {
    right: -4px
}

.is_rtl .quick-order-form-step-two__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quick-order-form-step-two__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.quick-order-form-step-two__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .quick-order-form-step-two__title {
        font-size: 28px;
        line-height: 32px
    }
}

.quick-order-form-step-two__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.quick-order-form-step-two__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.quick-order-form-step-two__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.quick-order-form-step-two__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.quick-order-form-step-two__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.auth-popup {
    padding: 0 !important
}

.auth-popup.in,
.auth-popup.closing {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important
}

.auth-popup__modal-close .icon {
    fill: #1c9bf7 !important;
    fill: var(--Interaction-Secondary-content) !important
}

.auth-popup__modal-dialog {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
    margin: 0 !important
}

@media(min-width:768px) {
    .auth-popup__modal-dialog {
        width: 414px !important;
        margin: 0 auto !important
    }
}

.auth-popup__modal-content {
    min-height: 100px !important;
    position: relative !important;
    border: none !important;
    border-radius: 0 !important;
    background: #fff !important;
    background: var(--Bg-default) !important
}

@media(min-width:768px) {
    .auth-popup__modal-content {
        border-radius: 24px !important
    }
}

.auth-popup__modal-loader {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.auth-popup__modal-body {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
    padding: 16px 20px 20px !important;
    -webkit-transition: height 1s !important;
    -o-transition: height 1s !important;
    -moz-transition: height 1s !important;
    transition: height 1s !important;
    min-height: 100dvh !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

@media(min-width:768px) {
    .auth-popup__modal-body {
        padding: 16px 32px 32px !important;
        min-height: unset !important
    }
}

.auth-terms-note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.auth-terms-note__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.auth-terms-note__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.auth-resend-code__request-again {
    padding: 0 4px;
    margin-bottom: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.auth-resend-code__request-again-link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.auth-resend-code__request-again-link:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.auth-resend-code__request-again-count-down {
    padding: 0 4px;
    margin-bottom: 16px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.login-form-email {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .login-form-email {
        min-height: unset
    }
}

.login-form-email--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .login-form-email--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.login-form-email__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.login-form-email__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.login-form-email__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .login-form-email__back {
    left: -4px
}

.is_rtl .login-form-email__back {
    right: -4px
}

.is_rtl .login-form-email__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-form-email__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.login-form-email__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .login-form-email__title {
        font-size: 28px;
        line-height: 32px
    }
}

.login-form-email__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-email__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.login-form-email__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-email__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.login-form-email__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.login-form-email__social-buttons {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 16px
}

.login-form-email__separator {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.login-form-email__separator-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    height: 1px;
    border-radius: 1px;
    background: rgba(96, 128, 159, .14);
    background: var(--Bg-border)
}

.login-form-email__separator-title {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    color: #bfbfbf;
    color: var(--Interaction-Disable-content);
    background: #fff;
    background: var(--Bg-default);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    z-index: 1
}

.login-form-otp {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .login-form-otp {
        min-height: unset
    }
}

.login-form-otp--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .login-form-otp--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.login-form-otp__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.login-form-otp__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.login-form-otp__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .login-form-otp__back {
    left: -4px
}

.is_rtl .login-form-otp__back {
    right: -4px
}

.is_rtl .login-form-otp__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-form-otp__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.login-form-otp__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .login-form-otp__title {
        font-size: 28px;
        line-height: 32px
    }
}

.login-form-otp__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-otp__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.login-form-otp__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-otp__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.login-form-otp__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.login-form-password {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .login-form-password {
        min-height: unset
    }
}

.login-form-password--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .login-form-password--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.login-form-password__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.login-form-password__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.login-form-password__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .login-form-password__back {
    left: -4px
}

.is_rtl .login-form-password__back {
    right: -4px
}

.is_rtl .login-form-password__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-form-password__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.login-form-password__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .login-form-password__title {
        font-size: 28px;
        line-height: 32px
    }
}

.login-form-password__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-password__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.login-form-password__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.login-form-password__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.login-form-password__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.login-form-password__reset-password {
    display: block;
    margin-bottom: 16px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.register-form-step-one {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .register-form-step-one {
        min-height: unset
    }
}

.register-form-step-one--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .register-form-step-one--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.register-form-step-one__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.register-form-step-one__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.register-form-step-one__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .register-form-step-one__back {
    left: -4px
}

.is_rtl .register-form-step-one__back {
    right: -4px
}

.is_rtl .register-form-step-one__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.register-form-step-one__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.register-form-step-one__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .register-form-step-one__title {
        font-size: 28px;
        line-height: 32px
    }
}

.register-form-step-one__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.register-form-step-one__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.register-form-step-one__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.register-form-step-one__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.register-form-step-one__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.register-form-step-one__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 16px
}

.register-form-step-two {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .register-form-step-two {
        min-height: unset
    }
}

.register-form-step-two--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .register-form-step-two--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.register-form-step-two__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.register-form-step-two__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.register-form-step-two__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .register-form-step-two__back {
    left: -4px
}

.is_rtl .register-form-step-two__back {
    right: -4px
}

.is_rtl .register-form-step-two__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.register-form-step-two__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.register-form-step-two__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .register-form-step-two__title {
        font-size: 28px;
        line-height: 32px
    }
}

.register-form-step-two__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.register-form-step-two__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.register-form-step-two__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.register-form-step-two__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.register-form-step-two__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.register-form-step-two__highlighted-content {
    font-weight: 600
}

.register-form-step-two__contact-support {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.register-form-step-two__contact-support a {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.register-form-step-two__contact-support a:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.form-change-email-step {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .form-change-email-step {
        min-height: unset
    }
}

.form-change-email-step--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .form-change-email-step--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.form-change-email-step__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.form-change-email-step__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.form-change-email-step__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .form-change-email-step__back {
    left: -4px
}

.is_rtl .form-change-email-step__back {
    right: -4px
}

.is_rtl .form-change-email-step__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-change-email-step__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.form-change-email-step__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .form-change-email-step__title {
        font-size: 28px;
        line-height: 32px
    }
}

.form-change-email-step__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-change-email-step__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.form-change-email-step__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-change-email-step__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.form-change-email-step__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.form-change-email-step__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 16px
}

.form-change-email-step__skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.reset-password-form-new-password {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .reset-password-form-new-password {
        min-height: unset
    }
}

.reset-password-form-new-password--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .reset-password-form-new-password--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.reset-password-form-new-password__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.reset-password-form-new-password__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.reset-password-form-new-password__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .reset-password-form-new-password__back {
    left: -4px
}

.is_rtl .reset-password-form-new-password__back {
    right: -4px
}

.is_rtl .reset-password-form-new-password__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reset-password-form-new-password__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.reset-password-form-new-password__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .reset-password-form-new-password__title {
        font-size: 28px;
        line-height: 32px
    }
}

.reset-password-form-new-password__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-new-password__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.reset-password-form-new-password__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-new-password__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.reset-password-form-new-password__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.reset-password-form-send-verification {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .reset-password-form-send-verification {
        min-height: unset
    }
}

.reset-password-form-send-verification--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .reset-password-form-send-verification--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.reset-password-form-send-verification__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.reset-password-form-send-verification__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.reset-password-form-send-verification__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .reset-password-form-send-verification__back {
    left: -4px
}

.is_rtl .reset-password-form-send-verification__back {
    right: -4px
}

.is_rtl .reset-password-form-send-verification__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reset-password-form-send-verification__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.reset-password-form-send-verification__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .reset-password-form-send-verification__title {
        font-size: 28px;
        line-height: 32px
    }
}

.reset-password-form-send-verification__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-send-verification__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.reset-password-form-send-verification__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-send-verification__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.reset-password-form-send-verification__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.reset-password-form-verification {
    min-height: -webkit-calc(100dvh - 90px);
    min-height: -moz-calc(100dvh - 90px);
    min-height: calc(100dvh - 90px);
    padding-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative
}

@media(min-width:768px) {
    .reset-password-form-verification {
        min-height: unset
    }
}

.reset-password-form-verification--checkout {
    min-height: -webkit-calc(100dvh - 200px);
    min-height: -moz-calc(100dvh - 200px);
    min-height: calc(100dvh - 200px);
    padding-bottom: 69px
}

@media(min-width:768px) {
    .reset-password-form-verification--checkout {
        min-height: unset;
        padding-bottom: unset
    }
}

.reset-password-form-verification__back {
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    display: inline-block
}

.reset-password-form-verification__back .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.reset-password-form-verification__back:hover .icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.is_ltr .reset-password-form-verification__back {
    left: -4px
}

.is_rtl .reset-password-form-verification__back {
    right: -4px
}

.is_rtl .reset-password-form-verification__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reset-password-form-verification__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
    margin-bottom: 20px
}

.reset-password-form-verification__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

@media(min-width:768px) {
    .reset-password-form-verification__title {
        font-size: 28px;
        line-height: 32px
    }
}

.reset-password-form-verification__sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-verification__elements {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.reset-password-form-verification__note {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.reset-password-form-verification__link {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.reset-password-form-verification__link:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.reset-password-form-verification__highlighted-content {
    font-weight: 600
}

@media(max-width:767px) {

    .modal.mobile-swipe .modal-body,
    .modal.mobile-swipe .modal-dialog {
        overflow: scroll;
        max-height: 90vh;
        margin: 0
    }

    .modal.mobile-swipe .modal-dialog {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .modal.mobile-swipe.fade .modal-dialog {
        -webkit-transform: translate(0, 25%);
        -moz-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
        -o-transform: translate(0, 25%);
        transform: translate(0, 25%)
    }

    .modal.mobile-swipe.fade.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .modal.mobile-swipe .modal-content {
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        top: 0;
        border-radius: 24px 24px 0 0;
        background-color: #fff;
        background-color: var(--Bg-default)
    }

    .modal.mobile-swipe [aria-hidden=true] .modal-content {
        -webkit-transform: translateY(250%);
        -moz-transform: translateY(250%);
        -ms-transform: translateY(250%);
        -o-transform: translateY(250%);
        transform: translateY(250%)
    }

    .modal.mobile-swipe [aria-hidden=false] .modal-content {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .modal.mobile-swipe .modal-close {
        display: block;
        position: absolute;
        left: 50%;
        margin: 8px 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 38px;
        height: 5px;
        background: rgba(96, 128, 159, .14);
        background: var(--Bg-border);
        border-radius: 100px;
        padding: 0
    }

    .modal.mobile-swipe .modal-close .icon {
        display: none
    }

    .modal.mobile-swipe.user-menu-settings-popup .modal-dialog {
        overflow: auto
    }
}

.user-menu-settings-popup .modal-content .modal-body {
    padding: 0;
    border-radius: 12px 12px 0 0
}

@media(min-width:768px) {
    .user-menu-settings-popup .modal-content .modal-body {
        border-radius: 12px
    }
}

.user-menu-settings-popup.mobile-swipe .modal-close {
    display: none
}

@media(min-width:768px) {
    .user-menu-settings-popup.mobile-swipe .modal-close {
        display: block
    }
}

.user-menu-settings-popup.location .modal-close {
    display: none
}

.modal.user-menu-settings-popup.mobile-swipe .modal-close {
    background: none
}

.modal.user-menu-settings-popup.mobile-swipe .modal-body {
    background: #fff
}

.modal.user-menu-settings-popup .popup-content__head .mobile,
.modal.user-menu-settings-popup .popup-content__head .search__mobile-clear,
.modal.user-menu-settings-popup .popup-content__head .ww-header-search__mobile-clear {
    background-color: #f5f7f9
}

@media(min-width:768px) {
    .modal-dialog:has(.city-switcher) {
        width: 400px
    }

    .modal-dialog:has(.city-switcher) .modal-close {
        display: none
    }
}

@media(min-width:768px) {
    .modal-dialog.user-menu-settings-popup.location__modal-dialog {
        width: 400px
    }
}

.popup-content:has(.popup-content__body .city-switcher) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    height: 80vh;
    max-height: 724px
}

.location__modal-content {
    border: none
}

@media(min-width:768px) {
    .location__modal-content {
        border-radius: 12px
    }
}

.location__modal-loader {
    height: 80vh
}

.location__modal-loader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.city-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    padding: 24px 20px 0
}

.city-switcher__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 24px 4px;
    overflow-y: scroll
}

.is_ltr .city-switcher__list {
    margin-right: -12px
}

.is_rtl .city-switcher__list {
    margin-left: -12px
}

.city-switcher__list::-webkit-scrollbar {
    width: 4px
}

.city-switcher__list::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 3px
}

.city-switcher__list::-webkit-scrollbar-track {
    margin: 24px 0
}

@media(min-width:768px) {
    .city-switcher__list {
        padding: 24px 0
    }

    .city-switcher__list::-webkit-scrollbar {
        width: 6px
    }

    .city-switcher__list::-webkit-scrollbar-thumb {
        border-radius: 5px
    }
}

.city-switcher__item {
    display: block;
    font-size: 15px;
    line-height: 145%;
    color: #58585b;
    margin-bottom: 24px
}

.city-switcher__item:last-child {
    margin-bottom: 0
}

.city-switcher__item.selected {
    color: #37a7f8
}

.city-switcher__item.matched {
    margin-bottom: 0
}

.city-switcher__flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.city-switcher__flag img {
    border-radius: 2px;
    height: 12px;
    width: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.city-switcher__country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px
}

.city-switcher__country-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px
}

.city-switcher__city-name {
    display: block;
    padding: 0 28px;
    border-radius: 8px;
    color: #58585b;
    font-size: 15px;
    margin-bottom: 16px
}

.city-switcher__city-name:hover,
.city-switcher__city-name.selected,
.city-switcher__city-name .matched {
    color: #37a7f8 !important
}

.city-switcher__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    height: 44px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 3px 6px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 3px 6px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 50px;
    border: 2px solid transparent
}

.city-switcher__search:focus-within {
    border: 2px solid #37a7f8
}

.city-switcher__search .icon-search {
    position: initial;
    width: 16px;
    height: 48px;
    fill: #9b9b9b
}

.city-switcher__geolocation {
    position: relative;
    height: 48px
}

.is_ltr .city-switcher__geolocation {
    padding-left: 12px
}

.is_rtl .city-switcher__geolocation {
    padding-right: 12px
}

.city-switcher__geolocation .icon-24-kit-geolocation {
    position: initial;
    width: 24px;
    height: 100%;
    stroke: #37a7f8
}

.city-switcher__geolocation:hover {
    cursor: pointer
}

.city-switcher__geolocation:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 25px;
    background-color: #ddd
}

.is_ltr .city-switcher__geolocation:after {
    left: 0
}

.is_rtl .city-switcher__geolocation:after {
    right: 0
}

.city-switcher__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    line-height: 48px;
    outline: none;
    color: #9b9b9b
}

.is_rtl .city-switcher__input {
    text-align: right;
    direction: rtl;
    float: right
}

.icon-exclamation-mark-background {
    fill: #ec1c24;
    stroke: #ec1c24;
    width: 33px;
    height: 33px
}

.prompt-confirm {
    text-align: center
}

.prompt-confirm.popup-info {
    padding: 35px 55px
}

.prompt-confirm .popup-info-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0
}

.prompt-confirm .popup-info-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5%
}

.prompt-confirm .popup-info-buttons__btn {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    flex-grow: 2
}

.with-event-gallery {
    background-color: rgba(0, 0, 0, .8);
    padding: 0 !important
}

.with-event-gallery .slick-track {
    height: 100%
}

.with-event-gallery .slick-list {
    height: 100%
}

.with-event-gallery__modal-body {
    position: initial;
    padding: 0;
    margin-bottom: -5px
}

.with-event-gallery__modal-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: 24px
}

@media(min-width:768px) {
    .with-event-gallery__modal-close {
        width: 60px;
        height: 60px;
        top: 70px
    }
}

@media(min-width:1250px) {
    .with-event-gallery__modal-close {
        top: 70px
    }
}

.is_ltr .with-event-gallery__modal-close {
    right: 24px
}

@media(min-width:1250px) {
    .is_ltr .with-event-gallery__modal-close {
        right: 70px
    }
}

.is_rtl .with-event-gallery__modal-close {
    left: 24px
}

@media(min-width:1250px) {
    .is_rtl .with-event-gallery__modal-close {
        left: 70px
    }
}

.with-event-gallery__modal-close .icon {
    width: 12px;
    height: 12px;
    fill: #58585b
}

@media(min-width:768px) {
    .with-event-gallery__modal-close .icon {
        width: 20px;
        height: 20px
    }
}

.with-event-gallery__modal-content {
    background-color: transparent;
    height: 100%;
    border: none
}

.with-event-gallery__modal-dialog {
    margin: 0;
    height: 100%;
    width: auto
}

.with-event-gallery__modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.event-gallery .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.event-gallery .slick-track .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.event-gallery .modal-content {
    background-color: transparent;
    height: 100%
}

.event-gallery .modal-dialog {
    margin: 0;
    height: 100%
}

.event-gallery__cursor {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 28px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100
}

@media(min-width:768px) {
    .event-gallery__cursor {
        font-size: 16px;
        top: 92px
    }
}

.event-gallery__control {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7
}

@media(min-width:768px) {
    .event-gallery__control {
        width: 60px;
        height: 60px;
        opacity: 1
    }
}

.is_ltr .event-gallery__control--prev {
    left: 24px
}

@media(min-width:1250px) {
    .is_ltr .event-gallery__control--prev {
        left: 70px
    }
}

.is_rtl .event-gallery__control--prev {
    right: 24px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media(min-width:1250px) {
    .is_rtl .event-gallery__control--prev {
        right: 70px
    }
}

.is_ltr .event-gallery__control--next {
    right: 24px
}

@media(min-width:1250px) {
    .is_ltr .event-gallery__control--next {
        right: 70px
    }
}

.is_rtl .event-gallery__control--next {
    left: 24px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media(min-width:1250px) {
    .is_rtl .event-gallery__control--next {
        left: 70px
    }
}

.event-gallery__control .icon {
    width: 10px;
    height: 8px;
    fill: #58585b;
    stroke-width: 0
}

@media(min-width:768px) {
    .event-gallery__control .icon {
        width: 16px;
        height: 13px
    }
}

.event-gallery__content {
    position: relative;
    height: 100%;
    margin-bottom: 35px
}

.event-gallery__content.full-width {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    z-index: 1
}

.event-gallery__one-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.event-gallery__video {
    margin: auto
}

.event-gallery__video.fluid-width-video-wrapper iframe {
    margin: auto;
    display: block;
    position: relative
}

.event-gallery__image {
    text-align: center;
    text-align: -webkit-center
}

.event-gallery__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

@media(min-width:1250px) {
    .event-gallery__image img {
        border-radius: 12px
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 0 0
}

@media(min-width:768px) {
    .breadcrumbs {
        padding: 12px 0 32px
    }
}

.breadcrumbs__list {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    flex-grow: 2;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #58585b;
    color: var(--Content-primary);
    overflow: hidden;
    display: inline-block;
    padding-left: 0;
    margin: 0
}

.breadcrumbs__item {
    display: inline
}

.breadcrumbs__item:not(:last-of-type) .icon {
    opacity: .5;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    vertical-align: middle
}

.is_rtl .breadcrumbs__item:not(:last-of-type) .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.breadcrumbs__item:last-of-type {
    opacity: 1
}

.breadcrumbs__item:last-of-type .icon {
    display: none
}

.breadcrumbs__item-link {
    text-decoration: none;
    color: #58585b;
    color: var(--Content-primary);
    opacity: .5
}

.breadcrumbs__back {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.breadcrumbs__back:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 14px;
    background-color: #d9d9d9
}

.is_ltr .breadcrumbs__back {
    margin-right: 32px
}

.is_ltr .breadcrumbs__back:before {
    margin-right: 6px
}

.is_ltr .breadcrumbs__back:after {
    right: -16px
}

.is_ltr .breadcrumbs__back .icon {
    stroke: #37a7f8;
    stroke: var(--Interaction-Primary-bg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding: 0 0 0 4px
}

.is_rtl .breadcrumbs__back {
    margin-left: 33px
}

.is_rtl .breadcrumbs__back:before {
    margin-left: 6px
}

.is_rtl .breadcrumbs__back:after {
    left: -16px
}

.is_rtl .breadcrumbs__back .icon {
    stroke: #37a7f8;
    stroke: var(--Interaction-Primary-bg)
}

.breadcrumbs__right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media(min-width:992px) {
    .breadcrumbs__right-side {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.is_ltr .breadcrumbs__right-side {
    margin-left: 16px
}

.is_rtl .breadcrumbs__right-side {
    margin-right: 16px
}

.breadcrumbs__add-to-favorite,
.breadcrumbs__share-button,
.breadcrumbs__add-to-calendar {
    margin-left: auto;
    height: 100%;
    white-space: nowrap;
    line-height: 0
}

.breadcrumbs__share-button--gallery {
    float: right;
    line-height: 16px
}

.is_rtl .breadcrumbs__share-button--gallery {
    float: left
}

.breadcrumbs .icon-arrow-rounded {
    display: inline;
    width: 10px;
    height: 10px;
    stroke-width: 6px;
    padding: 0 6px
}

.modern-css.ui-datepicker,
.modern-css .ui-datepicker {
    top: 0;
    left: 0;
    bottom: 0;
    border: none;
    width: 100%;
    margin-top: 0;
    position: fixed;
    z-index: 120;
    overflow-y: auto
}

.modern-css.ui-datepicker .ui-datepicker-header-block,
.modern-css .ui-datepicker .ui-datepicker-header-block {
    position: relative;
    height: 54px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 54px;
    color: #9b9b9b;
    border-bottom: 1px solid #e1e1e1
}

.modern-css.ui-datepicker .ui-datepicker-header-block .close-button,
.modern-css .ui-datepicker .ui-datepicker-header-block .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 54px
}

.modern-css.ui-datepicker .ui-datepicker-header-block .close-button .icon-cross,
.modern-css .ui-datepicker .ui-datepicker-header-block .close-button .icon-cross {
    width: 14px;
    height: 14px;
    padding: 20px;
    fill: #afafaf
}

.modern-css.ui-datepicker .is_rtl .ui-datepicker-header-block,
.modern-css .ui-datepicker .is_rtl .ui-datepicker-header-block {
    padding-left: 0;
    padding-right: 20px
}

.modern-css.ui-datepicker .is_rtl .ui-datepicker-header-block .close-button,
.modern-css .ui-datepicker .is_rtl .ui-datepicker-header-block .close-button {
    right: auto;
    left: 0
}

@media(min-width:768px) {

    .modern-css.ui-datepicker,
    .modern-css .ui-datepicker {
        z-index: 1000;
        width: 250px;
        margin-top: 10px;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.5;
        color: #58585b;
        background: #fff;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        padding: 24px;
        bottom: auto
    }

    .modern-css.ui-datepicker .ui-datepicker-header,
    .modern-css .ui-datepicker .ui-datepicker-header {
        height: auto;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 19px;
        padding: 0 !important;
        border: none
    }

    .modern-css.ui-datepicker .ui-datepicker-prev,
    .modern-css.ui-datepicker .ui-datepicker-next,
    .modern-css .ui-datepicker .ui-datepicker-prev,
    .modern-css .ui-datepicker .ui-datepicker-next {
        cursor: pointer !important;
        top: 0;
        width: auto;
        height: auto
    }

    .modern-css.ui-datepicker .ui-datepicker-prev .icon,
    .modern-css.ui-datepicker .ui-datepicker-next .icon,
    .modern-css .ui-datepicker .ui-datepicker-prev .icon,
    .modern-css .ui-datepicker .ui-datepicker-next .icon {
        fill: #9b9b9b;
        margin-top: 0
    }

    .modern-css.ui-datepicker .ui-datepicker-prev,
    .modern-css .ui-datepicker .ui-datepicker-prev {
        left: 10px
    }

    .modern-css.ui-datepicker .ui-datepicker-next,
    .modern-css .ui-datepicker .ui-datepicker-next {
        right: 10px
    }

    .modern-css.ui-datepicker .ui-datepicker-prev-hover,
    .modern-css .ui-datepicker .ui-datepicker-prev-hover {
        left: 10px
    }

    .is_rtl .modern-css.ui-datepicker .ui-datepicker-prev-hover,
    .is_rtl .modern-css .ui-datepicker .ui-datepicker-prev-hover {
        left: auto;
        right: 10px
    }

    .modern-css.ui-datepicker .ui-datepicker .ui-datepicker-next-hover,
    .modern-css .ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
        right: 10px
    }

    .is_rtl .modern-css.ui-datepicker .ui-datepicker .ui-datepicker-next-hover,
    .is_rtl .modern-css .ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
        right: auto;
        left: 10px
    }

    .modern-css.ui-datepicker .ui-datepicker-prev span,
    .modern-css.ui-datepicker .ui-datepicker-next span,
    .modern-css .ui-datepicker .ui-datepicker-prev span,
    .modern-css .ui-datepicker .ui-datepicker-next span {
        position: static;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        text-indent: 0
    }

    .modern-css.ui-datepicker .ui-datepicker-prev span .icon,
    .modern-css.ui-datepicker .ui-datepicker-next span .icon,
    .modern-css .ui-datepicker .ui-datepicker-prev span .icon,
    .modern-css .ui-datepicker .ui-datepicker-next span .icon {
        width: 15px;
        height: 15px;
        vertical-align: middle
    }

    .modern-css.ui-datepicker .ui-datepicker-prev-hover span .icon,
    .modern-css.ui-datepicker .ui-datepicker-next-hover span .icon,
    .modern-css .ui-datepicker .ui-datepicker-prev-hover span .icon,
    .modern-css .ui-datepicker .ui-datepicker-next-hover span .icon {
        fill: #37a7f8
    }

    .modern-css.ui-datepicker .ui-datepicker-title,
    .modern-css .ui-datepicker .ui-datepicker-title {
        line-height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .modern-css.ui-datepicker table,
    .modern-css .ui-datepicker table {
        margin: -1px;
        font-size: inherit
    }

    .modern-css.ui-datepicker th,
    .modern-css .ui-datepicker th {
        padding: 0;
        color: #9b9b9b;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: auto
    }

    .modern-css.ui-datepicker td,
    .modern-css .ui-datepicker td {
        position: relative;
        padding: 0;
        width: 30px;
        height: 30px;
        cursor: pointer;
        text-align: center !important;
        border: none
    }

    .modern-css.ui-datepicker td span,
    .modern-css.ui-datepicker td a,
    .modern-css .ui-datepicker td span,
    .modern-css .ui-datepicker td a {
        font-size: 14px;
        line-height: 20px;
        text-align: center !important;
        padding: 0;
        margin: 0
    }

    .is_rtl .modern-css.ui-datepicker td span,
    .is_rtl .modern-css.ui-datepicker td a,
    .is_rtl .modern-css .ui-datepicker td span,
    .is_rtl .modern-css .ui-datepicker td a {
        padding: 0
    }

    .modern-css.ui-datepicker td a,
    .modern-css .ui-datepicker td a {
        color: #58585b;
        padding: 0;
        vertical-align: middle;
        text-align: center
    }

    .modern-css.ui-datepicker td,
    .modern-css .ui-datepicker td {
        font-weight: 700
    }

    .modern-css.ui-datepicker td:hover a,
    .modern-css.ui-datepicker td.ui-datepicker-current-day a,
    .modern-css .ui-datepicker td:hover a,
    .modern-css .ui-datepicker td.ui-datepicker-current-day a {
        border: none;
        border-radius: 50%;
        background: #37a7f8;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 31px;
        margin: 0 auto
    }

    .modern-css.ui-datepicker td.ui-datepicker-current-day,
    .modern-css .ui-datepicker td.ui-datepicker-current-day {
        text-align: center
    }

    .modern-css.ui-datepicker td.attending .icon-checkmark,
    .modern-css .ui-datepicker td.attending .icon-checkmark {
        position: absolute;
        bottom: 6px;
        right: 0;
        top: unset;
        left: unset;
        fill: #98cc54;
        width: 11px;
        height: 10px
    }

    .is_rtl .modern-css.ui-datepicker td.attending .icon-checkmark,
    .is_rtl .modern-css .ui-datepicker td.attending .icon-checkmark {
        left: 0;
        right: unset
    }

    .modern-css.ui-datepicker td.favorite .icon-heart,
    .modern-css .ui-datepicker td.favorite .icon-heart {
        position: absolute;
        top: 2px;
        right: 0;
        fill: #ed1c24;
        width: 12px;
        height: 10px
    }

    .is_rtl .modern-css.ui-datepicker td.favorite .icon-heart,
    .is_rtl .modern-css .ui-datepicker td.favorite .icon-heart {
        left: 0;
        right: unset
    }

    .modern-css.ui-datepicker .ui-datepicker-today a,
    .modern-css .ui-datepicker .ui-datepicker-today a {
        color: #37a7f8
    }

    .modern-css.ui-datepicker td.ui-datepicker-unselectable,
    .modern-css .ui-datepicker td.ui-datepicker-unselectable {
        color: #9b9b9b
    }

    .modern-css.ui-datepicker .ui-datepicker-buttonpane,
    .modern-css .ui-datepicker .ui-datepicker-buttonpane {
        margin-top: 0;
        text-align: center
    }

    .modern-css.ui-datepicker .ui-datepicker-buttonpane button,
    .modern-css .ui-datepicker .ui-datepicker-buttonpane button {
        padding: 4px 20px;
        border-radius: 3px;
        text-align: center;
        text-transform: uppercase;
        background: none;
        border: 1px solid #58585b;
        color: #58585b;
        cursor: pointer
    }

    .modern-css.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close,
    .modern-css .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
        background-color: #98cc54;
        border-color: #98cc54;
        color: #fff
    }

    .modern-css.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-clear,
    .modern-css .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-clear {
        float: none
    }

    .modern-css.ui-datepicker .ui-datepicker-div div .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_hour,
    .modern-css .ui-datepicker .ui-datepicker-div div .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_hour {
        margin-left: 10px
    }

    .is_rtl .modern-css.ui-datepicker .ui-datepicker-div div .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_hour,
    .is_rtl .modern-css .ui-datepicker .ui-datepicker-div div .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_hour {
        margin-left: 0;
        margin-right: 10px
    }

    .modern-css.ui-datepicker .ui-datepicker-other-month,
    .modern-css.ui-datepicker .ui-state-disabled,
    .modern-css .ui-datepicker .ui-datepicker-other-month,
    .modern-css .ui-datepicker .ui-state-disabled {
        border-left: none !important;
        border-right: none !important;
        z-index: -1;
        color: #9b9b9b !important;
        background-color: transparent;
        opacity: .5
    }

    .modern-css.ui-datepicker td.date-range-selected,
    .modern-css .ui-datepicker td.date-range-selected {
        background-color: rgba(55, 167, 248, .11)
    }

    .modern-css.ui-datepicker td.date-range-start-end,
    .modern-css .ui-datepicker td.date-range-start-end {
        background-color: #dff1fe
    }

    .modern-css.ui-datepicker td.date-range-start-end a,
    .modern-css .ui-datepicker td.date-range-start-end a {
        border: 1px solid #37a7f8
    }

    .modern-css.ui-datepicker .date-range-selected>a,
    .modern-css.ui-datepicker .date-range-selected>span,
    .modern-css.ui-datepicker .date-range-start-end>a,
    .modern-css.ui-datepicker .date-range-start-end>span,
    .modern-css .ui-datepicker .date-range-selected>a,
    .modern-css .ui-datepicker .date-range-selected>span,
    .modern-css .ui-datepicker .date-range-start-end>a,
    .modern-css .ui-datepicker .date-range-start-end>span {
        color: #37a7f8
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: left
    }

    .is_rtl .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: inline-block;
        float: none;
        margin-left: 5px;
        color: #7f7f7f
    }

    .is_rtl .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        margin-left: 0;
        margin-right: 5px
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before {
        margin-right: 5px;
        margin-left: 5px
    }

    .date-time-picker,
    .date-picker,
    .time-picker {
        position: relative;
        display: inline-block
    }

    .date-time-picker input,
    .date-picker input,
    .time-picker input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 2em;
        font-size: inherit
    }

    .is_rtl .date-time-picker input,
    .is_rtl .date-picker input,
    .is_rtl .time-picker input {
        padding-left: 2em;
        padding-right: 10px
    }

    .date-time-picker button,
    .date-picker button,
    .time-picker button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 .5em;
        border-radius: 0;
        background: none;
        border: none;
        cursor: pointer
    }

    .is_rtl .date-time-picker button,
    .is_rtl .date-picker button,
    .is_rtl .time-picker button {
        right: auto;
        left: 0
    }

    .date-time-picker button .icon,
    .date-picker button .icon,
    .time-picker button .icon {
        width: .95em;
        height: .95em;
        margin-top: -2px;
        vertical-align: middle;
        fill: #7f7f7f
    }

    .invalid .date-time-picker button .icon,
    .invalid .date-picker button .icon,
    .invalid .time-picker button .icon {
        fill: #ed1c24
    }

    .is_rtl .date-time-picker button {
        left: 0
    }

    .is_rtl .date-time-picker input {
        padding-right: 10px;
        padding-left: 2em
    }

    .is_rtl.modern-css.ui-datepicker .ui-datepicker-next,
    .is_rtl.modern-css .ui-datepicker .ui-datepicker-next {
        right: auto;
        left: 10px
    }

    .is_rtl.modern-css.ui-datepicker .ui-datepicker-prev,
    .is_rtl.modern-css .ui-datepicker .ui-datepicker-prev {
        left: auto;
        right: 10px
    }

    .is_rtl.modern-css.ui-datepicker .ui-datepicker-next span,
    .is_rtl.modern-css.ui-datepicker .ui-datepicker-prev span,
    .is_rtl.modern-css .ui-datepicker .ui-datepicker-next span,
    .is_rtl.modern-css .ui-datepicker .ui-datepicker-prev span {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    [lang=ar] .ui-datepicker th {
        font-size: 12px
    }
}

.inline-calendar[data-filter-calendar=no-mobile] {
    width: 287px;
    margin-left: -10px
}

.inline-calendar .ui-datepicker {
    width: auto;
    position: relative !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inline-calendar .ui-datepicker::-webkit-scrollbar {
    display: none
}

.inline-calendar .ui-datepicker-inline {
    border: none;
    background-color: inherit;
    margin-top: 0
}

.inline-calendar .ui-datepicker-header-block {
    display: none
}

.inline-calendar .ui-datepicker-header {
    border: none
}

.inline-calendar .ui-datepicker-header .ui-datepicker-prev .icon.icon-arrowhead-left {
    fill: #37a7f8
}

.inline-calendar .ui-datepicker-header .ui-datepicker-next .icon.icon-arrowhead-right {
    fill: #37a7f8
}

.inline-calendar .ui-datepicker-header .ui-state-disabled .icon.icon-arrowhead-left,
.inline-calendar .ui-datepicker-header .ui-state-disabled .icon.icon-arrowhead-right {
    fill: #9b9b9b
}

.inline-calendar .ui-datepicker-title {
    font-weight: 700
}

.inline-calendar .ui-datepicker-calendar {
    margin: 0
}

.inline-calendar .ui-datepicker-calendar thead {
    border: none
}

.inline-calendar .ui-datepicker-calendar thead tr th {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b
}

.inline-calendar .ui-datepicker-calendar tbody tr td {
    border: none !important;
    font-size: 14px;
    width: 33px;
    height: 33px
}

.inline-calendar .ui-datepicker-calendar tbody tr td a {
    width: 33px;
    height: 33px;
    margin: 0 auto;
    font-weight: 700;
    border: none;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    color: #58585b
}

.inline-calendar .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #37a7f8;
    color: #fff
}

.inline-calendar .ui-datepicker-calendar tbody tr td span {
    width: 33px;
    height: 33px;
    margin: 0 auto;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    padding: 0
}

.inline-calendar .ui-datepicker-calendar tbody tr .ui-datepicker-week-end {
    border: none
}

.inline-calendar .ui-datepicker-calendar tbody tr .ui-datepicker-other-month {
    border: none;
    background-color: inherit
}

.inline-calendar .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
    color: #37a7f8
}

.inline-calendar .ui-datepicker-calendar tbody tr .ui-state-disabled span {
    font-weight: 700;
    color: #9b9b9b;
    opacity: .5
}

.inline-calendar .ui-datepicker-calendar tbody tr a.ui-state-active {
    background-color: #37a7f8;
    color: #fff
}

.is_ltr .inline-calendar .ui-datepicker .swipeLeft {
    -webkit-animation-name: swipeLeftEn;
    -moz-animation-name: swipeLeftEn;
    animation-name: swipeLeftEn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s
}

.is_ltr .inline-calendar .ui-datepicker .swipeRight {
    -webkit-animation-name: swipeRightEn;
    -moz-animation-name: swipeRightEn;
    animation-name: swipeRightEn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes swipeLeftEn {
    to {
        margin-left: 100%
    }
}

@-moz-keyframes swipeLeftEn {
    to {
        margin-left: 100%
    }
}

@keyframes swipeLeftEn {
    to {
        margin-left: 100%
    }
}

@-webkit-keyframes swipeRightEn {
    to {
        margin-left: -100%
    }
}

@-moz-keyframes swipeRightEn {
    to {
        margin-left: -100%
    }
}

@keyframes swipeRightEn {
    to {
        margin-left: -100%
    }
}

.is_ltr .inline-calendar .ui-datepicker-header .ui-datepicker-prev {
    left: 0
}

.is_ltr .inline-calendar .ui-datepicker-header .ui-datepicker-next {
    right: 0
}

.is_rtl .inline-calendar .ui-datepicker .swipeLeft {
    -webkit-animation-name: swipeLeftAr;
    -moz-animation-name: swipeLeftAr;
    animation-name: swipeLeftAr;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s
}

.is_rtl .inline-calendar .ui-datepicker .swipeRight {
    -webkit-animation-name: swipeRightAr;
    -moz-animation-name: swipeRightAr;
    animation-name: swipeRightAr;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes swipeLeftAr {
    to {
        margin-right: -100%
    }
}

@-moz-keyframes swipeLeftAr {
    to {
        margin-right: -100%
    }
}

@keyframes swipeLeftAr {
    to {
        margin-right: -100%
    }
}

@-webkit-keyframes swipeRightAr {
    to {
        margin-right: 100%
    }
}

@-moz-keyframes swipeRightAr {
    to {
        margin-right: 100%
    }
}

@keyframes swipeRightAr {
    to {
        margin-right: 100%
    }
}

.is_rtl .inline-calendar .ui-datepicker-header .ui-datepicker-prev {
    right: 0
}

.is_rtl .inline-calendar .ui-datepicker-header .ui-datepicker-next {
    left: 0
}

.download-app-popup {
    position: fixed;
    z-index: 2147483003;
    width: 500px;
    height: 547px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -273px;
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    border-radius: 12px;
    text-align: center;
    display: none;
    padding-right: unset !important
}

.download-app-popup .close-icon {
    position: absolute;
    top: 29px;
    right: 29px;
    cursor: pointer
}

.is_rtl .download-app-popup .close-icon {
    right: unset;
    left: 29px
}

.download-app-popup .close-icon svg {
    fill: #9b9b9b;
    width: 18px;
    height: 18px
}

.download-app-popup img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.download-app-popup img.pl-logo {
    margin-top: 40px
}

.download-app-popup img.app-qr-code {
    margin-top: 30px;
    width: 168px;
    height: 168px
}

.download-app-popup .description {
    width: 380px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto
}

.download-app-popup a {
    width: 420px;
    height: 50px;
    margin-top: 40px;
    border-radius: 12px;
    line-height: 28px;
    font-size: 18px
}

.download-app-popup .pl-logo-svg {
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 16px rgba(176, 26, 133, .2);
    box-shadow: 0 12px 16px rgba(176, 26, 133, .2);
    margin-top: 40px;
    margin-bottom: 30px
}

.download-app-popup .app-qr-code {
    margin-top: 30px
}

@media(max-width:500px) {
    .download-app-popup {
        width: 100%;
        height: 253px;
        left: unset;
        top: unset;
        margin-left: unset;
        margin-top: unset;
        bottom: 0;
        border-bottom-right-radius: unset;
        border-bottom-left-radius: unset
    }

    .download-app-popup img.pl-logo-svg {
        margin-top: -45px
    }

    .download-app-popup .description {
        width: unset;
        margin-left: 20px;
        margin-right: 20px
    }

    .download-app-popup img.app-qr-code {
        display: none
    }

    .download-app-popup a {
        width: 90%;
        margin-top: 20px
    }
}

.filter {
    padding: 12px 0 16px
}

@media(min-width:768px) {
    .filter {
        padding: 16px 0 30px
    }
}

.list-dropdown {
    position: absolute;
    top: 46px;
    padding: 20px 24px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 15px;
    z-index: 90
}

.list-dropdown__item {
    cursor: pointer
}

.list-dropdown__item:hover {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.is_ltr .list-dropdown {
    right: 0
}

.is_rtl .list-dropdown {
    left: 0
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.main-popup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-popup__modal-content {
    background-color: #fff !important
}

.main-popup__content {
    display: none;
    overflow: hidden
}

.main-popup__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #f5f7f9;
    padding: 18px 24px;
    border-radius: 12px 12px 0 0
}

.main-popup__head-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px
}

.main-popup__calendar {
    padding: 12px 20px 24px
}

.main-popup__view-modes {
    padding-bottom: 24px
}

.main-popup__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 16px 24px;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.main-popup .active-clear-btn {
    color: #37a7f8
}

.main-popup .active-submit-btn {
    display: block
}

.main-popup.modal.mobile-swipe .main-popup__modal-dialog {
    border-radius: 12px 12px 0 0
}

.main-popup.modal.mobile-swipe .main-popup__modal-dialog::-webkit-scrollbar {
    display: none
}

.main-popup.modal.mobile-swipe .main-popup__modal-content {
    border: none;
    border-radius: 12px 12px 0 0;
    color: #58585b
}

.main-popup.modal.mobile-swipe .main-popup__modal-content .modal-body {
    padding: 0
}

.main-popup.modal.mobile-swipe .main-popup__modal-content .modal-close {
    display: none
}

.main-popup-btn {
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.main-popup-btn--back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.main-popup-btn--back .icon-arrow-rounded {
    width: 11px;
    height: 18px;
    stroke: #37a7f8
}

.main-popup-btn--clear {
    color: #9b9b9b
}

.main-popup-btn--close,
.main-popup-btn--submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    flex: 1 0 50%;
    border: 1px solid #37a7f8;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.main-popup-btn--close,
.main-popup-btn--close-header {
    color: #37a7f8
}

.main-popup-btn--close-header {
    font-size: 14px
}

.main-popup-btn--submit {
    background-color: #37a7f8;
    color: #fff;
    display: none
}

.active-blue-link {
    color: #37a7f8
}

.is_ltr .main-popup__view-modes {
    padding-right: 12px;
    padding-left: 0
}

.is_ltr .main-popup-btn--back .icon-arrow-rounded {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is_rtl .main-popup__view-modes {
    padding-right: 0;
    padding-left: 12px
}

.popup-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.popup-content__content {
    display: none
}

.popup-content__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost);
    padding: 20px 20px 20px 24px;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    line-height: 24px
}

@media(min-width:390px) {
    .popup-content__head {
        padding: 22px 20px;
        font-size: 16px
    }
}

@media(min-width:768px) {
    .popup-content__head {
        padding: 22px 24px
    }
}

.popup-content__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.popup-content__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.popup-content__close {
    color: #37a7f8;
    font-size: 16px
}

.mce-wrapper-content h1,
.mce-wrapper-content h2,
.mce-wrapper-content h3,
.mce-wrapper-content h4,
.mce-wrapper-content h5,
.mce-wrapper-content h6 {
    line-height: normal;
    font-weight: 600;
    margin-bottom: 24px
}

.mce-wrapper-content h1 {
    font-size: 32px
}

.mce-wrapper-content h2 {
    font-size: 28px
}

.mce-wrapper-content h3 {
    font-size: 24px
}

.mce-wrapper-content h4 {
    font-size: 20px
}

.mce-wrapper-content h5 {
    font-size: 18px
}

.mce-wrapper-content h6 {
    font-size: 16px
}

.mce-wrapper-content p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px
}

.mce-wrapper-content ul {
    list-style-type: disc;
    margin: 14px 0;
    padding: 0 0 0 40px
}

.mce-wrapper-content ul li {
    list-style-type: disc;
    margin: 14px 0
}

.mce-wrapper-content a {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.mce-wrapper-content a:hover {
    color: #2294e5;
    color: var(--Interaction-Primary-bg_hover)
}

.is_rtl .mce-wrapper-content ul {
    padding: 0 40px 0 0
}

.user-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c4c4c4
}

.user-avatar__icon {
    width: 80%;
    height: 80%;
    padding: 10%;
    fill: #fff !important;
    fill: var(--Bg-default) !important
}

.userpick {
    width: 100%;
    height: 100%
}

.userpick__icon {
    width: 100%;
    height: 100%
}

.why-buy-block__header {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #58585b;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width:768px) {
    .why-buy-block__header {
        margin-top: 20px;
        font-size: 22px;
        line-height: 27px
    }
}

.why-buy-block__reasons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px
}

.why-buy-block__reasons-reason {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%
}

@media(min-width:768px) {
    .why-buy-block__reasons-reason {
        margin-bottom: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%
    }
}

.why-buy-block__reasons-reason-image {
    width: 24px;
    height: 24px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .why-buy-block__reasons-reason-image {
        width: 32px;
        height: 32px
    }
}

.why-buy-block__reasons-reason-description-header {
    font-size: 14px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #58585b;
    line-height: 22px
}

.why-buy-block__reasons-reason-description-subheader {
    color: #9b9b9b;
    font-weight: 400;
    font-size: 14px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    line-height: 22px
}

.why-buy-block__payment-options-header {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    color: #58585b
}

.why-buy-block__payment-options-payment-systems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.why-buy-block__payment-options-payment-systems-payment-system {
    margin-top: 24px
}

.is_ltr .why-buy-block__payment-options-payment-systems-payment-system {
    margin-right: 16px
}

@media(min-width:1250px) {
    .is_ltr .why-buy-block__payment-options-payment-systems-payment-system {
        margin-right: 44px
    }
}

.is_ltr .why-buy-block__payment-options-payment-systems-payment-system:last-child {
    margin-right: 0
}

.is_rtl .why-buy-block__payment-options-payment-systems-payment-system {
    margin-left: 16px
}

@media(min-width:1250px) {
    .is_rtl .why-buy-block__payment-options-payment-systems-payment-system {
        margin-left: 44px
    }
}

.is_rtl .why-buy-block__payment-options-payment-systems-payment-system:last-child {
    margin-left: 0
}

.why-buy-block__payment-options-payment-systems-payment-system--visa {
    width: 34px;
    height: 13px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--visa {
        width: 56px;
        height: 21px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--apple-pay {
    width: 39px;
    height: 16px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--apple-pay {
        width: 64px;
        height: 26px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--mada {
    width: 47px;
    height: 16px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--mada {
        width: 78px;
        height: 27px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--american-express {
    width: 16px;
    height: 16px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--american-express {
        width: 27px;
        height: 27px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--benefit {
    width: 13px;
    height: 18px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--benefit {
        width: 22px;
        height: 30px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--mastercard {
    width: 20px;
    height: 16px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--mastercard {
        width: 33px;
        height: 26px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--stc-pay {
    width: 56px;
    height: 17px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--stc-pay {
        width: 94px;
        height: 27px
    }
}

.why-buy-block__payment-options-payment-systems-payment-system--mir {
    width: 39px;
    height: 16px
}

@media(min-width:1250px) {
    .why-buy-block__payment-options-payment-systems-payment-system--mir {
        width: 64px;
        height: 26px
    }
}

.why-buy-block--attraction-desktop {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 24px
}

.why-buy-block--attraction-desktop .why-buy-block__header {
    margin-top: 0
}

.why-buy-block--attraction-desktop .why-buy-block__reasons-reason {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -moz-box-flex: 0;
    flex: 0 0 47%;
    margin-bottom: 24px;
    margin-right: 3%
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--visa {
    width: 34px;
    height: 13px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--apple-pay {
    width: 39px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--mada {
    width: 47px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--american-express {
    width: 16px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--benefit {
    width: 13px;
    height: 18px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--mastercard {
    width: 20px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--stc-pay {
    width: 56px;
    height: 17px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--mir {
    width: 56px;
    height: 17px
}

.why-buy-block--attraction-mobile {
    padding: 4px 0 16px;
    border-bottom: solid 1px #eee
}

.why-buy-block--attraction-mobile__title {
    font-weight: 700;
    color: #58585b;
    font-size: 22px;
    line-height: 22px;
    position: relative
}

.event-item__why-buy-with-with-us-mobile.active .why-buy-block--attraction-mobile__title {
    margin-bottom: 24px
}

.why-buy-block--attraction-mobile__toggle__more,
.why-buy-block--attraction-mobile__toggle__less {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is_ltr .why-buy-block--attraction-mobile__toggle__more,
.is_ltr .why-buy-block--attraction-mobile__toggle__less {
    right: 20px
}

.is_rtl .why-buy-block--attraction-mobile__toggle__more,
.is_rtl .why-buy-block--attraction-mobile__toggle__less {
    left: 3px
}

.why-buy-block--attraction-mobile__toggle__more {
    display: block
}

.why-buy-block--attraction-mobile__toggle__less {
    display: none
}

.why-buy-block--attraction-mobile__toggle .icon {
    width: 14px;
    height: 8px;
    stroke: #afafaf;
    fill: #afafaf;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.why-buy-block--attraction-mobile .why-buy-block__reasons,
.why-buy-block--attraction-mobile .why-buy-block__payment-options {
    display: none
}

.why-buy-block--attraction-mobile.active {
    padding-bottom: 24px
}

.why-buy-block--attraction-mobile.active .why-buy-block--attraction-mobile__title {
    padding-bottom: 24px
}

.why-buy-block--attraction-mobile.active .why-buy-block__reasons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.why-buy-block--attraction-mobile.active .why-buy-block__payment-options {
    display: block
}

.why-buy-block--attraction-mobile.active .why-buy-block--attraction-mobile__toggle__more {
    display: none
}

.why-buy-block--attraction-mobile.active .why-buy-block--attraction-mobile__toggle__less {
    display: block;
    top: 25%
}

@media(min-width:768px) {

    .why-buy-block--attraction-desktop .why-buy-block__header,
    .why-buy-block--attraction-mobile .why-buy-block__header {
        font-size: 20px
    }
}

.why-buy-block--attraction-desktop .why-buy-block__reasons-reason-image,
.why-buy-block--attraction-mobile .why-buy-block__reasons-reason-image {
    margin-bottom: 8px;
    width: 24px;
    height: 24px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-header,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-header {
    font-size: 22px
}

@media(min-width:768px) {

    .why-buy-block--attraction-desktop .why-buy-block__payment-options-header,
    .why-buy-block--attraction-mobile .why-buy-block__payment-options-header {
        font-size: 14px
    }
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system {
    margin-top: 24px
}

@media(min-width:768px) {

    .why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system,
    .why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system {
        margin-top: 8px
    }

    .is_ltr .why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system,
    .is_ltr .why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system {
        margin-right: 22px
    }

    .is_ltr .why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system:last-child,
    .is_ltr .why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system:last-child {
        margin-right: 0
    }

    .is_rtl .why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system,
    .is_rtl .why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system {
        margin-left: 22px
    }

    .is_rtl .why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system:last-child,
    .is_rtl .why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system:last-child {
        margin-left: 0
    }
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--visa,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--visa {
    width: 34px;
    height: 13px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--apple-pay,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--apple-pay {
    width: 39px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--mada,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--mada {
    width: 47px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--american-express,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--american-express {
    width: 16px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--benefit,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--benefit {
    width: 13px;
    height: 18px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--mastercard,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--mastercard {
    width: 20px;
    height: 16px
}

.why-buy-block--attraction-desktop .why-buy-block__payment-options-payment-systems-payment-system--stc-pay,
.why-buy-block--attraction-mobile .why-buy-block__payment-options-payment-systems-payment-system--stc-pay {
    width: 56px;
    height: 17px
}

.main-slider {
    position: relative;
    margin-bottom: 0;
    max-height: -webkit-calc(100vw - 40px);
    max-height: -moz-calc(100vw - 40px);
    max-height: calc(100vw - 40px);
    margin-top: 10px
}

@media(min-width:768px) {
    .main-slider {
        margin-top: 0;
        margin-bottom: 30px;
        max-height: 265px
    }
}

@media(min-width:992px) {
    .main-slider {
        margin-top: 0;
        margin-bottom: 30px;
        max-height: 346px
    }
}

@media(min-width:1250px) {
    .main-slider {
        margin-top: 0;
        margin-bottom: 30px;
        max-height: 450px
    }
}

.main-slider__item {
    position: relative
}

.main-slider__items {
    margin: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
}

.main-slider__items--wider {
    margin-right: -8px
}

@media(min-width:768px) {
    .main-slider__items--wider {
        margin-right: unset
    }
}

.is_ltr .main-slider__items--wider .slick-track .slick-slide {
    margin-right: 8px
}

.is_rtl .main-slider__items--wider .slick-track .slick-slide {
    margin-left: 8px
}

@media(min-width:768px) {
    .is_ltr .main-slider__items--wider .slick-track .slick-slide {
        margin-right: 0
    }

    .is_rtl .main-slider__items--wider .slick-track .slick-slide {
        margin-left: 0
    }
}

.main-slider__item-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.main-slider__item-info,
.main-slider__item-info-hidden,
.main-slider__item-info-visible {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    color: #fff;
    left: 0;
    right: 0
}

.main-slider__item-info-visible {
    top: 0;
    padding: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.main-slider__item-info-hidden {
    display: none;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.main-slider__item-info-loader.trigger-loading .main-slider-spinner {
    opacity: 1
}

.main-slider__item-info-loader.trigger-loading .main-slider-spinner path {
    -webkit-animation: loading;
    -moz-animation: loading;
    animation: loading
}

.main-slider__item-info-loader.paused .main-slider-spinner path {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    animation-play-state: paused !important
}

.main-slider__item-info-loader .main-slider-spinner path {
    opacity: 0
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-duration: 6s
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(3) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(4) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(5) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}

.main-slider__item-info-loader .main-slider-spinner path:nth-child(6) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes loading {
    0% {
        opacity: 0
    }

    30%,
    100% {
        opacity: 1
    }
}

@-moz-keyframes loading {
    0% {
        opacity: 0
    }

    30%,
    100% {
        opacity: 1
    }
}

@keyframes loading {
    0% {
        opacity: 0
    }

    30%,
    100% {
        opacity: 1
    }
}

.main-slider .slick-list {
    border-radius: 12px;
    overflow: visible
}

@media(min-width:768px) {
    .main-slider .slick-list {
        border-radius: 30px;
        overflow: hidden
    }
}

.is_ltr .main-slider .slick-slide {
    margin-right: 20px
}

.is_rtl .main-slider .slick-slide {
    margin-left: 20px
}

@media(min-width:768px) {
    .is_ltr .main-slider .slick-slide {
        margin-right: 0
    }

    .is_rtl .main-slider .slick-slide {
        margin-left: 0
    }
}

.main-slider--promo {
    max-height: unset;
    height: 0;
    position: relative;
    padding-top: 100%;
    margin: 0
}

@media(min-width:768px) {
    .main-slider--promo {
        padding-top: 265px
    }
}

@media(min-width:992px) {
    .main-slider--promo {
        padding-top: 346px
    }
}

@media(min-width:1250px) {
    .main-slider--promo {
        padding-top: 450px
    }
}

.main-slider--promo .main-slider__items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main-slider--promo .full-width-slider-item-inner {
    position: relative
}

.main-slider--promo .full-width-slider-item-inner .icon-play-circled {
    display: block;
    height: 74px;
    width: 74px;
    margin-top: -37px;
    margin-left: -37px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #d1d3d4;
    z-index: 2
}

.main-slider--promo .full-width-slider-item-inner img,
.main-slider--promo .full-width-slider-item-inner video {
    border-radius: 0;
    overflow: hidden;
    left: 0;
    right: 0
}

@media(min-width:768px) {

    .main-slider--promo .full-width-slider-item-inner img,
    .main-slider--promo .full-width-slider-item-inner video {
        border-radius: 0
    }
}

.main-slider--promo .full-width-slider-embedded-video {
    position: absolute;
    overflow: hidden;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.main-slider--promo .full-width-slider-item-preview {
    position: relative;
    z-index: 2
}

.is_ltr .main-slider--promo .slick-slide {
    margin-right: 0
}

.is_rtl .main-slider--promo .slick-slide {
    margin-left: 0
}

.main-slider--promo .full-width-slider-item-inner:after,
.main-slider--promo .full-width-slider-embedded-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), color-stop(25%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(25%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0, transparent 25%), -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, transparent 25%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .2) 0, transparent 25%), -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, transparent 25%);
    background: linear-gradient(360deg, rgba(0, 0, 0, .2) 0, transparent 25%), linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent 25%)
}

.main-slider--promo .main-slider__arrow {
    top: 50px;
    bottom: 50px
}

.main-slider__arrow {
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
    display: none
}

.is_ltr .main-slider__arrow--left {
    left: -246px
}

.is_rtl .main-slider__arrow--left {
    right: -246px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is_ltr .main-slider__arrow--right {
    right: -246px
}

.is_rtl .main-slider__arrow--right {
    left: -246px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-slider .slick-prev,
.main-slider .slick-next {
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10
}

.main-slider__arrow-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.main-slider__arrow-btn .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    stroke: #fff;
    stroke-width: 2
}

.main-slider__arrow-btn--left {
    right: 0
}

.main-slider__arrow-btn--right {
    left: 0
}

.main-slider__pagination {
    position: absolute;
    bottom: 12px;
    text-align: center;
    left: 0;
    right: 0
}

.main-slider__pagination .slick-dots {
    top: 0;
    font-size: 0
}

.main-slider__pagination .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    background: rgba(255, 255, 255, .6);
    overflow: hidden
}

.main-slider__pagination .slick-dots li button {
    display: none
}

.main-slider__pagination .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: var(--Bg-default);
    -webkit-transform: translateX(var(--slick-active-translateX));
    -moz-transform: translateX(var(--slick-active-translateX));
    -ms-transform: translateX(var(--slick-active-translateX));
    -o-transform: translateX(var(--slick-active-translateX));
    transform: translateX(var(--slick-active-translateX));
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.is_ltr .main-slider__pagination .slick-dots li.slick-active:before {
    left: -100%
}

.is_rtl .main-slider__pagination .slick-dots li.slick-active:before {
    right: -100%
}

.main-slider__video-wrapper {
    position: relative
}

.main-slider__video-preview {
    overflow: hidden;
    border-radius: 12px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.main-slider__video {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    overflow: hidden
}

.main-slider__video-inner {
    overflow: hidden;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.main-slider__sound-icon,
.main-slider__sound-muted-icon {
    width: 16px;
    height: 16px;
    line-height: 16px
}

@media(min-width:768px) {

    .main-slider__sound-icon,
    .main-slider__sound-muted-icon {
        width: 24px;
        height: 24px
    }
}

.main-slider__sound-icon .icon,
.main-slider__sound-muted-icon .icon {
    width: inherit;
    height: inherit;
    fill: #fff;
    fill: var(--Interaction-Primary-content);
    stroke: #fff;
    stroke: var(--Interaction-Primary-content)
}

.main-slider__sound-icon {
    display: none
}

.main-slider__sound-control {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
    z-index: 20;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s
}

@media(min-width:768px) {
    .main-slider__sound-control {
        width: 40px;
        height: 40px;
        bottom: 24px
    }
}

.main-slider__sound-control:hover {
    background: rgba(255, 255, 255, .4)
}

.is_ltr .main-slider__sound-control {
    right: 16px
}

@media(min-width:768px) {
    .is_ltr .main-slider__sound-control {
        right: 24px
    }
}

.is_rtl .main-slider__sound-control {
    left: 16px
}

@media(min-width:768px) {
    .is_rtl .main-slider__sound-control {
        left: 24px
    }
}

@media(min-width:768px) {
    .is_ltr .main-slider__arrow--left {
        left: -270px
    }

    .is_rtl .main-slider__arrow--left {
        right: -270px
    }

    .is_ltr .main-slider__arrow--right {
        right: -270px
    }

    .is_rtl .main-slider__arrow--right {
        left: -270px
    }

    .main-slider__arrow-btn {
        background-color: #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12)
    }

    .main-slider__arrow-btn:hover .icon {
        fill: #2294e5
    }

    .main-slider__arrow-btn .icon {
        width: 16px;
        height: 13px;
        fill: #58585b;
        stroke-width: 0
    }

    .main-slider--promo .full-width-slider-item-inner:after {
        background: none
    }

    .is_ltr .main-slider .slick-prev {
        left: -270px
    }

    .is_ltr .main-slider .slick-next {
        right: -270px
    }

    .is_rtl .main-slider .slick-prev {
        right: -270px
    }

    .is_rtl .main-slider .slick-next {
        left: -270px
    }

    .is_rtl__video-preview {
        border-radius: 30px
    }

    .is_rtl__video {
        border-radius: 30px
    }
}

@media(min-width:1250px) {
    .main-slider__item-info-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        opacity: 0;
        padding: 30px 40px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s
    }

    .main-slider__item-info-hidden:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .7;
        border-radius: 0 0 30px 30px
    }

    .main-slider__item-info-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        z-index: 10
    }

    .main-slider__item-info-title a {
        color: #fff
    }

    .main-slider__item-info-btn {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px;
        width: 264px;
        color: #fff;
        background-color: #37a7f8;
        border-radius: 12px;
        z-index: 10
    }
}

.full-width-slider-item-inner {
    position: relative
}

.full-width-slider-item-inner__sound-icon,
.full-width-slider-item-inner__sound-muted-icon {
    width: 16px;
    height: 16px
}

@media(min-width:768px) {

    .full-width-slider-item-inner__sound-icon,
    .full-width-slider-item-inner__sound-muted-icon {
        width: 24px;
        height: 24px
    }
}

.full-width-slider-item-inner__sound-icon .icon,
.full-width-slider-item-inner__sound-muted-icon .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    fill: var(--Interaction-Primary-content);
    stroke: #fff;
    stroke: var(--Interaction-Primary-content)
}

@media(min-width:768px) {

    .full-width-slider-item-inner__sound-icon .icon,
    .full-width-slider-item-inner__sound-muted-icon .icon {
        width: 24px;
        height: 24px
    }
}

.full-width-slider-item-inner__sound-icon {
    display: none
}

.full-width-slider-item-inner__sound-control {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
    z-index: 200;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s
}

@media(min-width:768px) {
    .full-width-slider-item-inner__sound-control {
        width: 40px;
        height: 40px;
        bottom: 24px
    }
}

.full-width-slider-item-inner__sound-control:hover {
    background: rgba(255, 255, 255, .4)
}

.is_ltr .full-width-slider-item-inner__sound-control {
    right: 16px
}

@media(min-width:768px) {
    .is_ltr .full-width-slider-item-inner__sound-control {
        right: 24px
    }
}

.is_rtl .full-width-slider-item-inner__sound-control {
    left: 16px
}

@media(min-width:768px) {
    .is_rtl .full-width-slider-item-inner__sound-control {
        left: 24px
    }
}

.share-block-wrapper {
    display: inline-block;
    position: relative
}

.share-block-wrapper .active .share-body {
    display: block !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.share-body {
    background-color: #fff;
    width: 284px;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 12px;
    border: 1px solid #e1e1e1;
    text-align: center;
    -webkit-box-shadow: 0 4px 25px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, .2);
    z-index: 5;
    border-radius: 12px
}

.share-body__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 8px 16px;
    border-radius: 8px;
    gap: 12px;
    line-height: 145%
}

.share-body__link:hover {
    background: rgba(55, 167, 248, .08)
}

.share-body__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px
}

.share-body__icon--facebook {
    background-color: #4c66af
}

.share-body__icon--twitter {
    background-color: #00a7ff
}

.share-body__icon--x {
    background-color: #000
}

.share-body__icon--link {
    background-color: #ff8300
}

.share-body__icon .icon {
    width: 18px;
    height: 24px;
    fill: #fff
}

.share-body__icon .icon.icon-copy-link {
    width: 24px
}

.share-body__personal-link {
    border-bottom: 1px solid #37a7f8;
    float: none;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer
}

.share-body__personal-link.active {
    display: block !important
}

.share-body--action-bar {
    width: 220px;
    top: 40px
}

.share-button {
    line-height: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

.share-button:hover,
.active .share-button {
    color: #37a7f8
}

.share-button:hover svg.icon,
.active .share-button svg.icon {
    fill: #37a7f8
}

.share-button svg.icon {
    height: 16px;
    width: 16px;
    fill: #58585b
}

.share-button .share-button__text {
    font-size: 14px
}

.share-button .share-button__text--action-bar {
    display: none
}

.share-button--action-bar {
    padding: 8px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.share-button--action-bar svg.icon {
    fill: #fff;
    height: 14px;
    width: 14px
}

.share-button--action-bar:hover svg.icon,
.active .share-button--action-bar svg.icon {
    fill: #fff
}

.is_rtl .share-body {
    left: 0;
    right: auto
}

.gallery-feed-back-form {
    display: none;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    position: fixed;
    top: 0;
    min-height: 100%;
    left: 0;
    margin: 0;
    z-index: 2;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3)
}

@media(min-width:768px) {
    .gallery-feed-back-form {
        width: 370px;
        top: 10%;
        left: 50%;
        margin: 0 0 0 -215px;
        border-radius: 3px;
        min-height: unset
    }
}

.gallery-feed-back-form__title {
    font-size: 17px;
    color: #58585b;
    margin-bottom: 20px;
    line-height: 1.5em;
    margin-top: 20px
}

.gallery-feed-back-form__close {
    position: absolute;
    top: 0;
    padding: 20px;
    z-index: 1;
    font-size: 0
}

.gallery-feed-back-form__close .icon-close-thin {
    width: 14px;
    height: 14px;
    fill: #a7a9ab
}

.is_rtl .gallery-feed-back-form__close {
    left: 0
}

.is_ltr .gallery-feed-back-form__close {
    right: 0
}

.form_element {
    margin-top: 40px;
    font-size: 18px;
    color: #58585b
}

.form_element>.form_element-content {
    font-size: 15px;
    position: relative;
    margin-bottom: .3em;
    line-height: 1em;
    color: #58585b
}

.form_element>.form_element-content>.form_element-text {
    font-size: 15px;
    vertical-align: baseline;
    background-color: transparent;
    padding: 0;
    line-height: 1.3;
    border: none #b8b8b8;
    border-bottom: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1.86em;
    border-radius: 0;
    color: #6d6e70;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    resize: vertical
}

.form_element>.form_element-content>.form_element-text:active,
.form_element>.form_element-content>.form_element-text:hover,
.form_element>.form_element-content>.form_element-text:focus {
    outline: none;
    outline-offset: 0
}

.form_element>.form_element-content>.form_element-label {
    color: #ddd;
    font-size: 20px;
    bottom: 7px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    -webkit-transition: .2s ease all;
    margin-right: 6px;
    line-height: 1.2em
}

.form_element>.form_element-content>.form_element-label.required:after {
    content: "*";
    font-size: 1.35em;
    opacity: .6;
    vertical-align: baseline;
    height: .55em;
    display: inline-block
}

.form_element>.form_element-content .form_element-textarea {
    font-size: 15px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: .5em;
    line-height: 1;
    margin-top: .5em;
    height: auto;
    width: 100%;
    background-color: #fff
}

.form_element>.form_element-content .form_element-textarea:active,
.form_element>.form_element-content .form_element-textarea:hover,
.form_element>.form_element-content .form_element-textarea:focus {
    outline: none;
    outline-offset: 0
}

.form_element .label_message {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    color: #58585b;
    font-size: .8em;
    margin-right: 6px;
    line-height: 1.2em
}

.form_element .label_message:after {
    content: "*";
    font-size: 1.35em;
    opacity: .6;
    vertical-align: baseline;
    height: .55em;
    display: inline-block
}

.form_element .errors {
    max-height: 0;
    color: #ed1c24;
    font-size: 11px;
    line-height: normal;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    list-style: none;
    padding-left: 0
}

@media(min-width:767px) {
    .form_element .errors {
        font-size: 13px
    }
}

.form_element-radio label {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 18px;
    vertical-align: top;
    display: block
}

.form_element-radio label input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.form_element-radio label input[type=radio]:checked~span:first-of-type:after {
    display: block
}

.form_element-radio label span {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ccc
}

.form_element-radio label span:first-of-type:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2196f3;
    content: "";
    position: absolute;
    display: none
}

.form_button-container {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.form_button-container .btn {
    margin-bottom: 0
}

.form_button-container .btn:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .form_button-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .form_button-container .btn {
        margin-bottom: 0
    }

    .is_ltr .form_button-container .btn {
        margin-right: 20px
    }

    .is_ltr .form_button-container .btn:last-child {
        margin-right: 0
    }

    .is_rtl .form_button-container .btn {
        margin-left: 20px
    }

    .is_rtl .form_button-container .btn:last-child {
        margin-left: 0
    }
}

.invalid .form_element-password,
.invalid .form_element-text,
.invalid .form_element-textarea {
    border-color: #ed1c24 !important
}

.form_element-text:focus~label.form_element-label {
    font-size: 20px;
    bottom: 7px
}

.other-links__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #58585b;
    margin-bottom: 24px
}

.other-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.other-links__list--filters {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative
}

.other-links__list--filters::-webkit-scrollbar {
    display: none
}

.other-links__item {
    padding: 1px 2px 4px;
    z-index: 10;
    white-space: nowrap
}

.other-links__item--more {
    display: none;
    position: relative
}

.other-links__item--view-mode {
    text-align: center;
    font-weight: 600
}

.other-links__item--calendar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1
}

@media(min-width:768px) {
    .other-links__item--calendar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1
    }
}

.other-links__btn {
    padding: 10px 16px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 52px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #58585b;
    display: block
}

.other-links__btn--more,
.other-links__btn--active {
    color: #37a7f8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.other-links__btn--view-mode {
    padding: 10px 42px
}

.other-links__btn:hover {
    color: #37a7f8
}

.other-links__count {
    color: #9b9b9b
}

.other-links__control-gradient {
    width: 20px;
    height: 42px;
    position: absolute;
    z-index: 15
}

.other-links__control-gradient--prev {
    width: 20px
}

.is_ltr .other-links__control-gradient--prev {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.is_rtl .other-links__control-gradient--prev {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%);
    right: 0
}

.is_ltr .other-links__control-gradient--next {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%);
    right: 0
}

.is_rtl .other-links__control-gradient--next {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.is_ltr .other-links__list--filters {
    padding-left: 20px
}

.is_ltr .other-links__list--top-filters {
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px
}

.is_rtl .other-links__list--filters {
    padding-right: 20px
}

.is_rtl .other-links__list--top-filters {
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px
}

@media(min-width:768px) {
    .is_ltr .other-links__list--filters {
        padding-left: 0
    }

    .is_ltr .other-links__item--more {
        margin-left: auto
    }

    .is_rtl .other-links__list--filters {
        padding-right: 0
    }

    .is_rtl .other-links__item--more {
        margin-right: auto
    }

    .other-links__list--filters {
        overflow-x: unset
    }
}

.line-calendar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 12px;
    min-height: 94px;
    max-height: 94px
}

.line-calendar {
    overflow: hidden
}

.line-calendar__months {
    margin-bottom: 6px;
    min-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.line-calendar__month {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    display: none;
    white-space: nowrap
}

.line-calendar__month--active {
    display: inline;
    color: #58585b
}

.is_ltr .line-calendar__month--active~.line-calendar__month--active {
    float: right
}

.is_rtl .line-calendar__month--active~.line-calendar__month--active {
    float: left
}

.line-calendar__arrow {
    display: none !important
}

.more-dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 70px
}

.more-dates__title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #58585b;
    white-space: nowrap
}

.more-dates__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 68px
}

.line-calendar-table {
    display: inline-table !important;
    overflow: hidden
}

.line-calendar-table:last-of-type .line-calendar-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px
}

.line-calendar-day {
    width: 36px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    border-radius: 12px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    cursor: pointer
}

.line-calendar-day__number {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #58585b;
    margin-bottom: 6px
}

.line-calendar-day__weekday {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #9b9b9b
}

.line-calendar-day__weekday--weekend {
    color: #eb5757
}

.line-calendar-day--active {
    background-color: rgba(55, 167, 248, .16)
}

.line-calendar-day--active .line-calendar-day__number,
.line-calendar-day--active .line-calendar-day__weekday,
.line-calendar-day:hover .line-calendar-day__number,
.line-calendar-day:hover .line-calendar-day__weekday {
    color: #2294e5
}

.is_ltr .line-calendar__month {
    margin-right: 12px
}

.is_ltr .line-calendar-first-day:not(:first-of-type) {
    padding-left: 30px
}

.is_rtl .line-calendar__month {
    margin-left: 12px
}

.is_rtl .line-calendar-first-day:not(:first-of-type) {
    padding-right: 30px
}

@media(min-width:768px) {
    .line-calendar-container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: 20px
    }

    .line-calendar {
        position: relative
    }

    .line-calendar__arrow {
        display: block !important;
        position: absolute;
        top: 56%;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 10
    }

    .line-calendar__arrow .icon {
        width: 12px;
        height: 20px;
        stroke: #58585b;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .line-calendar__days {
        padding: 0 13px
    }

    .line-calendar__month--active {
        padding: 0 13px
    }

    .line-calendar-day {
        width: 44px
    }

    .more-dates .calendar-btn {
        position: absolute;
        top: 74px
    }

    .is_ltr .line-calendar__arrow--left {
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .is_ltr .line-calendar__arrow--right {
        right: 0
    }

    .is_ltr .more-dates .calendar-btn {
        left: 0
    }

    .is_rtl .line-calendar__arrow--left {
        right: 0
    }

    .is_rtl .line-calendar__arrow--right {
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .is_rtl .more-dates .calendar-btn {
        right: 30px
    }
}

.mir-card-sticker {
    display: none;
    position: relative;
    width: 203px;
    padding: 16px 116px 16px 16px;
    border-radius: 8px;
    background: -webkit-linear-gradient(196deg, #FFF 13.38%, #e8f3fc 74.46%);
    background: -moz-linear-gradient(196deg, #FFF 13.38%, #e8f3fc 74.46%);
    background: linear-gradient(254deg, #FFF 13.38%, #e8f3fc 74.46%);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1), 0 2px 8px 0 rgba(0, 0, 0, .06)
}

@media(min-width:768px) {
    .mir-card-sticker {
        height: 62px;
        padding: 24px 43px 24px 24px
    }
}

.mir-card-sticker__content {
    color: #58585b;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal
}

@media(min-width:768px) {
    .mir-card-sticker__content {
        width: 158px
    }
}

.mir-card-sticker__title {
    font-size: 14px;
    font-weight: 700
}

@media(min-width:768px) {
    .mir-card-sticker__title {
        font-size: 16px
    }
}

.mir-card-sticker__description {
    font-size: 12px;
    font-weight: 500
}

@media(min-width:768px) {
    .mir-card-sticker__description {
        font-size: 14px
    }
}

.mir-card-sticker__text-mir {
    font-weight: 700
}

.mir-card-sticker__close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    pointer-events: initial
}

.mir-card-sticker__close .icon {
    opacity: .8;
    width: 8px;
    height: 8px;
    fill: #37a7f8
}

@media(min-width:768px) {
    .mir-card-sticker__close .icon {
        width: 10px;
        height: 10px
    }
}

.mir-card-sticker__close:hover .icon {
    fill: #3a77ea
}

.mir-card-sticker__card-image {
    position: absolute;
    width: 101px;
    height: 78px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    top: -6px;
    right: 20px
}

@media(min-width:768px) {
    .mir-card-sticker__card-image {
        width: 132px;
        height: 102px;
        -webkit-transform: rotate(32deg);
        -moz-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
        -o-transform: rotate(32deg);
        transform: rotate(32deg);
        top: 11px;
        right: -39px
    }
}

.item-terms {
    max-width: 950px
}

.item-terms__title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 1em
}

@media(min-width:768px) {
    .item-terms__title {
        font-size: 36px
    }
}

.item-terms__content {
    font-size: 14px;
    text-align: justify;
    line-height: 1.3
}

@media(min-width:768px) {
    .item-terms__content {
        font-size: 16px
    }
}

.is_rtl .item-terms__content :first-letter {
    padding-left: .5em
}

.main-header-logo {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    width: 150px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1)
}

.main-header-logo--invisible {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.main-header-logo__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    justify-content: start;
    width: 132px;
    height: 17px
}

.main-header-logo__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: inherit;
    height: inherit
}

.main-header-logo__link img {
    width: initial;
    max-width: initial;
    height: initial;
    -webkit-transform: scale(.87);
    -moz-transform: scale(.87);
    -ms-transform: scale(.87);
    -o-transform: scale(.87);
    transform: scale(.87)
}

@media(min-width:768px) {
    .main-header-logo {
        height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: 130px;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s
    }

    .main-header-logo__desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        justify-content: start;
        width: 130px;
        height: 17px
    }
}

@media(min-width:992px) {
    .main-header-logo {
        height: auto;
        width: 150px
    }

    .main-header-logo__desktop {
        width: 150px;
        height: 20px
    }

    .main-header-logo__link img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.main-header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    flex: 1 1 0
}

.main-header-search--main-header-links:not(.main-header-search.open) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px
}

.main-header-search--main-header-links:not(.main-header-search.open):hover {
    cursor: pointer
}

.is_ltr .main-header-search--main-header-links:not(.main-header-search.open) {
    left: -12px
}

.is_rtl .main-header-search--main-header-links:not(.main-header-search.open) {
    right: -12px
}

.main-header-search--main-header-links:not(.main-header-search.open) svg.icon {
    position: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    fill: #58585b;
    fill: var(--Content-primary);
    stroke-width: .1
}

.main-header-search--main-header-links:not(.main-header-search.open) .main-header-search__input--main-header-links {
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.main-header-search--main-header-links:not(.main-header-search.open) .main-header-search__input--main-header-links:hover {
    cursor: pointer
}

@media(min-width:768px) {
    .main-header-search--main-header-links:not(.main-header-search.open) {
        display: none
    }
}

.main-header-search__clear {
    display: none;
    position: absolute;
    width: 48px;
    height: 100%;
    top: 0;
    z-index: 10
}

.main-header-search__clear .icon-cross {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    stroke-width: .1
}

.is_ltr .main-header-search__clear .icon-cross {
    right: 20px
}

.is_rtl .main-header-search__clear .icon-cross {
    left: 20px
}

.is_ltr .main-header-search__clear {
    left: auto;
    right: 0
}

.is_rtl .main-header-search__clear {
    right: auto;
    left: 0
}

.main-header-search__inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%
}

.main-header-search__close {
    display: none;
    width: 27px;
    height: 42px;
    position: relative
}

.open .main-header-search__close {
    display: block
}

.main-header-search__close:hover {
    cursor: pointer
}

.main-header-search__close:hover svg.icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.main-header-search__close svg.icon {
    width: 24px;
    height: 100%;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .main-header-search__close svg.icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-header-search__input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative
}

@media(min-width:768px) {
    .main-header-search__input-wrapper {
        width: 240px;
        height: 40px
    }
}

@media(min-width:992px) {
    .main-header-search__input-wrapper {
        width: 400px
    }
}

.main-header-search__input-wrapper svg.icon-16-kit-search {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 16px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .main-header-search__input-wrapper svg.icon-16-kit-search {
    left: auto;
    right: 16px
}

.main-header-search__input-underlay-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    background: #fff;
    background: var(--Bg-default);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border: 2px solid transparent;
    border-radius: 52px 0 0 52px;
    border-right-width: 0;
    -webkit-transition: border-color, -webkit-transform;
    transition: border-color, -webkit-transform;
    -o-transition: border-color, -o-transform;
    -moz-transition: transform, border-color, -moz-transform;
    transition: transform, border-color;
    transition: transform, border-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1)
}

.main-header-search__input-underlay-right {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    bottom: 0;
    background: #fff;
    background: var(--Bg-default);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border: 2px solid transparent;
    border-radius: 0 52px 52px 0;
    border-left-width: 0;
    -webkit-transition: border-color, -webkit-transform;
    transition: border-color, -webkit-transform;
    -o-transition: border-color, -o-transform;
    -moz-transition: transform, border-color, -moz-transform;
    transition: transform, border-color;
    transition: transform, border-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1)
}

.main-header-search__input-area {
    position: absolute;
    z-index: 10;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1)
}

.is_ltr .main-header-search__input-area {
    left: 0
}

.is_rtl .main-header-search__input-area {
    right: 0
}

.main-header-search__input-area svg.icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 16px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .main-header-search__input-area svg.icon {
    left: auto;
    right: 16px
}

.main-header-search__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 52px;
    padding: 0 60px 0 44px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid transparent
}

.is_rtl .main-header-search__input {
    padding: 0 52px 0 68px
}

.main-header-search__input:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 4px 12px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 4px 12px 0 rgba(0, 0, 0, .07)
}

.main-header-search__input::-webkit-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .main-header-search__input {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        width: 240px
    }
}

@media(min-width:992px) {
    .main-header-search__input {
        width: 400px
    }
}

.main-header-search__calendar-btn {
    position: absolute;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: opacity, -o-transform;
    -moz-transition: transform, opacity, -moz-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    z-index: 15
}

.is_ltr .main-header-search__calendar-btn {
    right: 10px
}

.is_rtl .main-header-search__calendar-btn {
    left: 10px
}

.main-header-search.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px;
    z-index: 101;
    background: #fff;
    background: var(--Bg-default)
}

.main-header-search.open .main-header-search__inner-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto
}

@media(min-width:768px) {
    .main-header-search {
        width: auto;
        margin-right: 16px;
        position: relative !important;
        padding: 0
    }

    .main-header-search.open {
        padding: 0
    }

    .is_rtl .main-header-search {
        margin-right: 0;
        margin-left: 14px
    }

    .main-header-search__close {
        display: unset;
        visibility: hidden;
        position: absolute;
        width: 24px;
        height: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, -o-transform;
        -moz-transition-property: opacity, transform, -moz-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
        -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
        -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
        transition-timing-function: cubic-bezier(.79, 0, .58, 1)
    }
}

@media(min-width:768px) and (min-width:768px) {
    .is_ltr .main-header-search__close {
        left: -170px
    }

    .is_rtl .main-header-search__close {
        right: -170px
    }
}

@media(min-width:768px) and (min-width:992px) {
    .is_ltr .main-header-search__close {
        left: -213px
    }

    .is_rtl .main-header-search__close {
        right: -215px
    }
}

@media(min-width:992px) {
    .is_rtl .main-header-search {
        margin-right: 0;
        margin-left: 32px
    }
}

.main-header-search--open .main-header-search__input-underlay-left {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    border-right-color: transparent
}

.is_ltr .main-header-search--open .main-header-search__input-underlay-left {
    -webkit-transform: translateX(-170px);
    -moz-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    -o-transform: translateX(-170px);
    transform: translateX(-170px)
}

.is_rtl .main-header-search--open .main-header-search__input-underlay-left {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

@media(min-width:992px) {
    .is_ltr .main-header-search--open .main-header-search__input-underlay-left {
        -webkit-transform: translateX(-213px);
        -moz-transform: translateX(-213px);
        -ms-transform: translateX(-213px);
        -o-transform: translateX(-213px);
        transform: translateX(-213px)
    }

    .is_rtl .main-header-search--open .main-header-search__input-underlay-left {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-search--open .main-header-search__input-underlay-left {
        -webkit-transform: translateX(-213px);
        -moz-transform: translateX(-213px);
        -ms-transform: translateX(-213px);
        -o-transform: translateX(-213px);
        transform: translateX(-213px)
    }

    .is_rtl .main-header-search--open .main-header-search__input-underlay-left {
        -webkit-transform: translateX(-110px);
        -moz-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
        -o-transform: translateX(-110px);
        transform: translateX(-110px)
    }
}

.main-header-search--open .main-header-search__input-underlay-right {
    border-color: #37a7f8;
    border-color: var(--Interaction-Secondary-border);
    border-left-color: transparent
}

@media(min-width:768px) {
    .is_ltr .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }

    .is_rtl .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(170px);
        -moz-transform: translateX(170px);
        -ms-transform: translateX(170px);
        -o-transform: translateX(170px);
        transform: translateX(170px)
    }
}

@media(min-width:992px) {
    .is_ltr .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .is_rtl .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(215px);
        -moz-transform: translateX(215px);
        -ms-transform: translateX(215px);
        -o-transform: translateX(215px);
        transform: translateX(215px)
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(110px);
        -moz-transform: translateX(110px);
        -ms-transform: translateX(110px);
        -o-transform: translateX(110px);
        transform: translateX(110px)
    }

    .is_rtl .main-header-search--open .main-header-search__input-underlay-right {
        -webkit-transform: translateX(215px);
        -moz-transform: translateX(215px);
        -ms-transform: translateX(215px);
        -o-transform: translateX(215px);
        transform: translateX(215px)
    }
}

.is_ltr .main-header-search--open .main-header-search__input-area {
    -webkit-transform: translateX(-170px);
    -moz-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    -o-transform: translateX(-170px);
    transform: translateX(-170px)
}

.is_rtl .main-header-search--open .main-header-search__input-area {
    -webkit-transform: translateX(170px);
    -moz-transform: translateX(170px);
    -ms-transform: translateX(170px);
    -o-transform: translateX(170px);
    transform: translateX(170px)
}

@media(min-width:768px) {
    .main-header-search--open .main-header-search__input-area {
        width: 442px
    }
}

@media(min-width:992px) {
    .main-header-search--open .main-header-search__input-area {
        width: 610px
    }

    .is_ltr .main-header-search--open .main-header-search__input-area {
        -webkit-transform: translateX(-213px);
        -moz-transform: translateX(-213px);
        -ms-transform: translateX(-213px);
        -o-transform: translateX(-213px);
        transform: translateX(-213px)
    }

    .is_rtl .main-header-search--open .main-header-search__input-area {
        -webkit-transform: translateX(215px);
        -moz-transform: translateX(215px);
        -ms-transform: translateX(215px);
        -o-transform: translateX(215px);
        transform: translateX(215px)
    }
}

@media(min-width:1250px) {
    .main-header-search--open .main-header-search__input-area {
        width: 720px
    }
}

@media(min-width:768px) {
    .is_ltr .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }

    .is_rtl .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(110px);
        -moz-transform: translateX(110px);
        -ms-transform: translateX(110px);
        -o-transform: translateX(110px);
        transform: translateX(110px)
    }
}

@media(min-width:992px) {
    .is_ltr .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .is_rtl .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(110px);
        -moz-transform: translateX(110px);
        -ms-transform: translateX(110px);
        -o-transform: translateX(110px);
        transform: translateX(110px)
    }

    .is_rtl .main-header-search--open .main-header-search__clear {
        -webkit-transform: translateX(-110px);
        -moz-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
        -o-transform: translateX(-110px);
        transform: translateX(-110px)
    }
}

.main-header-search--open .main-header-search__calendar-btn {
    opacity: 0;
    pointer-events: none
}

@media(min-width:768px) {
    .is_ltr .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        -o-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }

    .is_rtl .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(-10px, -50%);
        -moz-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
        -o-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%)
    }
}

@media(min-width:992px) {
    .is_ltr .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .is_rtl .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(110px, -50%);
        -moz-transform: translate(110px, -50%);
        -ms-transform: translate(110px, -50%);
        -o-transform: translate(110px, -50%);
        transform: translate(110px, -50%)
    }

    .is_rtl .main-header-search--open .main-header-search__calendar-btn {
        -webkit-transform: translate(-110px, -50%);
        -moz-transform: translate(-110px, -50%);
        -ms-transform: translate(-110px, -50%);
        -o-transform: translate(-110px, -50%);
        transform: translate(-110px, -50%)
    }
}

.main-header-search--open .main-header-search__input {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:768px) {
    .main-header-search--open .main-header-search__input {
        width: 442px
    }
}

@media(min-width:992px) {
    .main-header-search--open .main-header-search__input {
        width: 610px
    }
}

@media(min-width:1250px) {
    .main-header-search--open .main-header-search__input {
        width: 720px
    }
}

.main-header-search--open .main-header-search__close {
    visibility: visible;
    opacity: 1
}

@media(min-width:768px) {
    .is_ltr .main-header-search--open .main-header-search__close {
        -webkit-transform: translateX(-32px);
        -moz-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        -o-transform: translateX(-32px);
        transform: translateX(-32px)
    }

    .is_rtl .main-header-search--open .main-header-search__close {
        -webkit-transform: translateX(32px);
        -moz-transform: translateX(32px);
        -ms-transform: translateX(32px);
        -o-transform: translateX(32px);
        transform: translateX(32px)
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-search--open .main-header-search__close {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    .is_rtl .main-header-search--open .main-header-search__close {
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px)
    }
}

.main-header-search--closing .main-header-search__input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-header-search--closing .main-header-search__close {
    visibility: visible;
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.main-header-search--closing .main-header-search__input-underlay-left,
.main-header-search--closing .main-header-search__input-underlay-right,
.main-header-search--closing .main-header-search__input-area,
.main-header-search--closing .main-header-search__calendar-btn {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.main-header-user-menu-switcher {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 24px;
    height: 32px
}

.main-header-user-menu-switcher__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.main-header-user-menu-switcher__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.main-header-user-menu-switcher__close,
.main-header-user-menu-switcher__logo {
    display: none;
    height: 18px
}

.is_rtl .main-header-user-menu-switcher .close {
    rotate: 180deg
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher {
    background: #fff;
    background: var(--Bg-default);
    border-bottom: 1px solid #eee;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 7px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 1
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher__close,
.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher__logo {
    display: block
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher__close .icon {
    width: 10px;
    height: 18px;
    fill: none;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_rtl .header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher__close .icon {
    rotate: 180deg
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .main-header-user-menu-switcher__logo .icon {
    width: 141px;
    height: 18px
}

.main-header-user-menu {
    z-index: 150;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    width: 79%;
    background: #fff;
    background: var(--Bg-default);
    padding: 20px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.is_ltr .main-header-user-menu {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.is_rtl .main-header-user-menu {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.active .main-header-user-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.main-header-user-menu a,
.main-header-user-menu button {
    display: block;
    height: 100%;
    margin: 0;
    color: #58585b;
    color: var(--Content-primary)
}

.main-header-user-menu a:hover,
.main-header-user-menu button:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.main-header-user-menu__log-in {
    margin-top: 20px
}

.main-header-user-menu__log-in a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 12px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.main-header-user-menu__log-in.border-bottom {
    padding: 0 0 16px
}

.main-header-user-menu__item-list:hover {
    cursor: pointer
}

.main-header-user-menu__item-list--settings a,
.main-header-user-menu__item-list--settings button {
    font-size: 16px;
    line-height: 23px;
    width: 100%
}

.is_ltr .main-header-user-menu__item-list--settings a,
.is_ltr .main-header-user-menu__item-list--settings button {
    text-align: left
}

.is_rtl .main-header-user-menu__item-list--settings a,
.is_rtl .main-header-user-menu__item-list--settings button {
    text-align: right
}

.main-header-user-menu__item-list--settings a span,
.main-header-user-menu__item-list--settings button span {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.main-header-user-menu__item-list--settings li {
    margin-bottom: 20px
}

.main-header-user-menu__item-list--settings li:last-child {
    margin-bottom: 0
}

.main-header-user-menu__item {
    white-space: nowrap;
    margin-bottom: 20px
}

.main-header-user-menu__item:last-child {
    margin-bottom: 0
}

.main-header-user-menu__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
    margin: 0;
    color: #58585b;
    color: var(--Content-primary);
    font-size: 16px;
    line-height: 23px
}

.main-header-user-menu__item a:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.main-header-user-menu__item-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    color: #8f8f8f;
    color: var(--Content-secondary);
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost);
    min-width: 20px;
    border-radius: 11px
}

.is_ltr .main-header-user-menu__item-counter {
    margin-left: 4px
}

.is_rtl .main-header-user-menu__item-counter {
    margin-right: 4px
}

.main-header-user-menu__item-counter--blue {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    padding: 4px 8px
}

.main-header-user-menu__item-organiser-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    border-radius: 50%;
    margin-right: 8px
}

.is_rtl .main-header-user-menu__item-organiser-image {
    margin-right: 0;
    margin-left: 8px
}

.main-header-user-menu__item-organiser-image .icon.icon-rocket-no-logo {
    width: 30px;
    height: 30px;
    fill: #d2d2d2;
    display: block
}

.main-header-user-menu__item-organiser-name {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 214px;
    overflow: hidden
}

.main-header-user-menu__wallet {
    display: none
}

@media(min-width:768px) {
    .main-header-user-menu__wallet {
        color: #58585b;
        color: var(--Content-primary);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        gap: 4px;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px
    }
}

.main-header-user-menu__wallet-currency {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .main-header-user-menu-switcher__avatar {
        float: none;
        display: block;
        position: relative
    }

    .main-header-user-menu-switcher__avatar:before {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #f7f9fa;
        background-color: var(--Bg-ghost);
        z-index: -1;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .main-header-user-menu-switcher__avatar .main-header-user-menu-switcher__avatar-image,
    .main-header-user-menu-switcher__avatar .user-avatar {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .main-header-user-menu-switcher__avatar:hover .main-header-user-menu-switcher__avatar-image,
    .main-header-user-menu-switcher__avatar:hover .user-avatar {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .main-header-user-menu-switcher__avatar:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .main-header-user-menu {
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        position: absolute;
        width: 300px;
        top: 53px;
        right: 0;
        bottom: auto;
        left: auto;
        background: #fff;
        background: var(--Bg-default);
        height: auto;
        max-height: -webkit-calc(100vh - 90px);
        max-height: -moz-calc(100vh - 90px);
        max-height: calc(100vh - 90px);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        padding: 20px
    }

    .is_rtl .main-header-user-menu {
        right: auto;
        left: 0
    }

    .active .main-header-user-menu {
        display: block
    }

    .main-header-user-menu__item-list--settings a {
        font-size: 13px;
        line-height: 16px
    }

    .main-header-user-menu__item-list--settings a span {
        color: #8f8f8f;
        color: var(--Content-secondary)
    }

    .main-header-user-menu__log-in {
        margin-top: 0
    }

    .main-header-user-menu__log-in a {
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: unset;
        color: #58585b;
        color: var(--Content-primary)
    }
}

.main-header-user-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px
}

.main-header-user-profile.mobile,
.main-header-user-profile.search__mobile-clear,
.main-header-user-profile.ww-header-search__mobile-clear {
    margin: 20px 12px 0
}

.main-header-user-profile.mobile a,
.main-header-user-profile.search__mobile-clear a,
.main-header-user-profile.ww-header-search__mobile-clear a {
    font-size: 16px;
    width: 100%;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 12px;
    padding: 15px 0;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    text-align: center;
    line-height: 19px
}

.main-header-user-profile__avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left;
    overflow: hidden
}

.main-header-user-profile__avatar a {
    padding: 0;
    margin: 0
}

.main-header-user-profile__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.main-header-user-profile__name a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    background: none;
    border-radius: 0;
    color: #58585b;
    color: var(--Content-primary)
}

.main-header-user-profile__name a:hover {
    color: #1985d2 !important;
    color: var(--Interaction-Secondary-content_hover) !important;
    background: none
}

.main-header-user-profile__email {
    font-size: 12px;
    line-height: 15px
}

.main-header-links {
    width: 100%;
    height: 40px
}

.main-header-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: 100%
}

.main-header-links__list::-webkit-scrollbar {
    display: none
}

.is_ltr .main-header-links__list {
    margin: 0 -20px 0 20px
}

.is_rtl .main-header-links__list {
    margin: 0 20px 0 -20px
}

@media(min-width:768px) {

    .is_ltr .main-header-links__list,
    .is_rtl .main-header-links__list {
        margin: 0
    }
}

.main-header-links__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.is_ltr .main-header-links__item {
    margin-right: 20px
}

.is_ltr .main-header-links__item:first-child {
    margin-left: 16px
}

.is_ltr .main-header-links__item:last-child {
    margin-right: 16px
}

@media(min-width:768px) {
    .is_ltr .main-header-links__item {
        margin-right: 24px
    }

    .is_ltr .main-header-links__item:first-child {
        margin-left: 0
    }

    .is_ltr .main-header-links__item:last-child {
        margin-right: 0
    }
}

@media(min-width:1250px) {
    .is_ltr .main-header-links__item {
        margin-right: 32px
    }
}

.is_rtl .main-header-links__item {
    margin-left: 20px
}

.is_rtl .main-header-links__item:first-child {
    margin-right: 16px
}

.is_rtl .main-header-links__item:last-child {
    margin-left: 16px
}

@media(min-width:768px) {
    .is_rtl .main-header-links__item {
        margin-left: 24px
    }

    .is_rtl .main-header-links__item:first-child {
        margin-right: 0
    }

    .is_rtl .main-header-links__item:last-child {
        margin-left: 0
    }
}

@media(min-width:1250px) {
    .is_rtl .main-header-links__item {
        margin-left: 32px
    }
}

.main-header-links__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 6px
}

.main-header-links__link .icon {
    height: 10px;
    width: 10px;
    margin-top: 1px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    stroke-width: 6px
}

.main-header-links__link.active,
.main-header-links__link:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.main-header-links__link.active .icon,
.main-header-links__link:hover .icon {
    stroke: #1985d2;
    stroke: var(--Interaction-Secondary-content_hover)
}

.main-header-links__link.active .icon {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.main-header-links__dropdown {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 15px;
    background: #fff;
    background: var(--Bg-default);
    padding: 12px 12px 8px;
    z-index: 100;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: 600px
}

.main-header-links__dropdown--popup {
    display: block;
    position: static;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    width: 100%
}

.main-header-links__dropdown .main-header-top-events {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.main-header-links__dropdown.open {
    display: block;
    left: 0
}

.is_rtl .main-header-links__dropdown.open {
    left: auto;
    right: 0
}

.main-header-links__dropdown.open.top-events>* {
    display: inline-block !important
}

.main-header-links__dropdown.open.top-events [data-header-links-top-events] {
    color: #37a7f8;
    background: #eff8fe
}

.main-header-links__dropdown-item-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width:768px) {
    .main-header-links__dropdown-item-list {
        padding: 0 12px;
        min-width: 212px;
        max-width: 256px
    }
}

.main-header-links__dropdown-item-list--popup {
    width: 100%;
    max-width: unset
}

.main-header-links__dropdown-item-list .border-bottom {
    padding: 0 0 8px;
    margin: 0 0 16px;
    border-bottom: 1px solid #eee
}

.main-header-links__dropdown-item-list .border-top {
    padding: 16px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid #eee
}

.main-header-links__dropdown-link {
    display: block;
    margin-bottom: 12px;
    border-radius: 8px
}

.main-header-links__dropdown-link:active .icon-arrowhead-down,
.main-header-links__dropdown-link:hover .icon-arrowhead-down {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.main-header-links__dropdown-link--top {
    padding: 8px 12px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.main-header-links__dropdown-link--top:active,
.main-header-links__dropdown-link--top:hover {
    background: #eff8fe
}

.main-header-links__dropdown-link--all {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.main-header-links__dropdown-link .icon-arrowhead-down {
    width: 11px;
    height: 11px;
    float: right;
    margin-top: 3px;
    rotate: -90deg;
    fill: #58585b
}

.is_rtl .main-header-links__dropdown-link .icon-arrowhead-down {
    float: left;
    rotate: 90deg
}

.main-header-links__controls {
    position: absolute;
    display: none;
    top: 0;
    height: 100%;
    z-index: 1
}

.main-header-links__controls--visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.is_ltr .main-header-links__controls--prev {
    left: 20px
}

@media(min-width:768px) {
    .is_ltr .main-header-links__controls--prev {
        left: 0
    }
}

.is_rtl .main-header-links__controls--prev {
    right: 20px
}

@media(min-width:768px) {
    .is_rtl .main-header-links__controls--prev {
        right: 0
    }
}

.main-header-links__controls--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.is_ltr .main-header-links__controls--next {
    right: -20px
}

@media(min-width:768px) {
    .is_ltr .main-header-links__controls--next {
        right: 0
    }
}

.is_rtl .main-header-links__controls--next {
    left: -20px
}

@media(min-width:768px) {
    .is_rtl .main-header-links__controls--next {
        left: 0
    }
}

.main-header-links__control-btn {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 24px;
    background-color: #fff;
    background-color: var(--Bg-default)
}

@media(min-width:768px) {
    .main-header-links__control-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.main-header-links__control-btn:hover {
    cursor: pointer
}

.main-header-links__control-btn:hover .icon {
    stroke: #1985d2;
    stroke: var(--Interaction-Secondary-content_hover)
}

.main-header-links__control-btn .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary)
}

.main-header-links__control-btn--prev {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.is_ltr .main-header-links__control-btn--prev .icon {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.is_rtl .main-header-links__control-btn--prev .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.main-header-links__control-btn--next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.is_ltr .main-header-links__control-btn--next .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.is_rtl .main-header-links__control-btn--next .icon {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.main-header-links__control-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 32px
}

.main-header-links__control-gradient--prev {
    width: 20px
}

@media(min-width:768px) {
    .main-header-links__control-gradient--prev {
        width: 32px
    }
}

.is_ltr .main-header-links__control-gradient--prev {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_rtl .main-header-links__control-gradient--prev {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_ltr .main-header-links__control-gradient--next {
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

.is_rtl .main-header-links__control-gradient--next {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, #FFF 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-270deg, #FFF 0, rgba(255, 255, 255, 0) 100%)
}

body.search-open {
    overflow: hidden !important
}

.tabbed-layout-scrollable-buttons {
    display: none
}

.main-header-calendar-block {
    position: fixed !important
}

.main-header {
    left: 0;
    top: 0;
    position: fixed;
    background-color: #fff;
    background-color: var(--Bg-default);
    width: 100%;
    z-index: 151;
    border-bottom: none
}

.main-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.is_ltr .main-header__logo {
    margin-right: 24px
}

.is_rtl .main-header__logo {
    margin-left: 24px
}

@media(min-width:768px) {
    .main-header__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto
    }

    .is_ltr .main-header__logo {
        margin-right: 32px
    }

    .is_rtl .main-header__logo {
        margin-left: 32px
    }
}

@media(min-width:992px) {
    .is_ltr .main-header__logo {
        margin-right: 60px
    }

    .is_rtl .main-header__logo {
        margin-left: 60px
    }
}

.main-header__top {
    padding: 7px 0 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center
}

.main-header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .main-header__bottom {
        margin-bottom: 6px
    }
}

.main-header__add-event {
    margin-left: auto
}

.is_rtl .main-header__add-event {
    margin-left: 0;
    margin-right: auto
}

.main-header__localization-switcher-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    height: 40px
}

.main-header__city {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: auto 0;
    gap: 4px;
    opacity: 1;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -moz-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    transition-timing-function: cubic-bezier(.79, 0, .58, 1);
    position: relative;
    height: 32px;
    padding: 0 12px 0 8px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.main-header__city:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost);
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.main-header__city:hover {
    cursor: pointer;
    color: #58585b;
    color: var(--Content-primary)
}

.main-header__city:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.main-header__city--hidden {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
}

.main-header__city-name {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-header__city-icon {
    line-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.main-header__city-icon .icon {
    width: 16px;
    height: 16px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.main-header__user-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 40px
}

.is_ltr .main-header__user-btn {
    float: right;
    margin-left: 20px
}

.is_rtl .main-header__user-btn {
    float: left;
    margin-right: 20px
}

@media(min-width:768px) {
    .main-header__user-btn {
        position: relative
    }

    .is_ltr .main-header__user-btn {
        float: right;
        margin-left: 8px
    }

    .is_rtl .main-header__user-btn {
        float: left;
        margin-right: 8px
    }
}

@media(min-width:992px) {
    .is_ltr .main-header__user-btn {
        float: right;
        margin-left: 16px
    }

    .is_rtl .main-header__user-btn {
        float: left;
        margin-right: 16px
    }
}

@media(min-width:768px) {
    .main-header__user-btn--background {
        gap: 8px;
        border-radius: 30px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 148, 255, .1)), to(rgba(219, 0, 255, .05))), #f7f9fa;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 148, 255, .1)), to(rgba(219, 0, 255, .05))), var(--Bg-ghost, #f7f9fa);
        background: -webkit-linear-gradient(left, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), #f7f9fa;
        background: -webkit-linear-gradient(left, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), var(--Bg-ghost, #f7f9fa);
        background: -moz-linear-gradient(left, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), #f7f9fa;
        background: -moz-linear-gradient(left, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), var(--Bg-ghost, #f7f9fa);
        background: linear-gradient(90deg, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), #f7f9fa;
        background: linear-gradient(90deg, rgba(0, 148, 255, .1) 0, rgba(219, 0, 255, .05) 100%), var(--Bg-ghost, #f7f9fa)
    }

    .is_ltr .main-header__user-btn--background {
        padding: 0 4px 0 16px
    }

    .is_rtl .main-header__user-btn--background {
        padding: 0 16px 0 4px
    }
}

.main-header__user-menu-overlay {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.active .main-header__user-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: .5;
    background-color: #000;
    z-index: 2
}

.main-header-calendar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    line-height: 58px
}

.is_ltr .main-header-calendar-btn {
    float: right
}

.is_rtl .main-header-calendar-btn {
    float: left
}

.main-header-calendar-btn>span {
    display: none
}

.main-header-calendar-btn .date-picker button .date-picker-label {
    display: none
}

.main-header-calendar-btn .date-picker button svg {
    margin-right: 0
}

.main-header-border-bottom {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.main-header-border-top {
    padding: 16px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

.dot-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 10px;
    background: #e6ebf0;
    background: var(--Bg-secondary)
}

.dot--top-events {
    margin: 0 3px
}

@media(min-width:390px) {
    .dot--top-events {
        margin: 0 10px
    }
}

.string-trim {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.main-header-top-events {
    vertical-align: top;
    padding: 24px 16px
}

.is_rtl .main-header-top-events {
    padding: 12px 32px 12px 12px
}

.main-header-top-events__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px
}

.main-header-top-events__item-list {
    max-height: 464px;
    overflow-y: scroll
}

.main-header-top-events__item-list::-webkit-scrollbar {
    width: 8px
}

.main-header-top-events__item-list::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 4px
}

.main-header-top-events__column {
    float: none;
    clear: both
}

.main-header-top-event {
    clear: both;
    float: none;
    overflow: hidden;
    margin-bottom: 16px
}

@media(min-width:992px) {
    .main-header-top-event:last-child {
        margin-bottom: 0
    }
}

.main-header-top-event__image {
    border-radius: 8px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    float: left;
    overflow: hidden
}

.is_rtl .main-header-top-event__image {
    float: right;
    margin-right: 0;
    margin-left: 16px
}

.main-header-top-event__image .picture-container {
    height: 100%;
    width: auto
}

.main-header-top-event__data {
    float: left;
    max-width: -webkit-calc(100% - 54px);
    max-width: -moz-calc(100% - 54px);
    max-width: calc(100% - 54px)
}

.is_rtl .main-header-top-event__data {
    float: right
}

.main-header-top-event__name {
    display: block;
    clear: both;
    float: none;
    line-height: 22px;
    margin-bottom: 2px;
    color: #58585b;
    color: var(--Content-primary);
    overflow: hidden;
    text-overflow: ellipsis
}

.main-header-top-event__name:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.main-header-top-event__price,
.main-header-top-event__date {
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px
}

.main-header-top-event__date {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:415px) {
    .main-header-top-events {
        padding: 24px
    }

    .main-header-top-event__image {
        margin-right: 16px
    }

    .main-header-top-event__data {
        max-width: 300px
    }
}

@media(min-width:576px) {
    .main-header-top-event__data {
        max-width: 440px
    }
}

@media(min-width:768px) {
    .main-header {
        border-bottom: 1px solid rgba(96, 128, 159, .14);
        border-bottom: 1px solid var(--Bg-border)
    }

    .main-header__top {
        padding: 16px 0
    }

    .main-header__city {
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .main-header__city--hidden {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }

    .is_ltr .main-header__city {
        margin-right: 22px
    }

    .is_rtl .main-header__city {
        margin-left: 22px
    }

    .main-header-calendar-btn {
        width: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .is_ltr .main-header-calendar-btn {
        right: 4px
    }

    .is_rtl .main-header-calendar-btn {
        left: 4px
    }

    .main-header-calendar-btn .date-picker {
        display: block;
        line-height: 1
    }

    .main-header-calendar-btn .date-picker button {
        position: relative;
        width: auto;
        padding: 8px;
        outline: 0;
        border-radius: 50%;
        font-size: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .main-header-calendar-btn .date-picker button:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .main-header-calendar-btn .date-picker button:hover svg {
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .main-header-calendar-btn .date-picker button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background-color: #f7f9fa;
        background-color: var(--Bg-ghost);
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .main-header-calendar-btn .date-picker button svg {
        fill: #8f8f8f;
        fill: var(--Content-secondary);
        height: 16px !important;
        width: 16px !important;
        margin-top: 0
    }

    .main-header-calendar-btn .date-picker.active button {
        background-color: #f7f9fa;
        background-color: var(--Bg-ghost)
    }

    .main-header-calendar-btn .date-picker.active button svg {
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .main-header-calendar-btn__input {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        opacity: 0
    }

    .calendar-btn__input {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        opacity: 0
    }

    .main-header-top-events {
        min-width: 340px
    }

    .is_ltr .main-header-top-events {
        padding: 8px 12px 16px 24px;
        margin-left: 12px;
        border-left: 1px solid #eee
    }

    .is_rtl .main-header-top-events {
        padding: 8px 24px 16px 12px;
        border-right: 1px solid #eee;
        margin-right: 12px
    }

    .main-header-top-event__data {
        max-width: 280px
    }

    .language-switcher__current,
    .currency-switcher__current {
        font-size: 13px;
        line-height: normal;
        overflow: visible
    }

    .main-header-user-btn {
        z-index: 140;
        margin: 0 0 0 16px;
        position: relative
    }

    .is_rtl .main-header-user-btn {
        margin-left: 0;
        margin-right: 16px
    }
}

@media(min-width:992px) {
    .main-header-top-events__column {
        clear: none;
        float: left
    }

    .is_rtl .main-header-top-events__column {
        float: right
    }

    .main-header-top-events__column:first-child {
        margin-bottom: 0
    }

    .main-header-top-events__column:nth-of-type(2) {
        margin-left: 30px
    }

    .is_rtl .main-header-top-events__column:nth-of-type(2) {
        margin-left: 0;
        margin-right: 30px
    }
}

.ww-header-logo {
    display: inline-block;
    vertical-align: middle;
    float: left
}

.is_ltr .ww-header-logo {
    margin-right: 24px
}

.is_rtl .ww-header-logo {
    margin-left: 24px
}

.ww-header-logo__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 112px;
    height: 30px
}

@media(min-width:768px) {
    .ww-header-logo {
        height: auto;
        float: none
    }

    .is_ltr .ww-header-logo {
        margin-right: 20px
    }

    .is_rtl .ww-header-logo {
        margin-left: 20px
    }

    .ww-header-logo__link {
        width: 130px;
        height: 34px
    }
}

@media(min-width:992px) {
    .ww-header-logo {
        height: auto
    }

    .is_ltr .ww-header-logo {
        margin-right: 40px
    }

    .is_rtl .ww-header-logo {
        margin-left: 40px
    }

    .ww-header-logo__link {
        width: 150px;
        height: 40px
    }
}

@media(min-width:1250px) {
    .is_ltr .ww-header-logo {
        margin-right: 80px
    }

    .is_rtl .ww-header-logo {
        margin-left: 80px
    }
}

.ww-header-search {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is_rtl .ww-header-search {
    left: auto;
    right: 0
}

.ww-header-search__mobile-clear {
    display: none;
    position: absolute;
    width: 48px;
    height: 100%;
    top: 0;
    z-index: 10
}

.ww-header-search__mobile-clear .icon-cross {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_ltr .ww-header-search__mobile-clear .icon-cross {
    right: 24px
}

.is_rtl .ww-header-search__mobile-clear .icon-cross {
    left: 24px
}

.is_ltr .ww-header-search__mobile-clear {
    left: auto;
    right: 0
}

.is_rtl .ww-header-search__mobile-clear {
    right: auto;
    left: 0
}

.ww-header-search__desktop-clear {
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    color: var(--Bg-default)
}

.is_ltr .ww-header-search__desktop-clear {
    left: auto;
    right: 24px
}

.is_rtl .ww-header-search__desktop-clear {
    right: auto;
    left: 24px
}

.ww-header-search__inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

.ww-header-search__close {
    display: none;
    width: 27px;
    height: 42px;
    position: relative
}

.ww-header-search__close .icon-arrow-rounded {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 18px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_ltr .ww-header-search__close .icon-arrow-rounded {
    left: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.is_rtl .ww-header-search__close .icon-arrow-rounded {
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ww-header-search .icon-search {
    width: 16px;
    height: 16px;
    top: 12px;
    left: 25px;
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.is_rtl .ww-header-search .icon-search {
    left: auto;
    right: 25px
}

.ww-header-search__input-wrapper {
    width: 100%;
    position: relative
}

.ww-header-search__input {
    background: rgba(107, 107, 107, .6);
    color: #fff;
    color: var(--Interaction-Primary-content);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 52px;
    padding: 0 60px 0 52px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.is_rtl .ww-header-search__input {
    padding: 0 52px 0 68px
}

.ww-header-search__input::-webkit-input-placeholder {
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.ww-header-search__input::-moz-placeholder {
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.ww-header-search__input:-ms-input-placeholder {
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.ww-header-search__input::-ms-input-placeholder {
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.ww-header-search__input::placeholder {
    color: #fff;
    color: var(--Interaction-Primary-content)
}

.ww-header-search__input:placeholder-shown {
    text-overflow: ellipsis
}

.ww-header-search.open {
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    width: auto;
    padding: 20px;
    z-index: 101;
    background: #fff
}

.ww-header-search.open .ww-header-search__input {
    display: block;
    background: #fff;
    background: var(--Bg-default);
    color: #58595b;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06)
}

.ww-header-search.open .ww-header-search__input::-webkit-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.ww-header-search.open .ww-header-search__input::-moz-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.ww-header-search.open .ww-header-search__input:-ms-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.ww-header-search.open .ww-header-search__input::-ms-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.ww-header-search.open .ww-header-search__input::placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.ww-header-search.open .icon-search {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.ww-header-search.open .ww-header-search__close {
    display: block
}

.ww-header-search .search-results {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

@media(min-width:768px) {
    .ww-header-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto;
        position: relative;
        left: auto;
        width: auto;
        margin-right: 0;
        bottom: auto
    }

    .is_rtl .ww-header-search {
        right: auto;
        margin-left: 0
    }

    .ww-header-search.open {
        padding: 0 20px;
        background: none
    }

    .ww-header-search.open .ww-header-search__input {
        display: block;
        margin-top: auto;
        background: rgba(107, 107, 107, .6);
        color: #fff;
        color: var(--Interaction-Primary-content);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06)
    }

    .ww-header-search.open .ww-header-search__input::-webkit-input-placeholder {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }

    .ww-header-search.open .ww-header-search__input::-moz-placeholder {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }

    .ww-header-search.open .ww-header-search__input:-ms-input-placeholder {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }

    .ww-header-search.open .ww-header-search__input::-ms-input-placeholder {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }

    .ww-header-search.open .ww-header-search__input::placeholder {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }

    .ww-header-search.open .icon-search {
        fill: #fff;
        fill: var(--Bg-default)
    }

    .ww-header-search__input {
        width: 236px;
        padding: 0 68px 0 52px
    }

    .ww-header-search .search-results {
        top: 105px
    }
}

@media(min-width:992px) {
    .ww-header-search {
        margin-right: 32px
    }

    .is_rtl .ww-header-search {
        margin-right: 0;
        margin-left: 32px
    }

    .ww-header-search__input {
        width: 380px
    }
}

.ww-header {
    background: transparent;
    position: absolute;
    width: 100%;
    padding-top: 32px;
    min-height: 375px;
    border-bottom: none
}

.ww-header__top {
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center
}

@media(min-width:768px) {
    .ww-header__top {
        padding: 25px 0 17px
    }
}

.ww-header__switchers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px
}

.is_ltr .ww-header__switchers {
    margin-right: 10px
}

.is_rtl .ww-header__switchers {
    margin-left: 10px
}

@media(min-width:992px) {
    .ww-header__switchers {
        gap: 42px
    }
}

@media(min-width:1250px) {
    .ww-header__switchers {
        height: 40px
    }

    .is_ltr .ww-header__switchers {
        margin-right: 32px
    }

    .is_rtl .ww-header__switchers {
        margin-left: 32px
    }
}

.ww-header__switchers-item {
    cursor: pointer;
    font-size: 15px
}

.ww-header__switchers-item .currency-switcher-modern__arrow.icon.icon-arrowhead-down,
.ww-header__switchers-item .language-switcher-modern__arrow.icon.icon-arrowhead-down {
    stroke: #fff;
    stroke: var(--Interaction-Primary-content)
}

.ww-header__switchers-item .icon.icon-event-panel-languages {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.ww-header__user-btn {
    display: inline-block;
    height: 40px
}

.is_ltr .ww-header__user-btn {
    margin-left: 24px
}

.is_rtl .ww-header__user-btn {
    margin-right: 24px
}

.ww-header__user-btn .user-menu-switcher-world-wide {
    background: rgba(107, 107, 107, .6)
}

.ww-header__user-btn .user-menu-switcher-world-wide .icon-dots {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.ww-header__user-btn .user-avatar {
    background: rgba(255, 255, 255, .3)
}

.ww-header__user-btn.active .user-avatar {
    background: #c4c4c4
}

@media(min-width:768px) {
    .ww-header__user-btn {
        z-index: 140;
        position: relative
    }

    .is_ltr .ww-header__user-btn {
        margin-left: 16px
    }

    .is_rtl .ww-header__user-btn {
        margin-right: 20px
    }

    .ww-header__user-btn .user-menu--world-wide {
        max-height: -webkit-calc(100vh - 97px);
        max-height: -moz-calc(100vh - 97px);
        max-height: calc(100vh - 97px)
    }
}

.site-order-header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    z-index: 100;
    background: #fff;
    background: var(--Bg-default)
}

.site-order-header {
    height: 48px;
    padding: 8px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .site-order-header {
        min-height: 64px;
        padding: 0
    }
}

.site-order-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 132px;
    height: 17px
}

@media(min-width:768px) {
    .site-order-header__logo {
        width: 150px;
        height: 20px
    }
}

.site-order-header__logo img {
    -webkit-transform: scale(.87);
    -moz-transform: scale(.87);
    -ms-transform: scale(.87);
    -o-transform: scale(.87);
    transform: scale(.87)
}

@media(min-width:768px) {
    .site-order-header__logo img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.site-order-header__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    flex-grow: 2;
    white-space: nowrap;
    overflow: hidden
}

.site-order-header__title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-order-header__teaser {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-order-header__sub-title {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-order-header__promo-code {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    font-size: 12px
}

.is_ltr .site-order-header__promo-code {
    padding-left: 12px;
    border-left: 1px solid #eee
}

.is_rtl .site-order-header__promo-code {
    padding-right: 12px;
    border-right: 1px solid #eee
}

.site-order-header__promo-code-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    color: #831797;
    color: var(--Accent-promo);
    white-space: nowrap;
    font-size: 12px
}

.site-order-header__percent {
    width: 10px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .site-order-header__percent {
        width: 12px;
        height: 12px
    }
}

.site-order-header__percent .icon {
    width: 10px;
    height: 10px;
    fill: #831797;
    fill: var(--Accent-promo)
}

@media(min-width:768px) {
    .site-order-header__percent .icon {
        width: 12px;
        height: 12px
    }
}

.site-order-header__percent--applied {
    width: 12px
}

.site-order-header__percent--applied .icon {
    width: 12px;
    height: 12px;
    fill: #831797;
    fill: var(--Accent-promo)
}

.site-order-header__promo-code-text {
    color: #831797;
    color: var(--Accent-promo);
    white-space: nowrap;
    font-size: 12px
}

.site-order-header__promo-code-checkmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: rgba(131, 23, 151, .2)
}

.site-order-header__promo-code-checkmark .icon {
    width: 7px;
    height: 7px;
    stroke: #831797
}

.site-order-header__back {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    line-height: 0
}

.site-order-header__back .icon {
    width: 20px;
    height: 20px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_rtl .site-order-header__back .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-order-header__promo-code-checkbox {
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    background: rgba(131, 23, 151, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    position: relative;
    top: 9px
}

.site-order-header__promo-code-checkbox .icon-checkmark {
    width: 7px;
    height: 7px;
    fill: #831797;
    fill: var(--Accent-promo);
    stroke: #831797;
    stroke: var(--Accent-promo);
    position: relative;
    top: -10px
}

.site-order-header__localization-switcher-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 40px
}

.currency-switcher {
    position: relative
}

.currency-switcher__desktop {
    display: block
}

.currency-switcher__current {
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.currency-switcher__list {
    min-width: 100%
}

.header .currency-switcher__list {
    bottom: auto;
    top: 100%;
    z-index: 141
}

.currency-switcher__item {
    padding: .6em 1.2em;
    display: block;
    color: #6d6e70
}

.currency-switcher__item:hover {
    color: #2294e5 !important;
    background: rgba(55, 167, 248, .08);
    border-radius: 8px
}

.currency-switcher__item.selected {
    color: #2294e5
}

.currency-switcher__arrow {
    height: 19px;
    width: 12px;
    fill: #808284
}

.header .currency-switcher__arrow {
    top: -webkit-calc(50% - 9.5px);
    top: -moz-calc(50% - 9.5px);
    top: calc(50% - 9.5px)
}

.currency-switcher.switcher-opened .currency-switcher__arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    fill: #2294e5
}

.currency-switcher.switcher-opened .currency-switcher__list {
    display: block
}

.currency-switcher.switcher-opened .currency-switcher__current {
    color: #2294e5
}

@media(min-width:768px) {
    .currency-switcher__desktop {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        font-size: 15px;
        line-height: 19px;
        cursor: pointer;
        background-color: #fff;
        color: #6d6e70;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .currency-switcher__desktop:hover * {
        color: #2294e5;
        fill: #2294e5;
        stroke: #2294e5
    }

    .currency-switcher__current {
        position: relative;
        display: inline-block;
        height: 100%;
        color: #6d6e70;
        margin-right: 5px
    }

    .is_rtl .currency-switcher__current {
        text-align: right;
        margin-right: 0;
        margin-left: 5px
    }

    .currency-switcher__arrow {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s, -moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
        fill: #6d6e70
    }

    .currency-switcher__arrow--modern {
        stroke: #58585b;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: -1px
    }

    .is_rtl .currency-switcher__arrow {
        left: 0;
        right: auto
    }

    .footer .currency-switcher__arrow {
        top: -webkit-calc(50% - 9.5px);
        top: -moz-calc(50% - 9.5px);
        top: calc(50% - 9.5px)
    }

    .currency-switcher__list {
        position: absolute;
        right: 0;
        bottom: 100%;
        background-color: #fff;
        display: none;
        width: 229px;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        padding: 12px;
        margin-top: 16px
    }

    .is_rtl .currency-switcher__list {
        left: auto;
        right: 0
    }

    .currency-switcher__item {
        padding: 12px;
        white-space: nowrap;
        display: block
    }

    .header .currency-switcher {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
}

.currency-switcher-modern {
    position: relative
}

.currency-switcher-modern__desktop {
    display: block
}

.currency-switcher-modern__current {
    text-align: left;
    text-transform: uppercase
}

.currency-switcher-modern__list {
    min-width: 100%
}

.header .currency-switcher-modern__list,
.ww-header .currency-switcher-modern__list {
    bottom: auto;
    top: 100%;
    z-index: 141
}

.currency-switcher-modern__list--bottom {
    bottom: auto
}

.currency-switcher-modern__list--overlay {
    z-index: 141
}

.currency-switcher-modern__item {
    padding: .6em 1.2em;
    display: block;
    color: #58585b;
    color: var(--Content-primary)
}

.currency-switcher-modern__item:hover {
    color: #1985d2 !important;
    color: var(--Interaction-Secondary-content_hover) !important;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    border-radius: 8px
}

.currency-switcher-modern__item.selected {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.header .currency-switcher-modern__arrow {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
    stroke: #58585b;
    stroke: var(--Content-primary);
    top: -webkit-calc(50% - 9.5px);
    top: -moz-calc(50% - 9.5px);
    top: calc(50% - 9.5px)
}

.currency-switcher-modern.switcher-opened .currency-switcher-modern__arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.currency-switcher-modern.switcher-opened .currency-switcher-modern__list {
    display: block
}

.currency-switcher-modern.switcher-opened .currency-switcher-modern__current {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .currency-switcher-modern__desktop {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        font-size: 13px;
        cursor: pointer;
        color: #58585b;
        color: var(--Content-primary);
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .currency-switcher-modern__desktop:hover * {
        color: #1985d2;
        color: var(--Interaction-Secondary-content_hover);
        stroke: #1985d2;
        stroke: var(--Interaction-Secondary-content_hover)
    }

    .currency-switcher-modern__current {
        position: relative;
        display: inline-block;
        height: 100%;
        color: #58585b;
        color: var(--Content-primary);
        margin-right: 5px
    }

    .is_rtl .currency-switcher-modern__current {
        text-align: right;
        margin-right: 0;
        margin-left: 5px
    }

    .currency-switcher-modern__arrow {
        height: 7px;
        width: 6px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s, -moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
        stroke: #58585b;
        stroke: var(--Content-primary);
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .is_rtl .currency-switcher-modern__arrow {
        left: 0;
        right: auto
    }

    .footer .currency-switcher-modern__arrow {
        top: -webkit-calc(50% - 9.5px);
        top: -moz-calc(50% - 9.5px);
        top: calc(50% - 9.5px)
    }

    .currency-switcher-modern__list {
        position: absolute;
        right: 0;
        bottom: 100%;
        background-color: #fff;
        background-color: var(--Bg-default);
        display: none;
        width: 229px;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        padding: 12px;
        margin-top: 16px
    }

    .is_rtl .currency-switcher-modern__list {
        left: 0;
        right: auto
    }

    .currency-switcher-modern__list--bottom {
        bottom: auto
    }

    .currency-switcher-modern__item {
        padding: 12px;
        white-space: nowrap;
        display: block
    }

    .header .currency-switcher-modern {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
}

.language-switcher-wrapper {
    position: relative
}

.language-switcher {
    position: relative;
    padding-right: 1.3em;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    background-color: #fff;
    background-color: var(--Bg-default);
    color: #58585b;
    color: var(--Content-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.language-switcher__lang-list {
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    background-color: #fff;
    background-color: var(--Bg-default);
    display: none
}

.language-switcher__lang-list .language-switcher__lang {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    padding: .4em .8em;
    white-space: nowrap
}

.language-switcher__lang-list .language-switcher__lang:hover {
    background-color: #1985d2;
    background-color: var(--Interaction-Secondary-content_hover);
    color: #fff;
    color: var(--Bg-default)
}

.language-switcher__lang {
    position: relative;
    height: 100%;
    color: #58585b;
    color: var(--Content-primary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.language-switcher__lang .flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.language-switcher__lang .flag img {
    height: 12px;
    width: 16px;
    -webkit-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px;
    margin-right: 8px
}

.language-switcher__arrow {
    position: absolute;
    height: 19px;
    width: 12px;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.event-panel .language-switcher,
.organiser-body .language-switcher {
    display: block
}

.switcher-opened .language-switcher__arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.switcher-opened .language-switcher__lang-list {
    display: block
}

.footer .language-switcher-wrapper .language-switcher__arrow {
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.footer .language-switcher-wrapper.switcher-opened .language-switcher__arrow {
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.footer .language-switcher {
    background-color: inherit;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.footer .language-switcher__lang-list {
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost);
    padding: 25px 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    position: static;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .language-switcher__lang-list li:not(:last-of-type) {
    margin-bottom: 20px
}

.footer .language-switcher__lang {
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #58585b;
    color: var(--Content-primary)
}

.footer .language-switcher__lang--current {
    font-size: 14px;
    font-weight: 700;
    color: #58585b;
    color: var(--Content-primary)
}

.footer .language-switcher__arrow {
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 10px;
    height: 6px;
    position: absolute
}

.is_ltr .footer .language-switcher__arrow {
    right: 20px
}

.is_rtl .footer .language-switcher__arrow {
    left: 20px
}

.is_rtl .language-switcher__lang-list {
    left: auto;
    right: 0
}

.is_rtl .language-switcher__lang {
    text-align: right
}

.is_rtl .language-switcher__lang .flag img {
    margin-left: 8px;
    margin-right: 0
}

.is_rtl .language-switcher__arrow {
    left: 0;
    right: auto
}

.is_rtl .footer .language-switcher__arrow {
    left: 20px;
    right: auto
}

.language-switcher-modern {
    position: relative
}

.language-switcher-modern__desktop {
    display: block
}

.language-switcher-modern__list {
    min-width: 100%
}

.language-switcher-modern__item {
    padding: .6em 1.2em;
    display: block;
    color: #58585b;
    color: var(--Content-primary)
}

.language-switcher-modern__item:hover {
    color: #1985d2 !important;
    color: var(--Interaction-Secondary-content_hover) !important;
    background: #f7f9fa;
    background: var(--Bg-ghost);
    border-radius: 8px
}

.language-switcher-modern__item.selected {
    color: #2294e5
}

@media(min-width:768px) {
    .language-switcher-modern__desktop {
        position: relative;
        font-size: 13px;
        cursor: pointer;
        color: #58585b;
        color: var(--Content-primary);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .language-switcher-modern__desktop:hover * {
        color: #1985d2;
        color: var(--Interaction-Secondary-content_hover);
        stroke: #1985d2;
        stroke: var(--Interaction-Secondary-content_hover);
        fill: #8f8f8f;
        fill: var(--Content-secondary)
    }

    .language-switcher-modern__arrow {
        height: 7px;
        width: 6px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s, -moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
        stroke: #58585b;
        stroke: var(--Content-primary);
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .is_rtl .language-switcher-modern__arrow {
        left: 0;
        right: auto
    }

    .event-panel .language-switcher-modern,
    .organiser-body .language-switcher-modern {
        display: block
    }

    .language-switcher-modern__current {
        position: relative;
        height: 100%;
        color: #6d6e70;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        margin-right: 5px
    }

    .is_rtl .language-switcher-modern__current {
        text-align: right;
        margin-right: 0;
        margin-left: 5px
    }

    .language-switcher-modern__current .icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        width: 16px;
        height: 16px;
        fill: #9b9b9b;
        margin-right: 6px
    }

    .is_rtl .language-switcher-modern__current .icon {
        margin-right: 0;
        margin-left: 6px
    }

    .language-switcher-modern__list {
        position: absolute;
        left: 0;
        bottom: 100%;
        background-color: #fff;
        background-color: var(--Bg-default);
        display: none;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        margin: 16px 0 0;
        padding: 12px
    }

    .is_rtl .language-switcher-modern__list {
        left: auto;
        right: 0
    }

    .header .language-switcher-modern__list,
    .ww-header .language-switcher-modern__list {
        bottom: auto;
        top: 100%;
        z-index: 141;
        width: 184px
    }

    .language-switcher-modern__item {
        padding: 12px;
        margin: 0;
        white-space: nowrap
    }

    .language-switcher-modern.switcher-opened .language-switcher-modern__current {
        color: #2294e5
    }

    .language-switcher-modern.switcher-opened .language-switcher-modern__current .icon {
        fill: #2294e5
    }

    .language-switcher-modern.switcher-opened .language-switcher-modern__arrow {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        fill: #2294e5;
        stroke: #2294e5
    }

    .language-switcher-modern.switcher-opened .language-switcher-modern__list {
        display: block
    }
}

.footer {
    background-color: #fff;
    background-color: var(--Bg-default)
}

.footer hr {
    width: 100%;
    height: 1px;
    background-color: rgba(96, 128, 159, .14);
    background-color: var(--Bg-border);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0
}

.footer hr:first-child {
    margin: 20px 0 32px
}

.footer .footer-container2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0
}

.footer .footer-container2.padded {
    padding: 0 20px
}

.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.footer-row-first {
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 32px
}

.footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.footer-block__title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #58585b;
    color: var(--Content-primary)
}

.footer-block__title--support {
    margin-bottom: 10px;
    line-height: 20px
}

.footer-block__title-list {
    padding: 20px;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.footer-block__title-download-app {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px
}

.footer-block__title-we-accept {
    margin-bottom: 15px
}

.footer-block__title-ticket-hotline {
    line-height: 20px
}

.footer-block__text {
    font-weight: 400
}

.footer-block.active .footer-block-list__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.footer-block.active .footer-block-toggle .more {
    display: none
}

.footer-block.active .footer-block-toggle .less {
    display: block
}

.footer-block.active .footer-block-toggle .icon {
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.footer-block__support-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px
}

.footer-block__whatsapp-img {
    width: 34px;
    height: 34px
}

.footer-block__contact-btn {
    min-width: 121px;
    height: 34px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 5px;
    line-height: 18px
}

.footer-block__contact-btn .icon {
    width: 18px;
    height: 18px;
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg)
}

.footer-block__contact-btn:hover .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.footer-block__contact-btn--whatsapp {
    border-color: #1bd741;
    color: #1bd741
}

.footer-block__contact-btn--whatsapp .icon {
    fill: #1bd741
}

.footer-block__contact-btn--whatsapp:hover {
    background: #1bd741;
    color: #fff;
    color: var(--Interaction-Primary-content_hover)
}

.footer-block__contact-btn--whatsapp:hover .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content_hover)
}

.footer-block-legal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-font-feature-settings: "liga" off, "clig" off;
    -moz-font-feature-settings: "liga" off, "clig" off;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    padding-top: 32px
}

.footer-block-legal-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px
}

.is_ltr .footer-block-legal-row {
    padding-left: 20px
}

.is_rtl .footer-block-legal-row {
    padding-right: 20px
}

.footer-block-logo__image-wrapper {
    margin-bottom: 20px
}

.footer-block-logo__image {
    width: 155px;
    height: 20px
}

.footer-block-logo__caption {
    font-size: 13px;
    font-weight: 400;
    color: #58585b;
    color: var(--Content-primary)
}

.footer-block-ticket-hotline__inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    gap: 20px
}

.footer-block-ticket-hotline__workdays {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.footer-block-ticket-hotline__phone {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #58585b;
    color: var(--Content-primary);
    margin-bottom: 12px
}

.is_rtl .footer-block-ticket-hotline__phone {
    direction: ltr;
    text-align: right
}

.footer-block-we-accept__logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    row-gap: 18px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    max-width: 250px
}

.footer-block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px
}

.footer-block-list__toggle {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.footer-block-list__item {
    font-size: 15px
}

.footer-block-list__item:not(:last-of-type) {
    margin-bottom: 8px
}

.footer-block-list__item .link {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.footer-block-list__download-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 32px
}

.footer-block-list__b2c-app-btn-img-google-play {
    height: 40px;
    width: 120px
}

.footer-block-list__b2c-app-btn-img-app-store {
    height: 40px;
    width: 120px
}

.footer-block-download-app {
    padding-top: 32px
}

.footer-block-toggle .more,
.footer-block-toggle .less {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-block-toggle .more {
    display: block
}

.footer-block-toggle .less {
    display: none
}

.footer-block-toggle .icon {
    width: 10px;
    height: 6px;
    stroke: #8f8f8f;
    stroke: var(--Content-secondary);
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.footer-basement {
    padding-bottom: 48px
}

.footer-basement__btn {
    max-width: 169px;
    line-height: 16px;
    width: 100%
}

.footer-basement__btn--mobile {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    width: 100%
}

.footer-basement-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.footer-basement-row-contacts {
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.footer-basement-row-mobile-buttons {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.footer-basement-row-legal {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.footer-basement-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.footer-basement-social-media .icon {
    max-width: 16px;
    max-height: 16px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.footer-basement-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.footer-basement-support__text {
    font-size: 12px;
    font-weight: 700;
    color: #58585b;
    color: var(--Content-primary)
}

.footer-basement-legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 8px
}

.footer-basement-legal__title {
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-font-feature-settings: "liga" off, "clig" off;
    -moz-font-feature-settings: "liga" off, "clig" off;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.footer-basement-legal__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.is_ltr .footer-block-toggle .more,
.is_ltr .footer-block-toggle .less {
    right: 20px
}

.is_rtl .footer-block-toggle .more,
.is_rtl .footer-block-toggle .less {
    left: 20px
}

@media(min-width:415px) {
    .footer-basement-support__text {
        font-size: 14px
    }
}

@media(min-width:768px) {
    .footer .footer-container2 {
        padding: 0 30px
    }

    .footer-row-first {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0
    }

    .footer-row-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 32px;
        margin-bottom: 32px
    }

    .footer-block__title {
        margin-bottom: 12px;
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .footer-block__title-list {
        padding: 0
    }

    .footer-block__title-ticket-hotline {
        margin-bottom: 0
    }

    .footer-block-logo {
        margin: 0
    }

    .footer-block-logo__image-wrapper {
        margin-bottom: 24px
    }

    .footer-block-logo__image {
        width: 179px;
        height: 48px
    }

    .footer-block-ticket-hotline__inner-wrapper {
        display: block;
        margin-bottom: 0
    }

    .is_rtl .footer-block-ticket-hotline__phone {
        direction: ltr;
        text-align: right
    }

    .footer-block-list {
        border: none;
        padding-left: 0;
        padding-right: 0
    }

    .footer-block-list__item {
        font-size: 13px
    }

    .footer-block-list__item:not(:last-of-type) {
        margin-bottom: 8px
    }

    .footer-block-list__item a:hover {
        color: #1985d2;
        color: var(--Interaction-Secondary-content_hover)
    }

    .footer-block-list__download-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        gap: 12px
    }

    .footer-block-list__toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        padding: 0;
        background-color: inherit
    }

    .footer-block-list__b2c-app-btn-img-google-play {
        height: auto;
        width: 120px
    }

    .footer-block-list__b2c-app-btn-img-app-store {
        height: auto;
        width: 120px
    }

    .footer-block-list .footer-block-list__btn {
        width: 100%
    }

    .footer-block-download-app {
        padding: 0
    }

    .footer-block-toggle {
        display: none
    }

    .footer-basement {
        padding: 24px 0;
        background-color: #fff;
        background-color: var(--Bg-default)
    }

    .footer-basement-row-contacts {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        margin: 0
    }

    .footer-basement-support {
        gap: 12px
    }

    .footer-basement-social-media {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start
    }

    .footer-basement-social-media__item .icon {
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .is_ltr .footer-block-toggle .more,
    .is_ltr .footer-block-toggle .less {
        right: 0
    }

    .is_rtl .footer-block-toggle .more,
    .is_rtl .footer-block-toggle .less {
        left: 0
    }
}

@media(min-width:1250px) {
    .footer-basement-social-media {
        gap: 28px
    }
}

@CHARSET"UTF-8";

body.search-open {
    overflow: hidden !important
}

@media(max-width:767px) {
    .social-media-banner-active .header {
        margin-top: 71px
    }
}

.header {
    width: 100%;
    z-index: 150;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    background: #fff;
    background: var(--Bg-default)
}

.header .header-half-column {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px)
}

.header .header-pull-right {
    float: right
}

.header .header-pull-left {
    float: left
}

.is_rtl .header .header-pull-right {
    float: left
}

.is_rtl .header .header-pull-left {
    float: right
}

.header .blockUI.blockOverlay {
    background-color: #fff !important;
    background-color: var(--Bg-default) !important
}

.header a {
    outline: none
}

.header a:hover:not(.btn) {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.header .header-top {
    height: 32px;
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .header-top .menu {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.is_rtl .header .header-top .menu {
    float: right
}

.header .header-top .switchers {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.is_rtl .header .header-top .switchers {
    float: left
}

.header .header-top .menu-block {
    display: inline-block
}

.header .header-top .menu .menu-block {
    margin-right: 21px
}

.header .header-top .switchers .menu-block {
    margin-right: 21px
}

.header .header-top .menu-block:last-child {
    margin-right: 0
}

.is_rtl .header .header-top .menu .menu-block {
    margin-right: 0;
    margin-left: 21px
}

.is_rtl .header .header-top .switchers .menu-block {
    margin-right: 0;
    margin-left: 26px
}

.is_rtl .header .header-top .menu-block:last-child {
    margin-right: 0;
    margin-left: 0
}

.header .header-top .switchers .menu-block,
.header .header-top .menu-block.toggle-active-listen>.toggle-active-button {
    cursor: pointer;
    font-size: 13px
}

.header .header-top .switchers .menu-block,
.header .header-top .menu-block.toggle-active-listen>.toggle-active-button a,
.header .header-top .menu-block.toggle-active-listen .toggle-content a,
.header .header-top .switchers .lang-switcher .language-switcher .language-switcher__lang,
.header .header-top .switchers .currency-switcher-block .currency-switcher .currency-switcher__currency {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header-top .switchers .lang-switcher .language-switcher .language-switcher__lang>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .header-top .toggle-active-listen .toggle-active-button:hover,
.header .header-top .toggle-active-listen.active .toggle-content a:hover,
.header .header-top .toggle-active-button a:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.header .header-top .menu-block a.create-event-btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .header-top .menu-block a.create-event-btn:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.header .header-top .menu-block a.create-event-btn svg.icon.icon-plus {
    width: 7px;
    height: 7px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content);
    margin-right: 4px
}

.is_rtl .header .header-top .menu-block a.create-event-btn svg.icon.icon-plus {
    margin-right: 0;
    margin-left: 4px
}

.header .header-top .menu-block.toggle-active-listen>.toggle-active-button>.icon {
    height: 12px;
    width: 8px;
    right: 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    margin: 0 0 -2px 7px
}

.is_rtl .header .header-top .menu-block.toggle-active-listen>.toggle-active-button>.icon {
    margin: 0 7px -2px 0
}

.header .header-top .menu-block.toggle-active-listen.active>.toggle-active-button>.icon {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.header .toggle-active-listen .toggle-content {
    display: none
}

.header .toggle-active-listen.active>.toggle-content {
    display: block
}

.header .header-top .menu-block.toggle-active-listen>.toggle-content {
    width: 220px
}

.header .header-top .toggle-active-listen.active .toggle-content {
    position: absolute;
    background-color: #fff;
    background-color: var(--Bg-default);
    top: 30px;
    z-index: 10000;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: 13px
}

.header .header-top .toggle-active-listen.active .toggle-content ul li {
    padding: 20px 20px 0
}

.header .header-top .toggle-active-listen.active .toggle-content ul li.label {
    font-weight: 700
}

.header .header-top .toggle-active-listen.active .toggle-content ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.header .header-top .toggle-active-listen.active .toggle-content li:not(.label) {
    padding-top: 12px
}

.header .header-top .toggle-active-listen.active .toggle-content li:not(.label):last-child {
    padding-bottom: 20px
}

.header .header-top .switchers .lang-switcher .language-switcher,
.header .header-top .switchers .currency-switcher-block .currency-switcher {
    font-size: 13px;
    line-height: normal;
    overflow: visible
}

.header .header-top .switchers .lang-switcher .language-switcher .language-switcher__arrow,
.header .header-top .switchers .currency-switcher-block .currency-switcher .currency-switcher__arrow {
    height: 12px;
    width: 8px;
    fill: #58585b;
    fill: var(--Content-primary);
    margin: 2px 0 0
}

.header .header-top .switchers .location-info {
    line-height: 13px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .header-top .switchers .location-info .flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .header-top .switchers .location-info>img {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px
}

.header .header-bottom .header-bottom__container {
    position: relative;
    z-index: 120
}

.header.sticky .header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    z-index: 110
}

.header.sticky.promo .header-bottom {
    border-bottom: none
}

@media(max-width:767px) {
    .header.sticky.menu-active {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        background-color: var(--Bg-default);
        z-index: 100
    }

    .header.menu-active {
        position: fixed;
        top: 0
    }

    .header .header-bottom {
        padding: 0
    }

    .header .header-bottom .container2 {
        position: relative
    }
}

.header .events-block .block-header {
    margin-bottom: 20px;
    color: #58585b;
    color: var(--Content-primary)
}

.is_rtl .header .events-block .block-header {
    text-align: right
}

.header .events-block .event-block {
    margin-bottom: 15px;
    clear: both;
    height: 112px
}

.header .events-block .hot {
    font-size: 13px
}

.header .events-block .hot.accelerator-best-price {
    color: #64b010;
    color: var(--Accent-success);
    text-transform: uppercase
}

.header .events-block .hot.accelerator-best-price .icon {
    width: 9px;
    height: 15px;
    padding: 0 3px;
    background-color: #ebf9dc;
    background-color: var(--Accent-success_light);
    border-radius: 50%;
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.is_ltr .header .events-block .hot.accelerator-best-price .icon {
    float: left;
    margin-right: 5px
}

.is_rtl .header .events-block .hot.accelerator-best-price .icon {
    float: right;
    margin-left: 5px
}

.header .events-block .hot .icon {
    height: 1em;
    width: .8em
}

.header .events-block .hot.selling-fast {
    color: #831797;
    color: var(--Accent-promo)
}

.header .events-block .hot.selling-fast .icon {
    fill: #831797;
    fill: var(--Accent-promo)
}

.header .events-block .hot.few-tickets-left {
    color: #831797;
    color: var(--Accent-promo)
}

.header .events-block .hot.few-tickets-left .icon {
    fill: #831797;
    fill: var(--Accent-promo)
}

.header .events-block .hot.accelerator-custom-text {
    color: #831797;
    color: var(--Accent-promo)
}

.header .events-block .hot.accelerator-custom-text .icon {
    fill: #831797;
    fill: var(--Accent-promo)
}

.header .events-block .hot.accelerator-user-views {
    color: #ff8300;
    color: var(--Accent-warning)
}

.header .events-block .hot.accelerator-user-views .icon {
    width: 14px;
    height: 10px;
    fill: #ff8300;
    fill: var(--Accent-warning)
}

.header .events-block .hot.accelerator-crossed-price span {
    text-decoration: line-through;
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .events-block .event-block.search-event-suggest_item_cancelled {
    opacity: .3;
    text-decoration: line-through
}

.header .events-block .event-block:last-child {
    margin-bottom: 0
}

.header .events-block .event-block .info {
    line-height: normal
}

.is_rtl .header .events-block .event-block .info {
    text-align: right
}

.header .events-block .event-block .name span {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    font-weight: 600
}

.header .events-block .event-block .item__picture-container {
    float: left;
    margin-right: 20px;
    height: 112px;
    width: 200px
}

.is_rtl .header .events-block .event-block .item__picture-container {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.header .events-block .event-block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.header .events-block .event-block .name,
.header .events-block .event-block .price-favorite-wrapper,
.header .events-block .event-block .date,
.header .events-block .event-block .city,
.header .events-block .event-block .venue,
.header .events-block .event-block .online {
    margin-bottom: 4px
}

.header .events-block .event-block .favorite-count,
.header .events-block .event-block .date,
.header .events-block .event-block .city,
.header .events-block .event-block .venue,
.header .events-block .event-block .sales-info {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .events-block .event-block .favorite-count,
.header .events-block .event-block .date,
.header .events-block .event-block .city,
.header .events-block .event-block .venue,
.header .events-block .event-block .online {
    font-size: 13px
}

.header .events-block .event-block .name,
.header .events-block .event-block .price-favorite-wrapper,
.header .events-block .event-block .date,
.header .events-block .event-block .city,
.header .events-block .event-block .venue,
.header .events-block .event-block .online,
.header .promo-group-list-block .promo-group-block .promo-group-block-name {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis
}

.header .events-block .event-block .price {
    float: left;
    margin-right: 15px
}

.is_rtl .header .events-block .event-block .price {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.header .events-block .event-block .favorite-count {
    line-height: 19px
}

.header .events-block .event-block .favorite-count .icon-silhouette-bust,
.header .events-block .event-block .sales-info .icon-silhouette-bust,
.header .events-block .event-block .date .icon-calendare-small,
.header .events-block .event-block .venue .icon-map-marker-small {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.header .events-block .event-block .sales-info .icon-silhouette-bust,
.header .events-block .event-block .favorite-count .icon-silhouette-bust {
    width: 10px;
    height: 9px;
    margin-right: 5px
}

.is_rtl .header .events-block .event-block .sales-info .icon-silhouette-bust,
.is_rtl .header .events-block .event-block .favorite-count .icon-silhouette-bust {
    float: right;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 0
}

.header .events-block .event-block .date .icon-calendare-small {
    width: 12px;
    height: 10px;
    margin-right: 7px
}

.is_rtl .header .events-block .event-block .date .icon-calendare-small {
    float: right;
    margin-top: 3px;
    margin-left: 7px;
    margin-right: 0
}

.header .events-block .event-block .venue .icon-map-marker-small {
    width: 8px;
    height: 10px;
    margin-right: 5px
}

.is_rtl .header .events-block .event-block .venue .icon-map-marker-small {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 0
}

@media(max-width:767px) {
    .header .events-block .event-block {
        margin: 0 20px 15px;
        height: 80px
    }

    .header .events-block .event-block .item__picture-container {
        height: 80px;
        width: 90px;
        padding: 0
    }
}

.header .header-logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 58px;
    position: initial;
    z-index: 130
}

.header .header-logo .desktop-logo a {
    vertical-align: middle;
    display: inline-block
}

.is_rtl .header .header-logo .icon-pl-logo-mobile {
    float: right
}

.is_rtl .header .header-logo .icon-pl-logo-mobile-grey {
    float: right
}

.header .header-logo .desktop-logo img {
    display: block;
    width: 155px
}

.header .header-logo>a {
    display: block
}

.is_rtl .header .header-logo>a {
    vertical-align: middle;
    display: inline-block
}

@media(max-width:767px) {
    .header .header-logo .mobile-logo .logo-mobile {
        height: 30px;
        width: auto;
        float: left
    }

    .is_rtl .header .header-logo .mobile-logo .logo-mobile {
        float: right
    }

    .header .header-logo .mobile-logo .toggle-active-button {
        display: block;
        line-height: 30px;
        position: relative
    }

    .header .header-logo .mobile-logo .toggle-active-button>.icon-arrowhead-down {
        height: 5px;
        width: 8px;
        margin-left: 5px;
        margin-bottom: 0 !important
    }

    .is_rtl .header .header-logo .mobile-logo .toggle-active-button>.icon-arrowhead-down {
        margin-right: 5px;
        margin-left: 0
    }

    .header .header-logo .mobile-logo .toggle-active-button img {
        float: left
    }

    .is_rtl .header .header-logo .mobile-logo>.toggle-active-button img {
        float: right
    }

    .header .header-logo .toggle-active-listen.active .mobile-logo .toggle-active-button .icon-arrowhead-down {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #1c9bf7;
        fill: var(--Interaction-Secondary-content)
    }
}

.header .header-search-event {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 0 30px 0 126px
}

.is_rtl .header .header-search-event {
    margin: 0 126px 0 30px
}

.header .header-search-event svg.icon-search {
    width: 14px;
    height: 14px;
    fill: #58585b;
    fill: var(--Content-primary);
    position: absolute;
    top: 9px;
    left: 13px
}

.is_rtl .header .header-search-event svg.icon-search {
    right: 12px;
    left: 0
}

.header .header-search-event .search-event-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    background-color: #fff;
    background-color: var(--Bg-default);
    outline: 0;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    padding: 0 36px;
    font-size: 13px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-overflow: ellipsis
}

.header .header-search-event .search-event-clear {
    display: none;
    position: absolute;
    height: 14px;
    width: 14px;
    top: 9px;
    right: 15px
}

.is_rtl .header .header-search-event .search-event-clear {
    right: auto;
    left: 15px
}

.header .header-search-event .search-event-clear .icon-cross {
    width: 14px;
    height: 14px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

@media(max-width:1250px) {

    .header .header-search-event,
    .is_rtl .header .header-search-event {
        width: 333px
    }
}

@media(max-width:991px) {
    .header .header-search-event {
        margin-left: 30px
    }

    .is_rtl .header .header-search-event {
        margin-right: 30px;
        margin-left: 16px
    }
}

@media(max-width:767px) {
    .header .header-search-event {
        position: absolute;
        left: 68px;
        right: 55px;
        top: 12px;
        margin: 0;
        border: none;
        width: auto;
        float: none
    }

    .is_rtl .header .header-search-event {
        width: auto;
        right: 68px;
        left: 55px;
        margin: 0;
        line-height: normal
    }

    .header .header-search-event svg.icon-search {
        top: 8px;
        left: 10px
    }

    .header .header-search-event .search-event-input-wrapper {
        margin: 0
    }

    .is_rtl .header .header-search-event svg.icon-search {
        right: 12px;
        top: 9px;
        left: 0
    }
}

@media(max-width:350px) {
    .header .header-search-event .search-event-clear {
        right: 10px
    }
}

.header .alt-header-search-event {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin-right: 15px;
    line-height: 16px;
    cursor: pointer;
    position: relative
}

.is_rtl .header .alt-header-search-event {
    margin-right: 0;
    margin-left: 15px
}

.header .alt-header-search-event.open {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    flex-grow: 2;
    margin-left: 30px;
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
    height: 100%
}

.is_rtl .header .alt-header-search-event.open {
    margin-left: 15px;
    margin-right: 30px
}

.header .alt-header-search-event.open~.header-logo {
    display: none
}

.header .alt-header-search-event .search-icon-container {
    padding: 20px 20px 20px 0;
    top: 4px
}

.is_rtl .header .alt-header-search-event .search-icon-container {
    padding: 20px 0 20px 20px
}

.header .alt-header-search-event.open .search-icon-container {
    position: absolute;
    left: 0;
    z-index: 1
}

.is_rtl .header .alt-header-search-event.open .search-icon-container {
    right: 0;
    left: auto
}

.header .alt-header-search-event svg.icon-search {
    position: relative;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    fill: #58585b;
    fill: var(--Content-primary);
    vertical-align: middle;
    margin-right: 10px
}

.is_rtl .header .alt-header-search-event svg.icon-search {
    margin-right: 0;
    margin-left: 10px
}

.header .alt-header-search-event.open svg.icon-search {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.header .alt-header-search-event .search-event-clear {
    display: none;
    position: absolute;
    right: 0;
    padding: 20px 0 20px 20px;
    top: 2px;
    z-index: 3
}

.is_rtl .header .alt-header-search-event .search-event-clear {
    left: 0;
    top: 2px;
    right: auto;
    padding: 20px 20px 20px 0
}

.header .alt-header-search-event.open .search-event-clear {
    display: inline-block
}

.header .alt-header-search-event .search-event-clear svg.icon-cross {
    height: 14px;
    width: 14px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    vertical-align: middle
}

.header .alt-header-search-event .search-event-input {
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    background: none
}

.header .alt-header-search-event .search-event-input::-ms-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .alt-header-search-event .search-event-input::-webkit-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .alt-header-search-event .search-event-input::-moz-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .alt-header-search-event .search-event-input:-ms-input-placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.header .alt-header-search-event .search-event-input::placeholder {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.is_rtl .header .alt-header-search-event .search-event-input {
    padding-left: 0;
    padding-right: 30px
}

.header .alt-header-search-event.open .label-search {
    display: none
}

.header .alt-header-search-event.open .search-event-input {
    display: inline-block;
    width: 100%;
    z-index: 2
}

@media(max-width:767px) {
    .header .alt-header-search-event.open {
        margin: 0;
        position: fixed;
        padding: 0 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        width: auto;
        background: #fff;
        background: var(--Bg-default);
        height: 64px
    }

    .is_rtl .header .alt-header-search-event.open {
        margin: 0
    }

    .header .alt-header-search-event .search-icon-container {
        padding: 20px 0 20px 20px
    }

    .is_rtl .header .alt-header-search-event .search-icon-container {
        padding: 20px 20px 20px 0
    }

    .header .alt-header-search-event.open .search-icon-container {
        left: 20px;
        padding: 20px 20px 20px 0
    }

    .is_rtl .header .alt-header-search-event.open .search-icon-container {
        left: auto;
        right: 20px;
        padding: 20px 0 20px 20px
    }

    .header .alt-header-search-event .label-search {
        display: none
    }

    .header .alt-header-search-event svg.icon-search {
        margin-right: 0
    }

    .is_rtl .header .alt-header-search-event svg.icon-search {
        margin-left: 0
    }

    .header .alt-header-search-event .search-event-clear {
        right: 0;
        top: 5px;
        padding: 20px
    }

    .is_rtl .header .alt-header-search-event .search-event-clear {
        left: 0;
        right: auto;
        padding: 20px
    }

    .header .alt-header-search-event .search-event-input {
        font-size: 18px
    }
}

.header .header-calendar {
    font-size: 13px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    display: inline-block;
    vertical-align: middle
}

.is_rtl .header .header-calendar {
    vertical-align: middle
}

.header .header-calendar .date-picker .header-calendar-input {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

.header .header-calendar .date-picker,
.header .header-calendar .date-picker button {
    position: relative;
    height: 32px;
    width: auto;
    padding: 0;
    outline: 0;
    line-height: 32px
}

.header .header-calendar .date-picker button:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.header .header-calendar .date-picker button svg {
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    margin-right: 10px;
    height: 32px !important;
    width: 20px !important
}

.is_rtl .header .header-calendar .date-picker button svg {
    margin-right: 0;
    margin-left: 10px
}

.header .header-calendar .date-picker button:hover svg,
.header .header-calendar .date-picker.active button svg {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

@media(max-width:767px) {
    .header .header-calendar {
        width: 20px;
        float: right;
        line-height: 58px
    }

    .is_rtl .header .header-calendar {
        float: left
    }

    .header .header-calendar>span {
        display: none
    }

    .header .header-calendar .date-picker button .date-picker-label {
        display: none
    }

    .header .header-calendar .date-picker button svg {
        margin-right: 0
    }
}

.header .header-location {
    cursor: pointer
}

.is_rtl .header .header-location {
    float: right
}

.header .header-location .location-info {
    text-align: center;
    font-size: 13px
}

.header .header-location .location-info img {
    width: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0 0 2px;
    box-shadow: 0 0 2px
}

.is_rtl .header .header-location .location-info {
    direction: rtl
}

.is_rtl .header .header-location .location-info img {
    margin-left: 8px;
    margin-right: 0;
    right: auto;
    left: 100%
}

@media(max-width:767px) {
    .header .header-logo .mobile-menu .location-info img {
        width: 16px;
        margin: 3px 8px 0 0;
        float: left
    }

    .is_rtl .header .header-logo .mobile-menu .location-info img {
        margin: 3px 0 0 8px;
        float: right
    }
}

.header .header-user {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 0;
    z-index: 140
}

.is_rtl .header .header-user {
    left: 0;
    right: auto
}

.header .header-user .toggle-active-button {
    position: relative;
    text-align: center;
    cursor: pointer
}

.header .header-user .toggle-active-button.avatar .user-avatar-image {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
    margin-top: -1px
}

.header .header-user .user-log-in a {
    display: block;
    text-align: center;
    line-height: 32px
}

.header .header-user .user-menu {
    z-index: 150;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 300px;
    top: 53px;
    right: 0;
    background: #fff;
    background: var(--Bg-default);
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    height: auto
}

.is_rtl .header .header-user .user-menu {
    right: auto;
    left: 0
}

.header .header-user .user-menu.log-in {
    display: none
}

.header .header-user.active .user-menu {
    display: block
}

.header .header-user .user-menu-list {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

.header .header-user .user-menu-profile {
    padding: 20px
}

.header .header-user .user-menu-profile .avatar {
    position: relative;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    float: left
}

.is_rtl .header .header-user .user-menu-profile .avatar {
    margin-right: 0;
    margin-left: 15px;
    float: right
}

.header .header-user .user-menu-profile .avatar .file-upload {
    overflow: visible;
    margin-top: 0
}

.header .header-user .user-menu-profile .avatar .file-upload-preview-image,
.header .header-user .user-menu-profile .avatar .user-avatar-background svg {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.header .header-user .user-menu-profile .avatar .user-avatar-background svg {
    border-radius: 0;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.header .header-user .user-menu-profile .avatar .user-avatar-background img {
    border-radius: 50%
}

.header .header-user .user-menu-profile .avatar .file-upload-select-file-button {
    width: 22px;
    height: 22px;
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    line-height: 22px;
    top: auto
}

.header .header-user .user-menu-profile .avatar .file-upload-select-file-button:focus {
    border: 1px solid transparent
}

.is_rtl .header .header-user .user-menu-profile .avatar .file-upload-select-file-button {
    left: auto;
    right: 20px
}

.header .header-user .user-menu-profile .avatar .file-upload-select-file-button svg {
    width: 12px;
    height: 11px;
    fill: #fff;
    fill: var(--Interaction-Primary-content);
    vertical-align: middle;
    margin-top: -3px
}

.header .header-user .user-menu-profile .name {
    margin-bottom: 7px;
    line-height: 18px
}

.header .header-user .user-menu-profile .email {
    font-size: 12px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    line-height: 12px
}

.header .header-user .user-menu-links {
    padding: 20px
}

.header .header-user .user-menu-links.home-page {
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.header .header-user .user-menu-links li {
    margin-bottom: 15px;
    line-height: 18px
}

.header .header-user .user-menu-links li:last-child {
    margin-bottom: 0
}

.header .header-user .user-menu-links .log-out {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border);
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 0
}

.header .header-user .user-menu-links .log-out.only {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.header .header-user .user-menu-links .log-out svg {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 10px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .header .header-user .user-menu-links .log-out svg {
    margin-left: 10px;
    margin-right: 0
}

.header .header-user .user-menu-links .organiser-list {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border);
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 0
}

.header .header-user .user-menu-links .organiser-list li a>div {
    display: inline-block
}

.header .header-user .user-menu-links .organiser-list li {
    margin-bottom: 10px;
    height: 22px
}

.header .header-user .user-menu-links .organiser-list li:last-child {
    margin-bottom: 0
}

.header .header-user .user-menu-links .organiser-list li a {
    height: 22px;
    line-height: 22px;
    display: inline-block
}

.header .header-user .user-menu-links .organiser-list .organiser-image {
    width: 40px;
    height: 22px;
    vertical-align: top;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-radius: 1px
}

.header .header-user .user-menu-links .organiser-list .organiser-image .icon.icon-rocket-no-logo {
    width: 13px;
    height: 13px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    display: block;
    margin: 4px auto 0
}

.header .header-user .user-menu-links .organiser-list .organiser-name {
    text-overflow: ellipsis;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
    width: 207px;
    overflow: hidden
}

.is_rtl .header .header-user .user-menu-links .organiser-list .organiser-name {
    margin-left: 0;
    margin-right: 10px
}

.header .header-user .user-menu-links .organiser-list li a:hover .icon {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.header .header-user .user-menu-links .organiser-list li a:hover .icon.icon-rocket-no-logo {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.header .header-user .user-menu-links .organiser-list .organiser-name .icon {
    width: 9px;
    height: 9px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #58585b;
    fill: var(--Content-primary)
}

.is_rtl .header .header-user .user-menu-links .organiser-list .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 0
}

.header .header-user .user-menu-organiser {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border);
    display: none
}

.header .header-user .user-menu-organiser .toggle-active-listen a .icon {
    height: 12px;
    width: 8px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    float: right;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    margin-top: 3px
}

.is_rtl .header .header-user .user-menu-organiser .toggle-active-listen a .icon {
    float: left
}

.header .header-user .user-menu-organiser .toggle-active-listen a:hover .icon {
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.header .header-user .user-menu-organiser .toggle-active-listen.active a .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.header .header-user .user-menu-organiser .toggle-active-listen a {
    width: 100%;
    display: inline-block;
    text-align: left
}

.is_rtl .header .header-user .user-menu-organiser .toggle-active-listen a {
    text-align: right
}

.header .header-user .user-menu-organiser .toggle-content {
    margin: 15px 0 0 15px
}

.is_rtl .header .header-user .user-menu-organiser .toggle-content {
    margin: 15px 15px 0 0
}

.header .header-user .user-menu-organiser .toggle-active-listen {
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    padding-bottom: 15px
}

.header .header-user .user-menu-lang-city {
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border);
    display: none
}

.header .header-user .user-menu-lang-city li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px
}

.header .header-user .user-menu-lang-city ul:not(.toggle-content)>li {
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border)
}

.header .header-user .user-menu-lang-city ul.toggle-content>li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.header .header-user .user-menu-lang-city .language-switcher .toggle-active-button,
.header .header-user .user-menu-lang-city .currency-switcher .toggle-active-button {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.is_rtl .header .header-user .user-menu-lang-city .language-switcher .toggle-active-button,
.is_rtl .header .header-user .user-menu-lang-city .currency-switcher .toggle-active-button {
    text-align: right
}

.header .header-user .user-menu-lang-city .language-switcher .toggle-content,
.header .header-user .user-menu-lang-city .currency-switcher .toggle-content {
    margin: 15px 0 0 15px
}

.is_rtl .header .header-user .user-menu-lang-city .language-switcher .toggle-content,
.is_rtl .header .header-user .user-menu-lang-city .currency-switcher .toggle-content {
    margin-left: 0;
    margin-right: 15px
}

.header .header-user .user-menu-lang-city .toggle-active-listen.language-switcher svg,
.header .header-user .user-menu-lang-city .toggle-active-listen.currency-switcher svg {
    height: 12px;
    width: 8px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    float: right;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    margin-left: auto
}

.is_rtl .header .header-user .user-menu-lang-city .toggle-active-listen.language-switcher svg,
.is_rtl .header .header-user .user-menu-lang-city .toggle-active-listen.currency-switcher svg {
    float: left;
    margin-left: 0;
    margin-right: auto
}

.header .header-user .user-menu-lang-city .toggle-active-listen.language-switcher.active a .icon,
.header .header-user .user-menu-lang-city .toggle-active-listen.currency-switcher.active a .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.header .header-user .user-menu-lang-city .language-switcher .language-switcher__lang .flag {
    vertical-align: top;
    margin: 0 10px 0 0
}

.is_rtl .header .header-user .user-menu-lang-city .language-switcher .language-switcher__lang .flag {
    margin-left: 10px;
    margin-right: 0
}

.header .header-user .user-menu-lang-city .language-switcher .language-switcher__lang--current,
.header .header-user .user-menu-lang-city .currency-switcher .currency-switcher__currency--current {
    width: auto;
    text-transform: none
}

.header .header-user .user-menu-lang-city .location-info img {
    width: 16px;
    height: 12px;
    margin: 0 10px 0 0
}

.is_rtl .header .header-user .user-menu-lang-city .location-info img {
    margin-right: 0;
    margin-left: 10px
}

.header .header-user .user-menu-links .see-all {
    margin-top: 20px;
    width: 100%;
    height: auto
}

@media(max-width:767px) {

    .header .user-menu-links a.create-event-btn,
    .header .user-menu-links a.create-event-btn:hover {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #1985d2;
        color: var(--Interaction-Secondary-content_hover)
    }

    .header .header-user .user-menu {
        width: 100%;
        top: 101px;
        right: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        border: none;
        height: auto;
        z-index: 999
    }

    .social-media-banner-active .header .header-user .user-menu {
        top: 172px
    }

    .header .header-user.active .user-menu {
        display: block
    }

    .header .header-user .user-menu-links .log-out {
        border: none;
        margin: 0;
        padding: 0
    }

    .header .header-user .user-menu-lang-city,
    .header .header-user .user-menu-organiser {
        display: block
    }

    .header .header-user .user-log-in {
        display: none
    }
}

.header.sticky .header-bottom+.header-links {
    margin-top: 58px
}

.header .header-links ul li {
    display: inline-block;
    margin-right: 30px
}

.is_rtl .header .header-links ul li {
    margin-right: 0;
    margin-left: 30px
}

.header .header-links ul li:last-child {
    margin-right: 0
}

.is_rtl .header .header-links ul li:last-child {
    margin-left: 0
}

.header .header-links ul li a.active {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.header .header-links ul li a .online-icon-live {
    width: 6px;
    height: 6px
}

.header .header-links ul {
    white-space: nowrap
}

.header .header-links .scrollable2-wrapper .scrollable2-indicator {
    padding: 10px 15px;
    top: -8px
}

.scrollable2-wrapper:before,
.scrollable2-wrapper:after {
    width: 3em
}

@media(max-width:767px) {
    .header.sticky.menu-active .header-bottom+.header-links {
        margin-top: 0;
        top: 58px;
        position: fixed;
        width: 100%;
        z-index: 100;
        background: #fff;
        background: var(--Bg-default);
        border-bottom: 1px solid rgba(96, 128, 159, .14);
        border-bottom: 1px solid var(--Bg-border)
    }

    .header.sticky .header-bottom+.header-links {
        margin-top: 51px
    }

    .header .header-user {
        position: initial
    }

    .header .header-user .user-menu-profile {
        border-top: 1px solid rgba(96, 128, 159, .14);
        border-top: 1px solid var(--Bg-border);
        line-height: 30px;
        padding: 10px 20px
    }
}

.header-like.header-location {
    height: 55px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #fff;
    background-color: var(--Bg-default)
}

.header-like.header-location .location-info {
    margin-top: 18px;
    line-height: 18px;
    font-size: 15px
}

.is_rtl .header-like.header-location .location-info {
    text-align: right;
    direction: rtl
}

.header-like.header-location .location-info img {
    width: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc
}

.is_rtl .header-like.header-location .location-info img {
    margin-right: 0;
    margin-left: 8px
}

.header-like.header-location .location-info .icon.icon-arrowhead-down {
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    height: 6px;
    width: 10px;
    margin-top: 6px;
    float: right
}

.is_rtl .header-like.header-location .location-info .icon.icon-arrowhead-down {
    float: left
}

.telegram-channels-header-wrapper {
    display: none
}

.telegram-channels-header-wrapper.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    background-color: var(--Bg-default);
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    z-index: 100
}

.telegram-channels-header-wrapper .close-button {
    display: inline-block;
    float: left;
    height: 100%;
    width: 54px;
    z-index: 101;
    background: #fff;
    background: var(--Bg-default)
}

.is_rtl .telegram-channels-header-wrapper .close-button {
    float: right
}

.telegram-channels-header-wrapper .close-button a {
    display: block
}

.telegram-channels-header-wrapper .close-button .icon-cross {
    width: 14px;
    height: 14px;
    padding: 28px 21px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.telegram-header-popup-img-wrapper {
    display: inline-block;
    float: left;
    width: 62px;
    padding-top: 4px
}

.telegram-channels-header-wrapper.saudi .telegram-header-popup-img-wrapper {
    padding-top: 12px
}

.is_rtl .telegram-header-popup-img-wrapper {
    float: right
}

.telegram-header-popup-img-wrapper a {
    display: block
}

.telegram-header-popup-img {
    width: 62px;
    height: 62px
}

.telegram-header-popup-description-wrapper {
    display: inline-block;
    padding: 14px 20px;
    font-size: 12px;
    width: 51%
}

@media(min-width:400px) {
    .telegram-header-popup-description-wrapper {
        width: 60%;
        padding: 21px 20px
    }
}

@media(min-width:500px) {
    .telegram-header-popup-description-wrapper {
        width: 68%;
        padding: 21px 20px
    }
}

@media(min-width:600px) {
    .telegram-header-popup-description-wrapper {
        width: 74%;
        padding: 28px 20px
    }
}

@media(min-width:768px) {
    .header-logo--desktop {
        height: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
}

.telegram-header-popup-description-wrapper span {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.telegram-header-popup-description-wrapper a,
.telegram-header-popup-description-wrapper a:visited {
    color: #58585b;
    color: var(--Content-primary)
}

.modal .modal-body .auth-form-wrapper {
    width: 280px
}

.modal .modal-body .auth-form-wrapper h2 {
    margin-bottom: 15px
}

@media(min-width:571px) {
    .modal .modal-body .auth-form-wrapper h2 {
        font-size: 17px
    }

    .modal .modal-body .auth-form-wrapper h2>span {
        font-size: 15px
    }

    .auth-form-wrapper {
        width: 280px
    }
}

@media(min-width:768px) {
    .auth-form-wrapper {
        position: relative;
        margin: 0 auto;
        width: 400px
    }

    .auth-form-wrapper h2 {
        margin: 0 auto 1em;
        text-align: center;
        font-size: 24px;
        font-weight: 400
    }

    .auth-form-wrapper h2 .is_rtl {
        direction: rtl
    }

    .auth-form-wrapper h2>span {
        text-transform: none;
        color: #808081;
        font-size: 17px
    }

    .container2.order .auth-form-wrapper h2 {
        color: #58585b
    }

    .auth-form-wrapper .form-hint-block {
        font-size: 18px;
        line-height: 1.35;
        color: #666;
        margin: 1em auto 2em
    }

    .auth-form-wrapper .form-hint-block p {
        font-size: 14px;
        margin: 5px 0 0;
        color: #b8b8b8
    }

    .auth-form-wrapper .form-hint-block svg,
    .auth-form-wrapper .form-hint-block img {
        float: left;
        margin-right: 20px;
        height: 80px;
        width: auto
    }

    .is_rtl .auth-form-wrapper .form-hint-block svg,
    .is_rtl .auth-form-wrapper .form-hint-block img {
        float: right;
        margin-left: 20px;
        margin-right: 0
    }

    .auth-form-wrapper .form-hint-block svg {
        fill: #96cef6
    }

    .auth-form-wrapper .form-hint-block a {
        color: #666;
        text-decoration: underline;
        border-bottom: none
    }

    .auth-form-wrapper .form-hint-block a:hover {
        text-decoration: none
    }

    .modal .modal-body .auth-form-wrapper {
        margin: 0 auto;
        position: static;
        width: 370px
    }

    .modal .modal-body .auth-form-wrapper .slide-back {
        top: 20px;
        left: 20px;
        right: 20px;
        height: 20px;
        width: 20px;
        display: none
    }

    .modal .modal-body .auth-form-wrapper .slide-back .icon {
        height: 20px;
        width: 20px
    }

    .modal .modal-body .auth-form-wrapper h2 {
        margin: 0 auto 25px
    }
}

@CHARSET"UTF-8";

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

.form {
    width: 100%;
    line-height: 1em
}

.form_element:not(:first-of-type) {
    margin-top: 15px
}

:focus {
    outline: none
}

:active {
    -webkit-tap-highlight-color: transparent
}

.form_button {
    position: relative;
    width: 100%;
    margin-top: 25px;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    border-radius: 3px;
    background-color: #8cc541;
    line-height: 2.9em;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    display: inline-block
}

.form_button.small {
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 2.1em
}

.form_button.medium {
    width: 200px;
    height: 45px;
    font-size: 18px;
    line-height: 2.5em
}

.form_button.black {
    background-color: #414142;
    color: #f2f2f3
}

.form_button:focus {
    border-color: #000
}

.form_button.black:focus {
    border-color: #f2f2f3
}

@media(max-width:767px) {
    .form_button {
        font-size: 16px
    }
}

.modal .form_button-tfv_resend,
.form_button-tfv_resend {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    background: none;
    border: none;
    color: #29aae2;
    text-align: left
}

.is_rtl .modal .form_button-tfv_resend,
.is_rtl .form_button-tfv_resend {
    text-align: right
}

.no-touchevents .form_button-tfv_resend:not(:disabled):hover {
    text-decoration: none;
    border: none;
    background: none !important;
    color: #6cc9e9 !important
}

.form_button-tfv_resend span {
    border-bottom: 1px solid
}

form .form_button-tfv_resend:disabled,
form .form_button-container .form_button-tfv_resend:active {
    color: #077ea5 !important;
    background: none !important
}

.form_element-label {
    margin-right: 6px;
    color: #666;
    font-size: 14px;
    line-height: 1.2em
}

.form_element-label.disabled {
    color: #ddd
}

@media(max-width:767px) {
    .form_element-label {
        font-size: 12px
    }
}

.form_element-label .label-text {
    vertical-align: middle;
    font-size: 14px
}

.form_element-label.required:after {
    content: "*";
    font-size: 1.35em;
    opacity: .6;
    vertical-align: baseline;
    height: .55em;
    display: inline-block
}

.is_ltr .form_element-label.required:after {
    margin-left: .2em
}

.is_rtl .form_element-label.required:after {
    margin-right: .2em
}

.organiser-body .form_element-label.required:after,
.new-add-event .form_element-label.required:after,
.add-edit-completed-popup-contact-us .form_element-label.required:after {
    color: #f25050;
    color: var(--Accent-alert)
}

.form-element-label-no-sign.required:after {
    display: none
}

.form_element-description {
    display: inline-block;
    margin: 0;
    color: #bbbdc0;
    font-size: 12px;
    line-height: normal
}

@media(max-width:767px) {
    .form_element-description {
        font-size: 10px
    }
}

.form_element-content {
    position: relative;
    font-size: 24px;
    line-height: 1em
}

.form_element-notice {
    cursor: pointer
}

.is_ltr .form_element-notice {
    margin-left: 5px
}

.is_rtl .form_element-notice {
    margin-right: 5px
}

.form_element-notice .icon {
    width: 15px;
    height: 15px;
    fill: #9b9b9b;
    position: relative;
    top: 2px
}

.is_rtl .form_element-phone .form_element-content,
.is_rtl .form_element-content.user_phone input {
    text-align: left;
    direction: ltr
}

.is_rtl .form_element-phone .form_element-content .form_element-label {
    text-align: right;
    direction: rtl
}

@media(max-width:767px) {
    .form_element-content {
        font-size: 17px
    }
}

.multi-lang .form_element-content.invalid:not(.no-status-icon):after,
.multi-lang .form_element-content.valid:not(.no-status-icon):after,
.invalid:not(.no-status-icon) .form_element-content:after,
.valid:not(.no-status-icon) .form_element-content:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px
}

.is_rtl .multi-lang .form_element-content.invalid:not(.no-status-icon):after,
.is_rtl .multi-lang .form_element-content.valid:not(.no-status-icon):after,
.is_rtl .invalid:not(.no-status-icon) .form_element-content:after,
.is_rtl .valid:not(.no-status-icon) .form_element-content:after {
    right: auto;
    left: 25px
}

.multi-lang .form_element-content.invalid:not(.no-status-icon):after,
.invalid:not(.no-status-icon) .form_element-content:after {
    background-image: url(../img/svg-icons/invalid-input.svg)
}

.multi-lang .form_element-content.valid:not(.no-status-icon):after,
.valid:not(.no-status-icon) .form_element-content:after {
    background-image: url(../img/svg-icons/valid-input.svg)
}

@media(max-width:767px) {

    .multi-lang .form_element-content .invalid:not(.no-status-icon):after,
    .invalid:not(.no-status-icon) .form_element-content:after,
    .multi-lang .form_element-content .valid:not(.no-status-icon):after,
    .valid:not(.no-status-icon) .form_element-content:after {
        right: 10px;
        height: 11px;
        width: 11px;
        margin-top: -5px;
        -webkit-background-size: 11px 11px;
        background-size: 11px 11px
    }
}

.form_element-text,
.form_element-password,
.form_element-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1.86em;
    padding: 0 10px;
    border: 1px solid #bcbec0;
    border-radius: 0;
    font-size: 24px;
    color: #6d6e70;
    vertical-align: top;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    resize: vertical
}

.form_element-text:-webkit-autofill,
.form_element-password:-webkit-autofill,
.form_element-textarea:-webkit-autofill,
.form_element-text:-webkit-autofill:hover,
.form_element-password:-webkit-autofill:hover,
.form_element-textarea:-webkit-autofill:hover,
.form_element-text:-webkit-autofill:focus,
.form_element-password:-webkit-autofill:focus,
.form_element-textarea:-webkit-autofill:focus,
.form_element-text:-webkit-autofill:active,
.form_element-password:-webkit-autofill:active,
.form_element-textarea:-webkit-autofill:active {
    -webkit-text-fill-color: #6d6e70;
    -webkit-box-shadow: 0 0 0 300px transparent inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background-clip: content-box !important
}

.form_element-textarea {
    height: auto;
    line-height: 1.3em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px
}

@media(max-width:767px) {

    .form_element-text,
    .form_element-password,
    .form_element-textarea {
        font-size: 17px;
        padding-left: 8px
    }

    .form_element-textarea {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px
    }
}

.form_element-text:disabled,
.form_element-textarea:disabled,
.form_element-password:disabled {
    border-color: #b2b2b2;
    color: #a7a9ac;
    opacity: 1;
    -webkit-text-fill-color: #a7a9ac
}

.valid:not(.no-status-icon) .form_element-text,
.valid:not(.no-status-icon) .form_element-textarea,
.valid:not(.no-status-icon) .form_element-password,
.invalid:not(.no-status-icon) .form_element-text,
.invalid:not(.no-status-icon) .form_element-textarea,
.invalid:not(.no-status-icon) .form_element-password {
    padding-right: 40px
}

@media(max-width:767px) {

    .valid:not(.no-status-icon) .form_element-text,
    .valid:not(.no-status-icon) .form_element-textarea,
    .valid:not(.no-status-icon) .form_element-password,
    .invalid:not(.no-status-icon) .form_element-text,
    .invalid:not(.no-status-icon) .form_element-textarea,
    .invalid:not(.no-status-icon) .form_element-password {
        padding-right: 28px
    }
}

.form_element-text:focus,
.form_element-password:focus,
.form_element-textarea:focus {
    outline: none;
    border-color: #383838
}

.invalid .form_element-text,
.invalid .form_element-password,
.invalid .form_element-textarea {
    border-color: #ed1c24
}

.form_element .errors {
    max-height: 0;
    color: #ed1c24;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.multi-lang .invalid.form_element-content .errors,
.invalid.form_element .errors {
    max-height: 500px
}

.invalid :focus {
    border-color: #383838 !important
}

.form_captcha [data-captcha] {
    overflow: hidden
}

.form_captcha .form_element-text {
    width: 120px
}

.is_rtl .form_captcha .form_element-text {
    float: right
}

.form_captcha [data-captcha-img] {
    float: left;
    margin: 0 10px 5px 0
}

.is_rtl .form_captcha [data-captcha-img] {
    float: right;
    margin: 0 0 5px 10px
}

.form_captcha [data-captcha-refresh] {
    font-size: 12px;
    line-height: 13px;
    color: #7f7f7f
}

.is_rtl .form_captcha [data-captcha-refresh] {
    float: right
}

.form_captcha [data-captcha-refresh] .icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    fill: #7f7f7f;
    vertical-align: bottom
}

.is_rtl .form_captcha [data-captcha-refresh] .icon {
    margin-right: 0;
    margin-left: 5px
}

[data-recaptcha-switchable-overlay] [data-grecaptcha][data-form-element-disabled=true]:after {
    content: "";
    background: #d1d2d4;
    position: absolute;
    width: 301px;
    height: 75px;
    z-index: 1000;
    -webkit-transform: translateY(-78px);
    -moz-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    -o-transform: translateY(-78px);
    transform: translateY(-78px);
    border: 1px solid #b2b2b2;
    border-radius: 2px
}

.form_element-checkbox {
    margin-right: 5px;
    vertical-align: middle
}

.form_element-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1.86em;
    padding: .1em 1.3em 0 .4166em;
    margin: 0;
    overflow: hidden;
    border: 1px solid #bcbec0;
    border-radius: 0;
    font-size: 24px;
    color: #6d6e70;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s
}

.form_element-select option {
    opacity: 0
}

@media(max-width:767px) {
    .form_element-select {
        font-size: 17px;
        padding-left: 8px
    }
}

.form_element-select:disabled {
    border-color: #b2b2b2;
    background-color: #d1d2d4;
    color: #a7a9ac
}

.form_element-select:focus {
    outline: none;
    border-color: #383838
}

.invalid .form_element-select {
    border-color: #ed1c24
}

.select2-container--pl.select2 {
    width: 100%
}

.select2-container--pl .select2-selection--single {
    height: 1.86em;
    font-size: 24px;
    border: 1px solid #bcbec0;
    border-radius: 0;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    background-color: #fff
}

@media(max-width:767px) {
    .select2-container--pl .select2-selection--single {
        font-size: 17px
    }
}

.select2-container--pl .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 1.86;
    padding: 0 1.3em 0 .4166em;
    color: #6d6e70
}

.is_rtl .select2-container--pl .select2-selection--single .select2-selection__rendered {
    text-align: right
}

.is_rtl .form_element-phone .select2-container--pl .select2-selection--single .select2-selection__rendered {
    direction: ltr
}

.select2-container--pl .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--pl .select2-selection--single .select2-selection__placeholder {
    color: #bbbdc0
}

.select2-container--pl .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 1.3em
}

.is_rtl .select2-container--pl .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset
}

.select2-container--pl .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: .4em .3em 0;
    border-color: #bcbec0 transparent transparent;
    border-style: solid;
    margin-top: -.15em;
    margin-left: -.3em
}

.new-add-event .select2-container--pl .select2-selection--single .select2-selection__arrow b {
    border: none;
    margin: 0
}

.new-add-event .select2-container--pl .select2-selection--single .select2-selection__arrow b:before,
.new-add-event .select2-container--pl .select2-selection--single .select2-selection__arrow b:after {
    content: "";
    border: solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -9px;
    width: 0
}

.new-add-event .select2-container--pl .select2-selection--single .select2-selection__arrow b:before {
    border-top-color: #9b9b9b;
    border-width: 6px
}

.new-add-event .select2-container--pl .select2-selection--single .select2-selection__arrow b:after {
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.select2-container--pl.select2-container--open .select2-selection--single,
.select2-container--pl.select2-container--focus .select2-selection--single {
    border: solid black 1px;
    outline: 0
}

.select2-container--pl.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 .3em .4em;
    border-color: transparent transparent #bcbec0
}

.select2-container--pl.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--pl.select2-container--disabled .select2-selection--single {
    border-color: #b2b2b2;
    background-color: #d1d2d4
}

.select2-container--pl.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #a7a9ac
}

.select2-container--pl.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.invalid .select2-container--pl .select2-selection--single {
    border-color: #ed1c24
}

.invalid .select2-container--pl .select2-selection--single .select2-selection__arrow b {
    border-color: #ed1c24 transparent transparent
}

.invalid .select2-container--pl.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ed1c24
}

.select-blue-bordered .select2-container--pl .select2-selection--single {
    background-color: unset;
    border-color: #9b9b9b
}

.select-blue-bordered .select2-container--pl.select2-container--open .select2-selection--single,
.select-blue-bordered .select2-container--pl .select2-selection--single:hover {
    border-color: #37a7f8;
    background-color: #fff;
    color: #37a7f8
}

.select-blue-bordered .select2-container--pl .select2-selection--single:hover .select2-selection__arrow b {
    border-color: #37a7f8 transparent transparent
}

.select-blue-bordered .select2-container--pl.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #37a7f8
}

.select-blue-bordered .select2-container--pl.select2-container--open .select2-selection--single .select2-selection__rendered,
.select-blue-bordered .select2-container--pl .select2-selection--single:hover .select2-selection__rendered {
    color: #37a7f8
}

.select2-container--pl .select2-selection--multiple {
    font-size: 24px;
    border: 1px solid #bcbec0;
    border-radius: 0;
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    background-color: #fff;
    cursor: text
}

@media(max-width:767px) {
    .select2-container--pl .select2-selection--multiple {
        font-size: 17px
    }
}

.select2-container--pl.select2-container--open .select2-selection--multiple,
.select2-container--pl.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--pl .select2-selection--multiple .select2-selection__rendered {
    display: block;
    list-style: none;
    margin: -1px 0;
    padding: 0 0 .43em .43em;
    font-size: 17px;
    line-height: 1em;
    color: #f1f1f2
}

@media(max-width:767px) {
    .select2-container--pl .select2-selection--multiple .select2-selection__rendered {
        font-size: 12px
    }
}

.select2-container--pl .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: .43em;
    float: left
}

.select2-container--pl .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: .43em;
    color: #6d6e70
}

.select2-container--pl .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin: .43em .43em 0 0;
    padding: 0 0 0 .5em;
    line-height: 1.8em;
    background-color: #999;
    border-radius: 3px;
    cursor: default
}

.select2-container--pl .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    padding: .4em .5em 0 1em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.select2-container--pl .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--pl .select2-selection--multiple .select2-search--inline {
    margin-top: .43em;
    line-height: 1.8em
}

.select2-container--pl .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.25em;
    vertical-align: top;
    color: #6d6e70;
    background: transparent;
    border: none;
    outline: 0
}

@media(max-width:767px) {
    .select2-container--pl .select2-selection--multiple .select2-search--inline .select2-search__field {
        font-size: 17px
    }
}

.select2-container--pl.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--pl.select2-container--disabled .select2-selection--multiple {
    border-color: #b2b2b2;
    background-color: #d1d2d4;
    cursor: default
}

.select2-container--pl.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    color: #a7a9ac
}

.select2-container--pl.select2-container--disabled .select2-selection__choice__remove {
    visibility: hidden
}

.invalid .select2-container--pl .select2-selection--multiple {
    border-color: #ed1c24
}

.select2-container--pl .select2-dropdown {
    overflow: hidden;
    font-size: 24px;
    border-radius: 0;
    border-color: black;
    color: #6d6e70
}

@media(max-width:767px) {
    .select2-container--pl .select2-dropdown {
        font-size: 17px
    }
}

.select2-container--pl .select2-dropdown.select2-dropdown--below {
    top: -1px;
    border-top: 1px solid black
}

.select2-container--pl .select2-dropdown.select2-dropdown--above {
    top: 1px;
    border-bottom: 1px solid black
}

.select2-container--pl .select2-search--dropdown {
    position: relative;
    margin: .4166em;
    padding: 0
}

.select2-container--pl .select2-search--dropdown .icon {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    left: .25em;
    margin-top: -.5em;
    fill: #6d6e70
}

.select2-container--pl .select2-search--dropdown .select2-search__field {
    padding: .2em;
    color: #6d6e70;
    border: 1px solid #bcbec0
}

.select2-container--pl .select2-search--dropdown .icon+.select2-search__field {
    padding-left: 1.5em
}

.select2-container--pl .select2-search--dropdown .select2-search__field:focus {
    border: solid black 1px;
    outline: 0
}

.select2-container--pl .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.select2-container--pl .select2-results__option {
    min-height: 1em;
    padding: .2em .4166em;
    overflow: hidden;
    font-size: 15px
}

.is_rtl .select2-container--pl .select2-selection__rendered span,
.is_rtl .select2-container--pl .select2-results__option span {
    display: inline-block
}

.select2-container--pl .select2-results__option[role=group] {
    padding: 0
}

.select2-container--pl .select2-results__option[aria-disabled=true] {
    color: #d1d2d4
}

.select2-container--pl .select2-results__option[aria-selected=true] {
    background-color: #d0d1d4
}

.select2-container--pl .select2-results__option .select2-results__option {
    padding-left: 1.5em
}

.is_rtl .select2-container--pl .select2-results__option .select2-results__option {
    padding-left: 0;
    padding-right: 1.5em
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1.5em;
    padding-left: 3em
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4.5em
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4.5em;
    padding-left: 6em
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -6em;
    padding-left: 7.5em
}

.select2-container--pl .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -7.5em;
    padding-left: 9em
}

.select2-container--pl .select2-results__option--highlighted[aria-selected] {
    background-color: #6d6e71;
    color: white
}

.select2-container--pl .select2-results__group {
    cursor: default;
    display: block;
    padding: .2em .4166em
}

.select2-container--pl .select2-results__options .load-more {
    font-size: .8em;
    text-align: center;
    font-style: italic
}

.form_element-content .date-picker,
.form_element-content .date-time-picker,
.form_element-content .time-picker {
    display: block;
    font-size: 24px
}

@media(max-width:767px) {

    .form_element-content .date-picker,
    .form_element-content .date-time-picker,
    .form_element-content .time-picker {
        font-size: 17px
    }
}

.form_element-hint {
    display: block;
    margin-top: 5px;
    line-height: 1.3em;
    font-size: 10px;
    color: #666
}

.form_element ::-webkit-input-placeholder {
    color: #bbbdc0
}

.form_element :-moz-placeholder {
    color: #bbbdc0
}

.form_element ::-moz-placeholder {
    color: #bbbdc0
}

.form_element :-ms-input-placeholder {
    color: #bbbdc0
}

.message_block {
    font-size: 14px;
    padding: 1em;
    text-align: center;
    color: #666;
    line-height: 1em
}

.message_block .icon {
    width: 2em;
    height: 2em;
    margin-right: 1em;
    vertical-align: middle
}

.is_rtl .message_block .icon {
    margin-left: 1em;
    margin-right: 0
}

.message_block .icon.icon-ok {
    stroke: #8cc541;
    stroke-width: 2px
}

.form_element-icon {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    left: .25em;
    margin-top: -.5em;
    fill: #bcbec0
}

.form_element-icon-after {
    left: auto;
    right: .25em
}

.form_element-icon:not(.form_element-icon-after)+.form_element-text,
.form_element-icon:not(.form_element-icon-after)+.form_element-password,
.form_element-icon:not(.form_element-icon-after)+.form_element-textarea {
    padding-left: 1.5em
}

.form_element-icon-after+.form_element-text,
.form_element-icon-after+.form_element-password,
.form_element-icon-after+.form_element-textarea {
    padding-right: 1.5em
}

.material .form_element {
    margin-top: 3em
}

.material .form_button {
    font-size: 17px;
    letter-spacing: .6px
}

.material .select2-container--pl .select2-selection,
.material .form_element-text,
.material .form_element-select,
.material .form_element-password,
.material .form_element-textarea {
    background-color: transparent;
    padding: 0;
    line-height: 1.3;
    border: none #b8b8b8;
    border-bottom: 1px solid
}

.material .invalid .select2-container--pl .select2-selection,
.material .invalid .select2-container--pl.select2-container--focus .select2-selection,
.material .invalid .form_element-text:focus,
.material .invalid .form_element-password:focus,
.material .invalid .form_element-select:focus,
.material .invalid .form_element-select,
.material .invalid .form_element-text,
.material .invalid .form_element-password,
.material .invalid .form_element-textarea {
    border-color: #ea7b7a !important
}

.material .select2-container--pl.select2-container--focus .select2-selection,
.material .form_element-textarea:focus,
.material .form_element-select:focus,
.material .form_element-text:focus,
.material .form_element-password:focus {
    border-color: #8f8f8f
}

.material input:-webkit-autofill:focus {
    border: 1px solid inherit;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.material .select2-container--pl.select2-container--focus .select2-selection .select2-selection__arrow b {
    border-color: #8f8f8f transparent transparent
}

.material .select2-container--pl.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #8f8f8f
}

.material .form_element-select[readonly],
.material .form_element-text[readonly]:not(.hasDatepicker),
.material .form_element-password[readonly] {
    border-color: #dcdcdc
}

.material .form_element-textarea {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: .5em;
    line-height: 1;
    margin-top: .5em
}

.material .form_element-description {
    font-size: 13px;
    margin: .3em 0
}

.material .invalid .form_element-description {
    margin-top: .3em
}

.material .form_element-content {
    margin-bottom: .3em
}

.material .form_element .errors {
    margin: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.material .invalid:not(.no-status-icon) .form_element-content:after,
.material .valid:not(.no-status-icon) .form_element-content:after {
    content: none
}

.material .form_element-description a,
.material .form_element-description a:visited {
    color: #29aae2
}

.material .form_element-description a:hover {
    color: #6cc9e9
}

.material.form_element-password {
    letter-spacing: 5px
}

.material label:not(.form_element-label) {
    font-size: .8em;
    color: #999
}

.material .form_element-content label.form_element-option {
    font-size: .7em;
    margin: .6em 0;
    padding-left: 1.5em;
    line-height: 1
}

.is_rtl .material .form_element-content label.form_element-option {
    padding-left: 0;
    padding-right: 1.5em
}

.material .form_element-content {
    position: relative
}

.is_rtl .material .form_element-content {
    text-align: right
}

.is_rtl .material .form_element-phone .form_element-content {
    text-align: left;
    direction: ltr
}

.is_rtl .material .form_element-phone .form_element-content .form_element-label {
    text-align: right;
    direction: rtl
}

.material select~label.form_element-label,
.material select[multiple]~label.form_element-label,
.material input~label.form_element-label,
.material .form_element div.date-picker~label.form_element-label,
.material .form_element div.date-time-picker~label.form_element-label,
.material .form_element div.time-picker~label.form_element-label {
    color: #b8b8b8;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 34px;
    font-size: 14px;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.material label.form_element-label.material-phone {
    color: #999;
    font-weight: 400;
    font-size: 14px
}

.material select.empty:not(:focus)~label.form_element-label,
.material input.empty:not(:focus)~label.form_element-label,
.material .form_element.empty div.date-picker~label.form_element-label,
.material .form_element.empty div.date-time-picker~label.form_element-label,
.material .form_element.empty div.time-picker~label.form_element-label {
    font-size: 20px;
    bottom: 7px
}

.material .form_element-select[multiple].empty:not(:focus)~label {
    bottom: 7px
}

.material .select2-container--pl .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}

.is_rtl .material .select2-container--pl .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding-right: 0
}

.material .form_element-select~.select2-container--focus~label.form_element-label,
.material .form_element-select[multiple]~.select2-container--focus~label.form_element-label,
.material .form_element-select~.select2-container--open~label.form_element-label,
.material .form_element-select.filled~label.form_element-label,
.material .form_element-select:focus~label.form_element-label,
.material .form_element-text.filled~label.form_element-label,
.material .form_element-text:focus~label.form_element-label,
.material .form_element-password.filled~label.form_element-label,
.material .form_element-password:focus~label.form_element-label,
.material .form_element.filled div.date-picker~label.form_element-label,
.material .form_element.filled div.date-time-picker~label.form_element-label,
.material .form_element.filled div.time-picker~label.form_element-label {
    bottom: 34px;
    font-size: 14px;
    color: #999
}

@media(min-width:768px) {
    .material .form_element-select[multiple].filled~.select2~label.form_element-label {
        bottom: 40px
    }
}

@media(max-width:767px) {

    .material .form_element-select~label.form_element-label,
    .material .form_element-text~label.form_element-label,
    .material .form_element-password~label.form_element-label {
        font-size: 10px
    }

    .material .form_element-select.empty:not(:focus)~label.form_element-label,
    .material .form_element-text.empty:not(:focus)~label.form_element-label,
    .material .form_element-password.empty:not(:focus)~label.form_element-label {
        font-size: 17px
    }

    .material .form_element-select.filled~label.form_element-label,
    .material .form_element-select:focus~label.form_element-label,
    .material .form_element-text.filled~label.form_element-label,
    .material .form_element-text:focus~label.form_element-label,
    .material .form_element-password.filled~label.form_element-label,
    .material .form_element-password:focus~label.form_element-label {
        font-size: 10px;
        bottom: 32px
    }
}

.form_element-date--part {
    display: inline-block;
    width: 31%;
    margin-right: 0;
    vertical-align: top
}

.form_element-date--part:nth-of-type(2) {
    width: 32%;
    margin: 0 3%
}

.form_element-date .form_element-date--part,
.material .form_element-date .form_element-date--part {
    display: inline-block;
    position: relative;
    vertical-align: bottom
}

.form_element-date .form_element-date--part:last-child {
    margin-right: 0
}

.material .form_element-date .form_element-date--part .select2-selection__rendered {
    line-height: 1.86em;
    height: 1.86em
}

.material .select2-container--pl .select2-selection,
.material .form_element-select,
.material .form_element-text,
.material .form_element-password,
.material .form_element-textarea {
    font-size: 20px
}

@media(max-width:767px) {

    .material .select2-container--pl .select2-selection,
    .material .form_element-select,
    .material .form_element-text,
    .material .form_element-password,
    .material .form_element-textarea {
        font-size: 17px
    }
}

.material~.select2-container--pl .select2-dropdown {
    font-size: 20px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 3px
}

.material~.select2-container--pl .select2-dropdown.select2-dropdown--below {
    top: 6px;
    -webkit-box-shadow: 0 1px 2px 0 #eee;
    box-shadow: 0 1px 2px 0 #eee
}

.material~.select2-container--pl .select2-dropdown.select2-dropdown--below.select2-dropdown-new-style {
    border-radius: 3px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.material~.select2-container--pl .select2-search--dropdown .select2-search__field:focus,
.material~.select2-container--pl .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 1px solid #ddd
}

.material~.select2-container--pl .select2-search--dropdown .select2-search__field:focus {
    border-color: #ddd
}

.material .valid:not(.no-status-icon) .form_element-text,
.material .valid:not(.no-status-icon) .form_element-textarea,
.material .valid:not(.no-status-icon) .form_element-password,
.material .invalid:not(.no-status-icon) .form_element-text,
.material .invalid:not(.no-status-icon) .form_element-textarea,
.material .invalid:not(.no-status-icon) .form_element-password {
    padding-right: 1em
}

.material .select2-container--pl .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0
}

.material .select2-container--pl .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding-right: 1.3em
}

.material .select2-container--pl .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    padding: 0;
    right: .3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.material .form_element.form_element-disabled {
    opacity: .3
}

.material .form_element-content .form_element-option {
    display: block
}

.material .form_element-content .form_element-option>* {
    vertical-align: bottom
}

.material .form_element-checkbox {
    display: none !important
}

.material .form_element-checkbox+span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 2px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #37a7f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is_rtl .material .form_element-checkbox+span {
    right: 0
}

.material .form_element-checkbox+span:after {
    position: absolute
}

.material .form_element-checkbox:checked+span {
    background-color: #29aae2;
    border-color: #29aae2
}

.material .form_element-checkbox:checked+span:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/svg-icons/checkmark-white.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    -ms-transform: scale(.65);
    -o-transform: scale(.65);
    transform: scale(.65)
}

.material .form_element-checkbox:disabled+span {
    background-color: #ddd;
    border-color: #ddd
}

.material .select2-container--pl .select2-results__option--highlighted[aria-selected],
.material~.select2-container--pl .select2-results__option--highlighted[aria-selected] {
    background-color: #29aae2
}

.material .select2-container--pl .select2-results__option[aria-selected=true],
.material~.select2-container--pl .select2-results__option[aria-selected=true] {
    background-color: #6cc9e9;
    color: #fff
}

.material .select2-container--pl .select2-selection--multiple .select2-selection__choice {
    background-color: #29aae2
}

.material .form_button.form_button-tfv_submit {
    background-color: #29aae2;
    color: #fff
}

.material .form_button.form_button-tfv_submit:hover {
    background-color: #6cc9e9
}

.material .form_button.form_button-tfv_submit:active {
    background-color: #6cc9e9;
    color: #fff
}

.material .form_button.form_button-tfv_submit:disabled {
    background-color: #6cc9e9;
    color: #fff
}

.material~.select2-container--pl .pl-dropdown.select2-dropdown {
    font-size: 15px;
    border: solid 1px #e3e6e8
}

.material~.select2-container--pl .pl-dropdown.select2-dropdown.select2-dropdown--below {
    margin-top: 10px;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2)
}

.material~.select2-container--pl .pl-dropdown.select2-dropdown.select2-dropdown--above {
    margin-top: -10px;
    -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .2)
}

.select2-container--pl .pl-dropdown .select2-results>.select2-results__options {
    padding: 0 20px;
    min-height: 300px
}

.is_rtl .select2-container--pl .pl-dropdown .select2-results>.select2-results__options {
    text-align: right
}

.select2-container--pl .pl-dropdown .select2-results__option {
    padding: 1em 0;
    border-bottom: 1px solid #e3e6e8
}

.select2-container--pl .pl-dropdown .select2-results__option:last-of-type {
    border-bottom: none
}

.material~.select2-container--pl .pl-dropdown .select2-results__option[aria-selected=true] {
    color: #37a7f8;
    background: transparent
}

.material~.select2-container--pl .pl-dropdown .select2-results__option[aria-selected=true]:before {
    content: "✓";
    color: #37a7f8;
    float: right;
    margin-left: 10px
}

.is_rtl .material~.select2-container--pl .pl-dropdown .select2-results__option[aria-selected=true]:before {
    float: left
}

.material~.select2-container--pl .pl-dropdown .select2-results__option--highlighted[aria-selected] {
    color: #37a7f8;
    background: transparent
}

form div.form_element input.form_element-toggle-password {
    width: 92%
}

form div.form_element a.toggle-password-input .icon {
    width: 17px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    fill: #c41140
}

form div.form_element a.toggle-password-input.hide .icon {
    fill: #0085b9
}

.form .form_element.form-multi-lang-switch-field .form_element-item {
    display: none
}

.form .form_element.form-multi-lang-switch-field .form_element-item:first-child {
    display: block
}

.form .form-multi-lang-switcher {
    position: relative;
    display: inline-block;
    float: right;
    cursor: pointer;
    height: 12px;
    padding: 3px
}

.is_rtl .form .form-multi-lang-switcher {
    float: left
}

.form .form-multi-lang-switcher .form-multi-lang-switch-field-arrow {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 12px
}

.is_rtl .form .form-multi-lang-switcher .form-multi-lang-switch-field-arrow {
    margin-left: 0;
    margin-right: 10px
}

.form .form-multi-lang-switcher .form-multi-lang-switch-field-current {
    display: inline-block;
    height: 12px
}

.form .form-multi-lang-switcher .form-multi-lang-switch-field-arrow .icon {
    height: 10px;
    width: 10px;
    fill: #9b9b9b;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
}

.form .form-multi-lang-switcher.active .form-multi-lang-switch-field-arrow .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form .form-multi-lang-switcher .form-multi-lang-switch-field-list {
    display: none
}

.form .form-multi-lang-switcher.active .form-multi-lang-switch-field-list {
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1;
    padding: 3px 3px 0;
    background-color: white;
    -webkit-animation: slide-down .3s;
    -moz-animation: slide-down .3s;
    animation: slide-down .3s;
    border: 1px solid #ddd
}

.form .form-multi-lang-switcher.active .form-multi-lang-switch-field-list li {
    margin-bottom: 2px
}

.form .form-multi-lang-switcher.active .form-multi-lang-switch-field-list li:last-child {
    margin-bottom: 0
}

.is_rtl .form .form-multi-lang-switcher.active .form-multi-lang-switch-field-list {
    right: 0;
    left: unset
}

@-webkit-keyframes slide-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    from {
        opacity: 0;
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.form .form-multi-lang-switcher img.multi-lang-form-item-flag {
    width: 16px
}

.form_element-content.radio-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-bottom: 30px
}

.form_element-content.radio-buttons label {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 14px 20px;
    margin-right: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #58585b;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 200px;
    height: 50px
}

.is_rtl .form_element-content.radio-buttons label {
    margin-right: 0;
    margin-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.form_element-content.radio-buttons label.active {
    border: 1px solid #37a7f8;
    color: #37a7f8
}

.form_element-content.is-individual-content[data-disabled="1"].radio-buttons label {
    border: 1px solid #eee;
    color: #eee
}

.form_element-content.radio-buttons input {
    margin-left: 15px;
    height: auto !important;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form_element-label.radio-buttons-label {
    margin-bottom: 15px
}

.form_element-content.is-individual-content[data-disabled="1"] {
    pointer-events: none
}

.form_element-content.radio-buttons input+span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right
}

.is_rtl .form_element-content.radio-buttons input+span {
    float: left
}

.form_element-content.radio-buttons input+span:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.is_rtl .form_element-content.radio-buttons input+span:before {
    margin-left: 0;
    margin-right: 15px
}

.form_element-content.radio-buttons input:not(:disabled):not(:checked)+label:hover:before {
    border-color: #b3d7ff
}

.form_element-content.radio-buttons input:not(:disabled):active+span:before {
    background-color: #ddd;
    border-color: #ddd
}

.form_element-content.radio-buttons input:checked+span:before {
    border-color: #37a7f8;
    background-color: #37a7f8;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.form_element-content.is-individual-content[data-disabled="1"].radio-buttons input:checked+span:before {
    background-color: #ddd;
    border-color: #ddd
}

.form_element-content.radio-buttons[data-disabled="1"] input:disabled+span:before {
    background-color: #ddd;
    border-color: #ddd
}

@media(max-width:450px) {
    .form_element-content.radio-buttons label {
        padding: 14px 10px
    }

    .is_ltr .form_element-content.radio-buttons input+span:before {
        margin-left: 0
    }

    .is_rtl .form_element-content.radio-buttons input+span:before {
        margin-right: 0
    }
}

.is_rtl .material select.empty:not(:focus)~label.form_element-label,
.is_rtl .material input.empty:not(:focus)~label.form_element-label,
.is_rtl .material select~label.form_element-label,
.is_rtl .material select[multiple]~label.form_element-label,
.is_rtl .material input~label.form_element-label,
.is_rtl .material .form_element div.date-picker~label.form_element-label,
.is_rtl .material .form_element div.date-time-picker~label.form_element-label,
.is_rtl .material .form_element div.time-picker~label.form_element-label {
    direction: rtl;
    text-align: right;
    left: auto;
    right: 0
}

.is_rtl .material .select2-container--pl .select2-selection,
.is_rtl .material .form_element-textarea,
.is_rtl .material .form_element-select,
.is_rtl .material .form_element-text,
.is_rtl .material .form_element-password,
.is_rtl .material .form_element .errors,
.is_rtl .material .form_element-description {
    direction: rtl;
    text-align: right
}

.is_rtl .material .form_element-phone .form_element-text,
.is_rtl .material .form_element-phone .select2-container--pl .select2-selection {
    direction: ltr;
    text-align: left
}

.is_rtl .material .form_element-description {
    display: block
}

.is_rtl .material .form_button {
    direction: rtl
}

.is_rtl .select2-container--pl .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

.is_rtl .material .select2-container--pl .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 1.3em
}

.is_rtl .select2-container .select2-search--inline {
    float: right
}

.is_rtl .form_element-terms-and-conditions {
    text-align: right;
    direction: rtl;
    float: right
}

.is_rtl .form {
    direction: rtl
}

.is_rtl .form_element-label {
    margin-right: 0;
    margin-left: 6px
}

.is_rtl .valid:not(.no-status-icon) .form_element-text,
.is_rtl .valid:not(.no-status-icon) .form_element-textarea,
.is_rtl .valid:not(.no-status-icon) .form_element-password,
.is_rtl .invalid:not(.no-status-icon) .form_element-text,
.is_rtl .invalid:not(.no-status-icon) .form_element-textarea,
.is_rtl .invalid:not(.no-status-icon) .form_element-password {
    padding-right: 10px;
    padding-left: 40px
}

.is_rtl .material .valid:not(.no-status-icon) .form_element-text,
.is_rtl .material .valid:not(.no-status-icon) .form_element-textarea,
.is_rtl .material .valid:not(.no-status-icon) .form_element-password,
.is_rtl .material .invalid:not(.no-status-icon) .form_element-text,
.is_rtl .material .invalid:not(.no-status-icon) .form_element-textarea,
.is_rtl .material .invalid:not(.no-status-icon) .form_element-password {
    padding-left: 1em;
    padding-right: 0
}

.is_rtl .valid:not(.no-status-icon) .form_element-phone__number .form_element-text,
.is_rtl .invalid:not(.no-status-icon) .form_element-phone__number .form_element-text {
    padding-right: 1em;
    padding-left: 0
}

.is_rtl .invalid:not(.no-status-icon) .form_element-content:after,
.is_rtl .valid:not(.no-status-icon) .form_element-content:after {
    left: 15px;
    right: auto
}

.is_rtl .select2-container--pl .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin: .43em 0 0 .43em
}

.is_rtl .select2-container--pl .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .43em .43em 0
}

.form_element .form_element-multi-file-container .btn-container {
    display: inline-block;
    height: 42px;
    overflow: hidden
}

.form_element .form_element-multi-file-container .btn.btn-upload {
    padding: 9px;
    width: 100%;
    margin: 0;
    min-width: 210px
}

.form_element .form_element-multi-file-container .upload-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.form_element .form_element-multi-file-container .btn-container {
    position: relative
}

.form_element .form_element-preview-list {
    list-style-type: none;
    padding: 0
}

.form_element .form_element-preview-list-wrapper {
    margin-top: 15px
}

.form_element .form_element-preview-notice,
.form_element.form_element-image .form_element-description {
    font-size: 12px;
    line-height: 15px;
    color: #9b9b9b;
    margin: 0
}

.form_element .form_element-preview-notice {
    margin-bottom: 20px
}

.form_element .form_element-preview {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 20px
}

.is_ltr .form_element .form_element-preview {
    margin-right: 15px;
    float: left
}

.is_rtl .form_element .form_element-preview {
    margin-left: 15px;
    float: right
}

.form_element .form_element-preview .file-upload-preview-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px
}

.form_element .form_element-preview.error-image .file-upload-preview-image {
    border: 1px solid #eb5757;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px)
}

.form_element .form_element-preview .btn-delete {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    border: none;
    border-radius: 50%;
    background: #fff;
    z-index: 2
}

.form_element .form_element-preview .btn-delete .icon-cross-circled {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
    fill: #eb5757
}

.form_element-content-radio .form_element-option {
    position: relative
}

.form_element-content-radio .form_element-radio {
    display: none
}

.form_element-content-radio input.form_element-radio+span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.is_ltr .form_element-content-radio input.form_element-radio+span {
    left: 0
}

.is_ltr .form_element-content-radio input.form_element-radio+span {
    right: 0
}

.form_element-content-radio input.form_element-radio:checked+span {
    border: 5px solid #37a7f8
}

@media(max-width:767px) {

    .is_rtl .valid:not(.no-status-icon) .form_element-text,
    .is_rtl .valid:not(.no-status-icon) .form_element-textarea,
    .is_rtl .valid:not(.no-status-icon) .form_element-password,
    .is_rtl .invalid:not(.no-status-icon) .form_element-text,
    .is_rtl .invalid:not(.no-status-icon) .form_element-textarea,
    .is_rtl .invalid:not(.no-status-icon) .form_element-password {
        padding-right: 8px;
        padding-left: 28px
    }

    .form_element .form_element-preview:nth-child(5n) {
        margin-right: 18px
    }
}

.is_rtl .form_element-icon-after+.form_element-text {
    padding-right: 10px;
    padding-left: 1.5em
}

.form_element-cc-cvc.invalid>label {
    color: #ed1c24
}

.stars {
    width: 80px;
    height: 16px;
    background: url(../img/icon-star-not-active.png) repeat-x;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

.stars-active {
    height: 16px;
    display: inline-block;
    background: url(../img/icon-star-active.png) repeat-x;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

.is_rtl .stars-active {
    background-position-x: right
}

@CHARSET"UTF-8";

.feedback__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px
}

.feedback__avatar {
    width: 30px;
    height: 30px
}

.feedback__name-full {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #58585b
}

.feedback__timestamp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #9b9b9b
}

.feedback__hide-feedback .icon {
    width: 10px;
    height: 10px;
    fill: #ed1c24;
    stroke: #ed1c24
}

.feedback__content {
    padding: 16px;
    border-radius: 8px;
    background: rgba(217, 217, 217, .2)
}

.is_ltr .feedback__content {
    margin-left: 24px
}

@media(min-width:768px) {
    .is_ltr .feedback__content {
        margin-left: 44px
    }
}

.is_rtl .feedback__content {
    margin-right: 24px
}

@media(min-width:768px) {
    .is_rtl .feedback__content {
        margin-right: 44px
    }
}

.feedback__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px
}

.feedback__assessment {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #fff
}

.feedback__assessment--terrible {
    background: #eb5757
}

.feedback__assessment--poor {
    background: #eb5757
}

.feedback__assessment--average {
    background: #ff8300
}

.feedback__assessment--very-good {
    background: #64b010
}

.feedback__assessment--excellent {
    background: #64b010
}

.feedback__assessment-label {
    font-style: normal;
    font-weight: 700;
    font-size: 13px
}

.feedback__assessment-label--terrible {
    color: #eb5757
}

.feedback__assessment-label--poor {
    color: #eb5757
}

.feedback__assessment-label--average {
    color: #ff8300
}

.feedback__assessment-label--very-good {
    color: #64b010
}

.feedback__assessment-label--excellent {
    color: #64b010
}

.rating-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    gap: 8px;
    padding-bottom: 24px
}

@media(min-width:768px) {
    .rating-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        gap: 24px
    }
}

.rating-block__assessment {
    padding: 8px;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.rating-block__assessment--terrible {
    background: #eb5757
}

.rating-block__assessment--poor {
    background: #eb5757
}

.rating-block__assessment--average {
    background: #ff8300
}

.rating-block__assessment--very-good {
    background: #64b010
}

.rating-block__assessment--excellent {
    background: #64b010
}

.rating-block__assessment-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px
}

@media(min-width:768px) {
    .is_ltr .rating-block__assessment-info {
        padding-right: 24px;
        border-right: 1px solid #eee
    }

    .is_rtl .rating-block__assessment-info {
        padding-left: 24px;
        border-left: 1px solid #eee
    }
}

.rating-block__assessment-label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #58585b
}

.rating-block__vertical-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    border-bottom: 1px solid red
}

.rating-block__summary-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-top: 4px
}

.rating-block__summary-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 4px
}

@media(min-width:768px) {
    .rating-block__summary-details {
        padding-bottom: 0
    }
}

.rating-block__ratings {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #58585b
}

.is_ltr .rating-block__ratings {
    padding-right: 16px;
    border-right: 1px solid #eee
}

.is_rtl .rating-block__ratings {
    padding-left: 16px;
    border-left: 1px solid #eee
}

.rating-block__reviews-count {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #58585b
}

.rating-block__notice {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #64b010
}

body.customer-details {
    background: #fff
}

.customer-details .login .form_button {
    border-radius: 12px !important
}

.customer-details .slide-content-container-wrapper {
    background: #fff
}

body.customer-details .auth-form-wrapper {
    background: #fff;
    width: 370px
}

body.customer-details .auth-form-wrapper:after,
body.customer-details .auth-form-wrapper:before {
    background: none
}

.customer-details .slide-back.btn-back-to-fst-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.customer-details .slide-content-container-wrapper .slide-back.active+.btn-back-to-fst-step {
    display: none
}

.material .customer-details .form_element-content label.form_element-option {
    font-size: 17px
}

.slide-content-container-wrapper .customer-details.slide-content-container:before,
.slide-content-container-wrapper .customer-details.slide-content-container:after {
    background: none
}

.pay-via-link .slide-back span,
.customer-details .slide-back span {
    color: #37a7f8;
    font-size: 15px
}

.customer-details .slide-back .icon-arrowhead-b-left {
    position: relative;
    top: 20px
}

.customer-details .slide-content-container-wrapper .slide-back .icon.icon-arrowhead-back {
    padding: 20px 0;
    width: 25px;
    height: 25px;
    fill: #fff;
    position: relative;
    left: -7px
}

.customer-details .form_button {
    text-transform: none;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.customer-fields .form_element {
    width: 100%
}

.customer-fields fieldset {
    border: none;
    margin: 15px 0 0;
    padding: 0;
    min-width: 0;
    width: 100%
}

.customer-fields fieldset .form_element+.form_element {
    margin-top: 1em
}

.customer-fields fieldset:not(.sub-form-item) .form_element:not(:first-of-type):not(:focus) {
    display: none
}

.customer-fields fieldset .form_element.filled:not(.empty) {
    display: block
}

.customer-fields fieldset .customer-field-add-more {
    display: none;
    margin: .5em 0;
    color: #29aae2;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer
}

.customer-fields fieldset .customer-field-add-more:hover {
    color: #6cc9e9
}

.customer-fields fieldset .form_element.empty:not(:first-of-type)~.customer-field-add-more {
    display: inline-block
}

.customer-fields .form_element-date .form_element-content>label.form_element-label {
    font-size: 20px;
    margin-bottom: 2em;
    color: #666
}

.customer-fields textarea {
    margin-top: .5em
}

.customer-fields .textarea_counter {
    text-align: right;
    font-size: 12px;
    line-height: 1.3;
    color: #bbbdc0
}

.customer-fields .form_element .form_element-description {
    display: block
}

.customer-fields .form_element .errors {
    max-height: none;
    margin: .3em 0
}

.customer-fields .form_element-content .form_button.file-upload-select-file-button {
    background-color: transparent;
    color: #58585b;
    border: 1px solid #58585b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
    text-align: center;
    padding: 14px;
    display: block;
    margin-top: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
}

.customer-fields .form_button.file-upload-select-file-button:hover {
    background-color: transparent
}

.is_rtl .customer-fields .form_button.file-upload-select-file-button {
    float: right
}

.customer-fields .file-upload .form_element-content {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-flow: column
}

.customer-fields .file-upload.empty .file-upload-preview-image {
    display: none
}

.customer-fields .file-upload .form_element-content .title {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
}

.customer-fields .file-upload .form_element-content .upload-image-properties-container {
    width: 100%;
    height: 370px;
    margin-bottom: 18px;
    background-color: #fafafa;
    border: 1px dashed #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
}

.customer-fields .file-upload.filled .form_element-content .upload-image-properties-container {
    display: none
}

.customer-fields .file-upload .form_element-content .upload-image-properties-container .content {
    text-align: center;
    margin-top: 120px
}

.customer-fields .file-upload .form_element-content .upload-image-properties-container .content .icon {
    width: 60px;
    height: 60px;
    stroke: #c4c4c4;
    margin-bottom: 15px
}

.customer-fields .file-upload .form_element-content .upload-image-properties-container .content .text-container {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #9b9b9b;
    cursor: default
}

.customer-fields .file-upload-file-link {
    display: block;
    margin-bottom: 18px;
    padding: 0 .5em;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8em;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    background-color: #29aae2
}

.customer-fields img.file-upload-preview-image:not([src*="/upload/"]) {
    display: none
}

.customer-fields img.file-upload-preview-image {
    width: 100%;
    max-width: 540px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
}

.customer-fields .file-upload-file-link:not([href*="/upload/"]) {
    display: none
}

.customer-fields img.file-upload-preview-image[src*="/upload/"] {
    margin-bottom: 18px
}

.is_rtl .customer-fields img.file-upload-preview-image[src*="/upload/"]+.form_button.file-upload-select-file-button {
    float: right
}

.event-customer-field__disclaimer-link,
.customer-fields .form_element .choice-custom-value .custom-value-link {
    color: #29aae2;
    font-size: 16px;
    position: relative;
    line-height: 16px
}

.customer-fields .form_element .choice-custom-value .custom-value-link {
    padding-left: 15px
}

.saleconsole-customer-details .form_element .choice-custom-value .custom-value-link:before,
.customer-fields .form_element .choice-custom-value .custom-value-link:before {
    content: "+";
    position: absolute;
    line-height: 20px;
    top: 0;
    left: 2px
}

.customer-fields .form_element .choice-custom-value .custom-value-link.opened:before {
    content: "−"
}

.customer-fields .form_button-submit {
    font-weight: 400;
    background: #64b010
}

.customer-fields .form_element .choice-custom-value .custom-value-wrapper {
    display: none
}

.customer-fields__third-step-number {
    font-size: 14px;
    color: #999
}

.ticket-voucher-section__third-step {
    border-radius: 3px;
    border: solid 1px #ddd;
    background-color: #fbfbfb;
    padding: 10px 25px;
    font-size: 22px;
    border-left: 5px solid #37a7f8;
    display: block
}

.is_rtl .ticket-voucher-section__third-step {
    border-left: solid 1px #ddd;
    border-right: 5px solid #37a7f8
}

.ticket-voucher-section__third-step .entity-name {
    width: 70%;
    display: inline-block
}

.ticket-voucher-section__third-step .entity-name div:nth-child(2) {
    margin-top: 5px;
    font-size: 15px
}

.ticket-voucher-section__third-step .entity-info {
    text-align: right;
    width: 30%;
    display: inline-block;
    float: right
}

.is_rtl .ticket-voucher-section__third-step .entity-info {
    text-align: left;
    float: left
}

.ticket-voucher-section__third-step .entity-info .seating-position-row {
    border-radius: 5px;
    color: #fff;
    background: #58585b;
    padding: 0 4px;
    margin-right: 5px
}

.event-customer-field__disclaimer-description {
    width: 700px;
    height: 700px;
    overflow: hidden;
    overflow-y: scroll
}

.customer-fields .form_element-phone__country-code {
    display: inline-block;
    width: 32%
}

.third-step div.form_element-phone__country-code {
    margin-right: 5%
}

.customer-fields .form_element-phone__country-code select {
    width: 100%
}

.customer-fields .form_element-phone__number {
    display: inline-block;
    vertical-align: top;
    width: 63%
}

.edit_order_customer-fields .customer-fields .form_element-phone__number {
    float: right
}

.customer-fields .form_element-phone__number .form_element-content {
    width: 100%
}

.customer-fields .form-phone-number .form_element-description {
    float: left
}

.customer-fields .select2-selection__rendered,
.customer-fields .select2-selection__choice {
    cursor: pointer !important
}

.customer-fields .select2-selection__choice {
    overflow: hidden;
    text-overflow: ellipsis
}

.customer-fields .form_element-select[multiple].filled~.select2~label.form_element-label {
    top: -12px
}

.customer-fields .form_element.no-status-icon .form_element-content.floating-label .form_element-content .form_element-label {
    margin-right: 0
}

.is_rtl .customer-fields .form_element.no-status-icon .form_element-content.floating-label .form_element-content .form_element-label {
    margin-right: 0;
    margin-left: 0
}

@media(max-width:1250px) {
    .event-customer-field__disclaimer-description {
        width: 500px;
        height: 600px;
        margin-right: -17px;
        padding-right: 17px;
        text-align: justify
    }
}

@media(max-width:767px) {
    .container2 .customer-details {
        margin-bottom: 80px
    }

    .customer-details .fixed-container {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 16px 20px;
        z-index: 11
    }

    .customer-details .fixed-container .form_button-submit {
        margin-top: 0
    }

    .customer-details .slide-content-container-wrapper .slide-back {
        top: 0
    }

    .material .customer-details .form_element-content label.form_element-option {
        font-size: 17px
    }

    .container2 .customer-details h2 {
        font-size: 22px;
        margin-top: 60px
    }

    .customer-details .customer-fields-form {
        margin-bottom: 150px
    }

    .customer-details .login .form_button-container {
        position: static;
        width: 100%
    }

    .customer-details .auth-form-wrapper,
    .customer-details.auth-form-wrapper {
        width: 100%
    }

    .customer-details .header .header-logo .mobile-logo .toggle-active-button {
        pointer-events: none
    }

    .customer-details .header .header-logo .mobile-logo .toggle-active-button .icon-arrowhead-down {
        display: none
    }

    .event-customer-field__disclaimer-description {
        width: auto;
        height: 450px;
        margin: 0 -8px 10px 10px
    }

    .material .customer-details .form_element-content .form_element-option {
        padding-left: 1.8em
    }

    .is_rtl .material .customer-details .form_element-content .form_element-option {
        padding-left: 0;
        padding-right: 1.8em
    }
}

@media(max-width:441px) {
    body.customer-details .auth-form-wrapper {
        width: 100%
    }
}

@CHARSET"UTF-8";

.second-step .form-wrapper.second-step .form_element {
    display: inline-block;
    vertical-align: top
}

.second-step div.form_element-phone__country-code {
    display: inline-block;
    width: 32%;
    margin-right: 5%
}

.second-step div.form_element-phone__country-code select {
    width: 100%
}

.second-step .form_element-phone__number {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.second-step .form_element-country,
.second-step div.form_element-full-name,
.second-step .form_element-country-of-residence,
.second-step .form_element-phone {
    width: 100%
}

.follower-list__users-container {
    overflow: hidden
}

@media(min-width:1250px) {
    .follower-list__users-container {
        width: auto !important
    }
}

@media(min-width:992px) {
    .follower-list__users-container {
        width: 285px
    }
}

.follower-list__users-container-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    gap: 8px
}

@media(min-width:768px) {
    .follower-list__users-container-list {
        gap: 5px
    }
}

.follower-list__user-avatar-img {
    max-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: .7;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.follower-list__user-avatar-img.icon-silhouette-bust-2 {
    background: #eee;
    padding: 6px;
    stroke: #9b9b9b
}

.follower-drop-down-list {
    display: none;
    padding: 32px 0 32px 32px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 12px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 5px 20px 0;
    z-index: 1
}

@media(min-width:768px) {
    .follower-drop-down-list {
        margin: 5px 0 0;
        width: 100%
    }
}

.follower-drop-down-list__users {
    overflow-y: scroll;
    max-height: 354px
}

.follower-drop-down-list__users::-webkit-scrollbar {
    width: 8px
}

.follower-drop-down-list__users::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 4px
}

.follower-drop-down-list__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 15px
}

.follower-drop-down-list__user:last-child {
    margin-bottom: 0
}

.follower-drop-down-list__user-name {
    margin-left: 15px;
    font-size: 15px;
    line-height: 18px
}

.follower-drop-down-list__user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.follower-drop-down-list__user-avatar.icon-silhouette-bust-2 {
    width: 40px;
    height: 40px;
    background: #eee;
    padding: 6px;
    stroke: #9b9b9b
}

.is_rtl .follower-drop-down-list {
    padding: 32px 32px 32px 0
}

.is_rtl .follower-drop-down-list__user-name {
    margin-left: 0;
    margin-right: 15px
}

.favorite-block__main-favorite {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    font-size: 16px
}

.favorite-block__add-to-follow {
    color: #37a7f8
}

.favorite-block__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

.favorite-block__btn--action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #58585b;
    padding: 8px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.favorite-block__btn--action-bar span {
    display: none
}

.favorite-block__btn--action-bar svg.icon {
    stroke: #fff;
    fill: #fff;
    height: 14px;
    width: 14px
}

@media(min-width:768px) {
    .favorite-block__btn--action-bar {
        padding: 0
    }

    .favorite-block__btn--action-bar span {
        display: block
    }

    .favorite-block__btn--action-bar svg.icon {
        stroke: #58585b;
        fill: #58585b;
        height: 16px;
        width: 16px
    }

    .favorite-block__btn--action-bar:hover {
        color: #37a7f8
    }

    .favorite-block__btn--action-bar:hover svg.icon {
        stroke: #37a7f8
    }
}

@media(min-width:768px) {
    .favorite-block__btn {
        width: 100%
    }
}

[data-favorite-status=not-in] .favorite-block__btn--in-favorite {
    display: none
}

[data-favorite-status=not-in] .favorite-block__btn--following {
    display: none
}

[data-favorite-status=in] .favorite-block__btn--not-favorite {
    display: none
}

[data-favorite-status=in] .favorite-block__btn--follow {
    display: none
}

[data-favorite-status=in] .favorite-block__registered-icon {
    width: 17px;
    height: 12px;
    fill: #fff
}

.favorite-block-register {
    width: 100%
}

.favorite-block-register__btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 20px
}

@media(min-width:768px) {
    .favorite-block-register__btn {
        padding: 12px;
        font-size: 18px
    }
}

.favorite-block-register__btn--registered {
    background: transparent;
    border-color: transparent;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.is_ltr .favorite-block-register__btn--registered {
    padding: 12px 8px 12px 12px
}

.is_rtl .favorite-block-register__btn--registered {
    padding: 12px 12px 12px 8px
}

.favorite-block-register__btn--registered .favorite-block-register__checkmark .icon {
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg)
}

.favorite-block-register__btn--registered .favorite-block-register__text {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

@media(min-width:768px) {
    .favorite-block-register__btn--registered {
        padding: 12px;
        border-color: #dbdbdb;
        border-color: var(--Interaction-Disable-border);
        background: #eee;
        background: var(--Interaction-Disable-bg);
        color: #fff
    }

    .favorite-block-register__btn--registered .favorite-block-register__checkmark .icon {
        fill: #fff;
        fill: var(--Interaction-Primary-content)
    }

    .favorite-block-register__btn--registered .favorite-block-register__text {
        color: #fff;
        color: var(--Interaction-Primary-content)
    }
}

.favorite-block-register__checkmark {
    position: relative;
    top: 3px
}

.favorite-block-register__checkmark .icon {
    fill: #fff;
    width: 18px;
    height: 18px
}

[data-favorite-status=not-in] .favorite-block-register__btn--registered {
    display: none
}

[data-favorite-status=in] .favorite-block-register__btn--register {
    display: none
}

.favorite-heart {
    height: 16px;
    width: 16px;
    vertical-align: text-top
}

.icon-heart-not-favourites {
    height: 16px;
    fill: none !important;
    stroke: #58585b
}

.icon-heart-in-favourites {
    height: 16px;
    stroke: #ed1c24;
    fill: #ed1c24
}

.icon-checkmark-in-favourites {
    width: 17px;
    height: 12px;
    fill: #58585b
}

.your-platinumlist-app__wrapper {
    background: -webkit-linear-gradient(182.91deg, #f8c7e4 11.33%, #95abf9 190.69%);
    background: -moz-linear-gradient(182.91deg, #f8c7e4 11.33%, #95abf9 190.69%);
    background: linear-gradient(267.09deg, #f8c7e4 11.33%, #95abf9 190.69%);
    color: #fff;
    padding: 22px;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.your-platinumlist-app__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px
}

.your-platinumlist-app__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px
}

.your-platinumlist-app__featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 6px;
    margin-bottom: 16px
}

.your-platinumlist-app__thumbs-up .icon {
    height: 16px;
    width: 18px;
    fill: #fff
}

.your-platinumlist-app__feautured-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.your-platinumlist-app__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.your-platinumlist-app__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 150px;
    height: 42px;
    background-color: #fff;
    border-radius: 12px
}

.your-platinumlist-app__iphone {
    position: absolute;
    max-width: 150px
}

.is_ltr .your-platinumlist-app__iphone {
    right: -12.5%;
    bottom: -38%
}

.is_ltr .your-platinumlist-app__subtitle {
    max-width: 248px
}

.is_rtl .your-platinumlist-app__iphone {
    right: 65%;
    bottom: -49%
}

.is_rtl .your-platinumlist-app__subtitle {
    max-width: 280px
}

@media(min-width:535px) {
    .is_ltr .your-platinumlist-app__iphone {
        right: -8%;
        bottom: -8%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 73%;
        bottom: -15%
    }
}

@media(min-width:576px) {
    .your-platinumlist-app__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }

    .your-platinumlist-app__title {
        font-size: 32px
    }

    .your-platinumlist-app__iphone {
        bottom: -35%
    }

    .is_ltr .your-platinumlist-app__iphone {
        right: -5%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 80%
    }
}

@media(min-width:768px) {
    .your-platinumlist-app__wrapper {
        background: -webkit-linear-gradient(188.09deg, #f8c7e4 -4.87%, #95abf9 87.56%);
        background: -moz-linear-gradient(188.09deg, #f8c7e4 -4.87%, #95abf9 87.56%);
        background: linear-gradient(261.91deg, #f8c7e4 -4.87%, #95abf9 87.56%)
    }

    .your-platinumlist-app__btns {
        gap: 15px
    }

    .your-platinumlist-app__btn {
        width: 200px
    }

    .your-platinumlist-app__iphone {
        max-width: 190px
    }

    .your-platinumlist-app__title {
        margin-bottom: 24px
    }

    .your-platinumlist-app__subtitle {
        margin-bottom: 24px;
        max-width: none
    }

    .is_ltr .your-platinumlist-app__iphone {
        bottom: -60%
    }

    .is_ltr .your-platinumlist-app__subtitle {
        max-width: none
    }

    .is_rtl .your-platinumlist-app__iphone {
        bottom: -60%
    }

    .is_rtl .your-platinumlist-app__subtitle {
        max-width: none
    }
}

@media(min-width:992px) {
    .your-platinumlist-app__iphone {
        max-width: 290px
    }

    .is_ltr .your-platinumlist-app__iphone {
        right: 5%;
        bottom: -145%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 65%;
        bottom: -145%
    }
}

@media(min-width:1250px) {
    .your-platinumlist-app__wrapper {
        padding: 56px 150px
    }

    .your-platinumlist-app__title {
        font-size: 40px;
        margin-bottom: 24px
    }

    .your-platinumlist-app__subtitle {
        font-size: 24px;
        margin-bottom: 24px
    }

    .your-platinumlist-app__iphone {
        max-width: 394px
    }

    .is_ltr .your-platinumlist-app__iphone {
        bottom: -145%;
        right: 10%
    }

    .is_ltr .your-platinumlist-app__subtitle {
        max-width: 444px
    }

    .is_rtl .your-platinumlist-app__iphone {
        bottom: -128%;
        right: 64%
    }

    .is_rtl .your-platinumlist-app__subtitle {
        max-width: 444px
    }
}

.top-filter {
    padding: 24px 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px
}

.top-filter .calendar-btn {
    position: absolute;
    z-index: 0;
    bottom: 0
}

.top-filter .other-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.top-filter .other-links__list {
    gap: 8px
}

@media(min-width:768px) {
    .top-filter .other-links__list {
        gap: 16px
    }
}

.dual-calendar-btn {
    padding: 9px 0;
    width: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 52px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 10
}

.dual-calendar-btn .icon-calendar-picker {
    width: 20px;
    height: 19px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    fill: #58585b
}

.dual-calendar-btn--active {
    background-color: #37a7f8;
    color: #fff
}

.dual-calendar-btn--active .icon-calendar-picker {
    fill: #fff
}

.dual-calendar-btn--active:hover {
    color: #fff
}

.dual-calendar-btn--active:hover .icon-calendar-picker {
    fill: #fff
}

.dual-calendar-btn--line-calendar {
    padding: 13px 0;
    width: 70px
}

.dual-calendar-btn:hover {
    color: #37a7f8;
    background-color: #2294e5
}

.dual-calendar-btn:hover .icon-calendar-picker {
    fill: #fff
}

.top-caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.top-caption__link {
    display: inline-block;
    cursor: pointer;
    color: #37a7f8
}

.top-caption__arrow.icon-arrow-rounded {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    stroke: #37a7f8;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.top-caption__arrow--rotate .icon-arrow-rounded {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.is_ltr .top-filter .calendar-btn {
    left: 0
}

.is_ltr .top-caption__arrow {
    margin-left: 4px
}

.is_rtl .top-filter .calendar-btn {
    right: 0
}

.is_rtl .top-caption__arrow {
    margin-right: 4px
}

@media(min-width:385px) {
    .top-filter__button {
        padding: 10px 16px
    }
}

@media(min-width:768px) {
    .top-filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        padding: 32px 0
    }

    .top-filter--page-title {
        padding: 0 0 16px
    }

    .top-caption {
        font-size: 32px
    }

    .top-caption__arrow.icon-arrow-rounded {
        width: 20px;
        height: 20px
    }

    .top-filter-calendar .date-picker .ui-datepicker-trigger {
        padding: 10px 16px
    }
}

.past-events {
    border-top: 1px solid #ddd
}

.past-events__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #ddd
}

.past-events__load-more-button {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px
}

.past-events__datetime-calendar-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: -3px;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    fill: #9b9b9b
}

.is_rtl .past-events__datetime-calendar-item {
    margin-right: 0;
    margin-left: 12px
}

.past-events__info {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    color: #9b9b9b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.location-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 16px
}

.location-block__item {
    font-size: 14px;
    line-height: 17px
}

.location-block__title:not(:first-child) {
    margin-top: 24px
}

.location-block__title {
    margin: 0 10px 18px 0;
    display: inline-block
}

.location-block__google-map-container {
    display: none
}

.location-block__google-map-container--loading {
    display: block;
    height: 0;
    overflow: hidden
}

.location-block__google-map-container--open {
    display: block;
    margin-top: 16px
}

.location-block__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    padding: 1px;
    border-radius: 12px;
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.location-block__main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px;
    padding: 8px 8px 8px 0
}

@media(min-width:768px) {
    .location-block__main-info {
        padding: 10px 10px 10px 0
    }
}

.location-block__venue-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px
}

.location-block__venue-name--link {
    text-decoration: none;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.location-block__venue-name--link:hover {
    color: #58585b;
    color: var(--Content-primary)
}

.location-block__address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.location-block__aside-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 80px;
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -moz-box-flex: 0;
    flex: 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 5px rgba(131, 23, 151, .04), 0 0 2px rgba(131, 23, 151, .16);
    box-shadow: 0 2px 5px rgba(131, 23, 151, .04), 0 0 2px rgba(131, 23, 151, .16);
    border-radius: 12px;
    background: #fff;
    background: var(--Bg-default)
}

.location-block__aside-icon {
    padding-top: 2px;
    padding-bottom: 8px
}

.location-block__aside-icon .icon {
    width: 24px;
    height: 24px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.location-block__aside-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap
}

.location-block__aside-sub-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    white-space: nowrap
}

.location-block__view-map-button .icon {
    margin: 0 25px 0 8px;
    height: 10px;
    width: 7.5px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.location-block__view-map-button:hover .icon {
    fill: #58585b;
    fill: var(--Content-primary)
}

.location-block__view-map-button--active .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.location-block__view-navigation-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 14px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.location-block__view-navigation-button .icon {
    position: relative;
    height: 16px;
    width: 16px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.location-block__view-navigation-button:hover {
    color: #58585b;
    color: var(--Content-primary)
}

.location-block__view-navigation-button:hover .icon {
    stroke: #58585b;
    stroke: var(--Content-primary)
}

.location-block__google-map-static-image {
    margin: 0;
    border-radius: 12px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.is_rtl .location-block__view-navigation-button .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.is_rtl .location-block__view-map-button .icon {
    margin: 0 8px 0 25px
}

@media(min-width:768px) {
    .location-block__title:not(:first-child) {
        margin-top: 60px
    }

    .location-block__google-map-static-image {
        width: 708px;
        height: 240px
    }
}

.auth.modal-open .modal .modal-dialog {
    margin: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width:768px) {
    .auth.modal-open .modal .modal-dialog {
        margin: 30px auto;
        width: 530px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
}

.auth.modal-open .modal .modal-content {
    position: relative;
    max-width: 530px;
    border-radius: 24px;
    -webkit-box-shadow: 0 10px 10px #000;
    -webkit-box-shadow: 0 10px 10px var(--Content-pure);
    box-shadow: 0 10px 10px #000;
    box-shadow: 0 10px 10px var(--Content-pure);
    margin: 0 auto
}

.auth.modal-open .modal .modal-content .modal-body {
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 24px
}

.auth.modal-open .modal .modal-content .modal-loader,
.auth.modal-open .modal .modal-content .canvas-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.auth.modal-open .modal .modal-content .modal-loader canvas,
.auth.modal-open .modal .modal-content .canvas-loader canvas {
    width: 50px;
    height: 50px
}

.modal .modal-body .auth-form-wrapper h2 {
    margin-bottom: 32px
}

.auth-form-container {
    width: 100%;
    max-width: 370px;
    margin: 0 auto
}

.auth-form-container__title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: 500
}

.auth-form-container__back {
    position: absolute;
    top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer
}

.auth-form-container__back .icon {
    width: 18px;
    height: 16px;
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.auth-form .auth-form__header {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    margin: 60px 0 32px
}

.auth-form .auth-form__btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    display: block
}

.auth-form .auth-form__btn--log-in {
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto 12px;
    line-height: 22px
}

.auth-form .auth-form__btn--google {
    -webkit-box-shadow: 0 1px 2px #bfbfbf, 0 0 2px #eee;
    -webkit-box-shadow: 0 1px 2px var(--Interaction-Disable-content), 0 0 2px var(--Interaction-Disable-bg);
    box-shadow: 0 1px 2px #bfbfbf, 0 0 2px #eee;
    box-shadow: 0 1px 2px var(--Interaction-Disable-content), 0 0 2px var(--Interaction-Disable-bg);
    color: #000;
    color: var(--Content-pure)
}

.auth-form .auth-form__btn--google:hover,
.auth-form .auth-form__btn--google:disabled {
    background-color: #eee;
    background-color: var(--Interaction-Disable-bg)
}

.auth-form .auth-form__btn--facebook {
    color: #fff;
    color: var(--Interaction-Primary-content);
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    border: none;
    text-transform: none;
    line-height: 22px !important;
    letter-spacing: 0;
    height: 50px
}

.auth-form .auth-form__btn--facebook span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-size: 15px
}

.auth-form .auth-form__btn--facebook .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.auth-form .auth-form__btn--facebook:hover,
.auth-form .auth-form__btn--facebook:disabled {
    color: #fff;
    color: var(--Interaction-Primary-content);
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg)
}

.auth-form .auth-form__btn--apple {
    color: #fff;
    color: var(--Interaction-Primary-content);
    background-color: #000;
    background-color: var(--Content-pure)
}

.auth-form .auth-form__btn--apple .icon {
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.auth-form .auth-form__btn--apple:hover,
.auth-form .auth-form__btn--apple:disabled {
    background-color: #000;
    background-color: var(--Content-pure)
}

.auth-form .auth-form__btn--submit {
    font-size: 20px;
    color: #fff;
    color: var(--Interaction-Primary-content);
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg);
    margin-top: 32px;
    line-height: 24px;
    text-transform: none
}

.auth-form .auth-form__btn--submit:hover,
.auth-form .auth-form__btn--submit:disabled {
    background-color: #2294e5;
    background-color: var(--Interaction-Primary-bg_hover);
    color: #fff;
    color: var(--Interaction-Primary-content_hover)
}

.auth-form .auth-form__btn .icon {
    width: 18px;
    height: 18px
}

.auth-form.material .form_element-content label.form_element-option {
    font-size: 15px;
    color: #58585b;
    color: var(--Content-primary)
}

.auth-form .auth-form__btn-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.auth-form .auth-form__or-divider {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 24px auto 16px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.auth-form .auth-form__or-divider:before,
.auth-form .auth-form__or-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    height: 1px;
    background-color: #e6ebf0;
    background-color: var(--Bg-secondary)
}

.auth-form .auth-form__or-divider:before {
    left: 0
}

.auth-form .auth-form__or-divider:after {
    right: 0
}

.auth-form .auth-form__input.invalid .auth-form__input-text {
    border-bottom: 1px solid #f25050;
    border-bottom: 1px solid var(--Accent-alert)
}

.auth-form .auth-form__input-text,
.auth-form.material .auth-form__input-text {
    border: none;
    padding: 5px 0;
    font-size: 15px;
    margin-top: 0;
    border-bottom: 1px solid #e6ebf0;
    border-bottom: 1px solid var(--Bg-secondary);
    background-color: transparent
}

.auth-form .auth-form__input-text::-webkit-input-placeholder,
.auth-form.material .auth-form__input-text::-webkit-input-placeholder {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    margin-bottom: 6px
}

.auth-form .auth-form__input-text::-moz-placeholder,
.auth-form.material .auth-form__input-text::-moz-placeholder {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    margin-bottom: 6px
}

.auth-form .auth-form__input-text:-ms-input-placeholder,
.auth-form.material .auth-form__input-text:-ms-input-placeholder {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    margin-bottom: 6px
}

.auth-form .auth-form__input-text::-ms-input-placeholder,
.auth-form.material .auth-form__input-text::-ms-input-placeholder {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    margin-bottom: 6px
}

.auth-form .auth-form__input-text::placeholder,
.auth-form.material .auth-form__input-text::placeholder {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    margin-bottom: 6px
}

.auth-form .auth-form__input-text:focus,
.auth-form.material .auth-form__input-text:focus {
    border-color: rgba(96, 128, 159, .14);
    border-color: var(--Bg-border)
}

.auth-form.material .form_element-text.filled~label.form_element-label,
.auth-form.material .form_element-text:focus~label.form_element-label {
    bottom: 30px;
    font-size: 13px
}

.auth-form .auth-form__content--relative {
    position: relative
}

.auth-form .auth-form__label {
    font-size: 13px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.auth-form .auth-form__label:after {
    color: #f25050;
    color: var(--Accent-alert)
}

.auth-form.material .form_element-label.required:after {
    color: #f25050;
    color: var(--Accent-alert)
}

.auth-form.material input.empty:not(:focus)~label.form_element-label {
    font-size: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.auth-form.material input.empty:not(:focus)~label.form_element-label:after {
    color: #f25050;
    color: var(--Accent-alert)
}

.auth-form .auth-form__login-action {
    font-size: 13px;
    line-height: 16px
}

.auth-form .auth-form__login-action--bottom {
    margin-top: 32px
}

.auth-form .auth-form__login-action--small {
    font-size: 12px
}

.auth-form .auth-form__login-action-checkbox {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-top: 24px
}

.auth-form .auth-form__login-action-text {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.auth-form .auth-form__login-action-link {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    border-bottom: 1px solid #37a7f8;
    border-bottom: 1px solid var(--Interaction-Secondary-border)
}

.auth-form .auth-form__login-action-link:hover {
    border-bottom: 1px solid #1985d2;
    border-bottom: 1px solid var(--Interaction-Secondary-content_hover);
    color: #1985d2;
    color: var(--Interaction-Secondary-border_hover)
}

.auth-form .auth-form__description {
    font-size: 12px;
    line-height: 15px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.auth-form .auth-form__description a,
.auth-form .auth-form__description button {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    border-bottom: 1px solid #37a7f8;
    border-bottom: 1px solid var(--Interaction-Secondary-border);
    cursor: pointer
}

.auth-form .auth-form__description a:hover,
.auth-form .auth-form__description button:hover {
    border-bottom: 1px solid #1985d2;
    border-bottom: 1px solid var(--Interaction-Secondary-content_hover);
    color: #1985d2;
    color: var(--Interaction-Secondary-border_hover)
}

.auth-form .auth-form__second-login-email {
    display: none
}

.auth-form .auth-form__errors {
    margin-top: 0
}

.auth-form .auth-form__hide-pass-eye {
    position: absolute
}

.auth-form .message_block {
    padding: 0
}

.auth-form .invalid.form_element .errors {
    margin-top: 2px;
    font-size: 12px;
    color: #f25050;
    color: var(--Accent-alert)
}

.auth-form.material .form_element {
    margin-top: 36px
}

.auth-form.material .auth-form__remember-me {
    margin-top: 16px
}

.auth-form.material .auth-form__checkbox {
    margin-top: 16px
}

.auth-form .form_button-container {
    margin-top: 0
}

.auth-form__label {
    font-weight: 400;
    font-size: 13px !important;
    color: #8f8f8f;
    color: var(--Content-secondary);
    line-height: 16px
}

.auth-form .form_element-terms-and-conditions .label-text {
    color: #8f8f8f;
    color: var(--Content-secondary);
    font-size: 15px;
    line-height: 22px
}

.auth-form .terms-and-conditions-link {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.auth-form.material .form_button-submit {
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.auth-form.material .form_button-submit:hover,
.auth-form.material .form_button-submit:active {
    color: var(-Interaction-Primary-content_hover);
    background: #2294e5;
    background: var(--Interaction-Primary-bg_hover)
}

.is_ltr .auth-form__btn .icon {
    margin-right: 10px
}

.is_ltr .auth-form__hide-pass-eye {
    right: 0
}

.is_ltr .auth-form-container__back {
    left: 24px
}

.is_rtl .auth-form__btn .icon {
    margin-left: 10px
}

.is_rtl .auth-form__hide-pass-eye {
    left: 0
}

.is_rtl .auth-form-container__back {
    right: 24px
}

.is_rtl .auth-form-container__back .icon {
    rotate: 180deg
}

.auth-sms-verification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 32px
}

.auth-sms-verification__icon {
    width: 70px;
    height: 70px
}

.auth-sms-verification__info {
    font-size: 17px;
    line-height: 24px;
    text-align: start
}

.auth-sms-verification .phone-number-ltr {
    direction: ltr;
    display: inline-block
}

.offer-section-image-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    margin-top: 10px;
    margin-bottom: 10px
}

.offer-section-image-list__slider-content {
    display: none
}

.offer-section-image-list__item {
    border-radius: 3px;
    position: relative;
    min-width: 105px
}

.offer-section-image-list__image {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    width: 105px;
    height: 85px
}

.offer-section-image-list__link {
    position: absolute;
    display: block;
    z-index: 100;
    width: 105px;
    height: 85px;
    top: 0;
    left: 0
}

.is_ltr .offer-section-image-list {
    margin-right: -20px;
    padding-right: 20px
}

.is_rtl .offer-section-image-list {
    margin-left: -20px;
    padding-left: 20px
}

.offer-section-image-list::-webkit-scrollbar {
    display: none
}

@media(min-width:768px) {
    .offer-section-image-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .offer-section-image-list__image {
        width: 130px
    }

    .offer-section-image-list__link {
        width: 130px
    }

    .is_ltr .offer-section-image-list {
        margin-right: 0;
        padding-right: 0
    }

    .is_rtl .offer-section-image-list {
        margin-left: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .offer-section-image-list--toggle {
        margin-left: 20px;
        margin-right: 20px
    }
}

.upcoming-events p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.upcoming-events .upcoming-events__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 18px
}

.upcoming-events__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px;
    overflow: hidden
}

.upcoming-events__item:not(:last-of-type) {
    margin-bottom: 24px
}

.upcoming-events__rounded-picture {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.upcoming-events__main-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.upcoming-events__main-block:not(:last-of-type) {
    margin-bottom: 6px
}

.upcoming-events__secondary-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    line-height: 17px
}

.upcoming-events__secondary-block:not(:last-of-type) {
    margin-bottom: 6px
}

.upcoming-events__info {
    overflow: hidden
}

.upcoming-events__info-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px
}

.upcoming-events__info-title {
    font-size: 16px;
    font-weight: 700;
    color: #58585b;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.upcoming-events__info-title:hover {
    color: #37a7f8
}

.upcoming-events__info-rating {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    min-width: 22px;
    padding: 1px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #64b010
}

.upcoming-events__info-date {
    color: #9b9b9b
}

.upcoming-events__info-description {
    max-width: 420px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px
}

.upcoming-events__media {
    position: relative
}

.upcoming-events__add-to-favorite-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center
}

@media(min-width:768px) {
    .upcoming-events__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        gap: 24px
    }

    .upcoming-events__item:not(:last-of-type) {
        margin-bottom: 32px
    }

    .upcoming-events__rounded-picture {
        width: auto;
        max-width: 200px
    }

    .upcoming-events__info-price .price {
        font-size: 16px
    }
}

@media(min-width:992px) {
    .upcoming-events__item {
        height: 149px
    }

    .upcoming-events__main-block:not(:last-of-type) {
        margin-bottom: 12px
    }

    .upcoming-events__secondary-block {
        font-size: 16px;
        line-height: 19px
    }

    .upcoming-events__secondary-block:not(:last-of-type) {
        margin-bottom: 10px
    }

    .upcoming-events__info-title {
        font-size: 18px;
        line-height: 22px
    }

    .upcoming-events__rounded-picture {
        max-width: 280px
    }
}

.is_rtl .upcoming-events__add-to-favorite-heart {
    right: auto;
    left: 15px
}

.accelerator-best-price {
    color: #64b010
}

.selling-fast {
    color: #831797
}

.few-tickets-left {
    color: #831797
}

.accelerator-custom-text {
    color: #831797
}

.accelerator-user-views {
    color: #ff8300
}

.accelerator-crossed-price {
    color: #9b9b9b;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.accelerator-best-price {
    color: #64b010
}

.selling-fast {
    color: #831797
}

.few-tickets-left {
    color: #831797
}

.accelerator-custom-text {
    color: #831797
}

.accelerator-crossed-price {
    color: #9b9b9b
}

.accelerator-rotation {
    overflow: hidden;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.accelerator-rotation__accelerator {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    font-size: 13px;
    opacity: 0
}

@media(min-width:768px) {
    .accelerator-rotation__accelerator {
        font-size: 14px;
        line-height: normal
    }
}

.accelerator-rotation__accelerator--accelerator-user-views .icon {
    width: 14px;
    height: 14px;
    fill: #ff8300
}

@media(min-width:768px) {
    .accelerator-rotation__accelerator--accelerator-user-views .icon {
        width: 16px;
        height: 16px;
        position: relative;
        top: -1px
    }
}

.accelerator-rotation__accelerator:first-child {
    opacity: 1
}

.accelerator-rotation__link {
    text-decoration: none;
    color: #37a7f8
}

.discount-green {
    background: #64b010 !important
}

.discount-violet {
    background: #831797 !important
}

.extended-accelerate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    position: relative
}

.extended-accelerate__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.extended-accelerate--shadow-violet {
    -webkit-box-shadow: 0 2px 5px rgba(131, 23, 151, .04), 0 0 2px rgba(131, 23, 151, .16);
    box-shadow: 0 2px 5px rgba(131, 23, 151, .04), 0 0 2px rgba(131, 23, 151, .16)
}

.extended-accelerate--shadow-green {
    -webkit-box-shadow: 0 2px 5px rgba(100, 176, 16, .04), 0 0 2px rgba(100, 176, 16, .16);
    box-shadow: 0 2px 5px rgba(100, 176, 16, .04), 0 0 2px rgba(100, 176, 16, .16)
}

.extended-accelerate--bg-light {
    width: 100%;
    padding: 8px 16px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(55, 167, 248, .08)
}

.extended-accelerate__discount {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: block;
    border-radius: 4px;
    color: #fff;
    padding: 0 6px
}

.extended-accelerate__icon {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26px;
    -moz-box-flex: 0;
    flex: 0 0 26px
}

.is_rtl .extended-accelerate__icon {
    margin-right: 0;
    margin-left: 12px
}

.extended-accelerate__details {
    font-size: 15px;
    line-height: 18px;
    margin: 8px 0
}

.extended-accelerate__conditions {
    font-weight: 700
}

.extended-accelerate__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.extended-accelerate__promocode-symbols {
    color: #831797;
    font-weight: 700
}

.extended-accelerate__promocode-apply {
    color: #37a7f8;
    cursor: pointer
}

.extended-accelerate-green {
    color: #64b010
}

.extended-accelerate__square-around-icon {
    margin-right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: -webkit-linear-gradient(309.44deg, #4c23ce 7.51%, #ee26a4 93.07%);
    background: -moz-linear-gradient(309.44deg, #4c23ce 7.51%, #ee26a4 93.07%);
    background: linear-gradient(140.56deg, #4c23ce 7.51%, #ee26a4 93.07%)
}

.is_rtl .extended-accelerate__square-around-icon {
    margin-right: 0;
    margin-left: 12px
}

.advantage-acceleration {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px 0
}

@media(min-width:992px) {
    .advantage-acceleration {
        grid-gap: 24px 0;
        grid-template-columns: 1fr 1fr
    }
}

.advantage-accelerator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

.advantage-accelerator__icon {
    width: 20px;
    height: 20px
}

.advantage-accelerator__label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #58585b
}

.image-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background: #ffe000;
    border-radius: 28px;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    color: #000
}

.image-label__icon {
    width: 7px;
    height: 12px;
    margin-right: 5px;
    fill: #000
}

.is_rtl .image-label__icon {
    margin-right: 0;
    margin-left: 5px
}

.image-label--with-crop {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.artwork-container {
    position: relative
}

.artwork-container__label {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 20px
}

.is_rtl .artwork-container__label {
    left: auto;
    right: 20px
}

@media(min-width:768px) {
    .artwork-container__label {
        top: 24px;
        left: -webkit-calc((100vw - (100vw - 100%) - 688px) / 2 + 24px);
        left: -moz-calc((100vw - (100vw - 100%) - 688px) / 2 + 24px);
        left: calc((100vw - (100vw - 100%) - 688px) / 2 + 24px)
    }

    .is_rtl .artwork-container__label {
        left: auto;
        right: -webkit-calc((100vw - (100vw - 100%) - 668px) / 2 + 24px);
        right: -moz-calc((100vw - (100vw - 100%) - 668px) / 2 + 24px);
        right: calc((100vw - (100vw - 100%) - 668px) / 2 + 24px)
    }
}

@media(min-width:992px) {
    .artwork-container__label {
        left: -webkit-calc((100vw - (100vw - 100%) - 900px) / 2 + 24px);
        left: -moz-calc((100vw - (100vw - 100%) - 900px) / 2 + 24px);
        left: calc((100vw - (100vw - 100%) - 900px) / 2 + 24px)
    }

    .is_rtl .artwork-container__label {
        left: auto;
        right: -webkit-calc((100vw - (100vw - 100%) - 900px) / 2 + 24px);
        right: -moz-calc((100vw - (100vw - 100%) - 900px) / 2 + 24px);
        right: calc((100vw - (100vw - 100%) - 900px) / 2 + 24px)
    }
}

@media(min-width:1250px) {
    .artwork-container__label {
        left: -webkit-calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px);
        left: -moz-calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px);
        left: calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px)
    }

    .is_rtl .artwork-container__label {
        left: auto;
        right: -webkit-calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px);
        right: -moz-calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px);
        right: calc((100vw - (100vw - 100%) - 1170px) / 2 + 24px)
    }
}

.action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    position: absolute;
    top: 12px;
    z-index: 1
}

.is_ltr .action-bar {
    right: 20px
}

.is_rtl .action-bar {
    left: 20px
}

.action-bar__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    position: relative
}

.logo {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 24px
}

.is_rtl .logo {
    margin-right: 0;
    margin-left: 24px
}

.logo__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.logo__mobile.mobile,
.logo__mobile.search__mobile-clear,
.logo__mobile.ww-header-search__mobile-clear {
    width: 24px;
    height: 30px
}

.logo__mobile.index {
    width: 141px;
    height: 38px
}

.logo__home-page-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    justify-content: start;
    width: 150px;
    height: 30px
}

.logo__img {
    width: initial;
    max-width: initial;
    height: initial
}

.logo__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: inherit;
    height: inherit
}

@media(min-width:768px) {
    .logo {
        height: auto;
        margin-right: 20px;
        float: none
    }

    .logo__link {
        width: 130px;
        height: 34px
    }

    .logo__img {
        -webkit-transform: scale(.87);
        -moz-transform: scale(.87);
        -ms-transform: scale(.87);
        -o-transform: scale(.87);
        transform: scale(.87)
    }
}

@media(min-width:992px) {
    .logo {
        height: auto;
        margin-right: 40px
    }

    .is_rtl .logo {
        margin-right: 0;
        margin-left: 40px
    }

    .logo__img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .logo__link {
        width: 150px;
        height: 40px
    }
}

@media(min-width:1250px) {
    .logo {
        margin-right: 80px
    }

    .is_rtl .logo {
        margin-right: 0;
        margin-left: 80px
    }
}

.search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    flex: 1 1 0
}

.search__mobile-clear {
    display: none;
    position: absolute;
    width: 48px;
    height: 100%;
    top: 0;
    z-index: 10
}

.search__mobile-clear .icon-cross {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    fill: #9b9b9b;
    stroke: #9b9b9b;
    stroke-width: .1
}

.is_ltr .search__mobile-clear .icon-cross {
    right: 20px
}

.is_rtl .search__mobile-clear .icon-cross {
    left: 20px
}

.is_ltr .search__mobile-clear {
    left: auto;
    right: 0
}

.is_rtl .search__mobile-clear {
    right: auto;
    left: 0
}

.search__desktop-clear {
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #37a7f8
}

.is_ltr .search__desktop-clear {
    left: auto;
    right: 24px
}

.is_rtl .search__desktop-clear {
    right: auto;
    left: 24px
}

.search__inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

.search__close {
    display: none;
    width: 27px;
    height: 42px;
    position: relative
}

.open .search__close {
    display: block
}

.search__close:hover {
    cursor: pointer
}

.search__close:hover svg.icon {
    fill: #1985d2;
    fill: var(--Interaction-Secondary-content_hover)
}

.search__close svg.icon {
    width: 24px;
    height: 100%;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .search__close svg.icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search .icon-search {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 16px;
    fill: #9b9b9b
}

.is_rtl .search .icon-search {
    left: auto;
    right: 16px
}

.search__input-wrapper {
    width: 100%;
    position: relative
}

.search__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 52px;
    padding: 0 60px 0 52px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid transparent
}

.search__input:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 4px 12px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 4px 12px 0 rgba(0, 0, 0, .07)
}

.is_rtl .search__input {
    padding: 0 52px 0 68px
}

.search.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px;
    z-index: 151;
    background: #fff
}

@media(min-width:768px) {
    .search {
        width: auto;
        margin-right: 14px;
        position: relative !important;
        padding: 0
    }

    .search.open {
        padding: 0
    }

    .is_rtl .search {
        margin-right: 0;
        margin-left: 14px
    }

    .search__input {
        width: 280px;
        padding: 0 68px 0 52px
    }
}

@media(min-width:992px) {
    .search {
        margin-right: 32px
    }

    .is_rtl .search {
        margin-right: 0;
        margin-left: 32px
    }

    .search__input {
        width: 380px
    }
}

@media(min-width:1250px) {
    .search__input {
        width: 558px
    }
}

.search-results {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
    background: none;
    top: 82px;
    background: #fff
}

.search-results.open {
    display: block
}

.search-results .container2 {
    min-height: -webkit-calc(100vh - 82px);
    min-height: -moz-calc(100vh - 82px);
    min-height: calc(100vh - 82px);
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-top: 12px
}

.match {
    color: #37a7f8;
    font-weight: 600
}

@media(min-width:768px) {
    .search-results {
        padding-top: 0;
        border-top: 1px solid #e1e1e1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 0, 255, .03)), color-stop(27.44%, rgba(0, 102, 255, .01875)), color-stop(51.15%, rgba(255, 255, 255, 0))), #fff;
        background: -webkit-linear-gradient(top, rgba(189, 0, 255, .03) 0, rgba(0, 102, 255, .01875) 27.44%, rgba(255, 255, 255, 0) 51.15%), #fff;
        background: -moz-linear-gradient(top, rgba(189, 0, 255, .03) 0, rgba(0, 102, 255, .01875) 27.44%, rgba(255, 255, 255, 0) 51.15%), #fff;
        background: linear-gradient(180deg, rgba(189, 0, 255, .03) 0, rgba(0, 102, 255, .01875) 27.44%, rgba(255, 255, 255, 0) 51.15%), #fff
    }

    .search-results .container2 {
        min-height: -webkit-calc(100vh - 88px);
        min-height: -moz-calc(100vh - 88px);
        min-height: calc(100vh - 88px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 100px;
        padding-top: 80px
    }

    .search-event-results {
        width: 410px
    }

    .search-artist-results {
        width: 250px
    }

    .search-results-close-btn {
        position: absolute;
        top: 40px;
        font-size: 16px;
        font-weight: 700;
        color: #37a7f8;
        cursor: pointer
    }

    .is_ltr .search-results-close-btn {
        right: 0
    }

    .is_rtl .search-results-close-btn {
        left: 0
    }
}

.search-results-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto
}

.search-results-list:last-child {
    margin-bottom: 0
}

.search-results-list__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 24px
}

@media(min-width:768px) {
    .search-results-list {
        margin-right: 20px
    }

    .is_rtl .search-results-list {
        margin-right: 0;
        margin-left: 20px
    }

    .search-results-list:last-child {
        margin-right: 0
    }

    .is_rtl .search-results-list:last-child {
        margin-left: 0
    }

    .search-results-list__title {
        margin-bottom: 32px
    }
}

.search-results-block {
    margin-bottom: 18px
}

.search-results-block:last-child {
    margin-bottom: 0
}

.search-results-block__image-link {
    float: left;
    margin-right: 16px;
    overflow: hidden
}

.is_rtl .search-results-block__image-link {
    float: right;
    margin-right: 0;
    margin-left: 16px
}

.search-results-block__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.search-results-block__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-results-block__name a {
    color: #58585b
}

.search-results-block__name a:hover {
    color: #37a7f8
}

.search-results-block__price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 6px
}

.search-results-block__price {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-results-block__accelerator {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-results-block__venue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #9b9b9b
}

.search-results-block__venue-name,
.search-results-block__venue-date {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search-event-results .search-results-block__image-link {
    width: 112px;
    height: 65px;
    border-radius: 4px
}

.search-event-results .search-results-block__name {
    margin-bottom: 6px
}

.search-artist-results .search-results-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.search-artist-results .search-results-block__image-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -moz-box-flex: 0;
    flex: 0 0 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #eee
}

.search-artist-results .search-results-block__info {
    min-width: 0
}

.user-menu-switcher {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 4px 4px 4px 9px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 24px;
    height: 32px
}

.user-menu-switcher--home-page {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    padding: 0
}

@media(min-width:768px) {
    .user-menu-switcher--home-page {
        padding: 4px 4px 4px 9px;
        margin-top: 0;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06)
    }
}

.user-menu-switcher__hidden-dots {
    display: none
}

.user-menu-switcher .icon-dots {
    width: 18px;
    height: 4px;
    margin: 13px 10px 0 0;
    float: left;
    fill: #58585b;
    fill: var(--Content-primary)
}

.active .user-menu-switcher .icon-dots {
    display: none
}

@media(min-width:768px) {
    .active .user-menu-switcher .icon-dots {
        display: block
    }
}

.user-menu-switcher__avatar {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    overflow: hidden;
    border-radius: 50%
}

.user-menu-switcher__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.user-menu-switcher__close,
.user-menu-switcher__logo {
    display: none;
    height: 18px
}

.is_rtl .user-menu-switcher .close {
    rotate: 180deg
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher,
.ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher {
    background: #fff;
    background: var(--Bg-default);
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 7px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 1
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close,
.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__logo,
.ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close,
.ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close .icon,
.ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close .icon {
    width: 10px;
    height: 18px;
    fill: none;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content)
}

.is_rtl .header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close .icon,
.is_rtl .ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__close .icon {
    rotate: 180deg
}

.header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__logo .icon,
.ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__logo .icon {
    width: 141px;
    height: 18px
}

.user-menu {
    display: none;
    z-index: 150;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 44px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background: var(--Bg-default);
    padding: 0 12px 12px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto
}

.active .user-menu {
    display: block
}

.user-menu a,
.user-menu button {
    display: block;
    height: 100%;
    padding: 12px;
    margin: 0;
    color: #58585b;
    color: var(--Content-primary)
}

.user-menu a:hover,
.user-menu button:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background: #fff;
    background: var(--Bg-default);
    border-radius: 8px
}

.user-menu.log-in {
    padding: 12px
}

.user-menu__log-in {
    margin-top: 20px
}

.user-menu__log-in a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 12px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.user-menu__item-list:hover {
    cursor: pointer
}

.user-menu__item-list--settings a,
.user-menu__item-list--settings button {
    font-size: 13px;
    line-height: 16px
}

.user-menu__item-list--settings a span,
.user-menu__item-list--settings button span {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.user-menu__item {
    white-space: nowrap
}

.user-menu__item a {
    display: block;
    height: 100%;
    padding: 12px;
    margin: 0;
    color: #58585b;
    color: var(--Content-primary)
}

.user-menu__item a:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    background: #fff;
    background: var(--Bg-default);
    border-radius: 8px
}

.user-menu__item-organiser-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    border-radius: 50%;
    margin-right: 8px
}

.is_rtl .user-menu__item-organiser-image {
    margin-right: 0;
    margin-left: 8px
}

.user-menu__item-organiser-image .icon.icon-rocket-no-logo {
    width: 30px;
    height: 30px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    display: block
}

.user-menu__item-organiser-name {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 214px;
    overflow: hidden
}

.user-menu .border-bottom {
    padding: 0 0 4px;
    margin: 0 0 16px;
    border-bottom: 1px solid #eee
}

.user-menu .border-top {
    padding: 16px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid #eee
}

@media(min-width:768px) {
    .user-menu-switcher__hidden-dots {
        display: block
    }

    .user-menu-switcher .icon-dots {
        width: 18px;
        height: 4px;
        margin: 14px 10px 0 0;
        float: left;
        fill: #58585b;
        fill: var(--Content-primary)
    }

    .user-menu-switcher__avatar {
        width: 30px;
        height: 30px
    }

    .header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher,
    .ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher {
        display: block;
        position: relative;
        border: none;
        border-radius: 24px;
        padding: 4px 4px 4px 9px
    }

    .header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__avatar,
    .ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher__avatar {
        float: none;
        display: block
    }

    .header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher .icon-dots,
    .ww-header:not(.event-panel-header):not(.organiser-header):not(.partner-supervisor-header) .active .user-menu-switcher .icon-dots {
        fill: #1c9bf7;
        fill: var(--Interaction-Secondary-content)
    }

    .user-menu-switcher:hover .icon-dots {
        fill: #1985d2;
        fill: var(--Interaction-Secondary-content_hover)
    }

    .user-menu {
        z-index: 150;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        width: 300px;
        top: 53px;
        right: 0;
        bottom: auto;
        left: auto;
        background: #fff;
        background: var(--Bg-default);
        height: auto;
        max-height: -webkit-calc(100vh - 90px);
        max-height: -moz-calc(100vh - 90px);
        max-height: calc(100vh - 90px);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        padding: 12px
    }

    .is_rtl .user-menu {
        right: auto;
        left: 0
    }

    .user-menu__log-in {
        margin-top: 0
    }

    .user-menu__log-in a {
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: unset;
        color: #58585b;
        color: var(--Content-primary)
    }
}

.user-profile {
    padding: 22px 12px 8px
}

.user-profile.mobile,
.user-profile.ww-header-search__mobile-clear,
.user-profile.search__mobile-clear {
    margin: 20px 12px 0
}

.user-profile.mobile a,
.user-profile.ww-header-search__mobile-clear a,
.user-profile.search__mobile-clear a {
    font-size: 16px;
    width: 100%;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    border-radius: 12px;
    padding: 15px 0;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    text-align: center;
    line-height: 19px
}

.user-profile__avatar {
    position: relative;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 12px;
    float: left;
    overflow: hidden
}

.is_rtl .user-profile__avatar {
    margin-right: 0;
    margin-left: 15px;
    float: right
}

.user-profile__avatar a {
    padding: 0;
    margin: 0
}

.user-profile__name {
    margin: 0 0 6px
}

.user-profile__name a {
    padding: 0;
    margin: 0;
    line-height: 15px;
    background: none;
    border-radius: 0;
    color: #58585b;
    color: var(--Content-primary)
}

.user-profile__name a:hover {
    color: #1985d2 !important;
    color: var(--Interaction-Secondary-content_hover) !important;
    background: none
}

.user-profile__email {
    font-size: 12px;
    line-height: 12px
}

.cookie-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-family: Proxima Nova, serif;
    word-wrap: break-word;
    padding-top: 10%
}

.cookie-container--inside-iframe {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999
}

.cookie-container__popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 350px;
    height: 440px;
    padding: 24px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-radius: 16px
}

@media(min-width:768px) {
    .cookie-container__popup {
        width: 518px;
        height: 401px
    }
}

.cookie-container__title {
    color: #58585b;
    font-size: 24px;
    font-weight: 600
}

.cookie-container__info {
    text-align: center;
    color: #58585b;
    font-size: 14px;
    font-weight: 400
}

.cookie-container__info--bold {
    font-weight: 700
}

.cookie-container__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 260px;
    height: 50px;
    background: #37a7f8;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.picture-container {
    width: 100%;
    height: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    outline: none;
    background: #e9e9e9;
    display: block
}

@media(min-width:768px) {
    .picture-container {
        width: 100%;
        height: auto
    }
}

.picture-container__placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 62px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: .19;
    fill: #58585b
}

.picture-container__placeholder--noimage-refresh {
    display: none
}

.picture-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    display: block;
    top: 0
}

@media(min-width:768px) {
    .picture-container img {
        position: relative;
        top: unset
    }
}

@media(min-width:768px) {
    .picture-container--event {
        padding-top: unset;
        height: 91px;
        width: 157px
    }
}

@media(min-width:992px) {
    .picture-container--event {
        height: 117px;
        width: 210px
    }
}

@media(min-width:1250px) {
    .picture-container--event {
        height: 149px;
        width: 269px
    }
}

.picture-container--event--horizontal {
    width: 100px;
    height: 100px
}

.picture-container--similar-event {
    width: auto
}

@media(min-width:768px) {
    .picture-container--similar-event {
        padding-top: unset;
        height: 91px
    }
}

@media(min-width:992px) {
    .picture-container--similar-event {
        height: 117px
    }
}

@media(min-width:1250px) {
    .picture-container--similar-event {
        height: 200px
    }
}

@media(min-width:768px) {
    .picture-container--venue {
        padding-top: unset;
        height: 91px;
        width: 157px
    }
}

@media(min-width:992px) {
    .picture-container--venue {
        height: 117px;
        width: 210px
    }
}

@media(min-width:1250px) {
    .picture-container--venue {
        height: 149px;
        width: 269px
    }
}

@media(min-width:768px) {

    .picture-container--artist,
    .picture-container--city {
        padding-top: unset;
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {

    .picture-container--artist,
    .picture-container--city {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

@media(min-width:1250px) {

    .picture-container--artist,
    .picture-container--city {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

@media(min-width:768px) {
    .picture-container--event-type {
        padding-top: unset;
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {
    .picture-container--event-type {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

@media(min-width:1250px) {
    .picture-container--event-type {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%
    }
}

.picture-container--square {
    padding-top: 100%
}

@media(min-width:768px) {
    .picture-container--square {
        padding-top: 0
    }
}

.picture-container--rectangular {
    padding-top: 56%
}

@media(min-width:768px) {
    .picture-container--rectangular {
        padding-top: 0
    }
}

.picture-container--main-slider {
    padding-top: 100%;
    border-radius: 12px
}

.picture-container--main-slider_venue {
    border-radius: 0
}

@media(min-width:768px) {
    .picture-container--main-slider {
        padding-top: unset;
        height: 265px;
        border-radius: 30px
    }

    .picture-container--main-slider:after {
        background: none
    }
}

@media(min-width:992px) {
    .picture-container--main-slider {
        height: 346px
    }
}

@media(min-width:1250px) {
    .picture-container--main-slider {
        height: 450px
    }
}

.picture-container--not-loaded .picture-container__placeholder--noimage-refresh {
    display: block
}

.picture-container--not-loaded img {
    opacity: 0
}

.picture-container--no-promo {
    border-radius: 0
}

@media(min-width:768px) {
    .picture-container--no-promo {
        border-radius: 30px
    }
}

.picture-container--no-promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), color-stop(25%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(25%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0, transparent 25%), -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, transparent 25%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .2) 0, transparent 25%), -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, transparent 25%);
    background: linear-gradient(360deg, rgba(0, 0, 0, .2) 0, transparent 25%), linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent 25%)
}

.hash-form {
    width: 335px;
    margin: 0 auto;
    padding: 48px 0
}

.hash-form__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px
}

.hash-form__text {
    margin-bottom: -30px
}

.hash-form__label {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.83px
}

.hash-form__button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    touch-action: manipulation;
    cursor: pointer;
    padding: 14px 0;
    width: 100%;
    color: #fff;
    color: var(--Interaction-Primary-content);
    background-color: #37a7f8;
    background-color: var(--Interaction-Primary-bg)
}

.hash-form__input {
    border-bottom: 1px solid rgba(96, 128, 159, .14);
    border-bottom: 1px solid var(--Bg-border);
    width: 335px
}

.hash-form .form_element {
    margin-top: 40px
}

.simple-gallery {
    width: 100%
}

.simple-gallery__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 4px
}

@media(min-width:768px) {
    .simple-gallery__container {
        gap: 4px
    }
}

@media(min-width:992px) {
    .simple-gallery__container {
        gap: 8px
    }
}

@media(min-width:1250px) {
    .simple-gallery__container {
        gap: 8px
    }
}

.simple-gallery__container__item {
    max-width: 135px;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.simple-gallery__container__item__image {
    aspect-ratio: 1/1
}

.error-page {
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 0
}

@media(min-width:768px) {
    .error-page {
        padding: 80px 0
    }
}

.error-page__pre {
    color: gray;
    padding: 0 10px
}

.error-401__text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: gray;
    margin: 20px 0;
    padding: 0 10px
}

@media(min-width:768px) {
    .error-401__text {
        margin: 20px 0
    }
}

.error-401__title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0
}

@media(min-width:768px) {
    .error-401__title {
        font-size: 38px
    }
}

.error-401__img {
    width: 300px;
    height: 300px;
    background: url(../img/error/error-elk.svg) center no-repeat;
    margin: 0 auto
}

.error-404__text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: gray;
    margin: 20px 0;
    padding: 0 10px
}

@media(min-width:768px) {
    .error-404__text {
        margin: 20px 0
    }
}

.error-404__title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0
}

@media(min-width:768px) {
    .error-404__title {
        font-size: 38px
    }
}

.error-404__img {
    width: 300px;
    height: 250px;
    background: url(../img/error/bitten-site.svg) bottom no-repeat;
    -webkit-background-size: 250px 150px;
    background-size: 250px 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.error-404__monster {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px
}

.error-XXX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: 90px auto 148px
}

@media(min-width:768px) {
    .error-XXX {
        margin-top: 70px;
        margin-bottom: 60px
    }
}

@media(min-width:1250px) {
    .error-XXX {
        margin-top: 100px;
        margin-bottom: 160px
    }
}

.error-XXX__title {
    max-width: 90svw;
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0;
    text-wrap: wrap;
    text-align: center
}

@media(min-width:768px) {
    .error-XXX__title {
        font-size: 40px
    }
}

.error-XXX__sub-title {
    max-width: 90svw;
    text-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px
}

@media(min-width:768px) {
    .error-XXX__sub-title {
        font-size: 18px
    }
}

.error-XXX__img {
    width: 585px;
    height: 313px;
    -webkit-background-size: 585px 313px;
    background-size: 585px 313px;
    background: url(../img/error/upgrading.svg) center no-repeat;
    position: relative;
    overflow: hidden
}

.error-XXX__img--error-409 {
    background: url(../img/error/chairs-in-progress.svg) center no-repeat
}

@media(min-width:768px) {
    .error-XXX__img {
        width: 481px;
        height: 266px;
        -webkit-background-size: 481px 266px;
        background-size: 481px 266px
    }
}

@media(min-width:1250px) {
    .error-XXX__img {
        width: 585px;
        height: 313px;
        -webkit-background-size: 585px 313px;
        background-size: 585px 313px
    }
}

.error-XXX__refresh-timer {
    margin-bottom: 40px
}

.order-failed {
    margin-bottom: 72px;
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width:390px) {
    .order-failed {
        margin-bottom: 80px
    }
}

@media(min-width:768px) {
    .order-failed {
        margin-bottom: 96px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.order-failed__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.order-failed__error {
    max-width: 570px;
    margin-top: 107px;
    text-align: center;
    position: relative
}

.order-failed__title {
    color: #f25050;
    color: var(--Accent-alert)
}

.order-failed__title .icon {
    width: 48px;
    height: 48px
}

.order-failed__title-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%
}

.order-failed__description {
    color: #58585b;
    color: var(--Content-primary);
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%
}

.order-failed__description-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px
}

.order-failed__description-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 32px
}

.order-failed__back,
.order-failed__back:hover {
    display: block;
    padding: 14px;
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    max-width: 370px;
    line-height: 22px;
    text-transform: none;
    cursor: pointer;
    margin: 1em auto 0
}

.order-failed__outlets-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 850px;
    margin-top: 40px
}

@media(min-width:768px) {
    .order-failed__outlets-block {
        margin-top: 80px
    }
}

.order-failed__outlets-title {
    position: relative;
    font-size: 20px
}

@media(min-width:768px) {
    .order-failed__outlets-title {
        font-size: 24px
    }
}

.order-failed__outlets-title .icon {
    width: 25px;
    height: 25px;
    stroke: #64b010;
    stroke: var(--Accent-success);
    fill: #64b010;
    fill: var(--Accent-success);
    vertical-align: bottom
}

.is_rtl .order-failed__outlets-title .icon {
    right: 0
}

@media(min-width:768px) {
    .order-failed__outlets-title .icon {
        width: 30px;
        height: 30px
    }
}

.order-failed__outlets-link {
    font-size: 14px;
    color: #58585b;
    color: var(--Content-primary);
    text-decoration: underline
}

@media(min-width:768px) {
    .order-failed__outlets-link {
        font-size: 16px
    }
}

.carousel-item {
    width: 100%
}

@media(max-width:575px) {
    .carousel-item--mobile-two-column .carousel-item__image-top {
        top: 4px;
        left: 4px;
        right: 4px;
        gap: 4px
    }

    .carousel-item--mobile-two-column .carousel-item__image-top-left {
        gap: 4px
    }

    .carousel-item--mobile-two-column .carousel-item__rating {
        font-size: 10px;
        padding: 4px 8px
    }

    .carousel-item--mobile-two-column .carousel-item__label .image-label {
        padding: 5px 10px;
        font-size: 12px
    }

    .carousel-item--mobile-two-column .carousel-item__add-to-favorite {
        width: 20px;
        height: 20px
    }
}

.carousel-item--not-loaded .carousel-item__name {
    background-color: #eee;
    height: 16px;
    color: transparent;
    border-radius: 12px
}

.carousel-item--not-loaded .carousel-item__name * {
    opacity: 0
}

.carousel-item--not-loaded .carousel-item__details .carousel-item__top {
    width: 25%;
    height: 16px;
    background-color: #eee;
    color: transparent;
    border-radius: 12px
}

.carousel-item--not-loaded .carousel-item__details .carousel-item__top * {
    opacity: 0
}

.carousel-item--not-loaded .carousel-item__details .carousel-item__bottom {
    width: 50%;
    height: 16px;
    background-color: #eee;
    color: transparent;
    border-radius: 12px
}

.carousel-item--not-loaded .carousel-item__details .carousel-item__bottom * {
    opacity: 0
}

.carousel-item--not-loaded .carousel-item__label {
    opacity: 0
}

.carousel-item--not-loaded .carousel-item__add-to-favorite {
    opacity: 0
}

.carousel-item--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    max-width: 100% !important;
    gap: 18px
}

.carousel-item__info {
    overflow: hidden;
    line-height: 1;
    font-size: 15px;
    height: 100%;
    margin-top: 12px
}

@media(min-width:768px) {
    .carousel-item__info {
        margin-top: 16px
    }
}

.carousel-item__info--horizontal {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    flex: 1 0 0;
    margin-top: 0;
    width: 100%
}

.carousel-item__title {
    display: list-item;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #58585b
}

.carousel-item__title:hover {
    color: #37a7f8
}

@media(min-width:768px) {
    .carousel-item__title {
        font-size: 18px;
        line-height: normal
    }
}

.carousel-item__image-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 1;
    gap: 8px;
    top: 8px;
    left: 8px;
    right: 8px
}

@media(min-width:768px) {
    .carousel-item__image-top {
        gap: 4px;
        top: 4px;
        left: 4px;
        right: 4px
    }
}

@media(min-width:1250px) {
    .carousel-item__image-top {
        gap: 8px;
        top: 8px;
        left: 8px;
        right: 8px
    }
}

.carousel-item__image-top-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 8px
}

@media(min-width:768px) {
    .carousel-item__image-top-left {
        gap: 4px
    }
}

@media(min-width:1250px) {
    .carousel-item__image-top-left {
        gap: 8px
    }
}

.carousel-item__image-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.carousel-item__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 28px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 8px;
    min-width: 23px;
    float: right;
    background-color: #64b010
}

.carousel-item__rating--horizontal {
    position: absolute;
    z-index: 1;
    padding: 4px 5px;
    font-size: 10px;
    margin: 3px;
    min-width: 14px
}

.is_rtl .carousel-item__rating {
    float: left;
    margin-left: 0;
    margin-right: 5px
}

.is_rtl .carousel-item__rating--horizontal {
    margin-right: 3px
}

.carousel-item__label .image-label {
    font-size: 12px;
    padding: 5px 12px
}

.carousel-item__add-to-favorite {
    width: 24px;
    height: 24px
}

@media(min-width:768px) {
    .carousel-item__add-to-favorite {
        width: 20px;
        height: 20px
    }
}

@media(min-width:1250px) {
    .carousel-item__add-to-favorite {
        width: 24px;
        height: 24px
    }
}

.carousel-item__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 6px;
    font-size: 14px;
    line-height: 17px;
    min-height: 1em;
    gap: 6px
}

@media(min-width:768px) {
    .carousel-item__details {
        margin-top: 8px;
        row-gap: 8px
    }
}

.carousel-item__counter {
    color: #9b9b9b;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.carousel-item__image {
    position: relative
}

.carousel-item__image--horizontal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto
}

.carousel-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px
}

.carousel-item__top--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.carousel-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.carousel-item--event {
    width: 100%
}

.carousel-item--event .carousel-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 16px;
    line-height: 20px
}

@media(min-width:768px) {
    .carousel-item--event .carousel-item__title {
        font-size: 18px;
        line-height: normal
    }
}

@media(min-width:768px) {
    .carousel-item--event {
        width: 157px;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .carousel-item--event {
        width: 210px
    }
}

@media(min-width:1250px) {
    .carousel-item--event {
        width: 269px
    }
}

.carousel-item--similar-event {
    width: 100%
}

.carousel-item--gallery {
    width: 100%
}

@media(min-width:768px) {
    .carousel-item--gallery {
        width: 157px;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .carousel-item--gallery {
        width: 210px
    }
}

@media(min-width:1250px) {
    .carousel-item--gallery {
        width: 269px
    }
}

.carousel-item--venue {
    max-width: 218px
}

@media(min-width:768px) {
    .carousel-item--venue {
        width: 157px;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .carousel-item--venue {
        width: 210px
    }
}

@media(min-width:1250px) {
    .carousel-item--venue {
        width: 269px
    }
}

.carousel-item--artist,
.carousel-item--city {
    max-width: 175px
}

@media(min-width:768px) {

    .carousel-item--artist,
    .carousel-item--city {
        width: 102px;
        max-width: 100%
    }
}

@media(min-width:992px) {

    .carousel-item--artist,
    .carousel-item--city {
        width: 137px
    }
}

@media(min-width:1250px) {

    .carousel-item--artist,
    .carousel-item--city {
        width: 170px
    }
}

.carousel-item--event-type {
    max-width: 175px
}

@media(min-width:768px) {
    .carousel-item--event-type {
        width: 86px;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .carousel-item--event-type {
        width: 116px
    }
}

@media(min-width:1250px) {
    .carousel-item--event-type {
        width: 155px
    }
}

.item-slider {
    position: relative;
    margin: 0
}

@media(min-width:768px) {
    .item-slider--similar {
        width: 100%
    }
}

.item-slider--similar .slick-list {
    padding: 0 20px 0 0;
    overflow: visible;
    width: 100%
}

@media(min-width:768px) {
    .item-slider--similar .slick-list {
        padding: 0;
        overflow: hidden !important
    }
}

.item-slider__items {
    margin: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
}

@media(min-width:768px) {
    .item-slider__items {
        margin: 0 -1em 0 0
    }
}

.item-slider__items--wider {
    margin-right: -8px
}

@media(min-width:768px) {
    .item-slider__items--wider {
        margin-right: unset
    }
}

.item-slider__items--similar {
    padding: 0 27% 0 0
}

@media(min-width:768px) {
    .item-slider__items--similar {
        padding: 0;
        margin: 0 -8px
    }
}

.item-slider__items--one-slide {
    padding: 0
}

.item-slider__items:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    background: rgba(245, 245, 245, 0);
    z-index: 1
}

@media(min-width:768px) {
    .item-slider__items:before {
        opacity: 1
    }
}

.item-slider__items:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-left: -1em;
    background: rgba(245, 245, 245, 0);
    z-index: 1
}

@media(min-width:768px) {
    .item-slider__items:after {
        opacity: 1
    }
}

.item-slider__item {
    margin-right: 12px;
    margin-left: 0;
    max-width: 100%;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: none;
    outline: none;
    width: 100%
}

.item-slider__item:first-child {
    display: block
}

.item-slider__item:last-child {
    margin-right: 0
}

@media(min-width:768px) {
    .item-slider__item {
        margin-right: 16px
    }
}

@media(min-width:1250px) {
    .item-slider__item {
        margin-right: 28px
    }
}

@media(min-width:768px) {
    .item-slider__item--similar {
        margin: 0 8px
    }
}

.item-slider__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 3
}

.item-slider__arrow--left {
    right: -webkit-calc(100% - 1em);
    right: -moz-calc(100% - 1em);
    right: calc(100% - 1em)
}

@media(min-width:768px) {
    .item-slider__arrow--left {
        right: 100%
    }
}

.item-slider__arrow--right {
    left: -webkit-calc(100% - 1em);
    left: -moz-calc(100% - 1em);
    left: calc(100% - 1em)
}

@media(min-width:768px) {
    .item-slider__arrow--right {
        left: 100%
    }
}

.item-slider__arrow:hover .item-slider__arrow-icon {
    opacity: .4;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.item-slider__arrow-icon {
    position: absolute;
    width: 14px;
    height: 26px;
    fill: #191919;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0 !important;
    top: 81px
}

@media(min-width:768px) {
    .item-slider__arrow-icon {
        opacity: .2
    }
}

@media(min-width:992px) {
    .item-slider__arrow-icon {
        top: 69px
    }
}

.item-slider__arrow-icon--left {
    right: 1em
}

@media(min-width:1250px) {
    .item-slider__arrow-icon--left {
        right: .35em
    }
}

.item-slider__arrow-icon--right {
    left: 1em
}

@media(min-width:1250px) {
    .item-slider__arrow-icon--right {
        left: .35em
    }
}

.item-slider__arrow-event-slider {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 32px;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12)
}

@media(min-width:768px) {
    .item-slider__arrow-event-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        top: 29px
    }
}

@media(min-width:992px) {
    .item-slider__arrow-event-slider {
        top: 42px
    }
}

@media(min-width:1250px) {
    .item-slider__arrow-event-slider {
        top: 84px
    }
}

.item-slider__arrow-event-slider .icon {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 8px;
    height: 8px;
    opacity: 1 !important
}

.item-slider__arrow-event-slider--left {
    opacity: 0
}

.is_rtl .item-slider__arrow-event-slider--left {
    -webkit-transform: translateX(50%) rotateY(180deg);
    -moz-transform: translateX(50%) rotateY(180deg);
    transform: translateX(50%) rotateY(180deg);
    right: 0
}

.is_ltr .item-slider__arrow-event-slider--left {
    -webkit-transform: translateX(-50%) rotateY(0deg);
    -moz-transform: translateX(-50%) rotateY(0deg);
    transform: translateX(-50%) rotateY(0deg);
    left: 0
}

.item-slider__arrow-event-slider--right {
    opacity: 1
}

.is_rtl .item-slider__arrow-event-slider--right {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -moz-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
    left: 0
}

.is_ltr .item-slider__arrow-event-slider--right {
    -webkit-transform: translateX(50%) rotateY(0deg);
    -moz-transform: translateX(50%) rotateY(0deg);
    transform: translateX(50%) rotateY(0deg);
    right: 0
}

.is_rtl .item-slider--similar .slick-list {
    padding: 0 0 0 20px
}

@media(min-width:768px) {
    .is_rtl .item-slider--similar .slick-list {
        padding: 0
    }
}

@media(min-width:768px) {
    .is_rtl .item-slider__items {
        margin: 0 0 0 -1em
    }
}

.is_rtl .item-slider__items:before {
    margin-right: -1em
}

.is_rtl .item-slider__items:after {
    margin-left: 0
}

.is_rtl .item-slider__items--similar {
    padding: 0 0 0 27%
}

@media(min-width:768px) {
    .is_rtl .item-slider__items--similar {
        padding: 0
    }
}

.is_rtl .item-slider__items--one-slide {
    padding: 0
}

.is_rtl .item-slider__item {
    margin-right: 0;
    margin-left: 12px;
    float: right
}

.is_rtl .item-slider__item:last-child {
    margin-left: 0
}

@media(min-width:768px) {
    .is_rtl .item-slider__item {
        margin-left: 16px
    }
}

@media(min-width:1250px) {
    .is_rtl .item-slider__item {
        margin-left: 28px
    }
}

@media(min-width:1250px) {
    .is_rtl .item-slider__item--similar {
        margin-left: 16px
    }
}

.slick-initialized.item-slider__items:before,
.slick-initialized.item-slider__items:after {
    opacity: 1
}

.is_rtl .item-slider__items:not(.slick-initialized) .item-slider__item {
    margin-left: 0
}

.item-slider__items .slick-list {
    overflow: visible
}

.item-slider__item:first-child:last-child {
    margin-right: 0
}

.is_rtl .item-slider__item:first-child:last-child {
    margin-left: 0
}

@media(min-width:768px) {
    .is_ltr .slick-initialized .item-slider__item:first-child:last-child {
        padding-right: 1em
    }

    .is_rtl .slick-initialized .item-slider__item:first-child:last-child {
        padding-left: 1em
    }
}

.section {
    padding: 20px 0
}

@media(min-width:768px) {
    .section {
        padding: 30px 0
    }
}

.section--item-page {
    padding: 12px 0
}

@media(min-width:768px) {
    .section--item-page {
        padding: 12px 0
    }
}

.section__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.section__header--toggle {
    cursor: pointer
}

.section__header--item-page {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .section__header--item-page {
        margin-bottom: 16px
    }
}

.section__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px
}

@media(min-width:768px) {
    .section__title--item-page {
        font-size: 22px;
        line-height: 27px
    }
}

.section__toggle-arrow .icon {
    width: 12px;
    height: 12px;
    stroke: #58585b
}

.section__count {
    color: #9b9b9b
}

.section__link {
    color: #58585b;
    color: var(--Content-primary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.section__link:hover {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.section__link:hover .section__arrow-right {
    stroke: #37a7f8
}

.section__text-more-link {
    color: #37a7f8;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.section__text-more-link:hover {
    color: #58585b
}

@media(min-width:1250px) {
    .is_ltr .section__text-more-link {
        left: -10px
    }
}

@media(min-width:1250px) {
    .is_rtl .section__text-more-link {
        left: 10px
    }
}

.section__more-link {
    color: #9b9b9b;
    font-size: 16px
}

.section__more-link:hover {
    color: #37a7f8
}

.section__more-link:hover .section__arrow-right {
    stroke: #37a7f8
}

.section__arrow-right {
    position: relative;
    top: 2px;
    fill: none;
    stroke: #58585b;
    width: 12px;
    height: 12px;
    stroke-width: 2px
}

@media(min-width:768px) {
    .section__arrow-right {
        width: 20px;
        height: 20px
    }
}

.is_rtl .section__arrow-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section__arrow-right--light-grey {
    stroke: #9b9b9b;
    stroke-width: 1px;
    width: 14px;
    height: 14px
}

.section__underline {
    border-bottom: 1px solid #eee
}

.section--collapsed .section__content {
    height: 0;
    overflow: hidden
}

.section--collapsed .section__toggle-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.seo-block__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px
}

@media(min-width:768px) {
    .seo-block__text {
        margin-bottom: 60px
    }
}

.seo-block__faq {
    border-top: #ddd solid 1px
}

.seo-block__faq:last-of-type {
    border-bottom: #ddd solid 1px
}

.seo-block__faq-question {
    margin: 16px 0;
    font-size: 18px;
    line-height: 22px
}

@media(min-width:768px) {
    .seo-block__faq-question {
        margin: 24px 0;
        font-size: 22px;
        line-height: 27px
    }
}

.seo-block__faq-question-text {
    width: 96%
}

.seo-block [data-toggle-listen] [data-toggle-content] {
    display: none
}

.seo-block [data-toggle-listen] .icon {
    fill: #58585b;
    height: 22px;
    width: 12px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
}

.seo-block [data-toggle-listen].active>[data-toggle-content] {
    display: block
}

.seo-block [data-toggle-listen].active .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.seo-block__faq-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-decoration: none;
    color: #58585b;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.seo-block__faq-answer {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 17px
}

.seo-block h1,
.seo-block h2,
.seo-block h3,
.seo-block h4,
.seo-block h5,
.seo-block h6 {
    margin-bottom: 0
}

.accelerator-best-price {
    color: #64b010
}

.selling-fast {
    color: #831797
}

.few-tickets-left {
    color: #831797
}

.accelerator-custom-text {
    color: #831797
}

.accelerator-user-views {
    color: #ff8300
}

.accelerator-crossed-price {
    color: #9b9b9b;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.accelerator-best-price {
    color: #64b010
}

.selling-fast {
    color: #831797
}

.few-tickets-left {
    color: #831797
}

.accelerator-custom-text {
    color: #831797
}

.accelerator-crossed-price {
    color: #9b9b9b
}

.your-platinumlist-app__wrapper {
    background: -webkit-linear-gradient(182.91deg, #f8c7e4 11.33%, #95abf9 190.69%);
    background: -moz-linear-gradient(182.91deg, #f8c7e4 11.33%, #95abf9 190.69%);
    background: linear-gradient(267.09deg, #f8c7e4 11.33%, #95abf9 190.69%);
    color: #fff;
    padding: 22px;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.your-platinumlist-app__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px
}

.your-platinumlist-app__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px
}

.your-platinumlist-app__featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 6px;
    margin-bottom: 16px
}

.your-platinumlist-app__thumbs-up .icon {
    height: 16px;
    width: 18px;
    fill: #fff
}

.your-platinumlist-app__feautured-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.your-platinumlist-app__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.your-platinumlist-app__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 150px;
    height: 42px;
    background-color: #fff;
    border-radius: 12px
}

.your-platinumlist-app__iphone {
    position: absolute;
    max-width: 150px
}

.is_ltr .your-platinumlist-app__iphone {
    right: -12.5%;
    bottom: -38%
}

.is_ltr .your-platinumlist-app__subtitle {
    max-width: 248px
}

.is_rtl .your-platinumlist-app__iphone {
    right: 65%;
    bottom: -49%
}

.is_rtl .your-platinumlist-app__subtitle {
    max-width: 280px
}

@media(min-width:535px) {
    .is_ltr .your-platinumlist-app__iphone {
        right: -8%;
        bottom: -8%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 73%;
        bottom: -15%
    }
}

@media(min-width:576px) {
    .your-platinumlist-app__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }

    .your-platinumlist-app__title {
        font-size: 32px
    }

    .your-platinumlist-app__iphone {
        bottom: -35%
    }

    .is_ltr .your-platinumlist-app__iphone {
        right: -5%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 80%
    }
}

@media(min-width:768px) {
    .your-platinumlist-app__wrapper {
        background: -webkit-linear-gradient(188.09deg, #f8c7e4 -4.87%, #95abf9 87.56%);
        background: -moz-linear-gradient(188.09deg, #f8c7e4 -4.87%, #95abf9 87.56%);
        background: linear-gradient(261.91deg, #f8c7e4 -4.87%, #95abf9 87.56%)
    }

    .your-platinumlist-app__btns {
        gap: 15px
    }

    .your-platinumlist-app__btn {
        width: 200px
    }

    .your-platinumlist-app__iphone {
        max-width: 190px
    }

    .your-platinumlist-app__title {
        margin-bottom: 24px
    }

    .your-platinumlist-app__subtitle {
        margin-bottom: 24px;
        max-width: none
    }

    .is_ltr .your-platinumlist-app__iphone {
        bottom: -60%
    }

    .is_ltr .your-platinumlist-app__subtitle {
        max-width: none
    }

    .is_rtl .your-platinumlist-app__iphone {
        bottom: -60%
    }

    .is_rtl .your-platinumlist-app__subtitle {
        max-width: none
    }
}

@media(min-width:992px) {
    .your-platinumlist-app__iphone {
        max-width: 290px
    }

    .is_ltr .your-platinumlist-app__iphone {
        right: 5%;
        bottom: -145%
    }

    .is_rtl .your-platinumlist-app__iphone {
        right: 65%;
        bottom: -145%
    }
}

@media(min-width:1250px) {
    .your-platinumlist-app__wrapper {
        padding: 56px 150px
    }

    .your-platinumlist-app__title {
        font-size: 40px;
        margin-bottom: 24px
    }

    .your-platinumlist-app__subtitle {
        font-size: 24px;
        margin-bottom: 24px
    }

    .your-platinumlist-app__iphone {
        max-width: 394px
    }

    .is_ltr .your-platinumlist-app__iphone {
        bottom: -145%;
        right: 10%
    }

    .is_ltr .your-platinumlist-app__subtitle {
        max-width: 444px
    }

    .is_rtl .your-platinumlist-app__iphone {
        bottom: -128%;
        right: 64%
    }

    .is_rtl .your-platinumlist-app__subtitle {
        max-width: 444px
    }
}

.banner {
    position: relative;
    -webkit-transition: height .5s, opacity .5s;
    -o-transition: height .5s, opacity .5s;
    -moz-transition: height .5s, opacity .5s;
    transition: height .5s, opacity .5s;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.banner-inner {
    overflow: hidden
}

.banner-contact {
    font-size: 14px;
    line-height: 17px;
    color: #9b9b9b;
    text-align: right;
    margin-top: 6px
}

@media(min-width:768px) {
    .banner-contact {
        margin-top: 12px
    }
}

.banner-contact a {
    text-decoration: none;
    color: #37a7f8
}

.banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 12px
}

.banner-loaded {
    opacity: 1;
    height: auto;
    overflow: visible
}

.banner-event-guide-horizontal.banner-loaded,
.banner-event-casual-horizontal.banner-loaded {
    margin: 20px auto
}

@media(min-width:768px) {

    .banner-event-guide-horizontal.banner-loaded,
    .banner-event-casual-horizontal.banner-loaded {
        margin: 30px auto
    }
}

.flying-sidebar {
    display: none;
    width: 100%
}

@media(min-width:992px) {
    .flying-sidebar {
        max-width: 315px
    }
}

@media(min-width:1250px) {
    .flying-sidebar {
        max-width: 409px
    }
}

.flying-sidebar__resale-tooltip-block {
    margin-top: 24px
}

.flying-sidebar__resale-tooltip-block--mobile {
    display: block
}

@media(min-width:992px) {
    .flying-sidebar__resale-tooltip-block--mobile {
        display: none
    }
}

.flying-sidebar__resale-tooltip-block--no-mobile {
    display: none
}

@media(min-width:992px) {
    .flying-sidebar__resale-tooltip-block--no-mobile {
        display: block
    }
}

.download-banner {
    display: block;
    position: relative;
    background: -webkit-radial-gradient(58.14% 100%, 66.67% 53.29%, rgba(219, 0, 255, .4) 0, rgba(153, 160, 253, 0) 100%), -webkit-linear-gradient(319deg, #7a98ff 0, #f0b5f5 100%);
    background: -moz-radial-gradient(58.14% 100%, 66.67% 53.29%, rgba(219, 0, 255, .4) 0, rgba(153, 160, 253, 0) 100%), -moz-linear-gradient(319deg, #7a98ff 0, #f0b5f5 100%);
    background: radial-gradient(66.67% 53.29% at 58.14% 100%, rgba(219, 0, 255, .4) 0, rgba(153, 160, 253, 0) 100%), linear-gradient(131deg, #7a98ff 0, #f0b5f5 100%);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px 24px 24px
}

@media(min-width:768px) {
    .download-banner {
        padding: 32px 40px
    }
}

@media(min-width:992px) {
    .download-banner {
        padding: 24px
    }
}

@media(min-width:1250px) {
    .download-banner {
        padding: 40px 32px 24px
    }
}

.download-banner__title,
.download-banner__p {
    margin: 0;
    min-width: 195px;
    width: 195px
}

@media(min-width:576px) {

    .download-banner__title,
    .download-banner__p {
        width: 70%
    }
}

@media(min-width:768px) {

    .download-banner__title,
    .download-banner__p {
        width: 70%
    }
}

@media(min-width:992px) {

    .download-banner__title,
    .download-banner__p {
        width: 195px
    }
}

.download-banner__title {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 16px
}

@media(min-width:768px) {
    .download-banner__title {
        margin-bottom: 12px
    }
}

@media(min-width:992px) {
    .download-banner__title {
        margin-bottom: 16px
    }
}

@media(min-width:1250px) {
    .download-banner__title {
        margin-bottom: 12px
    }
}

.download-banner__p {
    font-size: 16px;
    line-height: 120%
}

.download-banner__p--mobile {
    display: block
}

@media(min-width:992px) {
    .download-banner__p--mobile {
        display: none
    }
}

.download-banner__p--desktop {
    display: none
}

@media(min-width:992px) {
    .download-banner__p--desktop {
        display: block
    }
}

.download-banner__img {
    width: 80%;
    max-width: 360px;
    height: 120%;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 0;
    border-radius: 16px
}

@media(min-width:1250px) {
    .download-banner__img {
        right: -10%
    }
}

.is_rtl .download-banner__img {
    right: unset;
    left: 0
}

@media(min-width:1250px) {
    .is_rtl .download-banner__img {
        left: -10%
    }
}

.download-banner__img img {
    display: block;
    position: absolute;
    left: 32%;
    top: 26%;
    width: 190px;
    height: auto;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    pointer-events: none
}

@media(min-width:768px) {
    .download-banner__img img {
        width: 195px;
        top: 5%;
        -webkit-transform: rotate(7deg);
        -moz-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        -o-transform: rotate(7deg);
        transform: rotate(7deg)
    }
}

@media(min-width:992px) {
    .download-banner__img img {
        width: 170px;
        top: 28%;
        left: 35%;
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }
}

@media(min-width:1250px) {
    .download-banner__img img {
        width: 230px;
        left: unset;
        right: 15%;
        top: 24%;
        -webkit-transform: rotate(7deg);
        -moz-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        -o-transform: rotate(7deg);
        transform: rotate(7deg)
    }
}

.is_rtl .download-banner__img img {
    left: unset;
    right: 32%;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom
}

@media(min-width:768px) {
    .is_rtl .download-banner__img img {
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
}

@media(min-width:992px) {
    .is_rtl .download-banner__img img {
        right: 35%;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
}

@media(min-width:1250px) {
    .is_rtl .download-banner__img img {
        right: unset;
        left: 15%;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
}

.download-banner__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 120px;
    margin-top: 24px
}

@media(min-width:576px) {
    .download-banner__buttons {
        width: 63%
    }
}

@media(min-width:768px) {
    .download-banner__buttons {
        margin-top: 24px;
        width: 100%
    }
}

@media(min-width:992px) {
    .download-banner__buttons {
        display: none
    }
}

.download-banner__buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 153, 255, 0)), to(rgba(126, 153, 255, .4)));
    background: -webkit-linear-gradient(top, rgba(126, 153, 255, 0) 0, rgba(126, 153, 255, .4) 100%);
    background: -moz-linear-gradient(top, rgba(126, 153, 255, 0) 0, rgba(126, 153, 255, .4) 100%);
    background: linear-gradient(180deg, rgba(126, 153, 255, 0) 0, rgba(126, 153, 255, .4) 100%);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.download-banner__qr-code {
    display: none
}

@media(min-width:992px) {
    .download-banner__qr-code {
        display: inline-block;
        margin-top: 12px
    }
}

@media(min-width:1250px) {
    .download-banner__qr-code {
        margin-top: 32px
    }
}

.download-banner__qr-code img {
    width: 114px;
    height: 114px;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none
}

@media(min-width:1250px) {
    .download-banner__qr-code img {
        width: 156px;
        height: 156px
    }
}

.download-banner__button {
    position: relative;
    display: block;
    width: 120px;
    height: 36px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(121, 36, 194, .16);
    box-shadow: 0 2px 8px rgba(121, 36, 194, .16);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.download-banner__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 5px solid #fff;
    border-radius: 8px;
    -webkit-transition: all .16s;
    -o-transition: all .16s;
    -moz-transition: all .16s;
    transition: all .16s
}

.download-banner__button:hover {
    -webkit-box-shadow: 0 6px 12px rgba(121, 36, 194, .32);
    box-shadow: 0 6px 12px rgba(121, 36, 194, .32)
}

.download-banner__button:hover:before {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.download-banner__button img {
    width: auto;
    height: 22px
}

.download-banner__button--apple,
.download-banner__button--google,
.download-banner__button--huawei {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:992px) {
    .download-banner:hover .download-banner__img img {
        -webkit-transform: rotate(11deg) translateY(-15px);
        -moz-transform: rotate(11deg) translateY(-15px);
        -ms-transform: rotate(11deg) translateY(-15px);
        -o-transform: rotate(11deg) translateY(-15px);
        transform: rotate(11deg) translateY(-15px)
    }
}

@media(min-width:1250px) {
    .download-banner:hover .download-banner__img img {
        -webkit-transform: rotate(8deg) translateY(-8px);
        -moz-transform: rotate(8deg) translateY(-8px);
        -ms-transform: rotate(8deg) translateY(-8px);
        -o-transform: rotate(8deg) translateY(-8px);
        transform: rotate(8deg) translateY(-8px)
    }
}

@media(min-width:992px) {
    .is_rtl .download-banner:hover .download-banner__img img {
        -webkit-transform: rotate(-11deg) translateY(-15px);
        -moz-transform: rotate(-11deg) translateY(-15px);
        -ms-transform: rotate(-11deg) translateY(-15px);
        -o-transform: rotate(-11deg) translateY(-15px);
        transform: rotate(-11deg) translateY(-15px)
    }
}

@media(min-width:1250px) {
    .is_rtl .download-banner:hover .download-banner__img img {
        -webkit-transform: rotate(-8deg) translateY(-8px);
        -moz-transform: rotate(-8deg) translateY(-8px);
        -ms-transform: rotate(-8deg) translateY(-8px);
        -o-transform: rotate(-8deg) translateY(-8px);
        transform: rotate(-8deg) translateY(-8px)
    }
}

.banner-social-media {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 103px;
    background-color: #fff;
    z-index: 99;
    display: block
}

@media(min-width:768px) {
    .banner-social-media {
        display: none
    }
}

.social-media-banner {
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    gap: 20px;
    background-color: #fff
}

.social-media-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 15px
}

.social-media-banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72px;
    -moz-box-flex: 0;
    flex: 0 0 72px
}

.social-media-banner__description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    color: #58585b;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

.social-media-banner__close-button {
    display: block
}

.social-media-banner__svg-cross {
    width: 14px;
    height: 14px;
    fill: #ccc
}

.casual-event-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
    background-color: var(--Bg-default);
    margin: 8px 0
}

.casual-event-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 99%;
    max-width: 327px;
    text-decoration: none;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border: 1px solid #e6ebf0;
    border: 1px solid var(--Bg-secondary);
    position: relative
}

.casual-event-banner__content:hover {
    background: #f7f9fa;
    background: var(--Bg-ghost)
}

.casual-event-banner__content:hover .casual-event-banner__ellipse>svg,
.casual-event-banner__content:hover .casual-event-banner__arrow>svg {
    stroke: #2294e5;
    stroke: var(--Interaction-Primary-bg_hover)
}

@media(min-width:576px) {
    .casual-event-banner__content {
        max-width: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        height: 128px
    }
}

@media(min-width:992px) {
    .casual-event-banner__content {
        height: 175px;
        border-radius: 25px
    }
}

@media(min-width:1250px) {
    .casual-event-banner__content {
        height: 218px
    }
}

.casual-event-banner__image-container {
    position: absolute;
    width: 104%;
    height: 129px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 12px
}

@media(min-width:576px) {
    .casual-event-banner__image-container {
        width: 50%;
        height: 104%
    }
}

@media(min-width:992px) {
    .casual-event-banner__image-container {
        border-radius: 30px
    }
}

@media(min-width:1250px) {
    .casual-event-banner__image-container {
        border-radius: 25px
    }
}

.casual-event-banner__image {
    width: 100%;
    height: 100%
}

.casual-event-banner__image-label {
    position: absolute;
    top: 6px;
    left: 6px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #ffd600;
    background-color: var(--Accent-caution);
    color: #000;
    color: var(--Content-pure);
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 28px
}

@media(min-width:992px) {
    .casual-event-banner__image-label {
        top: 16px;
        left: 16px
    }
}

.is_rtl .casual-event-banner__image-label {
    left: unset;
    right: 6px
}

@media(min-width:992px) {
    .is_rtl .casual-event-banner__image-label {
        right: 16px
    }
}

.casual-event-banner__description {
    margin-top: 129px;
    padding: 15px 20px 20px;
    border-radius: 25px;
    gap: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

@media(min-width:576px) {
    .casual-event-banner__description {
        margin-top: unset;
        padding: 24px;
        gap: 16px;
        width: 50%
    }

    .is_ltr .casual-event-banner__description {
        margin-left: 50%
    }

    .is_rtl .casual-event-banner__description {
        margin-right: 50%
    }
}

@media(min-width:992px) {
    .casual-event-banner__description {
        padding: 27px 91px 27px 30px
    }

    .is_rtl .casual-event-banner__description {
        padding: 27px 30px 27px 91px
    }
}

@media(min-width:1250px) {
    .casual-event-banner__description {
        padding: 55px 40px;
        gap: 20px
    }
}

.casual-event-banner__title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #58585b;
    color: var(--Content-primary)
}

@media(min-width:576px) {
    .casual-event-banner__title {
        -webkit-line-clamp: 3
    }
}

@media(min-width:992px) {
    .casual-event-banner__title {
        font-size: 24px;
        line-height: 28px
    }
}

@media(min-width:1250px) {
    .casual-event-banner__title {
        font-size: 28px;
        line-height: 32px
    }
}

.casual-event-banner__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #58585b;
    color: var(--Content-primary);
    gap: 10px
}

@media(min-width:768px) {
    .casual-event-banner__details {
        gap: 24px
    }
}

.casual-event-banner__date-block,
.casual-event-banner__price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.casual-event-banner__date-block>svg,
.casual-event-banner__price-block>svg {
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    height: 16px;
    width: 16px
}

@media(min-width:576px) {

    .casual-event-banner__date-block>svg,
    .casual-event-banner__price-block>svg {
        display: none
    }
}

@media(min-width:768px) {

    .casual-event-banner__date-block>svg,
    .casual-event-banner__price-block>svg {
        display: block
    }
}

@media(min-width:1250px) {

    .casual-event-banner__date-block>svg,
    .casual-event-banner__price-block>svg {
        height: 24px;
        width: 24px
    }
}

.casual-event-banner__date-block>span,
.casual-event-banner__price-block>span {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    line-height: 20px;
    font-weight: 400
}

@media(min-width:992px) {

    .casual-event-banner__date-block>span,
    .casual-event-banner__price-block>span {
        font-size: 16px
    }
}

@media(min-width:1250px) {

    .casual-event-banner__date-block>span,
    .casual-event-banner__price-block>span {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500
    }
}

.casual-event-banner__ellipse {
    display: none;
    position: absolute
}

.casual-event-banner__ellipse>svg {
    stroke: url(#paint0_linear_42324_12025)
}

@media(min-width:992px) {
    .casual-event-banner__ellipse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        height: 44px;
        width: 44px;
        bottom: 20px
    }

    .is_ltr .casual-event-banner__ellipse {
        right: 20px
    }

    .is_rtl .casual-event-banner__ellipse {
        left: 20px
    }
}

@media(min-width:1250px) {
    .casual-event-banner__ellipse {
        width: 56px;
        height: 56px;
        bottom: 32px
    }

    .is_ltr .casual-event-banner__ellipse {
        right: 32px
    }

    .is_rtl .casual-event-banner__ellipse {
        left: 32px
    }
}

.casual-event-banner__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is_rtl .casual-event-banner__arrow {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -moz-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    -o-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1)
}

.casual-event-banner__arrow>svg {
    height: 100%;
    stroke: url(#paint0_linear_42771_10182)
}

.grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    row-gap: 25px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media(min-width:768px) {
    .grid-block {
        gap: 25px
    }
}

.grid-block__item--col-2 {
    width: -webkit-calc((100% - 25px) / 2);
    width: -moz-calc((100% - 25px) / 2);
    width: calc((100% - 25px)/2)
}

.grid-block__item--col-3 {
    width: -webkit-calc((100% - 50px) / 3);
    width: -moz-calc((100% - 50px) / 3);
    width: calc((100% - 50px)/3)
}

.grid-block__item--col-4 {
    width: -webkit-calc((100% - 12px) / 2);
    width: -moz-calc((100% - 12px) / 2);
    width: calc((100% - 12px)/2)
}

@media(min-width:768px) {
    .grid-block__item--col-4 {
        width: -webkit-calc((100% - 75px) / 4);
        width: -moz-calc((100% - 75px) / 4);
        width: calc((100% - 75px)/4)
    }
}

.grid-block__item--col-5 {
    width: -webkit-calc((100% - 12px) / 2);
    width: -moz-calc((100% - 12px) / 2);
    width: calc((100% - 12px)/2)
}

@media(min-width:768px) {
    .grid-block__item--col-5 {
        width: -webkit-calc((100% - 100px) / 5);
        width: -moz-calc((100% - 100px) / 5);
        width: calc((100% - 100px)/5)
    }
}

.grid-block__item--col-6 {
    width: -webkit-calc((100% - 24px) / 3);
    width: -moz-calc((100% - 24px) / 3);
    width: calc((100% - 24px)/3)
}

@media(min-width:768px) {
    .grid-block__item--col-6 {
        width: -webkit-calc((100% - 125px) / 6);
        width: -moz-calc((100% - 125px) / 6);
        width: calc((100% - 125px)/6)
    }
}

.event-grid-item {
    width: 100%;
    position: relative
}

.event-grid-item__image {
    position: relative
}

.event-grid-item__image-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    z-index: 1;
    position: absolute;
    gap: 4px;
    top: 4px;
    left: 4px;
    right: 4px
}

@media(min-width:576px) {
    .event-grid-item__image-top {
        gap: 8px;
        top: 8px;
        left: 8px;
        right: 8px
    }
}

@media(min-width:768px) {
    .event-grid-item__image-top {
        gap: 4px;
        top: 4px;
        left: 4px;
        right: 4px
    }
}

@media(min-width:1250px) {
    .event-grid-item__image-top {
        gap: 8px;
        top: 8px;
        left: 8px;
        right: 8px
    }
}

.event-grid-item__image-top-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 4px
}

@media(min-width:576px) {
    .event-grid-item__image-top-left {
        gap: 8px
    }
}

@media(min-width:768px) {
    .event-grid-item__image-top-left {
        gap: 4px
    }
}

@media(min-width:1250px) {
    .event-grid-item__image-top-left {
        gap: 8px
    }
}

.event-grid-item__image-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.event-grid-item__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 28px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 8px;
    min-width: 23px;
    float: right;
    background-color: #64b010
}

.is_rtl .event-grid-item__rating {
    float: left;
    margin-left: 0;
    margin-right: 5px
}

.event-grid-item__label .image-label {
    padding: 5px 12px;
    font-size: 12px
}

.event-grid-item__add-to-favorite {
    width: 20px;
    height: 20px
}

@media(min-width:576px) {
    .event-grid-item__add-to-favorite {
        width: 24px;
        height: 24px
    }
}

@media(min-width:768px) {
    .event-grid-item__add-to-favorite {
        width: 20px;
        height: 20px
    }
}

@media(min-width:1250px) {
    .event-grid-item__add-to-favorite {
        width: 24px;
        height: 24px
    }
}

.event-grid-item__info,
.venue-grid-item__info,
.artist-grid-item__info {
    overflow: hidden;
    line-height: 1;
    font-size: 15px;
    height: 100%;
    margin-top: 10px
}

@media(min-width:768px) {

    .event-grid-item__info,
    .venue-grid-item__info,
    .artist-grid-item__info {
        margin-top: 16px
    }
}

.event-grid-item__title,
.venue-grid-item__title,
.artist-grid-item__title {
    display: list-item;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #58585b
}

@media(min-width:768px) {

    .event-grid-item__title,
    .venue-grid-item__title,
    .artist-grid-item__title {
        font-size: 18px
    }
}

.event-grid-item__title:hover,
.venue-grid-item__title:hover,
.artist-grid-item__title:hover {
    color: #37a7f8
}

.event-grid-item__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 6px;
    font-size: 14px;
    min-height: 1em;
    line-height: 1;
    row-gap: 6px
}

@media(min-width:768px) {
    .event-grid-item__details {
        margin-top: 8px;
        row-gap: 8px
    }
}

.event-grid-item__top,
.event-grid-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px
}

.artist-grid-item {
    width: 100%
}

.venue-grid-item {
    width: 100%
}

.info-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative
}

@media(min-width:768px) {
    .info-icon-list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start
    }
}

.info-icon-list__item {
    width: 78px;
    display: inline-block;
    margin-bottom: 15px
}

.info-icon-list__svg {
    margin: auto;
    width: 44px;
    height: 44px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.info-icon-list__image {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.info-icon-list__title {
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 6px 0;
    max-width: 85px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.add-to-favorite {
    cursor: pointer
}

.add-to-favorite .icon-heart {
    stroke: rgba(255, 255, 255, .4);
    width: 24px;
    height: 22px;
    stroke-width: 1px;
    vertical-align: top
}

.add-to-favorite[data-favorite-status=not-in] .icon-heart {
    stroke: #ddd
}

.add-to-favorite[data-favorite-status=not-in]:hover .icon-heart {
    stroke: #FFF;
    fill: #e00100
}

.add-to-favorite[data-favorite-status=in] .icon-heart {
    fill: #e00100;
    stroke: #fff
}

.add-to-favorite--primary .icon-heart {
    width: 30px;
    height: 26px
}

.add-to-favorite--primary[data-favorite-status=not-in]:hover .icon-heart {
    fill: #37a7f8;
    stroke: #37a7f8
}

.add-to-favorite--primary[data-favorite-status=in] .icon-heart {
    fill: #37a7f8;
    stroke: #37a7f8
}

.add-to-favorite-heart-kit {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.add-to-favorite-heart-kit .icon-16-kit-heart {
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    width: 16px;
    height: 16px
}

.add-to-favorite-heart-kit[data-favorite-status=not-in] .icon-16-kit-heart {
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.add-to-favorite-heart-kit[data-favorite-status=not-in]:hover .icon-16-kit-heart {
    fill: #f25050;
    fill: var(--Accent-alert)
}

.add-to-favorite-heart-kit[data-favorite-status=in] .icon-16-kit-heart {
    fill: #f25050;
    fill: var(--Accent-alert)
}

.smile-rating {
    width: 100%
}

.smile-rating__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

@media(min-width:768px) {
    .smile-rating__content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        gap: 56px
    }
}

.smile-rating__label-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 12px;
    display: block
}

@media(min-width:768px) {
    .smile-rating__label-text {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.smile-rating__input {
    display: none
}

.smile-rating__label-icon {
    position: relative
}

.smile-rating__label-icon:first-of-type:after {
    content: "unhappy";
    font-size: 13px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    left: 0
}

.smile-rating__label-icon:last-of-type:after {
    content: "happy";
    font-size: 13px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0
}

.smile-rating__icon {
    width: 40px;
    height: 40px;
    fill: #eee;
    fill: var(--Interaction-Disable-bg);
    stroke: #eee;
    stroke: var(--Interaction-Disable-bg)
}

.smile-rating input[type=radio]:checked~.icon {
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg);
    stroke: #37a7f8;
    stroke: var(--Interaction-Primary-bg)
}

.resale-tooltip-block {
    position: relative;
    padding: 12px 24px 12px 16px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border, rgba(96, 128, 159, .14));
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    overflow: hidden;
    gap: 8px
}

.is_ltr .resale-tooltip-block {
    padding: 12px 24px 12px 16px
}

.is_rtl .resale-tooltip-block {
    padding: 12px 16px 12px 24px
}

.resale-tooltip-block__icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    line-height: 0;
    padding: 4px
}

.resale-tooltip-block__background-image {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0
}

.resale-tooltip-block__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 4px
}

.resale-tooltip-block__title {
    background: -webkit-linear-gradient(180.4deg, #701ec3 49.85%, #ca52e0 112.13%);
    background: -moz-linear-gradient(180.4deg, #701ec3 49.85%, #ca52e0 112.13%);
    background: linear-gradient(269.6deg, #701ec3 49.85%, #ca52e0 112.13%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.resale-tooltip-block__content {
    font-size: 14px
}

.resale-tooltip-block__content--active .resale-tooltip-block__read-more-text--hide {
    display: inline
}

@media(min-width:768px) {
    .resale-tooltip-block__content--active .resale-tooltip-block__read-more-text--hide {
        display: none
    }
}

.resale-tooltip-block__content--active .resale-tooltip-block__read-more-text--show {
    display: none
}

.resale-tooltip-block__content--active .resale-tooltip-block__long-text {
    display: block
}

.resale-tooltip-block__long-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media(min-width:768px) {
    .resale-tooltip-block__long-text {
        display: block
    }
}

.resale-tooltip-block__read-more {
    display: block;
    margin-top: 8px
}

@media(min-width:768px) {
    .resale-tooltip-block__read-more {
        margin-top: 0
    }
}

.resale-tooltip-block__read-more .icon {
    margin-left: 4px;
    width: 10px;
    height: 10px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.resale-tooltip-block__read-more-text--hide {
    display: none
}

.resale-tooltip-block__read-more-text--show {
    display: inline
}

.resale-tooltip-block__read-more-text--show svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:768px) {
    .resale-tooltip-block__read-more-text--show {
        display: none
    }
}

.page-title {
    padding: 8px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #58585b;
    color: var(--Content-primary)
}

@media(min-width:768px) {
    .page-title {
        padding: 16px 0 8px
    }
}

.page-title__back {
    display: inline-block
}

.page-title__arrow-left {
    width: 24px;
    height: 20px;
    fill: #8f8f8f;
    fill: var(--Content-secondary);
    margin-right: 16px
}

.is_rtl .page-title__arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 16px
}

.link {
    text-decoration: none;
    color: #58585b;
    color: var(--Content-primary)
}

.link:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.link--blue {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.link--blue:hover {
    color: #58585b;
    color: var(--Content-primary)
}

.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    row-gap: 16px
}

@media(min-width:768px) {
    .content-wrapper {
        row-gap: 24px
    }
}

.price {
    display: inline-block;
    font-size: 14px;
    color: #58585b;
    color: var(--Content-primary)
}

.price--color-red {
    color: #f25050;
    color: var(--Accent-alert)
}

.price--color-green {
    color: #64b010;
    color: var(--Accent-success)
}

.price--color-gray {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.price--color-orange {
    color: #ff8300;
    color: var(--Accent-warning)
}

.price--color-purple {
    color: #831797;
    color: var(--Accent-promo)
}

.price--accelerator-crossed-price,
.price--accelerator-discount-crossed-price {
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.date--color-gray {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.icon-and-text-label {
    padding: 6px 12px;
    height: 28px;
    border-radius: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px
}

.empty-item-list {
    text-align: center;
    background-color: #f7f9fa;
    background-color: var(--Bg-ghost);
    border-radius: 20px
}

.empty-item-list__text {
    padding: 40px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #58585b;
    color: var(--Content-primary)
}

img.no-image {
    width: 43px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.show-more__btn {
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 auto
}

@media(min-width:768px) {
    .show-more__btn {
        max-width: 280px
    }
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important
}

.text-page {
    padding: 20px 0;
    max-width: 500px;
    font-size: 14px;
    color: #58585b;
    color: var(--Content-primary)
}

.text-page__title {
    font-size: 28px;
    font-weight: 600;
    color: #58585b;
    color: var(--Content-primary)
}

.world-wide-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.flag-circle {
    width: 19px;
    height: 14px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 2px
}

@media(min-width:768px) {
    .flag-circle {
        width: 25px;
        height: 18px
    }
}

.world-wide-header {
    width: 100%;
    min-height: 384px;
    overflow: hidden;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover
}

.is_rtl .world-wide-header {
    font-size: 30px
}

@media(min-width:768px) {
    .world-wide-header {
        min-height: 792px;
        font-weight: 700;
        font-size: 96px;
        line-height: 92px
    }

    .is_rtl .world-wide-header {
        font-size: 78px
    }
}

@media(min-width:992px) {
    .is_rtl .world-wide-header {
        font-size: 96px
    }
}

@media(min-width:1920px) {
    .world-wide-header {
        min-height: 892px
    }
}

.world-wide-header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.world-wide-header__content {
    margin-top: 138px;
    width: 100%
}

@media(min-width:768px) {
    .world-wide-header__content {
        margin-top: 200px
    }
}

@media(min-width:1440px) {
    .world-wide-header__content {
        margin-top: 260px
    }
}

.world-wide-header__list-container {
    overflow: hidden;
    height: 50px;
    position: relative
}

@media(min-width:768px) {
    .world-wide-header__list-container {
        height: 110px
    }
}

.world-wide-header__text {
    display: inline;
    margin: 0
}

.world-wide-header__list {
    margin-top: 0;
    list-style: none
}

.world-wide-header__list-item {
    line-height: 51px;
    color: rgba(255, 255, 255, .03);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin: 0;
    position: absolute;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width:768px) {
    .world-wide-header__list-item {
        line-height: 110px
    }
}

.world-wide-header__search {
    width: 100%;
    position: relative;
    background: #000;
    color: #fff;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 14px 0 14px 52px;
    margin-top: 24px
}

.world-wide-header__search-icon {
    width: 16px !important;
    height: 16px !important;
    fill: #fff !important;
    top: 15px !important;
    left: 24px !important
}

.world-wide-city {
    padding-top: 32px;
    padding-bottom: 20px
}

@media(min-width:768px) {
    .world-wide-city {
        padding-bottom: 0;
        border-radius: 32px 32px 0 0;
        top: -32px;
        background: #fff;
        position: relative;
        padding-top: 90px
    }
}

.world-wide-city__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.world-wide-city__card-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 12px
}

@media(min-width:768px) {
    .world-wide-city__card-container {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 28px
    }
}

.world-wide-city__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 32px;
    width: 100%
}

@media(min-width:768px) {
    .world-wide-city__title {
        font-size: 50px;
        line-height: 61px
    }
}

.world-wide-city__card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.world-wide-city__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.world-wide-city__card>a {
    color: #58595b
}

.world-wide-city__link {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    border-radius: 12px
}

.world-wide-city__image {
    width: 100%;
    border-radius: 12px
}

.world-wide-city__name {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: 14px 0 34px
}

@media(min-width:768px) {
    .world-wide-city__name {
        font-size: 20px;
        line-height: 24px
    }
}

.world-wide-city__name__flag {
    width: auto;
    height: 100%
}

.world-wide-city__name-flag {
    width: auto;
    height: 100%
}

.show-more-btn {
    background: transparent;
    border: 1px solid #37a7f8;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    color: #37a7f8;
    display: block
}

.is_rtl .flag-circle {
    margin-left: 15px;
    margin-right: 0
}

.is_rtl .world-wide-header__list-container {
    padding-right: 5px
}

.is_rtl .world-wide-header__list-item {
    padding: 5px 0
}

@media(min-width:768px) {
    .is_rtl .world-wide-header__list-item {
        padding: 10px 0
    }
}

.terms-and-conditions {
    margin-top: 0
}

@media(min-width:768px) {
    .terms-and-conditions {
        margin-top: 45px
    }
}

.terms-and-conditions__menu {
    width: 100%;
    background-color: #fff;
    background-color: var(--Bg-default)
}

@media(min-width:768px) {
    .terms-and-conditions__menu {
        width: 26%
    }
}

.is_ltr .terms-and-conditions__menu {
    float: left;
    margin-right: 3%
}

.is_rtl .terms-and-conditions__menu {
    float: right;
    margin-left: 3%
}

.terms-and-conditions__menu-link {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #58585b;
    color: var(--Content-primary);
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border);
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    -moz-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s
}

.terms-and-conditions__menu-link:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.terms-and-conditions__menu-link:first-child {
    border: none
}

.terms-and-conditions__menu-link--active {
    background-color: #1c9bf7;
    background-color: var(--Interaction-Secondary-content);
    color: #fff;
    color: var(--Bg-default)
}

.terms-and-conditions__menu-link--active:hover {
    background-color: #1985d2;
    background-color: var(--Interaction-Secondary-content_hover);
    color: #fff;
    color: var(--Bg-default)
}

.terms-and-conditions__menu-link-arrow .icon {
    position: absolute;
    top: 50%;
    height: 10px;
    width: 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    fill: #fff;
    fill: var(--Interaction-Primary-content)
}

.is_ltr .terms-and-conditions__menu-link-arrow .icon {
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is_rtl .terms-and-conditions__menu-link-arrow .icon {
    left: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.terms-and-conditions__content {
    padding: 0 20px 10px;
    background-color: #fff;
    background-color: var(--Bg-default);
    width: auto;
    float: none
}

@media(min-width:768px) {
    .terms-and-conditions__content {
        padding: 0;
        display: block;
        width: 71%
    }
}

.is_ltr .terms-and-conditions__content {
    float: left
}

.is_rtl .terms-and-conditions__content {
    float: right
}

.terms-and-conditions__title {
    font-size: 24px;
    font-weight: 600;
    color: #58585b;
    color: var(--Content-primary);
    margin-bottom: 20px
}

@media(min-width:768px) {
    .terms-and-conditions__title {
        font-size: 36px
    }
}

.terms-and-conditions__back {
    display: block;
    padding: 20px 0
}

.is_rtl .terms-and-conditions__back {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 10px
}

.terms-and-conditions__back .icon.icon-arrow-left-thin {
    width: 10px;
    height: 14px;
    margin-right: 10px;
    fill: #8f8f8f;
    fill: var(--Content-secondary)
}

.is_rtl .terms-and-conditions__back .icon.icon-arrow-left-thin {
    float: right
}

.terms-and-conditions__back-text {
    vertical-align: top;
    line-height: 14px;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

body.b2c-terms-and-conditions {
    padding-top: 0;
    background-color: #fff
}

.b2c-terms-and-condition {
    padding-top: 0;
    background-color: #fff;
    background-color: var(--Bg-default);
    width: 100%
}

.b2c-terms-and-condition__terms-list-block {
    width: 100%;
    background-color: #fff;
    background-color: var(--Bg-default)
}

.is_ltr .b2c-terms-and-condition__terms-list-block {
    float: left;
    margin-right: 3%
}

.is_rtl .b2c-terms-and-condition__terms-list-block {
    float: right;
    margin-left: 3%
}

.b2c-terms-and-condition__container {
    display: block;
    padding: 0 20px 10px;
    background-color: #fff;
    width: auto;
    float: none
}

.is_ltr .b2c-terms-and-condition__container {
    float: left
}

.is_rtl .b2c-terms-and-condition__container {
    float: right
}

.b2c-terms-and-condition__terms-list-block-link {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #58585b;
    border-bottom: 1px solid #eee
}

.b2c-terms-and-condition__terms-list-block-link__active {
    background-color: #37a7f8;
    color: #fff
}

.b2c-terms-and-condition__terms-list-block-link__active .icon {
    fill: #fff
}

.b2c-terms-and-condition__terms-list-block-link:hover {
    color: #37a7f8
}

.b2c-terms-and-condition__terms-list-block-link:first-child {
    border-bottom: 1px solid #eee
}

.b2c-terms-and-condition__terms-list-block-link .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    fill: #58585b;
    fill: var(--Content-primary)
}

.is_rtl .b2c-terms-and-condition__terms-list-block-link .icon {
    right: auto;
    left: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.b2c-terms-and-condition__title {
    font-size: 24px;
    font-weight: 600;
    color: #58585b;
    margin-bottom: 20px
}

.b2c-terms-and-condition__back-url {
    display: block;
    padding: 20px 0;
    vertical-align: top;
    line-height: 14px;
    color: #b8b8b8
}

.b2c-terms-and-condition__back-url .icon {
    position: relative;
    top: 2px;
    width: 10px;
    height: 14px;
    fill: #b8b8b8
}

.is_ltr .b2c-terms-and-condition__back-url .icon {
    margin-right: 10px
}

.is_rtl .b2c-terms-and-condition__back-url .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px
}

.b2c-terms-and-condition__terms-list-block-link-icon {
    vertical-align: top;
    line-height: 14px;
    color: #b8b8b8
}

.event-verification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.event-verification__content {
    width: 100%;
    margin: 20px 0 400px
}

@media(min-width:768px) {
    .event-verification__content {
        width: 570px;
        margin: 80px 0 400px
    }
}

.event-verification__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 140%
}

@media(min-width:768px) {
    .event-verification__title {
        font-size: 32px
    }
}

.add-to-calendar-block {
    position: relative
}

.add-to-calendar-block__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

.add-to-calendar-block__btn--action-bar {
    line-height: 0;
    padding: 8px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    cursor: pointer
}

.add-to-calendar-block__btn--action-bar span {
    display: none
}

.add-to-calendar-block__btn--action-bar svg.icon {
    fill: #fff;
    height: 14px;
    width: 14px
}

@media(min-width:768px) {
    .add-to-calendar-block__btn--action-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        gap: 8px;
        font-size: 14px;
        line-height: 18px;
        padding: 0
    }

    .add-to-calendar-block__btn--action-bar span {
        display: block
    }

    .add-to-calendar-block__btn--action-bar svg.icon {
        fill: #58585b;
        height: 16px;
        width: 16px
    }

    .add-to-calendar-block__btn--action-bar:hover {
        cursor: pointer;
        color: #37a7f8
    }

    .add-to-calendar-block__btn--action-bar:hover svg.icon {
        fill: #37a7f8
    }
}

.add-to-calendar-block__list {
    display: none;
    border-radius: 12px;
    margin: 10px 0 20px;
    background-color: #fff;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    width: 100%
}

@media(min-width:768px) {
    .add-to-calendar-block__list {
        position: absolute
    }
}

.add-to-calendar-block__list--action-bar {
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 220px;
    margin: 0;
    -webkit-box-shadow: 0 4px 25px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, .2)
}

.is_ltr .add-to-calendar-block__list--action-bar {
    right: 0
}

.is_rtl .add-to-calendar-block__list--action-bar {
    left: 0
}

@media(min-width:768px) {
    .add-to-calendar-block__list--action-bar {
        top: 30px
    }
}

.add-to-calendar-block__item:last-child {
    border-bottom: none
}

.add-to-calendar-block__btn-icon {
    height: 18px;
    fill: #58585b
}

.calendar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0 20px;
    text-decoration: none;
    color: #58585b;
    border-radius: 8px
}

@media(min-width:768px) {
    .calendar-button {
        padding: 8px 16px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        white-space: nowrap
    }
}

.calendar-button:hover {
    color: #37a7f8;
    background: rgba(55, 167, 248, .08)
}

.calendar-button__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    width: 25px;
    height: 25px
}

.is_rtl .calendar-button__icon {
    margin: 0 0 0 15px
}

.calendar-button--action-bar {
    padding: 8px 16px
}

.app-download__app-container {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.app-download__app-btn-container {
    width: 100%
}

.app-download__app-btn {
    height: 56px;
    width: 50%
}

.app-download__app-btn-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    color: #fff
}

.app-download__btn-main-text {
    font-size: 11px
}

.app-download__btn-shop-name {
    font-size: 16px
}

.app-download__app-btn-img {
    height: 27px;
    width: 22px;
    vertical-align: top
}

.is_rtl .app-download__app-btn-container {
    margin-left: 0;
    margin-right: 20px
}

@media(min-width:768px) {
    .app-download__app-header {
        color: #f69221;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px
    }

    .app-download__app-qr-code {
        width: 102px;
        height: 102px
    }

    .app-download__app-btn-container {
        margin-left: 20px
    }

    .app-download__app-btn {
        height: 46px;
        width: 100%
    }

    .app-download__app-btn:first-child {
        margin-bottom: 10px
    }
}

.artist-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 16px
}

@media(min-width:768px) {
    .artist-block {
        padding: 24px;
        border-radius: 12px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06)
    }
}

.artist-block__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

.artist-block__item {
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.artist-block__item:nth-child(1),
.artist-block__item:nth-child(2),
.artist-block__item:nth-child(3) {
    display: block
}

.artist-block__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    position: relative;
    overflow: hidden
}

.is_ltr .artist-block__item-inner {
    padding: 8px 24px 8px 8px
}

.is_rtl .artist-block__item-inner {
    padding: 8px 8px 8px 24px
}

.is_ltr .artist-block__item-inner--audio {
    padding: 8px 16px 8px 8px
}

.is_rtl .artist-block__item-inner--audio {
    padding: 8px 8px 8px 16px
}

.artist-block__preview {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    flex: 0 0 60px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.artist-block__details {
    position: relative;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    overflow: hidden
}

.artist-block__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #58585b;
    color: var(--Content-primary);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.artist-block__name:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.artist-block__audio-title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap
}

.artist-block__favorite {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 16px
}

.artist-block__control {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    flex: 0 0 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.artist-block__control--icon-block {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    border-radius: 50%
}

.artist-block__control--icon-block .icon {
    width: 16px;
    height: 16px;
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg)
}

.artist-block__audio {
    display: none
}

.artist-block__audio-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(178deg, #06F -.75%, #b81ad6 99.37%);
    background: -moz-linear-gradient(178deg, #06F -.75%, #b81ad6 99.37%);
    background: linear-gradient(272deg, #06F -.75%, #b81ad6 99.37%);
    opacity: .1;
    z-index: -1
}

.artist-block__audio-cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: var(--Bg-default);
    z-index: -1
}

.artist-block__toggle {
    color: #37a7f8;
    color: var(--Interaction-Primary-bg);
    font-size: 12px;
    font-weight: 400;
    text-align: start
}

@media(min-width:768px) {
    .artist-block__toggle {
        font-size: 14px;
        text-align: center
    }
}

.artist-block__show-less-text {
    display: none
}

.artist-block--expanded .artist-block__show-more-text {
    display: none
}

.artist-block--expanded .artist-block__show-less-text {
    display: block
}

.artist-block--expanded .artist-block__item {
    display: block
}

.tabby-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    cursor: pointer
}

.tabby-block__wrapper {
    background: -webkit-linear-gradient(182deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    background: -moz-linear-gradient(182deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    background: linear-gradient(268deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    width: 100%;
    border-radius: 12px;
    padding: 11px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

@media(min-width:768px) {
    .tabby-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center
    }
}

@media(min-width:992px) {
    .tabby-block__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }
}

.tabby-block__rectangle {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.tabby-block__rectangle--first {
    left: 28px;
    top: -8.5px
}

.tabby-block__rectangle--second {
    left: 83px;
    top: -1.75px
}

.tabby-block__rectangle--third {
    left: 2px;
    top: 8px
}

.tabby-block__rectangle--four {
    left: 14px;
    top: 50%
}

.tabby-block__rectangle--five {
    left: 8px;
    top: 46px
}

.tabby-block__rectangle--six {
    left: 60px;
    top: -webkit-calc(100% + 6px);
    top: -moz-calc(100% + 6px);
    top: calc(100% + 6px)
}

@media(max-width:992px) {
    .tabby-block__rectangle {
        display: none
    }
}

@media(min-width:992px) {
    .tabby-block__rectangle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.tabby-block__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 2px
}

.tabby-block__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 3px
}

.tabby-block__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    min-width: 16px;
    min-height: 16px
}

.tabby-block__title {
    background: -webkit-gradient(linear, left top, right top, color-stop(.22%, #701ec3), color-stop(99.72%, #ca52e0));
    background: -webkit-linear-gradient(left, #701ec3 .22%, #ca52e0 99.72%);
    background: -moz-linear-gradient(left, #701ec3 .22%, #ca52e0 99.72%);
    background: linear-gradient(90deg, #701ec3 .22%, #ca52e0 99.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.tabby-block__subtitle {
    color: #58585b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.tabby-block__link {
    color: #37a7f8;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.tabby-block__link:hover {
    color: #2294e5
}

@media(min-width:992px) {
    .tabby-block__link {
        display: none
    }
}

@media(min-width:1250px) {
    .tabby-block__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.tabby-block:hover .tabby-block__rectangle--first {
    left: 28px;
    top: -11.5px
}

.tabby-block:hover .tabby-block__rectangle--second {
    left: 101px;
    top: -4.75px
}

.tabby-block:hover .tabby-block__rectangle--third {
    left: 0;
    top: 8px
}

.tabby-block:hover .tabby-block__rectangle--four {
    left: 13px;
    top: 50%
}

.tabby-block:hover .tabby-block__rectangle--five {
    left: 0;
    top: 44px
}

.tabby-block:hover .tabby-block__rectangle--six {
    left: 68px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px)
}

@media(max-width:768px) {
    .tabby-block {
        margin-top: 20px
    }
}

.is_rtl .tabby-block__rectangle--first {
    left: auto;
    right: 28px
}

.is_rtl .tabby-block__rectangle--second {
    left: auto;
    right: 83px
}

.is_rtl .tabby-block__rectangle--third {
    left: auto;
    right: 2px
}

.is_rtl .tabby-block__rectangle--four {
    left: auto;
    right: 14px
}

.is_rtl .tabby-block__rectangle--five {
    left: auto;
    right: 8px
}

.is_rtl .tabby-block__rectangle--six {
    left: auto;
    right: 60px
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--first {
    right: 28px
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--second {
    left: auto;
    right: 101px
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--third {
    left: auto;
    right: 0
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--four {
    left: auto;
    right: 13px
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--five {
    left: auto;
    right: 0
}

.is_rtl .tabby-block:hover .tabby-block__rectangle--six {
    left: auto;
    right: 68px
}

.tabby-popover-shadow {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000;
    background: rgba(0, 0, 0, .6)
}

.tabby-popover {
    max-width: 412.3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 10px 0 rgba(0, 0, 0, .08), 0 12px 40px 0 rgba(4, 70, 118, .14);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06), 0 2px 10px 0 rgba(0, 0, 0, .08), 0 12px 40px 0 rgba(4, 70, 118, .14);
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px;
    margin-top: -8px !important
}

@media(max-width:576px) {
    .tabby-popover {
        max-width: 100%;
        left: auto !important;
        right: auto !important;
        width: 100%;
        top: auto !important;
        bottom: 0 !important;
        margin-top: 0 !important;
        position: fixed;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media(min-width:576px) and (max-width:768px) {
    .tabby-popover {
        max-width: 100%;
        left: auto !important;
        right: auto !important;
        width: 100%;
        top: auto !important;
        bottom: 0 !important;
        margin-top: 0 !important;
        position: fixed;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media(min-width:768px) and (max-width:992px) {
    .tabby-popover {
        max-width: 430px;
        left: auto !important;
        right: 46px !important
    }
}

@media(min-width:992px) and (max-width:1250px) {
    .tabby-popover {
        max-width: 412.3px;
        left: auto !important;
        right: 40px !important
    }
}

@media(max-width:768px) {
    .tabby-popover {
        padding: 20px
    }
}

.tabby-popover__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 0
}

.tabby-popover__content-title {
    color: #58585b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 24px
}

.tabby-popover__content-btn-a {
    width: 100%;
    margin-top: 24px;
    padding: 12px 15px
}

.tabby-popover__content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.tabby-popover__content-list-li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    color: #58585b
}

.tabby-popover__content-list-li-number {
    border-radius: 24px;
    background: #EEE;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px
}

.tabby-popover__content-list-li-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

@media(max-width:768px) {
    .tabby-popover__content-list-li-text {
        font-size: 16px;
        line-height: 22px
    }
}

.tabby-popover__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
    -webkit-align-self: stretch;
    align-self: stretch;
    background: -webkit-linear-gradient(182deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    background: -moz-linear-gradient(182deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    background: linear-gradient(268deg, rgba(0, 102, 255, .1) 0, rgba(184, 26, 214, .1) 100%);
    padding: 18px 8px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 24px
}

.tabby-popover__header-block {
    background: -webkit-gradient(linear, left top, right top, color-stop(.22%, #701ec3), color-stop(99.72%, #ca52e0));
    background: -webkit-linear-gradient(left, #701ec3 .22%, #ca52e0 99.72%);
    background: -moz-linear-gradient(left, #701ec3 .22%, #ca52e0 99.72%);
    background: linear-gradient(90deg, #701ec3 .22%, #ca52e0 99.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.is_rtl .tabby-popover {
    padding: 24px
}

@media(max-width:576px) {
    .is_rtl .tabby-popover {
        left: auto !important;
        right: auto !important
    }
}

@media(min-width:576px) and (max-width:768px) {
    .is_rtl .tabby-popover {
        right: auto !important;
        left: 40px !important
    }
}

@media(min-width:768px) and (max-width:992px) {
    .is_rtl .tabby-popover {
        right: auto !important;
        left: 46px !important
    }
}

@media(min-width:992px) and (max-width:1250px) {
    .is_rtl .tabby-popover {
        right: auto !important;
        left: 40px !important
    }
}

.buy-block {
    margin-top: 24px
}

@media(min-width:768px) {
    .buy-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        border: 1px solid #37a7f8;
        border: 1px solid var(--Interaction-Secondary-border);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px
    }
}

.buy-block__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.buy-block__section--sold-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px
}

.buy-block__section--flow {
    gap: 24px
}

.buy-block__section--on-sale {
    gap: 8px
}

.buy-block__section--free-pass {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.buy-block__section--canceled {
    padding: 16px;
    margin: 32px 0 24px;
    border-radius: 12px;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06)
}

.buy-block__section-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.buy-block__section-item--on-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .buy-block__section-item--on-sale {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .buy-block__section-item--on-sale {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        gap: 16px
    }
}

.buy-block__bottom-fixed {
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 20;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.is_ltr .buy-block__bottom-fixed {
    padding: 12px 12px 12px 20px
}

.is_rtl .buy-block__bottom-fixed {
    padding: 12px 20px 12px 12px
}

.buy-block__state {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

@media(min-width:768px) {
    .buy-block__state {
        font-size: 26px;
        font-weight: 600;
        line-height: 30px
    }
}

.buy-block__state--free-pass {
    color: #98cc54
}

.buy-block__state--sold-out {
    color: #ff8300;
    color: var(--Accent-warning)
}

.buy-block__state--custom-sold-out {
    line-height: 24px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .buy-block__state--custom-sold-out {
        line-height: 26px
    }
}

.buy-block__state--coming-soon {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.buy-block__state--pre-register {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:992px) {
    .buy-block__info-wrapper {
        min-width: 40%
    }
}

.buy-block__btn-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:768px) {
    .buy-block__btn-wrapper {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1
    }
}

@media(min-width:992px) {
    .buy-block__btn-wrapper {
        min-width: 40%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.buy-block__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    color: #fff;
    color: var(--Interaction-Primary-content)
}

@media(min-width:768px) {
    .buy-block__btn {
        padding: 12px;
        font-size: 18px
    }
}

.buy-block__search-resale-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.buy-block__search-resale-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center
}

.buy-block__manage-block {
    padding-top: 16px;
    font-size: 14px
}

@media(min-width:768px) {
    .buy-block__manage-block {
        border-top: 1px solid #dbdbdb;
        border-top: 1px solid var(--Interaction-Disable-border)
    }
}

.buy-block__description {
    margin-top: 8px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #58585b;
    color: var(--Content-primary)
}

.buy-block__price {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

@media(min-width:768px) {
    .buy-block__price {
        position: relative;
        top: 3px;
        font-size: 26px;
        line-height: 26px
    }

    .buy-block__price--free {
        top: 0
    }
}

.buy-block__price-from {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 1px;
    width: 50%
}

@media(min-width:768px) {
    .buy-block__price-from {
        width: auto;
        gap: 0
    }
}

.buy-block__price-from-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .buy-block__price-from-title {
        margin-bottom: 8px;
        font-size: 14px
    }
}

.buy-block__first-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 8px
}

.buy-block__crossed-price {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    white-space: nowrap
}

.buy-block__accelerator {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media(min-width:768px) {
    .buy-block__accelerator {
        height: 21px;
        font-size: 14px;
        line-height: normal
    }
}

.buy-block__dot {
    width: 3px;
    height: 3px;
    fill: #eee;
    fill: var(--Interaction-Disable-bg)
}

@media(min-width:768px) {
    .buy-block__dot {
        display: none
    }
}

@media(min-width:992px) {
    .buy-block__dot {
        display: block
    }
}

.buy-block__app-download {
    margin-top: 16px
}

@media(min-width:768px) {
    .buy-block__app-download {
        margin-top: 0
    }
}

.buy-block__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    padding-bottom: 0;
    border-bottom: none
}

@media(min-width:768px) {
    .buy-block__summary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        gap: 12px;
        border-bottom: 1px solid #dbdbdb;
        border-bottom: 1px solid var(--Interaction-Disable-border);
        padding-bottom: 16px
    }
}

.buy-block__date,
.buy-block__time,
.buy-block__venue-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    line-height: 1
}

.buy-block__date .icon,
.buy-block__time .icon,
.buy-block__venue-icon .icon {
    width: 16px;
    height: 16px;
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg)
}

.buy-block__date-icon,
.buy-block__time-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.buy-block__doors-open {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.buy-block__time-text-wrapper,
.buy-block__date-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    line-height: 1;
    gap: 4px
}

.buy-block__time-text {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.buy-block__hot-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .buy-block__hot-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .buy-block__hot-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        height: 21px;
        position: relative;
        top: 4px
    }
}

.buy-block__extended-accelerate {
    margin-top: 24px
}

@media(min-width:768px) {
    .buy-block__extended-accelerate {
        margin-top: 0
    }
}

.buy-block__promo-code {
    margin-top: 16px;
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid var(--Interaction-Disable-border);
    border-bottom: 1px solid #dbdbdb;
    border-bottom: 1px solid var(--Interaction-Disable-border)
}

@media(min-width:768px) {
    .buy-block__promo-code {
        margin-top: 0;
        cursor: pointer;
        padding-bottom: 0;
        border-bottom: none
    }
}

.buy-block__advantage-acceleration {
    margin: 24px 0 12px
}

@media(min-width:768px) {
    .buy-block__advantage-acceleration {
        margin: 0
    }
}

.buy-block__countdown {
    margin-bottom: 8px
}

.buy-block__venue {
    line-height: 1
}

.buy-block__venue-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.buy-block__venue-text {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.buy-block__aligned-popover {
    margin-top: 24px
}

.discount-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-top: 24px;
    padding: 24px 24px 12px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 24px
}

@media(min-width:768px) {
    .discount-block {
        padding: 24px 8px 12px;
        border-radius: 16px
    }
}

.discount-block__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26.8px
}

@media(min-width:768px) {
    .discount-block__title {
        padding: 0 16px 8px
    }
}

.discount-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 0;
    padding: 16px 0;
    gap: 8px;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(96, 128, 159, .14);
    border-top: 1px solid var(--Bg-border)
}

@media(min-width:768px) {
    .discount-block__item {
        padding: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row wrap
    }
}

.discount-block__item:hover {
    background-color: #fff;
    background-color: var(--Bg-default)
}

@media(min-width:992px) {
    .discount-block__item:hover {
        background-color: #f7f9fa;
        background-color: var(--Bg-ghost);
        border-radius: 8px;
        border-top: 1px solid #fff;
        border-top: 1px solid var(--Bg-default)
    }

    .discount-block__item:hover+.discount-block__item {
        border-top: 1px solid #fff;
        border-top: 1px solid var(--Bg-default)
    }
}

.discount-block__items-container>:first-child {
    border-top: none
}

.discount-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    flex: 1 0 0
}

.discount-block__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 6px
}

.discount-block__offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.discount-block__offer--promocode {
    color: #9423f7;
    color: var(--Accent-promocode);
    stroke: #9423f7;
    stroke: var(--Accent-promocode)
}

.discount-block__offer--discount {
    color: #d14c83;
    color: var(--Accent-discount);
    stroke: #d14c83;
    stroke: var(--Accent-discount)
}

.discount-block__term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
    -webkit-align-self: stretch;
    align-self: stretch;
    font-size: 14px;
    line-height: 20px
}

.is_rtl .discount-block__term {
    padding-right: 24px
}

.is_ltr .discount-block__term {
    padding-left: 24px
}

.discount-block__icon {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.discount-block__icon .icon {
    height: 20px
}

.discount-block__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.discount-block__info-anchor {
    position: relative;
    top: 2px
}

.discount-block__info-anchor .icon {
    width: 16px;
    height: 16px;
    position: relative;
    stroke: #bfbfbf;
    stroke: var(--Interaction-Disable-content);
    stroke-width: 0;
    top: 1px
}

.discount-block__btn {
    font-weight: 400;
    padding: 10px 18px
}

.schedule-block {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 24px
}

@media(min-width:768px) {
    .schedule-block {
        padding: 24px;
        background: #fff;
        background: var(--Interaction-Primary-content_hover);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px
    }
}

.schedule-block__accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 10px;
    gap: 24px
}

.schedule-block__title {
    width: 100%;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .schedule-block__title {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        align-items: baseline
    }
}

.schedule-block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.schedule-block__short-schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600
}

.is_ltr .schedule-block__short-schedule {
    padding-left: 16px
}

.is_rtl .schedule-block__short-schedule {
    padding-right: 16px
}

@media(min-width:768px) {
    .schedule-block__short-schedule {
        font-size: 11px
    }
}

@media(min-width:992px) {
    .is_ltr .schedule-block__short-schedule {
        font-size: 18px
    }

    .is_rtl .schedule-block__short-schedule {
        font-size: 19px
    }
}

@media(min-width:1250px) {
    .schedule-block__short-schedule {
        font-size: 22px
    }
}

.schedule-block__time-logo {
    width: 16px;
    height: 16px;
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.schedule-block__text-header {
    font-size: 18px
}

@media(min-width:992px) {
    .schedule-block__text-header {
        font-size: 22px
    }
}

.schedule-block__content-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #37a7f8;
    color: var(--Interaction-Primary-bg)
}

.is_ltr .schedule-block__content-dropdown {
    padding-right: 12px
}

@media(min-width:768px) {
    .is_ltr .schedule-block__content-dropdown {
        padding-right: 17px
    }
}

.is_rtl .schedule-block__content-dropdown {
    padding-left: 12px
}

@media(min-width:768px) {
    .is_rtl .schedule-block__content-dropdown {
        padding-right: 17px
    }
}

@media(min-width:768px) {
    .schedule-block__content-dropdown {
        font-size: 12px
    }

    .is_ltr .schedule-block__content-dropdown {
        margin-left: 2px
    }

    .is_rtl .schedule-block__content-dropdown {
        margin-right: 2px
    }
}

@media(min-width:992px) {
    .is_ltr .schedule-block__content-dropdown {
        font-size: 14px
    }
}

@media(min-width:1250px) {
    .schedule-block__content-dropdown {
        font-size: 16px
    }

    .is_rtl .schedule-block__content-dropdown {
        margin-left: 5px
    }
}

.schedule-block__details {
    font-size: 16px
}

.schedule-block__more-details-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.schedule-block__more-details-btn svg.icon {
    padding-right: 2px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    fill: #37a7f8;
    fill: var(--Interaction-Primary-bg);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out
}

.is_ltr .schedule-block__more-details-btn svg.icon {
    margin: 0 0 0 5px
}

.is_rtl .schedule-block__more-details-btn svg.icon {
    margin: 0 5px 0 0
}

@media(min-width:1250px) {
    .schedule-block__more-details-btn svg.icon {
        margin-left: 5px
    }
}

.schedule-block--active .schedule-block__more-details-btn svg.icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease
}

.schedule-block__additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 100%;
    gap: 16px
}

.schedule-block__accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease, max-height .2s ease;
    -o-transition: opacity .2s ease, max-height .2s ease;
    -moz-transition: opacity .2s ease, max-height .2s ease;
    transition: opacity .2s ease, max-height .2s ease;
    gap: 0
}

.schedule-block--active .schedule-block__accordion-content {
    opacity: 1;
    max-height: 1000px;
    -webkit-transition: opacity .2s ease, max-height .2s ease;
    -o-transition: opacity .2s ease, max-height .2s ease;
    -moz-transition: opacity .2s ease, max-height .2s ease;
    transition: opacity .2s ease, max-height .2s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.schedule-block__accordion-subheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.schedule-block__accordion-subheader p {
    font-weight: 500
}

.schedule-block__horizontal-delimiter {
    height: 1px;
    background-color: #dbdbdb;
    background-color: var(--Interaction-Disable-border);
    margin-bottom: 24px
}

.schedule-block__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px
}

.schedule-block__delimiters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 20px
}

.schedule-block__date {
    position: relative;
    margin-bottom: 16px
}

.is_ltr .schedule-block__date {
    padding-left: 26px
}

.is_rtl .schedule-block__date {
    padding-right: 26px
}

.schedule-block__content {
    margin-bottom: 16px
}

.schedule-block__circle-block-no-date {
    position: absolute;
    width: 20px;
    height: 20px
}

.is_ltr .schedule-block__circle-block-no-date {
    left: -1px
}

.is_rtl .schedule-block__circle-block-no-date {
    right: -1px
}

@media(min-width:768px) {
    .schedule-block__circle-block-no-date {
        top: -1px
    }
}

@media(min-width:992px) {
    .schedule-block__circle-block-no-date {
        top: 1px
    }
}

.schedule-block__circle-block {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px
}

.is_ltr .schedule-block__circle-block {
    left: -1px
}

.is_rtl .schedule-block__circle-block {
    right: -1px
}

.schedule-block__circle {
    width: 20px;
    height: 18px
}

.schedule-block__vertical-delimiter-no-date {
    position: absolute;
    top: 32px;
    border-radius: 2px;
    width: 2px;
    height: 20px;
    font-size: 13px;
    background-color: #dbdbdb;
    background-color: var(--Interaction-Disable-border)
}

.is_ltr .schedule-block__vertical-delimiter-no-date {
    left: 8px
}

.is_rtl .schedule-block__vertical-delimiter-no-date {
    right: 8px
}

@media(min-width:768px) {
    .schedule-block__vertical-delimiter-no-date {
        top: 24px
    }
}

@media(min-width:992px) {
    .schedule-block__vertical-delimiter-no-date {
        top: 31px
    }
}

.schedule-block__vertical-delimiter-no-date--not-subtitle {
    height: 11px;
    top: 29px
}

.schedule-block__vertical-delimiter {
    position: absolute;
    top: -14px;
    border-radius: 2px;
    width: 2px;
    height: 60px;
    font-size: 13px;
    background-color: #dbdbdb;
    background-color: var(--Interaction-Disable-border)
}

.is_ltr .schedule-block__vertical-delimiter {
    left: 8px
}

.is_rtl .schedule-block__vertical-delimiter {
    right: 8px
}

.schedule-block__accordion-content {
    display: none
}

.schedule-block__week-day {
    font-size: 15px;
    font-weight: 500;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:992px) {
    .schedule-block__week-day {
        font-size: 18px
    }
}

.schedule-block__text {
    position: relative;
    padding-bottom: 24px
}

.is_ltr .schedule-block__text {
    padding-left: 26px
}

.is_rtl .schedule-block__text {
    padding-right: 26px
}

.schedule-block__text:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.is_ltr .schedule-block__text--with-delimiter {
    margin-left: 8px;
    padding-left: 16px;
    border-left: 2px solid #dbdbdb;
    border-left: 2px solid var(--Interaction-Disable-border)
}

.is_rtl .schedule-block__text--with-delimiter {
    margin-right: 8px;
    padding-right: 16px;
    border-right: 2px solid #dbdbdb;
    border-right: 2px solid var(--Interaction-Disable-border)
}

.schedule-block__accordion-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    justify-content: start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
    gap: 8px
}

.schedule-block__left-part {
    font-size: 16px;
    font-weight: 400;
    font-style: normal
}

.schedule-block__time-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.schedule-block__period {
    color: #8f8f8f;
    color: var(--Content-secondary)
}

.schedule-block__time {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

@media(min-width:992px) {
    .schedule-block__time {
        width: 43px
    }
}

.schedule-block__point-name {
    font-size: 16px;
    font-weight: 500;
    color: #58585b;
    color: var(--Content-primary)
}

.schedule-block__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #8f8f8f;
    color: var(--Interaction-Form-label)
}

.toggle-active-listen.active .schedule-block__accordion-content {
    display: block;
    height: 200px;
    background-color: #64b010;
    background-color: var(--Accent-success)
}

.event-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 12px 20px;
    background-color: rgba(55, 167, 248, .08);
    border-radius: 0
}

@media(min-width:768px) {
    .event-countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        padding: 16px;
        border-radius: 12px
    }
}

@media(min-width:1250px) {
    .event-countdown {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
}

.event-countdown--hidden {
    display: none
}

.event-countdown__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    position: relative
}

.event-countdown__clock {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.event-countdown__clock-icon {
    width: initial;
    height: initial;
    max-width: initial;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.event-countdown__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 4px
}

.event-countdown__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #37a7f8
}

.event-countdown__description {
    font-size: 15px;
    line-height: 1;
    font-weight: 400
}

.event-countdown__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px
}

@media(min-width:415px) {
    .event-countdown__time {
        gap: 12px
    }
}

@media(min-width:768px) {
    .event-countdown__time {
        width: 160px;
        gap: 0
    }
}

@media(min-width:992px) {
    .event-countdown__time {
        width: 235px
    }
}

@media(min-width:1250px) {
    .event-countdown__time {
        width: auto;
        gap: 8px
    }
}

.event-countdown__number {
    min-width: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px
}

.event-countdown__label {
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    color: #9b9b9b
}

.event-countdown__dot:before {
    content: "";
    display: block;
    position: relative;
    top: -6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #37a7f8
}

.event-countdown__double-dot:before {
    content: "";
    display: block;
    position: relative;
    top: -8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #37a7f8
}

.event-countdown__double-dot:after {
    content: "";
    display: block;
    position: relative;
    top: -4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #37a7f8
}

.gallery__name {
    text-align: start
}

.gallery__stat {
    text-align: start
}

.gallery__item-media {
    margin: 0;
    width: 95vw;
    white-space: nowrap;
    overflow: hidden
}

.gallery__item-media .item {
    width: 136px;
    height: 136px;
    padding: 0;
    margin-right: 20px
}

.is_rtl .gallery__title:after {
    margin-left: 0;
    margin-right: 12px;
    rotate: 135deg
}

.is_rtl .gallery__item-media .item {
    margin-right: 0;
    margin-left: 20px
}

@media(min-width:768px) {
    .gallery__item-media .item {
        width: 156px;
        height: 156px;
        margin-right: 28px
    }

    .is_rtl .gallery__item-media .item {
        margin-left: 28px
    }
}

.event-online {
    font-size: 13px
}

.event-online__marker {
    background: #37a7f8;
    border-radius: 12px;
    padding: 2px 10px 2px 5px
}

.event-online__icon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid #73c1fa;
    background-color: #fff;
    margin: 3px 3px 3px 0
}

.event-online__text {
    color: #fff
}

.is_rtl .event-online__marker {
    padding: 2px 5px 2px 10px
}

.is_rtl .event-online__icon {
    margin: 3px 0 3px 3px
}

@CHARSET"UTF-8";

.feedback-block {
    padding-bottom: 16px
}

.feedback-block__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

.feedback-block__load-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 8px
}

.is_ltr .feedback-block__load-more {
    margin-left: 24px
}

@media(min-width:768px) {
    .is_ltr .feedback-block__load-more {
        margin-left: 44px
    }
}

.is_rtl .feedback-block__load-more {
    margin-right: 24px
}

@media(min-width:768px) {
    .is_rtl .feedback-block__load-more {
        margin-right: 44px
    }
}

.feedback-block__load-more-text {
    color: #37a7f8;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.feedback-block__load-more-arrow .icon {
    width: 8px;
    height: 7px;
    stroke: #37a7f8;
    stroke-width: 1;
    -webkit-transition: stroke .2s;
    -o-transition: stroke .2s;
    -moz-transition: stroke .2s;
    transition: stroke .2s
}

.feedback-block__load-more:hover .feedback-block__load-more-text {
    color: #2294e5
}

.feedback-block__load-more:hover .feedback-block__load-more-arrow .icon {
    stroke: #2294e5
}

.event_feedback_aggregate__block {
    margin-bottom: 30px;
    width: 100%
}

.event_feedback_aggregate__block .feedback__rating {
    margin-left: 0
}

.event_feedback_aggregate__score_block {
    padding-right: 30px
}

.event_feedback_aggregate__score {
    margin-bottom: 10px;
    color: white;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#37c5f8), to(#37a7f8));
    background-image: -webkit-linear-gradient(top, #37c5f8, #37a7f8);
    background-image: -moz-linear-gradient(top, #37c5f8, #37a7f8);
    background-image: linear-gradient(to bottom, #37c5f8, #37a7f8)
}

.event_feedback_aggregate__score_total {
    font-size: 38px;
    padding-top: 5px
}

.event_feedback_aggregate__rating_name {
    padding-right: 10px
}

.event_feedback_aggregate__rating_name>div {
    margin-bottom: .9em;
    line-height: 10px
}

.event_feedback_aggregate__rows {
    width: 100%;
    vertical-align: top
}

.event_feedback_aggregate__line {
    height: 8px;
    border-radius: 43px;
    background-color: #e6e6e6;
    margin-bottom: 16px
}

.event_feedback_aggregate__line .active {
    height: 8px;
    border-radius: 43px;
    background-color: #37a7f8
}

.feedback-item__rating .active {
    height: 18px;
    display: inline-block;
    background: url(../img/icon-star-active.png) repeat-x
}

.feedback-item__rating_name {
    padding-right: 15px;
    vertical-align: top
}

.material {
    font-size: 18px
}

.material__element {
    margin-top: 25px
}

.material__element.invalid .material__text {
    border-color: #ed1c24
}

.material__content {
    position: relative;
    margin-bottom: .3em
}

.material__content.invalid {
    border-color: #ed1c24
}

.material__text {
    outline: none;
    border: none;
    border-bottom: 1px solid #58585b;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    font-size: 15px;
    color: #58585b
}

.material__text--light {
    border-bottom: 1px solid #ddd
}

.material__text:focus~.material__label {
    bottom: 29px;
    font-size: 13px
}

.material__text:focus~.material__label:after {
    font-size: 15px
}

.material__label {
    color: #9b9b9b;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    -webkit-transition: bottom .3s, font-size .3s;
    -o-transition: bottom .3s, font-size .3s;
    -moz-transition: bottom .3s, font-size .3s;
    transition: bottom .3s, font-size .3s
}

.material__label--empty {
    bottom: 7px
}

.material__label--empty:after {
    font-size: 15px
}

.material__label--filled {
    bottom: 29px;
    font-size: 13px !important
}

.material__label--filled:after {
    font-size: 15px
}

.material__label.required:after {
    content: "*";
    vertical-align: baseline;
    height: .55em;
    margin-left: .2em;
    color: #ed1c24
}

.material__errors {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ed1c24;
    font-size: 13px;
    line-height: normal
}

.material__description {
    font-size: 13px;
    margin: .3em 0;
    display: inline-block;
    color: #afafaf;
    line-height: normal
}

.material__label-textarea {
    color: #9b9b9b;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    text-transform: capitalize
}

.material__label-textarea--light {
    border-color: #DDD
}

.material__label-country-code {
    color: #9b9b9b;
    position: absolute;
    bottom: 40px;
    width: 110px
}

.material__label-country-code.required:after {
    content: "*";
    vertical-align: baseline;
    height: .55em;
    margin-left: .2em;
    color: #ed1c24;
    font-size: 15px
}

.material__country-code-icon {
    width: 10px;
    height: 6px;
    opacity: .8;
    position: relative;
    top: 28px;
    left: 18%;
    font-size: 13px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.material__country-code-icon--active {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.material__element-phone-number {
    margin-top: 25px
}

.material__textarea {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: .5em;
    line-height: 1;
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
    height: 140px;
    outline: none
}

.material__submit-button {
    width: 100%;
    height: 50px;
    background-color: #58585b;
    border: none;
    margin-top: 25px;
    color: #fff
}

.material__submit-button:hover {
    background-color: rgba(152, 204, 84, .9)
}

.material__submit-button--light {
    margin-top: 0;
    background-color: #37a7f8;
    border-radius: 8px;
    text-transform: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.material__submit-button--light:hover {
    background-color: #2294e5
}

.material .form_element-phone__number {
    display: inline-block;
    margin-left: 10px;
    width: -webkit-calc(100% - 65px - 10px);
    width: -moz-calc(100% - 65px - 10px);
    width: calc(100% - 65px - 10px)
}

.material .form_element-phone__country-code {
    position: static;
    width: 65px;
    display: inline-block;
    float: left
}

.material__element-phone-number--light .select2-selection {
    border-color: #DDD !important
}

.icon-search {
    position: absolute;
    width: 24px;
    height: 33px;
    top: 7px;
    left: 7px;
    fill: #6d6e70
}

.select2-container {
    width: 100%
}

.select2-selection__placeholder {
    opacity: 0
}

.select2-selection__arrow {
    position: absolute;
    top: 42% !important;
    left: 93%;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin-top: -.15em;
    margin-left: -.3em;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    rotate: 45deg
}

.select2-selection__arrow>b {
    display: none !important
}

.select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 25px !important;
    text-align: end;
    line-height: 36px !important;
    font-size: 15px
}

.select2-selection__rendered .flag {
    display: none !important
}

.select2-search__field {
    padding: 4px 4px 4px 28px !important;
    font-size: 24px;
    border: 1px solid #000
}

.select2-results__option[aria-selected=true] {
    background-color: #d0d1d4
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #6d6e71;
    color: white
}

.select2-container--pl .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.select2-container--open {
    right: auto !important
}

.select2-container--open .select2-selection__arrow {
    rotate: 225deg
}

.select2-container--open .select2-dropdown--below {
    width: 330px !important
}

.is_rtl .material .select2-container--pl .select2-selection--single .select2-selection__arrow {
    left: auto;
    right: 0
}

.is_rtl .material__label {
    right: 0
}

.is_rtl .material__label-country-code {
    right: 0
}

.is_rtl .icon-search {
    right: 8px
}

.is_rtl .select2-search__field {
    padding: 4px 28px 4px 4px !important
}

@media(min-width:768px) {
    .form_element-phone__number {
        width: -webkit-calc(80% - 10px);
        width: -moz-calc(80% - 10px);
        width: calc(80% - 10px)
    }

    .form_element-phone__country-code {
        width: 20%
    }

    .material__content .form_element-content {
        font-size: 1em
    }

    .material__text {
        height: 37px
    }
}

.event-item-index {
    padding-bottom: 96px
}

@media(min-width:768px) {
    .event-item-index {
        padding-bottom: 0
    }
}

.event-item-preview-bar {
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #ddd
}

.event-item-preview-bar .event-item-preview-bar__preview-switcher {
    font-size: 15px;
    outline: 0;
    color: #37a7f8;
    text-decoration: none
}

.event-item-preview-bar .event-item-preview-bar__preview-switcher.active {
    color: #58585b;
    cursor: default
}

.event-item {
    overflow: hidden
}

.event-item~.plat-support-icon {
    bottom: 107px
}

@media(min-width:768px) {
    .event-item~.plat-support-icon {
        bottom: 20px
    }
}

.event-item.event-ended~.plat-support-icon {
    bottom: 20px
}

.event-item__share-button {
    display: inline-block;
    float: right;
    margin-top: 5px
}

.event-item__name-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px
}

@media(min-width:768px) {
    .event-item__name-title {
        font-size: 32px;
        line-height: 39px
    }
}

.event-item__text-teaser {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.event-item__countdown {
    margin-bottom: 0
}

.event-item__content {
    margin: 24px 0
}

@media(min-width:768px) {
    .event-item__content {
        margin: 40px 0
    }
}

.event-item__info-icons {
    margin-top: 45px;
    margin-bottom: 8px
}

.event-item__schedule-block {
    margin-top: 24px
}

@media(min-width:768px) {
    .event-item__schedule-block {
        margin-top: 0
    }
}

.event-item__artist-block {
    margin-top: 24px
}

.event-item__description {
    margin-top: 8px
}

.event-item__description-section {
    margin-top: 20px
}

@media(min-width:768px) {
    .event-item__description-section {
        margin-top: 28px
    }
}

.event-item__description-section--structured {
    margin-top: 12px
}

@media(min-width:768px) {
    .event-item__description-section--structured {
        margin-top: 12px
    }
}

.event-item__description-text {
    font-size: 14px;
    line-height: 18px
}

.event-item__description-read-more-link {
    display: inline-block;
    margin: 16px 0;
    font-size: 14px
}

.event-item__rating {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.event-item__rating-count {
    color: #37a7f8;
    font-size: 15px;
    font-weight: 400;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.event-item__rating-count:hover {
    color: #2294e5;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.is_ltr .event-item__rating-count {
    margin-left: 24px
}

.is_rtl .event-item__rating-count {
    margin-right: 24px
}

.event-item__rating-assessment {
    width: 32px;
    border-radius: 4px;
    text-align: center
}

.event-item__rating-assessment--green {
    background: #64b010
}

.event-item__rating-assessment--gray {
    background: #ddd
}

.event-item__rating-assessment-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.event-item__stars {
    width: 80px;
    height: 16px;
    background: url(../img/icon-star-not-active.png) repeat-x;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

.is_ltr .event-item__stars {
    margin-left: 12px
}

.is_rtl .event-item__stars {
    margin-right: 12px
}

.event-item__stars-active--active {
    height: 16px;
    display: inline-block;
    background: url(../img/icon-star-active.png) repeat-x;
    -webkit-background-size: 16px 16px;
    background-size: 16px
}

.is_rtl .event-item__stars-active--active {
    background-position-x: right
}

.event-item__venue-name-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media(min-width:768px) {
    .event-item__venue-name-container {
        gap: 8px
    }
}

.event-item__venue-name {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.event-item__venue-name-icon {
    width: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.event-item__venue-name-icon .icon {
    width: 16px;
    height: 16px;
    fill: #37a7f8;
    fill: var(--Interaction-Secondary-border)
}

.event-item__venue-name-text {
    color: #37a7f8;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    -moz-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

@media(min-width:768px) {
    .event-item__venue-name-text {
        font-size: 16px
    }
}

.event-item__mir-card-sticker {
    position: fixed;
    z-index: 999;
    top: unset;
    bottom: 103px;
    left: 0;
    pointer-events: none
}

@media(min-width:768px) {
    .event-item__mir-card-sticker {
        top: 160px;
        left: unset
    }
}

.event-item__venue-location {
    margin-top: 24px
}

@media(min-width:768px) {
    .event-item__venue-location {
        margin-top: 16px
    }
}

.event-item__feedback-block--disabled {
    position: relative;
    opacity: .3
}

.event-item__feedback-block-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.event-item__tooltip-block {
    margin-top: 24px
}

@media(min-width:768px) {
    .event-item__tooltip-block {
        margin-top: 0
    }
}

.event-item__resale-tooltip-block {
    margin-top: 24px
}

@media(min-width:768px) {
    .event-item__resale-tooltip-block {
        margin-top: 0
    }
}

.event-item__upcoming-events {
    margin-top: 20px
}

@media(min-width:768px) {
    .event-item__upcoming-events {
        margin-top: 28px
    }
}

.event-item__loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 152;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.event-item__loader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-slider__item-picture:hover .main-slider__edit-event-artwork {
    display: block
}

.main-slider__edit-event-artwork {
    position: absolute;
    top: 23%;
    left: -webkit-calc(50% - 66px);
    left: -moz-calc(50% - 66px);
    left: calc(50% - 66px);
    line-height: 35px;
    width: 132px;
    display: none;
    background: #58585b
}

.main-slider__edit-event-artwork:hover {
    background: #64b010
}

@media(min-width:768px) {
    .event-item {
        overflow: visible !important;
        overflow-x: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .event-item__side-bar {
        width: 35.24%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        gap: 24px;
        float: right;
        margin-bottom: 100px
    }

    .event-item__side-bar--sticky {
        z-index: 1;
        vertical-align: top;
        position: -webkit-sticky;
        position: sticky;
        overflow: hidden;
        padding: 2px
    }
}

@media(min-width:768px) and (min-width:1250px) {
    .event-item__side-bar--sticky {
        padding: 3px
    }
}

@media(min-width:768px) {
    .event-item__side-bar-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        gap: 24px;
        margin-top: 38px;
        margin-bottom: 38px
    }
}

@media(min-width:768px) and (min-width:1250px) {
    .event-item__side-bar-content {
        margin-top: 37px;
        margin-bottom: 37px
    }
}

@media(min-width:768px) {
    .event-item__content {
        width: 59%;
        float: left;
        margin-right: 5.16%;
        margin-bottom: 70px
    }
}

@media(min-width:768px) {
    .event-item__description {
        margin-top: 0
    }
}

@media(min-width:768px) {
    .event-item__add-to-favorite-calendar {
        margin-top: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        text-align: center;
        gap: 10px
    }
}

@media(min-width:768px) and (min-width:768px) {
    .event-item__add-to-favorite-calendar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
}

@media(min-width:768px) and (min-width:1250px) {
    .event-item__add-to-favorite-calendar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }
}

@media(min-width:768px) {
    .is_rtl .event-item__add-to-favorite-calendar {
        right: auto;
        left: 0
    }
}

@media(min-width:768px) {
    .event-item__add-to-favorite-btn {
        background: #fff;
        margin: 0;
        width: 100%
    }
}

@media(min-width:768px) {
    .event-item__add-to-calendar-btn {
        background: #fff;
        margin: 0;
        width: 100%
    }
}

@media(min-width:768px) and (min-width:768px) {
    .event-item__add-to-calendar-btn {
        margin-top: 20px
    }
}

@media(min-width:768px) and (min-width:1250px) {
    .event-item__add-to-calendar-btn {
        margin: 0
    }
}

@media(min-width:768px) {
    .main-slider__edit-event-artwork {
        top: 50%
    }
}

@media(min-width:768px) {
    .is_rtl .event-item__content {
        float: right;
        margin-left: 2.563%;
        margin-right: 0
    }

    .is_rtl .event-item__side-bar {
        float: left
    }
}

.user-notification-popup {
    width: auto;
    text-align: center
}

.user-notification-popup__modal-dialog {
    width: 100%;
    margin: 0 !important
}

.user-notification-popup__modal-content {
    margin: auto;
    border: none;
    position: relative;
    bottom: -webkit-calc(-50vh + 150px);
    bottom: -moz-calc(-50vh + 150px);
    bottom: calc(-50vh + 150px);
    border-radius: 12px !important;
    width: 325px
}

.user-notification-popup__modal-body {
    padding: 27px 16px 24px !important;
    margin: auto 0
}

.user-notification-popup__modal-body .popup-info {
    width: auto;
    text-align: center;
    padding: 0
}

.user-notification-popup__modal-body .popup-info-icon {
    margin: 0 auto 16px;
    width: 45px;
    height: 45px
}

.user-notification-popup__modal-body .popup-info-text {
    margin: 0 auto 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #58585b
}

.user-notification-popup__modal-body .popup-info-capture {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
    text-align: center;
    color: #58585b;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:768px) {
    .user-notification-popup__modal-body .popup-info-capture {
        margin-bottom: 24px
    }
}

.user-notification-popup__modal-body .popup-info-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.user-notification-popup__modal-body .popup-info-buttons .btn {
    padding: 11px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 16px
}

.user-notification-popup__modal-body .popup-info-buttons .btn:last-child {
    margin-bottom: 0
}

.user-notification-popup__modal-close {
    display: none !important
}

@media(min-width:768px) {
    .user-notification-popup__modal-content {
        width: 415px
    }

    .user-notification-popup__modal-body {
        padding: 33px 40px 37px !important
    }
}

.manage-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    row-gap: 6px;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px
}

@media(min-width:768px) {
    .manage-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }
}

@media(min-width:1250px) {
    .manage-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-column-gap: 34px;
        -moz-column-gap: 34px;
        column-gap: 34px
    }
}

.is_rtl .manage-buttons {
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px
}

@media(min-width:1250px) {
    .is_rtl .manage-buttons {
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px
    }
}

.manage-buttons__edit-button {
    color: #58585b;
    text-decoration: none;
    line-height: 18px
}

.manage-buttons__edit-button-icon {
    margin-top: -3px;
    stroke: #58585b;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle
}

@media(min-width:1250px) {
    .manage-buttons__edit-button-icon {
        margin-right: 12px
    }
}

.is_rtl .manage-buttons__edit-button-icon {
    margin-right: 0;
    margin-left: 2px
}

@media(min-width:992px) {
    .is_rtl .manage-buttons__edit-button-icon {
        margin-left: 2px
    }
}

@media(min-width:1250px) {
    .is_rtl .manage-buttons__edit-button-icon {
        margin-left: 12px
    }
}

.prices-block__list-apparent:first-child {
    border-top: #ddd solid 1px
}

.prices-block__item {
    padding: 12px 0;
    border-bottom: #ddd solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline
}

.prices-block__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prices-block__price {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    margin-left: 10px
}

.prices-block__list-hidden {
    width: 100% !important
}

.prices-block__load-more-button {
    display: inline-block;
    margin-top: 12px
}

.is_rtl .prices-block__price {
    float: left
}

@media(min-width:768px) {
    .prices-block__name {
        line-height: 19px
    }

    .prices-block__price {
        margin-top: -18px;
        line-height: 17px
    }
}

.modal-loader {
    text-align: center
}

.promo-code .form_button {
    text-transform: none;
    font-weight: 500;
    font-size: 16px
}

.promo-code .form_button-container {
    margin-top: 20px
}

.promo-code__btn {
    cursor: pointer
}

.promo-code__applied {
    font-size: 16px;
    line-height: 19px;
    color: #58585b
}

.promo-code__accepted {
    color: #64b010
}

.promo-code__clear {
    margin-top: -6px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    border-radius: 52px;
    padding: 8px 16px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #58585b;
    cursor: pointer;
    float: right
}

.promo-code__modal-close {
    display: none
}

.promo-code__modal-body {
    padding: 78px 24px 24px
}

@media(min-width:768px) {
    .promo-code__modal-body {
        padding: 24px
    }
}

.promo-code__modal-content {
    width: 100%;
    margin: auto;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.promo-code__modal-dialog {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0
}

@media(min-width:768px) {
    .promo-code__modal-dialog {
        padding: 30px;
        bottom: -webkit-calc(50vh - 100px);
        bottom: -moz-calc(50vh - 100px);
        bottom: calc(50vh - 100px)
    }
}

.promo-code__modal-loader {
    padding-bottom: 45px
}

.is_rtl .promo-code__clear {
    float: left
}

.promo-code-event-item-form__label {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: start;
    color: #58585b;
    position: absolute;
    top: 0;
    background-color: #f5f7f9;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    padding: 20px 24px 18px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.promo-code-event-item-form__input {
    text-align: start;
    height: 42px;
    border: none;
    border-bottom: 1px solid #9b9b9b;
    border-radius: 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    outline: none
}

.promo-code-event-item-form__input--invalid {
    border-color: #e00100
}

.promo-code-event-item-form__submit {
    width: -webkit-calc(50% - 11px);
    width: -moz-calc(50% - 11px);
    width: calc(50% - 11px);
    margin-top: 32px;
    height: 38px;
    border-radius: 12px;
    line-height: 19px;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .25s, opacity .25s;
    -o-transition: width .25s, opacity .25s;
    -moz-transition: width .25s, opacity .25s;
    transition: width .25s, opacity .25s
}

.promo-code-event-item-form__submit--disabled {
    opacity: 0;
    width: 0
}

.promo-code-event-item-form__submit:not(:disabled):active {
    background-color: rgba(152, 204, 84, .9)
}

.promo-code-event-item-form__submit:focus {
    border: none
}

.promo-code-event-item-form__error {
    margin-top: 6px;
    color: #e00100;
    font-size: 12px;
    line-height: 15px;
    position: absolute
}

.promo-code-event-item-form__error--hidden {
    display: none
}

.promo-code-event-item-form__close-btn {
    line-height: 34px;
    position: absolute;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    bottom: 24px;
    right: 24px;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    -moz-transition: width .25s;
    transition: width .25s;
    background: none;
    border: 1px solid #37a7f8;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #37a7f8;
    fill: transparent;
    stroke: #37a7f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.promo-code-event-item-form__close-btn:visited {
    color: #37a7f8 !important
}

.promo-code-event-item-form__close-btn:hover {
    color: #37a7f8 !important
}

.promo-code-event-item-form__close-btn--half-width {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px)
}

.promo-code-event-item-form__clear-all {
    width: auto;
    background: none;
    border: none;
    position: absolute;
    top: -2px;
    right: 24px;
    line-height: 19px;
    color: #37a7f8;
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s
}

.promo-code-event-item-form__clear-all--hidden {
    opacity: 0
}

.is_rtl .promo-code-event-item-form__close-btn {
    right: auto;
    left: 24px
}

.is_rtl .promo-code-event-item-form__clear-all {
    right: auto;
    left: 24px
}

@media(min-width:768px) {
    .promo-code__modal-close {
        display: block
    }

    .promo-code__modal-content {
        max-width: 395px;
        position: relative;
        border-radius: 12px
    }

    .promo-code .form_button-container {
        margin-top: 0
    }

    .promo-code-event-item-form__label {
        text-align: center;
        position: relative;
        top: 0;
        background: none;
        left: 0;
        padding: 0 0 7px;
        font-weight: 400;
        width: auto
    }

    .promo-code-event-item-form__input {
        text-align: center
    }

    .promo-code-event-item-form__submit {
        opacity: 1;
        width: 100%;
        height: 44px
    }

    .promo-code-event-item-form__submit--disabled {
        border: 1px solid #eee;
        background: #fff;
        color: #eee
    }

    .promo-code-event-item-form__submit:not(:disabled):hover {
        background-color: #add252
    }

    .promo-code-event-item-form__clear-click {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 53px;
        padding: 15px 0 15px 30px;
        right: 30px
    }

    .promo-code-event-item-form__clear-click--hidden {
        display: none
    }

    .promo-code-event-item-form__clear-click-icon {
        width: 21px;
        height: 16px
    }

    .is_rtl .promo-code__modal-body {
        padding: 30px
    }

    .is_rtl .promo-code__modal-content {
        position: relative;
        bottom: auto;
        border-radius: 12px
    }

    .is_rtl .promo-code-event-item-form__clear-click {
        right: auto;
        left: 30px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.star-rating-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.star-rating-block__star {
    margin: 3px 6px 0
}

.star-rating-block__star-icon {
    fill: #ff8300;
    width: 12px;
    height: 17px
}

.star-rating-block__score {
    color: #ff8300;
    font-size: 14px
}

.star-rating-block__feedback-count {
    font-size: 14px;
    text-decoration: none;
    color: #9b9b9b
}

.top-venue-location__marker {
    width: 11px;
    height: 14px;
    fill: #37a7f8;
    margin-right: 8px
}

.is_rtl .top-venue-location__marker {
    margin-right: 0;
    margin-left: 8px
}

.top-venue-location__link {
    display: inline-block;
    margin-left: 21px;
    position: relative
}

.top-venue-location__link:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: -16px;
    width: 12px;
    height: 1px;
    background-color: #58585b
}

.is_rtl .top-venue-location__link {
    margin-left: 0;
    margin-right: 21px
}

.is_rtl .top-venue-location__link:before {
    left: unset;
    right: -16px
}

.description-structured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px
}

.description-structured__block--closed .description-structured__content {
    height: 0
}

.description-structured__block--closed .description-structured__toggle .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.description-structured__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    color: #58585b;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.is_rtl .description-structured__title {
    text-align: right
}

.description-structured__content {
    overflow: hidden;
    margin-bottom: 24px
}

.description-structured__text {
    margin-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.description-structured__text--overview {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 16px
}

@media(min-width:768px) {
    .description-structured__text--overview {
        margin-bottom: 24px
    }
}

.description-structured__text--mce li {
    position: relative
}

.description-structured__text--mce li:before {
    content: url("../img/marker.svg");
    position: absolute;
    top: -3px;
    line-height: 17px
}

.description-structured__text--timing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

@media(min-width:768px) {
    .description-structured__text {
        line-height: 17px
    }
}

.description-structured__timing {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
    padding-top: 2px
}

.description-structured__timing-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 8px
}

.description-structured__timing-label-text {
    font-weight: 800
}

.description-structured__clock {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    flex: 0 0 20px;
    position: relative;
    top: -3px
}

.description-structured__clock--duration .icon {
    fill: #53910e
}

.description-structured__clock--open .icon {
    fill: #37a7f8
}

.description-structured__clock .icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px
}

.description-structured__underline {
    border-bottom: 1px solid #eee
}

.description-structured__toggle .icon {
    width: 12px;
    height: 12px;
    stroke: #58585b
}

.description-structured__toggle--closed .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is_ltr .description-structured__text--mce ul {
    margin-left: 2px
}

.is_ltr .description-structured__text--mce li {
    padding-left: 11px
}

.is_ltr .description-structured__text--mce li:before {
    left: 0
}

.is_rtl .description-structured__text--mce ul {
    margin-right: 2px
}

.is_rtl .description-structured__text--mce li {
    padding-right: 11px
}

.is_rtl .description-structured__text--mce li:before {
    right: 0
}

.tooltip-block {
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-top: 1px solid var(--Interaction-Disable-bg);
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid var(--Interaction-Disable-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

@media(min-width:768px) {
    .tooltip-block {
        padding: 24px;
        border-radius: 12px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .06)
    }
}

.tooltip-block__title {
    color: #ff8300;
    color: var(--Accent-warning);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 16px;
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.tooltip-block__title .icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    line-height: 0
}

.tooltip-block__content {
    font-size: 14px;
    margin-top: 8px
}

.is_ltr .tooltip-block__content {
    margin-left: 32px
}

.is_rtl .tooltip-block__content {
    margin-right: 32px
}

.tooltip-block__content--active .tooltip-block__read-more-text--hide {
    display: inline
}

@media(min-width:768px) {
    .tooltip-block__content--active .tooltip-block__read-more-text--hide {
        display: none
    }
}

.tooltip-block__content--active .tooltip-block__read-more-text--show {
    display: none
}

.tooltip-block__content--active .tooltip-block__long-text {
    display: block
}

.tooltip-block__long-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media(min-width:768px) {
    .tooltip-block__long-text {
        display: block
    }
}

.tooltip-block__read-more {
    display: block;
    margin-top: 8px
}

.tooltip-block__read-more .icon {
    margin-left: 4px;
    width: 10px;
    height: 10px;
    stroke: #1c9bf7;
    stroke: var(--Interaction-Secondary-content);
    fill: #1c9bf7;
    fill: var(--Interaction-Secondary-content)
}

.tooltip-block__read-more-text--hide {
    display: none
}

.tooltip-block__read-more-text--show {
    display: inline
}

.tooltip-block__read-more-text--show svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:768px) {
    .tooltip-block__read-more-text--show {
        display: none
    }
}

.event-promo-media-slider__modal-dialog {
    width: auto
}

.event-promo-media-slider__modal-body {
    width: auto !important
}

.artist-item {
    overflow: hidden
}

.artist-item__name-title {
    margin: 20px 0 17px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px
}

.artist-item__content {
    margin-top: 25px
}

.artist-item__count-favorite {
    font-weight: 700;
    font-size: 15px;
    margin: 26px 0 18px;
    line-height: 18px
}

.artist-item__count-favorite .icon {
    width: 16px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
    fill: #ed1c24
}

@media(min-width:768px) {
    .artist-item__count-favorite {
        margin: 20px 0 0;
        width: 100%
    }
}

.artist-item__description-text {
    font-size: 14px
}

.artist-item__description-text a {
    color: #37a7f8
}

.artist-item__description-read-more-link {
    display: inline-block;
    margin: 12px 0;
    font-size: 14px
}

.artist-item__datetime-calendar-item {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    fill: #ddd;
    vertical-align: sub
}

.artist-item__edit-info-button {
    padding: 24px 0;
    border-top: 1px solid #e3e6e8;
    border-bottom: 1px solid #e3e6e8;
    display: block;
    color: #58585b;
    margin-top: 20px;
    text-decoration: none;
    line-height: 18px
}

@media(min-width:768px) {
    .artist-item__edit-info-button {
        border-bottom: none;
        padding-bottom: 4px
    }
}

.artist-item__edit-button-icon {
    margin-top: -3px;
    stroke: #58585b;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.is_rtl .artist-item__edit-button-icon {
    margin-left: 12px
}

.is_ltr .artist-item__edit-button-icon {
    margin-right: 12px
}

.is_rtl .artist-item__datetime-calendar-item {
    margin-right: 0;
    margin-left: 12px
}

@media(min-width:768px) {
    .artist-item {
        overflow: visible !important;
        overflow-x: hidden
    }

    .artist-item__name-title {
        margin: 60px 0 10px;
        font-size: 32px;
        line-height: 39px
    }

    .artist-item__content {
        width: 59%;
        float: left;
        margin-right: 5.16%;
        margin-bottom: 70px;
        overflow: hidden;
        margin-top: 0
    }

    .artist-item__side-bar {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 35.24%;
        float: right;
        padding: 20px;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px;
        margin-top: -50px !important
    }

    .artist-item__side-bar--sticky {
        top: 125px;
        z-index: 1;
        vertical-align: top;
        position: static
    }
}

@media(min-width:768px) and (min-width:768px) {
    .artist-item__side-bar--sticky {
        margin: 2px;
        position: -webkit-sticky;
        position: sticky
    }
}

@media(min-width:768px) and (min-width:1250px) {
    .artist-item__side-bar--sticky {
        margin: 3px
    }
}

@media(min-width:768px) {
    .artist-item__count-favorite-users-views {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }
}

@media(min-width:768px) {
    .artist-item__users-views {
        width: 100%;
        margin: 20px 0 0;
        font-size: 13px
    }

    .artist-item__users-views:not(:first-child) {
        text-align: end
    }
}

@media(min-width:768px) {
    .artist-item__users-views-icon {
        width: 14px;
        height: 12px
    }
}

@media(min-width:768px) {
    .is_rtl .artist-item__content {
        float: right;
        margin-left: 2.563%;
        margin-right: 0
    }

    .is_rtl .artist-item__side-bar {
        float: left
    }
}

.hide {
    display: none
}

.venue-item {
    overflow: hidden
}

.venue-item__name-title {
    margin: 32px 0 4px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px
}

.venue-item__description-text {
    font-size: 14px
}

.venue-item__description-read-more-link {
    display: inline-block;
    margin: 12px 0;
    font-size: 14px
}

.venue-item__side-bar {
    padding: 0;
    margin-top: 20px
}

.venue-item__manage-block {
    padding: 24px 0;
    background: #fff;
    border-top: 1px solid #e3e6e8;
    border-bottom: 1px solid #e3e6e8
}

.venue-item__manage-block a {
    color: #58585b
}

.venue-item__share-button {
    min-width: 110px;
    padding: 0 5px
}

@media(min-width:768px) {
    .venue-item__content {
        width: 59%;
        float: left;
        margin-bottom: 70px
    }

    .is_rtl .venue-item__content {
        float: right
    }

    .venue-item__name-title {
        margin: 60px 0 10px;
        font-size: 32px;
        line-height: 39px
    }

    .venue-item__side-bar {
        padding: 3px;
        width: 35.24%;
        float: right;
        margin-top: 60px
    }

    .is_rtl .venue-item__side-bar {
        float: left
    }

    .venue-item__manage-block {
        padding: 24px 20px;
        border: none;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px
    }
}

.gallery-item__content {
    margin-bottom: 80px
}

.gallery-item__title {
    font-size: 32px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 8px
}

.gallery-item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.gallery-item__overview {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0
}

.gallery-item__buy-block {
    margin-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -moz-box-flex: 0;
    flex: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-item__event-link {
    color: #58585b;
    color: var(--Content-primary)
}

.gallery-item__event-link:hover {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.gallery-item__description-text {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
}

@media(min-width:768px) {
    .gallery-item__description-text {
        font-size: 16px
    }
}

.gallery-item__description-toggle {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400
}

@media(min-width:768px) {
    .gallery-item__description-toggle {
        margin-top: 16px;
        font-size: 16px
    }
}

.gallery-item__description-toggle--hidden {
    display: none
}

.gallery-item__description {
    margin-top: 8px
}

.gallery-item__description .gallery-item__description-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.gallery-item__description .gallery-item__description-toggle-less {
    display: none
}

.gallery-item__description .gallery-item__description-toggle-more {
    display: block
}

.gallery-item__description .gallery-item__description-toggle-more:first-letter {
    text-transform: uppercase
}

.gallery-item__description--open .gallery-item__description-text {
    -webkit-line-clamp: unset
}

.gallery-item__description--open .gallery-item__description-toggle-less {
    display: block
}

.gallery-item__description--open .gallery-item__description-toggle-more {
    display: none
}

.gallery-item__slider {
    margin-top: 60px
}

.gallery-item__grid {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 4px
}

@media(min-width:768px) {
    .gallery-item__grid {
        gap: 8px
    }
}

@media(min-width:992px) {
    .gallery-item__grid {
        gap: 18px
    }
}

.gallery-item__show-more {
    width: 100%;
    padding: 13px 20px;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media(min-width:768px) {
    .gallery-item__show-more {
        width: 282px;
        margin-top: 52px
    }
}

@media(min-width:992px) {
    .gallery-item__show-more {
        margin-top: 42px
    }
}

.gallery-item__show-more--hidden {
    opacity: 0
}

.gallery-item__similar-events {
    margin-top: 20px
}

@media(min-width:768px) {
    .gallery-item__similar-events {
        margin-top: 48px
    }
}

.gallery-item-slider {
    height: 500px;
    padding: 0;
    position: relative
}

.gallery-item-slider__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
    position: absolute;
    z-index: 1;
    top: 220px
}

.is_rtl .gallery-item-slider__control {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gallery-item-slider__control .icon {
    width: 16px;
    height: 13px;
    fill: #58585b;
    stroke-width: 0
}

.gallery-item-slider__control--hidden {
    display: none
}

.gallery-item-slider__cursor {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 28px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-item-slider-element {
    height: 500px;
    cursor: pointer;
    position: relative
}

.gallery-item-slider-element__preview-link {
    height: 100%
}

.gallery-item-slider-element__inner .icon {
    opacity: 1
}

.gallery-item-slider-element__inner img {
    height: 100%;
    width: auto;
    margin: auto
}

.gallery-item-slider-element.slick-slide .gallery-item-slider-element__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9
}

.gallery-item-slider-element.slick-slide.slick-current .gallery-item-slider-element__overlay {
    background: #000;
    opacity: 0;
    display: none
}

.gallery-item-grid {
    width: 100%;
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(8, 1fr)
}

@media(min-width:768px) {
    .gallery-item-grid {
        grid-gap: 8px;
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(min-width:992px) {
    .gallery-item-grid {
        grid-gap: 18px
    }
}

.gallery-item-grid__figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px
}

.gallery-item-grid__button {
    width: 100%;
    height: 100%
}

.gallery-item-grid__cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item-grid__item {
    grid-column: span 2
}

@media(min-width:768px) {
    .gallery-item-grid__item {
        height: 100px
    }
}

@media(min-width:992px) {
    .gallery-item-grid__item {
        height: 135px
    }
}

@media(min-width:1250px) {
    .gallery-item-grid__item {
        height: 180px
    }
}

.gallery-item-grid__item .gallery-item-grid__figure {
    height: 0;
    padding-top: 100%;
    position: relative
}

.gallery-item-grid__item .gallery-item-grid__button {
    position: absolute;
    top: 0;
    left: 0
}

.gallery-item-grid__item--leading {
    grid-column: span 8
}

.gallery-item-grid__item--leading .gallery-item-grid__figure {
    padding-top: 90%
}

.gallery-item-grid__item:nth-child(3),
.gallery-item-grid__item:nth-child(5),
.gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10),
.gallery-item-grid__item:nth-child(11),
.gallery-item-grid__item:nth-child(19) {
    grid-column: span 4
}

.gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
.gallery-item-grid__item:nth-child(5) .gallery-item-grid__figure,
.gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10) .gallery-item-grid__figure,
.gallery-item-grid__item:nth-child(11) .gallery-item-grid__figure,
.gallery-item-grid__item:nth-child(19) .gallery-item-grid__figure {
    padding-top: -webkit-calc(50% - 2px);
    padding-top: -moz-calc(50% - 2px);
    padding-top: calc(50% - 2px)
}

@media(min-width:768px) {

    .gallery-item-grid__item,
    .gallery-item-grid__item:nth-child(1),
    .gallery-item-grid__item:nth-child(3),
    .gallery-item-grid__item:nth-child(5),
    .gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10),
    .gallery-item-grid__item:nth-child(11),
    .gallery-item-grid__item:nth-child(19) {
        grid-column: span 2
    }

    .gallery-item-grid__item .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(1) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(5) .gallery-item-grid__figure,
    .gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(11) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(19) .gallery-item-grid__figure {
        padding-top: 93%
    }

    .gallery-item-grid__item:nth-child(3),
    .gallery-item-grid__item:nth-child(6),
    .gallery-item-grid__item:nth-child(14),
    .gallery-item-grid__item:nth-child(17) {
        grid-column: span 4
    }

    .gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(6) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(14) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(17) .gallery-item-grid__figure {
        padding-top: 45%
    }
}

@media(min-width:992px) {

    .gallery-item-grid__item,
    .gallery-item-grid__item:nth-child(3),
    .gallery-item-grid__item:nth-child(5),
    .gallery-item-grid__item:nth-child(11),
    .gallery-item-grid__item:nth-child(19) {
        grid-column: span 2
    }

    .gallery-item-grid__item .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(5) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(11) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(19) .gallery-item-grid__figure {
        padding-top: 100%
    }

    .gallery-item-grid__item:nth-child(3),
    .gallery-item-grid__item:nth-child(6),
    .gallery-item-grid__item:nth-child(14),
    .gallery-item-grid__item:nth-child(17) {
        grid-column: span 4
    }

    .gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(6) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(14) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(17) .gallery-item-grid__figure {
        padding-top: 47%
    }
}

@media(min-width:1250px) {

    .gallery-item-grid__item,
    .gallery-item-grid__item:nth-child(3),
    .gallery-item-grid__item:nth-child(6),
    .gallery-item-grid__item:nth-child(14),
    .gallery-item-grid__item:nth-child(17) {
        grid-column: span 2
    }

    .gallery-item-grid__item .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(3) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(6) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(14) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(17) .gallery-item-grid__figure {
        padding-top: 100%
    }

    .gallery-item-grid__item:nth-child(1),
    .gallery-item-grid__item:nth-child(4),
    .gallery-item-grid__item:nth-child(7),
    .gallery-item-grid__item:nth-child(10),
    .gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10),
    .gallery-item-grid__item:nth-child(11),
    .gallery-item-grid__item:nth-child(13),
    .gallery-item-grid__item:nth-child(18),
    .gallery-item-grid__item:nth-child(20) {
        grid-column: span 3
    }

    .gallery-item-grid__item:nth-child(1) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(4) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(7) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(10) .gallery-item-grid__figure,
    .gallery-item-grid__item--leading~.gallery-item-grid__item:nth-child(10) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(11) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(13) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(18) .gallery-item-grid__figure,
    .gallery-item-grid__item:nth-child(20) .gallery-item-grid__figure {
        padding-top: 65%
    }
}

@media(min-width:768px) {
    .gallery-buy-block {
        width: 200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        border: 1px solid #37a7f8;
        border: 1px solid var(--Interaction-Secondary-border);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
        border-radius: 12px
    }
}

@media(min-width:992px) {
    .gallery-buy-block {
        width: 430px
    }
}

.gallery-buy-block__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-buy-block__section--sold-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 16px
}

.gallery-buy-block__section--flow {
    gap: 24px
}

.gallery-buy-block__section--on-sale {
    gap: 8px
}

.gallery-buy-block__section--free-pass {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.gallery-buy-block__section--canceled {
    padding: 16px;
    margin: 32px 0 24px;
    border-radius: 12px;
    border: 1px solid #37a7f8;
    border: 1px solid var(--Interaction-Secondary-border);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 0 4px rgba(0, 0, 0, .06)
}

.gallery-buy-block__section-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-buy-block__section-item--on-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .gallery-buy-block__section-item--on-sale {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .gallery-buy-block__section-item--on-sale {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        gap: 16px
    }
}

.gallery-buy-block__bottom-fixed {
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 20;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.is_ltr .gallery-buy-block__bottom-fixed {
    padding: 12px 12px 12px 20px
}

.is_rtl .gallery-buy-block__bottom-fixed {
    padding: 12px 20px 12px 12px
}

.gallery-buy-block__state {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

@media(min-width:768px) {
    .gallery-buy-block__state {
        font-size: 26px;
        font-weight: 600;
        line-height: 30px
    }
}

.gallery-buy-block__state--free-pass {
    color: #98cc54
}

.gallery-buy-block__state--sold-out {
    color: #ff8300;
    color: var(--Accent-warning)
}

.gallery-buy-block__state--custom-sold-out {
    line-height: 24px;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:768px) {
    .gallery-buy-block__state--custom-sold-out {
        line-height: 26px
    }
}

.gallery-buy-block__state--coming-soon {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.gallery-buy-block__state--pre-register {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

@media(min-width:992px) {
    .gallery-buy-block__info-wrapper {
        min-width: 40%
    }
}

.gallery-buy-block__btn-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:768px) {
    .gallery-buy-block__btn-wrapper {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1
    }
}

@media(min-width:992px) {
    .gallery-buy-block__btn-wrapper {
        min-width: 40%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.gallery-buy-block__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    background: #37a7f8;
    background: var(--Interaction-Primary-bg);
    color: #fff;
    color: var(--Interaction-Primary-content)
}

@media(min-width:768px) {
    .gallery-buy-block__btn {
        padding: 12px;
        font-size: 18px
    }
}

.gallery-buy-block__description {
    margin-top: 8px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #58585b;
    color: var(--Content-primary)
}

.gallery-buy-block__price {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

@media(min-width:768px) {
    .gallery-buy-block__price {
        position: relative;
        top: 3px;
        font-size: 26px;
        line-height: 26px
    }

    .gallery-buy-block__price--free {
        top: 0
    }
}

.gallery-buy-block__price-from {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    gap: 1px;
    width: 50%
}

@media(min-width:768px) {
    .gallery-buy-block__price-from {
        width: auto;
        gap: 0
    }
}

.gallery-buy-block__price-from-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #8f8f8f;
    color: var(--Content-secondary)
}

@media(min-width:768px) {
    .gallery-buy-block__price-from-title {
        margin-bottom: 8px;
        font-size: 14px
    }
}

.gallery-buy-block__first-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 8px
}

.gallery-buy-block__crossed-price {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    white-space: nowrap
}

.gallery-buy-block__accelerator {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media(min-width:768px) {
    .gallery-buy-block__accelerator {
        height: 21px;
        font-size: 14px;
        line-height: normal
    }
}

.gallery-buy-block__dot {
    width: 3px;
    height: 3px;
    fill: #eee;
    fill: var(--Interaction-Disable-bg)
}

@media(min-width:768px) {
    .gallery-buy-block__dot {
        display: none
    }
}

@media(min-width:992px) {
    .gallery-buy-block__dot {
        display: block
    }
}

.gallery-buy-block__hot-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 8px
}

@media(min-width:768px) {
    .gallery-buy-block__hot-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .gallery-buy-block__hot-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        height: 21px;
        position: relative;
        top: 4px
    }
}

.sale-complete {
    display: block
}

@media(min-width:768px) {
    .sale-complete {
        display: grid
    }
}

@media(min-width:992px) {
    .sale-complete {
        grid-template-columns: 60% 35%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }
}

.pay-via-link .sale-complete {
    margin-bottom: 100px
}

.sale-complete__suggest {
    margin-top: 30px
}

@media(min-width:768px) {
    .sale-complete__suggest {
        margin-top: 60px
    }
}

.sale-complete__suggest h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:768px) {
    .sale-complete__suggest h3 {
        font-size: 22px
    }
}

.sale-complete__suggest--section {
    padding: 24px 0 60px
}

@media(min-width:768px) {
    .sale-complete__suggest--section {
        padding: 24px 0 100px
    }
}

.sale-complete__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px
}

@media(min-width:768px) {
    .sale-complete__content {
        gap: 60px;
        margin-top: 48px
    }
}

.sale-complete__venue-block-header {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:768px) {
    .sale-complete__venue-block-header {
        font-size: 22px
    }
}

.sale-complete__venue-block-content {
    margin-top: 16px
}

.sale-complete__venue-block-content .location-block {
    padding-bottom: 0
}

.sale-complete__side-bar {
    display: block;
    margin-top: 32px
}

@media(min-width:992px) {
    .sale-complete__side-bar {
        margin-top: 48px
    }
}

.sale-complete__header-wrapper {
    display: block;
    color: #58585b;
    color: var(--Content-primary)
}

.sale-complete__order-details-wrapper {
    display: block;
    color: #58585b;
    color: var(--Content-primary);
    width: 100%
}

.sale-complete__customer-fields-empty {
    display: block;
    color: #58585b;
    color: var(--Content-primary);
    width: 100%
}

.sale-complete__customer-fields-empty p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.sale-complete__customer-fields-empty .my-tickets {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.sale-complete__customer-fields-empty .my-tickets:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.sale-complete__customer-fields-empty .btn {
    margin-top: 24px
}

.sale-complete__map-wrapper {
    display: block;
    color: #58585b;
    color: var(--Content-primary)
}

.sale-complete__resale-tooltip-block {
    margin-top: 32px
}

@media(min-width:768px) {
    .sale-complete__resale-tooltip-block {
        margin-top: 60px
    }
}

.sale-complete__resale-tooltip-block--mobile {
    display: block
}

@media(min-width:992px) {
    .sale-complete__resale-tooltip-block--mobile {
        display: none
    }
}

.sale-complete__resale-tooltip-block--no-mobile {
    display: none
}

@media(min-width:992px) {
    .sale-complete__resale-tooltip-block--no-mobile {
        display: block
    }
}

.complete-header__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px
}

@media(min-width:768px) {
    .complete-header__title {
        font-size: 32px;
        margin-bottom: 24px
    }
}

.complete-header__subtitle p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.complete-header__subtitle--blue {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content);
    cursor: pointer;
    font-weight: 600
}

.complete-header__subtitle--blue:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.complete-header__subtitle--instruction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 16px
}

@media(min-width:768px) {
    .complete-header__subtitle--instruction {
        gap: 24px
    }
}

.complete-header__delayed-delivery-message,
.complete-header__accreditation-pending-message {
    margin-top: 16px
}

.complete-header__delayed-delivery-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 10px;
    padding: 25px;
    border-radius: 12px;
    background-color: rgba(55, 167, 248, .1);
    font-size: 16px;
    font-weight: 400;
    color: #58585b;
    color: var(--Content-primary);
    margin-bottom: 20px
}

.complete-header__online-event-info-wrapper {
    margin-top: 24px
}

.complete-header__online-event-info-wrapper p {
    margin-bottom: 24px
}

.complete-header__online-event-instruction {
    margin-top: 24px
}

.complete-header__mobile-instruction {
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(255, 131, 0, .08);
    color: #58585b;
    color: var(--Content-primary)
}

.complete-header__mobile-instruction h3 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    margin-bottom: 16px
}

.complete-header__mobile-instruction ol {
    padding-left: 15px
}

.is_rtl .complete-header__mobile-instruction ol {
    padding-left: unset;
    padding-right: 15px
}

.complete-header__mobile-instruction-item {
    padding-left: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px
}

.complete-header__mobile-instruction-item::marker {
    font-weight: 700
}

.is_rtl .complete-header__mobile-instruction-item {
    padding-left: unset;
    padding-right: 5px
}

.complete-header__mobile-instruction-item--blue {
    padding: unset;
    cursor: pointer;
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.complete-header__mobile-instruction-item--blue:hover {
    color: #1985d2;
    color: var(--Interaction-Secondary-content_hover)
}

.ticket-buttons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

@media(min-width:768px) {
    .ticket-buttons-block {
        gap: 16px;
        margin-top: 24px
    }
}

.ticket-buttons-block .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 23px;
    width: 100%
}

@media(min-width:768px) {
    .ticket-buttons-block .btn {
        width: auto
    }
}

.ticket-buttons-block .btn:hover .icon--blue {
    fill: #fff
}

.ticket-buttons-block .btn--bordered:hover {
    background-color: #fff;
    border-color: #2294e5;
    color: #2294e5
}

.ticket-buttons-block .btn--bordered:hover .icon--blue {
    fill: #2294e5
}

.ticket-buttons-block .icon {
    width: 18px;
    height: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.ticket-buttons-block .icon--blue {
    fill: #37a7f8
}

.ticket-buttons-block .icon--white {
    fill: #fff
}

.ticket-buttons-block .icon-ticket-in-app {
    width: 21px;
    height: 20px
}

.download-ticket-block {
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0
}

.download-ticket-block__link {
    color: #1c9bf7;
    color: var(--Interaction-Secondary-content)
}

.order-details__header {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.order-details__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 16px;
    gap: 16px
}

.order-details__text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 8px
}

.order-details .order-details__text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.order-details .order-details__text--transparency {
    opacity: .8
}

.order-details .order-details__text--overflow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    flex: 1 1 0
}

.order-details .order-details__text--overflow-dashes {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: ltr
}

.order-details .order-details__text--upper-letter {
    display: inline-block
}

.order-details .order-details__text--upper-letter:first-letter {
    text-transform: uppercase
}

.order-details .order-details__hijri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.order-details .order-details__hijri .icon {
    width: 15px;
    height: 15px;
    fill: #ffb800
}

.event-resale-grid__chart-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.event-resale-grid__chart-block--income {
    margin-bottom: 20px
}

.event-resale-grid__chart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: auto;
    border-radius: 30px;
    padding: 16px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border)
}

.event-resale-grid__chart--tickets {
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px)
}

.event-resale-grid__chart .chart-tooltip {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    background-color: var(--Bg-default);
    color: #58585b;
    color: var(--Content-primary);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 8px 12px;
    font-weight: 600;
    margin-top: -30px
}

.event-resale-grid__chart .chart-tooltip .chart-tooltip-bottom-chevron {
    background-color: #fff;
    background-color: var(--Bg-default);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 48%
}

.event-resale-grid__chart .chart-tooltip--tickets {
    margin-top: -40px
}

.event-resale-grid__chart-container {
    height: 234px
}

.event-resale-grid__chart-x-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px
}

.event-resale-grid__chart-sum-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 16px
}

.event-resale-grid__chart-sum-block--submitted {
    right: 20px;
    float: left;
    position: relative;
    background: #f9e3fd;
    background: var(--Accent-promo_light);
    color: #831797;
    color: var(--Accent-promo)
}

.is_rtl .event-resale-grid__chart-sum-block--submitted {
    left: 20px;
    right: auto;
    float: right
}

.event-resale-grid__chart-sum-block--sold {
    background: #ebf9dc;
    background: var(--Accent-success_light);
    color: #64b010;
    color: var(--Accent-success)
}

.event-resale-grid__chart-sum-block-value {
    font-size: 16px;
    font-weight: 600
}

.event-resale-grid__column-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    min-width: 290px;
    gap: 20px
}

.event-resale-grid__numeric-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
    border-radius: 20px;
    border: 1px solid rgba(96, 128, 159, .14);
    border: 1px solid var(--Bg-border);
    font-size: 16px;
    font-weight: 600
}

.event-resale-grid__numeric-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px
}

.event-resale-grid__numeric-block-sold {
    color: #64b010;
    color: var(--Accent-success)
}

.event-resale-grid__numeric-block-percent {
    line-height: 28px;
    font-size: 24px
}

.event-resale-table {
    margin-top: 32px
}

.scrollable2-wrapper {
    width: 100%
}

.chart-tooltip__color-box {
    border-radius: 2px;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle
}

.chart-tooltip__title {
    text-wrap: nowrap;
    margin-bottom: 4px
}

.chart-tooltip__point-info {
    text-wrap: nowrap;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.chart-tooltip__point-info-value {
    font-weight: 600
}

@media(min-width:768px) {
    .event-resale-grid__chart-block {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.panel-reports .event-resale .filter-form .form_element.invalid .errors {
    float: left;
    white-space: nowrap
}

.is_rtl .panel-reports .event-resale .filter-form .form_element.invalid .errors {
    float: right
}

.purchase-feedback__page-title {
    margin-top: 24px
}

.purchase-feedback__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
    margin-top: 16px
}

.purchase-feedback .feedback-form {
    width: 100%;
    max-width: 660px
}

.purchase-feedback .feedback-form__element {
    margin-bottom: 47px
}

.purchase-feedback .feedback-form__label {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;
    display: block
}

.purchase-feedback .feedback-form__textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbec0;
    border-radius: 5px;
    font-size: 14px;
    color: #8f8f8f;
    color: var(--Content-secondary);
    vertical-align: top;
    background-color: #fff;
    background-color: var(--Bg-default);
    -webkit-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    transition: border-color linear .2s;
    resize: vertical
}

.purchase-feedback .feedback-form__button {
    width: 100%
}

@media(min-width:768px) {
    .purchase-feedback .feedback-form__button {
        width: 270px
    }
}

.purchase-feedback .feedback-form .smile-rating .errors {
    margin-top: 12px
}

.ticket-outlets__header {
    position: relative;
    background-color: #fff
}

.ticket-outlets__breadcrumbs {
    float: left;
    margin: 8px 0
}

.is_rtl .ticket-outlets__breadcrumbs {
    float: right
}

.ticket-outlets__logo {
    padding: 9px 0;
    float: right
}

.is_rtl .ticket-outlets__logo {
    float: right
}

.ticket-outlets__logo a,
.ticket-outlets__logo span {
    display: inline-block;
    height: 45px;
    margin-right: 10px
}

.is_rtl .ticket-outlets__logo a,
.is_rtl .ticket-outlets__logo span {
    margin-right: 0;
    margin-left: 10px
}

.ticket-outlets__image {
    height: 100%;
    width: auto;
    vertical-align: middle
}

.ticket-outlets__map-wrapper {
    position: relative
}

.ticket-outlets__map {
    height: 1000px;
    width: 100%
}

.ticket-outlets__empty {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1000px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.ticket-outlets__custom-container {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.ticket-outlets__custom-container div {
    margin-bottom: 15px;
    font-size: 37px;
    font-weight: 600
}

.ticket-outlets__apply-link {
    text-decoration: underline;
    color: inherit
}

.ticket-outlets__panel {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0
}

.ticket-outlets__panel-city {
    float: right;
    margin-left: 1em;
    margin-right: 0
}

.is_rtl .ticket-outlets__panel-city {
    padding-left: 150px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 10px
}

@media(min-width:768px) {
    .ticket-outlets__panel-city {
        float: left;
        width: 210px;
        margin-right: 1em
    }

    .is_rtl .ticket-outlets__panel-city {
        float: right;
        margin-left: 1em;
        margin-right: 0
    }
}

.ticket-outlets__search {
    position: relative;
    float: left;
    width: 340px
}

.ticket-outlets__search .icon {
    right: .5em;
    top: 50%;
    left: unset;
    width: 1em;
    height: 1em;
    font-size: 18px
}

.ticket-outlets__search .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff
}

.ticket-outlets__search .ui-autocomplete li {
    padding: .5em;
    line-height: 1.1;
    color: gray
}

.ticket-outlets__search .ui-autocomplete li.ui-state-focus,
.ticket-outlets__search .ui-autocomplete li.ui-state-active {
    margin: 0;
    background: #ececec
}

.ticket-outlets__search .ui-autocomplete li .name {
    font-weight: 600;
    color: #333
}

.ticket-outlets__search .ui-autocomplete li .highlight {
    color: #37a7f8
}

.ticket-outlets__search-no-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    padding: .5em;
    width: 100%;
    text-align: center;
    font-style: italic;
    color: gray;
    background: #fff
}

@media(min-width:768px) {
    .ticket-outlets :not(body) .container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

.ticket-outlets__list-container {
    position: relative;
    margin-top: -3.6em;
    min-height: 300px
}

@media(max-width:767px) {
    .ticket-outlets__list-container {
        margin-top: -3em;
        padding-right: 0;
        padding-left: 0
    }
}

.ticket-outlets__list {
    font-size: 12px;
    padding-bottom: 4em
}

@media(max-width:767px) {
    .ticket-outlets__list {
        padding-right: 2em;
        padding-left: 2em
    }
}

.ticket-outlets__map-scroll-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: .8em 2em .4em;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 1.4em;
    color: #404041;
    background-color: #f2f2f3;
    cursor: pointer
}

@media(max-width:767px) {
    .ticket-outlets__map-scroll-btn {
        width: 100%;
        margin-bottom: 0;
        padding-top: .8em;
        padding-bottom: .6em;
        font-size: 1.1em
    }
}

.ticket-outlets__map-toggle-btn-icon {
    display: inline-block;
    width: 1.2em;
    height: .8em;
    margin-left: 1em;
    stroke: #b3b3b3
}

@media(max-width:767px) {
    .ticket-outlets__map-toggle-btn-icon {
        float: right;
        width: 1.3em;
        height: 1.1em
    }
}

.is_rtl .ticket-outlets__map-toggle-btn-icon {
    margin-left: 0;
    margin-right: 1em
}

@media(max-width:767px) {
    .is_rtl .ticket-outlets__map-toggle-btn-icon {
        float: left
    }
}

.ticket-outlets__list-group {
    margin-top: 4.16em;
    position: relative;
    display: inline-block
}

@media(max-width:767px) {
    .ticket-outlets__list-group {
        margin-top: 2.5em
    }
}

.ticket-outlets__list-group[data-readmore] {
    padding-bottom: 5em
}

.ticket-outlets__list-group-label {
    margin: 0;
    font-size: inherit
}

.ticket-outlets__list-group-label .ticket-outlets__country-flag {
    display: inline-block;
    width: 1.74em;
    height: 1.25em;
    vertical-align: middle;
    border-radius: 2px
}

.ticket-outlets__list-group-label-text {
    display: inline-block;
    margin-left: .2em;
    font-size: 1.666em;
    line-height: 1.05em;
    font-weight: 600;
    color: #404041;
    vertical-align: top
}

.is_rtl .ticket-outlets__list-group-label-text {
    margin-left: 0;
    margin-right: .2em
}

.ticket-outlets__list-item {
    clear: left;
    margin-top: 1.6em;
    float: left;
    width: 47%;
    vertical-align: top
}

.is_rtl .ticket-outlets__list-item {
    float: right;
    clear: right
}

.ticket-outlets__list-item.opacity-ticket-outlet-list-item {
    opacity: .4
}

.ticket-outlets__list-item.hidden-by-partner-company {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -10000px
}

.ticket-outlets__list-item.right-position {
    float: right;
    margin-left: 6%;
    clear: right
}

.is_rtl .ticket-outlets__list-item.right-position {
    float: left;
    margin-right: 6%;
    margin-left: 0;
    clear: left
}

@media(max-width:767px) {
    .ticket-outlets__list-item.right-position {
        margin-left: 0
    }
}

.ticket-outlets__list-item-name {
    margin: 0;
    font-size: 1.17em;
    color: #666
}

.ticket-outlets__list-item-info-item {
    display: block;
    margin: 0;
    font-size: 1em;
    color: #999
}

.ticket-outlets__list-item-info-item:first-of-type {
    margin-top: .5em
}

.ticket-outlets__list-item-map-link {
    display: inline-block;
    margin-top: .6em;
    color: #4d4d4d;
    text-decoration: underline
}

.ticket-outlets__show-more {
    margin-top: 1.9em;
    padding: 1.05em;
    background-color: #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.ticket-outlets__show-more-icon {
    display: inline-block;
    width: 1.3em;
    height: .7em;
    stroke: gray
}

.ticket-outlets__show-more-icon.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ticket-outlets__show-more-text {
    display: inline-block;
    margin-left: .8em;
    color: gray
}

.is_rtl .ticket-outlets__show-more-text {
    margin-left: 0;
    margin-right: .8em
}

/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/********************************************* **************************************************/
/*

تغییرات اعمال شده توسط من

*/
/*********************************************

Start of footer-row .footer-block .social-method

*********************************************/
.footer .footer-row .footer-block .social-method.facebook .btn_chat_us {
    background-color: var(--style-color-facebook);
    background: var(--style-color-facebook);
}

.footer .footer-row .footer-block .social-method.whatsapp .btn_chat_us {
    background-color: var(--style-color-whatsapp);
    background: var(--style-color-whatsapp);
}

.footer .footer-row .footer-block .social-method.telegram .btn_chat_us {
    background-color: var(--style-color-telegram);
    background: var(--style-color-telegram);
}

.footer .footer-row .footer-block .social-method.instagram .btn_chat_us {
    background-color: var(--style-color-instagram);
    background: var(--style-color-instagram);
}

.footer .footer-row .footer-block .social-method.youtube .btn_chat_us {
    background-color: var(--style-color-youtube);
    background: var(--style-color-youtube);
}

.footer .footer-row .footer-block .social-method.linkedIn .btn_chat_us {
    background-color: var(--style-color-linkedIn);
    background: var(--style-color-linkedIn);
}

.footer .footer-row .footer-block .social-method.twitter .btn_chat_us {
    background-color: var(--style-color-twitter);
    background: var(--style-color-twitter);
}

.footer .footer-row .footer-block .social-method.Eitaa .btn_chat_us img {
    width: 26px;
    height: 26px;
    margin: -4px 0 0 0;
}

.footer .footer-row .footer-block .social-method.twitter .btn_chat_us img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100) hue-rotate(120deg) contrast(100%);
    width: 18px;
    height: 18px;
    margin: 5px 0 0 0;
}

.footer .footer-row .footer-block .social-method.Eitaa .btn_chat_us {
    background-color: var(--style-color-Eitaa);
    background: var(--style-color-Eitaa);
    width: 36px;
    height: 36px;
    overflow: hidden;
}


.footer .footer-row .footer-block .social-method a {
    color: var(--style-global-footer-links-color);
    background: var(--style-global-footer-links-bg-color);
    border: 2px solid var(--style-global-footer-links-color);
    border-radius: 10px;
    padding: 5px 8px;
}

.footer .footer-row .footer-block .social-method .btn_chat_us {
    background: var(--style-global-footer-links-color);
    color: var(--style-global-footer-links-bg-color);
    padding: 0px 0px 0px 0px;
    margin-inline-end: 10px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    align-content: center;
    text-align: center;
}


.footer .footer-row .footer-block .social-method a:hover,
.footer .footer-row .footer-block .social-method a:hover svg {
    background: var(--style-global-footer-links-color);
    color: var(--style-global-footer-links-bg-color);
}
/*********************************************

End of footer-row .footer-block .social-method

*********************************************/
/*********************************************

Start of footer_bottom_part

*********************************************/
.footer_bottom_part .bottom_items {
    color: var(--style-global-footer-links-color);
    /* border: 2px solid var(--style-global-footer-links-color); */
}

.footer_bottom_part .bottom_items a {
    font-size: 12px;
    opacity: 0.7;
    color: var(--style-global-footer-text-color);
}

.footer_bottom_part .bottom_items a i {
    font-size: 16px;
    margin-top: 2px;
}

.footer_bottom_part .bottom_items a img {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100) hue-rotate(120deg) contrast(100%);
    opacity: 0.7;
    margin-top: 3px;
}

/*********************************************

End of footer_bottom_part

*********************************************/
