@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #FEFEFE;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    background-color: transparent;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 1025px) {
    html {
        font-size: .7vw;
    }
}

@media only screen and (min-width: 1440px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (max-width: 419px) {
    html {
        font-size: calc(50% + .3vw);
    }
}

html, body {
    height: 100%;
    background: #151518;
}

body {
    position: relative;
}

.body-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.body-bg:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 46, 0.85)), to(#151518));
    background: -o-linear-gradient(top, rgba(38, 38, 46, 0.85) 0%, #151518 100%);
    background: linear-gradient(180deg, rgba(38, 38, 46, 0.85) 0%, #151518 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.body-bg__item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.body-bg__item._active {
    display: block;
}

.body-bg__item.bg-csgo {
    background: url(../img/game-csgo.jpg) no-repeat top center/cover;
}

.body-bg__item.bg-dota2 {
    background: url(../img/game-dota2.jpg) no-repeat top center/cover;
}

.body-bg__item.bg-tf2 {
    background: url(../img/game-tf2.jpg) no-repeat top center/cover;
}

.body-bg__item.bg-rust {
    background: url(../img/game-rust.jpg) no-repeat top center/cover;
}

/* Plugins                                      
--------------------------------------------------------*/
/* @Group Headline*/
.ms-headline-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.ms-headline-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.ms-headline-wrapper b.is-visible {
    position: relative;
}

.no-js .ms-headline-wrapper b {
    opacity: 0;
}

.no-js .ms-headline-wrapper b.is-visible {
    opacity: 1;
}

.ms-headline.clip span {
    display: inline-block;
}

.ms-headline.clip .ms-headline-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.ms-headline.clip .ms-headline-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    width: 3px;
    height: 32px;
    background-color: #fff;
}

.ms-headline.clip b {
    opacity: 0;
}

.ms-headline b.is-visible {
    opacity: 1;
}

/* @end */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
  /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**!
* tippy.js v6.3.7
* (c) 2017-2021 atomiks
* MIT License
*/
.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    background: #25252E;
    -webkit-box-shadow: 0px 0px 3rem rgba(16, 16, 18, 0.5);
    box-shadow: 0px 0px 3rem rgba(16, 16, 18, 0.5);
    border-radius: 1rem;
    color: #FEFEFE;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1rem 1.5rem;
    white-space: normal;
    outline: 0;
    -webkit-transition-property: visibility,opacity,-webkit-transform;
    transition-property: visibility,opacity,-webkit-transform;
    -o-transition-property: transform,visibility,opacity;
    transition-property: transform,visibility,opacity;
    transition-property: transform,visibility,opacity,-webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -.7rem;
    left: 0;
    border-width: .8rem .8rem 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -.7rem;
    left: 0;
    border-width: 0 .8rem .8rem;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: .8rem 0 .8rem .8rem;
    border-left-color: initial;
    right: -.7rem;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -.7rem;
    border-width: .8rem .8rem .8rem 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
    width: 1.6rem;
    height: 1.6rem;
    color: #25252E;
}

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

.tippy-content {
    position: relative;
    z-index: 1;
}

[data-tippy-content] {
    cursor: pointer;
}

.tippy-box[data-animation=scale][data-placement^=top] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.tippy-box[data-animation=scale-extreme][data-placement^=top] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.tippy-box[data-animation=scale-extreme][data-placement^=bottom] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.tippy-box[data-animation=scale-extreme][data-placement^=left] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.tippy-box[data-animation=scale-extreme][data-placement^=right] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.tippy-box[data-animation=scale-extreme][data-state=hidden] {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: .25;
}

