.datepicker {
    display: inline-block;
    -webkit-tap-highlight-color: transparent
}

.datepicker table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.datepicker table td,
.datepicker table th {
    width: 14.28571%;
    padding: 0
}

.datepicker table th {
    color: #90caf9;
    text-transform: uppercase;
    font-size: .5rem;
    line-height: 4;
    font-weight: 700;
    text-align: center
}

.datepicker__wrapper {
    color: #333;
    border-radius: .125rem;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: .5rem;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #2196f3;
    width: 16rem
}

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

.datepicker:not(.is-inline) .datepicker__wrapper {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    margin: .25rem 0
}

.datepicker__header {
    position: relative;
    text-align: center;
    background: #2196f3;
    padding: .25rem;
    margin: -.5rem -.5rem 0
}

.datepicker__title {
    display: inline-block;
    padding: .25rem;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff
}

.datepicker__next,
.datepicker__prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: no-repeat 50%/60%;
    font-size: 0
}

.datepicker__next:hover,
.datepicker__prev:hover {
    background-color: #1e88e5
}

.datepicker__prev {
    float: left;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTE1IDguMjVINS44N2w0LjE5LTQuMTlMOSAzIDMgOWw2IDYgMS4wNi0xLjA2LTQuMTktNC4xOUgxNXYtMS41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.datepicker__next {
    float: right;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTkgM0w3Ljk0IDQuMDZsNC4xOSA0LjE5SDN2MS41aDkuMTNsLTQuMTkgNC4xOUw5IDE1bDYtNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.datepicker__next.is-disabled,
.datepicker__prev.is-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.datepicker__time {
    padding: .5rem 1rem;
    margin: 0 -.5rem;
    font-size: .75rem;
    text-align: right;
    background: #e3f2fd;
    border-bottom: 1px solid #bbdefb
}

.datepicker__label {
    margin-right: 1rem;
    color: rgba(0, 0, 0, .4);
    float: left
}

.datepicker__field {
    display: inline-block;
    margin: 0 .125rem;
    color: #333;
    width: 2ch
}

.datepicker__field span {
    display: block;
    width: 100%
}

.datepicker__day {
    color: #333
}

.datepicker__day div {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    background: 0 0;
    position: relative;
    border-radius: 50%
}

.datepicker__day div:after {
    content: "";
    display: block;
    border-radius: 50%;
    padding-top: 100%;
    position: relative;
    background: inherit;
    z-index: 1
}

.datepicker__day.is-highlighted div,
.datepicker__day div:hover {
    background: #e3f2fd
}

.datepicker__day.is-today {
    color: #2196f3
}

.datepicker__day.is-today div:after {
    -webkit-box-shadow: inset 0 0 0 1px currentColor;
    box-shadow: inset 0 0 0 1px currentColor
}

.datepicker__day.is-today.is-disabled.is-selected div:after,
.datepicker__day.is-today.is-otherMonth.is-selected div:after {
    -webkit-box-shadow: none;
    box-shadow: none
}

.datepicker__day.is-selected div {
    background: #2196f3
}

.datepicker__day.is-selected:hover div:after {
    background: #1e88e5
}

.datepicker__day.is-selected .datepicker__daynum {
    font-weight: 700;
    color: #fff
}

.datepicker__day.is-highlighted+.is-highlighted div:before,
.datepicker__day.is-selected+.is-selected div:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 0
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
    cursor: default;
    pointer-events: none;
    color: #bbdefb
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
    color: rgba(0, 0, 0, .2)
}

.datepicker__day.is-disabled.is-selected+.is-selected div:before,
.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected+.is-selected div:before,
.datepicker__day.is-otherMonth.is-selected div {
    background: #e3f2fd
}

.datepicker__daynum {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: .75rem;
    line-height: 1rem;
    margin-top: -.5rem;
    text-align: center;
    z-index: 2
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media(min-width:480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media(min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: rgba(0, 0, 0, .8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7);
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

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

.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-width: var(--plyr-menu-arrow-size, 4px);
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*0.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*0.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*0.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*0.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b3ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px + 2);
    margin-right: calc(var(--plyr-control-spacing, 10px)*0.7*-1 + 2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #00b3ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0, transparent));
    background-image: linear-gradient(90deg, currentColor, transparent 0);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media(max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, .6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media(min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, .25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media(min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media(min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media(min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media(min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media(min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px)/2 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__centerLeft {
    left: 20px
}

#noty_layout__centerLeft,
#noty_layout__centerRight {
    top: 50%;
    width: 325px;
    -webkit-transform: translateY(calc(-50% - .5px)) translateZ(0) scale(1);
    transform: translateY(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__centerRight {
    right: 20px
}

.noty_progressbar {
    display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: .2;
    filter: alpha(opacity=10)
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0) translateZ(0) scale(1);
    transform: translate(0) scale(1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_effects_close {
    -webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
    cursor: pointer
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.noty_close_button:hover {
    background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0
}

.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
    to {
        opacity: .3
    }
}

@keyframes noty_modal_in {
    to {
        opacity: .3
    }
}

@-webkit-keyframes noty_modal_out {
    to {
        opacity: 0
    }
}

@keyframes noty_modal_out {
    to {
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_in {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes noty_anim_in {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes noty_anim_out {
    to {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes noty_anim_out {
    to {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_height {
    to {
        height: 0
    }
}

@keyframes noty_anim_height {
    to {
        height: 0
    }
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../images/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

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

 
    
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.sitemap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sitemap__link {
    font-size: 2rem;
    line-height: 1.3;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s
}

.sitemap__link:hover {
    text-decoration: underline
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner .table {
    width: 100% !important;
    overflow-x: auto;
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat-Light"), url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat-Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat-Bold"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-display: swap
}

:root {
    --swiper-pagination-color: var(--primary-default);
    --plyr-color-main: var(--primary-default);
    --plyr-menu-background: var(--white);
    --plyr-menu-color: var(--main-color)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: var(--primary-disable)
}

::selection {
    background: var(--primary-disable)
}

body,
html {
    width: 100%
}

html {
    --main-color: var(--secondary-8);
    --bg-color: var(--bg-main);
    --header-color: var(--white);
    --primary-disable-rgb: 185, 209, 241;
    --primary-default-rgb: 47, 128, 237;
    --primary-hover-rgb: 0, 78, 170;
    --primary-active-2-rgb: 0, 58, 126;
    --success-rgb: 33, 150, 83;
    --error-rgb: 235, 87, 87;
    --black-rgb: 0, 0, 0;
    --white-rgb: 255, 255, 255;
    background-color: var(--bg-color)
}

html[data-theme=dark] {
    --primary-disable-rgb: 37, 57, 111;
    --primary-default-rgb: 49, 134, 244;
    --primary-hover-rgb: 0, 78, 170;
    --primary-active-2-rgb: 221, 237, 255;
    --success-rgb: 25, 232, 164;
    --error-rgb: 255, 149, 149;
    --black-rgb: 0, 0, 0;
    --white-rgb: 20, 24, 49
}

html.transition-theme-animate *,
html:not(.is-ready) * {
    -webkit-transition: none !important;
    transition: none !important
}

html.page--outer {
    background-color: var(--white)
}

html.page--outer[data-theme=dark] {
    --white: #090f26
}

html.page--outer .container {
    max-width: 1182px;
    padding: 0 16px
}

@media(max-width:900px) {
    html.page--outer .container {
        padding: 0 16px
    }
}

@media(min-width:901px) {
    html.page--outer .menu {
        display: none
    }
}

html.page--landing .content>section:first-of-type {
    margin-top: calc(var(--header-height, 62px)*-1)
}

body {
    min-height: var(--vh, 100vh);
    overflow-x: hidden
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

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

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: var(--vh, 100vh)
}

.content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%
}

.content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 78%;
    flex: 1 1 78%;
    width: 100%
}

.content-main,
.content-wrap main {
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #433907 0%, #222d38 100%);
}

.content-main--height {
    overflow: hidden
}

.content-main--height .scroller {
    height: 1px;
    min-height: 100%
}

.content-main--height .content {
    height: 100%
}

.content-main--height .section {
    height: 100%;
    padding-bottom: 0
}

.content-main--height .container {
    max-width: none;
    height: 100%
}

.content-main--height .section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.content-main--height .section__wrap .section-title__wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 20px
}

.content-main--height .section__wrap .section-title__wrapper .section__title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-main--height .section__wrap .chat__list {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}

.content-main--height .section__wrap .chat__footer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.content-main--height .section__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.content-main--height .chat {
    position: static;
    width: calc(100% + 4rem);
    height: 1px;
    min-height: 100%;
    margin-left: -2rem
}

@media(max-width:900px) {
    .content-main--height .chat {
        width: 100%;
        height: calc(var(--vh) - var(--header-height) - 60px);
        max-height: none;
        margin: 0
    }
}

.content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.scroller {
    width: 100%
}

.container {
    width: 100%;
    max-width: 1675px;
    padding: 0 2rem;
    margin: 0 auto
}

@media(max-width:900px) {
    .container {
        padding: 0
    }
}

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

.section__title svg:not(:only-child):last-child {
    margin-left: 8px
}

picture {
    position: relative
}

img,
picture {
    display: block
}

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

svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

svg.svg-symbol {
    display: inline;
    vertical-align: middle
}

svg.svg-symbol--success {
    color: var(--success)
}

svg.svg-symbol--error {
    color: var(--error);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

a {
    color: inherit;
    color: var(--primary-default);
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: var(--primary-hover)
}

mark {
    background-color: var(--primary-disable)
}

hr {
    width: calc(100% - 2rem);
    margin: 12px auto;
    border: none;
    border-top: 1px solid var(--secondary-3)
}

.tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: var(--success);
    text-transform: uppercase;
    background-color: var(--success-2);
    border-radius: 4px
}

@media(max-width:600px) {
    .tag {
        padding: 3px
    }
}

.tag--danger {
    color: var(--error);
    background-color: var(--error-2)
}

.tag--danger .tag__icon:hover {
    color: #cc2929
}

.tag--progress {
    color: var(--progress);
    background-color: var(--progress-2)
}

.tag--progress .tag__icon:hover {
    color: #d77116
}

@media(max-width:600px) {
    .tag__text {
        display: none
    }
}

.tag__mobile {
    display: none
}

@media(max-width:600px) {
    .tag__mobile {
        display: block;
        margin: -2px -1px;
        font-size: 16px
    }
}

.tag__icon {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: 4px;
    font-size: 12px;
    cursor: pointer
}

.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link--back i {
    margin-right: 4px;
    margin-left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.link i {
    margin-left: 4px
}

.tab-content:not(.active) {
    display: none
}

.status {
    padding: 3px 8px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    background-color: var(--primary-default);
    border-radius: 4px
}

.conditions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.conditions:hover {
    color: var(--primary-hover)
}

.conditions:hover .conditions__icon {
    color: currentColor
}

.conditions__icon {
    min-width: 1em;
    min-height: 1em;
    margin-right: 2px;
    font-size: 16px;
    color: var(--primary-default)
}

.conditions__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2
}

.dot {
    display: inline-block;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 5px;
    font-size: 8px;
    background-color: var(--primary-default);
    border-radius: 50%
}

.iti {
    width: 100%
}

.iti .iti__selected-flag {
    padding-right: 16px
}

.iti .iti__mydialcode {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    padding-left: 14px;
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-8);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iti .iti__mydialcode~.input {
    padding-left: 28px
}

.iti.iti--allow-dropdown .iti__selected-flag,
.iti.iti--separate-dial-code .iti__selected-flag {
    padding-right: 6px
}

.iti.iti--separate-dial-code .input {
    padding-right: 44px;
    padding-left: 1em
}

.iti.iti--separate-dial-code .iti__selected-flag {
    padding: 0;
    background-color: transparent
}

.iti.iti--separate-dial-code .iti__selected-flag .iti__selected-dial-code {
    margin: 0 0 0 14px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-8)
}

.iti.iti--separate-dial-code .iti__flag {
    position: absolute !important;
    top: 50%;
    right: 16px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

html {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.3;
    /*color: #fff;*/
}

@media(max-width:1200px) {
    html {
        font-size: 15px
    }
}

@media(max-width:1100px) {
    html {
        font-size: 14px
    }
}

@media(max-width:900px) {

    html.page--outer .h1,
    html.page--outer .h2,
    html.page--outer h1,
    html.page--outer h2 {
        font-size: 24px;
        color: #fff;
    }
}

.h1,
h1 {
    margin: 0 0 2.375rem;
    font-family: Montserrat;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

@media(max-width:900px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    margin: 0 0 1.5rem;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

@media(max-width:900px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    margin: 0 0 1rem;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

@media(max-width:900px) {

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

.h4,
h4 {
    margin: 0 0 1rem;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: currentColor
}

@media(max-width:900px) {

    .h4,
    h4 {
        font-size: 20px
    }
}

.h5,
h5 {
    margin: 0 0 1rem;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: currentColor
}

@media(max-width:900px) {

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

.h6,
h6 {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: currentColor
}

@media(max-width:900px) {

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

sup {
    color: var(--primary-default);
    vertical-align: top
}

.text-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 1.7;
    color: var(--secondary-7)
}

@media(max-width:900px) {
    .text-info {
        font-size: 12px
    }
}

.text-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-info__inner p:not(:last-child) {
    margin-bottom: 4px
}

.text-info__icon {
    min-width: 1em;
    min-height: 1em;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .text-info__icon {
        margin-right: .5rem
    }
}

.text-info__text .text-info__icon {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    cursor: pointer
}

.text-info__text b {
    font-weight: 700
}

.text-info--danger {
    padding: 1.25em 1.5em;
    margin-bottom: 8px;
    line-height: 1.45;
    background-color: var(--white);
    border: 2px solid var(--error);
    border-radius: 8px
}

html[data-theme=dark] .text-info--danger {
    --error: #e53b3c
}

@media(max-width:900px) {
    .text-info--danger {
        padding: 16px
    }
}

.text-info--danger .text-info__icon {
    margin-right: 9px;
    font-size: 16px;
    color: var(--error)
}

.text-info--normal {
    padding: 20px 24px;
    margin-bottom: 8px;
    line-height: 1.45;
    background-color: var(--white);
    border: 2px solid var(--primary-default);
    border-radius: 8px
}

@media(max-width:900px) {
    .text-info--normal {
        padding: 16px
    }
}

.text-info--normal .text-info__icon {
    margin-top: 2px;
    margin-right: 9px;
    font-size: 16px;
    color: var(--primary-default)
}

.footnote {
    font-size: 12px;
    line-height: 1.4;
    color: var(--secondary-7)
}

.button,
button {
    cursor: pointer
}

.button {
    --color: #fff;
    --color-hover: #fff;
    --color-disable: var(--white);
    --color-focus: #fff;
    --bg-color: var(--primary-default);
    --bg-color-hover: var(--primary-hover);
    --bg-color-disable: var(--primary-disable);
    --bg-color-focus: var(--primary-active);
    --border-color: var(--primary-default);
    --border-color-hover: var(--primary-hover);
    --border-color-disable: var(--primary-disable);
    --border-width: 1px;
    --font-size: 14px;
    --padding: 10px 2rem;
    --min-width: 170px;
    --ripple-color: var(--ripple-default);
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center; 
    justify-content: center;
    min-width: var(--min-width);
    padding: var(--padding);
    margin: 5px;
    font-family: Montserrat;
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1.286;
    
    
    /*color: var(--color);*/
    color:#ffffff;
    
    text-align: center;
    text-decoration: none;
    letter-spacing: -.02em;
    
    
    
    /*background-color: var(--bg-color);*/
    background: linear-gradient(75deg, #FFD700, #FFD700 50.31%, #FFD700);

    
    
    border: var(--border-width) solid var(--border-color);
    border-radius: 4px;
    outline: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(hover) {
    .button:hover {
        color: var(--color-hover);
        background-color: var(--bg-color-hover);
        border-color: var(--border-color-hover)
    }
}

.button:focus {
    color: var(--color-focus);
    background-color: var(--bg-color-focus);
    -webkit-box-shadow: 0 0 0 2px var(--primary-disable);
    box-shadow: 0 0 0 2px var(--primary-disable)
}

.button.disabled,
.button:disabled {
    color: var(--color-disable);
    pointer-events: none;
    cursor: default;
    background-color: var(--bg-color-disable);
    border-color: var(--border-color-disable)
}

.button svg {
    display: block;
    width: 1em;
    min-width: 1em;
    max-width: 1em;
    height: 1em;
    min-height: 1em;
    max-height: 1em;
    font-size: 20px;
    fill: currentColor;
    -webkit-transition: fill .3s, -webkit-transform .3s;
    transition: fill .3s, -webkit-transform .3s;
    transition: fill .3s, transform .3s;
    transition: fill .3s, transform .3s, -webkit-transform .3s
}

.button .waves-ripple {
    z-index: 0;
    background: var(--ripple-color)
}

.button span,
.button svg {
    position: relative;
    z-index: 1
}

.button.button--success {
    --color: #fff;
    --color-hover: #fff;
    --bg-color: var(--success);
    --bg-color-hover: var(--success);
    --border-color: var(--success);
    --border-color-hover: var(--success);
    --color-focus: var(--color);
    --bg-color-focus: var(--bg-color);
    min-width: 130px
}

.button.button--success:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.button--error {
    --color: #fff;
    --color-hover: #fff;
    --bg-color: var(--error);
    --bg-color-hover: var(--error);
    --border-color: var(--error);
    --border-color-hover: var(--error);
    --ripple-color: transparent;
    --color-focus: var(--color);
    --bg-color-focus: var(--bg-color);
    min-width: 130px
}

.button.button--error:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--small {
    --font-size: 14px;
    --padding: 0.4295em 0.75em;
    --min-width: initial;
    font-weight: 500
}

.button--medium {
    --font-size: 1rem;
    --padding: 0.795em 2em;
    --min-width: 208px;
    font-weight: 500
}

@media(max-width:900px) {
    .button--medium {
        padding: 1rem 2rem
    }
}

.button--big {
    --font-size: 1rem;
    --padding: 1.045em 2em;
    --min-width: 208px;
    font-weight: 500
}

@media(max-width:900px) {
    .button--big {
        padding: 1rem 2rem
    }
}

.button--secondary {
    --color: var(--primary-default);
    --color-hover: var(--primary-hover);
    --color-disable: var(--primary-disable);
    --bg-color: transparent;
    --bg-color-hover: var(--primary-hover-2);
    --bg-color-disable: transparent;
    --border-color-hover: var(--primary-default);
    --border-color-disable: var(--primary-disable);
    --ripple-color: var(--ripple-secondary);
    --color-focus: var(--color);
    --bg-color-focus: var(--bg-color)
}

html[data-theme=dark] .button--secondary {
    --color-hover: #fff;
    --color-focus: #fff
}

.button--secondary.button--gray {
    --color-hover: var(--primary-default);
    --color-disable: var(--primary-disable);
    --bg-color-hover: transparent;
    --border-color: var(--secondary-4);
    --border-color-hover: var(--primary-default);
    --border-color-disable: var(--secondary-4)
}

.button--secondary.button--success {
    --color: var(--success);
    --color-hover: var(--success);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: var(--success);
    --border-color-hover: var(--success);
    --ripple-color: transparent
}

.button--secondary.button--success:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--secondary.button--error {
    --color: var(--error);
    --color-hover: var(--error);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: var(--error);
    --border-color-hover: var(--error);
    --ripple-color: transparent;
    --color-focus: var(--color);
    --bg-color-focus: var(--bg-color)
}

.button--secondary.button--error:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--flat {
    --color: var(--primary-default);
    --color-hover: var(--primary-hover);
    --color-disable: var(--primary-disable);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-disable: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --border-color-disable: transparent;
    --ripple-color: transparent;
    --color-focus: var(--primary-active);
    --bg-color-focus: var(--bg-color);
    min-width: auto;
    padding: 0
}

.button--flat:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--flat.button--success {
    --color: var(--success);
    --color-hover: var(--success);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --color-focus: var(--color);
    --bg-color-focus: transparent;
    min-width: auto
}

.button--flat.button--success:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--flat.button--success svg {
    margin-right: 8px;
    background-color: rgba(var(--success-rgb), .1);
    border-radius: 50%
}

.button--flat.button--error {
    --color: var(--error);
    --color-hover: var(--error);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --color-focus: var(--color);
    --bg-color-focus: transparent;
    min-width: auto
}

.button--flat.button--error:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--flat.button--error svg {
    margin-right: 8px;
    background-color: rgba(var(--error-rgb), .1);
    border-radius: 50%
}

.button--gradient {
    --color: var(--white);
    --color-hover: var(--white);
    background: var(--primary-gradient);
    background-color: transparent;
    border: none
}

@media(hover) {
    .button--gradient:hover {
        -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .4);
        box-shadow: inset 0 0 20px rgba(0, 0, 0, .4)
    }
}

.button-icon {
    --size: 32px;
    --padding: 10px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    border-radius: 50%
}

.button-icon--prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.button-icon svg {
    position: relative;
    margin: 0;
    font-size: 16px
}

.button-icon svg:before {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.button-icon.button--flat {
    --size: 20px
}

.button-icon.button--flat svg {
    margin: auto;
    font-size: 20px
}

.button-icon--white {
    --bg-color: var(--white);
    --bg-color-hover: var(--primary-disable);
    --bg-color-disable: var(--white);
    --border-color: var(--white);
    --border-color-hover: var(--primary-disable);
    --border-color-disable: var(--white);
    --color: var(--primary-hover);
    --color-hover: var(--primary-hover);
    --color-disable: var(--secondary-9)
}

html[data-theme=dark] .button-icon--white {
    --color: var(--black);
    --color-hover: var(--black);
    --bg-color: #1e2855;
    --border-color: #1e2855
}

.button-icon--control {
    --size: 38px;
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-disable: var(--white);
    --bg-color-focus: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --border-color-disable: transparent;
    --color: var(--secondary-5);
    --color-hover: var(--main-color);
    --color-disable: var(--secondary-5);
    --color-focus: var(--main-color);
    border-radius: 4px
}

.button-icon--control.active {
    --bg-color: var(--white);
    --bg-color-hover: var(--white);
    --color: var(--main-color);
    --color-hover: var(--main-color);
    --bg-color-focus: var(--white)
}

.button-icon--control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-close {
    --size: 20px;
    --padding: 5px;
    --color: var(--secondary-9);
    --color-focus: var(--color);
    --bg-color: var(--bg-close-btn);
    --bg-color-focus: transparent;
    --border-color: var(--bg-close-btn);
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    border-radius: 2px
}

.button-close svg {
    margin: 0
}

.button-close--fixed {
    --color: var(--secondary-9);
    --bg-color: var(--white);
    --size: 56px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    border-radius: 0
}

@media(max-width:900px) {
    .button-close--fixed {
        --size: 40px
    }
}

.button-close--fixed svg {
    font-size: 36px
}

@media(max-width:900px) {
    .button-close--fixed svg {
        font-size: 24px
    }
}

.button-select {
    --color: var(--secondary-6);
    --color-hover: var(--secondary-6);
    --color-disable: var(--secondary-6);
    --color-focus: var(--color);
    --bg-color: var(--white);
    --bg-color-hover: var(--white);
    --bg-color-disable: var(--white);
    --bg-color-focus: var(--white);
    --border-color: var(--secondary-4);
    --border-color-hover: var(--primary-default);
    --border-color-disable: var(--secondary-4);
    --padding: 10px 1em;
    margin: 0;
    font-weight: 300;
    text-align: left
}

.button-select.button--small {
    --font-size: 12px;
    --padding: 7px 1em
}

.button-select:focus {
    border-color: var(--primary-default);
    -webkit-box-shadow: 0 0 0 2px rgba(var(--primary-disable-rgb), .5);
    box-shadow: 0 0 0 2px rgba(var(--primary-disable-rgb), .5)
}

.button-pagination {
    --size: 32px;
    --color: var(--secondary-8);
    --color-hover: var(--secondary-8);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: transparent;
    --border-color-hover: var(--secondary-8);
    --color-focus: var(--color);
    --bg-color-focus: var(--bg-color);
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin: 4px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px
}

.button-pagination.selected {
    --color: var(--white);
    --bg-color: var(--secondary-8)
}

.button--back {
    --color: var(--secondary-8);
    margin: 0 0 1.5rem;
    font-size: 1.125rem
}

.button--back .svg {
    font-size: 1.5rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.button-tab {
    --color: var(--secondary-9);
    --color-hover: var(--secondary-8);
    --color-focus: var(--secondary-8);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-focus: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --padding: 14px 24px;
    min-width: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 8px
}

@media(max-width:900px) {
    .button-tab {
        --padding: 14px
    }
}

.button-tab:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-tab.active {
    --color: var(--secondary-8);
    --bg-color: var(--white);
    --border-color: var(--white);
    --color-hover: var(--secondary-8);
    --bg-color-hover: var(--white);
    --color-focus: var(--secondary-8);
    --bg-color-focus: var(--white);
    font-weight: 500
}

html[data-theme=dark] .button-tab.active {
    --bg-color: #141831;
    --bg-color-hover: #141831;
    --bg-color-focus: #141831
}

.button.button--loading span,
.button.button--loading svg {
    color: transparent
}

.button.button--loading .svg-loading {
    z-index: 1;
    font-size: 1.25rem;
    color: currentColor;
    opacity: 1;
    fill: currentColor
}

.button.button--loading .svg-loading,
.button.button--loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.button.button--loading:after {
    z-index: 2;
    font-size: 28px;
    content: "";
    background-image: url(../images/loading.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-animation: loadingRotate 1s linear 0s infinite;
    animation: loadingRotate 1s linear 0s infinite
}

.button.button--loading.button--small:after {
    font-size: 20px
}

.button.button--red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    --color: var(--white);
    --color-hover: var(--error);
    --color-disable: var(--primary-disable);
    --bg-color: var(--error);
    --bg-color-hover: var(--error);
    --border-color: var(--error);
    --border-color-hover: var(--error);
    --border-color-disable: var(--secondary-4)
}

@media(hover) {
    .button.button--red:hover {
        color: var(--white);
        background-color: var(--bg-color-hover);
        border-color: var(--border-color-hover);
        opacity: .8
    }
}

.button.button--red:active,
.button.button--red:focus {
    color: var(--white);
    background-color: var(--error);
    -webkit-box-shadow: 0 0 0 2px var(--error);
    box-shadow: 0 0 0 2px var(--error)
}

html[data-theme=dark] .button.button--red {
    --color-disable: #25396f;
    --color: #fff
}

@media(hover) {
    html[data-theme=dark] .button.button--red:hover {
        color: #fff
    }
}

html[data-theme=dark] .button.button--red:active,
html[data-theme=dark] .button.button--red:focus {
    color: #fff
}

@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@keyframes loadingRotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

.button__count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 14px;
    min-height: 14px;
    padding: 2px 3px;
    font-size: 10px;
    line-height: .5;
    color: var(--white);
    text-align: center;
    background-color: var(--primary-default);
    border-radius: 20px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
}

.controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px
}

html[data-theme=dark] .controls {
    background-color: #2c355f;
    border-color: #2c355f
}

.controls .button-icon {
    margin: 0
}

.controls .button-icon:not(:last-of-type) {
    margin-right: 1px
}

.editor-wrapper .image-gallery textarea,
.input,
.textarea {
    --color: var(--secondary-8);
    --color-placeholder: var(--secondary-6);
    --border-color: var(--secondary-4);
    --border-color-hover: var(--primary-default);
    --border-color-focus: var(--primary-default);
    --background-color: var(--white);
    padding: .755em 1em;
    margin: 5px;
    overflow: hidden;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color);
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

@media(max-width:1200px) {

    .editor-wrapper .image-gallery textarea,
    .input,
    .textarea {
        font-size: 14px
    }

    .editor-wrapper .image-gallery textarea::-webkit-input-placeholder,
    .input::-webkit-input-placeholder,
    .textarea::-webkit-input-placeholder {
        font-size: 14px
    }

    .editor-wrapper .image-gallery textarea:-moz-placeholder,
    .editor-wrapper .image-gallery textarea::-moz-placeholder,
    .input:-moz-placeholder,
    .input::-moz-placeholder,
    .textarea:-moz-placeholder,
    .textarea::-moz-placeholder {
        font-size: 14px
    }

    .editor-wrapper .image-gallery textarea:-ms-input-placeholder,
    .input:-ms-input-placeholder,
    .textarea:-ms-input-placeholder {
        font-size: 14px
    }
}

.editor-wrapper .image-gallery textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-placeholder);
    opacity: 1
}

@media(max-width:1200px) {

    .editor-wrapper .image-gallery textarea::-webkit-input-placeholder,
    .input::-webkit-input-placeholder,
    .textarea::-webkit-input-placeholder {
        font-size: 14px
    }
}

.editor-wrapper .image-gallery textarea:-moz-placeholder,
.input:-moz-placeholder,
.textarea:-moz-placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-placeholder);
    opacity: 1
}

@media(max-width:1200px) {

    .editor-wrapper .image-gallery textarea:-moz-placeholder,
    .input:-moz-placeholder,
    .textarea:-moz-placeholder {
        font-size: 14px
    }
}

.editor-wrapper .image-gallery textarea::-moz-placeholder,
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-placeholder);
    opacity: 1
}

@media(max-width:1200px) {

    .editor-wrapper .image-gallery textarea::-moz-placeholder,
    .input::-moz-placeholder,
    .textarea::-moz-placeholder {
        font-size: 14px
    }
}

.editor-wrapper .image-gallery textarea:-ms-input-placeholder,
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-placeholder);
    opacity: 1
}

@media(max-width:1200px) {

    .editor-wrapper .image-gallery textarea:-ms-input-placeholder,
    .input:-ms-input-placeholder,
    .textarea:-ms-input-placeholder {
        font-size: 14px
    }
}

@media(hover) {

    .editor-wrapper .image-gallery textarea:hover,
    .input:hover,
    .textarea:hover {
        border-color: var(--border-color-hover)
    }
}

.editor-wrapper .image-gallery textarea:focus,
.input:focus,
.textarea:focus {
    border-color: var(--border-color-focus);
    -webkit-box-shadow: 0 0 0 2px rgba(var(--primary-disable-rgb), .5);
    box-shadow: 0 0 0 2px rgba(var(--primary-disable-rgb), .5)
}

.editor-wrapper .image-gallery textarea:-moz-read-only,
.input:-moz-read-only,
.textarea:-moz-read-only {
    cursor: default;
    box-shadow: none;
    opacity: .7
}

.editor-wrapper .image-gallery textarea:read-only,
.input:read-only,
.textarea:read-only {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .7
}

@media(hover) {

    .editor-wrapper .image-gallery textarea:-moz-read-only:focus,
    .editor-wrapper .image-gallery textarea:-moz-read-only:hover,
    .input:-moz-read-only:focus,
    .input:-moz-read-only:hover,
    .textarea:-moz-read-only:focus,
    .textarea:-moz-read-only:hover {
        border-color: var(--border-color)
    }

    .editor-wrapper .image-gallery textarea:read-only:focus,
    .editor-wrapper .image-gallery textarea:read-only:hover,
    .input:read-only:focus,
    .input:read-only:hover,
    .textarea:read-only:focus,
    .textarea:read-only:hover {
        border-color: var(--border-color)
    }

    .editor-wrapper .image-gallery textarea:read-only:focus::-webkit-input-placeholder,
    .input:read-only:focus::-webkit-input-placeholder,
    .textarea:read-only:focus::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transform: unset;
        transform: unset
    }

    .editor-wrapper .image-gallery textarea:-moz-read-only:focus:-moz-placeholder,
    .editor-wrapper .image-gallery textarea:-moz-read-only:focus::-moz-placeholder,
    .input:-moz-read-only:focus:-moz-placeholder,
    .input:-moz-read-only:focus::-moz-placeholder,
    .textarea:-moz-read-only:focus:-moz-placeholder,
    .textarea:-moz-read-only:focus::-moz-placeholder {
        opacity: 1;
        transform: unset
    }

    .editor-wrapper .image-gallery textarea:read-only:focus:-moz-placeholder,
    .editor-wrapper .image-gallery textarea:read-only:focus::-moz-placeholder,
    .input:read-only:focus:-moz-placeholder,
    .input:read-only:focus::-moz-placeholder,
    .textarea:read-only:focus:-moz-placeholder,
    .textarea:read-only:focus::-moz-placeholder {
        opacity: 1;
        transform: unset
    }

    .editor-wrapper .image-gallery textarea:read-only:focus:-ms-input-placeholder,
    .input:read-only:focus:-ms-input-placeholder,
    .textarea:read-only:focus:-ms-input-placeholder {
        opacity: 1;
        transform: unset
    }
}

.editor-wrapper .image-gallery textarea:not(:-moz-placeholder-shown),
.input:not(:-moz-placeholder-shown),
.textarea:not(:-moz-placeholder-shown) {
    --border-color: var(--secondary-4)
}

.editor-wrapper .image-gallery textarea:not(:-ms-input-placeholder),
.input:not(:-ms-input-placeholder),
.textarea:not(:-ms-input-placeholder) {
    --border-color: var(--secondary-4)
}

.editor-wrapper .image-gallery textarea:not(:placeholder-shown),
.input:not(:placeholder-shown),
.textarea:not(:placeholder-shown) {
    --border-color: var(--secondary-4)
}

.editor-wrapper .image-gallery textarea--square,
.input--square,
.textarea--square {
    --size: 42px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    padding: .625em;
    text-align: center
}

.editor-wrapper .image-gallery textarea.invalid,
.input.invalid,
.textarea.invalid {
    --border-color: var(--error);
    --border-color-hover: var(--error);
    --border-color-focus: var(--error)
}

.editor-wrapper .image-gallery textarea.invalid~.input-error,
.input.invalid~.input-error,
.textarea.invalid~.input-error {
    display: block
}

.editor-wrapper .image-gallery textarea,
.textarea {
    height: 135px;
    padding: 1em 1.25em;
    margin: 5px;
    overflow: hidden auto;
    resize: none;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

.editor-wrapper .image-gallery textarea::-webkit-scrollbar,
.textarea::-webkit-scrollbar {
    width: 2px
}

.editor-wrapper .image-gallery textarea::-webkit-scrollbar-thumb,
.textarea::-webkit-scrollbar-thumb {
    background: var(--primary-disable);
    border-radius: 0
}

.editor-wrapper .image-gallery textarea::-webkit-scrollbar-track,
.textarea::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

@media(max-width:900px) {

    .editor-wrapper .image-gallery textarea,
    .textarea {
        padding: .75em 1em
    }
}

.input-wrapper,
.label {
    position: relative;
    display: inline-block;
    margin: 5px
}

.input-wrapper .input__arrow,
.input-wrapper .input__icon,
.label .input__arrow,
.label .input__icon {
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 2;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1rem;
    fill: var(--secondary-4);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-wrapper .input__arrow+.input,
.input-wrapper .input__icon+.input,
.label .input__arrow+.input,
.label .input__icon+.input {
    padding-right: 1em;
    padding-left: 2.5em
}

.input-wrapper .input__arrow,
.label .input__arrow {
    right: 1em;
    left: auto
}

.input-wrapper .input,
.label .input {
    width: 100%;
    height: 100%;
    padding-right: 3em;
    padding-left: 1.25em;
    margin: 0
}

.input-wrapper .input~.input__icon,
.label .input~.input__icon {
    right: 1.25em;
    left: auto
}

.input-wrapper .input~.input__clear,
.label .input~.input__clear {
    position: absolute;
    top: 50%;
    right: .5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-wrapper .input~.input__show,
.label .input~.input__show {
    position: absolute;
    top: 10px;
    right: 16px;
    -webkit-transform: none;
    transform: none
}

.input-wrapper .input:not(:-moz-placeholder-shown)~.input__clear,
.label .input:not(:-moz-placeholder-shown)~.input__clear {
    visibility: visible;
    opacity: 1
}

.input-wrapper .input:not(:-ms-input-placeholder)~.input__clear,
.label .input:not(:-ms-input-placeholder)~.input__clear {
    visibility: visible;
    opacity: 1
}

.input-wrapper .input:not(:placeholder-shown)~.input__clear,
.label .input:not(:placeholder-shown)~.input__clear {
    visibility: visible;
    opacity: 1
}

.input__clear {
    --size: 20px;
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --color: var(--secondary-4);
    --color-hover: var(--secondary-8);
    padding: 2px;
    margin: 0
}

.input__clear:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input__clear .svg {
    width: 1em;
    height: 1em;
    font-size: 16px
}

.input__show {
    --size: 20px;
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-focus: transparent;
    --border-color: transparent;
    --border-color-hover: transparent;
    --color: var(--secondary-9);
    --color-hover: #000;
    --color-focus: #000;
    padding: 0;
    margin: 0
}

.input__show:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input__show.active .svg {
    display: none
}

.input__show.active .svg--active {
    display: block
}

.input__show .svg {
    width: 1em;
    height: 1em;
    font-size: var(--size)
}

.input__show .svg--active {
    display: none
}

.input-error {
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--error)
}

.checkbox,
.radio {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 5px 0;
    cursor: pointer
}

.checkbox__input,
.radio__input {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkbox__input:checked+.checkbox__custom,
.checkbox__input:checked+.radio__custom,
.radio__input:checked+.checkbox__custom,
.radio__input:checked+.radio__custom {
    background-color: var(--primary-default);
    border-color: var(--primary-default)
}

.checkbox__input:checked+.checkbox__custom .checkbox__icon,
.checkbox__input:checked+.checkbox__custom .radio__icon,
.checkbox__input:checked+.radio__custom .checkbox__icon,
.checkbox__input:checked+.radio__custom .radio__icon,
.radio__input:checked+.checkbox__custom .checkbox__icon,
.radio__input:checked+.checkbox__custom .radio__icon,
.radio__input:checked+.radio__custom .checkbox__icon,
.radio__input:checked+.radio__custom .radio__icon {
    opacity: 1
}

.checkbox__input:disabled+.checkbox__custom:after,
.checkbox__input:disabled+.radio__custom:after,
.radio__input:disabled+.checkbox__custom:after,
.radio__input:disabled+.radio__custom:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: default;
    content: ""
}

.checkbox__input:disabled+.checkbox__custom+.checkbox__text,
.checkbox__input:disabled+.checkbox__custom+.radio__text,
.checkbox__input:disabled+.radio__custom+.checkbox__text,
.checkbox__input:disabled+.radio__custom+.radio__text,
.radio__input:disabled+.checkbox__custom+.checkbox__text,
.radio__input:disabled+.checkbox__custom+.radio__text,
.radio__input:disabled+.radio__custom+.checkbox__text,
.radio__input:disabled+.radio__custom+.radio__text {
    opacity: .3
}

.checkbox__input:disabled:checked+.checkbox__custom,
.checkbox__input:disabled:checked+.radio__custom,
.radio__input:disabled:checked+.checkbox__custom,
.radio__input:disabled:checked+.radio__custom {
    background-color: var(--primary-disable);
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkbox__custom,
.radio__custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0 6px 0 0;
    background-color: transparent;
    border: 1px solid var(--secondary-4);
    border-radius: 4px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.checkbox__text,
.radio__text {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: currentColor
}

.checkbox__text--small,
.radio__text--small {
    font-size: 12px
}

.checkbox__text b,
.radio__text b {
    font-weight: 700;
    color: var(--secondary-8)
}

.checkbox__link,
.radio__link {
    color: var(--primary-default);
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.checkbox__link:hover,
.radio__link:hover {
    color: var(--primary-hover);
    text-decoration: none
}

.checkbox__icon,
.radio__icon {
    width: 16px;
    height: 16px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.radio {
    margin: 5px 0
}

.radio__input:checked+.radio__custom {
    background-color: var(--white)
}

.radio__input:checked+.radio__custom:before {
    opacity: 1
}

.radio__input:disabled+.radio__custom:before {
    background-color: var(--primary-disable)
}

.radio__input:disabled+.radio__custom:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: default;
    content: ""
}

.radio__input:disabled+.radio__custom+.radio__text {
    opacity: .3
}

.radio__input:disabled+.radio__custom+.radio__text:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: default;
    content: ""
}

.radio__input:disabled:checked+.radio__custom {
    background-color: var(--primary-disable)
}

.radio__custom {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0 6px 0 0;
    background-color: var(--white);
    border-radius: 50%
}

.radio__custom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background-color: var(--primary-default);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox-switch {
    --size: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-switch .checkbox__input:checked+.checkbox-switch__custom-wrapper {
    background-color: var(--primary-default)
}

.checkbox-switch .checkbox__input:checked+.checkbox-switch__custom-wrapper:hover {
    background-color: var(--primary-hover)
}

.checkbox-switch .checkbox__input:checked+.checkbox-switch__custom-wrapper .checkbox-switch__custom {
    background-color: var(--white);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.checkbox-switch__custom-wrapper {
    width: calc(var(--size)*2 + 2px);
    min-width: calc(var(--size)*2 + 2px);
    height: calc(var(--size) + 2px);
    min-height: calc(var(--size) + 2px);
    padding: 1px;
    margin: 0 .5em 0 0;
    background-color: var(--secondary-4);
    border-radius: 20px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.checkbox-switch__custom-wrapper:hover {
    background-color: var(--secondary-5)
}

.checkbox-switch__custom {
    position: relative;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .2s ease;
    transition: transform .2s ease, background-color .2s ease, -webkit-transform .2s ease
}

.counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 138px;
    padding: 4px;
    color: var(--main-color);
    background-color: var(--secondary-3);
    border-radius: 8px
}

.counter .button-icon {
    --size: 1.5rem;
    --padding: 2px;
    margin: 0;
    border-radius: 4px
}

html[data-theme=dark] .counter .button-icon {
    --color: var(--primary-default);
    --color-disable: #1e2855;
    --bg-color: #111839;
    --border-color: #111839
}

@media(max-width:900px) {
    .counter .button-icon .svg {
        font-size: 14px
    }
}

.counter__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1rem
}

.counter__input,
.counter__value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.counter__input {
    --border-color: var(--white);
    padding: 2px;
    margin: 0 6px
}

.counter__input:not(:-moz-placeholder-shown) {
    --border-color: var(--white)
}

.counter__input:not(:-ms-input-placeholder) {
    --border-color: var(--white)
}

.counter__input:not(:placeholder-shown) {
    --border-color: var(--white)
}

.counter__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.counter__input:-moz-placeholder,
.counter__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.counter__input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.radio-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
   /*  display: inline-flex */
}

.radio-buttons .radio-button:not(:first-of-type) .radio__custom,
.radio-buttons .radio-button:not(:last-of-type) .radio__custom {
    border-radius: 0
}

.radio-buttons .radio-button:first-of-type:not(:last-of-type) .radio__custom {
    border-radius: 4px 0 0 4px
}

.radio-buttons .radio-button:last-of-type:not(:first-of-type) .radio__custom {
    border-radius: 0 4px 4px 0
}

.radio-buttons .radio-button:not(:last-of-type) {
    margin-right: -1px
}

.radio-button {
    margin: 0
}

.radio-button .radio__input:checked+.radio__custom {
    z-index: 1;
    border-color: var(--secondary-9);
    -webkit-box-shadow: none;
    box-shadow: none
}

.radio-button .radio__input:checked+.radio__custom .radio__text {
    color: var(--main-color)
}

.radio-button .radio__custom {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    padding: 8px 12px;
    margin: 0;
    border: 1px solid var(--secondary-4);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.radio-button .radio__custom:hover .radio__text {
    color: var(--main-color)
}

.radio-button .radio__custom:after,
.radio-button .radio__custom:before {
    content: none
}

.radio-button .radio__text {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-9);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.radio__wallet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radio__wallet .radio__text {
    font-size: 14px;
    font-weight: 300;
    color: var(--main-color)
}

.radio__img {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.radio__img:not(:first-child:last-child) {
    margin-right: 8px
}

.file-trigger {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.file-trigger__input {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.file-trigger .button {
    margin: auto
}

html {
    --white: #fff;
    --black: #000;
    --primary-default: #2f80ed;
    --primary-hover: #004eaa;
    --primary-hover-2: #e3effe;
    --primary-active: #004eaa;
    --primary-active-2: #003a7e;
    --primary-disable: #b9d1f1;
    --primary-disable-2: #e4edfa;
    --primary-gradient: linear-gradient(180deg, #2f80ed, #004eaa);
    --secondary-1: #f4f4f4;
    --secondary-2: #f8f8f8;
    --secondary-3: #f2f2f2;
    --secondary-4: #e0e0e0;
    --secondary-5: #bdbdbd;
    --secondary-6: #828282;
    --secondary-7: #4f4f4f;
    --secondary-8: #333;
    --secondary-9: #899199;
    --success: #219653;
    --success-2: #dff9ec;
    --error: #eb5757;
    --error-2: #ffe3e3;
    --progress: #f2994a;
    --progress-2: #fff3d0;
    --bg-main: #f8f8f8;
    --bg-card: #f7f9fc;
    --bg-footer: #001744;
    --bg-noty-btn-active: #f7f7f8;
    --bg-close-btn: #e6eaf2;
    --bg-comment: #edf3fc;
    --bg-social: #93bcf2;
    --gr-lime: radial-gradient(85% 185% at 100% 95%, rgba(176, 236, 255, 0.5) 0%, rgba(224, 243, 254, 0) 100%), #ddfbed;
    --gr-sky: radial-gradient(65% 185% at 98% 95%, rgba(205, 225, 255, 0.5) 0%, rgba(217, 250, 255, 0) 100%), #d9f6ff;
    --gr-violet: radial-gradient(80% 130% at 100% 100%, rgba(235, 219, 255, 0.5) 0%, rgba(227, 237, 255, 0) 100%), #e8f2ff;
    --gr-purple: radial-gradient(80% 130% at 100% 100%, rgba(198, 203, 255, 0.5) 0%, rgba(227, 237, 255, 0) 100%), #efecff;
    --gr-blue: radial-gradient(149.26% 1469.9% at 18.06% 8.82%, rgba(175, 209, 255, 0.8) 31.93%, rgba(228, 240, 255, 0.8) 100%), #b3d3ff;
    --gr-sky-2: radial-gradient(113.97% 1301.73% at 96.7% -41.18%, rgba(215, 238, 255, 0.8) 0%, rgba(180, 223, 255, 0.8) 100%), #b4dfff;
    --gr-purple-2: radial-gradient(91.18% 1270.59% at 23.44% 75.74%, rgba(191, 190, 255, 0.8) 0%, rgba(225, 224, 255, 0.8) 100%), #bfbeff;
    --tippy-color: #3b4f5e;
    --tippy-bg: #eceff1;
    --green-2: #27ae60;
    --bg-close-dark: #2c355f;
    --mining-rank-color-1: #003a7e;
    --mining-rank-bg-color-1: #afd1ff;
    --mining-rank-color-2: #003a7e;
    --mining-rank-bg-color-2: #86ccff;
    --mining-rank-color-3: var(--white);
    --mining-rank-bg-color-3: var(--primary-default);
    --mining-rank-color-4: var(--white);
    --mining-rank-bg-color-4: #7b70ff;
    --mining-rank-color-5: var(--white);
    --mining-rank-bg-color-5: #4f4bff;
    --mining-rank-color-6: var(--white);
    --mining-rank-bg-color-6: #003a7e
}

html,
html[data-theme=dark] {
    --purple: #945def;
    --ripple-default: radial-gradient(rgba(var(--primary-hover-rgb), 1) 0, rgba(var(--primary-hover-rgb), 1) 40%, rgba(var(--primary-hover-rgb), 1) 50%, rgba(var(--primary-hover-rgb), 1) 60%, rgba(var(--primary-hover-rgb), 1) 70%);
    --ripple-secondary: radial-gradient(rgba(var(--primary-hover-rgb), 0.2) 0, rgba(var(--primary-hover-rgb), 0.3) 40%, rgba(var(--primary-hover-rgb), 0.4) 50%, rgba(var(--primary-hover-rgb), 0.5) 60%, rgba(var(--primary-hover-rgb), 0) 70%);
    --pink: #fff2fe;
    --pink-2: #fcddec;
    --pink-3: #ef5da8
}

html[data-theme=dark] {
    --white: #141831;
    --black: #fff;
    --primary-default: #3186f4;
    --primary-hover: #004eaa;
    --primary-hover-2: #0e3260;
    --primary-active: #004eaa;
    --primary-active-2: #ddedff;
    --primary-disable: #25396f;
    --primary-disable-2: #001735;
    --primary-gradient: linear-gradient(180deg, #3186f4, #004eaa);
    --secondary-1: #1b2240;
    --secondary-2: #222947;
    --secondary-3: #282d4b;
    --secondary-4: #414878;
    --secondary-5: #e0e0e0;
    --secondary-6: #bec8cf;
    --secondary-7: #f2f2f2;
    --secondary-8: #fff;
    --secondary-9: #fff;
    --success: #19e8a4;
    --success-2: #10483d;
    --error: #ff9595;
    --error-2: #4d1a21;
    --progress: #ffb97a;
    --progress-2: #854d1a;
    --bg-main: #222947;
    --bg-card: #2a3255;
    --bg-footer: #060b1d;
    --bg-noty-btn-active: #3d4775;
    --bg-close-btn: #2c355f;
    --bg-comment: #111839;
    --bg-social: #141831;
    --tippy-color: #fff;
    --tippy-bg: #414878;
    --gr-lime: radial-gradient(80% 175% at 90% 100%, rgba(3, 235, 207, 0.12) 0%, rgba(0, 174, 228, 0) 100%), #0f1023;
    --gr-sky: radial-gradient(85% 240% at 95% 100%, rgba(54, 161, 255, 0.12) 0%, rgba(58, 137, 182, 0) 100%), #0f1023;
    --gr-violet: radial-gradient(85% 240% at 95% 100%, rgba(54, 161, 255, 0.12) 0%, rgba(58, 137, 182, 0) 100%), #0f1023;
    --gr-purple: radial-gradient(80% 125% at 90% 100%, rgba(165, 14, 203, 0.12) 0%, rgba(139, 48, 182, 0) 100%), #0f1023;
    --gr-sky-2: radial-gradient(80% 175% at 90% 100%, rgba(3, 235, 207, 0.12) 0%, rgba(0, 174, 228, 0) 100%), #0f1023;
    --gr-blue: radial-gradient(85% 240% at 95% 100%, rgba(54, 161, 255, 0.12) 0%, rgba(58, 137, 182, 0) 100%), #0f1023;
    --gr-purple-2: radial-gradient(80% 125% at 90% 100%, rgba(165, 14, 203, 0.12) 0%, rgba(139, 48, 182, 0) 100%), #0f1023;
    --mining-rank-color-1: #fff;
    --mining-rank-bg-color-1: #1e75e7;
    --mining-rank-color-2: #fff;
    --mining-rank-bg-color-2: #004cae;
    --mining-rank-color-3: #fff;
    --mining-rank-bg-color-3: #00326c;
    --mining-rank-color-4: #fff;
    --mining-rank-bg-color-4: #370caf;
    --mining-rank-color-5: #fff;
    --mining-rank-bg-color-5: #22006b;
    --mining-rank-color-6: #fff;
    --mining-rank-bg-color-6: #090f26
}

.dropdown {
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: 0
}

.dropdown--filter.selected .dropdown__button {
    --color: var(--secondary-7);
    --border-color: var(--secondary-9)
}

.dropdown--filter.selected .dropdown__button .button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.dropdown--filter.selected .dropdown__button .button__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dropdown--filter.selected .dropdown__button .dropdown__arrow {
    display: none
}

.dropdown.active {
    z-index: 3
}

.dropdown.active>.dropdown__button-wrapper .dropdown__button {
    z-index: auto
}

.dropdown.active>.dropdown__button-wrapper .dropdown__search {
    z-index: 3;
    display: block
}

.dropdown.active>.dropdown__button-wrapper .dropdown__arrow {
    z-index: 4;
    fill: var(--black);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.dropdown.active>.dropdown__button .dropdown__arrow {
    fill: var(--black);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.dropdown.active>.dropdown__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dropdown.invalid:not(.active) .dropdown__button {
    --border-color: var(--error);
    --border-color-hover: var(--error);
    --border-color-focus: var(--error)
}

.dropdown.invalid~.dropdown-error {
    display: block
}

.dropdown select {
    display: none
}

.dropdown__button-wrapper {
    position: relative;
    z-index: 1;
    width: 100%
}

.dropdown__button-wrapper .dropdown__search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.dropdown__button-wrapper .dropdown__search .input-wrapper {
    width: 100%;
    height: 100%
}

.dropdown__button-wrapper .dropdown__search .input {
    padding: 10px 1em
}

.dropdown__button {
    --color: var(--main-color);
    --color-hover: var(--main-color);
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    text-align: left
}

.dropdown__button.button--flat {
    color: var(--main-color)
}

.dropdown__button.button--flat:hover {
    color: var(--primary-hover)
}

.dropdown__button .dropdown-wallet {
    padding: 0
}

.dropdown__button .dropdown-lang {
    padding: 1px
}

.dropdown__button .button__count {
    position: static;
    display: none;
    margin: 0 -2px 0 8px;
    line-height: .5;
    -webkit-transform: none;
    transform: none
}

.dropdown__button .button-icon {
    --size: 16px;
    --color: var(--secondary-9);
    display: none
}

.dropdown__placeholder {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown__placeholder b {
    font-weight: 700
}

.dropdown__arrow-wrapper {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: -4px;
    margin-left: 4px;
    font-size: 16px
}

.dropdown .dropdown__arrow {
    display: block;
    width: 100%;
    height: 100%;
    font-size: inherit;
    color: var(--primary-default);
    -webkit-transition: color .2s ease, -webkit-transform .2s ease;
    transition: color .2s ease, -webkit-transform .2s ease;
    transition: color .2s ease, transform .2s ease;
    transition: color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.dropdown__content {
    --position: calc(100% + 8px);
    position: absolute;
    top: var(--position);
    left: 0;
    z-index: 1;
    width: 100%;
    min-width: 160px;
    padding: 6px 0;
    visibility: hidden;
    background-color: var(--white);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    opacity: 0;
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

html[data-theme=dark] .dropdown__content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .8) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, .8) !important
}

@media(max-width:900px) {
    .dropdown__content {
        padding: 10px 0
    }
}

.dropdown__content--small {
    right: 0;
    left: auto;
    width: auto;
    min-width: 68px
}

.dropdown__content--right {
    right: 0;
    left: auto
}

.dropdown__content--bottom {
    top: auto;
    bottom: var(--position)
}

.dropdown__header {
    padding: 8px 10px 12px
}

.dropdown__search {
    padding: 0 6px;
    margin-bottom: 4px
}

.dropdown__search .input-wrapper {
    width: 100%;
    margin: 0
}

.dropdown__body {
    padding: 0 10px
}

.dropdown__body .my-datepicker,
.dropdown__body .radio-buttons {
    margin-bottom: 16px
}

.dropdown__body .my-datepicker-button__text {
    margin-left: 0
}

.dropdown__list {
    max-height: 173px;
    overflow-x: hidden;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

.dropdown__list::-webkit-scrollbar {
    width: 3px
}

.dropdown__list::-webkit-scrollbar-thumb {
    background: var(--primary-disable);
    border-radius: 3px
}

.dropdown__list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 3px
}

@media(max-width:900px) {
    .dropdown__list {
        max-height: 210px
    }
}

.dropdown__list .checkbox,
.dropdown__list .radio {
    width: 100%;
    padding: 11px 8px;
    margin: 0;
    border-radius: 8px
}

.dropdown__list .checkbox:hover,
.dropdown__list .radio:hover {
    background-color: var(--secondary-1)
}

@media(max-width:1200px) {

    .dropdown__list .checkbox__text,
    .dropdown__list .radio__text {
        font-size: 1.0625rem
    }
}

.dropdown__list .checkbox {
    padding: 6px 0
}

.dropdown__list .checkbox:hover {
    background-color: transparent
}

.dropdown__subtitle {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600
}

.dropdown__item {
    cursor: pointer
}

.dropdown__item.hidden {
    display: none
}

.dropdown__item:hover {
    background-color: var(--secondary-2)
}

.dropdown__item.selected {
    color: var(--primary-default)
}

.dropdown__footer {
    padding: 8px 10px 0
}

.dropdown__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -4px
}

.dropdown__buttons .button {
    width: calc(50% - 8px);
    min-width: auto;
    margin: 4px
}

.dropdown-error {
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--error)
}

.dropdown__block:not(:last-child):after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 3px auto;
    content: "";
    background-color: var(--secondary-3)
}

.dropdown__block>span {
    display: block;
    padding: 6px 12px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-7)
}

.dropdown__block hr {
    margin: 2px auto
}

.dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 1rem;
    color: currentColor;
    cursor: pointer
}

@media(max-width:900px) {
    .dropdown-link {
        padding: 8px 1rem
    }
}

.dropdown-link:hover {
    color: currentColor
}

.dropdown-link:focus-visible {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 2px var(--primary-disable);
    box-shadow: inset 0 0 0 2px var(--primary-disable)
}

.dropdown-link__icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 4px;
    font-size: 20px;
    color: currentColor
}

.dropdown-link__text {
    font-size: 14px;
    font-weight: 300
}

.dropdown-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 12px;
    cursor: pointer
}

@media(max-width:900px) {
    .dropdown-balance {
        padding: 10px 12px
    }
}

.dropdown-text {
    display: inline-block;
    margin: 0 0 4px;
    font-size: 14px
}

.dropdown-wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    padding: 5px 12px
}

.dropdown-wallet__icon {
    --color-bg: var(--secondary-3);
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 8px;
    font-size: 1.75rem;
    background-color: var(--color-bg);
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

html[data-theme=dark] .dropdown-wallet__icon {
    --color-bg: #111225
}

.dropdown-wallet__icon+.dropdown-wallet__icon {
    margin-left: -4px
}

.dropdown-wallet__name {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.167;
    color: var(--secondary-6)
}

.dropdown-wallet__name:first-child:last-child {
    color: var(--main-color)
}

.dropdown-wallet__value {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: currentColor
}

.dropdown-coupon {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-coupon__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-coupon__date {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--secondary-6)
}

.dropdown-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px
}

.dropdown-lang__img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 16px;
    margin-right: 4px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px var(--secondary-4);
    box-shadow: 0 0 0 1px var(--secondary-4);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.dropdown-lang__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px
}

.dropdown-lang .dropdown-link {
    padding: 0
}

.dropdown-lang .dropdown-link__text {
    font-weight: 500
}

.wallet-dropdown {
    min-height: 40px
}

.wallet-dropdown .dropdown__button {
    padding: 3px 12px
}

.accordion {
    position: relative;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.accordion.active .accordion__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.accordion-button {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .875rem 1.125rem;
    cursor: pointer
}

@media(hover) {
    .accordion-button:hover .accordion__title {
        color: var(--primary-default)
    }
}

.accordion__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.accordion__title .svg {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-top: -.125rem;
    margin-right: .5em;
    margin-bottom: -.125rem;
    font-size: 1.25rem;
    color: currentColor;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease
}

.accordion__title span {
    white-space: nowrap;
    -webkit-transition: margin .3s ease, opacity .3s ease .7s;
    transition: margin .3s ease, opacity .3s ease .7s
}

.accordion__title .button__count {
    position: static;
    margin: 0 0 0 auto
}

.accordion__prize {
    position: relative;
    top: 4px;
    margin-top: -8px
}

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

.accordion__arrow {
    width: 1rem;
    height: 1rem;
    -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
    transition: opacity .3s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .3s ease;
    transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease
}

.accordion-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    transition: max-height .4s ease
}

.accordion-list {
    padding: 5px 0
}

.accordion__link {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 2rem);
    padding: .8125rem 1rem;
    margin: 0 auto 2px;
    border-radius: 4px;
    -webkit-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease
}

@media(max-width:1200px) {
    .accordion__link {
        width: 100%
    }
}

@media(hover) {
    .accordion__link:hover {
        background-color: #fff
    }
}

.accordion__link .svg {
    --size: 24px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-right: calc(var(--size)/2);
    color: var(--primary-default);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.accordion__link span {
    -webkit-transition: margin .3s ease, opacity .3s ease .7s;
    transition: margin .3s ease, opacity .3s ease .7s
}

.default-accordion.active .accordion__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.default-accordion__button {
    padding: 6px 18px
}

.default-accordion__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.default-accordion .accordion-list {
    padding: 0
}

.default-accordion .accordion__link {
    padding: 6px 18px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5
}

.default-accordion .accordion__link.selected {
    color: var(--primary-default)
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100vw;
    height: var(--vh, 100vh);
    padding: 1rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    visibility: hidden;
    background-color: rgba(var(--primary-active-2-rgb), .2);
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}

html[data-theme=dark] .modal-wrapper {
    background-color: rgba(6, 8, 15, .6)
}

.modal-wrapper:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.modal-wrapper.active {
    visibility: visible;
    opacity: 1
}

.modal-wrapper.active .modal {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal {
    position: relative;
    z-index: 11;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 2.5rem 3rem;
    font-size: 1rem;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    background-color: var(--white);
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

@media(max-width:900px) {
    .modal {
        border-radius: 4px
    }
}

.modal--small {
    max-width: 410px
}

@media(max-width:900px) {
    .modal--small {
        padding: 24px 20px
    }
}

.modal--medium {
    max-width: 700px
}

@media(max-width:900px) {
    .modal--medium {
        padding: 20px 28px
    }
}

.modal--large {
    max-width: 900px
}

.modal--no-padding {
    padding-right: 0;
    padding-left: 0
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.modal__header .button-close {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0 0 0 auto
}

.modal__header .button-back {
    position: absolute;
    top: 8px;
    right: auto;
    left: 8px;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.modal__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-align: left
}

.modal__title .tag {
    margin-left: 12px
}

.modal__subtitle {
    display: block;
    margin: 12px 0 0;
    font-weight: 500
}

.modal__subtitle,
.modal__text {
    font-size: 14px;
    text-align: left
}

.modal__text {
    line-height: 1.4;
    color: var(--secondary-6)
}

.modal__text--small {
    font-size: 13px
}

.modal__text--big {
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-color)
}

.modal__text strong {
    font-weight: 600;
    color: var(--error)
}

.modal__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem
}

.modal__icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin: auto;
    font-size: 5rem
}

.modal__body,
.modal__footer {
    text-align: left
}

.modal__footer {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--secondary-4)
}

.modal__footer .text-info {
    margin: 0;
    font-size: 12px
}

@media(max-width:600px) {
    .modal__footer .text-info {
        font-size: 10px
    }
}

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

.modal__actions .button {
    margin: 0
}

.modal__actions .button:not(:last-of-type) {
    margin-right: 1.5rem
}

.modal__actions .button--secondary {
    --color: var(--secondary-7);
    --border-color: var(--secondary-7)
}

.modal__items {
    margin-top: 2.5rem
}

@media(max-width:900px) {
    .modal__items {
        margin-top: 16px
    }
}

.modal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left
}

@media(max-width:600px) {
    .modal__item {
        font-size: 12px
    }
}

.modal__item:not(:last-of-type) {
    margin-bottom: 12px
}

.modal__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-right: 2px;
    color: var(--secondary-6)
}

.modal__item dt:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 4px;
    content: "";
    border-bottom: 1px dashed var(--secondary-4);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.modal__item dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%
}

.modal__item dd.success {
    color: var(--success)
}

.modal__item dd.error {
    color: var(--error)
}

.modal__item dd.bold {
    font-weight: 600
}

.modal__item dd b {
    font-weight: 500
}

.modal__item .dropdown-wallet {
    padding: 0
}

.modal-row:not(:last-child) {
    margin-bottom: 1.25rem
}

.modal-row__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px
}

.modal-row__header .modal-row__label {
    margin-bottom: 0
}

.modal-row__header .modal-row__label:not(:last-child) {
    margin-right: 1rem
}

.modal-row__label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2
}

@media(max-width:900px) {
    .modal-row__label {
        margin-bottom: 5px;
        font-size: 12px
    }
}

.modal-row__label em {
    font-size: 20px;
    font-weight: 500
}

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

@media(max-width:900px) {
    .modal-row__link {
        font-size: 12px
    }
}

.modal-row .input-wrapper,
.modal-row .textarea {
    width: 100%;
    margin: 0
}

.modal-row__tariff {
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-6)
}

.modal-row__tariff em {
    margin-left: 6px;
    font-weight: 500;
    color: var(--primary-default)
}

.modal-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal-rows .modal-row {
    width: calc(50% - .625rem);
    margin-bottom: 0
}

@media(max-width:600px) {
    .modal-rows .modal-row {
        width: 100%
    }
}

.modal-rows .modal-row:nth-child(odd) {
    margin-right: 1.25rem
}

@media(max-width:600px) {
    .modal-rows .modal-row:nth-child(odd) {
        margin-right: 0;
        margin-bottom: 1.25rem
    }
}

.modal-rows:not(:last-child) {
    margin-bottom: 1.25rem
}

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

.modal__form:not(:last-child) {
    margin-bottom: 1rem
}

.modal__form .checkbox,
.modal__form .modal__text,
.modal__form .radio {
    margin-bottom: 1.25rem
}

.modal__form .dropdown .checkbox,
.modal__form .dropdown .radio {
    margin: 0
}

.modal__form .captcha {
    margin-bottom: 1.25rem
}

@media(min-width:601px) {
    .modal__form--wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px -12px
    }

    .modal__form--wrap>* {
        width: calc(50% - 24px);
        margin: 10px 12px
    }
}

@media(max-width:600px) {
    .modal__form--wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px
}

.modal__buttons .button {
    width: calc(50% - 10px);
    min-width: auto
}

.modal__buttons .button:first-of-type:last-of-type {
    margin-left: auto
}

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

.modal__button .button {
    width: 100%;
    margin: 0
}

.modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0
}

@media(max-width:900px) {
    .modal__btns {
        margin: 24px 0 0
    }
}

.modal__btns:last-child {
    margin-bottom: 0
}

.modal__btns .button {
    width: auto;
    min-width: auto;
    margin: 0
}

.modal__btns .button:not(:last-of-type) {
    margin-right: 16px
}

.modal__btns .button:first-of-type:last-of-type {
    margin: 0 auto
}

@media(max-width:900px) {
    .modal__btns .button:first-of-type:last-of-type {
        width: 100%;
        margin: 0
    }
}

.codes {
    margin: 16px 0;
    overflow: hidden
}

.codes__list {
    --rows: 5;
    --margin: 6px;
    --fz: 14px;
    --lh: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: calc(var(--rows)*(var(--fz)*var(--lh) + var(--margin)));
    margin: -3px -6px;
    counter-reset: code
}

@media(max-width:900px) {
    .codes__list {
        --fz: 12px
    }
}

.codes__item {
    height: calc(100%/var(--rows) - var(--margin));
    margin: calc(var(--margin)/2) var(--margin);
    font-size: var(--fz);
    font-weight: 500;
    line-height: var(--lh);
    counter-increment: code
}

.codes__item:before {
    margin-right: 4px;
    font-size: inherit;
    font-weight: 400;
    color: var(--secondary-5);
    content: counter(code) "."
}

.modal-ol__list {
    margin-bottom: 12px;
    counter-reset: item
}

.modal-ol__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
    counter-increment: item
}

.modal-ol__item:not(:last-of-type) {
    margin-bottom: 4px
}

@media(max-width:900px) {
    .modal-ol__item:not(:last-of-type) {
        margin-bottom: 8px
    }
}

.modal-ol__item:before {
    margin-right: 7px;
    font-size: inherit;
    font-weight: 700;
    color: var(--secondary-7);
    content: counter(item) "."
}

@media(max-width:900px) {
    .modal-ol__item:before {
        margin-right: 4px
    }
}

.modal-qr__title {
    margin: 0;
    font-weight: 600
}

@media(max-width:900px) {
    .modal-qr__title {
        font-size: 14px
    }
}

.modal-qr__img {
    width: 100%;
    max-width: 104px;
    margin: 12px 0 24px
}

@media(max-width:900px) {
    .modal-qr__img {
        margin: 8px 0
    }
}

.modal-key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0 20px
}

.modal-key__num {
    font-size: 1.125rem;
    color: var(--primary-default)
}

.modal-key .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 8px
}

.modal-block__label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.modal-block .modal__text {
    word-break: break-all
}

.modal-wrapper--power .modal__item dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%
}

.modal-wrapper--power .modal__item dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.modal-power-lists {
    overflow: hidden
}

.modal-power-lists__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem
}

@media(max-width:900px) {
    .modal-power-lists__wrap {
        margin: 0 -1rem
    }
}

.modal-power-lists .modal__list {
    width: calc(50% - 2rem);
    margin: 1rem
}

@media(max-width:900px) {
    .modal-power-lists .modal__list {
        width: calc(100% - 2rem);
        margin: 0 1rem
    }
}

.modal-power-lists .modal__list:first-child:last-child {
    width: calc(100% - 2rem)
}

.modal-wrapper--courses-settings .modal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-height: calc(100% - 80px);
    padding: 0;
    overflow: hidden
}

.modal-wrapper--courses-settings .modal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.modal-wrapper--courses-settings .modal__header {
    padding: 24px 28px 0;
    margin-bottom: 16px
}

.modal-wrapper--courses-settings .modal__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 28px;
    overflow: hidden
}

.modal-wrapper--courses-settings .modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 24px);
    height: 100%;
    padding: 0 12px;
    margin-left: -12px;
    overflow: hidden
}

.modal-wrapper--courses-settings .modal__form .dropdown-wrapper {
    margin-bottom: 12px
}

.modal-wrapper--courses-settings .modal__form .dropdown__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.modal-wrapper--courses-settings .modal__form .dropdown__list {
    max-height: 50vh
}

.modal-wrapper--courses-settings .modal__form .dropdown__item:hover {
    background-color: transparent
}

.modal-wrapper--courses-settings .modal__form .dropdown__item .checkbox,
.modal-wrapper--courses-settings .modal__form .dropdown__item .radio {
    padding: 0;
    margin: 8px 0
}

.modal-wrapper--courses-settings .modal__footer {
    padding: 10px 28px;
    margin-top: 0;
    border-top: none
}

.modal-wrapper--courses-settings .modal__footer.shadow-scroll {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.modal-success {
    text-align: center
}

.modal-success__img {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin: 0 auto 16px;
    font-size: 40px
}

.modal-success .modal__title {
    margin-bottom: 16px;
    text-align: center
}

.modal-success .modal__text {
    text-align: center
}

.modal-success__link {
    font-size: 12px;
    font-weight: 300
}

.modal__pay:not(:last-child) {
    margin-bottom: 10px
}

.modal__pay .modal-row__label {
    margin-bottom: 0
}

.modal__link-wrapper {
    margin-top: 16px;
    text-align: center
}

.modal__link {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300
}

.modal-wrapper--autopay .modal__button {
    margin-top: 24px
}

.modal-wrapper--filters .dropdown__list {
    max-height: 210px
}

.radio-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radio-rating__title {
    margin-right: 4px;
    line-height: 1.3
}

.radio-rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.radio-rating__input {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.radio-rating__input:checked~.radio-rating__label>svg,
.radio-rating__input:not(:disabled)+.radio-rating__label:hover>svg {
    fill: var(--primary-default)
}

.radio-rating__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

.radio-rating__label:not(:first-child) {
    padding: 0 6px 0 0
}

.radio-rating__label:hover~.radio-rating__input:not(:disabled)~.radio-rating__label>svg {
    fill: var(--primary-default)
}

.radio-rating__label svg {
    display: block;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    color: var(--primary-default);
    opacity: 1;
    fill: transparent
}

.radio-rating__text {
    display: none;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-9)
}

.radio-rating__text.active {
    display: block
}

.modal-wrapper--comment .modal {
    max-width: 500px;
    padding: 3.5rem 4rem
}

@media(max-width:900px) {
    .modal-wrapper--comment .modal {
        padding: 32px 20px
    }
}

.modal-comment .modal__title {
    margin: 0 0 8px
}

.modal-comment__form {
    margin-top: 16px
}

.modal-comment__form .textarea {
    width: 100%;
    height: 78px;
    margin: 16px 0 0
}

.modal-comment__footer {
    margin-top: 16px
}

.modal-wrapper--reserve .modal__header {
    margin: 0 0 8px
}

@media(max-width:900px) {
    .modal-wrapper--reserve .modal__text {
        font-size: 12px
    }
}

.modal-wrapper--reserve .modal__text--big {
    margin-bottom: 12px
}

@media(max-width:900px) {
    .modal-wrapper--reserve .modal__text--big {
        font-size: 14px
    }
}

.modal-wrapper--signup .modal {
    max-width: 756px
}

@media(min-width:901px) {
    .modal-wrapper--signup .modal {
        padding-bottom: 2.5rem
    }
}

@media(max-width:600px) {
    .modal-wrapper--signup .modal__form .modal-row:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .modal-wrapper--signup .modal__form .modal-row:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .modal-wrapper--signup .modal__form .modal-row:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .modal-wrapper--signup .modal__form .modal-row:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    
    .modal-wrapper--signup .modal__form .modal-row:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .modal-wrapper--signup .modal__form .modal-row:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media(max-width:600px) {
    .modal-wrapper--signup .modal__form .captcha {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media(max-width:600px) {
    .modal-wrapper--signup .modal__form .checkbox {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media(max-width:600px) {
    .modal-wrapper--signup .modal__form .modal__button {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

@media(min-width:601px) {
    .modal-wrapper--signup .modal__form .modal__link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:600px) {
    .modal-wrapper--signup .modal__form .modal__link-wrapper {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

@media(max-width:900px) {
    .modal-wrapper--faq .modal {
        padding: 24px 20px
    }
}

.modal-wrapper--faq .modal__header {
    width: 100%;
    max-width: 544px;
    margin: 0 auto 16px
}

@media(min-width:901px) {
    .modal-wrapper--faq .modal__header {
        margin-bottom: 2rem
    }
}

.modal-wrapper--faq .modal__form {
    width: 100%;
    max-width: 544px;
    margin: 0 auto
}

.modal-wrapper--faq .modal-row .textarea {
    height: 80px
}

@media(min-width:601px) {
    .modal-wrapper--faq .modal__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media(min-width:601px) {
    .modal-wrapper--faq .modal__buttons .button {
        width: auto
    }
}

@media(min-width:901px) {
    .modal-wrapper--gallery {
        padding: calc(40px + 2rem)
    }
}

@media(max-width:900px) {
    .modal-wrapper--gallery {
        padding-top: calc(40px + 1rem)
    }
}

.modal-wrapper--gallery .modal {
    padding: 0
}

.gallery-slider-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 54%
}

@media(max-width:600px) {
    .gallery-slider-wrap {
        padding-bottom: 100%
    }
}

.gallery-slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery-slider-inner .gallery-slider {
    height: 100%
}

.gallery-slider {
    height: 490px
}

@media(max-width:600px) {
    .gallery-slider {
        height: 400px
    }
}

.gallery-item {
    height: 100%;
    overflow: hidden;
    background-color: var(--bg-card);
    border-radius: 8px 8px 0 0
}

.gallery-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.gallery-item__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-item .how__video {
    max-width: none;
    height: 100%;
    margin: 0;
    border-radius: 0
}

.gallery-item .how__img {
    border-radius: 0
}

.gallery-item .how__play {
    top: 50%;
    left: 50%
}

.gallery-slider-navigation {
    pointer-events: none
}

@media(max-width:900px) {
    .gallery-slider-navigation {
        display: none
    }
}

.gallery-slider-navigation__button {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50vw - 450px);
    min-width: calc(40px + 2rem);
    height: 100%
}

.gallery-slider-navigation__button--prev {
    right: auto;
    left: 0
}

.gallery-slider-navigation__button--next {
    right: 0;
    left: auto
}

.gallery-slider-navigation__button .button-icon {
    --size: 40px;
    margin: 0;
    pointer-events: all
}

.gallery-slider-navigation__button .button-icon .svg {
    font-size: 24px
}

.gallery-thumbs-slider-wrapper {
    padding: 1.25rem 1.5rem;
    overflow: hidden;
    border-radius: 0 0 8px 8px
}

@media(max-width:900px) {
    .gallery-thumbs-slider-wrapper {
        padding: 16px
    }
}

.gallery-thumbs-slider {
    overflow: visible
}

@media(max-width:900px) {
    .gallery-thumbs-slide {
        width: 100%;
        max-width: 48px
    }
}

.gallery-thumbs-slide:hover .chat-sender-imgs__img {
    border-color: var(--primary-hover)
}

.gallery-thumbs-slide.swiper-slide-thumb-active .chat-sender-imgs__img {
    border-color: var(--primary-default);
    -webkit-box-shadow: 0 0 0 1px var(--primary-default);
    box-shadow: 0 0 0 1px var(--primary-default)
}

.gallery-thumbs-slide .chat-sender-imgs__item {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0
}

.gallery-thumbs-slide .chat-sender-imgs__img {
    cursor: pointer;
    -webkit-transition: border .2s ease, -webkit-box-shadow .2s ease;
    transition: border .2s ease, -webkit-box-shadow .2s ease;
    transition: border .2s ease, box-shadow .2s ease;
    transition: border .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.modal-wrapper--comment-photo .modal {
    max-width: 600px
}

@media(max-width:900px) {
    .modal-wrapper--comment-photo .modal {
        padding: 32px 20px
    }
}

.modal-wrapper--comment-photo .modal__header {
    margin-bottom: 0
}

.modal-wrapper--comment-photo .textarea {
    height: 180px
}

.modal-wrapper--comment-photo .chat-sender-imgs {
    margin: 16px 0 28px
}

@media(max-width:900px) {
    .modal-wrapper--comment-photo .chat-sender-imgs {
        margin: 16px 0 20px
    }
}

@media(max-width:900px) {
    .modal-wrapper--comment-photo .chat-sender-imgs__wrap {
        margin: -6px
    }
}

.modal-wrapper--comment-photo .chat-sender-imgs__item {
    cursor: pointer
}

@media(max-width:900px) {
    .modal-wrapper--comment-photo .chat-sender-imgs__item {
        max-width: 3.428rem;
        margin: 6px
    }
}

@media(min-width:601px) {
    .modal-wrapper--comment-photo .modal__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .modal-wrapper--comment-photo .modal__buttons .button {
        width: auto
    }
}

.add-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 28px
}

@media(max-width:900px) {
    .add-photo {
        margin: 16px 0 20px
    }
}

.add-photo .chat-sender-imgs__item {
    margin: 0
}

.add-photo__wrap {
    margin-left: 1.5rem
}

.add-photo__title {
    margin: 0 0 7px;
    font-weight: 600
}

.add-photo__subtitle {
    font-size: 14px;
    color: var(--secondary-6)
}

@media(min-width:1101px) {
    .modal-wrapper--drawer {
        position: sticky;
        display: none;
        max-width: 478px;
        padding: 0;
        visibility: visible;
        background-color: transparent;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        scrollbar-color: var(--primary-disable) transparent;
        scrollbar-width: thin
    }

    .modal-wrapper--drawer::-webkit-scrollbar {
        width: 2px
    }

    .modal-wrapper--drawer::-webkit-scrollbar-thumb {
        background: var(--primary-disable);
        border-radius: 0
    }

    .modal-wrapper--drawer::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 0
    }
}

@media(min-width:1101px)and (max-width:1200px) {
    .modal-wrapper--drawer {
        max-width: 340px
    }
}

@media(min-width:1101px) {
    .modal-wrapper--drawer.active {
        display: block
    }
}

@media(min-width:1101px) {
    .modal-wrapper--drawer .modal {
        max-width: none;
        height: auto;
        min-height: 100%;
        padding: 0;
        visibility: visible;
        border-radius: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.modal-wrapper--drawer .modal {
    padding: 0
}

.modal-wrapper--drawer .modal__header {
    padding: 28px 28px 8px;
    margin-bottom: 0
}

.modal-wrapper--drawer .modal__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.modal-wrapper--drawer .modal__title.off:before {
    color: var(--secondary-4)
}

.modal-wrapper--drawer .modal__title.off i {
    color: var(--secondary-5)
}

.modal-wrapper--drawer .modal__title:before {
    display: block;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 4px;
    font-size: 8px;
    color: currentColor;
    content: "";
    background-color: currentColor;
    border-radius: 50%
}

.modal-wrapper--drawer .modal__title i {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400
}

.modal-rig__header {
    padding: 10px 28px 32px
}

@media(min-width:1101px)and (max-width:1200px) {
    .modal-rig__header .modal-rig__actions .button {
        width: calc(50% - 8px)
    }
}

@media(max-width:600px) {
    .modal-rig__header .modal-rig__actions .button {
        width: calc(50% - 8px)
    }
}

.modal-rig__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.modal-rig__actions .button {
    --font-size: 10px;
    --padding: 5px 8px;
    margin: 4px;
    line-height: 20px;
    text-transform: uppercase
}

.modal-rig__actions .button:not(.selected) {
    --border-color: var(--secondary-4)
}

.modal-rig__actions .button svg {
    margin-right: 4px
}

.modal-rig__actions .button span {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.modal-rig__tabs .tabs.tabs--tight {
    padding: 4px 2px 0;
    border-radius: 0
}

.modal-rig__tabs .tabs.tabs--tight .button-tab {
    --padding: 11px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.modal-rig__tab-content:not(.active) {
    display: none
}

.modal-rig__container {
    padding: 28px
}

.modal-rig__items {
    margin-bottom: 28px;
    overflow: hidden
}

.modal-rig__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.modal-rig-item {
    --bg-color: var(--secondary-3);
    --border-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.33333% - 8px);
    margin: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71428571;
    color: var(--secondary-7);
    cursor: pointer
}

@media(min-width:1101px)and (max-width:1200px) {
    .modal-rig-item {
        width: calc(50% - 8px)
    }
}

@media(max-width:600px) {
    .modal-rig-item {
        width: calc(50% - 8px)
    }
}

.modal-rig-item.selected,
.modal-rig-item:hover {
    --border-color: var(--secondary-5)
}

.modal-rig-item--progress {
    --bg-color: var(--progress-2)
}

.modal-rig-item--progress.selected,
.modal-rig-item--progress:hover {
    --border-color: var(--progress)
}

.modal-rig-item--error {
    --bg-color: var(--error-2)
}

.modal-rig-item--error.selected,
.modal-rig-item--error:hover {
    --border-color: var(--error)
}

.modal-rig-item:before {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.375rem;
    height: 1.5rem;
    margin-right: 8px;
    content: "";
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    -webkit-transition: border .2s ease, background-color .2s ease;
    transition: border .2s ease, background-color .2s ease
}

.modal-rig__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.modal-rig__dropdown .dropdown {
    margin: 0 1rem 0 0
}

.modal-rig__dropdown .dropdown__content {
    right: auto;
    left: 0;
    min-width: 264px
}

.modal-rig__dropdown .dropdown__button {
    width: 1px;
    min-width: 100%
}

.modal-rig__status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.71428571;
    color: var(--secondary-7)
}

.modal-rig__status--success {
    color: var(--success)
}

.modal-rig__status--progress {
    color: var(--progress)
}

.modal-rig__status--error {
    color: var(--error)
}

.modal-rig__status svg {
    margin-right: 4px;
    font-size: 20px
}

.modal-rig__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71428571;
    color: var(--secondary-7)
}

.modal-rig__item:not(:last-child) {
    margin-bottom: 4px
}

.modal-rig__key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.modal-rig__key:after {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 6px 0 4px;
    content: "";
    border-bottom: 1px dashed var(--secondary-4)
}

.modal-rig__value {
    font-weight: 300
}

.modal-rig__filter {
    margin-bottom: 20px
}

@media(max-width:600px) {
    .modal-rig__filter .radio-buttons {
        width: 100%
    }
}

@media(max-width:600px) {
    .modal-rig__filter .radio-buttons .radio-button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.modal-rig__chart-wrapper {
    margin-bottom: 24px
}

.modal-rig__subtitle {
    margin-bottom: 16px
}

.modal-rig__table {
    width: calc(100% + 32px);
    margin-left: -16px
}

.modal-rig__table .table>thead th {
    padding: 12px 5px;
    font-size: .875rem;
    text-transform: none
}

.modal-rig__table .table>thead th:first-of-type {
    padding-left: 16px
}

.modal-rig__table .table>thead th:last-of-type {
    padding-right: 16px
}

.modal-rig__table .table>thead th.th-col-date {
    min-width: 60px
}

.modal-rig__table .table>thead th.th-col-price {
    min-width: 130px
}

.modal-rig__table .table>thead th.th-col-status {
    min-width: 60px
}

.modal-rig__table .table>thead th.th-col-state {
    min-width: 80px
}

.modal-rig__table .table>tbody tr {
    cursor: pointer
}

.modal-rig__table .table>tbody tr.highlight {
    background-color: var(--secondary-3)
}

.modal-rig__table .table>tbody td {
    padding: 12px 5px
}

.modal-rig__table .table>tbody td:first-of-type {
    padding-left: 16px
}

.modal-rig__table .table>tbody td:last-of-type {
    padding-right: 16px
}

.modal-rig__table .table>tbody td .tag span {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.modal-rig__table .table>tbody td .tag__icon {
    margin-top: 0;
    margin-bottom: 0
}

.modal-rig__table .table>tbody td .tag__icon:only-child {
    margin: 0
}

.page--admin-mining .modal-rig__search.section__search {
    max-width: none;
    margin: 0 0 24px
}

.modal-rig__form.modal-rig__form {
    padding: 0;
    margin-bottom: 28px
}

.modal-rig__form.modal-rig__form .chat__textarea {
    margin-left: 0
}

.modal-rig__noties .noties__date {
    margin: 0
}

.modal-rig__noties .noties__date+.noties__item {
    margin-top: 0;
    border: none
}

.modal-rig__noties .noties__item {
    border: none
}

.modal-rig__noties .noties__item:first-of-type {
    margin-top: 0;
    border: none
}

.modal-rig__noties .noties__item+.noties__item {
    margin-top: 0
}

.modal-rig__noties .noties__item .header-control-notify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 12px 0
}

.modal-rig__noties .noties__item .header-control-notify__header {
    padding: 0;
    margin-right: 8px
}

.modal-rig__noties .noties__item .header-control-notify__time {
    margin-right: 0
}

.modal-rig__noties .noties__item .header-control-notify__body {
    padding-bottom: 0
}

.modal-rig__slots .power-count {
    margin-bottom: 24px
}

.modal-rig__slots .power-count .counter {
    display: none
}

.modal-rig__slots .power-count .power-count__footer {
    margin-top: 12px
}

.modal-rig__slots .modal-rig__list {
    margin-bottom: 32px
}

@media(max-width:900px) {
    .modal-rig__slots .modal-rig__list {
        margin-bottom: 24px
    }
}

.modal-rig__slots .modal-rig__list .modal-rig__key,
.modal-rig__slots .modal-rig__list .modal-rig__value {
    width: 50%
}

.modal-rig__slots-table {
    width: 100%;
    color: var(--secondary-7);
    border-spacing: 0;
    border-collapse: collapse
}

.modal-rig__slots-table td,
.modal-rig__slots-table th {
    padding: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.modal-rig__slots-table td:first-of-type,
.modal-rig__slots-table th:first-of-type {
    width: 80%;
    padding-left: 0
}

.modal-rig__slots-table td:last-of-type,
.modal-rig__slots-table th:last-of-type {
    width: 20%;
    padding-right: 0
}

.modal-rig__slots-table thead tr {
    border-color: var(--secondary-3)
}

.modal-rig__slots-table tr {
    border-bottom: 1px solid transparent
}

.modal-rig__slots-table tr:not(:last-of-type) {
    border-color: var(--secondary-3)
}

.modal-wrapper--rent .modal {
    max-width: 480px;
    padding: 56px 48px
}

@media(max-width:1200px) {
    .modal-wrapper--rent .modal {
        padding: 42px 36px
    }
}

@media(max-width:900px) {
    .modal-wrapper--rent .modal {
        padding: 24px 20px
    }
}

.modal-wrapper--rent .modal__header {
    margin: 0
}

.modal-wrapper--rent .modal-rent {
    text-align: center
}

.modal-wrapper--rent .modal-rent .modal__title {
    margin-bottom: 8px
}

.modal-wrapper--rent .modal-rent .modal__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-8);
    text-align: center
}

.modal-wrapper--rent .modal-rent__img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto 24px
}

.modal-wrapper--rent .radio-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-wrapper--rent .radio-rating__wrap {
    margin-bottom: 26px
}

.modal-wrapper--rent .radio-rating__text {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-9);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-wrapper--thanks .modal {
    max-width: 470px;
    padding: 64px 26px 42px
}

@media(max-width:1200px) {
    .modal-wrapper--thanks .modal {
        padding: 42px 36px
    }
}

@media(max-width:900px) {
    .modal-wrapper--thanks .modal {
        padding: 24px 20px
    }
}

.modal-wrapper--thanks .modal__header {
    margin: 0
}

.modal-wrapper--thanks .modal-thanks {
    text-align: center
}

.modal-wrapper--thanks .modal-thanks .modal__title {
    margin-bottom: 10px
}

.modal-wrapper--thanks .modal-thanks .modal__text {
    max-width: 375px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-8);
    text-align: center
}

.modal-wrapper--thanks .modal-thanks__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -8px -8px
}

.modal-wrapper--thanks .modal-thanks__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(33.33333% - 16px);
    padding: 12px 4px;
    margin: 8px;
    background-color: var(--bg-comment);
    border-radius: 8px
}

@media(max-width:900px) {
    .modal-wrapper--thanks .modal-thanks__link {
        width: calc(50% - 16px)
    }
}

@media(max-width:600px) {
    .modal-wrapper--thanks .modal-thanks__link {
        width: calc(100% - 16px)
    }
}

.modal-wrapper--thanks .modal-thanks__link img {
    max-width: 130px
}

.modal-wrapper--thanks .modal-rent__img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto 24px
}

.modal-wrapper--thanks .radio-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px
}

.modal-wrapper--thanks .radio-rating__text {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-9)
}

.modal-wrapper--thanks .modal-comment__form {
    margin-top: 0
}

.modal-wrapper--thanks-reg .modal {
    max-width: 470px;
    padding: 56px 48px 42px
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal {
        padding: 42px 36px
    }
}

@media(max-width:900px) {
    .modal-wrapper--thanks-reg .modal {
        padding: 24px 20px
    }
}

.modal-wrapper--thanks-reg .modal__header {
    margin: 0
}

.modal-wrapper--thanks-reg .modal-thanks-reg {
    text-align: center
}

.modal-wrapper--thanks-reg .modal-thanks-reg .modal__title {
    margin-bottom: 10px
}

.modal-wrapper--thanks-reg .modal-thanks-reg .modal__text {
    max-width: 375px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-8);
    text-align: center
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal-thanks-reg .modal__text {
        font-size: 14px;
        line-height: 20px
    }
}

.modal-wrapper--thanks-reg .modal-thanks__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px -10px -10px
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal-thanks__socials {
        margin: 10px -5px -5px
    }
}

.modal-wrapper--thanks-reg .modal-thanks__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 10px;
    background: linear-gradient(155.92deg, #2f80ed -12.66%, #001744 139.35%);
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal-thanks__social {
        width: 42px;
        height: 42px;
        margin: 5px
    }
}

@media(max-width:900px) {
    .modal-wrapper--thanks-reg .modal-thanks__social {
        width: 36px;
        height: 36px
    }
}

.modal-wrapper--thanks-reg .modal-thanks__social svg {
    font-size: 24px
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal-thanks__social svg {
        font-size: 20px
    }
}

@media(max-width:900px) {
    .modal-wrapper--thanks-reg .modal-thanks__social svg {
        font-size: 16px
    }
}

.modal-wrapper--thanks-reg .modal-thanks__social span {
    font-size: 9px;
    font-weight: 700;
    line-height: 11px;
    color: var(--white);
    text-transform: uppercase
}

html[data-theme=dark] .modal-wrapper--thanks-reg .modal-thanks__social span {
    color: #fff
}

@media(max-width:1200px) {
    .modal-wrapper--thanks-reg .modal-thanks__social span {
        font-size: 8px
    }
}

@media(max-width:900px) {
    .modal-wrapper--thanks-reg .modal-thanks__social span {
        font-size: 7px
    }
}

.modal-wrapper--thanks-reg .modal-rent__img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto 24px
}

.modal-wrapper--coupon .dropdown__item-border .dropdown-link {
    border-bottom: 1px solid var(--secondary-4)
}

.modal-wrapper--coupon .dropdown-link {
    padding: 8px 1rem
}

.modal-wrapper--done .modal-success .modal__title {
    margin-bottom: 0
}

.modal-wrapper--start .modal {
    max-width: 440px;
    padding: 56px 62px
}

@media(max-width:900px) {
    .modal-wrapper--start .modal {
        padding: 20px 28px
    }
}

.modal-wrapper--start .modal__header {
    margin: 0
}

.modal-wrapper--start .modal-start {
    text-align: center
}

.modal-wrapper--start .modal__title {
    max-width: 312px;
    margin-bottom: 16px;
    text-align: center
}

.modal-wrapper--start .modal__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.modal-wrapper--start .modal-comment__form {
    margin-top: 28px
}

.modal-wrapper--start .modal__btns {
    width: 100%;
    margin-top: 20px
}

.modal-wrapper--start .modal__btns .button {
    width: 100%
}

.modal-wrapper--reg .modal {
    max-width: 754px;
    padding: 0;
    border-radius: 8px
}

.modal-wrapper--reg .modal__header {
    margin: 0
}

.modal-wrapper--reg .modal__title {
    margin-bottom: 16px
}

.modal-wrapper--reg .modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-wrapper--reg .modal__form .captcha {
    margin-bottom: 16px
}

.modal-wrapper--reg .modal .button-close {
    z-index: 3
}

.modal-wrapper--reg .modal__form-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 324px;
    padding: 40px 24px 16px;
    text-align: center;
    background-color: var(--bg-comment);
    border-radius: 8px 0 0 8px
}

html[data-theme=dark] .modal-wrapper--reg .modal__form-left {
    background: linear-gradient(164.57deg, #003a7e 5.64%, #001835 91.37%)
}

@media(max-width:1200px) {
    .modal-wrapper--reg .modal__form-left {
        padding: 32px 20px 16px
    }
}

@media(max-width:900px) {
    .modal-wrapper--reg .modal__form-left {
        padding: 24px 16px 16px
    }
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-left {
        max-width: 100%;
        border-radius: 8px 8px 0 0
    }
}

.modal-wrapper--reg .modal__form-img {
    position: absolute;
    top: -7%;
    left: -13%;
    z-index: 0;
    width: 125%;
    height: 115%;
    pointer-events: none
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-img {
        position: static;
        width: 100%;
        height: 100%;
        margin: 0 auto
    }
}

.modal-wrapper--reg .modal__form-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-wrapper--reg .modal__form-img--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-img--desktop {
        display: none
    }
}

.modal-wrapper--reg .modal__form-img--mobile {
    display: none;
    max-width: 200px;
    margin-top: -10px
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-img--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.modal-wrapper--reg .modal__form-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primary-active-2)
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-title {
        margin-bottom: 4px
    }
}

.modal-wrapper--reg .modal__form-text {
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-8)
}

@media(max-width:600px) {
    .modal-wrapper--reg .modal__form-text {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px
    }
}

html[data-theme=dark] .modal-wrapper--reg .modal__form-text {
    color: #f2f2f2
}

.modal-wrapper--reg .modal__form-text b {
    font-weight: 700
}

.modal-wrapper--reg .modal__form-text a,
.modal-wrapper--reg .modal__form-text span {
    font-weight: 700;
    color: var(--primary-default)
}

.modal-wrapper--reg .modal__form-subtext {
    position: relative;
    z-index: 3;
    margin-top: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: var(--secondary-8)
}

html[data-theme=dark] .modal-wrapper--reg .modal__form-subtext {
    color: #f2f2f2
}

.modal-wrapper--reg .modal__form-right {
    width: 100%;
    padding: 56px 64px
}

@media(max-width:1200px) {
    .modal-wrapper--reg .modal__form-right {
        padding: 36px 48px
    }
}

@media(max-width:900px) {
    .modal-wrapper--reg .modal__form-right {
        padding: 28px 32px
    }
}

@media(max-width:768px) {
    .modal-wrapper--reg .modal__form-right {
        padding: 20px 24px
    }
}

.modal-wrapper--reg .modal .modal-row:not(:last-child) {
    margin-bottom: 12px
}

.modal-wrapper--bonus .button-close {
    background-color: var(--bg-close-dark);
    border-color: var(--bg-close-dark)
}

html[data-theme=dark] .modal-wrapper--bonus .button-close {
    background-color: #e6eaf2;
    border-color: #e6eaf2
}

.modal-wrapper--bonus .button-close svg {
    color: var(--secondary-4)
}

html[data-theme=dark] .modal-wrapper--bonus .button-close svg {
    color: #899199
}

.modal-wrapper--bonus .logo__part1 {
    fill: var(--primary-disable-2)
}

html[data-theme=dark] .modal-wrapper--bonus .logo__part1 {
    fill: #004eaa
}

.modal-wrapper--bonus .logo__part2 {
    fill: var(--primary-default)
}

.modal-wrapper--bonus .logo__part3 {
    fill: var(--primary-disable-2)
}

html[data-theme=dark] .modal-wrapper--bonus .logo__part3 {
    fill: #003a7e
}

.modal-wrapper--bonus .modal {
    max-width: 562px;
    padding: 16px 32px;
    background: linear-gradient(159.82deg, #003a7e 7.96%, #001835 48.11%)
}

html[data-theme=dark] .modal-wrapper--bonus .modal {
    background: #edf3fc
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal {
        max-width: 500px;
        padding: 16px 24px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal {
        max-width: 450px;
        padding: 16px
    }
}

.modal-wrapper--bonus .modal__header {
    margin: 0
}

.modal-wrapper--bonus .modal-bonus__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.modal-wrapper--bonus .modal-bonus__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.modal-wrapper--bonus .modal-bonus__logo {
    margin-bottom: 40px
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__logo {
        margin-bottom: 32px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__logo {
        margin-bottom: 24px
    }
}

.modal-wrapper--bonus .modal-bonus__logo svg {
    max-width: 151px
}

.modal-wrapper--bonus .modal-bonus__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-3)
}

html[data-theme=dark] .modal-wrapper--bonus .modal-bonus__text {
    color: #333
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__text {
        font-size: 13px;
        line-height: 18px
    }
}

.modal-wrapper--bonus .modal-bonus__title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__title {
        font-size: 30px;
        line-height: 42px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__title {
        font-size: 24px;
        line-height: 36px
    }
}

.modal-wrapper--bonus .modal-bonus__subtitle {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: var(--white)
}

html[data-theme=dark] .modal-wrapper--bonus .modal-bonus__subtitle {
    color: #333
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__subtitle {
        font-size: 18px
    }
}

.modal-wrapper--bonus .modal-bonus__button {
    margin-top: 20px
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__button {
        margin-top: 16px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__button {
        margin-top: 12px
    }
}

.modal-wrapper--bonus .modal-bonus__button .button {
    width: 100%;
    max-width: 202px;
    margin: 0
}

.modal-wrapper--bonus .modal-bonus__right {
    width: 100%;
    max-width: 248px;
    height: 100%
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__right {
        max-width: 225px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__right {
        max-width: 200px
    }
}

.modal-wrapper--bonus .modal-bonus__right img {
    width: 100%;
    max-width: 248px;
    height: 100%;
    max-height: 265px
}

@media(max-width:900px) {
    .modal-wrapper--bonus .modal-bonus__right img {
        max-width: 225px
    }
}

@media(max-width:768px) {
    .modal-wrapper--bonus .modal-bonus__right img {
        max-width: 200px
    }
}

.table-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.875rem
}

.table-filter-search {
    width: 100%;
    max-width: 26.25rem;
    margin-right: 3rem
}

.table-filter-search .input-wrapper {
    width: 100%;
    margin: 0
}

.table-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.table-filter__title {
    margin-right: 1.5rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}

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

.table-filter__wrap .dropdown {
    width: 14.375rem;
    margin: 0
}

.table-filter__wrap .dropdown:not(:last-of-type) {
    margin-right: 1.5rem
}

.table-wrapper {
    width: 100%
}

.table-scroller {
    width: 100%;
    overflow-y: hidden;
    border-radius: 16px 16px 0 0;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

.table-scroller::-webkit-scrollbar {
    height: 2px
}

.table-scroller::-webkit-scrollbar-thumb {
    background: var(--primary-disable)
}

.table-scroller::-webkit-scrollbar-track {
    background: 0 0
}

.table {
    width: 100%;
    border-collapse: collapse
}

.table caption {
    padding: .75rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--white);
    text-align: left;
    background-color: var(--primary-default);
    border-radius: 16px 16px 0 0
}

.table caption span {
    position: sticky;
    left: 1rem
}

.table>thead th {
    min-width: 120px;
    padding: .5rem 1rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-6);
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle
}

@media(max-width:1100px) {
    .table>thead th {
        padding: 1rem .5rem
    }
}

@media(max-width:600px) {
    .table>thead th {
        font-size: 10px
    }
}

.table>thead th:first-of-type {
    padding-left: 0
}

.table>thead th:last-of-type {
    padding-right: 0
}

.table>thead th.th-col-arrow {
    width: 20px;
    min-width: 20px
}

.table>thead th.th-col-id {
    min-width: 80px
}

@media(max-width:600px) {
    .table>thead th.th-col-id {
        width: 60px;
        min-width: 60px
    }
}

.table>thead th.th-col-date {
    min-width: 110px
}

@media(max-width:600px) {
    .table>thead th.th-col-date {
        width: 50px;
        min-width: 50px
    }
}

.table>thead th.th-col-event {
    min-width: 120px
}

@media(max-width:600px) {
    .table>thead th.th-col-event {
        width: 90px;
        min-width: 90px
    }
}

.table>thead th.th-col-price {
    min-width: 120px
}

@media(max-width:600px) {
    .table>thead th.th-col-price {
        width: 70px;
        min-width: 70px
    }
}

.table>thead th.th-col-status {
    width: 120px;
    min-width: 120px
}

@media(max-width:600px) {
    .table>thead th.th-col-status {
        width: 60px;
        min-width: 60px
    }
}

@media(max-width:1200px) {
    .table>thead th.th-col-count {
        width: 20px;
        min-width: 20px
    }
}

.table .th-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.table .th-sort.active .th-sort__icon {
    color: var(--primary-default);
    fill: var(--secondary-5)
}

.table .th-sort.active.up .th-sort__icon {
    color: var(--secondary-5);
    fill: var(--primary-default)
}

.table .th-sort:hover {
    color: var(--primary-hover)
}

.table .th-sort__icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-left: 4px;
    font-size: 10px;
    color: var(--secondary-5);
    fill: var(--secondary-5)
}

._zz_js_wrap_yeji li {
    width: 100%;
    margin-top: 1rem;
    background-color: #f8f9f9!important;
}
._zz_js_wrap_yeji ._zz_col {
    float: left;
    height: 64px;
    text-align: center;
}


._zz_js_wrap_yeji ._zz_col .td {
    margin-top: 0.8rem;
}


._zz_js_wrap_yeji li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.table>tbody>tr>td, ._zz_js_wrap_yeji ._zz_col {
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: 1px solid transparent
}

@media(max-width:1100px) {
    .table>tbody>tr>td {
        padding: .5rem
    }
}

@media(max-width:600px) {
    .table>tbody>tr>td {
        font-size: 12px
    }
}

.table>tbody>tr>td:first-of-type {
    padding-left: 0
}

.table>tbody>tr>td:last-of-type {
    padding-right: 0
}

@media(max-width:600px) {
    .table>tbody>tr>td .tag {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.table>tbody>tr>td .td>.button-icon {
    --size: inherit;
    margin: 0
}

@media(max-width:600px) {
    .table>tbody>tr>td .td>.button-icon {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.table>tbody>tr>td .td>.button-icon .svg {
    font-size: inherit;
    -webkit-transform: scale(1.1425);
    transform: scale(1.1425)
}

.table>tbody>tr:not(:last-of-type)>td {
    border-bottom: 1px solid var(--secondary-3)
}

.table>tbody>tr.tr-error>td {
    color: var(--error)
}

.table__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.table__counter em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 2px;
    font-size: 10px;
    line-height: 1.2;
    color: var(--white);
    background-color: var(--primary-default);
    border-radius: 50%
}

.table-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-top: 1rem
}

@media(max-width:600px) {
    .table-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.table__showing {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--secondary-6)
}

@media(max-width:600px) {
    .table__showing {
        margin-bottom: 1.25rem
    }
}

.table__showing b {
    color: var(--main-color)
}

.td__id {
    color: var(--primary-default);
    cursor: pointer
}

.td__id:hover {
    color: var(--primary-hover)
}

.td__date em {
    color: var(--secondary-5)
}

.td__price--success {
    color: var(--success)
}

.td__price--danger {
    color: var(--error)
}

@media(max-width:900px) {
    .td__text i {
        display: block
    }
}

.td__text i.success {
    color: var(--success)
}

.td__text i.error {
    color: var(--error)
}

.td__text b {
    font-weight: 500
}

.td__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.table>tbody>.tr-accordion-button {
    cursor: pointer
}

.table>tbody>.tr-accordion-button>td:first-of-type {
    padding-left: 1rem
}

@media(max-width:600px) {
    .table>tbody>.tr-accordion-button>td:first-of-type {
        padding-right: 0
    }
}

.table>tbody>.tr-accordion-button>td:last-of-type {
    padding-right: 1rem
}

.table>tbody[data-accordion].active>.tr-accordion-button>td {
    background-color: var(--secondary-1)
}

.table>tbody[data-accordion].active>.tr-accordion-button>td:not(:last-of-type) {
    border-color: transparent
}

.table>tbody[data-accordion].active>.tr-accordion-button>td .button-icon .svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.table>tbody>.tr-accordion-content {
    border-bottom: 8px solid var(--white)
}

.table>tbody>.tr-accordion-content>td {
    padding: 0;
    background-color: var(--secondary-1)
}

.table>tbody>.tr-accordion-content>td:first-of-type,
.table>tbody>.tr-accordion-content>td:last-of-type {
    padding: 0
}

.table>tbody>.tr-accordion-content>td .powers-item-table {
    min-height: 400px;
    padding: 1rem 2rem 1.5rem 4rem
}

@media(max-width:900px) {
    .table>tbody>.tr-accordion-content>td .powers-item-table {
        padding: 12px 16px
    }
}

@media(max-width:700px) {

    .table>tbody>.tr-accordion-content>td .powers-item-table .powers-item-table__header,
    .table>tbody>.tr-accordion-content>td .powers-item-table .table-footer {
        position: sticky;
        position: -webkit-sticky;
        left: 16px;
        width: calc(100vw - 32px)
    }
}

tbody:not(.active) .tr-accordion-content {
    display: none
}

.table-wrapper--top .table-scroller {
    overflow: visible;
    border-radius: 0
}

.table-wrapper--top .table {
    border-spacing: 0 8px;
    border-collapse: separate
}

.table-wrapper--top .table th {
    padding: 4px;
    font-size: 12px
}

@media(max-width:900px) {
    .table-wrapper--top .table th {
        padding: 2px 4px;
        font-size: 8px
    }
}

.table-wrapper--top .table th:first-of-type {
    padding-left: 12px
}

@media(max-width:900px) {
    .table-wrapper--top .table th:first-of-type {
        padding-left: 10px
    }
}

.table-wrapper--top .table th:last-of-type {
    padding-right: 12px
}

@media(max-width:900px) {
    .table-wrapper--top .table th:last-of-type {
        padding-right: 10px
    }
}

.table-wrapper--top .table th.th-col-id {
    width: 10px;
    min-width: 10px;
    visibility: hidden
}

.table-wrapper--top .table th.th-col-flag {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    visibility: hidden
}

.table-wrapper--top .table th.th-col-event {
    min-width: auto
}

.table-wrapper--top .table th.th-col-price {
    min-width: auto;
    white-space: nowrap
}

.table-wrapper--top .table th.th-col-status {
    width: 36px;
    min-width: 36px;
    visibility: hidden
}

.table-wrapper--top .table tbody tr {
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .table-wrapper--top .table tbody tr {
    background-color: #141831;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-wrapper--top .table tbody tr>td {
    border-bottom: none
}

.table-wrapper--top .table td {
    padding: 11px 4px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 0
}

@media(max-width:900px) {
    .table-wrapper--top .table td {
        padding: 9px 4px;
        font-size: 12px
    }
}

.table-wrapper--top .table td:first-of-type {
    padding-left: 12px;
    border-radius: 8px 0 0 8px
}

.table-wrapper--top .table td:last-of-type {
    padding-right: 12px;
    border-radius: 0 8px 8px 0
}

.table-wrapper--top .table td.td-name {
    word-break: break-all
}

@media(max-width:900px) {
    .table-wrapper--top .table td.td-name {
        font-size: 10px;
        font-weight: 400
    }
}

@media(max-width:600px) {
    .table-wrapper--top .table td .td>.button-icon {
        -webkit-transform: none;
        transform: none
    }
}

.table-wrapper--top .table td .td>.button-icon .svg {
    font-size: 20px;
    -webkit-transform: none;
    transform: none
}

.table-wrapper--top .table td .td__price {
    white-space: nowrap
}

.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination .button--flat {
    --color: var(--main-color);
    --color-hover: var(--primary-hover);
    --color-disable: var(--secondary-5);
    --size: 16px;
    margin: 3px;
    font-size: 12px;
    font-weight: 400
}

.pagination .button--flat .svg {
    font-size: 12px
}

.pagination .button--flat.selected {
    --color: var(--primary-default);
    --color-hover: var(--primary-default)
}

.pagination__wrap {
    margin: 0 .5rem
}

.top-notify {
    color: var(--white);
    text-align: center;
    background-color: var(--primary-active-2);
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

.top-notify__wrap {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.top-notify__text {
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2
}

.top-notify a {
    color: var(--white);
    text-decoration: underline
}

.top-notify a:hover {
    text-decoration: none
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    background-color: var(--white);
    border-radius: 8px
}

@media(max-width:1200px) {
    .card {
        padding: 1rem
    }
}

@media(max-width:700px) {
    .card {
        padding: 0!important;
    }
}

.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.card__title {
    margin-right: 1rem
}

@media(max-width:360px) {
    .card__title {
        margin-right: 10px
    }
}

.card__title-dropdown .dropdown__placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3
}

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

.card__controls .dropdown {
    width: auto
}

.card__controls .dropdown:not(:last-child) {
    margin-right: 1.25rem
}

@media(max-width:360px) {
    .card__controls .dropdown:not(:last-child) {
        margin-right: 10px
    }
}

.card__controls .dropdown__content {
    right: 0;
    left: auto
}

.card__controls .link {
    font-size: 13px
}

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

.card--medium-padding {
    padding: 1.5rem
}

@media(max-width:1200px) {
    .card--medium-padding {
        padding: 16px
    }
}

.card--transparent {
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0
}

.card--transparent .card__wrap {
    height: 100%
}

.card--transparent .card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.card--transparent .card__cards {
    min-height: calc(100% + 1rem)
}

@media(max-width:1100px) {
    .card--transparent .card__cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -6px
    }
}

@media(max-width:1100px) {
    .card--transparent .card__cards .card--half {
        width: calc(50% - 12px);
        margin: 6px
    }
}

.card--transparent .card-stat {
    padding: 0;
    background: 0 0;
    border-radius: 0
}

.card--transparent .card-stat__header {
    margin-bottom: 0
}

@media(max-width:900px) {
    .card--transparent .card-stat__header {
        margin-bottom: 8px
    }
}

.card--transparent .card-stat__title {
    line-height: 20px
}

@media(min-width:701px) {
    .card--transparent .card-stat__value {
        font-size: 24px;
        line-height: 1.5
    }
}

.card--transparent .card-stat__status {
    margin: 0;
    line-height: 20px
}

.card-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem
}

@media(max-width:700px) {
    .card-stats {
        margin: -4px
    }
}

.card-stats .card-stat {
    width: calc(33.3333% - 2rem); 
    margin: 1rem
}

@media(max-width:700px) {
    .card-stats .card-stat {
        width: calc(100% - 8px);
        margin: 4px
    }
}

.card-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--gr-lime);
    border-radius: 8px
}

@media(max-width:1200px) {
    .card-stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px
    }
}

@media(max-width:700px) {
    .card-stat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card-stat--sky {
    background: var(--gr-sky)
}

.card-stat--sky .card-stat__icon-wrapper {
    color: #3cb5cf;
    -webkit-box-shadow: -4px -4px 6px #effbff, 4px 4px 6px #bfe7f0;
    box-shadow: -4px -4px 6px #effbff, 4px 4px 6px #bfe7f0
}

.card-stat--sky .card-stat__tooltip {
    color: #3cb5cf
}

.card-stat--violet {
    background: var(--gr-violet)
}

.card-stat--violet .card-stat__icon-wrapper {
    color: #81aefc;
    -webkit-box-shadow: -4px -4px 6px #f2f8ff, 4px 4px 6px #cfdef7;
    box-shadow: -4px -4px 6px #f2f8ff, 4px 4px 6px #cfdef7
}

.card-stat--violet .card-stat__tooltip {
    color: #87addd
}

.card-stat--purple {
    background: var(--gr-purple)
}

.card-stat--purple .card-stat__icon-wrapper {
    color: #9c8cf1;
    -webkit-box-shadow: -4px -4px 6px #f2f8ff, 4px 4px 6px #cfdef7;
    box-shadow: -4px -4px 6px #f2f8ff, 4px 4px 6px #cfdef7
}

.card-stat--purple .card-stat__tooltip {
    color: #9c8cf1
}

.card-stat__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    padding: 6px;
    margin-right: 1.25rem;
    font-size: 2.25rem;
    color: #48bcbe;
    border-radius: 4px;
    -webkit-box-shadow: -4px -4px 6px #f7fffa, 4px 4px 6px #b8fadb;
    box-shadow: -4px -4px 6px #f7fffa, 4px 4px 6px #b8fadb
}

html[data-theme=dark] .card-stat__icon-wrapper {
    -webkit-box-shadow: -4px -4px 6px hsla(0, 0%, 100%, .2), 4px 4px 6px #060e15;
    box-shadow: -4px -4px 6px hsla(0, 0%, 100%, .2), 4px 4px 6px #060e15
}

@media(min-width:900px)and (max-width:1280px) {
    .card-stat__icon-wrapper {
        display: none
    }
}

@media(max-width:1200px) {
    .card-stat__icon-wrapper {
        margin-right: 0;
        margin-bottom: 1.25rem
    }
}

@media(max-width:700px) {
    .card-stat__icon-wrapper {
        margin-right: 16px;
        margin-bottom: 0
    }
}

.card-stat__icon {
    margin: auto;
    font-size: 1.5rem
}

.card-stat__wrap {
    width: 100%;
    line-height: 1.2
}

.card-stat__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 .625rem
}

.card-stat__title {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-6)
}

@media(max-width:700px) {
    .card-stat__title {
        font-size: 12px
    }
}

.card-stat__tooltip {
    color: ##ff9800;
    cursor: pointer;
}

.card-stat__value {
    font-size: 20px;
    font-weight: 600
}

@media(max-width:700px) {
    .card-stat__value {
        font-size: 18px
    }
}

.card-stat__status {
    display: block;
    margin: 6px 0 0;
    font-size: 12px;
    color: var(--secondary-6)
}

@media(max-width:700px) {
    .card-stat__status {
        font-size: 10px
    }
}

.card-stat__status--success {
    color: var(--success)
}

.card-stat__status--danger {
    color: var(--error)
}

.card__dl>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.card__dl>div:not(:last-child) {
    margin-bottom: 1rem
}

.card__dl>div.card-electric-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.card__dl>div.card-electric-wrapper dt {
    margin-bottom: 1rem
}

.card__dl dt {
    margin-right: 4px;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-7)
}

.card__dl dd,
.card__dl dd .dropdown__placeholder {
    font-size: 14px;
    font-weight: 500
}

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

.card-electric:after,
.card-electric:before {
    display: block;
    margin: auto .5rem;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-active-2);
    content: ":"
}

.card-electric:before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.card-electric:after {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.card-electric__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: .6rem .75rem;
    line-height: 1.2;
    color: var(--primary-active-2);
    text-align: center;
    background: var(--gr-sky);
    border-radius: 8px
}

.card-electric__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.card-electric__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.card-electric__item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.card-electric__item em {
    display: block;
    font-size: 2.25rem;
    font-weight: 500
}

.card-electric__item span {
    font-size: .875rem;
    font-weight: 300
}

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

.card-stat__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.card-stat__item:not(:last-of-type) {
    margin-right: 1rem
}

.card-stat__item .card-stat__value {
    margin-right: 4px;
    color: #ffd700;
}

.card__text {
    font-size: 13px;
    font-weight: 300;
    color: var(--secondary-6);
    text-align: right
}

@media(max-width:600px) {
    .card__text {
        font-size: 10px
    }

    .card__text a {
        display: block;
        margin-top: 2px
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    background-color: var(--secondary-3);
    border-radius: 8px
}

html[data-theme=dark] .tabs {
    --secondary-3: rgba(51, 59, 94, 0.5)
}

.tabs .button-tab {
    margin: 0;
    white-space: nowrap
}

@media(max-width:600px) {
    .tabs .button-tab {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.tabs--tight,
.tabs--tight .button-tab {
    border-radius: 8px 8px 0 0
}

.tabs--tight+* .card,
.tabs--tight+.card {
    margin-top: 0;
    border-radius: 0 0 8px 8px
}

.tabs--white {
    overflow: visible;
    background-color: transparent;
    border-radius: 0
}

.tabs--white .button-tab {
    --color: #fff;
    --color-hover: #fff;
    --color-focus: #fff;
    --bg-color: transparent;
    --bg-color-hover: hsla(0, 0%, 100%, 0.2);
    --bg-color-focus: hsla(0, 0%, 100%, 0.2);
    --border-color: #fff;
    --border-color-hover: #fff;
    padding: 11px;
    border-radius: 0
}

.tabs--white .button-tab:first-of-type {
    border-radius: 8px 0 0 8px
}

.tabs--white .button-tab:last-of-type {
    border-radius: 0 8px 8px 0
}

.tabs--white .button-tab.active {
    --color: #333;
    --color-hover: #333;
    --color-focus: #333
}

.tabs--white .button-tab.active,
html[data-theme=dark] .tabs--white .button-tab.active {
    --bg-color: #fff;
    --bg-color-hover: #fff;
    --bg-color-focus: #fff
}

.card-powers__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.card-powers__controls {
    margin-left: 4rem
}

@media(max-width:900px) {
    .card-powers__controls {
        display: none
    }
}

.power {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--secondary-2);
    border-radius: 8px
}

.power {
    margin-bottom: 1rem
}

.power>.power-card__footer {
    display: none
}

.card-powers__body--cols .power,
.power.power--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 28px);
    margin-right: 14px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .card-powers__body--cols .power,
html[data-theme=dark] .power.power--col {
    -webkit-box-shadow: 0 0 20px rgba(4, 6, 16, .75);
    box-shadow: 0 0 20px rgba(4, 6, 16, .75)
}

@media(max-width:1600px) {

    .card-powers__body--cols .power,
    .power.power--col {
        width: calc(33.33333% - 28px)
    }
}

@media(max-width:1300px) {

    .card-powers__body--cols .power,
    .power.power--col {
        width: calc(50% - 28px)
    }
}

@media(max-width:1100px) {

    .card-powers__body--cols .power,
    .power.power--col {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media(max-width:700px) {

    .card-powers__body--cols .power,
    .power.power--col {
        width: calc(100% - 10px);
        padding: 0;
        margin: 12px 5px
    }
}

.card-powers__body--cols .power .power-card,
.power.power--col .power-card {
    max-width: none;
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.card-powers__body--cols .power .power-card__footer,
.power.power--col .power-card__footer {
    display: none
}

.card-powers__body--cols .power .power-card__body,
.power.power--col .power-card__body {
    background-color: var(--white)
}

html[data-theme=dark] .card-powers__body--cols .power .power-card__body,
html[data-theme=dark] .power.power--col .power-card__body {
    background-color: #141831
}

.card-powers__body--cols .power .power__wrap,
.power.power--col .power__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 24px;
    background-color: var(--secondary-2)
}

.card-powers__body--cols .power .power__wrap:last-child,
.power.power--col .power__wrap:last-child {
    padding-bottom: 24px;
    border-radius: 0 0 8px 8px
}

@media(max-width:700px) {

    .card-powers__body--cols .power .power__wrap,
    .power.power--col .power__wrap {
        margin-top: 0
    }
}

.card-powers__body--cols .power .power__wrap .power-item__subtitle,
.power.power--col .power__wrap .power-item__subtitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.card-powers__body--cols .power .power__wrap .power-item__subtitle .svg,
.power.power--col .power__wrap .power-item__subtitle .svg {
    margin-top: 2px;
    margin-right: 5px;
    font-size: 12px;
    color: var(--primary-default);
    cursor: pointer
}

.card-powers__body--cols .power .power__wrap .power-item__subtitle:after,
.power.power--col .power__wrap .power-item__subtitle:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 6px;
    content: "";
    border-bottom: 1px dashed var(--secondary-5);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.card-powers__body--cols .power .power__wrap .power-item__value--cols,
.power.power--col .power__wrap .power-item__value--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-powers__body--cols .power .power__wrap .power__grid,
.power.power--col .power__wrap .power__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0
}

.card-powers__body--cols .power .power__wrap .power__grid .power__subtitle,
.power.power--col .power__wrap .power__grid .power__subtitle {
    width: 100%;
    margin: 0 0 6px
}

.card-powers__body--cols .power .power__wrap .power__grid .card,
.power.power--col .power__wrap .power__grid .card {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.card-powers__body--cols .power .power__wrap .power__grid .card:not(:last-child),
.power.power--col .power__wrap .power__grid .card:not(:last-child) {
    margin-bottom: 20px
}

.card-powers__body--cols .power .power__wrap .power__grid .card:not(.power__card),
.power.power--col .power__wrap .power__grid .card:not(.power__card) {
    margin-top: 4px;
    margin-bottom: 4px
}

.card-powers__body--cols .power .power__wrap .power__grid .power__footer,
.power.power--col .power__wrap .power__grid .power__footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 20px 0 0
}

.card-powers__body--cols .power .power__wrap .power__grid .power__footer .button,
.power.power--col .power__wrap .power__grid .power__footer .button {
    margin-top: auto
}

.card-powers__body--cols .power .power-count__value em,
.power.power--col .power-count__value em {
    display: block;
    margin-top: 4px;
    margin-left: 0
}

.card-powers__body--cols .power .power-item,
.power.power--col .power-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-powers__body--cols .power .power-item__subtitle,
.power.power--col .power-item__subtitle {
    margin-bottom: 0
}

.card-powers__body--cols .power .power-item__value,
.power.power--col .power-item__value {
    display: none;
    font-size: 14px;
    font-weight: 600
}

.card-powers__body--cols .power .power-item__value--cols,
.power.power--col .power-item__value--cols {
    display: block
}

.card-powers__body--cols .power .power-count__header,
.card-powers__body--cols .power .power__price,
.power.power--col .power-count__header,
.power.power--col .power__price {
    display: none
}

.card-powers__body--cols .power .power__footer .button,
.power.power--col .power__footer .button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left
}

.card-powers__body--cols .power .power__footer .button em,
.power.power--col .power__footer .button em {
    display: block;
    text-align: right
}

.card-powers__body--cols .power .power__footer .button--red,
.power.power--col .power__footer .button--red {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: unset
}

.card-powers__body--cols .power>.power-card__footer,
.power.power--col>.power-card__footer {
    display: block;
    padding: .75rem 1.5rem;
    background-color: var(--white);
    border-radius: 0 0 8px 8px
}

html[data-theme=dark] .card-powers__body--cols .power>.power-card__footer,
html[data-theme=dark] .power.power--col>.power-card__footer {
    background-color: #141831
}

.card-powers__body--cols .power>.power-card__footer:before,
.power.power--col>.power-card__footer:before {
    content: none
}

.card-powers__body--cols .power .counter,
.power.power--col .counter {
    max-width: 98px
}

.card-powers__body--cols .power .counter--input,
.power.power--col .counter--input {
    max-width: 118px
}

@media(max-width:900px) {

    .card-powers__body--cols .power .counter--input,
    .power.power--col .counter--input {
        max-width: 118px
    }
}

html[data-theme=dark] .card-powers__body--cols .power .counter,
html[data-theme=dark] .power.power--col .counter {
    background-color: #141831
}

.card-powers__body--cols .power .counter__value,
.power.power--col .counter__value {
    margin: 0 auto;
    font-size: 0
}

.card-powers__body--cols .power .counter__value i,
.power.power--col .counter__value i {
    font-size: 14px
}

html[data-theme=dark] .card-powers__body--cols .power .counter .button-icon,
html[data-theme=dark] .power.power--col .counter .button-icon {
    --bg-color: #090f26;
    --bg-color-disable: #090f26;
    --border-color: #090f26;
    --border-color-disable: #090f26
}

@media(max-width:900px) {
    .power {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(25% - 28px);
        margin: 14px;
        background-color: transparent;
        -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
        box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
    }

    html[data-theme=dark] .power {
        -webkit-box-shadow: 0 0 20px rgba(4, 6, 16, .75);
        box-shadow: 0 0 20px rgba(4, 6, 16, .75)
    }
}

@media(max-width:900px)and (max-width:1600px) {
    .power {
        width: calc(33.33333% - 28px)
    }
}

@media(max-width:900px)and (max-width:1300px) {
    .power {
        width: calc(50% - 28px)
    }
}

@media(max-width:900px)and (max-width:1100px) {
    .power {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media(max-width:900px)and (max-width:700px) {
    .power {
        width: calc(100% - 10px);
        padding: 0;
        margin: 12px 5px
    }
}

@media(max-width:900px) {
    .power .power-card {
        max-width: none;
        background-color: transparent;
        border-radius: 8px 8px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .power .power-card__footer {
        display: none
    }

    .power .power-card__body {
        background-color: var(--white)
    }

    html[data-theme=dark] .power .power-card__body {
        background-color: #141831
    }
}

@media(max-width:900px) {
    .power .power__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 16px 24px;
        background-color: var(--secondary-2)
    }

    .power .power__wrap:last-child {
        padding-bottom: 24px;
        border-radius: 0 0 8px 8px
    }
}

@media(max-width:900px)and (max-width:700px) {
    .power .power__wrap {
        margin-top: 0
    }
}

@media(max-width:900px) {
    .power .power__wrap .power-item__subtitle {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .power .power__wrap .power-item__subtitle .svg {
        margin-top: 2px;
        margin-right: 5px;
        font-size: 12px;
        color: var(--primary-default);
        cursor: pointer
    }

    .power .power__wrap .power-item__subtitle:after {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 6px;
        content: "";
        border-bottom: 1px dashed var(--secondary-5);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media(max-width:900px) {
    .power .power__wrap .power-item__value--cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width:900px) {
    .power .power__wrap .power__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0
    }

    .power .power__wrap .power__grid .power__subtitle {
        width: 100%;
        margin: 0 0 6px
    }

    .power .power__wrap .power__grid .card {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent
    }

    .power .power__wrap .power__grid .card:not(:last-child) {
        margin-bottom: 20px
    }

    .power .power__wrap .power__grid .card:not(.power__card) {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .power .power__wrap .power__grid .power__footer {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        margin: 20px 0 0
    }

    .power .power__wrap .power__grid .power__footer .button {
        margin-top: auto
    }
}

@media(max-width:900px) {
    .power .power-count__value em {
        display: block;
        margin-top: 4px;
        margin-left: 0
    }
}

@media(max-width:900px) {
    .power .power-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .power .power-item__subtitle {
        margin-bottom: 0
    }

    .power .power-item__value {
        display: none;
        font-size: 14px;
        font-weight: 600
    }

    .power .power-item__value--cols {
        display: block
    }
}

@media(max-width:900px) {

    .power .power-count__header,
    .power .power__price {
        display: none
    }
}

@media(max-width:900px) {
    .power .power__footer .button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        text-align: left
    }

    .power .power__footer .button em {
        display: block;
        text-align: right
    }

    .power .power__footer .button--red {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        text-transform: unset
    }
}

@media(max-width:900px) {
    .power>.power-card__footer {
        display: block;
        padding: .75rem 1.5rem;
        background-color: var(--white);
        border-radius: 0 0 8px 8px
    }

    html[data-theme=dark] .power>.power-card__footer {
        background-color: #141831
    }

    .power>.power-card__footer:before {
        content: none
    }
}

@media(max-width:900px) {
    .power .counter {
        max-width: 98px
    }

    .power .counter--input {
        max-width: 118px
    }
}

@media(max-width:900px)and (max-width:900px) {
    .power .counter--input {
        max-width: 118px
    }
}

@media(max-width:900px) {
    html[data-theme=dark] .power .counter {
        background-color: #141831
    }
}

@media(max-width:900px) {
    .power .counter__value {
        margin: 0 auto;
        font-size: 0
    }

    .power .counter__value i {
        font-size: 14px
    }
}

@media(max-width:900px) {
    html[data-theme=dark] .power .counter .button-icon {
        --bg-color: #090f26;
        --bg-color-disable: #090f26;
        --border-color: #090f26;
        --border-color-disable: #090f26
    }
}

.power--disabled {
    overflow: hidden
}

.power--disabled:hover:after {
    background-color: rgba(var(--primary-active-2-rgb), .2)
}

html[data-theme=dark] .power--disabled:hover:after {
    background-color: rgba(6, 8, 15, .7)
}

.power--disabled.power--col .power-card {
    position: static
}

.power--disabled.power--col [data-tippy-root] .tippy-box {
    min-width: 260px !important;
    max-width: 260px !important
}

.power--disabled.power--col [data-tippy-root] .tippy {
    padding: 2rem 12px
}

.power--disabled.power--col [data-tippy-root] .tippy__text {
    font-size: 12px
}

.power--disabled .power-card {
    position: relative
}

.card-powers__body--cols .power--disabled .power-card {
    position: static
}

.power--disabled .power-card:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--primary-active-2-rgb), .1);
    border-radius: inherit
}

html[data-theme=dark] .power--disabled .power-card:before {
    background-color: rgba(6, 8, 15, .4)
}

.power--disabled .power__wrap:nth-last-child(-n+2) {
    padding-bottom: 24px;
    border-radius: 0 0 8px 8px
}

.power--disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.power--disabled [data-tippy-root] {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

@media(max-width:900px) {
    .power--disabled [data-tippy-root] {
        width: calc(100% - 32px)
    }
}

.power--disabled [data-tippy-root] .tippy-box {
    border-radius: 8px
}

@media(max-width:900px) {
    .power--disabled [data-tippy-root] .tippy-box {
        max-width: calc(100vw - 32px) !important
    }
}

.card-powers__body--cols .power--disabled [data-tippy-root] .tippy-box {
    min-width: 260px !important;
    max-width: 260px !important
}

.power--disabled [data-tippy-root] .tippy {
    padding: 3rem 2rem;
    border-radius: 8px
}

.card-powers__body--cols .power--disabled [data-tippy-root] .tippy {
    padding: 2rem 12px
}

.power--disabled [data-tippy-root] .tippy__text {
    font-size: 14px;
    line-height: 1.4286;
    text-align: center
}

.card-powers__body--cols .power--disabled [data-tippy-root] .tippy__text {
    font-size: 12px
}

.power--disabled [data-tippy-root] .tippy__text b {
    font-weight: 600
}

.power--disabled [data-tippy-root] .tippy-arrow {
    display: none
}

.power--push .power-card:before,
.power--push:hover:after,
html[data-theme=dark] .power--push:hover:after {
    content: none
}

.power--push .power__footer .button {
    margin-top: auto
}

.power__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    width: calc(100% - 20px);
    margin: 16px 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--primary-active-2)
}

.power__subtitle .svg {
    margin-right: 5px;
    font-size: 14px;
    color: var(--primary-default);
    cursor: pointer
}

@media(max-width:900px) {
    .card-powers__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px
    }
}

.card-powers__body--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px
}

@media(max-width:1100px) {
    .card-powers__body--cols {
        margin: -5px
    }
}

.power-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 276px;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

@media(max-width:700px) {
    .power-card {
        max-width: none
    }
}

.power-card__header {
    position: relative;
    z-index: 1;
    padding: 24px 1.5rem 1.25rem;
    color: #fff;
    background: radial-gradient(85% 115% at 50% 120%, #2f80ed 0, #003a7e 100%);
    text-align: center;
}

@media(max-width:1100px) {
    .power-card__header {
        /*padding: 24px 1rem 1.25rem*/
    }
} 

.power-card__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 45%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 12rem;
}

.power-card__hint {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 3;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
    color: #2f80ed;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 7px 0
}

.power-card__hint--new {
    color: #fff;
    background-color: #945def
}

.power-card__hint--sold {
    color: #fff;
    background-color: #eb5757
}

.power-card__name {
    font-size: 1rem;
    line-height: 1.4
}

.power-card__name,
.power-card__price {
    display: block;
    margin: 0 0 4px;
    font-weight: 600
}

.power-card__price {
    font-size: 1.75rem;
    line-height: 1.2
}

.power-card__percent {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3
}

.power-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1.5rem
}

@media(max-width:1100px) {
    .power-card__body {
        padding: 1rem
    }
}

.power-card__list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    line-height: 1.4
}

.power-card__list>div:not(:last-child) {
    margin-bottom: 8px
}

.power-card__list>div dt {
    margin-right: 4px;
    font-weight: 300;
    color: var(--secondary-6)
}

.power-card__list>div dd {
    font-weight: 400;
    color: var(--secondary-8)
}

.power-card__footer {
    padding: 0 1.5rem .75rem
}

@media(max-width:1100px) {
    .power-card__footer {
        padding: 0 1rem .75rem
    }
}

.power-card__footer:before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: .75rem;
    content: "";
    background-color: var(--secondary-4)
}

.power-card__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--secondary-6);
    text-align: center
}

.power__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2rem 2.5rem
}

@media(max-width:1200px) {
    .power__wrap {
        padding: 1.5rem
    }
}

@media(max-width:700px) {
    .power__wrap {
        max-width: none;
        padding: 0;
        margin-top: 16px
    }
}

.power__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

@media(max-width:700px) {
    .power__grid {
        margin: -8px
    }
}

.card-powers .power__grid .card {
    width: calc(50% - 20px);
    margin: 10px
}

@media(max-width:700px) {
    .card-powers .power__grid .card {
        width: calc(50% - 16px);
        margin: 8px
    }
}

@media(max-width:600px) {
    .card-powers .power__grid .card {
        width: calc(100% - 16px)
    }
}

.card-powers .power__grid .power__card {
    width: calc(100% - 20px);
    padding: 1.5rem 2.5rem;
    margin: 10px
}

@media(max-width:700px) {
    .card-powers .power__grid .power__card {
        width: calc(100% - 16px);
        padding: 16px;
        margin: 8px
    }
}

.card-powers .power__grid .power__footer {
    width: calc(100% - 20px);
    margin: 10px
}

@media(max-width:700px) {
    .card-powers .power__grid .power__footer {
        width: calc(100% - 16px);
        margin: 8px
    }
}

.power-count__header {
    margin: 0 0 10px
}

@media(max-width:600px) {
    .power-count__header {
        margin: 0 0 12px
    }
}

.power-count__title {
    font-size: 14px;
    font-weight: 500
}

.power-count__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.power-count__footer {
    margin-top: 20px
}

.power-count__value {
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-6)
}

.power-count__value em {
    margin-left: 4px;
    font-weight: 400;
    color: var(--secondary-8)
}

@media(max-width:700px) {
    .power-count__value em {
        display: block;
        margin-top: 4px;
        margin-left: 0
    }
}

.power-count__value em b {
    color: var(--primary-default)
}

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

.progress__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 6px;
    background-color: var(--primary-disable)
}

.progress__item:not(:last-of-type) {
    margin-right: 2px
}

.progress__item:first-of-type {
    border-radius: 4px 0 0 4px
}

.progress__item:last-of-type {
    border-radius: 0 4px 4px 0
}

.progress__item.selected {
    background-color: var(--primary-active-2)
}

.progress__item.active {
    background-color: var(--primary-default)
}

.progress__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px
}

.progress__value {
    font-size: 14px;
    font-weight: 300
}

.progress__value-icon,
.progress__value-last {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.progress__value-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 8px;
    font-size: 17px;
    color: var(--pink-3);
    background-color: var(--pink-2);
    border-radius: 4px;
    -webkit-box-shadow: -4px -4px 6px var(--pink), 4px 4px 6px var(--pink);
    box-shadow: -4px -4px 6px var(--pink), 4px 4px 6px var(--pink)
}

.progress__value-icon .svg {
    font-size: 13px
}

.power-item__subtitle {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--secondary-6)
}

.power-item__value {
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--main-color)
}

.power-item__value--cols {
    display: none
}

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

@media(max-width:1100px) {
    .power__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.power__footer .power__price {
    margin-left: auto
}

@media(max-width:700px) {
    .power__footer .power__price {
        margin-left: 0
    }
}

.power__footer .button {
    margin: 0
}

@media(max-width:1100px) {
    .power__footer .button {
        margin: 0
    }
}

.power__footer .button em {
    display: none;
    font-size: 1.5rem;
    font-weight: 600
}

.power__price {
    margin-right: 32px;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-6)
}

@media(max-width:1100px) {
    .power__price {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

@media(max-width:700px) {
    .power__price {
        text-align: center
    }
}

.power__price em {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color)
}

.card-powers__footer {
    margin-top: 1.25rem
}

.my-datepicker {
    position: relative
}

.my-datepicker.active .my-datepicker__wrap {
    display: block
}

.my-datepicker.hidden .dropdown__content {
    width: 150px
}

.menu-courses__settings .dropdown__content .my-datepicker.hidden .dropdown__content,
.modal--small .my-datepicker.hidden .dropdown__content {
    width: 100%
}

@media(max-width:600px) {
    .my-datepicker.hidden .dropdown__content {
        width: calc(100vw - 32px)
    }
}

.my-datepicker .datepicker-input,
.my-datepicker.hidden .my-datepicker__footer,
.my-datepicker.hidden .my-datepicker__right {
    display: none
}

.my-datepicker .dropdown__content {
    bottom: auto;
    min-width: auto
}

.my-datepicker-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    background-color: var(--white);
    border: 1px solid var(--secondary-4);
    border-radius: 4px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

.my-datepicker-button:hover,
.my-datepicker-button:hover .my-datepicker-button__icon-wrapper {
    border-color: var(--secondary-9)
}

.my-datepicker-button__icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 4px;
    border-right: 1px solid var(--secondary-4);
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

.my-datepicker-button__icon {
    margin: auto;
    font-size: 1.25rem;
    color: var(--secondary-9)
}

.my-datepicker-button__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 6px 12px
}

@media(max-width:360px) {
    .my-datepicker-button__wrap {
        padding: 6px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker-button__wrap,
.modal--small .my-datepicker-button__wrap {
    padding: 6px
}

.my-datepicker-button__text {
    margin: auto;
    text-align: center;
    white-space: nowrap
}

.dropdown__button .my-datepicker-button__text {
    text-align: left
}

.my-datepicker__wrap {
    top: calc(100% + 10px);
    display: none;
    width: 628px;
    max-width: calc(100vw - 32px);
    padding: 0
}

@media(max-width:600px) {
    .my-datepicker__wrap {
        max-width: 328px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__wrap,
.modal--small .my-datepicker__wrap {
    max-width: 328px
}

.history-filter .my-datepicker__wrap.dropdown__content {
    min-width: auto
}

.modal-row .my-datepicker__wrap {
    max-width: 100%
}

.my-datepicker__wrap .datepicker {
    width: 100%;
    color: var(--main-color)
}

.my-datepicker__wrap .datepicker.custom .datepicker__wrapper {
    z-index: 4 !important;
    width: 100%;
    padding: 0;
    color: var(--secondary-8);
    background-color: var(--white);
    border: none;
    border-radius: 4px
}

.my-datepicker__wrap .datepicker.custom .datepicker__pane {
    float: left;
    width: 50%;
    padding: .5rem
}

@media(max-width:600px) {
    .my-datepicker__wrap .datepicker.custom .datepicker__pane {
        width: 100%
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__wrap .datepicker.custom .datepicker__pane,
.modal--small .my-datepicker__wrap .datepicker.custom .datepicker__pane {
    width: 100%
}

.my-datepicker__wrap .datepicker.custom .datepicker__pane:not(:first-child) .datepicker__prev,
.my-datepicker__wrap .datepicker.custom .datepicker__pane:not(:last-child) .datepicker__next {
    display: none
}

.my-datepicker__wrap .datepicker__wrapper {
    font-family: Montserrat
}

.my-datepicker__wrap .datepicker__header {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 10px;
    margin: 0;
    background-color: transparent
}

.my-datepicker__wrap .datepicker__next,
.my-datepicker__wrap .datepicker__prev {
    margin: 0;
    background-image: none
}

.my-datepicker__wrap .datepicker__next svg,
.my-datepicker__wrap .datepicker__prev svg {
    font-size: 16px
}

.my-datepicker__wrap .datepicker__prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.my-datepicker__wrap .datepicker__next svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.my-datepicker__wrap .datepicker__titles {
    margin: auto
}

.my-datepicker__wrap .datepicker__titles select {
    display: none
}

.my-datepicker__wrap .datepicker__title {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color)
}

.my-datepicker__wrap .datepicker__cal tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.my-datepicker__wrap .datepicker__cal thead {
    display: block;
    margin: 0
}

.my-datepicker__wrap .datepicker__cal thead th {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    color: var(--secondary-7);
    text-transform: none
}

.my-datepicker__wrap .datepicker__cal tbody td {
    margin: 1px;
    font-size: 12px;
    font-weight: 400;
    color: currentColor
}

@media(max-width:600px) {
    .my-datepicker__wrap .datepicker__cal tbody td {
        margin: 3px;
        font-size: 14px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__wrap .datepicker__cal tbody td,
.modal--small .my-datepicker__wrap .datepicker__cal tbody td {
    margin: 3px;
    font-size: 14px
}

.my-datepicker__wrap .datepicker__cal tbody td div {
    border-radius: 2px
}

.my-datepicker__wrap .datepicker__cal tbody td div:hover {
    background-color: var(--primary-disable)
}

.my-datepicker__wrap .datepicker__cal tbody td div:after {
    border-radius: 2px
}

.my-datepicker__wrap .datepicker__cal tbody td.pseudo-hover div {
    background-color: var(--secondary-2)
}

.my-datepicker__wrap .datepicker__cal tbody td.pseudo-hover.is-otherMonth div {
    color: var(--secondary-5)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-today div {
    color: var(--primary-default)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-selected div {
    background-color: var(--primary-default)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-selected .datepicker__daynum {
    font-weight: 400
}

.my-datepicker__wrap .datepicker__cal tbody td.is-selected:not(.is-edge) div {
    background-color: var(--secondary-2)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-selected:not(.is-edge) .datepicker__daynum {
    color: var(--main-color)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-otherMonth {
    color: var(--secondary-4)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-otherMonth.is-selected .datepicker__daynum {
    color: var(--main-color)
}

.my-datepicker__wrap .datepicker__cal tbody td.is-otherMonth.is-selected+.is-selected div:before,
.my-datepicker__wrap .datepicker__cal tbody td.is-otherMonth.is-selected div {
    background-color: var(--primary-disable)
}

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

@media(max-width:600px) {
    .my-datepicker__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__body,
.modal--small .my-datepicker__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.my-datepicker__left {
    width: 100%;
    max-width: 150px;
    border-right: 1px solid var(--secondary-4)
}

@media(max-width:600px) {
    .my-datepicker__left {
        max-width: none;
        border-right: none
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__left,
.modal--small .my-datepicker__left {
    max-width: none;
    border-right: none
}

.my-datepicker__list {
    height: 100%;
    padding: 10px 0
}

.my-datepicker__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer
}

@media(max-width:600px) {
    .my-datepicker__button {
        padding: 6px 32px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__button,
.modal--small .my-datepicker__button {
    padding: 6px 32px
}

.my-datepicker__button:hover {
    color: var(--primary-hover);
    background-color: var(--secondary-2)
}

html[data-theme=dark] .my-datepicker__button:hover {
    color: var(--black)
}

.my-datepicker__button.selected {
    color: var(--white);
    background-color: var(--primary-default)
}

html[data-theme=dark] .my-datepicker__button.selected {
    color: var(--black)
}

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

@media(max-width:600px) {
    .my-datepicker__right {
        padding: 10px 20px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__right,
.modal--small .my-datepicker__right {
    padding: 10px 20px
}

.my-datepicker__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 16px;
    border-top: 1px solid var(--secondary-4)
}

@media(max-width:600px) {
    .my-datepicker__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 12px 20px 20px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__footer,
.modal--small .my-datepicker__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 12px 20px 20px
}

.my-datepicker__date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1.4
}

@media(max-width:600px) {
    .my-datepicker__date {
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.7
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__date,
.modal--small .my-datepicker__date {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7
}

.my-datepicker__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media(max-width:600px) {
    .my-datepicker__buttons {
        width: 100%
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__buttons,
.modal--small .my-datepicker__buttons {
    width: 100%
}

.my-datepicker__buttons .button {
    margin: 0
}

@media(max-width:600px) {
    .my-datepicker__buttons .button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__buttons .button,
.modal--small .my-datepicker__buttons .button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px
}

.my-datepicker__buttons .button:not(:last-child) {
    margin-right: 12px
}

@media(max-width:600px) {
    .my-datepicker__buttons .button:not(:last-child) {
        margin-right: 8px
    }
}

.menu-courses__settings .dropdown__content .my-datepicker__buttons .button:not(:last-child),
.modal--small .my-datepicker__buttons .button:not(:last-child) {
    margin-right: 8px
}

.tooltip {
    width: 100%;
    max-width: 300px
}

.tooltip .modal {
    padding: 1.5rem;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.tooltip .modal .modal__header {
    margin-bottom: 1rem
}

.tooltip .modal .modal__item dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%
}

.tooltip .modal .modal__item dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

.info-balance {
    padding: 16px
}

.tippy .info-balance {
    min-width: 256px
}

.info-balance__header {
    margin-bottom: 16px
}

.info-balance__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.info-balance__item:not(:last-child) {
    margin-bottom: 8px
}

.info-balance__key .dropdown-wallet {
    min-height: auto;
    padding: 0;
    margin-right: 16px
}

.info-balance__key .dropdown-wallet__icon {
    margin-right: 10px;
    font-size: 20px
}

.info-balance__key .dropdown-wallet__name {
    font-size: 14px
}

.info-balance__value {
    font-size: 14px;
    font-weight: 300;
    text-align: right
}

.info-balance__footer {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid var(--secondary-4)
}

.info-balance__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-balance__subtitle {
    font-size: 14px;
    font-weight: 300
}

.info-balance__total {
    font-size: 14px;
    font-weight: 500
}

.tippy--tarif {
    padding: 4px 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.tippy--tarif .tippy__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--tippy-color)
}

.tippy--coupon {
    padding: 4px 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.tippy--coupon .tippy__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--tippy-color)
}

[data-tippy-root] {
    max-width: calc(100vw - 32px)
}

.tippy-content {
    padding: 0
}

.tippy-content .modal-rig__status {
    margin: 8px 11px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.tippy-content .modal-rig__status svg {
    margin-right: 4px;
    font-size: 14px
}

.tippy-box {
    padding: 0;
    color: var(--main-color);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

.tippy-arrow {
    color: var(--white)
}

.tippy {
    padding: 4px 8px
}

@media(max-width:900px) {
    .tippy--rigs {
        max-width: 290px;
        text-align: center
    }
}

@media(max-width:900px) {
    .tippy--rigs .tippy__text {
        font-size: 14px
    }
}

.tippy--custom {
    width: 342px;
    padding: 8px 8px 24px 24px
}

@media(max-width:400px) {
    .tippy--custom {
        width: calc(100vw - 32px);
        max-width: 100% !important;
        padding: 8px 8px 20px 24px
    }
}

@media(max-width:400px) {
    .tippy__container {
        padding-right: 10px;
        margin-top: -10px
    }
}

.tippy__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 2px
}

.tippy__close .button-close {
    margin: 0 0 0 auto
}

.tippy__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tippy__title .tag {
    margin: 0 0 0 8px
}

.tippy__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3
}

.tippy__name {
    margin-top: -11px;
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--secondary-8)
}

.tippy__name:empty {
    display: none
}

.tippy__overtext {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--secondary-6)
}

.tippy__overtext:empty {
    display: none
}

.tippy__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-default);
    cursor: pointer
}

.tippy__link .svg {
    font-size: 28px
}

.tippy__button .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 191px;
    padding: 13px 7px;
    margin: 15px auto 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase
}

.tippy .modal__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:400px) {
    .tippy .modal__item:not(:last-of-type) {
        margin-bottom: 8px
    }
}

.tippy .modal__item dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%
}

.tippy .modal__item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-break: break-all
}

.tippy .modal__item dd.bold {
    font-weight: 500
}

.tooltip-wrapper--subtippy {
    top: -12px !important;
    left: -40px !important
}

.tooltip-wrapper--subtippy .tippy-box {
    padding: 3px 5px;
    background-color: var(--tippy-bg);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tooltip-wrapper--subtippy .tippy-content {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--black)
}

.chart-pie-wrapper {
    position: relative;
    width: 104%;
    margin-left: -2%;
    overflow: hidden
}

.chart-pie-wrapper:before {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    content: ""
}

.chart-pie-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.chart-pie-container:before {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: ""
}

.chart-pie {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chart-pie:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80%;
    height: 80%;
    pointer-events: none;
    content: "";
    background-color: rgba(var(--white-rgb), .8);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px)
}

.chart-pie>div {
    width: 100% !important;
    height: 100% !important
}

.chart-pie:after {
    top: 50%;
    width: 40%;
    height: 40%;
    content: "";
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chart-pie-total,
.chart-pie:after {
    position: absolute;
    left: 50%;
    z-index: 3
}

.chart-pie-total {
    bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1100px) {
    .chart-pie-total {
        font-size: 22px
    }
}

.chart-pie-legends-container {
    margin-top: 1.5rem;
    overflow: hidden
}

.chart-pie-legends-container .chart-labels {
    margin: -5px
}

.chart-pie-legends-container .chart-label {
    width: 50%;
    padding: 5px;
    margin: 0;
    color: var(--secondary-6);
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.chart-pie-legends-container .chart-label:hover {
    color: var(--primary-hover)
}

.chart-pie-legends-container .chart-label.disabled {
    text-decoration: line-through
}

.chart-pie-legends-container .chart-label__text {
    font-size: 10px;
    font-weight: 400
}

.chart-labels {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem
}

.chart-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: .5rem
}

.chart-label .dot {
    margin-right: 4px
}

.chart-label__text {
    font-size: 14px;
    font-weight: 300
}

@media(max-width:900px) {
    .chart-label__text {
        font-size: 10px;
        font-weight: 400
    }
}

.echarts-tooltip {
    display: none;
    padding: 8px !important;
    font-family: Montserrat !important;
    line-height: 1.4 !important;
    color: var(--main-color) !important;
    background-color: var(--white) !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15) !important;
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15) !important
}

html[data-theme=dark] .echarts-tooltip {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8) !important
}

.echarts-tooltip span:nth-of-type(2) {
    font-size: 10px !important;
    font-weight: 300 !important;
    color: var(--secondary-7) !important
}

.echarts-tooltip span:last-of-type {
    margin-left: 18px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: var(--secondary-8) !important
}

.echarts-tooltip>div:not([class]):last-child {
    background-color: var(--white) !important
}

.echarts-tooltip--pie span:last-of-type {
    display: block !important;
    float: none !important
}

.chart-line-wrapper {
    width: 100%
}

.chart-line-container {
    position: relative
}

.chart-line-container:before {
    display: block;
    width: 100%;
    padding-bottom: 33.33333%;
    content: ""
}

@media(max-width:1100px) {
    .chart-line-container:before {
        padding-bottom: 50%
    }
}

.chart-line {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chart-line>div:first-of-type {
    width: 100% !important;
    height: 100% !important
}

.chart-line-legends-container {
    margin-bottom: 15px;
    overflow: hidden
}

.chart-line-legends-container .chart-labels {
    margin: -5px
}

.chart-line-legends-container .chart-label {
    padding: 5px;
    margin: 0;
    color: var(--secondary-6);
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.chart-line-legends-container .chart-label:hover {
    color: var(--primary-hover)
}

.chart-line-legends-container .chart-label.disabled {
    text-decoration: line-through
}

.chart-line-legends-container .chart-label__text {
    font-size: 10px;
    font-weight: 400
}

.chart-basic-pie-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.chart-basic-pie {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1/1;
    margin-right: 28px
}

.chart-basic-pie>div {
    width: 100% !important;
    height: 100% !important
}

.chart-basic-pie:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 50%;
    height: 50%;
    content: "";
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chart-basic-pie .chart-pie-total {
    top: 50%;
    bottom: auto;
    z-index: 5;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chart-basic-pie .chart-pie-total i {
    display: block;
    font-size: 12px;
    line-height: 14px
}

.chart-basic-pie-legends-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.chart-basic-pie-legends-container .chart-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.chart-basic-pie-legends-container .chart-labels .chart-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    cursor: pointer
}

.chart-basic-pie-legends-container .chart-labels .chart-label:hover {
    color: var(--primary-hover)
}

.chart-basic-pie-legends-container .chart-labels .chart-label:not(:last-child) {
    margin-bottom: 3px
}

.chart-basic-pie-legends-container .chart-labels .chart-label.disabled {
    text-decoration: line-through
}

.chart-basic-pie-legends-container .chart-labels .chart-label.unhighlight {
    opacity: .5
}

.chart-basic-pie-legends-container .chart-labels .chart-label__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chart-basic-pie-legends-container .chart-labels .chart-label__text {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-6)
}

.chart-basic-pie-legends-container .chart-labels .chart-label__value {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.chart-time-bar {
    position: relative;
    width: 100%;
    height: 14px
}

.chart-time-bar:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    border: 1px solid var(--secondary-4)
}

.chart-time-bar-tooltip {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: var(--main-color)
}

.chart-time-bar-tooltip__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px
}

.chart-time-bar-tooltip__status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 60px;
    margin-right: 4px;
    font-weight: 300;
    color: var(--secondary-8)
}

.chart-time-bar-tooltip__status.off {
    color: var(--secondary-5)
}

.chart-time-bar-tooltip__status i {
    display: block;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 4px;
    font-size: 8px;
    font-weight: 400;
    background-color: currentColor;
    border-radius: 50%
}

.chart-time-bar-tooltip__period i {
    margin-left: 9px
}

.chart-time-bar-tooltip__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.chart-time-bar-tooltip__state {
    min-width: 60px;
    margin-right: 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500
}

.chart-time-bar-tooltip__state svg {
    font-size: 18px
}

.new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.new:hover .new__img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.new__img-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 8px
}

.new__img-wrapper:after {
    display: block;
    padding-bottom: 66.666666%;
    content: ""
}

.new__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -o-object-fit: cover;
    object-fit: cover
}

.new__wrap {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 24px
}

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

.new__tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-default);
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s
}

@media(max-width:900px) {
    .new__tag {
        font-size: 10px
    }
}

.new__title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #e0951b;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

@media(max-width:900px) {
    .new__title {
        margin-top: 4px;
        font-size: 12px
    }
}

.new__title:hover {
    color: #e8d618;
}

.new__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px
}

@media(max-width:900px) {
    .new__footer {
        margin-top: 10px
    }
}

.new__date {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-6)
}

@media(max-width:900px) {
    .new__date {
        font-size: 12px
    }
}

.new__views {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-6)
}

@media(max-width:900px) {
    .new__views {
        font-size: 14px
    }
}

.new__views svg {
    margin-right: 4px;
    font-size: 20px
}

@media(max-width:900px) {
    .new__views svg {
        font-size: 12px
    }
}

.new--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.new--row .new__img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 180px
}

@media(max-width:600px) {
    .new--row .new__img-wrapper {
        max-width: 130px
    }
}

.new--row .new__img-wrapper:after {
    padding-bottom: 74%
}

.new--row .new__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    margin-left: 16px;
    border-bottom: 1px solid var(--secondary-4)
}

@media(max-width:600px) {
    .new--row .new__wrap {
        margin-left: 12px
    }
}

@media(max-width:600px) {
    .new--row .new__tag {
        font-size: 10px
    }
}

.new--row .new__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 4.5em;
    margin-top: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 14px
}

@media(max-width:600px) {
    .new--row .new__title {
        font-size: 12px
    }
}

.new--row .new__footer {
    padding-bottom: 16px;
    margin-top: auto
}

@media(max-width:600px) {
    .new--row .new__footer {
        padding-bottom: 5px
    }
}

@media(max-width:600px) {
    .new--row .new__date {
        font-size: 12px
    }
}

@media(max-width:600px) {
    .new--row .new__views {
        font-size: 14px
    }

    .new--row .new__views svg {
        font-size: 12px
    }
}

.new--big .new__img-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8))
}

@media(min-width:901px) {
    .new--big .new__img-wrapper {
        content: none
    }
}

.new--big .new__wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 48px;
    pointer-events: none
}

@media(max-width:900px) {
    .new--big .new__wrap {
        padding: 16px
    }
}

.new--big .new__tag {
    font-size: 14px;
    color: var(--white)
}

html[data-theme=dark] .new--big .new__tag {
    color: var(--black)
}

@media(max-width:900px) {
    .new--big .new__tag {
        font-size: 12px
    }
}

.new--big .new__title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-height: 60%;
    margin-top: 8px;
    overflow: hidden;
    font-size: 24px;
    color: var(--white)
}

html[data-theme=dark] .new--big .new__title {
    color: var(--black)
}

@media(max-width:900px) {
    .new--big .new__title {
        font-size: 18px
    }
}

.new--big .new__footer {
    margin-top: 12px
}

.new--big .new__date {
    font-size: 16px;
    font-weight: 600;
    color: var(--white)
}

html[data-theme=dark] .new--big .new__date {
    color: var(--black)
}

@media(max-width:900px) {
    .new--big .new__date {
        font-size: 12px
    }
}

.new--big .new__views {
    font-size: 16px;
    color: var(--white)
}

html[data-theme=dark] .new--big .new__views {
    color: var(--black)
}

@media(max-width:900px) {
    .new--big .new__views {
        font-size: 14px
    }
}

.new--small .new__wrap {
    padding: 0
}

.new--small .new__tag {
    font-size: 12px
}

.new--small .new__title {
    margin-top: 4px;
    font-size: 14px
}

.new--small .new__footer {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--secondary-4)
}

.comment {
    padding: 2rem 3rem;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .comment {
    background-color: #141831
}

@media(max-width:900px) {
    .comment {
        padding: 16px 12px
    }
}

.comment__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px
}

@media(max-width:900px) {
    .comment__header {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 12px
    }
}

.comment__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin-right: 1rem;
    overflow: hidden;
    font-size: 56px;
    background-color: var(--bg-comment);
    border-radius: 50%
}

html[data-theme=dark] .comment__img-wrapper {
    background-color: #090f26
}

@media(max-width:900px) {
    .comment__img-wrapper {
        margin-right: 10px;
        font-size: 50px
    }
}

.comment__img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.comment__char {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .comment__char {
        font-size: 20px
    }
}

.comment__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 8px;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--primary-default);
    border-radius: 4px
}

.comment__name {
    margin: auto 0;
    font-size: 1rem;
    font-weight: 700
}

@media(max-width:900px) {
    .comment__name {
        font-size: 12px;
        word-break: break-word
    }
}

.comment__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto 0
}

.comment__author {
    margin-right: 2rem
}

@media(max-width:900px) {
    .comment__author {
        margin-right: 8px
    }
}

.comment__right {
    min-width: 88px
}

.comment-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.comment-rating__wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 115px;
    height: 20px;
    background-image: url(../images/star.svg);
    background-repeat: repeat-x
}

@media(max-width:900px) {
    .comment-rating__wrap {
        width: 88px;
        height: 14px;
        background-size: contain
    }
}

.comment-rating__stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    height: 100%;
    background-image: url(../images/star2.svg);
    background-repeat: repeat-x
}

@media(max-width:900px) {
    .comment-rating__stars {
        background-size: contain
    }
}

.comment__date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-6);
    text-align: right
}

@media(max-width:900px) {
    .comment__date {
        font-size: 10px
    }
}

.comment__text {
    font-weight: 300;
    line-height: 1.5
}

@media(max-width:900px) {
    .comment__text {
        font-size: 12px
    }
}

.comment__media {
    margin-top: 8px
}

@media(max-width:900px) {
    .comment__media {
        margin-top: 12px
    }
}

@media(max-width:900px) {
    .comment__media .chat-sender-imgs__wrap {
        margin: -6px
    }
}

.comment__media .chat-sender-imgs__item {
    position: relative;
    display: none;
    border-radius: 4px
}

@media(max-width:900px) {
    .comment__media .chat-sender-imgs__item {
        margin: 6px
    }
}

.comment__media .chat-sender-imgs__item:not(.hidden) {
    display: block
}

.comment__media .chat-sender-imgs__item:not(.hidden).last:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-active-2);
    pointer-events: none;
    content: "+"attr(data-plus);
    background-color: rgba(0, 54, 160, .2);
    border-radius: 4px
}

.comment__media .chat-sender-imgs__item--video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1em;
    height: 1em;
    font-size: 18px;
    color: var(--white);
    pointer-events: none;
    content: "";
    background-color: rgba(var(--black-rgb), .2);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCAxOCAxOCc+PHBhdGggZD0nTTE1LjU2MiA4LjFMMy44Ny4yMjVjLS44MTgtLjU2Mi0xLjg3IDAtMS44Ny45djE1Ljc1YzAgLjkgMS4wNTIgMS40NjIgMS44Ny45TDE1LjU2MyA5LjljLjU4NC0uNDUuNTg0LTEuMzUgMC0xLjh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 8px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px
}

@media(max-width:900px) {
    .comment__footer {
        margin-top: 12px
    }
}

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

.comment__buttons .button--flat {
    --color: var(--secondary-9);
    margin: 0
}

@media(max-width:900px) {
    .comment__buttons .button--flat {
        font-size: 12px
    }
}

.comment__buttons .button--flat.active {
    --color: var(--primary-active)
}

.comment__buttons .button--flat:not(:last-of-type) {
    margin-right: 2rem
}

@media(max-width:900px) {
    .comment__buttons .button--flat:not(:last-of-type) {
        margin-right: 20px
    }
}

.comment__buttons .button--flat .svg {
    margin: auto 4px;
    font-size: 20px
}

@media(max-width:900px) {
    .comment__buttons .button--flat .svg {
        font-size: 16px
    }
}

.comment__report {
    font-size: 14px;
    color: var(--secondary-5);
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

@media(max-width:900px) {
    .comment__report {
        font-size: 12px
    }
}

.comment__report:hover {
    color: var(--primary-hover)
}

.comment__answer {
    position: relative;
    padding-top: 1.5rem;
    margin-top: 1.5rem
}

@media(max-width:900px) {
    .comment__answer {
        padding-top: 12px;
        margin-top: 12px
    }
}

.comment__answer:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 6rem);
    height: 1px;
    content: "";
    background-color: var(--secondary-4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:900px) {
    .comment__answer:before {
        width: calc(100% + 24px)
    }
}

.comment__answer .comment__img-wrapper,
html[data-theme=dark] .comment__answer .comment__img-wrapper {
    background-color: var(--primary-default)
}

.comment__answer .comment__char {
    font-size: 1.25rem;
    color: var(--white)
}

.comment__admin {
    font-weight: 600;
    line-height: 1.5
}

.mynoty-container {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 10;
    width: 100%;
    max-width: 310px;
    pointer-events: none
}

@media(max-width:900px) {
    .mynoty-container {
        display: none
    }
}

.mynoty-container>* {
    pointer-events: all
}

.mynoty-container.hidden .button {
    visibility: hidden;
    opacity: 0
}

.mynoty-container .button {
    --bg-color: var(--white);
    --border-color: var(--white);
    --padding: 7px 2rem;
    width: 100%;
    margin: 4px 0 0;
    font-size: 12px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    -webkit-transition: color .3s, background-color .3s, border .3s, opacity .3s ease, visibility .3s ease, -webkit-box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, opacity .3s ease, visibility .3s ease, -webkit-box-shadow .3s;
    transition: color .3s, background-color .3s, border .3s, box-shadow .3s, opacity .3s ease, visibility .3s ease;
    transition: color .3s, background-color .3s, border .3s, box-shadow .3s, opacity .3s ease, visibility .3s ease, -webkit-box-shadow .3s
}

html[data-theme=dark] .mynoty-container .button,
html[data-theme=dark] .noty_bar {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px rgba(0, 0, 0, .75)
}

.noty_bar:not(:last-child) {
    margin-bottom: 4px
}

.mynoty {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.214;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 12px rgba(var(--black-rgb), .15);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

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

.mynoty__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 300
}

.mynoty__text i {
    display: block
}

.mynoty__text i.success {
    color: var(--success)
}

.mynoty__text i.error {
    color: var(--error);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.mynoty__price {
    font-weight: 500
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-animation: my_noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: my_noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_effects_close {
    -webkit-animation: my_noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: my_noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes my_noty_anim_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes my_noty_anim_in {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes my_noty_anim_out {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes my_noty_anim_out {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.range-slider {
    margin-bottom: 10px
}

.range-slider.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none
}

.range-slider.noUi-horizontal {
    height: 4px;
    background-color: var(--primary-disable);
    border: none
}

.range-slider.noUi-horizontal .noUi-handle {
    top: -7.5px;
    right: -9px !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: var(--white);
    border: 2px solid var(--primary-default);
    border-radius: 50%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.range-slider.noUi-horizontal .noUi-handle:after,
.range-slider.noUi-horizontal .noUi-handle:before {
    display: none
}

.range-slider.noUi-horizontal .noUi-handle.noUi-active {
    border: 2px solid var(--primary-default)
}

.range-slider .noUi-connects {
    border-radius: 4px
}

.range-slider .noUi-connect {
    background-color: var(--primary-default);
    border-radius: 4px
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: var(--header-color);
    border-bottom: 1px solid var(--secondary-3);
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease
}

html[data-theme=dark] .header {
    border-color: transparent
}

@media(max-width:900px) {
    .header.active .hamburger>i:first-child {
        -webkit-transform: translate(2px, 8px) rotate(-45deg);
        transform: translate(2px, 8px) rotate(-45deg)
    }

    .header.active .hamburger>i:nth-child(2) {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .header.active .hamburger>i:nth-child(3) {
        width: 24px;
        -webkit-transform: translate(2px, -10px) rotate(45deg);
        transform: translate(2px, -10px) rotate(45deg)
    }
}

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

.hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 100%;
    min-height: 56px;
    padding: 12px 16px;
    margin: auto 8px auto 0;
    color: #FFD700;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .2s ease, background-color .2s ease, border .3s ease;
    transition: color .2s ease, background-color .2s ease, border .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html[data-theme=dark] .hamburger {
    color: var(--black)
}

@media(max-width:900px) {
    .hamburger {
        width: 60px;
        min-width: 60px;
        height: 100%;
        min-height: 60px;
        padding: 16px;
        margin-right: .5rem;
        border-right: 1px solid var(--secondary-3)
    }
}

@media(hover) {
    .hamburger:hover {
        background-color: rgba(var(--primary-default-rgb), .1)
    }
}

.hamburger>i {
    display: block;
    width: 24px;
    height: 1px;
    margin: 4px 0;
    background-color: currentColor;
    border-radius: 0;
    -webkit-transition: background-color .4s ease, opacity .4s ease, visibility .4s ease, width .4s ease, -webkit-transform .4s ease;
    transition: background-color .4s ease, opacity .4s ease, visibility .4s ease, width .4s ease, -webkit-transform .4s ease;
    transition: background-color .4s ease, transform .4s ease, opacity .4s ease, visibility .4s ease, width .4s ease;
    transition: background-color .4s ease, transform .4s ease, opacity .4s ease, visibility .4s ease, width .4s ease, -webkit-transform .4s ease
}

.hamburger>i:nth-child(2) {
    width: 12px;
    margin-right: auto
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 152px;
    height: 40px;
    margin: 8px auto 8px 0
}

@media(max-width:900px) {
    .logo {
        max-width: 126px;
        height: 30px;
        margin: 8px auto
    }
}

.logo__img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.logo__part1 {
    fill: var(--primary-active-2)
}

.logo__part2 {
    fill: var(--primary-default)
}

.logo__part3 {
    fill: var(--primary-active-2)
}

.logo--white {
    display: none
}

.logo--new-year {
    max-width: 220px;
    height: 51px;
    margin: 5px auto 5px 0
}

@media(max-width:900px) {
    .logo--new-year {
        margin: 5px auto
    }
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 246px;
    padding-right: 2rem;
    border-right: 1px solid var(--secondary-4)
}

html[data-theme=dark] .header__left {
    border-color: #282d4b
}

@media(max-width:1200px) {
    .header__left {
        padding-right: 1rem
    }
}

@media(max-width:900px) {
    .header__left {
        padding-right: 0;
        margin-right: 1rem;
        border-right: none
    }
}

.header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2rem
}

@media(max-width:1200px) {
    .header__center {
        padding: 0 1rem
    }
}

@media(max-width:900px) {
    .header__center {
        padding: 0
    }
}

.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:900px) {
    .header__middle {
        height: 100%
    }
}

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

@media(max-width:900px) {
    .header__items {
        height: 100%
    }
}

.header__items--info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem
}

@media(max-width:1000px) {
    .header__items--info {
        display: none
    }
}

.header__items .header-item:not(:last-child) {
    padding-right: 1.5rem;
    margin-right: 1.5rem
}

@media(max-width:1200px) {
    .header__items .header-item:not(:last-child) {
        padding-right: 1rem;
        margin-right: 1rem
    }
}

@media(max-width:900px) {
    .header__items .header-item:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: 1px solid var(--secondary-3)
    }
}

.header__items .header-item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 24px;
    content: "";
    background-color: var(--secondary-4);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:900px) {
    .header__items .header-item:not(:last-child):after {
        content: none
    }
}

.header__items .header-item:last-child {
    min-width: 0
}

.header__items--controls {
    min-width: 0;
    margin-left: auto
}

.header__items--controls .header-item {
    padding-top: 0;
    padding-bottom: 0
}

.header__items--controls .header-item:not(:last-child) {
    padding-right: 1rem;
    margin-right: 1rem
}

@media(max-width:1200px) {
    .header__items--controls .header-item:not(:last-child) {
        padding-right: .5rem;
        margin-right: .5rem
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item:not(:last-child) {
        padding-right: 0;
        margin-right: 0
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item:first-child {
        border-left: 1px solid var(--secondary-3)
    }
}

.header__items--controls .header-item:last-child {
    margin-left: 1rem
}

@media(max-width:1200px) {
    .header__items--controls .header-item:last-child {
        margin-left: .5rem
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item:last-child {
        margin-left: 0
    }
}

.header__items--controls .header-item:last-child .header-item__wrap {
    -ms-flex-item-align: center;
    align-self: center
}

@media(max-width:900px) {
    .header__items--controls .header-item:last-child .header-item__wrap {
        -ms-flex-item-align: normal;
        align-self: normal
    }
}

.header__items--controls .header-item__wrap {
    -ms-flex-item-align: normal;
    align-self: normal;
    width: 100%
}

.header__items--controls .header-item .header__lang {
    margin-right: 1rem
}

@media(max-width:900px) {
    .header__items--controls .header-item .header__lang {
        -ms-flex-item-align: normal;
        align-self: normal;
        margin-right: 0
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item .header__lang .dropdown__button {
        padding: 0 16px
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item .header__lang .dropdown__button .dropdown-link {
        display: none
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item .header__lang .dropdown__button .dropdown-lang__img-wrapper {
        margin-right: 0
    }
}

@media(max-width:900px) {
    .header__items--controls .header-item .header__lang .dropdown__button .dropdown__arrow-wrapper {
        display: none
    }
}

.header__items--controls .header-item .header__lang .dropdown-lang__img-wrapper {
    -webkit-box-shadow: 0 0 0 1px var(--secondary-8);
    box-shadow: 0 0 0 1px var(--secondary-8)
}

.header__items--controls .header__controls {
    height: 100%
}

@media(max-width:900px) {
    .header__items--controls .header__controls {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

.header-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

@media(max-width:900px) {
    .header-item {
        position: static;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.header-item__title {
    margin-right: 3px;
    color: var(--secondary-6)
}

.header-item__value {
    margin-right: 8px;
    font-size: 14px;
    color: var(--primary-default);
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.header-item__value:hover {
    color: var(--primary-hover)
}

.header-item .dropdown {
    margin: 0
}

.header-mining {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--primary-default)
}

.header-mining .button-icon {
    --color: currentColor;
    --color-hover: var(--primary-hover);
    --color-focus: var(--primary-hover);
    --size: 16px;
    margin: 0 0 0 4px
}

.header-mining .button-icon .svg {
    font-size: var(--size)
}

.header-mining--progress {
    color: var(--progress)
}

.header-mining--progress .button-icon {
    --color-hover: #d77116;
    --color-focus: #d77116
}

.header-mining--error {
    color: var(--error)
}

.header-mining--error .button-icon {
    --color-hover: #cc2929;
    --color-focus: #cc2929
}

.header__controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-control {
    -ms-flex-item-align: normal;
    align-self: normal
}

@media(max-width:600px) {
    .header-control {
        position: static;
        z-index: auto
    }
}

.header-control.active .header-control__button {
    background-color: var(--bg-noty-btn-active)
}

@media(max-width:600px) {
    .header-control.active .dropdown__content {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}

.header-control__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    color: var(--secondary-9);
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

@media(max-width:900px) {
    .header-control__button {
        width: 56px
    }
}

.header-control__button:hover {
    color: var(--primary-hover)
}

.header-control__button:hover .button__count {
    background-color: var(--primary-hover)
}

.header-control__button .button-icon {
    --color: currentColor;
    margin: 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.header-control__button .button-icon:not(:last-of-type) {
    margin-right: 2rem
}

.header-control .dropdown__content {
    right: 0;
    left: auto;
    width: 490px;
    max-width: calc(100vw - 32px);
    padding: 0
}

@media(max-width:600px) {
    .header-control .dropdown__content {
        right: 0;
        left: 50%;
        -webkit-transform: translateY(20px) translateX(-50%);
        transform: translateY(20px) translateX(-50%)
    }
}

.header-control .dropdown__body {
    padding: 0 6px
}

.header-control .dropdown__list {
    max-height: 324px;
    padding: 8px 14px
}

@media(max-width:900px) {
    .header-control .dropdown__list {
        max-height: calc(var(--vh, 100vh) - var(--header-height, 57px) - 108px)
    }
}

.header-control .dropdown__item {
    cursor: default
}

.header-control .dropdown__item:hover {
    background-color: transparent
}

.header-control .dropdown__item:not(:last-of-type) {
    margin-bottom: 8px;
    border-bottom: 1px solid var(--secondary-4)
}

.header-control__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px;
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, .1)
}

.header-control__footer .link {
    font-size: 13px
}

.header-control-notify {
    position: relative
}

.header-control-notify__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px
}

.header-control-notify__header .button-icon {
    --size: 20px;
    --padding: 0;
    --color: var(--secondary-9);
    margin: 0;
    border: none
}

.header-control-notify__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45
}

.header-control-notify__controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-control-notify__time {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-6);
    text-align: right
}

.header-control-notify__body {
    padding-bottom: 8px
}

.header-control-notify__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45
}

.header-profile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-active-2-rgb), .1);
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}

html[data-theme=dark] .header-profile-overlay {
    background-color: rgba(6, 8, 15, .6)
}

@media(min-width:901px) {
    .header-profile-overlay {
        display: none
    }
}

.header-profile-overlay:not(.active) {
    visibility: hidden;
    opacity: 0
}

.header-profile {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer
}

.header-profile.active .header-profile__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.header-profile.active .dropdown__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-profile__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media(max-width:900px) {
    .header-profile__inner {
        padding: 0 16px
    }
}

.header-profile-avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    font-size: 28px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.header-profile-avatar__placeholder {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    font-size: 1.5rem
}

.header-profile-avatar__name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.header-profile-avatar__img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.header-profile__name {
    display: block;
    width: 100%;
    margin: 0 4px 0 10px;
    /*overflow: hidden;*/
    font-size: 14px;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

@media(max-width:900px) {
    .header-profile__name {
        display: none
    }
}

.header-profile__arrow {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    font-size: 16px;
    color: var(--primary-default);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media(max-width:900px) {
    .header-profile__arrow {
        display: none
    }
}

.header-profile .dropdown__content {
    right: 0;
    left: auto;
    padding: 12px 0
}

@media(max-width:900px) {
    .header-profile .dropdown__content {
        position: fixed;
        top: 0;
        width: auto;
        max-width: calc(100% - 60px);
        height: 100%;
        padding: 0;
        border-radius: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.header-profile .dropdown__content .header-profile__inner {
    display: none;
    padding: 16px 1rem;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--secondary-1)
}

@media(max-width:900px) {
    .header-profile .dropdown__content .header-profile__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:900px) {
    .header-profile .dropdown__content .header-profile__inner .header-profile__name {
        display: block
    }
}

.header-profile__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px
}

.header-profile__buttons .button {
    min-width: auto;
    margin: 0
}

.header-profile__buttons .button:not(:last-of-type) {
    margin-bottom: 16px
}


.header--outer .header__wrap {
    max-width: 1758px;
    padding: 0 16px;
    margin: 0 auto;
    background: linear-gradient(135deg, #222325 0%, #292924 100%);
}



@media(max-width:900px) {
    .header--outer .header__wrap {
        padding: 0
    }
}

.header--outer .header__left {
    width: auto;
    margin-right: 4.125rem;
    border-right: none
}

@media(max-width:1500px) {
    .header--outer .header__left {
        margin-right: 3rem
    }
}

@media(max-width:1300px) {
    .header--outer .header__left {
        margin-right: 1rem
    }
}

@media(max-width:1200px) {
    .header--outer .header__left {
        margin-right: 1.5rem
    }
}

@media(max-width:950px) {
    .header--outer .header__left {
        margin-right: 1rem
    }
}

@media(max-width:400px) {
    .header--outer .header__left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media(max-width:1500px) {
    .header--outer .header__left--new-year {
        padding-right: 1rem;
        margin-right: 0
    }
}

@media(max-width:1300px) {
    .header--outer .header__left--new-year {
        margin-right: 0
    }
}

@media(max-width:1200px) {
    .header--outer .header__left--new-year {
        margin-right: 0
    }
}

@media(max-width:950px) {
    .header--outer .header__left--new-year {
        padding-right: 0;
        margin-right: 0
    }
}

@media(min-width:901px) {
    .header--outer .hamburger {
        display: none
    }
}

@media(max-width:1200px) {
    .header--outer .logo {
        max-width: 150px
    }
}

.header--outer .header__center {
    min-width: 0;
    padding: 0
}

@media(max-width:400px) {
    .header--outer .header__center {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.header--outer .header__middle {
    min-width: 0
}

@media(max-width:950px) {
    .header--outer .header__nav {
        margin-right: .5rem
    }
}

@media(max-width:900px) {
    .header--outer .header__nav {
        display: none
    }
}

@media(max-width:950px) {
    .header--outer .header__link {
        font-size: 11px
    }
}

.header__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.header__link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    /*color: var(--main-color);*/
    color: #ddc402;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

@media(max-width:1200px) {
    .header__link {
        font-size: 13px
    }
}

@media(max-width:1100px) {
    .header__link {
        font-size: 12px
    }
}

.header__link:not(:last-child) {
    margin-right: 1.5rem
}

@media(max-width:1400px) {
    .header__link:not(:last-child) {
        margin-right: 1rem
    }
}

@media(max-width:1200px) {
    .header__link:not(:last-child) {
        margin-right: 1rem
    }
}

@media(max-width:1100px) {
    .header__link:not(:last-child) {
        margin-right: 5px
    }
}

.header__link:hover {
    /*color: var(--primary-hover)*/
     color: #f5f5f5;
}

.header__link.selected:before {
    -webkit-transform: none;
    transform: none
}

.header__link:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    /*background-color: var(--primary-default);*/
    background-color: #ebe708;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

@media(max-width:1200px) {
    .header__link:before {
        height: 3px
    }
}

@media(max-width:1100px) {
    .header__link:before {
        height: 2px
    }
}

.header__lang {
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    margin-right: 44px;
    margin-left: auto
}

@media(max-width:1100px) {
    .header__lang {
        margin-right: 24px
    }
}

@media(max-width:950px) {
    .header__lang {
        margin-right: 14px;
        margin-left: 14px
    }
}

@media(max-width:900px) {
    .header__lang {
        margin-right: 24px;
        margin-left: auto
    }

    .header__lang+.header__items--controls {
        margin-left: 0
    }
}

@media(min-width:901px) {
    .header--login .header__items {
        display: none
    }
}

.header--login .header-profile--login .header-profile-avatar__placeholder {
    font-size: 28px;
    color: #FFD700;
}

@media(max-width:900px) {
    .header--login .header__buttons {
        display: none
    }
}

.header__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto 0
}

.header__buttons .button {
    min-width: auto;
    margin: 0;
    border-radius: 0
}

.header__buttons .button:first-of-type {
    border-radius: 4px 0 0 4px
}

.header__buttons .button:last-of-type {
    border-radius: 0 4px 4px 0
}

.header__buttons .button:not(:last-of-type) {
    margin-right: -1px
}

html[data-theme=dark] .header--transparent {
    border-color: hsla(0, 0%, 100%, .2)
}

.header--transparent:not(.active) {
    background-color: transparent
}

.header--transparent:not(.active),
.header--transparent:not(.active) .hamburger {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .2)
}

.header--transparent:not(.active) .logo__part1 {
    fill: var(--primary-default)
}

.header--transparent:not(.active) .logo__part2,
.header--transparent:not(.active) .logo__part3 {
    fill: #fff
}

html[data-theme=dark] .header--transparent:not(.active) .logo__part1 {
    fill: var(--primary-active-2)
}

html[data-theme=dark] .header--transparent:not(.active) .logo__part2 {
    fill: var(--primary-default)
}

html[data-theme=dark] .header--transparent:not(.active) .logo__part3 {
    fill: var(--primary-active-2)
}

.header--transparent:not(.active) .header__link {
    color: #fff
}

.header--transparent:not(.active) .header-profile>.header-profile__inner .header-profile-avatar {
    color: var(--primary-default);
    background-color: #fff
}

.header--transparent:not(.active) .header-profile--login>.header-profile__inner .header-profile-avatar__placeholder,
.header--transparent:not(.active) .header-profile__arrow {
    color: #fff
}

.header--transparent:not(.active) .header-profile--login .dropdown__content .header-profile__inner {
    color: var(--main-color)
}

.header--transparent:not(.active) .header-control.active .header-control__button {
    background-color: hsla(0, 0%, 100%, .2)
}

.header--transparent:not(.active) .header-control__button {
    color: #fff
}

.header--transparent:not(.active) .header-control__button .button__count {
    color: var(--primary-default);
    background-color: #fff
}

.header--transparent:not(.active) .header__lang {
    color: var(--main-color)
}

.header--transparent:not(.active) .header__lang .dropdown__button {
    color: #fff
}

.header--transparent:not(.active) .header__lang .dropdown__button .dropdown-lang__img-wrapper {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}

.header--transparent:not(.active) .header__lang .dropdown__arrow {
    color: #fff
}

@media(max-width:900px) {
    .header--transparent:not(.active) .header__items--controls .header-item {
        border-color: hsla(0, 0%, 100%, .2)
    }
}

.header--transparent:not(.active) .header__buttons .button--secondary {
    --color: #fff;
    --color-hover: #fff;
    --bg-color-hover: hsla(0, 0%, 100%, 0.3);
    --border-color: #fff;
    --border-color-hover: #fff
}

.header--transparent:not(.active) .header__buttons .button--secondary:focus {
    -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .5)
}

.header--transparent:not(.active) .dropdown__content {
    color: var(--main-color)
}

@media(min-width:901px) {
    .header--admin {
        display: none
    }
}

@media(max-width:900px) {
    .header--admin .logo {
        margin-left: 0
    }
}

@media(max-width:400px) {
    .header--admin .logo {
        margin-left: auto
    }
}

@media(max-width:400px) {
    .header--admin .header__left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0
    }
}

@media(max-width:400px) {
    .header--admin .header__middle {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: auto
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-active-2-rgb), .1);
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}

html[data-theme=dark] .menu-overlay {
    background-color: rgba(6, 8, 15, .6)
}

@media(min-width:901px) {
    .menu-overlay {
        display: none
    }
}

.menu-overlay:not(.active) {
    visibility: hidden;
    opacity: 0
}

.menu {
    --full-size: 246px;
    --size: 56px;
    z-index: 8;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--size);
    flex: 0 0 var(--size);
    padding: 0;
    background-color: var(--bg-main);
    -webkit-box-shadow: 0 0 32px rgba(var(--black-rgb), .1);
    box-shadow: 0 0 32px rgba(var(--black-rgb), .1);
    -webkit-transition: -webkit-box-flex .5s ease;
    transition: -webkit-box-flex .5s ease;
    transition: flex .5s ease;
    transition: flex .5s ease, -webkit-box-flex .5s ease, -ms-flex .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

html[data-theme=dark] .menu {
    -webkit-box-shadow: 0 0 32px var(--white);
    box-shadow: 0 0 32px var(--white)
}

.menu::-webkit-scrollbar {
    width: 2px
}

.menu::-webkit-scrollbar-thumb {
    background: var(--primary-disable);
    border-radius: 0
}

.menu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

@media(max-width:1200px) {
    .menu {
        --size: 57px
    }
}

@media(max-width:1100px) {
    .menu {
        --size: 49px
    }
}

@media(max-width:900px) {
    .menu {
        --size: calc(100% - 60px);
        position: fixed;
        top: var(--header-height, 57px);
        left: 0;
        z-index: 7;
        width: var(--size);
        height: calc(var(--vh, 100%) - var(--header-height, 57px));
        padding-top: 0;
        padding-bottom: 0;
        overflow-x: hidden;
        visibility: hidden;
        border-right: none;
        opacity: 0;
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        scrollbar-color: var(--primary-disable) transparent;
        scrollbar-width: thin
    }

    .menu::-webkit-scrollbar {
        width: 4px
    }

    .menu::-webkit-scrollbar-thumb {
        background: var(--primary-disable);
        border-radius: 0
    }

    .menu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 0
    }
}

.menu:not(.active):not(:hover) .accordion__title span {
    margin-left: -200px;
    opacity: 0;
    -webkit-transition: margin .3s ease, opacity 0s ease 0s;
    transition: margin .3s ease, opacity 0s ease 0s
}

.menu:not(.active):not(:hover) .accordion__title .svg {
    margin-right: 0
}

.menu:not(.active):not(:hover) .accordion__arrow {
    opacity: 0
}

.menu:not(.active):not(:hover) .menu-courses,
.menu:not(.active):not(:hover) .menu-footer {
    margin-left: -200px;
    opacity: 0;
    -webkit-transition: margin .3s ease, opacity 0s ease 0s;
    transition: margin .3s ease, opacity 0s ease 0s
}

.menu:not(.active):not(:hover) .menu-social {
    margin-left: -200px;
    opacity: 0;
    -webkit-transition: margin .45s ease, opacity .45s ease .3s;
    transition: margin .45s ease, opacity .45s ease .3s
}

@media(pointer:coarse) {
    .menu:not(.active) .accordion__title span {
        margin-left: -200px;
        opacity: 0;
        -webkit-transition: margin .3s ease, opacity 0s ease 0s;
        transition: margin .3s ease, opacity 0s ease 0s
    }

    .menu:not(.active) .accordion__title .svg {
        margin-right: 0
    }

    .menu:not(.active) .accordion__arrow {
        opacity: 0
    }

    .menu:not(.active) .menu-courses,
    .menu:not(.active) .menu-footer {
        margin-left: -200px;
        opacity: 0;
        -webkit-transition: margin .3s ease, opacity 0s ease 0s;
        transition: margin .3s ease, opacity 0s ease 0s
    }
}

@media(hover) {
    .menu:hover {
        --size: var(--full-size);
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .menu:hover .menu-wrap {
        margin-left: 0
    }

    .menu:hover .logo,
    .menu:hover .menu-body,
    .menu:hover .menu-footer {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .menu:hover .accordion__title span {
        -webkit-transition: margin .3s ease .5s, opacity .3s ease .7s;
        transition: margin .3s ease .5s, opacity .3s ease .7s
    }

    .menu:hover .menu-courses,
    .menu:hover .menu-footer {
        -webkit-transition: margin .3s ease .5s, opacity 0s ease .7s;
        transition: margin .3s ease .5s, opacity 0s ease .7s
    }

    .menu:hover .accordion__arrow {
        -webkit-transition: opacity .3s ease .7s, -webkit-transform .4s ease;
        transition: opacity .3s ease .7s, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .3s ease .7s;
        transition: transform .4s ease, opacity .3s ease .7s, -webkit-transform .4s ease
    }

    .menu:hover .menu-social {
        -webkit-transition: margin 1s ease, opacity 1s ease .7s;
        transition: margin 1s ease, opacity 1s ease .7s
    }
}

.menu.active {
    --size: var(--full-size)
}

@media(max-width:900px) {
    .menu.active {
        --size: 184px;
        visibility: visible;
        opacity: 1;
        background: #0b0b0a;
    }
}

.menu.active .menu-wrap {
    margin-left: 0
}

.menu.active .logo,
.menu.active .menu-body,
.menu.active .menu-footer {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.menu.active .accordion__title span {
    -webkit-transition: margin .3s ease, opacity .3s ease .2s;
    transition: margin .3s ease, opacity .3s ease .2s
}

.menu.active .menu-social {
    -webkit-transition: margin .5s ease, opacity .5s ease .3s;
    transition: margin .5s ease, opacity .5s ease .3s
}

.menu.active .menu-courses,
.menu.active .menu-messengers,
.menu.active .menu-phone__inner,
.menu.active .menu-social-wrapper {
    -webkit-transition: margin .3s ease, opacity .3s ease .2s;
    transition: margin .3s ease, opacity .3s ease .2s
}

.menu.active .accordion__arrow {
    -webkit-transition: opacity .3s ease .2s, -webkit-transform .4s ease;
    transition: opacity .3s ease .2s, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .3s ease .2s;
    transition: transform .4s ease, opacity .3s ease .2s, -webkit-transform .4s ease
}

.menu.without-transition,
.menu.without-transition * {
    -webkit-transition: none !important;
    transition: none !important
}

.menu-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: margin .5s ease;
    transition: margin .5s ease
}

.menu-info {
    padding: 14px 1.125rem
}

@media(min-width:901px) {
    .menu-info {
        display: none
    }
}

.menu-info__item:not(:last-of-type):after {
    display: block;
    width: 24px;
    height: 1px;
    margin: 12px 0;
    content: "";
    background-color: var(--secondary-4)
}

.menu-info__item .header-item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 12px
}

.menu-info__item .header-item__value {
    font-size: inherit
}

.menu-info__item .dropdown__button {
    font-size: 12px
}

.menu-nav {
    padding-top: 10px
}

.menu-nav-accordion.selected {
    background-color: var(--white)
}

.menu-nav-accordion.selected>.accordion-button {
    color: var(--main-color)
}

.menu-nav-accordion.selected>.accordion-button:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu-nav-accordion.selected>.accordion-button .accordion__title .svg {
    color: var(--primary-default)
}

.menu-nav-accordion .accordion-button {
    color: var(--secondary-9)
}

.menu-nav-accordion .accordion-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    background-color: #ffd700;
    border-radius: 0 4px 4px 0;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.menu-nav-accordion .accordion-item .accordion-button.selected {
    color: var(--primary-default)
}

.menu-nav-accordion .accordion-item .accordion-button.selected .accordion__title,
.menu-nav-accordion .accordion-item .accordion-button.selected .accordion__title .svg {
    color: currentColor
}

.menu-courses {
    position: relative;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .menu-courses {
        min-height: auto
    }
}

.menu-courses:before {
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 14px;
    margin-bottom: 20px;
    content: "";
    border-bottom: 1px solid var(--secondary-3)
}

.menu-courses__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.menu-courses__settings .button-icon {
    --color: var(--secondary-9)
}

.menu-courses__item:not(:last-of-type) {
    margin-bottom: 4px
}

.menu-courses-dropdown.active {
    z-index: 4
}

.menu-courses-dropdown.active .button-icon {
    --color: var(--primary-active-2)
}

.menu-courses-dropdown .button-icon {
    --size: auto;
    margin: 0;
    border: none
}

.menu-courses-dropdown .button-icon svg+span {
    margin-left: 4px
}

.menu-courses-dropdown>.dropdown__content {
    right: -10px;
    left: auto;
    width: calc(var(--full-size) - 16px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media(max-width:900px) {
    .menu-courses-dropdown>.dropdown__content {
        display: none
    }
}

.menu-courses-dropdown .dropdown-wrapper {
    margin: 0 0 1.25em
}

.menu-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 8px;
    font-size: 14px;
    font-weight: 300;
    background-color: var(--white);
    border-radius: 4px
}

.menu-course__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 12px
}

.menu-course__value {
    margin-left: 12px;
    text-align: right
}

.menu-course__tag {
    min-width: 50px
}

.menu-course__tag .tag {
    padding: 3px 4px
}

.menu-socials {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    margin-bottom: 24px
}

.menu-socials__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px
}

@media(max-width:900px) {
    .menu-socials__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 3px;
    background-color: var(--bg-social);
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-social__icon svg {
    font-size: 16px
}

.menu-social:hover {
    background-color: var(--primary-hover)
}

.menu-footer {
    position: sticky;
    bottom: 0;
    z-index: 3;
    padding: 0 1.125rem 1.25rem;
    margin-top: auto;
    background-color: var(--bg-main)
}

.menu-footer:before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    content: "";
    border-bottom: 1px solid var(--secondary-3)
}

.menu-switcher .checkbox-switch {
    margin: 0
}

.menu--outer {
    background-color: var(--white)
}

.menu--outer .accordion-button {
    text-transform: uppercase
}

.menu--admin {
    background-color: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu--admin:not(.active):not(:hover) .header--admin .header__center {
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: margin .3s ease, opacity 0s ease 0s;
    transition: margin .3s ease, opacity 0s ease 0s
}

@media(pointer:coarse) {
    .menu--admin:not(.active) .header--admin .header__center {
        margin-left: -60px;
        opacity: 0;
        -webkit-transition: margin .3s ease, opacity 0s ease 0s;
        transition: margin .3s ease, opacity 0s ease 0s
    }
}

@media(hover) {
    .menu--admin:hover {
        --size: 56px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .menu--admin:hover .header--admin .header__center {
        margin-left: -200px;
        opacity: 0;
        -webkit-transition: margin .3s ease, opacity 0s ease 0s;
        transition: margin .3s ease, opacity 0s ease 0s
    }

    .menu--admin:hover .logo,
    .menu--admin:hover .menu-footer {
        visibility: hidden;
        opacity: 0
    }

    .menu--admin:hover .accordion__title span,
    .menu--admin:hover .menu-courses,
    .menu--admin:hover .menu-footer {
        margin-left: -200px;
        opacity: 0;
        -webkit-transition: margin .3s ease, opacity 0s ease 0s;
        transition: margin .3s ease, opacity 0s ease 0s
    }
}

.menu--admin.active {
    --size: var(--full-size)
}

.menu--admin.active .header--admin .header__center {
    margin-left: 0;
    opacity: 1;
    -webkit-transition: margin .3s ease, opacity .3s ease .2s;
    transition: margin .3s ease, opacity .3s ease .2s
}

@media(max-width:900px) {
    .menu--admin.active {
        --size: calc(100% - 60px);
        visibility: visible;
        opacity: 1
    }
}

.menu--admin.active .menu-wrap {
    margin-left: 0
}

.menu--admin.active .logo,
.menu--admin.active .menu-body,
.menu--admin.active .menu-footer {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.menu--admin.active .accordion__title span {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: margin .3s ease, opacity .3s ease .2s;
    transition: margin .3s ease, opacity .3s ease .2s
}

.menu--admin.active .menu-courses,
.menu--admin.active .menu-footer {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: margin .3s ease, opacity 0s ease .2s;
    transition: margin .3s ease, opacity 0s ease .2s
}

.menu--admin.active .menu-messengers,
.menu--admin.active .menu-phone__inner,
.menu--admin.active .menu-social-wrapper {
    -webkit-transition: margin .3s ease, opacity .3s ease .2s;
    transition: margin .3s ease, opacity .3s ease .2s
}

.menu--admin.active .accordion__arrow {
    -webkit-transition: opacity .3s ease .2s, -webkit-transform .4s ease;
    transition: opacity .3s ease .2s, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .3s ease .2s;
    transition: transform .4s ease, opacity .3s ease .2s, -webkit-transform .4s ease
}

@media(max-width:900px) {
    .menu--admin .menu-header {
        display: none
    }
}

.menu--admin .header--admin {
    display: block;
    background-color: transparent;
    border-color: transparent
}

.menu--admin .header--admin .header__left {
    width: auto;
    padding: 0;
    border: none
}

.menu--admin .header--admin .logo {
    display: none
}

.menu--admin .header--admin .hamburger {
    position: relative;
    z-index: 2;
    margin-right: 0
}

.menu--admin .header--admin .header__center {
    padding: 0 16px
}

.menu--admin .header--admin .header-item:last-child {
    margin-left: 0
}

.menu--admin .menu-nav-accordion.selected {
    background-color: var(--bg-main)
}

.menu--admin .menu-nav-accordion .accordion-button:before {
    border-radius: 0
}

.menu--admin .menu-footer {
    background-color: var(--white)
}

.widget-control {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: -10px
}

@media(max-width:1400px) {
    .widget-control {
        right: 1rem;
        bottom: 5rem
    }
}

.widget-control__button {
    --size: 3.5rem;
    --padding: 0;
    margin: 10px;
    background: linear-gradient(145deg, #2f80ed 30%, #003a7e 125%);
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 6px
}

@media(max-width:900px) {
    .widget-control__button {
        --size: 3rem
    }
}

.widget-control__button .svg {
    font-size: 30px
}

.widget-control__button--round {
    border-radius: 100%
}

.widget-control__button--round .svg {
    font-size: 40px
}

.widget-control .dropdown__content {
    --position: calc(100% + 4px);
    top: auto !important;
    bottom: var(--position) !important;
    width: auto;
    padding: 16px 8px
}

.widget-control .dropdown__content .dropdown__item {
    background-color: var(--bg-comment);
    border-radius: 4px
}

html[data-theme=dark] .widget-control .dropdown__content .dropdown__item {
    background-color: var(--secondary-2)
}

.widget-control .dropdown__content .dropdown__item:hover,
html[data-theme=dark] .widget-control .dropdown__content .dropdown__item:hover {
    color: #fff;
    background-color: var(--primary-default)
}

.widget-control .dropdown__content .dropdown__item:not(:last-child) {
    margin-bottom: 4px
}

.widget-control .dropdown__content .dropdown-link {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap
}

.widget-control .dropdown__content .dropdown-link__text {
    font-weight: 500
}

.prize {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prize.hidden {
    visibility: hidden;
    opacity: 0
}

.prize__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    background-color: var(--bg-comment);
    border: 0;
    border-radius: 100%;
    -webkit-transform: translate(-12px, 12px);
    transform: translate(-12px, 12px)
}

@media(max-width:768px) {
    .prize__close {
        width: 20px;
        height: 20px
    }
}

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

@media(max-width:768px) {
    .prize__close .svg {
        font-size: 12px
    }
}

.prize__img img {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:768px) {
    .prize__img img {
        width: 80px;
        height: 80px
    }
}

.section {
    padding: 1.5rem 0
}

.section-title__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px
}

@media(max-width:900px) {
    .section-title__wrapper {
        padding: 0 16px;
        margin-bottom: 16px
    }
}

.section-title__wrapper .section__title {
    margin: 0
}

@media(max-width:900px) {
    .section-title__wrapper .section__title {
        padding: 0
    }
}

.section-title__wrapper .link--back {
    margin-right: 20px;
    font-size: 13px
}

.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem
}

@media(max-width:900px) {
    .section__header {
        padding: 0 16px
    }
}

.section__header .section__title {
    margin: 0
}

@media(max-width:900px) {
    .section__header .section__title {
        padding: 0
    }
}

@media(max-width:900px) {
    .section__title {
        padding: 0 16px
    }
}

.section__title-icon {
    margin-top: 2px;
    margin-left: 4px;
    font-size: 16px;
    color: var(--primary-default);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.section__title-icon:hover {
    color: var(--primary-hover)
}

.section__controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px
}

.section__controls .dropdown {
    margin: 5px
}

.section__search {
    width: 100%;
    max-width: 290px
}

@media(max-width:900px) {
    .section__search {
        display: none
    }
}

.page--admin-mining .section__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    max-width: 50.625rem;
    margin-left: 4.375rem
}

.section__search .input,
.section__search .input-wrapper {
    width: 100%;
    margin: 0
}

.section__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem
}

@media(max-width:1100px) {
    .section__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0
    }
}

.section__grid>.card {
    width: calc(100% - 1rem);
    margin: .5rem
}

@media(max-width:1100px) {
    .section__grid>.card {
        width: 100%;
        margin: 12px 0
    }
}

.section__grid>.card--small {
    width: calc(33.33333% - 1rem)
}

@media(max-width:1100px) {
    .section__grid>.card--small {
        width: 100%;
        margin: 12px 0
    }
}

.section__grid>.card--medium {
    width: calc(66.66667% - 1rem)
}

@media(max-width:1100px) {
    .section__grid>.card--medium {
        width: 100%
    }
}

@media(min-width:1101px) {
    .section__grid>.card--half {
        width: calc(50% - 1rem)
    }
}

.section__grid .tabs {
    width: calc(100% - 1rem);
    margin: .5rem
}

@media(max-width:1100px) {
    .section__grid .tabs {
        width: auto;
        margin: 0
    }
}

.section__grid .tabs--tight {
    margin-bottom: 0
}

.section__grid .tabs--tight+.card {
    margin-top: 0;
    border-radius: 0 0 8px 8px
}

.section__grid>.text-info {
    width: calc(100% - 1rem);
    margin: .5rem
}

@media(max-width:1100px) {
    .section__grid>.text-info {
        width: 100%;
        margin: 0
    }
}

.powers-statuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

@media(max-width:1100px) {
    .powers-statuses {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:900px) {
    .powers-statuses {
        padding: 0 16px
    }
}

.powers-statuses .powers-slider-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.powers-statuses .powers-profit {
    width: 100%;
    max-width: 25%;
    margin-left: 1.25rem
}

@media(max-width:1100px) {
    .powers-statuses .powers-profit {
        max-width: none;
        margin-top: 1.25rem;
        margin-left: 0
    }
}

.powers-slider-wrapper {
    position: relative;
    width: 0;
    min-width: 1px;
    padding-right: 1.5rem
}

@media(max-width:900px) {
    .powers-slider-wrapper {
        overflow: hidden
    }
}

.powers-slider-wrapper .powers-slider {
    height: 100%
}

.powers-slider {
    position: relative;
    overflow: visible
}

.powers-slider:not(.swiper-container-initialized) .powers-slide {
    opacity: 0
}

.powers-slider:not(.swiper-container-initialized) .powers-slide:first-child {
    opacity: 1
}

.powers-slider:not(.swiper-container-initialized) .powers-slide:first-child .card {
    background-color: var(--white)
}

.powers-slide .card {
    background-color: #d2def5;
    -webkit-transition: background-color .5s ease, opacity .5s ease;
    transition: background-color .5s ease, opacity .5s ease
}

html[data-theme=dark] .powers-slide .card {
    background-color: #11162b
}

@media(max-width:600px) {
    .powers-slide .card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.powers-slide.swiper-slide-other .card {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.powers-slide.swiper-slide-prev .card {
    background-color: #e6edfa;
    opacity: 0
}

html[data-theme=dark] .powers-slide.swiper-slide-prev .card {
    background-color: #14203b
}

.powers-slide.swiper-slide-next .card {
    background-color: #e6edfa;
    opacity: 1
}

html[data-theme=dark] .powers-slide.swiper-slide-next .card {
    background-color: #14203b
}

.powers-slide.swiper-slide-next+.swiper-slide .card {
    opacity: 1
}

.powers-slide.swiper-slide-active .card {
    background-color: var(--white);
    opacity: 1
}

html[data-theme=dark] .powers-slide.swiper-slide-active .card {
    background-color: var(--white)
}

.powers-slider-navigation {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.powers-slider-navigation .button-icon {
    --color: var(--primary-active-2);
    --color-hover: var(--primary-active-2);
    --color-focus: var(--primary-active-2);
    --bg-color-hover: var(--primary-disable-2);
    --bg-color-focus: var(--primary-disable-2);
    --border-color: var(--white);
    --border-color-hover: var(--primary-disable-2);
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgba(var(--black-rgb), .1);
    box-shadow: 0 0 10px rgba(var(--black-rgb), .1);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

html[data-theme=dark] .powers-slider-navigation .button-icon {
    --color: var(--black);
    --color-hover: var(--black);
    --bg-color: var(--white);
    --border-color: var(--white);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px rgba(0, 0, 0, .75)
}

.powers-slider-navigation .button-icon:focus {
    border-color: var(--primary-disable-2)
}

.powers-slider-navigation .button-icon:not(:last-child) {
    margin-bottom: 12px
}

.powers-statuses-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.powers-statuses-header .status-progress {
    margin-left: 1.5rem
}

.powers-statuses__conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 28px
}

@media(max-width:600px) {
    .powers-statuses__conditions {
        margin-top: 14px;
        margin-left: 0
    }
}

.status-progress__text {
    font-size: 14px;
    line-height: 1.2
}

.status-progress__bar {
    width: 100%;
    height: 4px;
    margin-top: 6px;
    overflow: hidden;
    background-color: var(--primary-disable);
    border-radius: 4px
}

.status-progress__curr {
    width: 100%;
    max-width: 0;
    height: 100%;
    background-color: var(--primary-default);
    border-radius: 4px;
    -webkit-transition: max-width .2s ease;
    transition: max-width .2s ease
}

.powers-profit {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.powers-profit .card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:1100px) {
    .powers-profit .card__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.powers-profit .card__header .dropdown {
    width: auto
}

.powers-profit .card__header .dropdown__button {
    font-size: 16px
}

.powers-profit .card__title {
    margin-right: 0;
    margin-bottom: 4px
}

.powers-profit .dropdown {
    width: auto
}

.powers-profit__dropdown .dropdown__button {
    font-size: 20px;
    font-weight: 600
}

.powers .tabs {
    margin-bottom: 1rem
}

.powers__item:not(:last-of-type) {
    margin-bottom: 8px
}

@media(max-width:900px) {
    .powers__item:not(:last-of-type) {
        margin-bottom: 12px
    }
}

.powers-item {
    background-color: var(--white);
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.powers-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.powers-item.active .powers-item__button .svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.powers-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .75rem 1.25rem;
    cursor: pointer
}

@media(max-width:900px) {
    .powers-item__header {
        padding: 16px
    }
}

.powers-item__button {
    margin: 10px 12px 0 0
}

.powers-item__wrap {
    width: 100%;
    overflow: hidden
}

.powers-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem
}

.powers-item__inner .powers-item-col {
    width: calc(16.66667% - 1rem);
    margin: .5rem
}

@media(max-width:1100px) {
    .powers-item__inner .powers-item-col {
        width: calc(33.33333% - 1rem)
    }
}

@media(max-width:600px) {
    .powers-item__inner .powers-item-col {
        width: calc(50% - 1rem)
    }
}

.powers-item__hidden {
    height: 100%;
    max-height: 0;
    padding: 0 1.25rem;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media(max-width:900px) {
    .powers-item__hidden {
        padding: 0 16px
    }
}

.powers-item-table {
    padding-top: 2rem;
    padding-bottom: 24px;
    padding-left: 32px
}

@media(max-width:700px) {
    .powers-item-table {
        padding-top: 20px;
        padding-bottom: 24px;
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px solid var(--secondary-4)
    }
}

.powers-item-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

@media(max-width:1100px) {
    .powers-item-table__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 20px
    }
}

.powers-item-table__title {
    margin: 0 1rem 0 0
}

@media(max-width:1100px) {
    .powers-item-table__title {
        margin: 0 0 20px
    }
}

.powers-item-table__controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.powers-item-table__controls>:not(:last-child) {
    margin-right: 12px
}

@media(max-width:700px) {
    .powers-item-table__controls .radio-buttons {
        display: none
    }
}

@media(max-width:700px) {
    .powers-item-table__controls .my-datepicker {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.powers-item-table__controls>.button {
    --font-size: 13px;
    --bg-color: var(--white);
    margin: 0
}

@media(max-width:700px) {
    .powers-item-table__controls>.button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.powers-item-table__controls>.button .svg {
    margin-right: 8px
}

.powers-item-col {
    font-size: 14px;
    font-weight: 300
}

.powers-item-col__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.powers-item-col__wrap .button {
    margin: auto 0
}

.powers-item-col__title {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
    color: var(--secondary-6)
}

.powers-item-col__value--clickable {
    color: var(--primary-default);
    cursor: pointer
}

.powers-item-col__value--clickable:hover {
    color: var(--primary-hover)
}

@media(max-width:600px) {
    .wallets .card-stats {
        margin: -.25rem
    }
}

.wallets .card-stats .card-stat {
    width: calc(25% - 1rem)
}

@media(max-width:1100px) {
    .wallets .card-stats .card-stat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: calc(50% - 1rem)
    }
}

@media(max-width:600px) {
    .wallets .card-stats .card-stat {
        width: calc(100% - .5rem);
        margin: .25rem
    }
}

@media(max-width:1300px) {
    .wallets .card-stats .card-stat__icon-wrapper {
        display: none
    }
}

@media(max-width:1100px) {
    .wallets .card-stats .card-stat__icon-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 1.25rem;
        margin-bottom: 0
    }
}

.wallets__stats {
    margin-bottom: 1rem
}

.powers-item--wallet .powers-item-col {
    width: calc(25% - 1rem)
}

.powers-item--wallet .powers-item-col--controls {
    width: calc(50% - 1rem);
    text-align: right
}

.wallet {
    background-color: var(--white);
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.wallet:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.wallet.active .wallet__button .svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.wallet__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    cursor: pointer
}

@media(max-width:900px) {
    .wallet__wrap {
        padding: 16px
    }
}

.wallet__button {
    margin: 10px 12px 0 0
}

@media(max-width:900px) {
    .wallet__button.button--flat {
        --size: 16px
    }
}

@media(max-width:700px) {
    .wallet__button+.wallet__inner .wallet__right {
        width: calc(100% + 28px);
        margin-left: -28px
    }
}

.wallet__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:700px) {
    .wallet__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.wallet__left {
    margin-right: 1rem
}

@media(max-width:700px) {
    .wallet__left {
        margin-right: 0;
        margin-bottom: 1.4rem
    }
    
    
    ._zz_coin_price {
        position: absolute;
        right: 3rem;
    }
    
    
    
}

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

@media(max-width:700px) {
    .wallet__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.wallet__type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 180px;
    margin-right: 2rem
}

@media(max-width:1200px) {
    .wallet__type {
        min-width: 140px
    }
}

@media(max-width:1100px) {
    .wallet__type {
        min-width: 120px
    }
}

@media(max-width:950px) {
    .wallet__type {
        min-width: auto
    }
}

.wallet__icon {
    --color-bg: var(--secondary-3);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 12px;
    overflow: hidden;
    font-size: 2.5rem;
    background-color: var(--color-bg);
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

html[data-theme=dark] .wallet__icon {
    --color-bg: #111225
}

.wallet .powers-item-col {
    min-width: 120px
}

.wallet .powers-item-col__value {
    font-weight: 500
}

.wallet__controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: -7px
}

@media(max-width:700px) {
    .wallet__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -5px
    }
}

.wallet__controls .button {
    min-width: auto;
    margin: 7px
}

@media(max-width:1100px) {
    .wallet__controls .button {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(max-width:700px) {
    .wallet__controls .button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 5px
    }
}

.wallet__hidden {
    height: 100%;
    max-height: 0;
    padding: 0 1.25rem;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media(max-width:900px) {
    .wallet__hidden {
        padding: 0 16px
    }
}

.electricity {
    margin-bottom: 2rem
}

.electricity-tabs .powers-item-table {
    padding: 0
}

@media(max-width:700px) {
    .electricity-tabs .powers-item-table {
        margin-top: 0;
        border-top: none
    }
}

.history-filter {
    margin-bottom: 10px
}

.history-filter__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

@media(max-width:900px) {
    .history-filter__wrap {
        display: none
    }
}

.history-filter .dropdown {
    width: auto;
    margin: 4px
}

.history-filter .dropdown__button {
    --border-color: var(--white)
}

.history-filter .dropdown__arrow {
    color: currentColor
}

.history-filter .dropdown__content {
    min-width: 230px
}

.history-filter .dropdown__list {
    max-height: 230px
}

.history-filter .dropdown__footer {
    padding: 16px 10px 6px
}

.history-filter__reset {
    margin: 14px 4px;
    font-size: 12px;
    font-weight: 300
}

.history-filter__mobile {
    display: none;
    padding: 0 16px
}

@media(max-width:900px) {
    .history-filter__mobile {
        display: block
    }
}

.history-filter__mobile .button {
    --bg-color: var(--white);
    --bg-color-hover: var(--white);
    --bg-color-focus: var(--white);
    width: 100%;
    margin: 0
}

.history-filter__mobile .button .svg {
    margin-left: 10px
}

.partners .card-stat .dropdown {
    width: auto
}

.partners .card-stat .dropdown__button {
    font-size: 20px;
    font-weight: 600
}

.partners .card-stat .dropdown__content {
    width: 100%
}

.ref-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ref-link .input {
    margin: 0
}

.ref-link .button {
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 12px 0 0
}

.ref-link .button .svg {
    margin-right: 10px
}

.target-link {
    position: relative;
    padding-top: 16px;
    margin-top: 16px
}

.target-link:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 3rem);
    height: 1px;
    content: "";
    background-color: var(--secondary-4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1200px) {
    .target-link:before {
        width: calc(100% + 32px)
    }
}

.target-link .text-info {
    margin: 0;
    font-weight: 300;
    line-height: 1.3
}

.target-link__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.target-link .button {
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 16px 0 0
}

.target-link-dropdown .dropdown__content {
    padding: 0
}

@media(min-width:901px) {
    .target-link-dropdown .dropdown__content {
        width: 100%;
        min-width: 410px
    }
}

@media(max-width:900px) {
    .target-link-dropdown .dropdown__content {
        border-radius: 8px
    }
}

.target-link-content {
    padding: 8px 8px 2.5rem
}

@media(max-width:900px) {
    .target-link-content .modal-row__label {
        font-size: 14px
    }
}

.target-link-dropdown__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px
}

.target-link-dropdown__header .button-close {
    padding: 5px;
    margin: 0 0 0 auto
}

.target-link-dropdown__body {
    width: 100%;
    max-width: 320px;
    margin: 0 auto
}

@media(max-width:600px) {
    .target-link-dropdown__body {
        max-width: none;
        padding: 0 12px
    }
}

.target-link-dropdown__body .button {
    width: 100%;
    margin: 0
}

.target-link-dropdown__body .button .svg {
    margin-right: 10px
}

.target-link__text {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3
}

.partners-achievements {
    margin: 0
}

@media(max-width:900px) {
    .partners-achievements {
        padding: 0
    }
}

.partners-achievements .card {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0
}

.partners-achievements .card__footer {
    margin-top: 20px
}

.partners-achievements .powers-slider {
    height: 100%
}

.partners-achievements .powers-slider:not(.swiper-container-initialized) .powers-slide .card {
    background-color: var(--bg-card)
}

.partners-achievements .powers-slide,
.partners-achievements .powers-slider__wrap {
    height: 100%
}

.partners-achievements .powers-slide.swiper-slide-active .card {
    background-color: var(--bg-card)
}

html[data-theme=dark] .partners-achievements .powers-slide.swiper-slide-active .card {
    background-color: #222947
}

.partners-achievements .powers-slide .card {
    height: 100%
}

@media(max-width:600px) {
    .partners-achievements .powers-slide .card__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.partners-achievements .powers-profit {
    max-width: 37%
}

@media(max-width:1100px) {
    .partners-achievements .powers-profit {
        max-width: none
    }
}

.partners-achievements .powers-profit .card {
    background-color: var(--bg-card)
}

.partners-achievements .powers-profit .card__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-achievements .powers-profit .card__header .card__title {
    margin-right: 8px;
    margin-bottom: 0
}

.partners__pseudo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    max-width: 180px;
    height: 180px;
    color: #c8dbf4;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

html[data-theme=dark] .partners__pseudo {
    color: #10468d
}

.swiper-slide-active .partners__pseudo {
    opacity: 1
}

.round-progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 104px;
    min-width: 104px;
    height: 104px;
    min-height: 104px;
    color: var(--primary-active-2);
    text-align: center
}

.round-progress__bar {
    color: var(--primary-disable)
}

.round-progress__bar,
.round-progress__value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-dasharray: 309;
    stroke-dashoffset: 0;
    stroke-linecap: round
}

.round-progress__value {
    z-index: 1;
    color: var(--primary-default);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.round-progress__count {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.round-progress__count em {
    font-size: 32px
}

.round-progress__type {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.partners__bonus {
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-8)
}

.partners__bonus em {
    font-weight: 500
}

.partners-card-item:not(:last-of-type) {
    margin-bottom: 24px
}

.partners-card-item__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300
}

.partners-tabs {
    margin-top: 16px
}

.partners-tabs .card {
    padding: 0
}

.partners-tabs .card+.table-footer {
    margin-top: 16px
}

@media(max-width:900px) {
    .partners-tabs .card+.table-footer {
        padding: 0 16px
    }
}

.detail .card .powers-item-table {
    padding: 0
}

@media(max-width:700px) {
    .detail .card .powers-item-table {
        margin: 0;
        border: none
    }
}

@media(max-width:700px) {
    .detail .card .powers-item-table__header {
        margin-bottom: 0
    }
}

.detail .card .history-filter {
    margin-bottom: 0
}

@media(max-width:900px) {
    .detail .card .history-filter__wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.detail .card .history-filter .dropdown__button {
    --border-color: var(--secondary-4)
}

.detail-chart {
    margin-bottom: 16px
}

.detail-chart .card__header {
    margin-bottom: 20px
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .button-icon span {
        display: none
    }
}

.detail-chart .card__header .menu-courses-dropdown>.dropdown__content {
    right: 0;
    width: 280px
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown>.dropdown__content {
        display: block;
        width: 380px;
        max-width: calc(100vw - 32px)
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__header {
        padding: 10px 24px 12px
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__title {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__body {
        padding: 0 24px
    }
}

.detail-chart .card__header .menu-courses-dropdown .radio-buttons {
    width: 100%
}

.detail-chart .card__header .menu-courses-dropdown .radio-buttons .radio-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.detail-chart .card__header .menu-courses-dropdown .radio-buttons .radio__custom {
    padding: 6px 12px
}

.detail-chart .card__header .menu-courses-dropdown .my-datepicker .dropdown__content {
    width: 100%
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__list {
        max-height: 166px
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__item .checkbox {
        padding: 8px 0
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__footer {
        padding: 10px 32px 0
    }
}

@media(max-width:900px) {
    .detail-chart .card__header .menu-courses-dropdown .dropdown__footer .button--small {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width:901px) {
    .detail-chart .card__body .chart-labels .chart-label__text {
        font-size: 12px
    }
}

.help .card .table-wrapper {
    width: calc(100% + 4rem);
    max-width: 100vw;
    margin-left: -2rem
}

@media(max-width:1200px) {
    .help .card .table-wrapper {
        width: calc(100% + 2rem);
        margin-left: -1rem
    }
}

.help .card .table--accordion tbody tr:hover {
    background-color: var(--bg-card)
}

.help .card .table--accordion td,
.help .card .table--accordion th {
    vertical-align: middle
}

.help .card .table--accordion td:first-of-type,
.help .card .table--accordion th:first-of-type {
    padding-left: 2rem
}

@media(max-width:1200px) {

    .help .card .table--accordion td:first-of-type,
    .help .card .table--accordion th:first-of-type {
        padding-left: 1rem
    }
}

@media(max-width:700px) {

    .help .card .table--accordion td:first-of-type,
    .help .card .table--accordion th:first-of-type {
        padding-left: 16px
    }
}

@media(max-width:600px) {

    .help .card .table--accordion td:first-of-type,
    .help .card .table--accordion th:first-of-type {
        padding-right: 0
    }
}

.help .card .table--accordion td:last-of-type,
.help .card .table--accordion th:last-of-type {
    padding-right: 2rem
}

@media(max-width:1200px) {

    .help .card .table--accordion td:last-of-type,
    .help .card .table--accordion th:last-of-type {
        padding-right: 1rem
    }
}

@media(max-width:700px) {

    .help .card .table--accordion td:last-of-type,
    .help .card .table--accordion th:last-of-type {
        padding-right: 16px
    }
}

.help .card .table--accordion td .tag,
.help .card .table--accordion th .tag {
    -webkit-transform: none;
    transform: none
}

.help .tr-accordion-button.active td {
    background-color: var(--secondary-2)
}

.help-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.75rem
}

.help-form-item {
    width: calc(50% - 1.5rem);
    margin: .75rem
}

@media(max-width:600px) {
    .help-form-item {
        width: calc(100% - 1.5rem)
    }
}

.help-form-item--big {
    width: calc(100% - 1.5rem)
}

.help-form-item__label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2
}

.help-form-item__wrap .dropdown,
.help-form-item__wrap .input,
.help-form-item__wrap .input-wrapper,
.help-form-item__wrap .textarea {
    width: 100%;
    margin: 0
}

.help-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 1.5rem);
    margin: .75rem
}

.help-form__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media(max-width:400px) {
    .help-form__buttons {
        width: 100%;
        margin: 0
    }
}

.help-form__buttons .button {
    margin: 0
}

@media(max-width:400px) {
    .help-form__buttons .button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: auto
    }
}

.help-form__buttons .button .svg {
    margin-right: 4px
}

.help-form__buttons .file-trigger {
    margin-right: 1.5rem
}

@media(max-width:400px) {
    .help-form__buttons .file-trigger {
        margin-right: 16px
    }
}

.chat {
    position: sticky;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100vw;
    height: 525px;
    max-height: calc(var(--vh) - var(--header-height) - 100px)
}

.chat__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.chat__body:after,
.chat__body:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, .1)
}

html[data-theme=dark] .chat__body:after,
html[data-theme=dark] .chat__body:before {
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, .7);
    box-shadow: -4px 0 20px rgba(0, 0, 0, .7)
}

.chat__body:before {
    top: -20px
}

.chat__body:after {
    bottom: -20px
}

.chat__wrap {
    height: 100%;
    overflow-x: hidden;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

.chat__wrap::-webkit-scrollbar {
    width: 3px
}

.chat__wrap::-webkit-scrollbar-thumb {
    background: var(--primary-disable);
    border-radius: 3px
}

.chat__wrap::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 3px
}

.chat__list {
    padding: 1rem 2rem
}

@media(max-width:900px) {
    .chat__list {
        padding: 16px
    }
}

.chat__item:not(:last-of-type) {
    margin-bottom: 16px
}

.chat__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 100%;
    padding: 12px 0;
    background-color: var(--secondary-2);
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, .1)
}

.chat__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 2rem
}

@media(max-width:900px) {
    .chat__controls {
        padding: 0 16px
    }
}

.chat__controls .file-trigger {
    height: 48px
}

@media(max-width:900px) {
    .chat__controls .file-trigger {
        height: 40px
    }
}

.chat__textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 48px;
    min-height: 48px;
    max-height: 100px;
    margin: 0 12px
}

@media(max-width:900px) {
    .chat__textarea {
        height: 40px;
        min-height: 40px
    }
}

.chat__textarea .textarea {
    width: 100%;
    height: 100%;
    min-height: 48px;
    max-height: 100px;
    margin: 0;
    resize: none
}

@media(max-width:900px) {
    .chat__textarea .textarea {
        min-height: 40px
    }
}

.chat__submit {
    --size: 48px;
    margin: 0;
    border-radius: 4px
}

@media(max-width:900px) {
    .chat__submit {
        --size: 40px
    }
}

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

.chat__scroller {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 12px;
    overflow: hidden
}

.chat__upload {
    height: 100%;
    padding: 0 2rem;
    overflow-x: hidden;
    scrollbar-color: var(--primary-disable) transparent;
    scrollbar-width: thin
}

@media(max-width:900px) {
    .chat__upload {
        padding: 0 16px
    }
}

.chat__upload::-webkit-scrollbar {
    width: 3px
}

.chat__upload::-webkit-scrollbar-thumb {
    background: var(--primary-disable);
    border-radius: 3px
}

.chat__upload::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 3px
}

.chat__upload>:not(:last-child) {
    margin-bottom: 12px
}

.chat__rating .radio-rating__title {
    margin-right: 10px;
    color: var(--secondary-9)
}

@media(max-width:600px) {
    .chat__rating .radio-rating__title {
        font-size: 12px
    }
}

.chat-sender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

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

.chat-sender__profile {
    position: sticky;
    bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    margin-right: 13px;
    font-size: 3rem;
    background-color: var(--white);
    border-radius: 50%
}

.chat-sender__profile--online:before {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--success);
    border: 1px solid var(--white);
    border-radius: 50%
}

.chat-sender__avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-sender__chars {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

.chat-sender .chat-sender__name {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 600
}

.chat-sender__date {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-6)
}

.chat-sender__text {
    font-size: .875rem;
    line-height: 1.4
}

.chat-sender--answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.chat-sender--answer .chat-sender__profile {
    margin-right: 0;
    margin-left: 13px;
    color: var(--white);
    background-color: var(--primary-default)
}

.chat-sender--answer .chat-sender-card {
    background-color: var(--primary-disable-2)
}

.chat-sender__subitem:not(:last-child) {
    margin-bottom: 4px
}

.chat-sender-card {
    padding: 1rem 1.25rem;
    background-color: var(--white);
    border: 1px solid var(--secondary-3);
    border-radius: 8px
}

.chat-sender-card:not(:last-child) {
    margin-bottom: 4px
}

.chat-sender-card__header {
    margin-bottom: 8px
}

.chat-sender-card__footer:not(:first-child:last-child) {
    margin-top: 12px
}

.chat-sender-imgs {
    overflow: hidden
}

.chat-sender-imgs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem
}

.chat-sender-imgs__item {
    position: relative;
    width: 100%;
    max-width: 4.5rem;
    margin: .5rem
}

.chat-sender-imgs__item--video {
    max-width: 9rem
}

.chat-sender-imgs__item--video .chat-sender-imgs__container {
    padding-bottom: 50%
}

.chat-sender-imgs__item:hover .chat-sender-imgs__img {
    border-color: var(--primary-hover)
}

.chat-sender-imgs__container {
    position: relative;
    padding-bottom: 100%;
    background-color: var(--white)
}

.chat-sender-imgs__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid var(--secondary-4);
    border-radius: 4px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-sender-imgs__delete {
    --color: var(--secondary-9);
    --bg-color: var(--secondary-4);
    --border-color: var(--secondary-4);
    --size: 20px;
    --padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 4px
}

.chat-sender-imgs__input {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    max-width: 1px;
    height: 1px;
    max-height: 1px;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chat-sender-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.chat-sender-file:not(:last-child) {
    margin-bottom: 4px
}

.chat-sender-file__type {
    padding: 6px;
    margin-right: 12px;
    color: var(--primary-default);
    background-color: var(--primary-disable-2);
    border-radius: 4px
}

.chat-sender-file__icon {
    font-size: 1.75rem
}

.chat-sender-file__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    word-break: break-all
}

.chat-sender-file__size {
    font-size: 14px;
    line-height: 1.4;
    color: var(--secondary-6)
}

.chat-sender-file__delete {
    --color: var(--secondary-9);
    margin: auto 0 auto auto
}

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

.settings-data__inner:not(:first-child) {
    margin-top: 12px
}

@media(max-width:600px) {
    .settings-data__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.settings-data-avatar {
    width: 100%;
    max-width: 196px;
    margin-right: 24px;
    text-align: center
}

@media(max-width:600px) {
    .settings-data-avatar {
        margin: 0 auto 24px
    }
}

.settings-data-avatar__container {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: var(--secondary-3);
    border-radius: 4px
}

.settings-data-avatar__container:hover .file-trigger {
    opacity: 1;
    -webkit-transform: unset;
    transform: unset
}

.settings-data-avatar__container .file-trigger {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    background-color: rgba(var(--white-rgb), .9);
    opacity: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media(max-width:900px) {
    .settings-data-avatar__container .file-trigger {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.settings-data-avatar__container .file-trigger .svg {
    margin-right: 4px;
    font-size: 24px
}

.settings-data-avatar__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.settings-data-avatar__nickname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--secondary-3);
    border: 1px solid var(--secondary-3);
    border-radius: 4px
}

.settings-data-avatar__nickname span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 12px;
    word-break: break-all
}

.settings-data-avatar__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: normal;
    align-self: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    height: auto;
    min-height: 1em;
    font-size: 38px;
    color: var(--primary-default);
    background-color: var(--white);
    border-radius: 4px 0 0 4px
}

.settings-data-avatar__svg {
    font-size: 24px
}

.settings-data__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.settings-data__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media(max-width:1100px) {
    .settings-data__col {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

.settings-data__col:nth-child(odd) {
    margin-right: 40px
}

@media(max-width:1200px) {
    .settings-data__col:nth-child(odd) {
        margin-right: 20px
    }
}

@media(max-width:1100px) {
    .settings-data__col:nth-child(odd) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.settings-data__col--other .settings-data-item {
    padding-top: 20px
}

.settings-data__col--other .settings-data-item__label {
    font-weight: 600
}

.settings-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.settings-data-item:not(:last-child) {
    margin-bottom: 20px
}

.settings-data-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px
}

.settings-data-item__header .settings-data-item__label {
    margin-bottom: 0
}

.settings-data-item__label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2
}

.settings-data-item__notify {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    color: var(--success)
}

.settings-data-item__notify--danger {
    color: var(--error)
}

.settings-data-item__notify .svg {
    margin-right: 2px;
    font-size: 14px
}

.settings-data-item__body .input,
.settings-data-item__body .input-wrapper {
    width: 100%;
    margin: 0
}

.settings-data-item__body .button {
    margin: 0
}

.settings-data__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.settings-data__value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 16px;
    font-size: 14px
}

.settings-data__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px
}

.settings-data__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 324px;
    margin-left: auto
}

@media(max-width:600px) {
    .settings-data__buttons {
        max-width: none;
        margin: 0
    }
}

.settings-data__buttons .button {
    margin: 0
}

@media(max-width:600px) {
    .settings-data__buttons .button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: auto
    }
}

.settings-data__buttons .button:not(:last-of-type) {
    margin-right: 16px
}

.settings-data__buttons .button:first-of-type:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.settings-security__item:not(:last-of-type) {
    margin-bottom: 2rem
}

@media(max-width:900px) {
    .settings-security__item:not(:last-of-type) {
        margin-bottom: 24px
    }
}

.settings-security__title {
    font-weight: 600;
    margin: 0 0 1rem
}

@media(max-width:900px) {
    .settings-security__title {
        font-size: 14px
    }
}

.settings-security__text {
    font-size: 14px;
    line-height: 1.4
}

@media(max-width:900px) {
    .settings-security__text {
        font-size: 12px
    }
}

.settings-security__subitem:not(:last-of-type) {
    margin-bottom: 1rem
}

@media(max-width:900px) {
    .settings-security__subitem:not(:last-of-type) {
        margin-bottom: 12px
    }
}

.settings-security__subitem .checkbox-switch {
    margin: 0;
    width: 100%
}

.settings-security__subitem .checkbox-switch__custom-wrapper {
    margin-right: 12px
}

.settings-security__subitem .checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.5
}

@media(max-width:900px) {
    .settings-security__subitem .checkbox__text {
        font-size: 12px
    }
}

.settings-security__subitem .checkbox__text .dropdown {
    max-width: 114px;
    margin-left: 20px
}

.settings-security__subitem .checkbox__text .dropdown__button,
.settings-security__subitem .checkbox__text .dropdown__content {
    min-width: auto
}

.settings-notify__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

@media(max-width:900px) {
    .settings-notify__table {
        margin-top: 6px
    }
}

.settings-notify__table th {
    padding: 15px 9px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle
}

@media(max-width:900px) {
    .settings-notify__table th {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 12px
    }
}

.settings-notify__table th:first-of-type {
    width: 50%;
    min-width: 50%;
    padding-left: 0
}

@media(max-width:900px) {
    .settings-notify__table th:first-of-type {
        width: 32%;
        min-width: 32%
    }
}

.settings-notify__table th:last-of-type {
    padding-right: 0
}

.settings-notify__table tbody tr:not(:last-of-type) td {
    border-color: var(--secondary-4)
}

.settings-notify__table td {
    padding: 15px 9px;
    vertical-align: middle;
    border-bottom: 1px solid transparent
}

@media(max-width:900px) {
    .settings-notify__table td {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

.settings-notify__table td:first-of-type {
    padding-left: 0
}

.settings-notify__table td:last-of-type {
    padding-right: 0
}

.settings-notify__table td p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:900px) {
    .settings-notify__table td p {
        font-size: 10px
    }
}

.settings-notify__table td .checkbox__input:disabled+.checkbox__custom {
    border-color: #003a7e
}

.settings-notify__table td .checkbox__input:checked+.checkbox__custom:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover)
}

.settings-notify__table td .checkbox__input:checked:disabled+.checkbox__custom {
    background-color: #003a7e;
    border-color: #003a7e
}

.settings-notify__table td .checkbox__custom {
    border-color: var(--primary-default);
    border-radius: 2px
}

.settings-notify__table td .checkbox__custom:hover {
    border-color: var(--primary-hover)
}

.settings-notify__table td .checkbox__icon {
    width: 18px;
    height: 18px
}

.settings-notify__item:not(:last-of-type) {
    margin-bottom: 8px
}

.settings-notify-accordion.active .settings-notify-accordion__button .button-icon .svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.settings-notify-accordion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    background-color: var(--secondary-2);
    border-radius: 8px
}

@media(max-width:900px) {
    .settings-notify-accordion__button {
        padding: 12px
    }
}

.settings-notify-accordion__button .button-icon {
    --size: 16px;
    --padding: 0;
    margin: 0
}

.settings-notify-accordion__button .button-icon .svg {
    font-size: 16px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.settings-notify-accordion__title {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500
}

@media(max-width:900px) {
    .settings-notify-accordion__title {
        font-size: 12px
    }
}

.settings-notify-accordion__content {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.settings-notify-accordion__content .settings-notify__table th {
    padding-top: 0;
    padding-bottom: 0
}

.settings-wallets__top {
    margin-bottom: 16px;
    overflow: hidden
}

@media(max-width:600px) {
    .settings-wallets__top {
        overflow: visible
    }
}

.settings-wallets__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

@media(max-width:600px) {
    .settings-wallets__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0
    }
}

.settings-wallets__radios {
    margin: 10px
}

@media(max-width:600px) {
    .settings-wallets__radios {
        width: calc(100% + 32px);
        padding: 0 16px;
        margin: 0 0 0 -16px;
        overflow-y: hidden
    }
}

.settings-wallets__radios .radio-buttons .radio-button:not(:last-of-type) {
    margin-right: 8px
}

.settings-wallets__radios .radio-buttons .radio-button .radio__custom,
.settings-wallets__radios .radio-buttons .radio-button:first-of-type .radio__custom,
.settings-wallets__radios .radio-buttons .radio-button:last-of-type .radio__custom {
    border-radius: 4px
}

.settings-wallets__button {
    margin: 10px 10px 10px auto
}

@media(max-width:600px) {
    .settings-wallets__button {
        margin: 0 0 20px
    }
}

.settings-wallets__table {
    width: 100%
}

.settings-wallets__table th {
    padding: 16px 8px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid var(--secondary-4)
}

@media(max-width:900px) {
    .settings-wallets__table th {
        padding: 6px;
        font-size: 12px;
        text-transform: uppercase
    }
}

.settings-wallets__table th:last-of-type {
    visibility: hidden
}

.settings-wallets__table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid var(--secondary-4)
}

.settings-wallets__table td {
    padding: 16px 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25
}

@media(max-width:900px) {
    .settings-wallets__table td {
        padding: 6px;
        font-size: 12px
    }
}

.settings-wallets__table td>div>p {
    word-break: break-all
}

.settings-wallets__table td>div>span {
    color: var(--secondary-6)
}

.settings-wallets__table td .td-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:900px) {
    .settings-wallets__table td .td-buttons {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.settings-wallets__table td .td-buttons .button {
    margin: 0
}

.settings-wallets__table td .td-buttons .button:not(:last-of-type) {
    margin-right: 28px
}

@media(max-width:900px) {
    .settings-wallets__table td .td-buttons .button:not(:last-of-type) {
        margin-right: 24px
    }
}

@media(max-width:900px) {
    .settings-wallets__table td .td-buttons .button .svg {
        font-size: 16px
    }
}

.settings-wallets__table td .td-buttons .button span {
    margin-left: 8px
}

@media(max-width:900px) {
    .settings-wallets__table td .td-buttons .button span {
        display: none
    }
}

.order {
    width: 100%;
    max-width: 650px
}

@media(max-width:900px) {
    .order {
        margin-top: 16px
    }
}

.order-block:not(:last-child) {
    margin-bottom: 1.875rem
}

.order-block__title {
    margin-bottom: 1.5rem
}

.order-block__wrap .modal-power-lists {
    margin-top: 12px
}

.order-block__subtitle {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.order-block__coupon .button__coupon {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 16px);
    margin: 0
}

@media(max-width:600px) {
    .order-block__coupon .button__coupon {
        width: 100%
    }
}

.order-block__coupon .button__coupon .button--coupon {
    width: 100%;
    margin: 0;
    line-height: 18px
}

.order-block__coupon .button__coupon .button--coupon .svg {
    display: none;
    margin-left: 4px;
    font-size: 18px
}

.order-block__coupon .button__coupon-cancel {
    position: absolute;
    top: 50%;
    right: -100px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-default);
    background-color: transparent;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order-block__coupon .button__coupon-cancel .svg {
    margin-right: 4px;
    font-size: 20px;
    color: var(--primary-default)
}

.order-block__coupon .button__coupon-cancel:hover,
.order-block__coupon .button__coupon-cancel:hover .svg {
    color: var(--primary-hover)
}

@media(max-width:1100px) {
    .order-block__coupon .button__coupon-cancel {
        top: auto;
        right: 0;
        bottom: -20px;
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:600px) {
    .order-block__coupon .button__coupon-cancel {
        position: static;
        margin: 8px auto 0
    }
}

.order-block__coupon .button__coupon.active .button--coupon {
    --color: var(--color-hover);
    --bg-color: var(--bg-color-hover);
    --border-color: var(--border-color-hover)
}

.order-block__coupon .button__coupon.active .button--coupon .svg {
    display: block
}

.order-block__coupon .button__coupon.active .button__coupon-cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order__form {
    width: 100%;
    max-width: 640px
}

.order__form .checkbox {
    margin-top: 16px
}

.order__form .checkbox__custom {
    margin-right: 12px
}

.order__form .checkbox__text {
    margin-top: 3px;
    font-size: 12px
}

.order__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:600px) {
    .order__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.order__row .modal-row {
    width: calc(50% - 16px);
    margin: 0 32px 0 0
}

@media(max-width:600px) {
    .order__row .modal-row {
        width: 100%;
        margin: 0 0 20px
    }
}

.order__row>.button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 16px);
    padding-right: 12px;
    padding-left: 12px;
    margin: 0
}

@media(max-width:600px) {
    .order__row>.button {
        width: 100%
    }
}

.order__row>.button em {
    font-size: 14px;
    font-weight: 600
}

.order__row>.button--secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.noties .card {
    padding: 0
}

.noties .card__header {
    position: sticky;
    top: calc(var(--header-height));
    z-index: 2;
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: var(--white);
    border-radius: 8px 8px 0 0;
    -webkit-transition: border .2s ease, -webkit-box-shadow .2s ease;
    transition: border .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, border .2s ease;
    transition: box-shadow .2s ease, border .2s ease, -webkit-box-shadow .2s ease
}

@media(max-width:900px) {
    .noties .card__header {
        top: calc(var(--header-height) - 1px);
        padding: 16px
    }
}

.noties .card__header.shadow-sticky {
    border-radius: 0;
    -webkit-box-shadow: -4px 0 20px rgba(var(--black-rgb), .1);
    box-shadow: -4px 0 20px rgba(var(--black-rgb), .1)
}

.noties .card__body {
    padding: 0 2rem 1rem
}

@media(max-width:900px) {
    .noties .card__body {
        padding: 0 16px 16px
    }
}

.noties__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.noties__form>.dropdown {
    width: 100%;
    max-width: 280px
}

@media(max-width:600px) {
    .noties__form>.dropdown {
        max-width: none
    }
}

.noties-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 398px;
    margin-left: 12px
}

@media(max-width:600px) {
    .noties-search {
        width: auto;
        max-width: none
    }
}

@media(max-width:600px) {
    .noties-search.active .input-wrapper {
        display: inline-block
    }
}

.noties-search .input-wrapper {
    width: 100%;
    margin: 0
}

@media(max-width:600px) {
    .noties-search .input-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
        width: 100%;
        height: 100%
    }
}

.noties-search .input-wrapper .input+.input__clear {
    --color: var(--secondary-9);
    --color-hover: var(--primary-active);
    --size: 24px;
    border: none
}

@media(max-width:600px) {
    .noties-search .input-wrapper .input+.input__clear {
        visibility: visible;
        opacity: 1
    }
}

.noties-search .input-wrapper .input+.input__clear svg {
    font-size: 24px
}

.noties-search>.button-icon {
    --color: var(--secondary-9);
    --color-hover: var(--primary-hover);
    --color-focus: var(--primary-active);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-focus: transparent;
    --border-color: var(--secondary-4);
    --border-color-hover: var(--primary-hover);
    --border-color-focus: var(--primary-active);
    --size: 40px;
    --padding: 5px;
    margin: 0;
    border-radius: 4px
}

@media(min-width:601px) {
    .noties-search>.button-icon {
        display: none
    }
}

.noties-search>.button-icon .svg {
    font-size: 24px
}

.noties__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0
}

@media(max-width:900px) {
    .noties__date {
        margin: 16px 0
    }
}

.noties__date:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: calc(100% + 4rem);
    height: 1px;
    content: "";
    background-color: var(--secondary-4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:900px) {
    .noties__date:before {
        width: calc(100% + 32px)
    }
}

.noties__date time {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.584;
    background-color: var(--white);
    border: 1px solid var(--secondary-4);
    border-radius: 32px
}

.noties__date+.noties__item {
    margin-top: 12px;
    border-top: 1px solid var(--secondary-4)
}

.noties__item {
    border-bottom: 1px solid var(--secondary-4)
}

.noties__item:first-of-type {
    margin-top: 12px;
    border-top: 1px solid var(--secondary-4)
}

.noties__item .header-control-notify--new {
    z-index: 1
}

.noties__item .header-control-notify--new:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc(100% + 4rem);
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: var(--bg-card);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:900px) {
    .noties__item .header-control-notify--new:before {
        width: calc(100% + 32px)
    }
}

.noties__item .header-control-notify__header {
    padding-top: 8px
}

.coupons .text-info {
    width: 100%
}

.coupons__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-7)
}

.coupons__text:not(:last-child) {
    margin-bottom: 1.5rem
}

.coupons__text .svg {
    margin-right: 10px;
    font-size: 24px;
    color: var(--primary-default)
}

.cards-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

@media(max-width:900px) {
    .cards-coupon {
        margin: -5px
    }
}

.card-coupon {
    width: calc(33.33333% - 20px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

html[data-theme=dark] .card-coupon {
    -webkit-box-shadow: 0 0 12px hsla(0, 0%, 100%, .2);
    box-shadow: 0 0 12px hsla(0, 0%, 100%, .2)
}

@media(max-width:1200px) {
    .card-coupon {
        width: calc(50% - 20px)
    }
}

@media(max-width:900px) {
    .card-coupon {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media(max-width:600px) {
    .card-coupon {
        width: calc(100% - 10px)
    }
}

.card-coupon__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    background: var(--gr-blue)
}

@media(max-width:1200px) {
    .card-coupon__header {
        padding: 16px
    }
}

.card-coupon__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    padding: 6px;
    margin-right: 12px;
    font-size: 36px;
    border-radius: 4px;
    -webkit-box-shadow: -4px -4px 6px #cce2ff, 4px 4px 6px #96bef3;
    box-shadow: -4px -4px 6px #cce2ff, 4px 4px 6px #96bef3
}

@media(max-width:1200px) {
    .card-coupon__icon-wrapper {
        width: 32px;
        min-width: 32px;
        height: 32px;
        min-height: 32px
    }
}

.card-coupon__icon {
    font-size: 24px;
    color: var(--primary-active-2)
}

@media(max-width:1200px) {
    .card-coupon__icon {
        font-size: 20px
    }
}

.card-coupon__title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--primary-active-2)
}

.card-coupon__body {
    padding: 16px 20px
}

@media(max-width:1200px) {
    .card-coupon__body {
        padding: 16px
    }
}

.card-coupon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-coupon__item:not(:last-child) {
    margin-bottom: 8px
}

.card-coupon__key {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: var(--secondary-6)
}

.card-coupon__key:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 4px;
    content: "";
    border-bottom: 1px dashed var(--secondary-5);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.card-coupon__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-8)
}

.card-coupon__value--bold {
    font-weight: 600
}

.card-coupon__status {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--primary-active)
}

html[data-theme=dark] .card-coupon__status {
    color: #fff
}

.card-coupon__status .svg {
    font-size: 18px;
    color: var(--primary-active)
}

html[data-theme=dark] .card-coupon__status .svg {
    color: #fff
}

.card-coupon__button {
    width: 100%;
    margin-top: 16px
}

.card-coupon__button .button {
    width: 100%;
    margin: 0
}

.card-coupon__button .svg {
    display: none;
    margin-left: 4px;
    font-size: 18px;
    color: var(--primary-active)
}

.card-coupon__button.active .card-coupon__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-coupon__button.active .button {
    margin-top: 16px;
    color: var(--color-hover);
    background-color: var(--bg-color-hover);
    border-color: var(--border-color-hover)
}

.card-coupon__button.active .svg {
    display: block
}

html[data-theme=dark] .card-coupon__button.active .svg {
    color: var(--black)
}

.card-coupon--mining .card-coupon__header {
    background: var(--gr-sky-2)
}

.card-coupon--mining .card-coupon__icon-wrapper {
    -webkit-box-shadow: -4px -4px 6px #cdeaff, 4px 4px 6px #8ec6ef;
    box-shadow: -4px -4px 6px #cdeaff, 4px 4px 6px #8ec6ef
}

.card-coupon--money .card-coupon__header {
    background: var(--gr-purple-2)
}

.card-coupon--money .card-coupon__icon-wrapper {
    -webkit-box-shadow: -4px -4px 6px #d9d8ff, 4px 4px 6px #9897f1;
    box-shadow: -4px -4px 6px #d9d8ff, 4px 4px 6px #9897f1
}

.hero-section {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 740px;
    padding: 110px 0 150px;
    overflow: hidden;
    color: #fff;
   
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media(max-width:1200px) {
    .hero-section {
        min-height: auto;
        padding: calc(var(--header-height, 62px) + 60px) 0 150px
    }
}

@media(max-width:900px) {
    .hero-section {
        padding: calc(var(--header-height, 62px) + 20px) 0 80px;
        background-attachment: unset;
        background-size: cover
    }
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.hero__bgs {
    z-index: -1;
    pointer-events: none
}

.hero__bg,
.hero__bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__bg {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.hero__bg.active {
    opacity: 1
}

.hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%
}

.hero-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: auto
}

.hero-slider {
    width: 100%;
    overflow: visible
}

.hero-slide {
    height: auto
}

.hero-slide.swiper-slide-active .hero-block__uptitle {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hero-slide.swiper-slide-active .hero-block__title {
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.hero-slide.swiper-slide-active .hero-block__items .item {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.hero-slide.swiper-slide-active .hero-block__items .item:nth-of-type(2) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.hero-slide.swiper-slide-active .hero-block__items .item:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.hero-slide.swiper-slide-active .hero-block__buttons {
    opacity: 1;
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.hero-slide.swiper-slide-active .hero-block__content {
    opacity: 1;
	background-color: #1a43f070;
	border-radius: 2%;
	max-width: 568px;
	 margin-left: auto; /* 自动左外边距，推动元素靠右 */
}

.hero-slide.swiper-slide-active .hero-block__img {
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: none;
    transform: none
}

html:not(.is-ready) .hero-slide.swiper-slide-active .hero-block__buttons,
html:not(.is-ready) .hero-slide.swiper-slide-active .hero-block__img,
html:not(.is-ready) .hero-slide.swiper-slide-active .hero-block__items .item,
html:not(.is-ready) .hero-slide.swiper-slide-active .hero-block__title,
html:not(.is-ready) .hero-slide.swiper-slide-active .hero-block__uptitle {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
    -webkit-transition-duration: .3s !important;
    transition-duration: .3s !important;
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important
}

.hero-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
	margin-top:-60px;
}

.hero-block--big .hero-block__wrap {
    width: 100%;
    max-width: 660px;
    margin-right: 40px
}

@media(max-width:1200px) {
    .hero-block--big .hero-block__wrap {
        margin-right: 20px
    }
}

@media(max-width:900px) {
    .hero-block--big .hero-block__wrap {
        margin-top: 30px;
        margin-right: 0
    }
}

.hero-block--big .hero-block__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%
}

@media(max-width:900px) {
    .hero-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-block__wrap {
    width: 100%;
    max-width: 600px;
    margin-right: 40px
}

@media(max-width:1200px) {
    .hero-block__wrap {
        margin-right: 20px
    }
}

@media(max-width:900px) {
    .hero-block__wrap {
        margin-top: 30px;
        margin-right: 0
    }
}

.hero-block__content .button {
    margin: 0
}

@media(max-width:600px) {
    .hero-block__content .button {
        width: 100%
    }
}

.hero-block__uptitle {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: 600;
    color: var(--primary-default);
    text-transform: uppercase;
    background-color: var(--white);
    border-radius: 7px 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

html[data-theme=dark] .hero-block__uptitle {
    background-color: #fff
}

.hero-block__title {
    margin: 0 0 32px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media(max-width:900px) {
    .hero-block__title {
        margin: 0 0 20px
    }
}

.hero-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px -20px 46px
}

@media(max-width:1200px) {
    .hero-block__items {
        margin-bottom: 36px
    }
}

@media(max-width:900px) {
    .hero-block__items {
        margin: -10px -10px 28px
    }
}

@media(max-width:768px) {
    .hero-block__items {
        margin-bottom: 24px
    }
}

@media(max-width:500px) {
    .hero-block__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hero-block__items .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 221px;
    padding-left: 14px;
    margin: 20px;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media(max-width:900px) {
    .hero-block__items .item {
        margin: 10px
    }
}

.hero-block__items .item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 100%;
    max-height: 42px;
    content: "";
    background: hsla(0, 0%, 100%, .7);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-block__items .item__text,
.hero-block__items .item__wrap {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white)
}

.hero-block__items .item__text {
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:900px) {
    .hero-block__items .item__text {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:768px) {
    .hero-block__items .item__text {
        font-size: 13px
    }
}

html[data-theme=dark] .hero-block__items .item__text {
    color: #fff
}

.hero-block__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media(max-width:900px) {
    .hero-block__buttons {
        margin: -5px
    }
}

.hero-block__buttons .button {
    margin: 10px;
    color: var(--white)
}

@media(max-width:900px) {
    .hero-block__buttons .button {
        margin: 5px
    }
}

html[data-theme=dark] .hero-block__buttons .button {
    color: #fff
}

html[data-theme=dark] .hero-block__buttons .button--secondary {
    border-color: var(--primary-default);
    --color: var(--primary-default);
    --color-hover: #fff;
    --color-focus: #fff
}

html[data-theme=dark] .hero-block__buttons .button--secondary:hover {
    border-color: var(--primary-hover)
}

.hero-block__img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 420px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:1200px) {
    .hero-block__img {
        max-width: 400px;
        height: auto;
        max-height: none
    }
}

@media(max-width:1000px) {
    .hero-block__img {
        max-width: 350px
    }
}

@media(max-width:600px) {
    .hero-block__img {
        max-width: 260px
    }
}

.hero-block--other .hero-block__wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    
    margin-right: 20px;
	
}

@media(max-width:1200px) {
    .hero-block--other .hero-block__wrap {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media(max-width:900px) {
    .hero-block--other .hero-block__wrap {
        max-width: 600px
    }
}

.hero-block--other .hero-block__img {
    max-width: 675px;
    max-height: 100%
}

@media(max-width:1200px) {
    .hero-block--other .hero-block__img {
        max-width: 600px
    }
}

.hero-block--img .hero-block__img {
    max-width: 100%
}

.hero-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

@media(max-width:600px) {
    .hero-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-slider-pagination {
    position: static;
    z-index: 2
}

.hero-slider-pagination .swiper-pagination-bullet {
    --bullet-color: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--bullet-color);
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1;
    -webkit-transition: border .2s ease, color .2s ease;
    transition: border .2s ease, color .2s ease
}

.hero-slider-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    content: "";
    background-color: transparent;
    border: 1px solid var(--bullet-color);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-slider-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 10px
}

.hero-slider-pagination .swiper-pagination-bullet:hover {
    border-color: var(--bullet-color)
}

.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--bullet-color);
    border-color: var(--bullet-color)
}

.hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: currentColor
}

.hero-slider-navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media(max-width:600px) {
    .hero-slider-navigation {
        display: none
    }
}

.hero-slider-navigation .button-icon {
    --color-hover: var(--white);
    --color-disable: var(--primary-default);
    --color-focus: var(--white);
    --bg-color-hover: transparent;
    --border-color-hover: var(--white);
    --border-color-disable: var(--primary-default);
    --size: 40px;
    margin: 0
}

.hero-slider-navigation .button-icon:not(:last-child) {
    margin-right: 20px
}

.hero-slider-navigation .button-icon:focus {
    border-color: var(--white)
}

.hero-slider-navigation .button-icon:disabled {
    opacity: .5
}

.hero-slider-navigation .button-icon .svg {
    font-size: 24px
}

.footer {
    color: #fff;
    background-color: #000000e3;
}

.footer__body {
    padding: 72px 0 48px
}

@media(max-width:900px) {
    .footer__body {
        padding: 28px 0 20px
    }
}

.footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:900px) {
    .footer__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    max-width: 240px
}

@media(max-width:900px) {
    .footer__col {
        max-width: none;
        padding: 20px 0
    }
}

.footer__col:first-child {
    max-width: 190px
}

@media(max-width:900px) {
    .footer__col:first-child {
        max-width: none;
        padding-top: 0
    }
}

.footer__col:not(:last-child) {
    margin-right: 32px
}

@media(max-width:900px) {
    .footer__col:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid rgba(var(--white-rgb), .2)
    }
}

@media(max-width:900px) {
    .footer__col:last-child {
        padding-bottom: 0
    }
}

.footer__col .logo {
    margin: 0 0 20px
}

@media(max-width:900px) {
    .footer__col .logo {
        max-width: 124px;
        height: 36px;
        margin: 0 0 16px
    }
}

.footer__col .checkbox-switch {
    margin-top: auto
}

@media(max-width:900px) {
    .footer__col .checkbox-switch {
        display: none
    }
}

.footer__col .checkbox-switch__custom-wrapper {
    background-color: var(--primary-active)
}

.footer__col .checkbox-switch__custom {
    background-color: var(--bg-footer)
}

.footer__subtitle {
    width: 100%;
    max-width: 190px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

@media(max-width:900px) {
    .footer__subtitle {
        width: auto;
        max-width: none;
        font-size: 12px
    }
}

@media(max-width:900px) {
    .footer-accordion[data-accordion] .footer-accordion__button {
        margin-bottom: 0
    }
}

@media(max-width:900px) {
    .footer-accordion[data-accordion] .footer-accordion__content {
        height: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease
    }
}

@media(max-width:900px) {
    .footer-accordion[data-accordion] .footer__link:first-child {
        margin-top: 12px
    }
}

.footer-accordion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .footer-accordion__button {
        margin-bottom: 12px
    }
}

.footer-accordion__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25
}

@media(max-width:900px) {
    .footer-accordion__title {
        font-size: 20px
    }
}

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

@media(min-width:901px) {
    .footer-accordion__arrow {
        display: none
    }
}

.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    line-height: 1.42;
    color: #fff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

@media(max-width:900px) {
    .footer__link {
        font-size: 12px
    }
}

.footer__link--phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1
}

@media(max-width:900px) {
    .footer__link--phone {
        font-size: 15px
    }
}

.footer__link:not(:last-child) {
    margin-bottom: 16px
}

@media(max-width:900px) {
    .footer__link:not(:last-child) {
        margin-bottom: 12px
    }
}

.footer__link:not(.footer__link--text):hover {
    color: #ffd700;
}

.footer__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 20px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@media(max-width:900px) {
    .footer__icon {
        margin-right: 8px
    }
}

.footer__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

@media(max-width:900px) {
    .footer__footer {
        padding: 20px 0 28px
    }
}

@media(max-width:600px) {
    .footer__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.copyright {
    margin-right: 20px;
    font-size: 14px;
    color: #fff
}

@media(max-width:900px) {
    .copyright {
        font-size: 12px
    }
}

@media(max-width:600px) {
    .copyright {
        margin-top: 20px;
        margin-right: 0
    }
}

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

@media(max-width:400px) {
    .social {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(155.92deg, #2f80ed -12.66%, #001744 139.35%);
    border-radius: 8px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.social-link:not(:last-child) {
    margin-right: 16px
}

.social-link:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.footer__servers {
    margin-top: 20px
}

.footer__servers-text {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
    background: 0 0;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s
}

html[data-theme=dark] .footer__servers-text {
    color: #fff
}

.footer__servers .footer__server {
    position: relative;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 124px;
    padding: 9px 40px 9px 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: var(--white);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), #0a2a68;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #0a2a68;
    border: 0;
    border-radius: 3px
}

html[data-theme=dark] .footer__servers .footer__server {
    color: #fff
}

.footer__servers .footer__server:not(:last-child) {
    margin-bottom: 6px
}

.footer__servers .footer__server:before {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--green-2);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__servers .footer__server--red:before {
    background-color: var(--error)
}

.over-footer-section {
    padding: 0;
    overflow: hidden;
    color: #fff;
    background-image: url(../images/over-footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

html[data-theme=dark] .over-footer-section {
    background-image: url(../images/over-footer_bg_dark.jpg)
}

@media(max-width:900px) {
    .over-footer-section {
        background-attachment: unset;
        background-size: cover
    }
}

@media(max-width:600px) {
    .over-footer-section {
        padding: 40px 0 24px
    }
}

.over-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:600px) {
    .over-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.over-footer__content {
    position: relative;
    z-index: 1;
    padding: 65px 0
}

@media(max-width:900px) {
    .over-footer__content {
        padding: 40px 0
    }
}

@media(max-width:600px) {
    .over-footer__content {
        padding: 0
    }
}

.over-footer__content .button {
    margin: 20px 0 0
}

@media(max-width:600px) {
    .over-footer__content .button {
        width: 100%;
        margin: 24px 0 0
    }
}

.over-footer__title {
    width: 100%;
    max-width: 760px;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5
}

@media(max-width:900px) {
    .over-footer__title {
        font-size: 26px
    }
}

.over-footer__title b {
    color: var(--primary-default)
}

.over-footer__img {
    width: 100%;
    max-width: 460px;
    margin-left: -60px
}

@media(max-width:900px) {
    .over-footer__img {
        max-width: 400px
    }
}

@media(max-width:700px) {
    .over-footer__img {
        max-width: 300px
    }
}

@media(max-width:600px) {
    .over-footer__img {
        max-width: 360px;
        margin: 24px auto 0
    }
}

.under-hero-section {
    position: relative;
    z-index: 2;
    margin-top: -85px
}

@media(max-width:900px) {
    .under-hero-section {
        margin-top: 12px
    }
}

.under-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:600px) {
    .under-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.under-hero-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    text-align: center;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .under-hero-card {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px rgba(0, 0, 0, .75)
}

@media(max-width:1100px) {
    .under-hero-card {
        padding: 20px
    }
}

@media(max-width:900px) {
    .under-hero-card {
        padding: 12px
    }
}

@media(max-width:600px) {
    .under-hero-card {
        width: 100%
    }
}

.under-hero-card:not(:last-child) {
    margin-right: 24px
}

@media(max-width:900px) {
    .under-hero-card:not(:last-child) {
        margin-right: 8px
    }
}

@media(max-width:600px) {
    .under-hero-card:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px
    }
}

.under-hero-card__title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: var(--secondary-9)
}

@media(max-width:900px) {
    .under-hero-card__title {
        font-size: 12px
    }
}

.under-hero-card__value {
    display: block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.21;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .under-hero-card__value {
        font-size: 24px
    }
}

.how-section {
    padding: 100px 0 60px
}

@media(max-width:1200px) {
    .how-section {
        padding: 60px 0
    }
}

@media(max-width:900px) {
    .how-section {
        padding: 32px 0 16px
    }
}

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

@media(max-width:900px) {
    .how {
        -webkit-box-orient: vertical;
        /*-webkit-box-direction: reverse;*/
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.how__video {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 568px;
    margin-right: 64px;
    overflow: hidden;
    border-radius: 8px
}

@media(max-width:1200px) {
    .how__video {
        margin-right: 32px
    }
}

@media(max-width:1100px) {
    .how__video {
        -ms-flex-negative: unset;
        flex-shrink: unset
    }
}

@media(max-width:900px) {
    .how__video {
        max-width: none;
        margin-top: 12px;
        margin-right: 0
    }
}

.how__video [data-without-plug]~.how__placeholder {
    visibility: hidden;
    opacity: 0
}

.how__video .plyr {
    height: 100%
}

.how__video .plyr~.how__placeholder {
    visibility: hidden;
    opacity: 0
}

@media(min-width:901px) {
    .how__video .plyr__video-wrapper {
        aspect-ratio: auto !important
    }
}

.how__video .plyr__poster {
    pointer-events: none
}

.how__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.how__play {
    position: absolute;
    top: 58%;
    left: 78%;
    width: 100%;
    max-width: 160px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how__play .plyr__control--overlaid {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    color: var(--primary-default);
    background-color: #fff;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

@media(min-width:901px) {
    .how__play .plyr__control--overlaid {
        --plyr-control-spacing: 15px;
        --plyr-control-icon-size: 16px
    }
}

@media(max-width:900px) {
    .how__play .plyr__control--overlaid {
        --plyr-control-spacing: 9px;
        --plyr-control-icon-size: 12px
    }
}

.how__play .plyr__control--overlaid:after,
.how__play .plyr__control--overlaid:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how__play .plyr__control--overlaid:before {
    -webkit-animation: scaleBorder 3s ease-out 0s infinite;
    animation: scaleBorder 3s ease-out 0s infinite
}

.how__play .plyr__control--overlaid:after {
    -webkit-animation: scaleBorder 3s ease-out 1s infinite;
    animation: scaleBorder 3s ease-out 1s infinite
}

.how__play .plyr__control--overlaid:hover {
    color: var(--primary-default);
    background-color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.how__play span {
    display: block;
    max-width: 160px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff
}

@media(max-width:900px) {
    .how__play span {
        margin-top: 32px;
        font-size: 12px
    }
}

.how__img {
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    border-radius: 8px
}

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

@media(max-width:1100px) {
    .how__wrap {
        width: 100%;
        max-width: 400px
    }
}

@media(max-width:900px) {
    .how__wrap {
        max-width: none
    }
}

.how__title {
    margin: 0 0 24px
}

.how__title b {
    color: var(--primary-default)
}

.how__text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

.how__text:not(:last-child) {
    margin-bottom: 1rem
}

@-webkit-keyframes scaleBorder {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes scaleBorder {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

.achievements-section {
    padding: 60px 0;
    overflow: hidden
}

@media(max-width:900px) {
    .achievements-section {
        padding: 16px 0
    }
}

.achievements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -33px
}

@media(max-width:1100px) {
    .achievements__list {
        margin: -16px
    }
}

@media(max-width:900px) {
    .achievements__list {
        margin: -8px
    }
}

.achievements__list .achievements__item {
    width: calc(50% - 66px);
    margin: 33px
}

@media(max-width:1100px) {
    .achievements__list .achievements__item {
        width: calc(50% - 32px);
        margin: 16px
    }
}

@media(max-width:900px) {
    .achievements__list .achievements__item {
        width: calc(50% - 16px);
        margin: 8px
    }
}

@media(max-width:600px) {
    .achievements__list .achievements__item {
        width: calc(100% - 16px)
    }
}

@media(max-width:600px) {
    .achievement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.achievement__img {
    --size: 80px;
    --shadow-size: 18px;
    width: 100%;
    max-width: calc(var(--size) + var(--shadow-size)*2);
    margin-bottom: calc(24px - var(--shadow-size));
    margin-left: calc(var(--shadow-size)*-1)
}

@media(max-width:900px) {
    .achievement__img {
        --size: 48px;
        --shadow-size: 10.8px
    }
}

@media(max-width:600px) {
    .achievement__img {
        margin-right: calc(16px - var(--shadow-size));
        margin-bottom: 0
    }
}

.achievement__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42;
    text-align: left!important;
}

@media(max-width:900px) {
    .achievement__text {
        font-size: 12px
    }
}

.desc-section {
    padding: 60px 0
}

@media(max-width:900px) {
    .desc-section {
        padding: 16px 0 32px
    }
}

.desc__title {
    margin: 0 0 40px
}

@media(max-width:900px) {
    .desc__title {
        margin: 0 0 12px
    }
}

.desc__title b {
    color: var(--primary-default)
}

.desc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1100px) {
    .desc__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.desc__content {
    width: 100%;
    max-width: 514px;
    margin-right: 40px
}

@media(max-width:1100px) {
    .desc__content {
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.desc__text {
    font-weight: 300;
    line-height: 1.5
}

@media(max-width:900px) {
    .desc__text {
        font-size: 14px;
        line-height: 1.42
    }
}

.desc__list {
    margin-top: 24px
}

.desc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.7
}

@media(max-width:900px) {
    .desc__item {
        font-size: 12px;
        line-height: 1.5
    }
}

.desc__item:not(:last-of-type) {
    margin-bottom: 20px
}

@media(max-width:900px) {
    .desc__item:not(:last-of-type) {
        margin-bottom: 12px
    }
}

.desc__item:before {
    --size: 8px;
    --offset: 12px;
    display: block;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-top: 6px;
    margin-right: var(--offset);
    content: "";
    background-color: var(--primary-default);
    border-radius: 50%
}

.desc__item .desc__text {
    font-size: inherit
}

.desc__camera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 570px
}

@media(max-width:1100px) {
    .desc__camera {
        max-width: none
    }
}

.desc__video {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px
}

@media(max-width:1100px) {
    .desc__video {
        min-height: auto;
        aspect-ratio: 16/9
    }
}

.desc__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.desc__iframe {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.desc__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

@media(max-width:600px) {
    .desc__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-top: 12px
    }
}

.desc__footer .button {
    min-width: 270px;
    margin: 0
}

@media(max-width:600px) {
    .desc__footer .button {
        width: 100%;
        min-width: auto
    }
}

.desc__subtitle {
    margin-right: 24px;
    font-weight: 600;
    line-height: 1.5
}

@media(max-width:600px) {
    .desc__subtitle {
        margin-right: 0;
        margin-bottom: 12px
    }
}

.desc__subtitle b {
    color: var(--primary-default)
}

.tariffs-section {
    position: relative;
    color: #fff;
    background-image: url(../images/tariffs_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

html[data-theme=dark] .tariffs-section {
    background-image: url(../images/tariffs_bg_dark.jpg)
}

@media(max-width:900px) {
    .tariffs-section {
        background-attachment: unset;
        background-size: cover
    }
}

.tariffs-section__after,
.tariffs-section__before {
    position: relative;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 6.042%;
    color: var(--white);
    content: ""
}

.tariffs-section__after svg,
.tariffs-section__before svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tariffs-section__before {
    top: -2px;
    margin-bottom: 90px
}

@media(max-width:1200px) {
    .tariffs-section__before {
        margin-bottom: 40px
    }
}

.tariffs-section__after {
    bottom: -2px;
    margin-top: 60px
}

@media(max-width:1200px) {
    .tariffs-section__after {
        margin-top: 40px
    }
}

@media(max-width:900px) {
    .tariffs-section__after {
        margin-top: 24px
    }
}

.tariffs-section__wrap {
    padding: 2px 0;
    overflow: hidden
}

.tariffs-section .power {
    color: var(--main-color)
}

.tariffs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media(max-width:600px) {
    .tariffs__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 12px
    }
}

.tariffs__header .tabs {
    width: auto
}

@media(max-width:600px) {
    .tariffs__header .tabs {
        width: 100%
    }
}

.tariffs__title {
    margin: 0 24px 0 0
}

@media(max-width:600px) {
    .tariffs__title {
        margin: 0 0 12px
    }
}

.tariffs__title b {
    color: var(--primary-default)
}

.tariffs__body .text-info {
    margin-bottom: 32px;
    color: inherit
}

@media(max-width:900px) {
    .tariffs__body .text-info {
        margin: 0 0 12px
    }
}

.tariffs__tab-content:not(.active) {
    display: none
}

.tariffs-slider-wrapper {
    position: relative
}

.tariffs-slider {
    overflow: visible
}

.tariffs-slide {
    height: auto;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

@media(max-width:1200px) {
    .tariffs-slide {
        width: 100%;
        max-width: 276px
    }
}

.tariffs-slide:not(.swiper-slide-visible) {
    visibility: hidden;
    opacity: 0
}

.tariffs-slide .power {
    width: 100%;
    height: 100%;
    margin: 0
}

.tariffs-slider-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 32px);
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:900px) {
    .tariffs-slider-navigation {
        display: none
    }
}

.tariffs-slider-navigation .button-icon {
    margin: 0;
    pointer-events: all;
    -webkit-box-shadow: 0 0 12px rgba(var(--black-rgb), .25);
    box-shadow: 0 0 12px rgba(var(--black-rgb), .25)
}

.tariffs-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

@media(min-width:901px) {
    .tariffs-slider-pagination {
        display: none
    }
}

.tariffs-slider-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 2px;
    background-color: var(--white);
    border-radius: 20px;
    opacity: .8;
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.tariffs-slider-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 3px
}

.tariffs-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 11px;
    opacity: .8
}

.tariffs__footer {
    margin-top: 24px
}

@media(max-width:900px) {
    .tariffs__footer {
        margin-top: 14px
    }
}

.tariffs__footer .footnote {
    color: inherit
}

.tariffs__footer .button {
    width: 100%;
    margin: 32px 0 0
}

@media(max-width:900px) {
    .tariffs__footer .button {
        margin: 24px 0 0
    }
}

.profit-section {
    padding: 100px 0
}

@media(max-width:1200px) {
    .profit-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .profit-section {
        padding: 40px 0 32px
    }
}

.profit {
    overflow: hidden
}

.profit__title {
    margin: 0 0 36px
}

@media(max-width:900px) {
    .profit__title {
        margin: 0 0 20px
    }
}

.profit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -24px;
    counter-reset: count
}

@media(max-width:1100px) {
    .profit__list {
        margin: -14px
    }
}

@media(max-width:900px) {
    .profit__list {
        margin: -6px
    }
}

.profit__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: calc(33.33333% - 48px);
    margin: 24px;
    counter-increment: count
}

@media(max-width:1100px) {
    .profit__item {
        width: calc(33.33333% - 28px);
        margin: 14px
    }
}

@media(max-width:900px) {
    .profit__item {
        width: calc(100% - 12px);
        margin: 6px
    }
}

.profit__item:after,
.profit__item:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3em;
    height: 2.3em;
    padding: 0;
    margin-right: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    content: counter(count);
    background: linear-gradient(156.64deg, #2f80ed 12.22%, #00387f 145.4%);
    border-radius: 50%
}

@media(max-width:900px) {

    .profit__item:after,
    .profit__item:before {
        width: 2em;
        height: 2em;
        margin-right: 12px;
        font-size: 16px
    }
}

.profit__item:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: 0 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .8;
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px)
}

.profit-block__title {
    margin: 0 0 16px
}

@media(max-width:900px) {
    .profit-block__title {
        margin: 0 0 8px
    }
}

.profit-block__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42;
    color: var(--secondary-7)
}

@media(max-width:900px) {
    .profit-block__text {
        font-size: 12px
    }
}

.payments-section {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
}

@media(max-width:1200px) {
    .payments-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .payments-section {
        padding: 40px 0 32px
    }
}

@media(max-width:900px) {
    .payments-section .table .th-col-event {
        width: 120px;
        min-width: 120px
    }
}

@media(max-width:900px) {
    .payments-section .table .th-col-price {
        width: 80px;
        min-width: 80px
    }
}

.payments__header {
    margin: 0 0 36px
}

.payments__title {
    margin: 0
}

.payments__title em {
    font-weight: 500;
    color: var(--primary-default)
}

.payments__title .dropdown {
    width: auto
}

.payments__title .dropdown__button {
    font-size: inherit;
    font-weight: 500
}

.payments__title .dropdown__arrow-wrapper {
    font-size: .6em
}

.payments__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:900px) {
    .payments__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.payments__table {
    width: 100%;
    max-width: 720px;
    margin-right: 24px
}

@media(max-width:900px) {
    .payments__table {
        max-width: none;
        margin-right: 0;
        margin-bottom: 12px
    }
}

.payments__table .card {
    height: 100%
}

.payments__table .card__title {
    font-size: 1.125rem;
    font-weight: 600
}

@media(max-width:900px) {
    .payments__table .card__title {
        font-size: 16px
    }
}

.payments__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px
}

@media(max-width:900px) {
    .payments__col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none
    }
}

@media(max-width:700px) {
    .payments__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

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

.payments__col .card:not(:last-child) {
    margin-bottom: 24px
}

@media(max-width:900px) {
    .payments__col .card:not(:last-child) {
        margin-right: 12px;
        margin-bottom: 0
    }
}

@media(max-width:700px) {
    .payments__col .card:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px
    }
}

.payments__col .card__title {
    font-size: 1.125rem;
    font-weight: 600
}

@media(max-width:900px) {
    .payments__col .card__title {
        font-size: 16px
    }
}

.payments-miners__item:not(:last-of-type) {
    margin-bottom: 12px
}

.payments-miner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payments-miner__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 32px;
    max-height: 40px;
    margin-right: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

html[data-theme=dark] .payments-miner__img {
    display: none
}

@media(max-width:900px) {
    .payments-miner__img {
        max-width: 24px;
        margin-right: 8px
    }
}

.payments-miner__img--dark {
    display: none
}

html[data-theme=dark] .payments-miner__img--dark {
    display: block
}

.payments-miner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2
}

.payments-miner__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 8px;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--primary-default);
    border-radius: 4px
}

.payments-miner__left {
    margin: auto 10px auto 0
}

.payments-miner__nick {
    display: block;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all
}

@media(max-width:900px) {
    .payments-miner__nick {
        font-size: 14px
    }
}

.payments-miner__value {
    font-size: 28px;
    font-weight: 300;
    text-align: right
}

@media(max-width:1100px) {
    .payments-miner__value {
        font-size: 24px
    }
}

.payments-miner__value i {
    display: block;
    font-size: 12px
}

@media(max-width:900px) {
    .payments-miner__value i {
        font-size: 10px
    }
}

.payments-miners--partners .payments-miner__img {
    max-width: 40px;
    margin-right: 8px
}

@media(max-width:900px) {
    .payments-miners--partners .payments-miner__img {
        max-width: 24px
    }
}

.payments-section--new {
    position: relative;
    padding-bottom: 0;

}

@media(max-width:740px) {
    .payments-section--new {
        padding-bottom: 2px
    }
}

.payments-section--new:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
    max-height: 185px;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(var(--bg-comment)), to(hsla(0, 0%, 94.5%, 0)));
    background: linear-gradient(0deg, var(--bg-comment), hsla(0, 0%, 94.5%, 0))
}

@media(max-width:740px) {
    .payments-section--new:before {
        content: none
    }
}

.payments-section--new .payments__header {
    margin: 0 0 4px
}

.payments-section--new .payments__table {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.payments-section--new .payments__table .card {
    padding: 0;
    background: 0 0
}

.payments-section--new .payments__wrap {
    width: 100%
}




._zz_js_wrap_yeji {
    width: 100%;
}

.payments-section--new .table, ._zz_js_wrap_yeji {
    border-spacing: 0 7px;
    border-collapse: separate;

}

.payments-section--new .table-scroller {
    height: 100%;
    max-height: 630px;
    padding-bottom: 55px;
    overflow-x: hidden;
    overflow-y: auto
}

@media(max-width:740px) {
    .payments-section--new .table-scroller {
        width: auto;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: -16px;
        margin-left: -16px;
        overflow-x: auto!important;
        overflow-y: hidden;
    }
    
    ._zz_wap_no {
        display: none!important;
    }
    
    
    body ._zz_popup, body ._zz_popup_withdraw, body ._zz_popup2 {
        width: 98%!important;
    }
    
    
    
}

.payments-section--new .table-scroller::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.payments-section--new .table>thead {
    position: sticky;
    top: 7px;
    z-index: 2;
    background-color: var(--bg-comment);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.payments-section--new .table>thead th {
    min-width: auto;
    padding: 20px 9px 13px;
    background-color: transparent
}

@media(max-width:1200px) {
    .payments-section--new .table>thead th {
        padding: 16px 6px 9px
    }
}

@media(max-width:900px) {
    .payments-section--new .table>thead th {
        padding: 12px 4px 5px
    }
}

.payments-section--new .table>tbody tr, ._zz_js_wrap_yeji li {
    background-color: var(--white)
}

.payments-section--new .table>tbody>tr>td, ._zz_js_wrap_yeji ._zz_col {
    padding: 12px 9px;
    vertical-align: middle;
    border-bottom: 0
}

@media(max-width:1200px) {
    .payments-section--new .table>tbody>tr>td {
        padding: 8px 6px
    }
}

@media(max-width:900px) {
    .payments-section--new .table>tbody>tr>td {
        padding: 6px 4px
    }
}

.payments-section--new .table>tbody>tr>td:first-child {
    border-radius: 8px 0 0 8px
}

.payments-section--new .table>tbody>tr>td:last-child {
    border-radius: 0 8px 8px 0
}

.payments-section--new .table>thead th.th-col-event {
    min-width: auto
}

.payments-section--new .table>thead th.th-col-img .th-sort {
    margin-left: 10px
}

@media(max-width:1200px) {
    .payments-section--new .table>thead th.th-col-img .th-sort {
        margin-left: 7px
    }
}

@media(max-width:900px) {
    .payments-section--new .table>thead th.th-col-img .th-sort {
        margin-left: 2px
    }
}

.payments-section--new .table>thead th.th-col-status .th-sort {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payments-section--new .table .td .td__icon, ._zz_js_wrap_yeji  ._zz_col .td .td__icon {
    text-align: center
}

.payments-section--new .table .td .td__icon .svg, ._zz_js_wrap_yeji ._zz_col .td .td__icon .svg {
    margin: 0 auto;
    font-size: 40px;
    color: var(--success)
}

@media(max-width:1200px) {
    .payments-section--new .table .td .td__icon .svg, ._zz_js_wrap_yeji ._zz_col .td .td__icon .svg{
        font-size: 32px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td .td__icon .svg, ._zz_js_wrap_yeji ._zz_col .td .td__icon .svg {
        font-size: 24px
    }
}

.payments-section--new .table .td .td__date, ._zz_js_wrap_yeji ._zz_col .td .td__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: var(--secondary-6)
}

@media(max-width:1200px) {
    .payments-section--new .table .td .td__date, ._zz_js_wrap_yeji ._zz_col .td .td__date  {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td .td__date, ._zz_js_wrap_yeji ._zz_col .td .td__date  {
        font-size: 12px
    }
}

.payments-section--new .table .td .td__date em, ._zz_js_wrap_yeji ._zz_col .td .td__date em {
    color: var(--secondary-6)
}

.payments-section--new .table .td .td__sum, ._zz_js_wrap_yeji ._zz_col .td .td__sum {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--secondary-8)
}

@media(max-width:1200px) {
    .payments-section--new .table .td .td__sum, ._zz_js_wrap_yeji ._zz_col .td .td__sum {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td .td__sum, ._zz_js_wrap_yeji ._zz_col .td .td__sum {
        font-size: 12px
    }
}

.payments-section--new .td__number-wrap, ._zz_js_wrap_yeji ._zz_col .td__number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.payments-section--new .table .td .td__number, ._zz_js_wrap_yeji ._zz_col .td .td__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 174px;
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #ffd700;
    border: 1px solid #ece073;
}

@media(max-width:1200px) {
    .payments-section--new .table .td .td__number, ._zz_js_wrap_yeji ._zz_col .td .td__number {
        min-width: 140px;
        padding: 4px 6px;
        font-size: 13px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td .td__number, ._zz_js_wrap_yeji ._zz_col .td .td__number {
        min-width: 120px;
        font-size: 12px
    }
}

.payments-section--new .table .td .td__text, ._zz_js_wrap_yeji ._zz_col .td .td__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: var(--secondary-8)
}

@media(max-width:1200px) {
    .payments-section--new .table .td .td__text, ._zz_js_wrap_yeji ._zz_col .td .td__text {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td .td__text, ._zz_js_wrap_yeji ._zz_col .td .td__text {
        font-size: 12px
    }
}

.payments-section--new .table .td img, ._zz_js_wrap_yeji ._zz_col .td img {
    width: 100%;
    max-width: 40px;
    height: 100%;
    max-height: 40px
}

@media(max-width:1200px) {
    .payments-section--new .table .td img, ._zz_js_wrap_yeji ._zz_col .td img {
        max-width: 32px;
        max-height: 32px
    }
}

@media(max-width:900px) {
    .payments-section--new .table .td img, ._zz_js_wrap_yeji ._zz_col .td img {
        max-width: 24px;
        max-height: 24px
    }
}

.program-section {
    padding: 100px 0 60px
}

@media(max-width:1200px) {
    .program-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .program-section {
        padding: 32px 0
    }
}

.program__title {
    margin: 0
}

.program__title b {
    color: var(--primary-default)
}

.program__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:900px) {
    .program__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.program__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 372px;
    margin-right: 40px
}

@media(max-width:1100px) {
    .program__left {
        max-width: 340px;
        margin-right: 20px
    }
}

@media(max-width:900px) {
    .program__left {
        max-width: none;
        margin-right: 0;
        margin-bottom: 16px
    }
}

.program__left .button {
    margin: auto auto 0 0
}

@media(max-width:900px) {
    .program__left .button {
        display: none
    }
}

.program__right {
    width: 100%;
    max-width: 760px
}

@media(max-width:900px) {
    .program__right {
        max-width: none
    }
}

.program-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:600px) {
    .program-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.program-item:not(:last-child) {
    margin-bottom: 56px
}

@media(max-width:1100px) {
    .program-item:not(:last-child) {
        margin-bottom: 32px
    }
}

@media(max-width:900px) {
    .program-item:not(:last-child) {
        margin-bottom: 16px
    }
}

.program-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100px;
    margin-right: 40px
}

html[data-theme=dark] .program-item__img {
    display: none
}

@media(max-width:600px) {
    .program-item__img {
        margin-right: 0;
        margin-bottom: 8px
    }
}

.program-item__img--dark {
    display: none
}

html[data-theme=dark] .program-item__img--dark {
    display: block
}

.program-item__title {
    margin: 0 0 16px
}

@media(max-width:900px) {
    .program-item__title {
        margin: 0 0 8px
    }
}

.program-item__text {
    font-weight: 300;
    line-height: 1.5
}

.program__button {
    width: 100%;
    margin: 16px 0 0
}

@media(min-width:901px) {
    .program__button {
        display: none
    }
}

.media-section {
    padding: 60px 0;
    overflow: hidden
}

@media(max-width:1200px) {
    .media-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .media-section {
        padding: 20px 0
    }
}

.media__title {
    margin: 0 0 24px
}

@media(max-width:600px) {
    .media__title {
        text-align: center
    }
}

@media(max-width:1200px) {
    .media-slider-wrapper {
        padding-right: 48px
    }
}

@media(max-width:900px) {
    .media-slider-wrapper {
        padding-right: 20px
    }
}

.media-slider-wrapper .tariffs-slider-pagination .swiper-pagination-bullet {
    background-color: var(--secondary-5);
    opacity: 1
}

.media-slider {
    overflow: visible
}

.media-card {
    display: block;
    width: 100%;
    padding: 32px;
    color: var(--main-color);
    background-color: var(--bg-comment);
    border: 2px solid var(--bg-comment);
    border-radius: 8px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

@media(max-width:900px) {
    .media-card {
        padding: 20px
    }
}

.media-card:hover {
    color: var(--main-color);
    border-color: var(--primary-disable)
}

.media-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

.media-card__header:after {
    display: block;
    width: 100%;
    max-width: 48px;
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    aspect-ratio: 1/1
}

@media(max-width:900px) {
    .media-card__header:after {
        max-width: 36px
    }
}

.media-card__logo {
    max-height: 25px;
    -o-object-fit: contain;
    object-fit: contain
}

.media-card__logo--dark,
html[data-theme=dark] .media-card__logo {
    display: none
}

html[data-theme=dark] .media-card__logo--dark {
    display: block
}

.media-card__title {
    margin-right: 16px;
    margin-bottom: 0
}

.media-card__text {
    font-weight: 300;
    line-height: 1.5
}

@media(max-width:900px) {
    .media-card__text {
        font-size: 12px
    }
}

.questions-section {
    padding: 60px 0
}

@media(max-width:1200px) {
    .questions-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .questions-section {
        padding: 20px 0
    }
}

.questions__title {
    margin: 0 0 36px
}

@media(max-width:900px) {
    .questions__title {
        margin: 0 0 16px
    }
}

.questions__title b {
    color: var(--primary-default)
}

.questions__item:first-of-type .question {
    border-top: 1px solid var(--secondary-4)
}

.question {
    border-bottom: 1px solid var(--secondary-4)
}

.question.active .question__arrow-wrapper {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.question.active .question__arrow {
    opacity: 0
}

.question.active .question__arrow--minus {
    opacity: 1
}

.question__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    cursor: pointer
}

@media(max-width:900px) {
    .question__button {
        padding: 12px 0
        color: #fff;
    }
}

.question__button:hover {
    color: var(--primary-hover)
}

.question__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16
}

@media(max-width:900px) {
    .question__title {
        font-size: 16px;
        line-height: 1.375
    }
}

.question__arrow-wrapper {
    position: relative;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.question__arrow {
    font-size: 24px;
    color: #d9d607;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media(max-width:900px) {
    .question__arrow {
        font-size: 20px
    }
}

.question__arrow--minus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.question__content {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    line-height: 1.42;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease
}

.question__wrap {
    margin-bottom: 16px
}

@media(max-width:900px) {
    .question__wrap {
        margin-bottom: 12px
    }
}

.question__text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

@media(max-width:900px) {
    .question__text {
        font-size: 12px
    }
}

.question__text:not(:last-child) {
    margin-bottom: 20px
}

@media(max-width:900px) {
    .question__text:not(:last-child) {
        margin-bottom: 12px
    }
}

.questions__button {
    margin: 48px 0 0
}

@media(max-width:900px) {
    .questions__button {
        width: 100%;
        margin: 16px 0 0
    }
}

.partners-logos-section {
    padding: 60px 0 30px;
    overflow: hidden
}

@media(max-width:1200px) {
    .partners-logos-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .partners-logos-section {
        padding: 20px 0
    }
}

.partners-logos__title {
    margin: 0 0 36px
}

@media(max-width:900px) {
    .partners-logos__title {
        margin: 0 0 20px
    }
}

@media(max-width:1200px) {
    .partners-logos-slider-wrapper {
        padding-right: 48px
    }
}


.partners-logos-slide {
    width: 11.5%;
    float: left;
    margin-right: 1%;
}

@media(max-width:900px) {
    .partners-logos-slider-wrapper {
        padding-right: 0px;
    }
    .partners-logos-slide {
        width: 25%;
        margin-right: 0%;
    }
}

.partners-logos-slider {
    overflow: visible
}

.partners-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /*padding: 23px;*/
    color: var(--main-color);
    background-color: var(--bg-comment);
    border: 2px solid var(--bg-comment);
    border-radius: 8px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}




        
        
@media(max-width:900px) {
    .partners-logo {
        /*padding: 18px 12px*/
    }
}

.partners-logo:hover {
    color: var(--main-color);
    border-color: var(--primary-disable)
}

.partners-logo__img {
    /*max-height: 25px;*/
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.partners-logo__img--dark,
html[data-theme=dark] .partners-logo__img {
    display: none
}

html[data-theme=dark] .partners-logo__img--dark {
    display: block
}

.cooperation-section {
    padding: 30px 0 100px
}

@media(max-width:1200px) {
    .cooperation-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .cooperation-section {
        padding: 20px 0 40px
    }
}

.cooperation__title {
    margin: 0 0 24px
}

.cooperation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:600px) {
    .cooperation__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cooperation__wrap .button {
    margin: 0 0 0 50px;
    white-space: nowrap
}

@media(max-width:600px) {
    .cooperation__wrap .button {
        margin: 12px 0 0
    }
}

.cooperation__text {
    font-weight: 300;
    line-height: 1.5
}

.with-aside-section {
    padding: 40px 0 80px
}

@media(max-width:900px) {
    .with-aside-section {
        padding: 20px 0
    }
}

.with-aside__header {
    margin: 0 0 50px;
        color: #fff;
}

@media(max-width:900px) {
    .with-aside__header {
        margin: 0 0 24px;
        color: #fff;
    }
}

.with-aside__title {
    margin: 0 0 24px
}

@media(max-width:900px) {
    .with-aside__title {
        margin: 0 0 12px
    }
}

.with-aside__text {
    margin: 0 0 24px;
    font-weight: 300;
    line-height: 1.5
}

@media(max-width:900px) {
    .with-aside__text {
        margin: 0 0 12px
    }
}

.with-aside__form {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.with-aside__form .input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

@media(max-width:900px) {
    .with-aside__form .input-wrapper .input {
        padding: 13px 52px 13px 16px;
        font-size: 10px
    }

    .with-aside__form .input-wrapper .input::-webkit-input-placeholder {
        font-size: 10px
    }

    .with-aside__form .input-wrapper .input:-moz-placeholder,
    .with-aside__form .input-wrapper .input::-moz-placeholder {
        font-size: 10px
    }

    .with-aside__form .input-wrapper .input:-ms-input-placeholder {
        font-size: 10px
    }
}

.with-aside__form .input-wrapper .input__icon {
    color: var(--secondary-5)
}

@media(max-width:900px) {
    .with-aside__form .input-wrapper .input__icon {
        right: 16px;
        left: auto;
        font-size: 24px
    }
}

@media(max-width:900px) {
    .with-aside__form .input-wrapper .input__clear {
        --size: 24px;
        --bg-color: var(--white);
        right: 16px;
        z-index: 2
    }

    .with-aside__form .input-wrapper .input__clear svg {
        font-size: var(--size)
    }
}

.with-aside__form>.button {
    margin: 0 0 0 -5px
}

@media(max-width:900px) {
    .with-aside__form>.button {
        display: none
    }
}

.with-aside__form .dropdown__content {
    padding: 16px 0
}

.with-aside__form .dropdown__content .dropdown-link {
    padding: 7px 1rem
}

.with-aside__form .dropdown__content .dropdown-link__text {
    font-weight: 500
}

@media(max-width:900px) {
    .with-aside__form .dropdown__content .dropdown-link__text {
        font-size: 12px
    }
}

.with-aside__form.with-aside__form--find .dropdown__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.with-aside__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:900px) {
    .with-aside__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.aside {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 278px;
    flex: 0 0 278px;
    margin-right: 40px
}

@media(max-width:900px) {
    .aside {
        position: static;
        top: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.aside-dropdown .dropdown__button {
    padding: 0 16px 0 0;
    border-radius: 8px
}

.aside-dropdown .dropdown__button .aside-link {
    padding-right: 0;
    color: var(--main-color);
    background-color: transparent
}

.aside-dropdown .dropdown__arrow-wrapper {
    margin-right: 0
}

.aside-dropdown .dropdown__list {
    max-height: none;
    overflow: visible
}

@media(max-width:900px) {
    .aside-dropdown .aside-link {
        padding: 10px 24px;
        border: none
    }

    .aside-dropdown .aside-link br {
        display: none
    }
}

@media(min-width:901px) {
    .aside-dropdown .dropdown__button {
        display: none
    }

    .aside-dropdown .dropdown__content {
        position: static;
        padding: 0;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .aside-dropdown .dropdown__list {
        max-height: none;
        overflow: visible
    }

    .aside-dropdown .dropdown__item:not(:last-of-type) {
        margin-bottom: 8px
    }
}

.aside-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    color: var(--main-color);
    cursor: pointer;
    border: 1px solid var(--secondary-4);
    border-radius: 8px;
    -webkit-transition: color .2s ease, border .2s ease, background-color .2s ease;
    transition: color .2s ease, border .2s ease, background-color .2s ease
}

.aside-link:hover {
    color: var(--main-color);
    background-color: var(--bg-noty-btn-active)
}

.aside-link.active {
    color: #ffd700;
    border-color: #ffd700;
}

.aside-link__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin-right: 14px;
    font-size: 40px
}

.aside-link__img {
    --size: 40px;
    --shadow-size: 16px;
    width: calc(var(--size) + var(--shadow-size)*2);
    max-width: none;
    margin-right: calc(var(--shadow-size)*-1);
    margin-left: calc(var(--shadow-size)*-1);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-object-fit: contain;
    object-fit: contain
}

.aside-link__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42
}

.with-aside__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 830px;
    flex: 1 1 830px
}

@media(max-width:900px) {
    .with-aside__content {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media(min-width:901px) {
    .with-aside__content .question__button {
        padding: 24px 0
    }

    .with-aside__content .question__title {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
}

@media(max-width:900px) {
    .with-aside__content .question__title {
        font-weight: 500;
                color: #fff;
    }
}

.with-aside-tab-content:not(.active) {
    display: none
}

.mining-tariffs .tabs {
    margin: 0 0 24px;
    overflow: visible
}

.mining-tariffs .tabs .button-tab.active {
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

.mining-tariffs .card-powers__body--cols {
    margin: -7px
}

@media(min-width:1201px) {
    .mining-tariffs .card-powers__body--cols .power--col {
        width: calc(33.33333% - 14px);
        margin: 7px
    }
}

.mining-tariffs-content:not(.active) {
    display: none
}

.mining-ranks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px
}

.mining-ranks__list .mining-rank {
    width: calc(33.33333% - 12px);
    margin: 6px
}

@media(max-width:1200px) {
    .mining-ranks__list .mining-rank {
        width: calc(50% - 12px)
    }
}

@media(max-width:600px) {
    .mining-ranks__list .mining-rank {
        width: calc(100% - 12px)
    }
}

.mining-rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem 2rem 2.5rem;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .mining-rank {
    background-color: #141831;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

@media(max-width:900px) {
    .mining-rank {
        padding: 24px 40px 40px
    }
}

.mining-rank__img {
    width: 100%;
    max-width: 56px;
    margin-bottom: 20px
}

.mining-rank__tag {
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 1.25rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.214;
    color: var(--mining-rank-color-1);
    text-transform: uppercase;
    background-color: var(--mining-rank-bg-color-1);
    border-radius: 4px
}

.mining-rank__tag--middle {
    color: var(--mining-rank-color-2);
    background-color: var(--mining-rank-bg-color-2)
}

.mining-rank__tag--senior {
    color: var(--mining-rank-color-3);
    background-color: var(--mining-rank-bg-color-3)
}

.mining-rank__tag--industrial {
    color: var(--mining-rank-color-4);
    background-color: var(--mining-rank-bg-color-4)
}

.mining-rank__tag--glorious {
    color: var(--mining-rank-color-5);
    background-color: var(--mining-rank-bg-color-5)
}

.mining-rank__tag--honored {
    color: var(--mining-rank-color-6);
    background-color: var(--mining-rank-bg-color-6)
}

.mining-rank .modal__list {
    width: 100%
}

.mining-rank .modal__list:first-of-type:not(:last-of-type) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 16px
}

.mining-rank .modal__list .modal__item:not(:last-of-type) {
    margin-bottom: 8px
}

.mining-rank .modal__list dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 14px;
    font-weight: 300;
    text-align: left
}

.mining-rank .modal__list dd {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    font-size: 14px;
    font-weight: 600;
    text-align: right
}

.mining-top .table-wrapper--top .table td {
    padding-top: 15px;
    padding-bottom: 15px
}

@media(max-width:900px) {
    .mining-top .table-wrapper--top .table td {
        padding-top: 11px;
        padding-bottom: 11px
    }
}

.breadcrumbs-section {
    padding: 12px 0 20px;
    overflow: hidden
}

@media(max-width:900px) {
    .breadcrumbs-section {
        padding: 16px 0 6px
    }
}

.breadcrumbs-section+section {
    padding-top: 20px
}

@media(max-width:900px) {
    .breadcrumbs-section+section {
        padding-top: 6px
    }
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: -6px -3px
}

.breadcrumbs-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 3px
}

.breadcrumbs-list__item:not(:first-of-type):before {
    display: block;
    margin: auto 3px auto -3px;
    font-size: inherit;
    color: #fff;
    content: "/"
}

.breadcrumbs-list__item:last-of-type .breadcrumbs-list__link {
    color: #f8f5f5;
}

.breadcrumbs-list__link {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 30px;
    color: #f8f5f5;
    white-space: nowrap;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

@media(hover) {
    .breadcrumbs-list__link:hover {
        color: #FFD700;
    }
}

.news-section {
    padding: 40px 0 80px
}

@media(max-width:1200px) {
    .news-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .news-section {
        padding: 20px 0
    }
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 24px
}

@media(max-width:900px) {
    .news__header {
        margin: 0 0 12px
    }
}

@media(max-width:600px) {
    .news__header {
        position: relative
    }
}

.news__title {
    margin-right: 40px;
    margin-bottom: 0;
     color: #fff;
}

@media(max-width:900px) {
    .news__title {
        margin-right: 16px
    }
}

.news-search {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 505px
}

@media(max-width:600px) {
    .news-search {
        position: static
    }
}

.news-search.active .news-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-search__button {
    --color: var(--main-color);
    --color-hover: var(--primary-hover);
    --color-focus: var(--primary-active);
    --bg-color: var(--white);
    --bg-color-hover: var(--white);
    --bg-color-focus: var(--white);
    --border-color: var(--secondary-4);
    --border-color-hover: var(--primary-hover);
    --border-color-focus: var(--primary-active);
    --size: 48px;
    margin: 0;
    border-radius: 4px
}

@media(max-width:900px) {
    .news-search__button {
        --size: 40px
    }
}

.news-search__button svg {
    font-size: 24px
}

.news-search__wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%
}

.news-search__wrap .input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

@media(max-width:600px) {
    .news-search__wrap .input-wrapper .input {
        padding-right: 56px;
        padding-left: 16px;
        font-size: 10px;
        border-color: transparent;
        -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
        box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
    }

    .news-search__wrap .input-wrapper .input::-webkit-input-placeholder {
        font-size: 10px
    }

    .news-search__wrap .input-wrapper .input:-moz-placeholder,
    .news-search__wrap .input-wrapper .input::-moz-placeholder {
        font-size: 10px
    }

    .news-search__wrap .input-wrapper .input:-ms-input-placeholder {
        font-size: 10px
    }
}

@media(max-width:600px) {
    .news-search__wrap .input-wrapper .input__icon {
        display: none
    }
}

.news-search__btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.news-search__btns .button {
    min-width: auto;
    margin: 0 0 0 -4px
}

@media(max-width:600px) {
    .news-search__btns .button {
        display: none
    }
}

.news-search__btns .news-search__button {
    display: none
}

@media(max-width:600px) {
    .news-search__btns .news-search__button {
        --color: var(--secondary-9);
        --bg-color: transparent;
        --size: 24px;
        position: absolute;
        top: 0;
        right: 16px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 100%;
        padding: 0;
        border: none
    }
}

.news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

@media(max-width:900px) {
    .news__tags {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        width: calc(100% + 32px);
        padding: 0 16px;
        margin: 0 0 0 -16px;
        overflow-y: hidden
    }
}

.news__tags+.news__body {
    margin-top: 40px
}

@media(max-width:900px) {
    .news__tags+.news__body {
        margin-top: 12px
    }
}

.news__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    margin: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.66;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid var(--secondary-4);
    border-radius: 4px;
    -webkit-transition: color .2s ease, border .2s ease;
    transition: color .2s ease, border .2s ease
}

@media(max-width:900px) {
    .news__tag {
        margin: 0
    }

    .news__tag:not(:last-child) {
        margin-right: 12px
    }
}

.news__tag.selected,
.news__tag:hover {
    color: var(--primary-default);
    border-color: var(--primary-default)
}

.news__body {
    overflow: hidden
}

.news__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 58px
}

@media(max-width:900px) {
    .news__preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px
    }
}

.news__big {
    width: 100%;
    max-width: 660px;
    margin-right: 24px
}

@media(max-width:900px) {
    .news__big {
        max-width: none;
        margin-right: 0;
        margin-bottom: 12px
    }
}

@media(min-width:901px) {

    .news__big .new--big,
    .news__big .new--big .new__img-wrapper {
        height: 100%
    }
}

.news__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 460px
}

@media(max-width:1100px) {
    .news__col {
        max-width: 360px
    }
}

@media(max-width:900px) {
    .news__col {
        max-width: none
    }
}

.news__col .new--row:not(:last-of-type) {
    margin-bottom: 20px
}

@media(max-width:900px) {
    .news__col .new--row:not(:last-of-type) {
        margin-bottom: 12px
    }
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -16px
}

@media(max-width:900px) {
    .news__list {
        margin: -10px
    }
}

.news__list .new {
    width: calc(33.33333% - 32px);
    margin: 30px 16px
}

@media(max-width:900px) {
    .news__list .new {
        width: calc(50% - 20px);
        margin: 10px
    }
}

@media(max-width:600px) {
    .news__list .new {
        width: calc(100% - 20px)
    }
}

.news__button {
    width: 100%;
    margin: 56px 0 0
}

@media(max-width:900px) {
    .news__button {
        margin: 32px 0 0
    }
}

.new-current-section {
    padding: 40px 0 100px
}

@media(max-width:1200px) {
    .new-current-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .new-current-section {
        padding: 20px 0 32px;
        overflow: hidden
    }
}

.new-current__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-current__header:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 310px;
    margin-left: 16px;
    content: ""
}

@media(max-width:900px) {
    .new-current__header:after {
        content: none
    }
}

.new-current__header .new-current__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.new-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:900px) {
    .new-current {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

@media(max-width:1300px) {
    .new-current__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.new-current-share {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    left: 0;
    z-index: 4;
    width: 40px;
    height: 260px;
    margin-top: -260px;
    -webkit-transform: translateX(calc(-100% - 56px));
    transform: translateX(calc(-100% - 56px))
}

@media(max-width:1400px) {
    .new-current-share {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@media(max-width:1300px) {
    .new-current-share {
        position: static;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        height: auto;
        margin: 16px 0 0;
        -webkit-transform: none;
        transform: none
    }
}

.new-current-share__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1300px) {
    .new-current-share__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.new-current-share-button {
    --size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--secondary-9);
    pointer-events: none
}

@media(max-width:1300px) {
    .new-current-share-button {
        margin-bottom: 0;
        margin-left: 1rem
    }
}

.new-current-share-button .svg {
    width: 20px;
    height: 20px
}

.new-current-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1300px) {
    .new-current-share__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(max-width:600px) {
    .new-current-share__list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.new-current-share__link {
    --size: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    color: var(--secondary-9);
    background-color: var(--bg-noty-btn-active);
    border-radius: 50%;
    -webkit-transition: color .2s ease, -webkit-box-shadow .2s ease;
    transition: color .2s ease, -webkit-box-shadow .2s ease;
    transition: color .2s ease, box-shadow .2s ease;
    transition: color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

html[data-theme=dark] .new-current-share__link {
    background-color: #0d1639
}

@media(hover) {
    .new-current-share__link:hover {
        color: var(--primary-default);
        background-color: var(--white);
        -webkit-box-shadow: 0 4px 8px rgba(var(--black-rgb), .15);
        box-shadow: 0 4px 8px rgba(var(--black-rgb), .15)
    }
}

.new-current-share__link:not(:last-of-type) {
    margin-bottom: 1rem
}

@media(max-width:1300px) {
    .new-current-share__link:not(:last-of-type) {
        margin-right: 1rem;
        margin-bottom: 0
    }
}

.new-current-share__link:after,
.new-current-share__link:before {
    content: none !important
}

.new-current-share__link .svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.new-current-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media(max-width:900px) {
    .new-current-content {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        width: 100%
    }
}

.new-current-content .gallery {
    margin-top: 40px
}

.new-current-content .gallery .card__text {
    color: var(--white)
}

.new-current-content .new-current__subtitle {
    display: block;
    margin: 20px 0
}

.new-current__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .new-current__info {
        margin-bottom: 12px
    }
}

.new-current__info .news__tag {
    margin: 0 32px 0 0
}

@media(max-width:900px) {
    .new-current__info .news__tag {
        margin: 0 12px 0 0
    }
}

.new-current__info .new__footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0
}

.new-current__pic-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-current__pic-wrapper {
    width: 100%;
    height: 560px;
    margin-bottom: 3.5rem
}

.new-current__pic-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-current__pic {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.new-current__pic img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.new-current-slider-wrapper {
    position: relative
}

.new-current-baguettebox a:before {
    content: none !important
}

.new-current-slider {
    position: relative;
    padding-bottom: 56%;
    border-radius: 8px
}

.new-current-slider .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.new-current-slider .swiper-slide .new-current__pic-wrapper {
    height: 100%
}

.new-current-slider .swiper-slide .new-current__pic-wrapper:before {
    content: none
}

.new-current-slider .swiper-slide .new-current__pic {
    height: 100%;
    overflow: hidden;
    border-radius: 8px
}

.new-current-slider .swiper-slide .new-current__pic img {
    border-radius: 8px
}

.slider-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-navigation .button-icon {
    --border-color: transparent;
    --bg-color: var(--white);
    margin: 0;
    pointer-events: all;
    -webkit-transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease, visibility .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    transition: color .2s ease, background-color .2s ease, border .2s ease, opacity .2s ease, visibility .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    transition: color .2s ease, background-color .2s ease, border .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease, visibility .2s ease;
    transition: color .2s ease, background-color .2s ease, border .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease, visibility .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease
}

.slider-navigation .button-icon--prev {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.slider-navigation .button-icon--next {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.slider-navigation.is-end .button-icon--next {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(20px);
    transform: translate(20px)
}

.slider-navigation.is-start .button-icon--prev {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px)
}

@media(max-width:900px) {
    .new-current-slider-navigation {
        position: static;
        top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px;
        -webkit-transform: none;
        transform: none
    }
}

.new-current-slider-navigation .button-icon {
    --size: 40px;
    -webkit-box-shadow: 0 0 10px rgba(var(--black-rgb), .1);
    box-shadow: 0 0 10px rgba(var(--black-rgb), .1)
}

@media(max-width:900px) {
    .new-current-slider-navigation .button-icon {
        -webkit-transform: none;
        transform: none
    }

    .new-current-slider-navigation .button-icon:not(:last-child) {
        margin-right: 12px
    }
}

@media(hover) {
    .new-current-slider-navigation .button-icon:hover {
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
    }
}

.new-current-slider-navigation .button-icon svg {
    font-size: 24px
}

.new-current-content span,
.new-current__subtitle {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6
}

@media(max-width:900px) {

    .new-current-content span,
    .new-current__subtitle {
        font-size: 18px
    }
}

.new-current-desc {
    margin-top: 3rem
}

@media(max-width:900px) {
    .new-current-desc {
        margin-top: 24px
    }
}

.new-current-desc>:not(:last-child) {
    margin-bottom: 2rem
}

@media(max-width:900px) {
    .new-current-desc>:not(:last-child) {
        margin-bottom: 24px
    }
}

.new-current-desc>* i {
    display: inline !important;
    margin: 0 !important
}

.new-current-desc>h1:not(:last-child),
.new-current-desc>h2:not(:last-child),
.new-current-desc>h3:not(:last-child),
.new-current-desc>h4:not(:last-child),
.new-current-desc>h5:not(:last-child),
.new-current-desc>h6:not(:last-child) {
    margin-bottom: 1.25rem
}

@media(max-width:900px) {

    .new-current-desc>h1:not(:last-child),
    .new-current-desc>h2:not(:last-child),
    .new-current-desc>h3:not(:last-child),
    .new-current-desc>h4:not(:last-child),
    .new-current-desc>h5:not(:last-child),
    .new-current-desc>h6:not(:last-child) {
        margin-bottom: 12px
    }
}

.new-current-desc .news-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px
}

.new-current-desc .news-list:not(.j_masonry) {
    grid-auto-rows: auto
}

@media(max-width:900px) {
    .new-current-desc .news-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }
}

@media(max-width:600px) {
    .new-current-desc .news-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 10px
    }
}

@media(max-width:500px) {
    .new-current-desc .news-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.new-current-desc .news-list .new {
    width: 100%
}

.new-current-desc .news-list .new__wrap {
    padding: 20px 10px 5px
}

.new-current-desc .news-list .new__pic-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 125%
}

.new-current-desc .news-list .new__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.new-current-desc .new-current__text,
.new-current-desc .new-desc-old__text, ._zz_news_content p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.75;
    color: var(--main-color)
}

.new-current-desc .new-current__text>:not(:last-child),
.new-current-desc .new-desc-old__text>:not(:last-child) {
    margin-bottom: 2.5rem
}

@media(max-width:900px) {

    .new-current-desc .new-current__text>:not(:last-child),
    .new-current-desc .new-desc-old__text>:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

.new-current-desc .new-current__text img,
.new-current-desc .new-desc-old__text img {
    width: 100%
}

.new-current-desc p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.new-current-desc .new-current__subtitle p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6
}

@media(max-width:900px) {
    .new-current-desc .new-current__subtitle p {
        font-size: 1.125rem
    }
}

.new-current-desc i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-style: italic
}

@media(max-width:600px) {
    .new-current-desc i {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.new-current-desc i picture {
    position: relative;
    width: 100%;
    max-width: 374px;
    height: auto;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 8px
}

.new-current-desc i picture:before {
    display: block;
    padding-bottom: 100%;
    content: ""
}

@media(max-width:600px) {
    .new-current-desc i picture:before {
        content: none
    }
}

@media(max-width:600px) {
    .new-current-desc i picture {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.new-current-desc i picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:600px) {
    .new-current-desc i picture img {
        position: static
    }
}

.new-current-desc i div {
    width: 100%;
    max-width: 406px;
    margin: auto 0;
    font-style: normal
}

.new-current-desc i p:not(:last-of-type) {
    margin-bottom: 1rem
}

.new-current-desc q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
}

@media(max-width:600px) {
    .new-current-desc q {
        margin: 0
    }
}

.new-current-desc q picture {
    position: relative;
    width: calc(50% - 40px);
    margin: 20px;
    overflow: hidden;
    border-radius: 8px
}

@media(max-width:600px) {
    .new-current-desc q picture {
        width: 100%;
        margin: 0
    }
}

@media(max-width:600px) {
    .new-current-desc q picture:not(:last-child) {
        margin-bottom: 12px
    }
}

.new-current-desc q picture:before {
    display: block;
    padding-bottom: 100%;
    content: ""
}

@media(max-width:600px) {
    .new-current-desc q picture:before {
        content: none
    }
}

.new-current-desc q picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:600px) {
    .new-current-desc q picture img {
        position: static
    }
}

.new-current-desc h3+.new-current__subtitle {
    margin: 0 0 1rem
}

.new-current-desc h5 {
    margin-bottom: 20px !important;
    line-height: 1.5
}

.new-current-desc ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.75;
    color: var(--main-color)
}

.new-current-desc ul li:not(:last-of-type) {
    margin-bottom: 1em
}

.new-current-desc ul li:before {
    --size: 6px;
    --offset: calc(var(--size)*2);
    display: block;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-top: .6em;
    margin-right: var(--offset);
    content: "";
    background-color: var(--primary-default);
    border-radius: 50%
}

.new-current-desc ul li p {
    margin: auto 0
}

.new-current-desc small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media(max-width:600px) {
    .new-current-desc small {
        margin: 0
    }
}

.new-current-desc small picture {
    width: calc(33.33333% - 24px);
    margin: 12px;
    overflow: hidden;
    border-radius: 8px
}

@media(max-width:600px) {
    .new-current-desc small picture {
        width: 100%;
        margin: 0
    }
}

@media(max-width:600px) {
    .new-current-desc small picture:not(:last-child) {
        margin-bottom: 12px
    }
}

.new-current-desc small picture:before {
    display: block;
    padding-bottom: 100%;
    content: ""
}

@media(max-width:600px) {
    .new-current-desc small picture:before {
        content: none
    }
}

.new-current-desc small picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:600px) {
    .new-current-desc small picture img {
        position: static
    }
}

.new-current-desc blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 40px;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .2);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .2)
}

html[data-theme=dark] .new-current-desc blockquote {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px rgba(0, 0, 0, .75)
}

@media(max-width:600px) {
    .new-current-desc blockquote {
        padding: 20px 16px
    }
}

.new-current-desc blockquote:before {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    margin-right: 32px;
    content: "";
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media(max-width:600px) {
    .new-current-desc blockquote:before {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        margin-right: 12px
    }
}

.new-current-desc blockquote p {
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
    color: var(--main-color)
}

.new-current-desc blockquote span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color)
}

@media(max-width:900px) {
    .new-current-desc blockquote span {
        margin-top: 12px;
        font-size: 12px
    }
}

.new-current-desc blockquote i {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    color: var(--secondary-6)
}

.new-current-desc ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.75;
    color: var(--main-color);
    counter-increment: count
}

.new-current-desc ol li:not(:last-of-type) {
    margin-bottom: 1.5em
}

.new-current-desc ol li:before {
    --size: 2.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary-default);
    content: counter(count);
    background-color: var(--white);
    border: 1px solid var(--secondary-4);
    border-radius: 50%
}

@media(max-width:900px) {
    .new-current-desc ol li:before {
        --size: 2rem;
        margin-right: 12px
    }
}

.new-current-desc ol li p {
    margin: auto 0
}

.new-current-desc a {
    color: var(--primary-default)
}

@media(hover) {
    .new-current-desc a:hover {
        text-decoration: underline
    }
}

.new-current-desc b {
    font-weight: 700
}

.new-current-desc u {
    text-decoration: underline
}

.new-current-desc strong {
    display: block;
    padding: 2.625rem 3.5rem 3.5rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

@media(max-width:900px) {
    .new-current-desc strong {
        padding: 20px 15px
    }
}

.new-current-desc strong span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .new-current-desc strong span {
        margin-bottom: 1rem
    }
}

.new-current-desc strong span svg {
    --size: 1.5rem;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-right: 8px
}

.new-current-desc strong i {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    color: var(--main-color)
}

.new-current-desc .text_info {
    display: block;
    padding: 2.625rem 3.5rem 3.5rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

@media(max-width:900px) {
    .new-current-desc .text_info {
        padding: 20px 15px
    }
}

.new-current-desc .text_info p {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    color: var(--main-color)
}

.new-current-desc .text_info p:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-default)
}

@media(max-width:900px) {
    .new-current-desc .text_info p:first-child {
        margin-bottom: 1rem
    }
}

.new-current-desc .text_info p:first-child:before {
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    min-height: var(--size);
    margin-right: 8px;
    content: ""url(../images/info.svg);
    --size: 1.5rem
}

.new-current-desc .text_accent {
    padding: 2.5rem 3.5rem;
    background-color: var(--white);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

@media(max-width:900px) {
    .new-current-desc .text_accent {
        padding: 1rem
    }
}

.new-current-desc .text_accent_frame {
    padding: 2.5rem 3.5rem;
    background-color: var(--white);
    border: 2px solid var(--primary-default);
    border-radius: 4px
}

@media(max-width:900px) {
    .new-current-desc .text_accent_frame {
        padding: 1rem
    }
}

.new-current-desc .text_accent_line {
    padding: 0 0 0 1.5rem;
    border-left: 4px solid var(--primary-default)
}

@media(max-width:900px) {
    .new-current-desc .text_accent_line {
        padding: 0 0 0 1rem
    }
}

.new-current-desc .new-current__teammate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:600px) {
    .new-current-desc .new-current__teammate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.new-current-desc .new-current__teammate picture {
    position: sticky;
    top: 140px;
    width: 100%;
    max-width: 400px
}

@media(max-width:900px) {
    .new-current-desc .new-current__teammate picture {
        max-width: 50%;
        margin-right: 20px
    }
}

@media(max-width:600px) {
    .new-current-desc .new-current__teammate picture {
        position: static;
        top: 0;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media(max-width:900px) {
    .new-current-desc .new-current__teammate .new-desc-old__text {
        width: 50%
    }
}

@media(max-width:600px) {
    .new-current-desc .new-current__teammate .new-desc-old__text {
        width: 100%
    }
}

@media(max-width:900px) {
    .new-current-desc pre {
        padding: 10px;
        background-color: var(--main-color) -5;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .new-current-desc pre font {
        font-size: 6px;
        color: #000
    }
}

.new-current-desc pre font {
    font-family: monospace;
    line-height: 1.4
}

.new-current-player {
    margin-top: 2.5rem
}

@media(max-width:900px) {
    .new-current-player {
        margin-top: 1.5rem
    }
}

.text-accordion.active>.button--text .to-close {
    display: block
}

.text-accordion.active>.button--text .to-open {
    display: none
}

.text-accordion .text-accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.text-accordion>.button--text {
    margin: 1rem 0 .5rem
}

.text-accordion>.button--text .to-close {
    display: none
}

.text-accordion>.button--text .svg {
    width: .85em;
    min-width: .85em;
    height: .85em;
    min-height: .85em;
    margin-left: 5px
}

.new-current__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 310px;
    margin-left: 16px
}

@media(max-width:900px) {
    .new-current__right {
        max-width: none;
        margin-top: 16px;
        margin-left: 0
    }
}

@media(max-width:900px) {
    .new-current__right .inner-wrapper-sticky {
        position: static !important;
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.new-current__news {
    padding: 24px;
    margin-bottom: 16px;
    background-color: var(--bg-card);
    border-radius: 8px
}

html[data-theme=dark] .new-current__news {
    background-color: #0d1639
}

@media(max-width:900px) {
    .new-current__news {
        margin-top: 0
    }
}

.new-current__news .new--small:not(:last-child) {
    margin-bottom: 22px
}

.new-current-subscribe {
    padding: 22px 20px 22px 28px;
    background-color: var(--bg-card);
    border-radius: 8px
}

html[data-theme=dark] .new-current-subscribe {
    background-color: #0d1639
}

.new-current-subscribe__title {
    margin: 0 0 10px
}

@media(max-width:900px) {
    .new-current-subscribe__title {
        margin: 0 0 5px
    }
}

.new-current-subscribe__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

@media(max-width:900px) {
    .new-current-subscribe__text {
        font-size: 12px
    }
}

.new-current-subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.new-current-subscribe__form .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

.new-current-subscribe__form .button-icon {
    --size: 48px;
    margin: 0 0 0 -4px;
    border-radius: 4px
}

@media(max-width:900px) {
    .new-current-subscribe__form .button-icon {
        --size: 44px
    }
}

.new-current-subscribe__form .button-icon .svg {
    font-size: 24px
}

@media(max-width:900px) {
    .new-current-subscribe__form .button-icon .svg {
        font-size: 22px
    }
}

.new-current-fallback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    padding: 40px 20px;
    text-align: center
}

.new-current-fallback:not(.active) {
    display: none
}

.new-current-preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    padding: 40px 20px;
    text-align: center
}

.new-current-preloader:not(.active) {
    display: none
}

.new-current__loading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    font-size: 40px;
    -webkit-animation: newsLoadingRotate 1s linear 0s infinite;
    animation: newsLoadingRotate 1s linear 0s infinite
}

@-webkit-keyframes newsLoadingRotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@keyframes newsLoadingRotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

.other-news-section {
    padding: 90px 0;
    background-color: var(--bg-card)
}

html[data-theme=dark] .other-news-section {
    background-color: #111839
}

@media(max-width:1200px) {
    .other-news-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .other-news-section {
        padding: 32px 0
    }
}

.other-news__title {
    margin: 0 0 40px
}

@media(max-width:900px) {
    .other-news__title {
        margin: 0 0 16px
    }
}

.other-news__wrap {
    overflow: hidden
}

.other-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px
}

@media(max-width:900px) {
    .other-news__list {
        margin: -10px
    }
}

.other-news__list .new {
    width: calc(33.33333% - 28px);
    margin: 14px
}

@media(max-width:900px) {
    .other-news__list .new {
        width: calc(50% - 20px);
        margin: 10px
    }
}

@media(max-width:600px) {
    .other-news__list .new {
        width: calc(100% - 20px)
    }
}

.comments-section {
    padding: 40px 0 90px
}

@media(max-width:1200px) {
    .comments-section {
        padding: 40px 0;
        padding: 32px 0
    }
}

.comments__title {
    margin: 0 0 32px
}

@media(max-width:900px) {
    .comments__title {
        margin: 0 0 16px
    }
}

.comments__subtitle {
    margin: 0 0 24px;
    font-weight: 700
}

@media(max-width:900px) {
    .comments__subtitle {
        margin: 0 0 12px;
        font-weight: 600
    }
}

.comments-media {
    overflow: hidden
}

.comments-media+.comments__inner {
    margin-top: 80px
}

@media(max-width:900px) {
    .comments-media+.comments__inner {
        margin-top: 40px
    }
}

.comments__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:900px) {
    .comments__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

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

@media(max-width:900px) {
    .comments__content {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }
}

.comments-media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px
}

@media(max-width:900px) {
    .comments-media__list {
        margin: -4px
    }
}

.comments-media__list .media-card {
    width: calc(33.33333% - 28px);
    margin: 14px
}

@media(max-width:900px) {
    .comments-media__list .media-card {
        width: calc(50% - 9px);
        margin: 4px
    }
}

@media(max-width:600px) {
    .comments-media__list .media-card {
        width: calc(100% - 8px)
    }
}

.comments__item:not(:last-of-type) {
    margin-bottom: 1.5rem
}

@media(max-width:900px) {
    .comments__item:not(:last-of-type) {
        margin-bottom: 12px
    }
}

.comments__still {
    width: 100%;
    margin: 1rem 0 0
}

.comments-aside {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    width: 100%;
    max-width: 310px;
    padding: 2.5rem 1.5rem;
    margin-left: 40px;
    background-color: var(--bg-card);
    border-radius: 8px
}

html[data-theme=dark] .comments-aside {
    background-color: #0d1639
}

@media(max-width:900px) {
    .comments-aside {
        position: static;
        top: 0;
        max-width: none;
        padding: 18px 20px;
        margin-bottom: 12px;
        margin-left: 0
    }
}

.comments-aside__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

@media(max-width:900px) {
    .comments-aside__header {
        margin-bottom: 12px
    }
}

.comments-aside__rating {
    margin-right: 12px;
    font-size: 28px;
    font-weight: 600
}

@media(max-width:900px) {
    .comments-aside__rating {
        margin-right: 15px;
        font-size: 24px
    }
}

.comments-aside__text {
    line-height: 1.75rem;
    color: var(--secondary-6)
}

.comments-aside__footer {
    margin-top: 1.5rem
}

@media(max-width:900px) {
    .comments-aside__footer {
        margin-top: 16px
    }
}

.comments-aside__footer .button {
    width: 100%;
    margin: 0
}

.partners-section {
    padding: 40px 0 100px
}

@media(max-width:1200px) {
    .partners-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .partners-section {
        padding: 32px 0
    }
}

.partners-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:900px) {
    .partners-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.partners-block:not(:last-child) {
    margin-bottom: 100px
}

@media(max-width:1200px) {
    .partners-block:not(:last-child) {
        margin-bottom: 40px
    }
}

@media(max-width:900px) {
    .partners-block:not(:last-child) {
        margin-bottom: 32px
    }
}

@media(min-width:901px) {
    .partners-block:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .partners-block:nth-child(2n) .partners-block__left {
        max-width: 665px;
        margin-right: 0;
        margin-left: 50px
    }

    .partners-block:nth-child(2n) .partners-block__right {
        max-width: 435px
    }
}

.partners-block__left {
    width: 100%;
    max-width: 435px;
    margin-right: 50px
}

@media(max-width:1000px) {
    .partners-block__left {
        max-width: 350px;
        margin-right: 2rem
    }
}

@media(max-width:900px) {
    .partners-block__left {
        max-width: none;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.partners-block__left .button {
    margin: 24px 0 0
}

@media(max-width:900px) {
    .partners-block__left .button {
        margin: 16px 0 0
    }
}

@media(max-width:600px) {
    .partners-block__left .button {
        width: 100%
    }
}

.partners-block__img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 24px
}

html[data-theme=dark] .partners-block__img {
    display: none
}

@media(max-width:900px) {
    .partners-block__img {
        margin-bottom: 8px
    }
}

.partners-block__img--dark {
    display: none
}

html[data-theme=dark] .partners-block__img--dark {
    display: block
}

.partners-block__title {
    margin: 0 0 16px;
    font-size: 1.75rem;
    font-weight: 600
}

@media(max-width:900px) {
    .partners-block__title {
        margin: 0 0 8px;
        font-size: 18px
    }
}

.partners-block__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
}

.partners-block__text:not(:last-of-type) {
    margin-bottom: 1rem
}

@media(max-width:900px) {
    .partners-block__text:not(:last-of-type) {
        margin-bottom: 8px
    }
}

.partners-block__right {
    width: 100%;
    max-width: 665px
}

@media(max-width:900px) {
    .partners-block__right {
        max-width: none
    }
}

.partners__item:not(:last-of-type) {
    margin-bottom: 8px
}

.partners-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15)
}

html[data-theme=dark] .partners-row {
    background-color: #141831
}

@media(max-width:900px) {
    .partners-row {
        padding: 14px 10px
    }
}

.partners-row__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: calc(49% - 10px);
    margin-right: 20px
}

@media(max-width:1100px) {
    .partners-row__left {
        max-width: calc(40% - 10px)
    }
}

@media(max-width:900px) {
    .partners-row__left {
        width: auto;
        max-width: none;
        margin-right: 7px
    }
}

.partners-row__img {
    width: 100%;
    max-width: 47px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1rem
}

@media(max-width:900px) {
    .partners-row__img {
        max-width: 35px;
        max-height: 30px;
        margin-right: 8px
    }
}

.partners-row__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2143;
    text-transform: uppercase
}

@media(max-width:900px) {
    .partners-row__title {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.2
    }
}

.partners-row__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--secondary-6)
}

.partners-row__quantity {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media(max-width:900px) {
    .partners-row__quantity {
        font-size: 12px
    }
}

.partners-row__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: calc(51% - 10px)
}

@media(max-width:1100px) {
    .partners-row__right {
        max-width: calc(60% - 10px)
    }
}

@media(max-width:900px) {
    .partners-row__right {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }
}

.partners-row__right .partners-row__text {
    margin: 0 0 0 12px;
    color: currentColor
}

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

.partners-row__circle {
    --size: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-7);
    border: 2px solid #e0e0e0;
    border-radius: 50%
}

@media(max-width:900px) {
    .partners-row__circle {
        --size: 32px;
        font-size: 11px
    }
}

.partners-row__circle:not(:last-of-type) {
    margin-right: 1rem
}

@media(max-width:900px) {
    .partners-row__circle:not(:last-of-type) {
        margin-right: 3px
    }
}

.partners-row__circle:first-child {
    border-color: #e0e0e0
}

.partners-row__circle:nth-child(2) {
    border-color: #b1c8eb
}

.partners-row__circle:nth-child(3) {
    border-color: #7dabe9
}

.partners-row__circle:nth-child(4) {
    border-color: #5195f0
}

.partners-row__circle:nth-child(5) {
    border-color: #2f80ed
}

.partners__item:first-child .partners-row__circle {
    border-color: #e0e0e0
}

.partners__item:nth-child(2) .partners-row__circle {
    border-color: #b1c8eb
}

.partners__item:nth-child(3) .partners-row__circle {
    border-color: #7dabe9
}

.partners__item:nth-child(4) .partners-row__circle {
    border-color: #5195f0
}

.partners__item:nth-child(5) .partners-row__circle {
    border-color: #2f80ed
}

.partners-row__value {
    display: block;
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    color: #ffd700bd;
    text-align: right
}

@media(max-width:900px) {
    .partners-row__value {
        font-size: 16px
    }
}

@media(max-width:600px) {
    .partners-row--text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

@media(max-width:600px) {
    .partners-row--text .partners-row__left {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 12px
    }
}

@media(max-width:600px) {
    .partners-row--text .partners-row__right {
        width: 100%;
        max-width: none
    }
}

.partners__img {
    width: 100%;
    max-width: 520px
}

.top-partners-section {
    padding: 100px 0;
    overflow: hidden;
    background-color: var(--bg-card)
}

html[data-theme=dark] .top-partners-section {
    background-color: #111839
}

@media(max-width:1200px) {
    .top-partners-section {
        padding: 40px 0
    }
}

@media(max-width:900px) {
    .top-partners-section {
        padding: 32px 0
    }
}

.top-partners-card {
    padding: 4.5rem 3.5rem;
    background-color: var(--white);
    border-radius: 8px
}

@media(max-width:1100px) {
    .top-partners-card {
        padding: 3rem 2rem
    }
}

@media(max-width:900px) {
    .top-partners-card {
        padding: 20px 10px
    }
}

.top-partners-card__header {
    margin-bottom: 30px;
    text-align: center
}

@media(max-width:900px) {
    .top-partners-card__header {
        margin-bottom: 7px
    }
}

.top-partners-card__title {
    margin: 0 0 7px;
    font-size: 1.75rem;
    font-weight: 600
}

@media(max-width:900px) {
    .top-partners-card__title {
        font-size: 18px
    }
}

.top-partners-card__text {
    font-weight: 300;
    line-height: 1.7
}

@media(max-width:900px) {
    .top-partners-card__text {
        font-size: 12px;
        line-height: 1.5
    }
}

.top-partners-card__tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-partners-card__tables .table-wrapper--top {
    width: calc(50% - 2px)
}

@media(max-width:900px) {
    .top-partners-card__tables .table-wrapper--top {
        width: 100%
    }
}

.top-partners-card__tables .table-wrapper--top:nth-child(odd) {
    margin-right: 4px
}

@media(max-width:900px) {
    .top-partners-card__tables .table-wrapper--top:nth-child(odd) {
        display: none
    }
}

@media(min-width:901px) {

    .top-partners-card__tables .table-wrapper--top:nth-child(2n) tbody tr:nth-child(odd),
    .top-partners-card__tables .table-wrapper--top:nth-child(odd) tbody tr:nth-child(2n) {
        display: none
    }
}

.top-partners-card__footer .button {
    width: 100%;
    margin: 24px 0 0
}

@media(max-width:900px) {
    .top-partners-card__footer .button {
        min-height: 48px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 12px 0 0
    }
}

.plug-section {
    padding: 60px 0 90px;
    overflow: hidden;
    background-color: var(--bg-comment)
}

@media(max-width:1200px) {
    .plug-section {
        padding: 40px 0 60px
    }
}

@media(max-width:900px) {
    .plug-section {
        padding: 20px 0 32px
    }
}

.plug {
    text-align: center
}

.plug__img {
    width: 100%;
    max-width: 908px;
    margin: 0 auto -50px
}

@media(max-width:900px) {
    .plug__img {
        margin: 0 auto
    }
}

.plug__title {
    margin: 0 auto 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.75
}

.plug__text,
.plug__title {
    width: 100%;
    max-width: 740px
}

.plug__text {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42;
    color: var(--secondary-7)
}

.plug .button {
    margin: 32px auto 0
}

@media(max-width:900px) {
    .plug .button {
        margin: 24px auto 0
    }
}

.plug-section--technical {
    padding: 60px 0 156px
}

@media(max-width:1200px) {
    .plug-section--technical {
        padding: 40px 0 60px
    }
}

@media(max-width:900px) {
    .plug-section--technical {
        padding: 20px 0 32px
    }
}

.plug-section--technical .plug__img {
    margin: 0 auto -30px
}

@media(max-width:900px) {
    .plug-section--technical .plug__img {
        margin: 0 auto
    }
}

.contacts-section {
    padding: 20px 0 80px
}

@media(max-width:900px) {
    .contacts-section {
        padding: 6px 0 40px
    }
}

.contacts__header {
    margin-bottom: 36px
}

@media(max-width:900px) {
    .contacts__header {
        margin-bottom: 12px
    }
}

.contacts__header .contacts__title {
    margin-bottom: 0
}

.contacts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:900px) {
    .contacts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.contacts__left {
    width: 100%;
    max-width: 425px;
    margin-right: 40px
}

@media(max-width:1100px) {
    .contacts__left {
        margin-right: 20px
    }
}

@media(max-width:900px) {
    .contacts__left {
        max-width: none;
        margin-right: 0;
        margin-bottom: 32px
    }
}

.contacts__text {
    margin-bottom: 38px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}

@media(max-width:900px) {
    .contacts__text {
        margin-bottom: 24px;
        font-size: 16px
    }
}

.contacts__list .aside-link {
    padding: 0;
    cursor: default;
    border: none;
    border-radius: 0
}

.contacts__list .aside-link:not(:last-child) {
    margin-bottom: 32px;
    color: #fff;
}

.contacts__list .aside-link:hover {
    background-color: transparent
}

.contacts__list .aside-link__img-wrapper {
    margin-bottom: auto
}

@media(min-width:901px) {
    .contacts__list .aside-link__img-wrapper {
        margin-right: 32px
    }
}

.contacts__list .aside-link .aside-link__title {
    font-weight: 400;
    line-height: 1.5
}

@media(min-width:901px) {
    .contacts__list .aside-link .aside-link__title {
        font-size: 18px;
        color: #fff;
    }
}

.contacts__list .aside-link__item {
    line-height: 1.5
}

@media(min-width:901px) {
    .contacts__list .aside-link__item {
        font-size: 18px
    }
}

.contacts__list .aside-link__item:not(:last-child) {
    margin-bottom: 24px
}

.contacts__list .aside-link__item .aside-link__title {
    display: block;
    font-size: inherit;
    font-weight: 600;
    color: #fff;
}

.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

@media(max-width:768px) {
    .contacts__socials {
        margin: -5px
    }
}

.contacts__social {
    margin: 10px
}

@media(max-width:768px) {
    .contacts__social {
        margin: 5px
    }
}

.contacts__social img {
    --size: 0px;
    --shadow-size: 16px;
    width: calc(var(--size) + var(--shadow-size)*2);
    max-width: none;
    margin-right: calc(var(--shadow-size)*-1);
    /*margin-left: calc(var(--shadow-size)*-1);*/
    -webkit-filter: opacity(.4);
    filter: opacity(.4);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-object-fit: contain;
    object-fit: contain
}

.contacts__social:hover img {
    -webkit-filter: opacity(1);
    filter: opacity(1)
}

.contacts__right {
    width: 100%;
    max-width: 665px
}

.contacts__right .modal {
    z-index: auto;
    -webkit-box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    box-shadow: 0 0 20px rgba(var(--black-rgb), .15);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

@media(min-width:901px) {
    .contacts__right .modal {
        padding: 4rem
    }
}

.contacts__right .modal .textarea {
    height: 80px
}

.contacts__right .modal .checkbox {
    margin: 0 0 12px
}

@media(min-width:601px) {
    .contacts__right .modal__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .contacts__right .modal__buttons .button {
        width: auto
    }
}

.map-section {
    padding: 0;
    overflow: hidden
}

html.page--outer .map-section .container {
    max-width: none;
    padding: 0
}

.map__inner {
    position: relative;
    padding-bottom: 45%
}

@media(max-width:900px) {
    .map__inner {
        padding-bottom: 56.25%
    }
}

@media(max-width:600px) {
    .map__inner {
        padding-bottom: 100%
    }
}

.map__container {
    position: absolute;
    top: 0;
    left: 0
}

.map__container,
.map__instance {
    width: 100%;
    height: 100%
}

.map__instance .gm-style>div>div>div:last-child {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.map__plug {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.servers-section {
    padding-bottom: 36px
}

@media(max-width:900px) {
    .servers-section {
        padding-bottom: 24px
    }
}

.servers [data-accordion-button] {
    cursor: pointer
}

.servers [data-accordion-button]:hover .item__title,
.servers [data-accordion-button]:hover .svg {
    color: var(--primary-default)
}

.servers__title {
    margin-bottom: 32px
}

@media(max-width:1200px) {
    .servers__title {
        margin-bottom: 24px
    }
}

@media(max-width:900px) {
    .servers__title {
        margin-bottom: 18px
    }
}

.servers__block:not(:last-child) {
    margin-bottom: 72px
}

@media(max-width:1200px) {
    .servers__block:not(:last-child) {
        margin-bottom: 48px
    }
}

@media(max-width:900px) {
    .servers__block:not(:last-child) {
        margin-bottom: 24px
    }
}

.servers__block-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: var(--secondary-8)
}

@media(max-width:1200px) {
    .servers__block-title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px
    }
}

@media(max-width:900px) {
    .servers__block-title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px
    }
}

.servers__block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.servers .item {
    width: calc(50% - 8px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 4px;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

html[data-theme=dark] .servers .item {
    -webkit-box-shadow: 0 0 20px hsla(0, 0%, 100%, .15);
    box-shadow: 0 0 20px hsla(0, 0%, 100%, .15)
}

@media(max-width:768px) {
    .servers .item {
        width: calc(100% - 8px)
    }
}

.servers .item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px
}

@media(max-width:1200px) {
    .servers .item__header {
        padding: 10px 16px
    }
}

@media(max-width:900px) {
    .servers .item__header {
        padding: 10px
    }
}

.servers .item__header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.servers .item__title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--secondary-8);
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:1200px) {
    .servers .item__title {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:900px) {
    .servers .item__title {
        font-size: 13px;
        line-height: 18px
    }
}

.servers .item__icon {
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.servers .item__icon .svg {
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.servers .item__status {
    position: relative;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--green-2)
}

@media(max-width:1200px) {
    .servers .item__status {
        padding-right: 16px;
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:900px) {
    .servers .item__status {
        padding-right: 12px;
        font-size: 13px;
        line-height: 18px
    }
}

.servers .item__status:before {
    position: absolute;
    top: 8px;
    right: 0;
    width: 12px;
    height: 12px;
    content: "";
    background-color: var(--green-2);
    border-radius: 100%
}

@media(max-width:1200px) {
    .servers .item__status:before {
        top: 7px;
        width: 8px;
        height: 8px
    }
}

@media(max-width:900px) {
    .servers .item__status:before {
        width: 6px;
        height: 6px
    }
}

.servers .item__status--red {
    color: var(--error)
}

.servers .item__status--red:before {
    background-color: var(--error)
}

.servers .item__body {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.servers .item__table {
    padding: 4px 20px 8px;
    border-top: 1px solid var(--secondary-4)
}

@media(max-width:1200px) {
    .servers .item__table {
        padding: 4px 16px 8px
    }
}

@media(max-width:900px) {
    .servers .item__table {
        padding: 4px 10px 8px
    }
}

.servers .item.active .item__title,
.servers .item.active .svg {
    color: var(--primary-default)
}

.servers .item.active .svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.servers .table>thead th {
    min-width: 90px
}

.announcement-section {
    padding-top: 36px;
    padding-bottom: 80px
}

@media(max-width:1200px) {
    .announcement-section {
        padding-bottom: 48px
    }
}

@media(max-width:900px) {
    .announcement-section {
        padding-top: 24px
    }
}

.announcement__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: var(--secondary-8)
}

@media(max-width:1200px) {
    .announcement__title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px
    }
}

@media(max-width:900px) {
    .announcement__title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px
    }
}

.announcement__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:900px) {
    .announcement__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.announcement__left {
    width: 100%;
    margin-right: 16px
}

@media(max-width:900px) {
    .announcement__left {
        margin-right: 0
    }
}

.announcement__left .button {
    width: 100%;
    margin: 20px 0 0
}

.announcement__right {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 310px
}

@media(max-width:900px) {
    .announcement__right {
        position: static;
        max-width: 100%;
        margin-top: 24px
    }
}

.announcement .card {
    padding: 32px 40px;
    background-color: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

html[data-theme=dark] .announcement .card {
    -webkit-box-shadow: 0 0 20px hsla(0, 0%, 100%, .15);
    box-shadow: 0 0 20px hsla(0, 0%, 100%, .15)
}

@media(max-width:1200px) {
    .announcement .card {
        padding: 24px 28px
    }
}

@media(max-width:900px) {
    .announcement .card {
        padding: 20px
    }
}

.announcement .card:not(:last-child) {
    margin-bottom: 16px
}

@media(max-width:1200px) {
    .announcement .card:not(:last-child) {
        margin-bottom: 14px
    }
}

@media(max-width:900px) {
    .announcement .card:not(:last-child) {
        margin-bottom: 12px
    }
}

.announcement .card__wrap {
    width: 100%
}

.announcement .card__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px
}

@media(max-width:1200px) {
    .announcement .card__header {
        margin-bottom: 12px
    }
}

.announcement .card__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.announcement .card__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin-right: 23px;
    overflow: hidden;
    font-size: 56px;
    background-color: var(--primary-default);
    border-radius: 50%
}

@media(max-width:1200px) {
    .announcement .card__img-wrapper {
        margin-right: 18px;
        font-size: 44px
    }
}

@media(max-width:900px) {
    .announcement .card__img-wrapper {
        margin-right: 12px;
        font-size: 36px
    }
}

.announcement .card__char {
    font-size: 20px;
    font-weight: 600;
    color: var(--white)
}

@media(max-width:1200px) {
    .announcement .card__char {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .announcement .card__char {
        font-size: 14px
    }
}

.announcement .card__info {
    width: 100%
}

.announcement .card__name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.announcement .card__name {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--secondary-8)
}

@media(max-width:1200px) {
    .announcement .card__name {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:900px) {
    .announcement .card__name {
        font-size: 13px;
        line-height: 18px
    }
}

.announcement .card__status-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:900px) {
    .announcement .card__status-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.announcement .card__special {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--secondary-7)
}

@media(max-width:1200px) {
    .announcement .card__special {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:900px) {
    .announcement .card__special {
        font-size: 13px;
        line-height: 18px
    }
}

.announcement .card__status {
    padding: 2px 7px;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: var(--primary-active-2);
    text-transform: uppercase;
    border: 1px solid var(--primary-active-2);
    border-radius: 4px
}

@media(max-width:1200px) {
    .announcement .card__status {
        padding: 2px 5px
    }
}

@media(max-width:900px) {
    .announcement .card__status {
        margin-top: 4px;
        margin-left: 0
    }
}

.announcement .card__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--secondary-6)
}

@media(max-width:1200px) {
    .announcement .card__date {
        font-size: 13px;
        line-height: 18px
    }
}

@media(max-width:900px) {
    .announcement .card__date {
        margin-top: -4px;
        font-size: 12px
    }
}

.announcement .card__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-8);
    text-align: left
}

@media(max-width:1200px) {
    .announcement .card__text {
        font-size: 13px;
        line-height: 18px
    }
}

@media(max-width:900px) {
    .announcement .card__text {
        font-size: 12px
    }
}

.announcement .card--completed .card__status {
    color: var(--white);
    background-color: var(--primary-active-2)
}

@media(min-width:1101px) {
    .section--editor .section__grid>.card {
        width: calc(50% - 1rem)
    }
}

.section--editor .cdx-settings-button[title="Background Mode"],
.section--editor .cdx-settings-button[title="Default Layout"],
.section--editor .cdx-settings-button[title="Edit Images"],
.section--editor .cdx-settings-button[title="Horizontal Layout"],
.section--editor .cdx-settings-button[title="Layout With Fixed Size"],
.section--editor .cdx-settings-button[title="Layout With Gap"],
.section--editor .cdx-settings-button[title="Square Layout"] {
    display: none
}

.editor-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.editor-output {
    width: 100%;
    max-width: 650px;
    margin: 0 auto
}

.editor-output__scroller {
    overflow-y: hidden
}

.editor-output__content {
    font-family: monospace;
    font-size: 1em;
    color: rgba(34, 78, 111, .75)
}

html[data-theme=dark] .editor-output__content {
    color: var(--main-color)
}

.editor-my-block-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.editor-my-block-with-image .input {
    margin: 0 1rem 0 0
}

.editor-my-block-with-image__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.editor-my-block-with-image__wrap .input {
    width: 100%;
    margin: 0 0 1rem
}

.editor-my-block-with-image__wrap .textarea {
    width: 100%
}

.editor-my-block-with-image .textarea {
    margin: 0;
    resize: none
}

.sc_attr {
    color: var(--main-color)
}

.sc_key {
    color: var(--primary-active-2)
}

.sc_toolname {
    color: var(--error)
}

.sc_tag {
    color: #0483d8
}

.sc_bool {
    color: #f73cad
}

.sc_digit {
    color: var(--primary-default)
}

.ce-example .ce-block:first-of-type h1.ce-header {
    font-size: 50px
}

.ce-example-multiple {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    gap: 30px;
    padding: 30px
}

.ce-example-multiple>div {
    padding: 30px;
    background: #fff;
    border-radius: 7px
}

.show-block-boundaries .ce-block {
    -webkit-box-shadow: inset 0 0 0 1px #eff2f5;
    box-shadow: inset 0 0 0 1px #eff2f5
}

.show-block-boundaries .ce-block__content {
    -webkit-box-shadow: inset 0 0 0 1px rgba(224, 231, 241, .61);
    box-shadow: inset 0 0 0 1px rgba(224, 231, 241, .61)
}

.show-block-boundaries #showBlocksBoundariesButton span,
.thin-mode #enableThinModeButton span {
    font-size: 0;
    vertical-align: bottom
}

.show-block-boundaries #showBlocksBoundariesButton span:before,
.thin-mode #enableThinModeButton span:before {
    display: inline;
    font-size: 13px;
    content: attr(data-toggled-text)
}

.admin-mining .powers-item-table__header {
    padding: 2rem 2rem 0
}

@media(max-width:1100px)and (min-width:601px) {
    .admin-mining .powers-item-table__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(max-width:1300px)and (min-width:1101px) {
    .admin-mining .powers-item-table__header .header-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width:600px) {
    .admin-mining .powers-item-table__header .header-item {
        margin-bottom: 16px
    }
}

.admin-mining .powers-item-table__header .dropdown__button {
    color: var(--primary-default)
}

.admin-mining .powers-item-table__header .dropdown__content {
    min-width: 200px
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>thead th:first-of-type {
    padding-left: 2rem
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>thead th:last-of-type {
    padding-right: 2rem
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>tbody tr.tr-button {
    cursor: pointer
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>tbody tr.tr-button.selected td {
    background-color: var(--secondary-1)
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>tbody td:first-of-type {
    padding-left: 2rem
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>tbody td:last-of-type {
    padding-right: 2rem
}

@media(max-width:600px) {
    .page--admin-rigs .admin-mining .powers-item-table__body .table>tbody td .tag__icon {
        margin-left: 0
    }
}

.page--admin-rigs .admin-mining .powers-item-table__body .table>tbody td .tag__icon:only-child {
    margin-left: 0
}

.admin-mining .table>thead th {
    padding: 10px;
    text-transform: none
}

@media(max-width:600px) {
    .admin-mining .table>thead th {
        padding: 10px 5px
    }
}

.admin-mining .table>thead th.th-col-date,
.admin-mining .table>thead th.th-col-id,
.admin-mining .table>thead th.th-col-partner,
.admin-mining .table>thead th.th-col-status {
    width: auto;
    min-width: auto
}

.admin-mining .table>tbody td {
    padding: 10px
}

@media(max-width:600px) {
    .admin-mining .table>tbody>tr>td .td>.button-icon {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@media(max-width:600px) {
    .admin-mining .table>tbody>tr>td .tag {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:600px) {
    .admin-mining .table>tbody>.tr-accordion-button>td {
        padding: 10px 5px
    }
}

@media(max-width:600px) {
    .admin-mining .table>tbody>.tr-accordion-button>td .tag__icon {
        margin-left: 0
    }
}

.admin-mining .table>tbody>.tr-accordion-button>td .tag__icon:only-child {
    margin-left: 0
}

.admin-mining .table>tbody>.tr-accordion-content>td .powers-item-table {
    min-height: auto;
    padding: 20px 10px
}

@media(max-width:1100px) {
    .admin-mining .table>tbody>.tr-accordion-content>td .powers-item-table {
        padding: 20px 16px
    }
}

.admin-mining-grid {
    overflow: hidden
}

.admin-mining-grid__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px
}

.admin-mining-grid__item {
    --bg-color: var(--white);
    --bg-color-hover: var(--white);
    --border-color: transparent;
    --border-color-hover: var(--secondary-5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    min-width: 2rem;
    padding: 3px;
    margin: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    background-color: var(--bg-color);
    border: 1px solid transparent;
    border-radius: 4px
}

.admin-mining-grid__item.selected,
.admin-mining-grid__item:hover {
    border-color: var(--border-color-hover)
}

.admin-mining-grid__item--progress {
    --bg-color: var(--progress-2);
    --border-color-hover: var(--progress);
    color: var(--border-color-hover)
}

.admin-mining-grid__item--error {
    --bg-color: var(--error-2);
    --border-color-hover: var(--error);
    color: var(--border-color-hover)
}



._zz_tip {
    padding: 0 0 0 10.5rem;
    color: #9f9b9b;
    font-size: 0.8rem;
}







._zz_form_wrap_img {
    float: left;width: 48%;margin-right: 2%;text-align: right;
}
._zz_form_wrap_info  {
    float: left; width: 50%
}
._zz_wrap_form_num {
    width: 66%;
}
._zz_icon_img {
    width: 20px;
}

._zz_my_balance {
    display: none;
}
@media(max-width:740px) {
    .how__placeholder {
        position: relative;
    }
    ._zz_form_wrap_img {
        float: unset!important;
        width: 100%!important;
        margin: 0!important;
        text-align: center!important;
    }
    ._zz_form_wrap_img img {
        width: 100%!important;
    }
    ._zz_form_wrap_info {
        float: unset!important;
        width: 100%!important;
        margin-top: 1rem;
    }
    ._zz_form_wrap_info dd {
        text-align: right!important;
    }
    ._zz_wrap_form_num {
        width: 100%!important;
    }
    ._zz_my_balance {
        display: block!important;
        font-size: 14px!important;
    }
    
}