.tippy-box[data-animation=scale-subtle][data-placement^=top] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.tippy-box[data-animation=scale-subtle][data-placement^=bottom] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.tippy-box[data-animation=scale-subtle][data-placement^=left] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.tippy-box[data-animation=scale-subtle][data-placement^=right] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.tippy-box[data-animation=scale-subtle][data-state=hidden] {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* jquery-confirm v3.3.0
-----------------------------------------------------------------------------*/
@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important;
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important;
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.jconfirm .jconfirm-box {
    background: #FEFEFE;
    border-radius: 15px;
    position: relative;
    outline: none;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes type-blue {
    1%,
  100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@keyframes type-blue {
    1%,
  100% {
        border-color: #3498db;
    }

    50% {
        border-color: #5faee3;
    }
}

@-webkit-keyframes type-green {
    1%,
  100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@keyframes type-green {
    1%,
  100% {
        border-color: #2ecc71;
    }

    50% {
        border-color: #54d98c;
    }
}

@-webkit-keyframes type-red {
    1%,
  100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@keyframes type-red {
    1%,
  100% {
        border-color: #e74c3c;
    }

    50% {
        border-color: #ed7669;
    }
}

@-webkit-keyframes type-orange {
    1%,
  100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@keyframes type-orange {
    1%,
  100% {
        border-color: #f1c40f;
    }

    50% {
        border-color: #f4d03f;
    }
}

@-webkit-keyframes type-purple {
    1%,
  100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@keyframes type-purple {
    1%,
  100% {
        border-color: #9b59b6;
    }

    50% {
        border-color: #b07cc6;
    }
}

@-webkit-keyframes type-dark {
    1%,
  100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

@keyframes type-dark {
    1%,
  100% {
        border-color: #34495e;
    }

    50% {
        border-color: #46627f;
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
    height: 120px;
}

.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

.jconfirm .jconfirm-box.loading:after {
    opacity: 0.6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: dodgerblue;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 36px !important;
    line-height: 24px !important;
    display: none;
    z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 10px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title i {
    margin-right: 10px;
    font-size: 22px;
    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;
    line-height: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    height: auto;
    -webkit-transition: height 0.4s ease-in;
    -o-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin: 5px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    -o-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background: #71DE91;
    color: #FEFEFE;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background: #60CC80;
    border-radius: 10px;
    height: 50px;
    min-width: 180px;
    color: #FEFEFE;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #FFF;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important;
}

.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm.jconfirm-rtl {
    direction: rtl;
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd;
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4;
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: background .1s;
    -o-transition: background .1s;
    transition: background .1s;
    color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666;
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
    10%,
  90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%,
  80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%,
  50%,
  70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%,
  60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@keyframes shake {
    10%,
  90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%,
  80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    30%,
  50%,
  70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    40%,
  60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@-webkit-keyframes glow {
    0%,
  100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

@keyframes glow {
    0%,
  100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }

    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

/*Transition rules*/
.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    -ms-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    -ms-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    -ms-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 24px;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: white;
    padding: 10px;
    min-width: 100px;
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background: rgba(18, 22, 32, 0.9);
}

.jconfirm.jconfirm-material .jconfirm-box {
    background: #FEFEFE;
    -webkit-box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
    box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
    padding: 20px 25px;
}

@media screen and (max-width: 450px) {
    .jconfirm.jconfirm-material .jconfirm-box {
        padding: 20px;
    }
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: #9996a6;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #151518;
    text-align: left;
}

@media screen and (max-width: 450px) {
    .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
        font-size: 22px;
        line-height: 30px;
    }
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    font-size: 18px;
    line-height: 25px;
    color: #666A78;
    text-align: left;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 540px) {
    .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-default {
    font-weight: 500;
    background: #6BFF69;
    border-radius: 8px;
    min-width: 160px;
    height: 46px;
    color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 540px) {
    .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button,
    .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-default {
        max-width: 200px;
    }
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-default:hover {
    border-color: #5DA0FB;
    background-color: #5DA0FB;
    color: #fff;
    cursor: pointer;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-red {
    min-width: 180px;
    height: 50px;
    background: #EC5F40;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #FEFEFE;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-red:hover {
    background: #FC7C5F;
    color: #FEFEFE;
    cursor: pointer;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-green {
    background: #6BFF69;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #151518;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-green:hover {
    background: #7EFF7C;
    color: #151518;
    cursor: pointer;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-line {
    border: 1px solid #A2A7B8;
    border-radius: 8px;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #151518;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons .btn-line:hover {
    color: #FEFEFE;
    cursor: pointer;
    background: #A2A7B8;
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0px;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500;
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    -o-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
    margin-left: 4px;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* @Group Noty */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 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, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 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, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 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, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

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

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

.noty_progressbar {
    display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 7px;
    height: 2px;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px) !important;
    background: #565577;
    border-radius: 6px;
    opacity: 1;
    z-index: 2;
}

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

.noty_bar.noty_has_timeout.noty_has_progressbar:after {
    content: "";
    position: absolute;
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 7px;
    height: 2px;
    background: #1F1C2C;
    border-radius: 6px;
    opacity: 1;
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.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: 12px;
    right: 14px;
    font-weight: normal;
    border: none;
    width: 14px;
    height: 14px;
    text-align: center;
    cursor: pointer;
    font: 0/0 a;
    color: transparent;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.noty_close_button:after {
    font-family: "flaticon_moonmarket";
    content: "\f13c";
    font-size: 10px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    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;
    line-height: 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 {
    100% {
        opacity: .3;
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

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

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

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

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

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

.noty_theme__nest.noty_bar {
    margin: 0 0 10px 0;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.noty_theme__nest.noty_bar .noty_body {
    padding: 15px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FEFEFE;
}

.noty_theme__nest.noty_bar h3 {
    margin-bottom: 8px;
}

.noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
    z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  /*
	position: absolute;
	top: 0;
*/
    margin-top: 10px;
    z-index: 4;
    width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  /*
	position: absolute;
	top: 0;
*/
    margin-top: 10px;
    z-index: 3;
    width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  /*
	position: absolute;
	top: 0;
*/
    margin-top: 10px;
    z-index: 2;
    width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  /*
	position: absolute;
	top: 0;
*/
    margin-top: 10px;
    z-index: 1;
    width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  /*
	position: absolute;
	top: 0;
*/
    margin-top: 10px;
    z-index: -1;
    width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
    margin-top: 10px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
    background-color: #073B4C;
    color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
    background-color: #FFD166;
    color: #fff;
}

.noty_theme__nest.noty_type__error {
    background: -webkit-gradient(linear, left top, left bottom, from(#A81D2D), to(#BE2C3E));
    background: -o-linear-gradient(top, #A81D2D 0%, #BE2C3E 100%);
    background: linear-gradient(180deg, #A81D2D 0%, #BE2C3E 100%);
    color: #fff;
}

.noty_theme__nest.noty_type__error a {
    color: #F4A300;
    text-decoration: underline;
}

.noty_theme__nest.noty_type__error a:hover {
    text-decoration: none;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
    background: #F8F4F4;
}

.noty_theme__nest.noty_type__error:after {
    background: #D62828 !important;
}

.noty_theme__nest.noty_type__error .noty_close_button {
    color: #F8F4F4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.noty_theme__nest.noty_type__error:hover .noty_close_button {
    color: #fff;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
    background: #2E2E38;
    -webkit-box-shadow: 0px 10px 20px rgba(29, 29, 29, 0.25);
    box-shadow: 0px 10px 20px rgba(29, 29, 29, 0.25);
    border-radius: 10px;
}

.noty_theme__nest.noty_type__info a,
  .noty_theme__nest.noty_type__information a {
    color: #F4A300;
    text-decoration: underline;
}

.noty_theme__nest.noty_type__info a:hover,
    .noty_theme__nest.noty_type__information a:hover {
    text-decoration: none;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: 1;
}

.noty_theme__nest.noty_type__info .noty_close_button,
  .noty_theme__nest.noty_type__information .noty_close_button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.noty_theme__nest.noty_type__info .noty_close_button:after,
  .noty_theme__nest.noty_type__information .noty_close_button:after {
    color: #A2A7B8;
}

.noty_theme__nest.noty_type__info:hover .noty_close_button:after,
  .noty_theme__nest.noty_type__information:hover .noty_close_button:after {
    color: #FEFEFE;
}

.noty_theme__nest.noty_type__success {
    background: #43BC65;
    -webkit-box-shadow: 0px 10px 20px rgba(29, 29, 29, 0.25);
    box-shadow: 0px 10px 20px rgba(29, 29, 29, 0.25);
    border-radius: 10px;
}

.noty_theme__nest.noty_type__success .noty_close_button {
    border: none;
}

.noty_theme__nest.noty_type__success .noty_close_button:after {
    color: #FEFEFE;
}

.noty_theme__nest.noty_type__success:hover .noty_close_button:after {
    color: #1E1E1E;
}

/* @end */
/* Flaticons                                      
--------------------------------------------------------*/
@font-face {
    font-family: "flaticon_moonmarket";
  src: url("../fonts/flaticon/flaticon_moonmarket.ttf?1d93afa9702769b58daca7c9272fadfe") format("truetype"), url("../fonts/flaticon/flaticon_moonmarket.woff?1d93afa9702769b58daca7c9272fadfe") format("woff"), url("../fonts/flaticon/flaticon_moonmarket.woff2?1d93afa9702769b58daca7c9272fadfe") format("woff2"), url("../fonts/flaticon/flaticon_moonmarket.eot?1d93afa9702769b58daca7c9272fadfe#iefix") format("embedded-opentype"), url("../fonts/flaticon/flaticon_moonmarket.svg?1d93afa9702769b58daca7c9272fadfe#flaticon_moonmarket") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_moonmarket !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-filters:before {
    content: "";
}

.flaticon-notify:before {
    content: "";
}

.flaticon-stopwatch:before {
    content: "";
}

.flaticon-time:before {
    content: "";
}

.flaticon-act-copy:before {
    content: "";
}

.flaticon-file-empty:before {
    content: "";
}

.flaticon-act-delete:before {
    content: "";
}

.flaticon-play:before {
    content: "";
}

.flaticon-file:before {
    content: "";
}

.flaticon-message:before {
    content: "";
}

.flaticon-setting:before {
    content: "";
}

.flaticon-mail:before {
    content: "";
}

.flaticon-bookmark:before {
    content: "";
}

.flaticon-photo-gallery:before {
    content: "";
}

.flaticon-three-dots:before {
    content: "";
}

.flaticon-star-0:before {
    content: "";
}

.flaticon-act-edit:before {
    content: "";
}

.flaticon-menu-rect:before {
    content: "";
}

.flaticon-site:before {
    content: "";
}

.flaticon-image:before {
    content: "";
}

.flaticon-users:before {
    content: "";
}

.flaticon-share:before {
    content: "";
}

.flaticon-user:before {
    content: "";
}

.flaticon-act-add:before {
    content: "";
}

.flaticon-search:before {
    content: "";
}

.flaticon-package:before {
    content: "";
}

.flaticon-arr-left:before {
    content: "";
}

.flaticon-arr-right:before {
    content: "";
}

.flaticon-arr-down:before {
    content: "";
}

.flaticon-arr-up:before {
    content: "";
}

.flaticon-arr-left-right:before {
    content: "";
}

.flaticon-arr-up-2:before {
    content: "";
}

.flaticon-arr-left-2:before {
    content: "";
}

.flaticon-arr-down-2:before {
    content: "";
}

.flaticon-arr-right-2:before {
    content: "";
}

.flaticon-knife:before {
    content: "";
}

.flaticon-soc-telegram:before {
    content: "";
}

.flaticon-soc-instagram:before {
    content: "";
}

.flaticon-soc-whatsapp:before {
    content: "";
}

.flaticon-soc-twitter:before {
    content: "";
}

.flaticon-soc-viber:before {
    content: "";
}

.flaticon-soc-tiktok:before {
    content: "";
}

.flaticon-soc-discord:before {
    content: "";
}

.flaticon-soc-youtube:before {
    content: "";
}

.flaticon-soc-fb:before {
    content: "";
}

.flaticon-soc-vk:before {
    content: "";
}

.flaticon-check:before {
    content: "";
}

.flaticon-help:before {
    content: "";
}

.flaticon-act-reload:before {
    content: "";
}

.flaticon-steam-circle:before {
    content: "";
}

.flaticon-steam:before {
    content: "";
}

.flaticon-features-secure:before {
    content: "";
}

.flaticon-features-price:before {
    content: "";
}

.flaticon-features-payment:before {
    content: "";
}

.flaticon-features-fee:before {
    content: "";
}

.flaticon-clock:before {
    content: "";
}

.flaticon-lock:before {
    content: "";
}

.flaticon-money-bag:before {
    content: "";
}

.flaticon-star-1:before {
    content: "";
}

.flaticon-close:before {
    content: "";
}

.flaticon-sign-warning:before {
    content: "";
}

.flaticon-chrome:before {
    content: "";
}

.flaticon-sign-success:before {
    content: "";
}

.flaticon-payment-split:before {
    content: "";
}

.flaticon-curr-rub:before {
    content: "";
}

.flaticon-curr-usd:before {
    content: "";
}

.flaticon-cur-uah:before {
    content: "";
}

.flaticon-language:before {
    content: "";
}

.flaticon-curr:before {
    content: "";
}

.flaticon-menu:before {
    content: "";
}

.flaticon-online:before {
    content: "";
}

.flaticon-write:before {
    content: "";
}

.flaticon-logout:before {
    content: "";
}

.flaticon-calculator:before {
    content: "";
}

.flaticon-sad:before {
    content: "";
}

.flaticon-bank-card:before {
    content: "";
}

.flaticon-cur-kzt:before {
    content: "";
}

.flaticon-cur-eur:before {
    content: "";
}

/* Base                                      
--------------------------------------------------------*/
.loader {
    background: url(../img/loader.svg) no-repeat center center;
    background-size: 36px;
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: wait;
}

.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(21, 21, 24, 0.9) url(../img/loader.svg) no-repeat center center/5rem 5rem;
    z-index: 11;
    border-radius: 1.5rem;
}

.loading-white {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8) url(../img/loader.svg) no-repeat center center/5rem 5rem;
    z-index: 11;
}

.loading-opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/loader.svg) no-repeat center center/5rem 5rem;
    z-index: 11;
}

.opacity-5 {
    opacity: .5;
    position: relative;
}

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

label {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.col--green {
    color: #6BFF69;
}

.col--black {
    color: #151518;
}

.col--white {
    color: #FEFEFE;
}

.col--red {
    color: #E84C5C;
}

.col--gray {
    color: #A2A7B8;
}

.wrapper {
    width: 100%;
    min-width: 320px;
    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%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 2rem;
    }
}

.btn {
    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-bottom: 0;
    text-align: center;
    vertical-align: middle;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    border-radius: .8rem;
    height: 4.6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: bold;
}

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

.btn:disabled, .btn.disabled {
    cursor: default;
}

.btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-right: 1rem;
}

.btn--dft {
    background: #6BFF69;
    color: #151518;
}

.btn--dft:hover {
    background: #7EFF7C;
}

.btn--dft.btn--ldg {
    position: relative;
}

.btn--dft.btn--ldg:after {
    content: "";
    background: #6BFF69 url(../img/loader-btn-green.svg) no-repeat center center/2rem 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .8rem;
}

.btn--line {
    border: 1px solid #FEFEFE;
    background: transparent;
    color: #FEFEFE;
}

.btn--line:hover {
    color: #151518;
    background: #FEFEFE;
}

.btn--blue {
    background: #0088CC;
    color: #FEFEFE;
}

.btn--blue:hover {
    background: #0099e6;
}

.btn--reload {
    background: transparent;
    font-size: 1.8rem;
    color: #FEFEFE;
    height: 3rem;
    font-weight: 400;
}

.btn--reload i {
    font-size: 1.6rem;
    color: #6BFF69;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn--reload:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 420px) {
    .btn--reload {
        font-size: 1.4rem;
    }
}

.btn--red {
    background: #E84C5C;
    color: #FEFEFE;
}

.btn--red:hover {
    background: #eb6371;
}

.inp {
    width: 100%;
    height: 4.6rem;
    border: none;
    border-radius: .8rem;
    font-size: 1.6rem;
    color: #151518;
    padding: 0px 1.5rem;
    background: #FEFEFE;
    outline: none;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
}

.inp:disabled, .inp.disabled {
    color: #666A78;
}

.inp::-webkit-input-placeholder {
    color: #A2A7B8;
    font-size: 1.6rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.inp::-moz-placeholder {
    color: #A2A7B8;
    font-size: 1.6rem;
    -moz-transition: all .3s;
    transition: all .3s;
}

.inp:-ms-input-placeholder {
    color: #A2A7B8;
    font-size: 1.6rem;
    -ms-transition: all .3s;
    transition: all .3s;
}

.inp::-ms-input-placeholder {
    color: #A2A7B8;
    font-size: 1.6rem;
    -ms-transition: all .3s;
    transition: all .3s;
}

.inp::placeholder {
    color: #A2A7B8;
    font-size: 1.6rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

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

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

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

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

.inp:focus::placeholder {
    opacity: 0;
}

textarea.inp {
    border-radius: 8px;
    padding: 10px 15px;
    resize: none;
    height: 120px;
    line-height: 24px;
}

.title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 5.7rem;
    margin-bottom: 2rem;
}

.title span {
    color: #6BFF69;
}

@media screen and (max-width: 1024px) {
    .title {
        font-size: 32px;
        line-height: 44px;
    }
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.topline {
    background: rgba(21, 21, 24, 0.3);
}

.topline-in {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.topline-stat__item {
    color: #A2A7B8;
    margin-right: 4rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topline-stat__item b {
    font-weight: 400;
    margin-left: .8rem;
}

.topline-stat__item span {
    color: #666A78;
    margin-left: .5rem;
}

.topline-stat__item i {
    font-size: 1.6rem;
}

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

.topline-soc__item {
    margin-left: 2.4rem;
    font-size: 2rem;
}

.topline-soc__item a {
    text-decoration: none;
    color: #666A78;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.topline-soc__item a:hover {
    color: #FEFEFE;
}

.topline-soc__item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topline-soc__item ._ig {
    font-style: 2rem;
}

.topline-soc__item ._ig i {
    margin-top: -.25rem;
}

@media only screen and (max-width: 1024px) {
    .topline-in {
        height: 50px;
    }

    .topline-soc__item {
        font-size: 2rem;
    }

    .topline-soc__item ._ig {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 880px) {
    .topline-stat__item {
        margin-right: 20px;
    }

    .topline-stat__item span {
        display: none;
    }

    .topline-stat__item i {
        color: #3A3B43;
    }
}

@media only screen and (max-width: 620px) {
    .topline-in {
        overflow: hidden;
    }

    .topline-soc {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .topline-stat__item:last-child {
        display: none;
    }
}

.topbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 12rem;
}

.topbox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
}

.topbox .logo img {
    width: 11.5rem;
    height: auto;
}

.topbox-right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .topbox {
        height: 10rem;
    }
}

@media only screen and (max-width: 640px) {
    .topbox {
        height: 8rem;
    }

    .topbox .logo {
        position: absolute;
        left: 0;
        right: 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;
    }

    .topbox .logo img {
        max-width: 90px;
    }

    .topbox-right {
        position: relative;
        z-index: 1;
    }
}

.tx-switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3rem;
    text-transform: uppercase;
    margin-right: 6rem;
    padding-right: 3rem;
    border-right: 1px solid #3A3B43;
}

.tx-switches li {
    margin-right: 3rem;
}

.tx-switches a {
    text-decoration: none;
    color: #FEFEFE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tx-switches a:hover {
    color: #6BFF69;
}

.tx-switches i {
    font-size: 1.7rem;
    color: #6BFF69;
    margin-left: .5rem;
    display: block;
    line-height: 1;
}

.tx-switches img {
    display: block;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}

@media only screen and (max-width: 1024px) {
    .tx-switches {
        margin-right: 21px;
        padding-right: 6px;
    }

    .tx-switches li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .tx-switches {
        display: none;
    }
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.menu {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-item {
    margin-left: 5rem;
}

.menu-item--langs {
    display: none;
}

.menu-item--langs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-item--langs i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
}

.menu-link {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: #FEFEFE;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

.menu-link:hover {
    color: #6BFF69;
}

.menu-link--active {
    color: #6BFF69;
}

@media only screen and (max-width: 1024px) {
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .menu--open {
        overflow: hidden;
    }

    .menu--open .topline {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .menu--open main {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .menu--open .topbox-right {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .menu--open .logo {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .menu--open .mob-menu__open {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .menu-item {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .menu-item--langs {
        display: block;
    }

    .menu-link {
        text-transform: none;
        line-height: 34px;
        display: block;
    }

    .menu-nav {
        display: none;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        margin-left: 0;
        z-index: 3;
        background: rgba(21, 21, 24, 0.9);
    }

    .menu-nav--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.mob-menu__open {
    font-size: 30px;
    color: #FEFEFE;
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    position: relative;
    padding: 0;
    background: transparent;
    z-index: 1;
}

.mob-menu__open i {
    display: block;
    line-height: 1;
}

.mob-menu__top {
    display: none;
}

.mob-menu__foot {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mob-menu__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mob-menu__close {
        background: transparent;
        height: 40px;
    }

    .mob-menu__close:hover i {
        color: #FEFEFE;
    }

    .mob-menu__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mob-menu__top img {
        width: auto;
        height: 40px;
    }

    .mob-menu__top i {
        display: block;
        line-height: 1;
        font-size: 18px;
        color: #A2A7B8;
        margin-right: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .mob-menu__foot {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px 10px;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px;
        color: #666A78;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.uscircle-1,
#uscircle-1 {
    fill: none;
    stroke: #6BFF69;
    stroke-width: .2rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-transition: stroke-dashoffset .7s;
    -o-transition: stroke-dashoffset .7s;
    transition: stroke-dashoffset .7s;
}

.uscircle-2,
#uscircle-2 {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: .2rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-opacity: .3;
    -webkit-transition: stroke-dashoffset .7s;
    -o-transition: stroke-dashoffset .7s;
    transition: stroke-dashoffset .7s;
}

.uscircle-3,
#uscircle-3 {
    fill: none;
    stroke: #53565A;
    stroke-width: .2rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 25;
}

.uscircle-2 {
    stroke: url(#GradientColor1);
}

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

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

.usbox-controls a {
    text-decoration: none;
    color: #666A78;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4rem;
}

.usbox-controls a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.usbox-controls a:hover {
    color: #FEFEFE;
}

.usbox-controls__alert {
    font-size: 2.6rem;
}

.usbox-controls__set {
    font-size: 2.8rem;
}

.usbox-user {
    position: relative;
}

.usbox-user__img {
    width: 5.4rem;
    height: 5.4rem;
}

.usbox-user__img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.usbox-user__level {
    background: -o-linear-gradient(91.95deg, #30313A 1.84%, #505156 98.59%);
    background: linear-gradient(358.05deg, #30313A 1.84%, #505156 98.59%);
    border-radius: 10rem;
    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;
    text-align: center;
    width: 3.6rem;
    height: 2.2rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.8rem;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -1.2rem;
    z-index: 1;
}

.usbox-user__link {
    color: transparent;
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.usbox-progress {
    width: 7.4rem;
    height: 7.4rem;
    position: absolute;
    left: -1rem;
    top: -1rem;
}

.usbox-progress svg {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media only screen and (max-width: 1024px) {
    .usbox-btn {
        padding-left: 0;
        padding-right: 0;
        width: 5.6rem;
    }

    .usbox-btn span {
        display: none;
    }

    .usbox-btn i {
        margin-right: 0;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .usbox-controls {
        display: none;
    }

    .usbox-user__img {
        width: 4.4rem;
        height: 4.4rem;
    }

    .usbox-user__level {
        font-size: 1.1rem;
        width: 3rem;
        height: 1.8rem;
        bottom: -.8rem;
    }

    .usbox-progress {
        width: 6rem;
        height: 6rem;
        left: -.8rem;
        top: -.8rem;
    }
}

._filled {
    position: relative;
}

._filled:after {
    content: "";
    position: absolute;
    width: .8rem;
    height: .8rem;
    background: #6BFF69;
    -webkit-box-shadow: 0px 0px 2rem rgba(107, 255, 105, 0.3);
    box-shadow: 0px 0px 2rem rgba(107, 255, 105, 0.3);
    border-radius: 50%;
    margin: auto;
    -webkit-animation: 2s online infinite linear;
    animation: 2s online infinite linear;
    right: 0;
    top: -.2rem;
}

@-webkit-keyframes online {
    0%,
  100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes online {
    0%,
  100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.bxhead {
    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;
    min-height: 72rem;
}

.bxhead-info {
    max-width: 78rem;
}

.bxhead-info__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.6rem;
    color: #FEFEFE;
}

.bxhead-info__title span {
    color: #6BFF69;
}

.bxhead-info__text {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 3.3rem;
    color: #FEFEFE;
}

.bxhead-info__btns {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bxhead-info__btns .btn {
    width: 100%;
    max-width: 20rem;
}

.bxhead-info__btns .btn + .btn {
    margin-left: 2rem;
}

.bxhead-img img {
    width: 66rem;
    height: auto;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .bxhead {
        min-height: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .bxhead-info {
        max-width: 100%;
    }

    .bxhead-img {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .bxhead-info__title {
        font-size: 4.2rem;
        line-height: 4.2rem;
    }

    .bxhead-info__text {
        margin-top: 2rem;
        font-size: 1.9rem;
        line-height: 2.6rem;
    }
}

@media only screen and (max-width: 480px) {
    .bxhead-info__btns .btn {
        width: 185px;
        max-width: 185px;
    }

    .bxhead-info__btns .btn + .btn {
        margin-left: 10px;
    }
}

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

    .bxhead-info__btns .btn {
        width: 100%;
        max-width: 100%;
        height: 5rem;
    }

    .bxhead-info__btns .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .bxhead-info__title {
        font-size: 3.9rem;
        line-height: 3.9rem;
    }
}

.ms-headline.clip .ms-headline-wrapper:after {
    height: 5.6rem;
    background-color: #6BFF69;
}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10rem 1.5rem;
}

.features-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1.5rem;
}

.features-item {
    text-align: center;
}

.features-item__icon i {
    font-size: 5.4rem;
    height: 8rem;
    color: #BAB986;
    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;
}

.features-item__title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-top: 2rem;
}

.features-item__text {
    color: #A2A7B8;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.features--acc {
    padding: 5rem 1.5rem;
    margin-top: 7rem;
    background: url(../img/bg-features.jpg) no-repeat top center/cover;
    border-radius: 2rem;
}

.features--acc .features-col {
    border-right: 1px solid #3A3B43;
}

.features--acc .features-col:last-child {
    border-right: none;
}

@media only screen and (max-width: 1024px) {
    .features {
        padding: 1rem 0 5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .features-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 4rem 0 0;
    }

    .features-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .features-item__title {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }

    .features--acc .features-col {
        border: none;
    }
}

@media only screen and (max-width: 720px) {
    .features-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.offer {
    padding: 3rem 0;
    background: url(../img/bg-offer.jpg) no-repeat 0 0/cover;
}

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

.offer-icon {
    margin-right: 3rem;
}

.offer-icon i {
    font-size: 6rem;
    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: #C4C39B;
}

.offer-info__title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
}

.offer-info__text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-right: 3rem;
    color: #A2A7B8;
}

.offer-info__text a {
    font-weight: 700;
    color: #FEFEFE;
    text-decoration: underline;
}

.offer-info__text a:hover {
    text-decoration: none;
}

.offer-btn {
    margin-left: auto;
}

.offer-btn .btn {
    width: 20rem;
}

@media only screen and (max-width: 1024px) {
    .offer-info__title {
        font-size: 24px;
        line-height: 33px;
    }

    .offer-info__text {
        font-size: 16px;
        line-height: 22px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .offer-in {
        -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;
    }

    .offer-icon {
        display: none;
    }

    .offer-btn {
        margin-top: 20px;
        margin-left: 0;
    }
}

.livestat {
    background: url(../img/bg-livestat.png) no-repeat center top/cover;
    height: 28rem;
    padding: 8rem 0;
}

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

.livestat-info {
    margin-right: 5.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.livestat-info p {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
}

.livestat-info span {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #A2A7B8;
}

.livestat-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    will-change: transform;
}

.livestat-item {
    background: #2E2E38;
    -webkit-box-shadow: 0px 0px 2rem rgba(23, 23, 27, 0.3);
    box-shadow: 0px 0px 2rem rgba(23, 23, 27, 0.3);
    border-radius: 1.5rem;
    width: 12rem;
    height: 12rem;
    padding: 3.2rem 0 0;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .2s linear 0s;
    transition: -webkit-transform .2s linear 0s;
    -o-transition: transform .2s linear 0s;
    transition: transform .2s linear 0s;
    transition: transform .2s linear 0s, -webkit-transform .2s linear 0s;
    will-change: transform;
}

.livestat-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    width: 8rem;
    height: .2rem;
    border-radius: 1rem;
}

.livestat-item:before {
    content: "";
    width: 18rem;
    height: 11.8rem;
    position: absolute;
    bottom: -11.8rem;
    border-radius: 70%;
}

.livestat-item__price {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.livestat-item__price strong {
    color: #666A78;
}

.livestat-item__img {
    padding: 0 1rem;
}

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

.livestat-item__link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.livestat-item--back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 1.5rem 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0);
    visibility: hidden;
    will-change: transform;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.livestat-item__time {
    padding-bottom: 1rem;
    border-bottom: 1px solid #3A3B43;
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.livestat-item__time i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #A2A7B8;
}

.livestat-item__name {
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.livestat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform;
}

.livestat-col {
    position: relative;
    width: 12rem;
    height: 12rem;
    margin-right: 1.5rem;
    opacity: 0;
    will-change: transform;
    -webkit-animation: abounce .2s linear forwards .1s;
    animation: abounce .2s linear forwards .1s;
}

.livestat-col:hover .livestat-item--front {
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0);
}

.livestat-col:hover .livestat-item--back {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 1024px) {
    .livestat {
        height: auto;
        padding: 30px 0;
    }

    .livestat-in {
        -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;
    }

    .livestat-info {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .livestat-info p {
        font-size: 24px;
        line-height: 33px;
    }

    .livestat-line {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .livestat-info {
        margin-bottom: 30px;
    }
}

.bxseo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.bxseo-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}

.bxseo-text {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #A2A7B8;
}

.bxseo-text a {
    color: #6BFF69;
}

.bxseo-text a:hover {
    text-decoration: none;
}

.bxseo-btns {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bxseo-btns .btn {
    width: 20rem;
}

.bxseo-btns .btn + .btn {
    margin-left: 2rem;
}

.bxseo-video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 72rem;
    position: relative;
    cursor: pointer;
    margin-left: 12rem;
}

.bxseo-video img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.bxseo-video__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    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;
    width: 20rem;
    height: 20rem;
    background: -o-radial-gradient(50% 50%, 50% 50%, #10171F 0%, rgba(16, 23, 31, 0) 99.99%, rgba(13, 15, 27, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #10171F 0%, rgba(16, 23, 31, 0) 99.99%, rgba(13, 15, 27, 0) 100%);
}

.bxseo-video__btn i {
    font-size: 55px;
    color: #FEFEFE;
    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;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.bxseo-video:hover i {
    color: #0088CC;
}

@media only screen and (max-width: 1024px) {
    .bxseo {
        padding-bottom: 50px;
    }

    .bxseo-video {
        display: none;
    }

    .bxseo-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 620px) {
    .bxseo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .bxseo-btns .btn {
        width: 185px;
    }

    .bxseo-btns .btn + .btn {
        margin-left: 10px;
    }
}

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

    .bxseo-btns .btn {
        width: 100%;
    }

    .bxseo-btns .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.rwstars {
    font-size: 1.4rem;
    color: #6BFF69;
    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;
}

.rwstars i {
    margin-left: 0.5rem;
}

.rwstars i:first-child {
    margin-left: 0;
}

.rwstars--lg {
    font-size: 1.9rem;
}

.bxreviews-in {
    position: relative;
    padding: 8rem 0;
}

.bxreviews-in:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}

.bxreviews-arrows {
    position: absolute;
    right: 0;
    top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bxreviews-arrows-dots {
    padding: 0 5px;
}

.bxreviews-arrows .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    outline: none;
    background: #2E2E38;
    padding: 0;
    border: 0;
    margin: 0 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.bxreviews-arrows .owl-dot.active {
    width: 24px;
    height: 10px;
    background: #6BFF69;
    border-radius: 100px;
}

.bxreviews-arrows .owl-next, .bxreviews-arrows .owl-prev {
    width: 36px;
    height: 36px;
    outline: none;
    background: transparent;
    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;
    border: 0;
    padding: 0;
    font-size: 20px;
    color: #FEFEFE;
}

.bxreviews-arrows .owl-next i, .bxreviews-arrows .owl-prev i {
    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;
}

.bxreviews-arrows .owl-next.disabled, .bxreviews-arrows .owl-prev.disabled {
    color: #2E2E38;
    cursor: default;
}

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

.bxreviews-list {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bxreviews-main {
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid #FEFEFE;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30rem;
    flex: 0 0 30rem;
    max-width: 30rem;
    min-width: 27rem;
}

.bxreviews-main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}

.bxreviews-main__info strong {
    font-weight: 800;
    font-size: 4.8rem;
    line-height: 1;
}

.bxreviews-main__info span {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 1.6rem;
    line-height: 125%;
    margin-left: 1.5rem;
}

.bxreviews-main__btn {
    margin-top: 1rem;
}

.bxreviews-item {
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    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%;
    height: 100%;
}

.bxreviews-item__top {
    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;
}

.bxreviews-item__top strong {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bxreviews-item__msg {
    color: #A2A7B8;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.bxreviews-item__msg p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 6.2rem;
}

.bxreviews-item__foot {
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #666A78;
}

.bxreviews-item__foot:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.bxreviews-item.bg-1 {
    background: url(../img/review-1.png) no-repeat 0 0/cover;
}

.bxreviews-item.bg-2 {
    background: url(../img/review-2.png) no-repeat 0 0/cover;
}

.bxreviews-item.bg-3 {
    background: url(../img/review-3.png) no-repeat 0 0/cover;
}

.bxreviews-item.bg-4 {
    background: url(../img/review-4.png) no-repeat 0 0/cover;
}

.bxreviews-carousel {
    display: none;
}

.bxreviews-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30rem);
    flex: 0 0 calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.bxreviews-slide .owl-carousel, .bxreviews-slide .owl-stage-outer, .bxreviews-slide .owl-stage, .bxreviews-slide .owl-item {
    height: 100%;
}

.bxreviews-slide .owl-item {
    padding-left: 3rem;
}

@media only screen and (max-width: 640px) {
    .bxreviews-arrows {
        display: none;
    }

    .bxreviews-slide {
        display: none;
    }

    .bxreviews-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bxreviews-in {
        padding: 30px 0;
    }
}

/* Popups                                        
--------------------------------------------------------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup__overlay {
    background: rgba(21, 21, 24, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.popup__container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 640px;
    z-index: 2;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
    box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
    border-radius: 15px;
    -webkit-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.popup__body {
    width: 100%;
    padding: 20px 25px;
    position: relative;
    z-index: 1;
}

.popup-close {
    font-size: 15px;
    color: #A2A7B8;
    text-decoration: none;
    width: 55px;
    height: 55px;
    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;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
}

.popup-close:hover {
    color: #6c7b9c;
}

.popup-close i {
    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%;
}

.popup__title {
    font-size: 26px;
    line-height: 35px;
    line-height: 1;
    font-weight: 700;
    color: #151518;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__title i {
    margin-right: 10px;
    font-size: 20px;
}

.popup__subtitle {
    font-size: 18px;
    line-height: 25px;
    color: #666A78;
    margin-top: 5px;
}

.popup__subtitle a {
    color: #8686EA;
}

.popup__subtitle a:hover {
    text-decoration: none;
}

.popup-video__container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 85%;
    max-width: 1240px;
}

.popup-video__iframe {
    position: relative;
    z-index: 3;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
    box-shadow: 0px 15px 50px rgba(29, 29, 29, 0.8);
}

.popup-video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-video__close {
    margin: 15px 0 20px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    background: transparent;
    color: #FEFEFE;
}

.popup-split__form {
    background: #EDF0F4;
    border-radius: 10px;
    padding: 18px;
    margin-top: 20px;
}

.popup-split__form-group {
    margin-bottom: 10px;
}

.popup-split__form-group:last-child {
    margin-bottom: 0;
}

.popup-split__form-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #151518;
    margin-bottom: 5px;
}

.popup-split__form-inps {
    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;
}

.popup-split__form-inps .l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-split__form-inps .r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-height: 120px;
    margin-left: 10px;
    text-align: center;
}

.popup-split__btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.popup-split__btn .btn {
    width: 160px;
}

.popup-reviews__btns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-reviews__btns .btn {
    width: 100%;
    max-width: 160px;
}

.popup-reviews .popup__subtitle {
    color: #A2A7B8;
}

.popup-reviews .popup__subtitle a {
    color: #151518;
}

.popup-reviews .popup__subtitle a:hover {
    text-decoration: none;
}

.popup-reviews .popup__subtitle img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.popup-form-wp {
    position: relative;
}

@media screen and (max-width: 992px) {
    .popup-video__container {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .popup-split__form {
        margin-left: -25px;
        margin-right: -25px;
        border-radius: 0;
    }

    .popup-split__form-inps .r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }

    .popup-split__btn .btn {
        width: 100%;
    }

    .popup-reviews__btns .btn {
        max-width: 120px;
    }
}

.plang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.plang__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    height: 44px;
    border: 1px solid #F5F7FB;
    border-radius: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #151518;
    font-weight: 400;
    margin: 0 5px;
    padding-left: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.plang__link img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.plang__link:hover {
    color: #5F5FDB;
}

.plang__link--active {
    font-weight: 700;
    background: #F5F7FB;
    border: 1px solid #F5F7FB;
}

.plang__link--active:after {
    font-family: flaticon_moonmarket !important;
    content: "";
    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;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    font-size: 13px;
    color: #151518;
    width: 13px;
}

.plang.pcurr .plang__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 140px;
    border-radius: 8px;
}

.plang.pcurr .plang__link i {
    font-size: 17px;
    margin-right: 10px;
    color: #BAB986;
}

.plang.pcurr .plang__link b {
    font-size: 17px;
    color: #BAB986;
    font-weight: 700;
    margin-right: 10px;
}

@media screen and (max-width: 520px) {
    .plang.pcurr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .plang.pcurr .plang__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 48%;
        margin: 5px 1%;
    }
}

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

    .plang__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .plang__link:last-child {
        margin-bottom: 0;
    }
}

.change-box {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.change-skins {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    position: relative;
}

.change-skins__main {
    height: 82.8rem;
    overflow: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.change-skins__main::-webkit-scrollbar {
    width: .8rem;
    border-radius: 1rem;
}

.change-skins__main::-webkit-scrollbar-track {
    background: #2E2E38;
    border-radius: 1rem;
}

.change-skins__main::-webkit-scrollbar-thumb {
    background: #6BFF69;
    border-radius: 1rem;
}

.change-skins__main::-webkit-scrollbar-button {
    display: none;
}

.change-skins__foot {
    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;
    height: 5.6rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 46, 0)), color-stop(49.51%, #25252E), color-stop(100.06%, rgba(37, 37, 46, 0)));
    background: -o-linear-gradient(left, rgba(37, 37, 46, 0) 0%, #25252E 49.51%, rgba(37, 37, 46, 0) 100.06%);
    background: linear-gradient(90deg, rgba(37, 37, 46, 0) 0%, #25252E 49.51%, rgba(37, 37, 46, 0) 100.06%);
}

.change-skins__foot:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5rem;
    top: -5rem;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 24, 0)), to(#151518));
    background: -o-linear-gradient(top, rgba(21, 21, 24, 0) 0%, #151518 100%);
    background: linear-gradient(180deg, rgba(21, 21, 24, 0) 0%, #151518 100%);
}

.change-pays {
    background: rgba(21, 21, 24, 0.5);
    -webkit-box-shadow: -2rem 0px 3rem rgba(50, 52, 62, 0.3);
    box-shadow: -2rem 0px 3rem rgba(50, 52, 62, 0.3);
    border-radius: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(43% - 5rem);
    flex: 0 0 calc(43% - 5rem);
    max-width: calc(43% - 5rem);
    padding: 3rem 4rem;
    position: relative;
}

.change-pays__title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
}

@media only screen and (max-width: 1480px) {
    .change-skins__main {
        height: 89.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .change-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .change-skins {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .change-pays {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background: rgba(21, 21, 24, 0.5);
        -webkit-box-shadow: -20px 0px 30px rgba(50, 52, 62, 0.3);
        box-shadow: -20px 0px 30px rgba(50, 52, 62, 0.3);
        border-radius: 0;
        padding: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .change-pays {
        padding: 25px 20px;
    }

    .change-skins {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .change-skins__foot .checkbox--t .t {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

.pay-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 1rem -.5rem 0;
}

.pay-methods-wrap {
    padding-bottom: 3rem;
}

.pay-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1rem .5rem 0;
}

.pay-radio {
    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%;
    border-radius: .8rem;
    max-height: 6rem;
    cursor: pointer;
    position: relative;
}

.pay-radio span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .8rem;
    background: #25252E;
    border: 1px solid #25252E;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.pay-radio:not(.pay-radio--disabled):hover span {
    background: #2E2E38;
}

.pay-radio img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.pay-radio--disabled {
    opacity: .3;
    cursor: not-allowed;
}

.pay-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 0;
    height: 0;
    left: -9999px;
    visibility: hidden;
}

.pay-radio input:checked + span {
    border: 1px solid #6BFF69;
    background: transparent;
}

.pay-radio b {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 .6rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5rem;
    background: #6BFF69;
    border-radius: 10rem;
    color: #151518;
    text-transform: uppercase;
}

.pay-forms {
    border-top: 1px solid #2E2E38;
    padding-top: 3rem;
}

.pay-forms__group {
    margin-bottom: 1.5rem;
}

.pay-forms__group:last-child {
    margin-bottom: 0;
}

.pay-forms__group .checkbox .t {
    font-size: 1.6rem;
}

.pay-forms__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #666A78;
}

.pay-forms__label a {
    color: #6BFF69;
    margin-left: auto;
}

.pay-forms__label a:hover {
    text-decoration: none;
}

.pay-attrs {
    border-top: 1px solid #2E2E38;
    margin-top: 3rem;
    padding-top: 3rem;
}

.pay-attrs__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: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}

.pay-attrs__item:last-child {
    margin-bottom: 0;
}

.pay-attrs__item._lg {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.pay-attrs__item._total {
    font-size: 2.4rem;
    line-height: 3.3rem;
}

.pay-attrs__item._total .pay-attrs__val {
    color: #6BFF69;
}

.pay-attrs__label {
    color: #666A78;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay-attrs__label i {
    font-size: 1.5rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-left: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.pay-attrs__label i:hover {
    color: #FEFEFE;
}

.pay-foot {
    border-top: 1px solid #2E2E38;
    margin-top: 3rem;
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay-foot__info {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #666A78;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.pay-foot__info a {
    color: #666A78;
}

.pay-foot__info a:hover {
    text-decoration: none;
}

.pay-foot__btn {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
}

.pay-foot__btn .btn {
    width: 100%;
    text-transform: uppercase;
}

@media only screen and (max-width: 1480px) {
    .pay-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .pay-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 920px) {
    .pay-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 740px) {
    .pay-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .pay-foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pay-foot__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pay-foot__btn {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }
}

.skin {
    position: relative;
    max-width: 19rem;
    cursor: pointer;
}

.skin:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 16.2rem;
    border-radius: 1.5rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.skin-box {
    background: #2E2E38;
    -webkit-box-shadow: 0px 0px 2rem rgba(23, 23, 27, 0.3);
    box-shadow: 0px 0px 2rem rgba(23, 23, 27, 0.3);
    border-radius: 1.5rem;
    padding: 1.5rem 0px;
    height: 16.2rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.skin-box__price {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1;
}

.skin-box__price b {
    color: #666A78;
    margin-right: 0.5rem;
}

.skin-box__img {
    padding: 0 1.12rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    text-align: center;
}

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

.skin-box__checkbox {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: #151518;
    border-radius: .7rem;
    width: 2.6rem;
    height: 2.6rem;
    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: #2E2E38;
    font-size: 1.1rem;
}

.skin-box__checkbox:before {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.skin-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    width: 8rem;
    height: .2rem;
    border-radius: 1rem;
}

.skin-box:before {
    content: "";
    width: 18rem;
    height: 11.8rem;
    position: absolute;
    bottom: -11.8rem;
    border-radius: 70%;
}

.skin-info {
    margin-top: 0.95rem;
}

.skin-info p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.skin-info span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #666A78;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.skin--checked:after {
    border: 1px solid #6BFF69;
}

.skin--checked .skin-box__checkbox:before {
    color: #6BFF69;
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}

.skin--disabled {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.skin--disabled:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 16.2rem;
    border-radius: 1.5rem;
    background: rgba(46, 46, 56, 0.7);
    border: none;
    font-size: 1.4rem;
    line-height: 1.9rem;
    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;
    text-align: center;
    padding: 3.3rem 2rem 0;
}

.skin--disabled:before {
    font-family: flaticon_moonmarket;
    content: "";
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 4.2rem;
    z-index: 1;
    color: #BAB986;
}

.skin--disabled .skin-box {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}

.skin--disabled .skin-info {
    color: #3A3B43;
}

.skin--disabled .skin-info span {
    color: #3A3B43;
}

.skin-controls {
    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;
}

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

.skin-switch__item {
    position: relative;
    background-color: rgba(21, 21, 24, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: .6rem;
    padding: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.2rem;
    flex: 0 0 12.2rem;
    max-width: 12.2rem;
    height: 4.6rem;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.skin-switch__item span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: .6rem;
}

.skin-switch__item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 0;
    height: 0;
    left: -9999px;
    visibility: hidden;
}

.skin-switch__item input:checked + span {
    border: 1px solid #FEFEFE;
}

.skin-switch__item.ss-csgo {
    background-image: url(../img/icon-csgo.svg);
    background-size: auto 2.6rem;
}

.skin-switch__item.ss-dota {
    background-image: url(../img/icon-dota.svg);
    background-size: auto 1.5rem;
}

.skin-switch__item.ss-rust {
    background-image: url(../img/icon-rust.svg);
    background-size: auto 1.44rem;
}

.skin-switch__item.ss-tf2 {
    background-image: url(../img/icon-tf2.svg);
    background-size: auto 2rem;
}

.skin-switch__item:hover {
    background-color: rgba(21, 21, 24, 0.8);
}

.skin-filters {
    height: 5.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.skin-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 1.5rem 1.5rem 0;
}

.skin-total {
    color: #666A78;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.skin-total span {
    color: #FEFEFE;
}

@media only screen and (max-width: 1480px) {
    .skin:after {
        height: 14.2rem;
    }

    .skin-box {
        height: 14.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .skin-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .skin:after {
        height: 16.2rem;
    }

    .skin-box {
        height: 16.2rem;
    }
}

@media only screen and (max-width: 920px) {
    .skin-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .skin-switch__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
        flex: 0 0 46px;
        max-width: 46px;
    }

    .skin-switch__item.ss-csgo {
        background-image: url(../img/icon-csgo--sm.svg);
        background-size: auto 2.6rem;
    }

    .skin-switch__item.ss-dota {
        background-image: url(../img/icon-dota--sm.svg);
        background-size: auto 1.5rem;
    }

    .skin-switch__item.ss-rust {
        background-image: url(../img/icon-rust--sm.svg);
        background-size: auto 1.44rem;
    }

    .skin-switch__item.ss-tf2 {
        background-image: url(../img/icon-tf2--sm.svg);
        background-size: auto 2rem;
    }

    .skin-controls .btn--line {
        font-size: 1.4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .skin-controls .btn--line i {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .skin-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .skin-info p {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .skin-info span {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .skin {
        max-width: 100%;
    }

    .skin-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 420px) {
    .skin-total {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

@media only screen and (max-width: 419px) {
    .skin-controls .btn--line {
        padding-left: 0;
        padding-right: 0;
        width: 4.6rem;
    }

    .skin-controls .btn--line span {
        display: none;
    }

    .skin-controls .btn--line i {
        display: block;
        font-size: 2.2rem;
        margin-right: 0;
    }
}

.inp-btn {
    position: relative;
}

.inp-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.trade-box {
    display: none;
    position: absolute;
    z-index: 4;
    background: rgba(21, 21, 24, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trade-box__info {
    width: 100%;
    max-width: 65rem;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
}

.trade-box__info a {
    color: #6BFF69;
}

.trade-box__info a:hover {
    text-decoration: none;
}

.trade-box .inp-btn {
    width: 100%;
    max-width: 65rem;
    margin-top: 1.2rem;
}

.trade-box .inp-btn .btn {
    width: 12rem;
}

.trade-box .inp-btn .inp {
    padding-right: 13.5rem;
}

.trade-box__close {
    padding: 0;
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    background: transparent;
    color: #FEFEFE;
    position: absolute;
    top: 0;
    right: 0;
}

.trade-box__close i {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .trade-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 8rem;
    }
}

@media only screen and (max-width: 720px) {
    .trade-box__info {
        max-width: 90%;
        font-size: 2rem;
        line-height: 3.2rem;
    }

    .trade-box .inp-btn {
        max-width: 90%;
    }
}

.rarity-1:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #B1C3D9), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #B1C3D9 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #B1C3D9 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-1:before {
    -webkit-box-shadow: 0px 5px 50px #B1C3D9;
    box-shadow: 0px 5px 50px #B1C3D9;
}

.rarity-2:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #5E98D8), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #5E98D8 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #5E98D8 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-2:before {
    -webkit-box-shadow: 0px 5px 50px #5E98D8;
    box-shadow: 0px 5px 50px #5E98D8;
}

.rarity-3:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #4B69FF), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #4B69FF 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #4B69FF 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-3:before {
    -webkit-box-shadow: 0px 5px 50px #4B69FF;
    box-shadow: 0px 5px 50px #4B69FF;
}

.rarity-4:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #8846FF), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #8846FF 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #8846FF 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-4:before {
    -webkit-box-shadow: 0px 5px 50px #8846FF;
    box-shadow: 0px 5px 50px #8846FF;
}

.rarity-5:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #B22EC2), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #B22EC2 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #B22EC2 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-5:before {
    -webkit-box-shadow: 0px 5px 50px #B22EC2;
    box-shadow: 0px 5px 50px #B22EC2;
}

.rarity-6:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #E84C5C), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #E84C5C 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #E84C5C 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-6:before {
    -webkit-box-shadow: 0px 5px 50px #E84C5C;
    box-shadow: 0px 5px 50px #E84C5C;
}

.rarity-7:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #CAAB05), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #CAAB05 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #CAAB05 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-7:before {
    -webkit-box-shadow: 0px 5px 50px #CAAB05;
    box-shadow: 0px 5px 50px #CAAB05;
}

.rarity-8:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.25%, rgba(232, 76, 92, 0)), color-stop(50.62%, #F0AE36), to(rgba(232, 76, 92, 0)));
    background: -o-linear-gradient(left, rgba(232, 76, 92, 0) 1.25%, #F0AE36 50.62%, rgba(232, 76, 92, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 76, 92, 0) 1.25%, #F0AE36 50.62%, rgba(232, 76, 92, 0) 100%);
}

.rarity-8:before {
    -webkit-box-shadow: 0px 5px 50px #F0AE36;
    box-shadow: 0px 5px 50px #F0AE36;
}

.checkbox {
    --background: #2E2E38;
    --border: #25252E;
    --border-hover: #25252E;
    --border-active: #25252E;
    --tick: #6BFF69;
    position: relative;
    cursor: pointer;
}

.checkbox__in {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.6rem;
}

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

.checkbox--t .t {
    margin-left: 1rem;
    font-size: 1.8rem;
    color: #FEFEFE;
}

.checkbox input,
  .checkbox svg {
    width: 2.6rem;
    height: 2.6rem;
}

.checkbox input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    outline: none;
    background: #2E2E38;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: .7rem;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-box-shadow: inset 0 0 0 var(--s, 0px) var(--b, var(--border));
    box-shadow: inset 0 0 0 var(--s, 0px) var(--b, var(--border));
}

.checkbox input:hover {
    --s: 0px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    border: 1px solid var(--border-active);
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: .2rem;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: .3rem;
    left: .3rem;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.bounce {
    --stroke: var(--tick);
}

.checkbox.bounce input:checked {
    --s: 1.1rem;
}

.checkbox.bounce input:checked + svg {
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}

.checkbox.bounce svg {
    --scale: 0;
}

.abounce {
    -webkit-animation: abounce .4s linear forwards .2s;
    animation: abounce .4s linear forwards .2s;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes abounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5;
    }

    75% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: .7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes abounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5;
    }

    75% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: .7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Dropdown                                      
--------------------------------------------------------*/
.dropdown {
    position: relative;
    display: inline-block;
    min-width: 13rem;
    position: relative;
    z-index: 3;
}

.dropdown__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3rem;
    font-size: 1.6rem;
}

.dropdown__caption span {
    color: #A2A7B8;
}

.dropdown__btn {
    background: transparent;
    height: auto;
    font-weight: 400;
    line-height: 3rem;
    color: #FEFEFE;
    font-weight: normal;
    padding-left: .5rem;
    padding-right: 1rem;
}

.dropdown__btn:after {
    font-family: flaticon_moonmarket;
    content: "";
    margin-left: .5rem;
}

.dropdown__list {
    display: none;
    position: absolute;
    top: 3.8rem;
    right: 0;
    background: #151518;
    -webkit-box-shadow: 0px 0px 3rem rgba(16, 16, 18, 0.5);
    box-shadow: 0px 0px 3rem rgba(16, 16, 18, 0.5);
    border-radius: 1rem;
    padding: 1rem 0;
    min-width: 14rem;
}

.dropdown__list:after {
    content: "";
    background: #151518;
    border-radius: .3rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -0.7rem;
    right: 3rem;
}

.dropdown__item {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    color: #FEFEFE;
    line-height: 200%;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.dropdown__item:hover {
    background-color: #25252E;
    color: #A2A7B8;
}

.dropdown__item--active {
    background-color: #25252E;
    color: #A2A7B8;
    position: relative;
    z-index: 1;
}

.dropdown--open .dropdown__list {
    display: block;
}

.dropdown--open .dropdown__btn:after {
    content: "";
}

.trade-section {
    padding-top: 12.7rem;
    padding-bottom: 12.3rem;
    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;
}

.trade-section__form {
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.trade-section__form .inp-btn .btn {
    width: 10.3rem;
}

.trade-section__info h4 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
}

.trade-section__info h4 a {
    color: #6BFF69;
}

.trade-section__info h4 a:hover {
    text-decoration: none;
}

.trade-section__info p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #A2A7B8;
    margin-bottom: 1.5rem;
}

.trade-section__info p a {
    color: #FEFEFE;
}

.trade-section__info p a:hover {
    text-decoration: none;
}

.trade-section__progress {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 82rem;
    overflow: hidden;
    padding: 0 4rem;
}

.trade-section__progress .line-progress {
    width: 150%;
    margin-left: -25%;
}

@media only screen and (max-width: 1024px) {
    .trade-section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

.line-progress {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 5.4rem;
    padding-top: 1rem;
}

.line-progress__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    position: relative;
    text-align: center;
}

.line-progress__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: .8rem;
    background: #151518;
}

.line-progress__item:first-child:after {
    display: none;
}

.line-progress__item._completed:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(5.87%, #95FF94), color-stop(100.14%, #46FF43));
    background: -o-linear-gradient(left, #95FF94 5.87%, #46FF43 100.14%);
    background: linear-gradient(90deg, #95FF94 5.87%, #46FF43 100.14%);
}

.line-progress__item._completed .line-progress__dote {
    background: #6BFF69;
}

.line-progress__item._completed .line-progress__label {
    color: #FEFEFE;
}

.line-progress__dote {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -.8rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #53565A;
    border: .4rem solid #151518;
}

.line-progress__label {
    display: block;
    padding-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #666A78;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #151518 url(../img/bg-footer.png) no-repeat center top/cover;
    min-height: 44.2rem;
}

@media only screen and (max-width: 1024px) {
    footer {
        background: #151518 url(../img/bg-footer--sm.png) no-repeat center top/cover;
    }
}

.ftmid {
    margin-top: 6rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.ftmid:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.ftmid__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 50rem;
}

.ftmid__logo img {
    width: 11.4rem;
    height: auto;
}

.ftmid__txt {
    margin-top: 2rem;
    color: #FEFEFE;
    font-size: 1.6rem;
    line-height: 162%;
}

@media only screen and (max-width: 1024px) {
    .ftmid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .ftmid__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ftnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 12rem;
}

.ftnav__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 26rem;
}

.ftnav__cap {
    color: #666A78;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 700;
}

.ftnav__link {
    color: #FEFEFE;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
}

.ftnav__link a {
    color: #FEFEFE;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.ftnav__link a:hover {
    color: #6BFF69;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .ftnav {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 620px) {
    .ftnav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }

    .ftnav__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 419px) {
    .ftnav__link {
        font-size: 1.7rem;
    }
}

.fsocs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.fsocs__item {
    margin-right: 2.4rem;
    font-size: 2.4rem;
}

.fsocs__item a {
    text-decoration: none;
    color: #666A78;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.fsocs__item a:hover {
    color: #FEFEFE;
}

.fsocs__item ._ig {
    font-size: 2rem;
}

.copy-right {
    padding: 3rem 0;
    font-size: 1.4rem;
    color: #666A78;
    line-height: 1.9rem;
}

.copy-right p + p {
    margin-top: 1rem;
}

.copy-right a {
    color: #6BFF69;
}

.copy-right a:hover {
    text-decoration: none;
}

/* Inner pages                                      
--------------------------------------------------------*/
.scontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.scontent-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.scontent-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-left: 3rem;
}

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

    .scontent-left {
        margin-top: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .scontent-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.smenu {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.smenu__item {
    margin-bottom: 15px;
}

.smenu__item:last-child {
    margin-bottom: 0;
}

.smenu__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #FEFEFE;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.smenu__link:not(.smenu__link--active):hover {
    color: #6BFF69;
}

.smenu__link--active {
    color: #666A78;
}

@media only screen and (max-width: 1024px) {
    .smenu {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
    }
}

.qubox {
    margin-top: 30px;
    position: relative;
}

.qubox:hover .btn {
    background: #7EFF7C;
}

.qubox__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.qubox__text {
    font-size: 15px;
    line-height: 20px;
    color: #A2A7B8;
    margin-top: 5px;
}

.qubox__btn {
    margin-top: 15px;
}

.qubox__btn .btn {
    max-width: 180px;
}

.qubox__link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.stext {
    font-size: 16px;
    line-height: 30px;
    word-break: break-word;
}

.stext h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.4rem;
    margin-bottom: 3.5rem;
}

.stext .list-num {
    margin-bottom: 6rem;
}

.stext .list-num:last-child {
    margin-bottom: 0;
}

.stext a {
    color: #6BFF69;
}

.stext a:hover {
    text-decoration: none;
}

.stext__img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    display: block;
}

.stext p + p {
    margin-top: 18px;
}

.stext p + ul {
    margin-top: 18px;
}

.stext ul + p {
    margin-top: 18px;
}

@media only screen and (max-width: 420px) {
    .stext h3 {
        font-size: 2.8rem;
        line-height: 4rem;
    }
}

.stitle {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 5rem;
}

.stitle + .stext {
    margin-top: 4.5rem;
}

.stitle span {
    font-weight: 400;
}

@media only screen and (max-width: 420px) {
    .stitle {
        font-size: 3.6rem;
        line-height: 4.8rem;
    }
}

.list-num {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.list-num li {
    margin-bottom: 12px;
    display: table;
}

.list-num li[data-num]:before {
    content: attr(data-num);
    font-weight: bold;
    display: table-cell;
    white-space: nowrap;
    padding-right: 8px;
}

.list-num li ul {
    margin-top: 12px;
}

.question__item {
    padding: 5px 0;
}

.question__item:last-child {
    border-bottom: none;
}

.question__item:first-child {
    padding-top: 0;
}

.question__item--open .question__txt {
    display: block;
}

.question__item--open .question__title:after {
    content: "";
}

.question__title {
    color: #FEFEFE;
    font-size: 24px;
    line-height: 150%;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px 20px 5px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.question__title:after {
    font-family: flaticon_moonmarket !important;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    color: #FEFEFE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.question__title:hover {
    color: #6BFF69;
}

.question__title:hover:after {
    color: #6BFF69;
}

.question__txt {
    display: none;
    color: #A2A7B8;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.question__caption {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #666A78;
    margin-top: 45px;
    margin-bottom: 25px !important;
}

@media screen and (max-width: 1280px) {
    .question__txt {
        font-size: 15px;
    }

    .question__title {
        font-size: 18px;
    }

    .question__title:after {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .question__title {
        font-size: 17px;
    }

    .question__btn {
        width: 100%;
    }
}

.list-dote {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.list-dote li {
    display: table;
}

.list-dote li:before {
    font-family: flaticon_moonmarket !important;
    content: "";
    font-size: 7px;
    line-height: 1;
    vertical-align: middle;
    color: #A2A7B8;
    font-weight: bold;
    display: table-cell;
    white-space: nowrap;
    padding-right: 7px;
    padding-left: 7px;
}

.rmenu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 30px;
}

.rmenu-caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
}

.rmenu-item {
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: -o-linear-gradient(356.24deg, #2E2E38 0%, rgba(46, 46, 56, 0) 99.54%);
    background: linear-gradient(93.76deg, #2E2E38 0%, rgba(46, 46, 56, 0) 99.54%);
    border-radius: 10px;
    padding: 0px 20px;
    height: 80px;
    margin-top: 15px;
}

.rmenu-item__in {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rmenu-item__link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rmenu-item img {
    display: block;
    margin-bottom: 2px;
    max-height: 26px;
    width: auto;
}

.rmenu-item span {
    font-size: 12px;
    line-height: 16px;
    color: #A2A7B8;
}

.rmenu-item .flaticon-arr-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #151518;
    border-radius: 100px 0px 0px 100px;
    width: 40px;
    height: 40px;
    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;
    font-size: 19px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rmenu-item:hover, .rmenu-item--active {
    background: transparent;
}

.rmenu-item:hover .rmenu-item__link, .rmenu-item--active .rmenu-item__link {
    border: 1px solid #6BFF69;
}

.rmenu-item:hover .flaticon-arr-right, .rmenu-item--active .flaticon-arr-right {
    background: #6BFF69;
    color: #151518;
}

.reviews-head {
    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;
}

.reviews-head .btn {
    width: 165px;
    height: 46px;
    font-size: 16px;
}

.reviews-item {
    padding: 15px 20px;
    background: rgba(46, 46, 56, 0.6);
    border-radius: 15px;
    margin-top: 20px;
}

.reviews-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.reviews-item__head .btn {
    margin-left: auto;
    width: 167px;
    height: 46px;
    font-size: 16px;
}

.reviews-item__avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.reviews-item__avatar img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.reviews-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px;
    overflow: hidden;
}

.reviews-item__info p {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews-item__info .rwstars {
    font-size: 14px;
    margin-top: 3px;
}

.reviews-item__msg {
    padding-top: 15px;
    border-top: 1px solid #3A3B43;
    font-size: 16px;
    line-height: 150%;
    color: #A2A7B8;
}

.reviews-item__date {
    font-size: 14px;
    line-height: 1;
    color: #666A78;
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .reviews-item__head .btn {
        width: 46px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-item__head .btn span {
        display: none;
    }

    .reviews-item__head .btn i {
        margin-right: 0;
    }

    .reviews-item__avatar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 50px;
    }
}

@media only screen and (max-width: 419px) {
    .reviews-head .btn {
        width: 46px;
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-head .btn span {
        display: none;
    }

    .reviews-head .btn i {
        margin-right: 0;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
}

.pagination__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
    height: 44px;
    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;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #FEFEFE !important;
    margin: 0 2.5px 5px;
    background: #25252E;
    border: 1px solid #25252E;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination__link:hover {
    background: #6BFF69;
    border: 1px solid #6BFF69;
    color: #151518 !important;
}

.pagination__link--arrow {
    color: #CED3DE !important;
}

.pagination__link--arrow i {
    font-size: 19px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__link--dot {
    background: transparent;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}

.pagination__link--active {
    background: #151518;
    border: 1px solid #25252E;
}

@media only screen and (max-width: 420px) {
    .pagination__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
        max-width: 4rem;
        height: 4rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .pagination__link--arrow {
        display: none;
    }

    .pagination__link--dot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
        max-width: 3rem;
    }
}

.rating__caption {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #151518;
}

.rating__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #6BFF69;
    cursor: pointer;
}

.rating__action i {
    margin: 0 2px;
}

.abs-link {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.scbox {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.scbox a:not(.btn) {
    color: #6BFF69;
}

.scbox a:not(.btn):hover {
    text-decoration: none;
}

.scbox-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scbox-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
    margin-right: 15px;
}

.scbox-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
    margin-left: 15px;
}

.scbox p + p {
    margin-top: 15px;
}

.scbox .list-dote {
    margin-top: 15px;
    margin-bottom: 15px;
}

.scbox .list-dote li:before {
    color: #FEFEFE;
}

.scbox-form-wp {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .scbox-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .scbox-list--partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scbox-list--partners .scbox-left {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .scbox-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }

    .scbox-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.suplist {
    margin-top: 40px;
    display: inline-block;
}

.suplist-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.suplist-item i {
    background: #151518;
    border-radius: 6px;
    width: 64px;
    height: 64px;
    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;
    font-size: 28px;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.suplist-item i.flaticon-soc-instagram {
    font-size: 24px;
}

.suplist-item:hover i {
    color: #151518;
    background: #6BFF69;
}

.suplist-item p strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.suplist-item p span {
    font-size: 16px;
    line-height: 24px;
    color: #A2A7B8;
}

.sform {
    position: relative;
}

.sform-group {
    margin-bottom: 15px;
}

.sform-group .inp {
    height: 46px;
    border-radius: 8px;
    font-size: 16px;
    padding: 0 15px;
}

.sform-group .inp::-webkit-input-placeholder {
    font-size: 16px;
}

.sform-group .inp::-moz-placeholder {
    font-size: 16px;
}

.sform-group .inp:-ms-input-placeholder {
    font-size: 16px;
}

.sform-group .inp::-ms-input-placeholder {
    font-size: 16px;
}

.sform-group .inp::placeholder {
    font-size: 16px;
}

.sform-group textarea.inp {
    border-radius: 8px;
    padding: 10px 15px;
    height: 120px;
}

.sform-group--x2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sform-inp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 7.5px;
}

.sform-inp + .sform-inp {
    padding-left: 7.5px;
    padding-right: 0;
}

.sform-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.sform-btn .btn {
    width: 100%;
    max-width: 160px;
}

.sform__disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sform__disabled .btn {
    max-width: 23.3rem;
    width: 100%;
}

.sform--disabled .sform-group, .sform--disabled .sform-btn {
    opacity: .2;
}

.sform--partners {
    margin-top: 35px;
}

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

    .sform-inp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .sform-inp + .sform-inp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
}

.bg-partners {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.bg-partners__info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 4rem;
    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;
}

.bg-partners__info h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.4rem;
}

.bg-partners__info h4 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #A2A7B8;
}

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

@media only screen and (max-width: 670px) {
    .bg-partners__info {
        padding-left: 2rem;
    }

    .bg-partners__info h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .bg-partners__info h4 {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #A2A7B8;
    }
}

@media only screen and (max-width: 480px) {
    .bg-partners {
        margin-bottom: 25px;
        border-radius: 0;
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

.exm-nav {
    margin: 90px auto;
    text-align: center;
}

.exm-nav li {
    margin: 10px 0;
}

.exm-nav a {
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FEFEFE !important;
    line-height: 40px;
    font-weight: bold;
}

.exm-nav a:hover {
    color: #6BFF69;
}

/* Order pages                                      
--------------------------------------------------------*/
.order-box {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3rem 5rem rgba(50, 61, 90, 0.2);
    box-shadow: 0px 3rem 5rem rgba(50, 61, 90, 0.2);
}

.order-head {
    background: rgba(18, 18, 23, 0.6);
    padding: 2.5rem 0 1.5rem;
}

.order-head .line-progress {
    width: 125%;
    margin-left: -12.5%;
}

.order-body {
    background: rgba(18, 18, 23, 0.8);
    padding: 6rem 6rem 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-body__check {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 56rem;
    margin-right: 1.5rem;
}

.order-body__check-btns {
    margin-top: 6rem;
}

.order-body__check-btns .btn {
    height: 5.2rem;
}

.order-body__check-btns .btn + .btn {
    margin-top: 1rem;
}

.order-body__confirm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 88rem;
    margin-left: 1.5rem;
}

.order-body h3 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-body h3 i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
    font-size: 2.4rem;
}

.order-body h3 i.flaticon-stopwatch {
    color: #666A78;
}

.order-body h3 i.flaticon-check {
    color: #BAB986;
    font-size: 2.7rem;
}

.order-props {
    margin-top: 4.5rem;
}

.order-props__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.order-props__item .l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 1rem;
}

.order-props__item ._id {
    color: #A2A7B8;
}

.order-deal {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.order-deal__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36rem;
    flex: 0 1 36rem;
    max-width: 36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.order-deal__img > div {
    -webkit-box-shadow: -5rem 20rem 25rem rgba(0, 0, 0, 0.4);
    box-shadow: -5rem 20rem 25rem rgba(0, 0, 0, 0.4);
}

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

.order-deal__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 38rem;
    padding-left: 4rem;
}

.order-deal__list {
    font-size: 1.6rem;
    line-height: 188%;
    color: #A2A7B8;
}

.order-deal__list strong {
    color: #FEFEFE;
}

.order-deal__list li a {
    color: #FEFEFE !important;
}

.order-deal__box {
    margin-top: 2rem;
    background: #2E2E38;
    border-radius: .6rem;
    padding: 1.5rem 2rem;
    position: relative;
    padding-left: 6rem;
    color: #A2A7B8;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

.order-deal__box a {
    color: #FEFEFE !important;
}

.order-deal__box .flaticon-sign-warning {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    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;
    font-size: 1.75rem;
    width: 2rem;
}

.order-foot {
    background: rgba(18, 18, 23, 0.8);
    padding: 3.5rem 6rem;
    border-top: 1px solid rgba(115, 115, 156, 0.1);
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #A2A7B8;
    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;
}

.order-foot h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #FEFEFE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.order-foot h4 i {
    margin-right: 1rem;
    color: #666A78;
    font-size: 2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-foot__timer {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 1;
    color: #6BFF69;
}

.order-confirming {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 6rem;
}

.order-confirming__info {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 3rem;
}

.order-confirming__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
}

.order-confirming__btns .btn {
    margin-top: 1rem;
    height: 5.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24rem;
    flex: 0 0 24rem;
    max-width: 24rem;
}

.order-confirming__btns .btn + .btn {
    margin-left: 1rem;
}

.order-confirming__btns .btn.btn--line {
    font-weight: 400;
}

.order-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6rem;
    font-size: 1.8rem;
    line-height: 3rem;
}

.order-success h3 {
    margin-bottom: 3rem;
}

.order-success__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30rem;
    flex: 0 0 30rem;
    max-width: 30rem;
}

.order-success__img img {
    max-width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.order-success__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6rem;
}

.order-success__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
}

.order-success__btns .btn {
    margin-top: 1rem;
    height: 5.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24rem;
    flex: 0 0 24rem;
    max-width: 24rem;
}

.order-success__btns .btn + .btn {
    margin-left: 1rem;
}

.order-success__btns .btn.btn--line {
    font-weight: 400;
}

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

    .order-body__check {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .order-body__confirm {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-success__btns .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 24rem;
    }

    .order-confirming__btns .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 24rem;
    }
}

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

    .order-success__img {
        margin-bottom: 4rem;
    }

    .order-success__info {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-success__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-success__btns .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5.6rem;
        flex: 0 0 5.6rem;
        max-width: 100%;
    }

    .order-success__btns .btn + .btn {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .order-body {
        padding: 6rem 3rem 0px;
    }

    .order-foot {
        padding: 3.5rem 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .order-head .line-progress {
        width: 100%;
        margin-left: 0;
    }

    .order-body {
        padding: 4rem 3rem 0px;
    }

    .order-foot {
        -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;
    }

    .order-foot__timer {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 680px) {
    .order-deal__img {
        display: none;
    }

    .order-deal__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
        padding-left: 0;
    }

    .order-foot__info br {
        display: none;
    }
}

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

    .order-confirming__btns .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5.2rem;
        flex: 0 0 5.2rem;
        max-width: 100%;
    }

    .order-confirming__btns .btn + .btn {
        margin-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .order-box {
        margin-left: -2rem;
        margin-right: -2rem;
        border-radius: 0;
    }
}

.acc-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.acc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
}

.acc-nav a {
    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;
    color: #FEFEFE !important;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-decoration: none;
    background: #2E2E38;
    height: 4.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 16rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.acc-nav a i {
    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;
    line-height: 1;
    margin-right: 1rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.acc-nav a:hover {
    color: #C8CCD6 !important;
}

.acc-nav a.active {
    background: rgba(21, 21, 24, 0.5);
    color: #C8CCD6 !important;
}

.acc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.acc-content h3 {
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 2rem;
}

.acc-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42rem;
    flex: 0 0 42rem;
    max-width: 42rem;
}

.acc-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.acc-usbox {
    background: rgba(21, 21, 24, 0.2);
    border-radius: 1.5rem;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.acc-usbox__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
    max-width: 10rem;
    height: 10rem;
    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;
}

.acc-usbox__img .usbox-user__img {
    width: 7.6rem;
    height: 7.6rem;
}

.acc-usbox__img .usbox-user__level {
    width: 5.2rem;
}

.acc-usbox__img .usbox-progress {
    width: 10rem;
    height: 10rem;
    left: 0rem;
    top: 0rem;
}

.acc-usbox__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
}

.acc-usbox__info .btn {
    max-width: 14rem;
    margin-top: 1rem;
}

.acc-usbox__info .t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #A2A7B8;
}

.acc-usbox__info .t1 span {
    margin-right: 0.4rem;
    white-space: nowrap;
}

.acc-usbox__info .t1 i {
    color: #FEFEFE;
    margin-left: 1rem;
    font-size: 1.3rem;
}

.acc-usbox__info .t1 a {
    color: #A2A7B8;
}

.acc-usbox__info .t2 {
    font-size: 2rem;
    line-height: 2.7rem;
}

.acc-usbox__info .t3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.acc-usbox__info p + p {
    margin-top: 0.5rem;
}

.acc-history {
    display: none;
}

.acc-history .acc-usbox {
    height: auto;
}

.acc-history .acc-right {
    padding-left: 3rem;
}

.acc-ref {
    display: none;
}

.acc-progress {
    margin-top: 7.2rem;
    min-height: 1rem;
}

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

    .acc-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .acc-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 3rem;
    }

    .acc-history .acc-right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 580px) {
    .acc-head .btn {
        width: 4.6rem;
    }

    .acc-head .btn span {
        display: none;
    }

    .acc-head .btn i {
        margin-right: 0;
    }

    .acc-nav a {
        min-width: 12rem;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 460px) {
    .acc-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .acc-usbox {
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 2.5rem 2rem;
        border-radius: 0;
    }

    .acc-usbox__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
        flex: 0 0 8rem;
        max-width: 8rem;
        height: 8rem;
    }

    .acc-usbox__img .usbox-user__img {
        width: 6rem;
        height: 6rem;
    }

    .acc-usbox__img .usbox-user__level {
        width: 3.6rem;
        font-size: 1.1rem;
    }

    .acc-usbox__img .usbox-progress {
        width: 8rem;
        height: 8rem;
        left: 0rem;
        top: 0rem;
    }

    .acc-usbox__info {
        padding-left: 2rem;
    }

    .acc-usbox__info .t1 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .acc-usbox__info .t2 {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .acc-usbox__info .t3 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.b-line {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

[data-copy] {
    cursor: pointer;
}

.rfbox {
    margin-left: 2rem;
    padding: 2rem 3rem 3rem;
    background: #151518;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #A2A7B8;
}

.rfbox-title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
    color: #FEFEFE;
}

.rfbox .inp-btn {
    max-width: 58.26rem;
    margin-top: 1.5rem;
}

.rfbox .inp-btn .btn {
    width: 12rem;
}

@media only screen and (max-width: 1024px) {
    .rfbox {
        margin-left: 0;
    }
}

@media only screen and (max-width: 460px) {
    .rfbox {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .rfbox .inp-btn .btn {
        width: 9rem;
    }
}

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

.perc-progress:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: .8rem;
    border-radius: 2rem;
    background: #151518;
}

.perc-progress:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    height: .8rem;
    border-radius: 2rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(5.87%, #95FF94), color-stop(100.14%, #46FF43));
    background: -o-linear-gradient(left, #95FF94 5.87%, #46FF43 100.14%);
    background: linear-gradient(90deg, #95FF94 5.87%, #46FF43 100.14%);
}

.perc-progress__dote {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    top: -.8rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #53565A;
    border: .4rem solid #151518;
}

.perc-progress__label {
    font-weight: 700;
    position: absolute;
    top: -1rem;
    left: 1rem;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.perc-progress__perc {
    position: absolute;
    bottom: -3.6rem;
    left: 1.4rem;
}

.perc-progress__item {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #666A78;
}

.perc-progress__item--1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 2rem);
    flex: 0 0 calc(33.3333% - 2rem);
    max-width: calc(33.3333% - 2rem);
}

.perc-progress__item--1 .perc-progress__dote {
    left: 2rem;
}

.perc-progress__item--2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.perc-progress__item--2 .perc-progress__label {
    left: 1.2rem;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    text-align: center;
}

.perc-progress__item--2 .perc-progress__perc {
    left: 1.2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.perc-progress__item--3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.perc-progress__item--3 .perc-progress__label {
    left: 1.2rem;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    text-align: center;
}

.perc-progress__item--3 .perc-progress__perc {
    left: 1.2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.perc-progress__item--4 .perc-progress__dote {
    right: 2rem;
}

.perc-progress__item--4 .perc-progress__label {
    left: auto;
    right: 0;
}

.perc-progress__item--4 .perc-progress__perc {
    left: auto;
    right: 2rem;
}

.perc-progress--1:before {
    width: 0;
}

.perc-progress--1 .perc-progress__item--1 {
    color: #FEFEFE;
}

.perc-progress--1 .perc-progress__item--1 .perc-progress__dote {
    background: #6BFF69;
}

.perc-progress--2:before {
    width: 33.3333%;
}

.perc-progress--2 .perc-progress__item--1, .perc-progress--2 .perc-progress__item--2 {
    color: #FEFEFE;
}

.perc-progress--2 .perc-progress__item--1 .perc-progress__dote, .perc-progress--2 .perc-progress__item--2 .perc-progress__dote {
    background: #6BFF69;
}

.perc-progress--3:before {
    width: 66.6666%;
}

.perc-progress--3 .perc-progress__item--1, .perc-progress--3 .perc-progress__item--2, .perc-progress--3 .perc-progress__item--3 {
    color: #FEFEFE;
}

.perc-progress--3 .perc-progress__item--1 .perc-progress__dote, .perc-progress--3 .perc-progress__item--2 .perc-progress__dote, .perc-progress--3 .perc-progress__item--3 .perc-progress__dote {
    background: #6BFF69;
}

.perc-progress--4:before {
    width: 100%;
}

.perc-progress--4 .perc-progress__item--1, .perc-progress--4 .perc-progress__item--2, .perc-progress--4 .perc-progress__item--3, .perc-progress--4 .perc-progress__item--4 {
    color: #FEFEFE;
}

.perc-progress--4 .perc-progress__item--1 .perc-progress__dote, .perc-progress--4 .perc-progress__item--2 .perc-progress__dote, .perc-progress--4 .perc-progress__item--3 .perc-progress__dote, .perc-progress--4 .perc-progress__item--4 .perc-progress__dote {
    background: #6BFF69;
}

.acc-table {
    border-collapse: collapse;
    width: 100%;
}

.acc-table thead {
    background: #151518;
}

.acc-table thead th {
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: normal;
    color: #A2A7B8;
    height: 6.5rem;
}

.acc-table thead th:first-child {
    border-radius: .6rem 0 0 .6rem;
}

.acc-table thead th:last-child {
    border-radius: 0 .6rem .6rem 0;
}

.acc-table td {
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    height: 6.5rem;
}

.acc-table td i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-right: 1rem;
}

.acc-table__id {
    color: #A2A7B8;
}

.acc-table__game {
    width: 12rem;
}

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

.acc-table__method {
    width: 12rem;
}

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

.acc-table__purse {
    max-width: 28rem;
}

.acc-table__purse span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #FEFEFE;
}

.acc-table__amount {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #6BFF69;
    white-space: nowrap;
}

.acc-table__amount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #FEFEFE;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.acc-table__amount p span {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.acc-table__amount p i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.acc-table__date {
    color: #A2A7B8;
}

.acc-table__status {
    font-weight: 700;
    width: 10rem;
}

.acc-table__status p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc-table__status .flaticon-check {
    color: #BAB986;
}

.acc-table__status .flaticon-time {
    font-size: 1.4rem;
    color: #A2A7B8;
}

.acc-table__details {
    color: #666A78;
    cursor: pointer;
    min-width: 10rem;
}

.acc-table__details p {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.acc-table__details p:hover {
    color: #FEFEFE;
}

.acc-table__skins {
    display: none;
}

.acc-table__skins-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.acc-table__skins td {
    padding-bottom: 1.5rem;
}

.acc-table__skins .livestat-item {
    width: 10rem;
    height: 10rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

.acc-table tbody._open .acc-table__skins {
    display: table-row;
}

.acc-table tbody._open .acc-table__details p {
    color: #FEFEFE;
}

.acc-table tbody:nth-child(odd) {
    background: rgba(37, 37, 46, 0.5);
}

.acc-table tbody:nth-child(odd) tr:not(.acc-table__skins) td:first-child {
    border-radius: .6rem 0 0 .6rem;
}

.acc-table tbody:nth-child(odd) tr:not(.acc-table__skins) td:last-child {
    border-radius: 0 .6rem .6rem 0;
}

.acc-table tbody:nth-child(odd) .acc-table__skins td {
    border-radius: 0 0 .6rem .6rem;
}

.acc-table tbody._open:nth-child(odd) {
    background: rgba(37, 37, 46, 0.5);
}

.acc-table tbody._open:nth-child(odd) tr:not(.acc-table__skins) td:first-child {
    border-radius: .6rem 0 0 0;
}

.acc-table tbody._open:nth-child(odd) tr:not(.acc-table__skins) td:last-child {
    border-radius: 0 .6rem 0 0;
}

@media only screen and (max-width: 1024px) {
    .acc-table__purse {
        max-width: 100%;
    }

    .acc-table__purse span {
        display: block;
        max-width: 12rem;
    }
}

@media only screen and (max-width: 992px) {
    .acc-table table, .acc-table thead, .acc-table tbody, .acc-table th, .acc-table td, .acc-table tr {
        display: block;
    }

    .acc-table thead {
        display: none;
    }

    .acc-table tr td:last-child {
        border-bottom: 0;
    }

    .acc-table .acc-table__skins {
        display: none;
    }

    .acc-table .acc-table__skins td {
        height: auto;
        padding-left: .5rem;
    }

    .acc-table .acc-table__skins .livestat-item {
        margin-right: 0;
        margin-left: 1.5rem;
    }

    .acc-table tbody._open .acc-table__skins {
        display: block;
    }

    .acc-table tbody:nth-child(odd) {
        border-radius: .6rem;
    }

    .acc-table tbody:nth-child(odd) tr:not(.acc-table__skins) td:first-child {
        border-radius: 0;
    }

    .acc-table tbody:nth-child(odd) tr:not(.acc-table__skins) td:last-child {
        border-radius: 0;
    }

    .acc-table tbody:nth-child(odd) .acc-table__skins td {
        border-radius: 0;
    }

    .acc-table td {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        padding-left: 40%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .acc-table td.acc-table__amount {
        -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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .acc-table td.acc-table__purse p {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .acc-table td.acc-table__purse span {
        max-width: 100%;
        display: table-cell;
    }

    .acc-table td:before {
        content: attr(data-th);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2rem;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #A2A7B8;
        font-weight: 400;
    }
}
