@charset "UTF-8";

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    touch-action: manipulation;
}

*,
*::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: transparent;
}

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

body {
    margin: 0;
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1b2134;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    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.5rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    color: #ffcc00;
    text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: "Avenir Next Cyr", sans-serif;
    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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.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;
}

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: 0.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;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

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

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

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 702px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 958px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1390px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
}

.col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

.col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
}

.col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

.col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
}

.col-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
}

.order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
}

.order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
}

.order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
}

.order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
}

.order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}

.order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
}

.order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
}

.order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
}

.order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
}

.offset-1 {
    margin-left: 4.16667%;
}

.offset-2 {
    margin-left: 8.33333%;
}

.offset-3 {
    margin-left: 12.5%;
}

.offset-4 {
    margin-left: 16.66667%;
}

.offset-5 {
    margin-left: 20.83333%;
}

.offset-6 {
    margin-left: 25%;
}

.offset-7 {
    margin-left: 29.16667%;
}

.offset-8 {
    margin-left: 33.33333%;
}

.offset-9 {
    margin-left: 37.5%;
}

.offset-10 {
    margin-left: 41.66667%;
}

.offset-11 {
    margin-left: 45.83333%;
}

.offset-12 {
    margin-left: 50%;
}

.offset-13 {
    margin-left: 54.16667%;
}

.offset-14 {
    margin-left: 58.33333%;
}

.offset-15 {
    margin-left: 62.5%;
}

.offset-16 {
    margin-left: 66.66667%;
}

.offset-17 {
    margin-left: 70.83333%;
}

.offset-18 {
    margin-left: 75%;
}

.offset-19 {
    margin-left: 79.16667%;
}

.offset-20 {
    margin-left: 83.33333%;
}

.offset-21 {
    margin-left: 87.5%;
}

.offset-22 {
    margin-left: 91.66667%;
}

.offset-23 {
    margin-left: 95.83333%;
}

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

    .col-sm-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-sm-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

    .col-sm-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-sm-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-sm-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
        order: 25;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-sm-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-sm-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-sm-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-sm-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-sm-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-sm-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-sm-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-sm-21 {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-sm-22 {
        -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-sm-23 {
        -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-sm-24 {
        -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
        order: 24;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 4.16667%;
    }

    .offset-sm-2 {
        margin-left: 8.33333%;
    }

    .offset-sm-3 {
        margin-left: 12.5%;
    }

    .offset-sm-4 {
        margin-left: 16.66667%;
    }

    .offset-sm-5 {
        margin-left: 20.83333%;
    }

    .offset-sm-6 {
        margin-left: 25%;
    }

    .offset-sm-7 {
        margin-left: 29.16667%;
    }

    .offset-sm-8 {
        margin-left: 33.33333%;
    }

    .offset-sm-9 {
        margin-left: 37.5%;
    }

    .offset-sm-10 {
        margin-left: 41.66667%;
    }

    .offset-sm-11 {
        margin-left: 45.83333%;
    }

    .offset-sm-12 {
        margin-left: 50%;
    }

    .offset-sm-13 {
        margin-left: 54.16667%;
    }

    .offset-sm-14 {
        margin-left: 58.33333%;
    }

    .offset-sm-15 {
        margin-left: 62.5%;
    }

    .offset-sm-16 {
        margin-left: 66.66667%;
    }

    .offset-sm-17 {
        margin-left: 70.83333%;
    }

    .offset-sm-18 {
        margin-left: 75%;
    }

    .offset-sm-19 {
        margin-left: 79.16667%;
    }

    .offset-sm-20 {
        margin-left: 83.33333%;
    }

    .offset-sm-21 {
        margin-left: 87.5%;
    }

    .offset-sm-22 {
        margin-left: 91.66667%;
    }

    .offset-sm-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1024px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

    .col-md-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-md-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

    .col-md-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-md-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-md-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
        order: 25;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-md-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-md-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-md-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-md-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-md-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-md-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-md-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-md-21 {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-md-22 {
        -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-md-23 {
        -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-md-24 {
        -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
        order: 24;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 4.16667%;
    }

    .offset-md-2 {
        margin-left: 8.33333%;
    }

    .offset-md-3 {
        margin-left: 12.5%;
    }

    .offset-md-4 {
        margin-left: 16.66667%;
    }

    .offset-md-5 {
        margin-left: 20.83333%;
    }

    .offset-md-6 {
        margin-left: 25%;
    }

    .offset-md-7 {
        margin-left: 29.16667%;
    }

    .offset-md-8 {
        margin-left: 33.33333%;
    }

    .offset-md-9 {
        margin-left: 37.5%;
    }

    .offset-md-10 {
        margin-left: 41.66667%;
    }

    .offset-md-11 {
        margin-left: 45.83333%;
    }

    .offset-md-12 {
        margin-left: 50%;
    }

    .offset-md-13 {
        margin-left: 54.16667%;
    }

    .offset-md-14 {
        margin-left: 58.33333%;
    }

    .offset-md-15 {
        margin-left: 62.5%;
    }

    .offset-md-16 {
        margin-left: 66.66667%;
    }

    .offset-md-17 {
        margin-left: 70.83333%;
    }

    .offset-md-18 {
        margin-left: 75%;
    }

    .offset-md-19 {
        margin-left: 79.16667%;
    }

    .offset-md-20 {
        margin-left: 83.33333%;
    }

    .offset-md-21 {
        margin-left: 87.5%;
    }

    .offset-md-22 {
        margin-left: 91.66667%;
    }

    .offset-md-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1280px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

    .col-lg-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-lg-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

    .col-lg-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-lg-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-lg-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
        order: 25;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-lg-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-lg-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-lg-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-lg-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-lg-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-lg-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-lg-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-lg-21 {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-lg-22 {
        -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-lg-23 {
        -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-lg-24 {
        -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
        order: 24;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 4.16667%;
    }

    .offset-lg-2 {
        margin-left: 8.33333%;
    }

    .offset-lg-3 {
        margin-left: 12.5%;
    }

    .offset-lg-4 {
        margin-left: 16.66667%;
    }

    .offset-lg-5 {
        margin-left: 20.83333%;
    }

    .offset-lg-6 {
        margin-left: 25%;
    }

    .offset-lg-7 {
        margin-left: 29.16667%;
    }

    .offset-lg-8 {
        margin-left: 33.33333%;
    }

    .offset-lg-9 {
        margin-left: 37.5%;
    }

    .offset-lg-10 {
        margin-left: 41.66667%;
    }

    .offset-lg-11 {
        margin-left: 45.83333%;
    }

    .offset-lg-12 {
        margin-left: 50%;
    }

    .offset-lg-13 {
        margin-left: 54.16667%;
    }

    .offset-lg-14 {
        margin-left: 58.33333%;
    }

    .offset-lg-15 {
        margin-left: 62.5%;
    }

    .offset-lg-16 {
        margin-left: 66.66667%;
    }

    .offset-lg-17 {
        margin-left: 70.83333%;
    }

    .offset-lg-18 {
        margin-left: 75%;
    }

    .offset-lg-19 {
        margin-left: 79.16667%;
    }

    .offset-lg-20 {
        margin-left: 83.33333%;
    }

    .offset-lg-21 {
        margin-left: 87.5%;
    }

    .offset-lg-22 {
        margin-left: 91.66667%;
    }

    .offset-lg-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

    .col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

    .col-xl-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-xl-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

    .col-xl-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
        order: 25;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .order-xl-13 {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-14 {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-xl-15 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-xl-16 {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-xl-17 {
        -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-xl-18 {
        -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-xl-19 {
        -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-xl-20 {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-xl-21 {
        -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-xl-22 {
        -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-xl-23 {
        -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-xl-24 {
        -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
        order: 24;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 4.16667%;
    }

    .offset-xl-2 {
        margin-left: 8.33333%;
    }

    .offset-xl-3 {
        margin-left: 12.5%;
    }

    .offset-xl-4 {
        margin-left: 16.66667%;
    }

    .offset-xl-5 {
        margin-left: 20.83333%;
    }

    .offset-xl-6 {
        margin-left: 25%;
    }

    .offset-xl-7 {
        margin-left: 29.16667%;
    }

    .offset-xl-8 {
        margin-left: 33.33333%;
    }

    .offset-xl-9 {
        margin-left: 37.5%;
    }

    .offset-xl-10 {
        margin-left: 41.66667%;
    }

    .offset-xl-11 {
        margin-left: 45.83333%;
    }

    .offset-xl-12 {
        margin-left: 50%;
    }

    .offset-xl-13 {
        margin-left: 54.16667%;
    }

    .offset-xl-14 {
        margin-left: 58.33333%;
    }

    .offset-xl-15 {
        margin-left: 62.5%;
    }

    .offset-xl-16 {
        margin-left: 66.66667%;
    }

    .offset-xl-17 {
        margin-left: 70.83333%;
    }

    .offset-xl-18 {
        margin-left: 75%;
    }

    .offset-xl-19 {
        margin-left: 79.16667%;
    }

    .offset-xl-20 {
        margin-left: 83.33333%;
    }

    .offset-xl-21 {
        margin-left: 87.5%;
    }

    .offset-xl-22 {
        margin-left: 91.66667%;
    }

    .offset-xl-23 {
        margin-left: 95.83333%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #2f3548;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline label {
        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;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        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: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #1b2134;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #1b2134;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #dfe1ee;
    text-decoration: none;
}

.btn-link:hover {
    color: #ffcc00;
    text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1280px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    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;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1280px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Avenir Next Cyr", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Avenir Next Cyr", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

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

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1280px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

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

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1280px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 768px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 1024px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: "Avenir Next Cyr", sans-serif !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

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

@media (min-width: 1024px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

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

@media (min-width: 1280px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

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

@media (min-width: 1600px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

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

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #1b2134 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

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

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #ffcc00;
    border-radius: 1.6rem;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 4px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 1.8rem;
    bottom: 1.8rem;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: transparent;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px;
}

@media (max-width: 1279px) {
    .scrollbar-outer > .scroll-element.scroll-y {
        right: 1rem;
    }
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 0;
    width: 4px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: transparent;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #ffb800;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #ffb800;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #ffb800;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -30px;
    margin-left: 30px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -14px;
}

.scrollbar-outer
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -14px;
}

.scrollbar-outer
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -14px;
}

.scrollbar-outer
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -14px;
}

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

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

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 5rem;
    padding: 0 35px 0 21px;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: 600;
    color: #dfe1ee;
    letter-spacing: 0;
    border: none;
    border-radius: 7px;
    background-color: #2f3548;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        width: calc(100% - 43px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

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

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

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

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

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

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

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

.select2-results {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single {
    background-color: #2f3548;
    border-radius: 8px;
    height: 5rem;
    outline: none;
}

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

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

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgba(223, 225, 238, 0.3);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    border-bottom: 2px solid #dfe1ee;
    border-right: 2px solid #dfe1ee;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    height: 8px;
    width: 8px;
    right: 20px;
    bottom: auto;
    top: 50%;
    margin: auto;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow:after {
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
}

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

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

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

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

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

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

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

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

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3f4761 !important;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

.select2-container--open .select2-dropdown {
    top: 3px;
    border: 1px solid #2f3548;
    border-radius: 1.6rem;
    overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #3f4761 !important;
    color: #dfe1ee;
}

j
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #333a4e;
    color: #dfe1ee;
}

.select2-results__option {
    color: #dfe1ee;
}

.select2-results__option img {
    margin-right: 8px;
}

.select-img-container {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.select-img-container img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

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

.select-ttl {
    display: block;
    margin-bottom: 6px;
    color: #343434;
    font-size: 1.4rem;
    font-weight: 500;
}

.select-sub {
    font-size: 14px;
    color: #7a8599;
    display: block;
    margin-top: 12px;
}

.select2-results__option {
    padding: 10px 21px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.select2-results__option:nth-child(even) {
    background-color: rgba(223, 225, 238, 0.04);
}

.select2-dropdown--above {
    top: -3px !important;
}

.select-label {
    font-weight: 500;
    font-size: 18px;
    color: #222426;
    display: block;
    margin-bottom: 12px;
}

.select-group--noBorders
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 4px 35px 4px 0;
    border: none;
}

.select-group--noBorders .select2-container {
    height: 38px;
}

.select-group--noBorders
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    height: 38px;
    background: transparent;
}

.select-group--noBorders
    .select2-container--default
    .select2-selection--single {
    height: 38px;
    background: transparent;
}

.select-group--noBorders
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    top: 4px;
}

.select-type2Wrap {
    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;
}

.select-type2Wrap .select-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-type2Wrap .select-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-type2Wrap .select-txt__value {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #2e3033;
    margin-right: 5px;
}

.select-type2Wrap .select-txt__type {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #7a8599;
    text-transform: uppercase;
}

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

.horizontal-select__ttl {
    font-weight: 500;
    font-size: 18px;
    color: #222426;
    margin-right: 16px;
    display: block;
    line-height: 1em;
}

@media (max-width: 1023px) {
    .horizontal-select__ttl {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .horizontal-select__ttl {
        font-size: 14px;
    }
}

.horizontal-select .select-group {
    margin-bottom: 0;
    max-width: 180px;
}

.horizontal-select .select2-container {
    width: auto !important;
}

.select2-dropdown {
    min-width: 78px !important;
}

.form-select-dropdown {
    z-index: 2000;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

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

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

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

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none;
}

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

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

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

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

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

.swiper-container-cube {
    overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

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

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

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

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

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 9px;
}

.irs-max {
    right: 6px;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--round {
    height: 2rem;
}

.irs--round.irs-with-grid {
    height: 3.7rem;
}

.irs--round .irs-line {
    top: 7px;
    height: 4px;
    background-color: #2f3548;
    border-radius: 4px;
}

.irs--round .irs-bar {
    top: 7px;
    height: 4px;
    background-color: #6fcf97;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
    top: -1px;
    width: 2rem;
    height: 2rem;
    background-color: #6fcf97;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #8ad8aa;
}

.irs--round .irs-handle:active {
    background-color: #a8e2c0;
}

.irs--round .irs-min,
.irs--round .irs-max {
    top: 2.7rem;
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    text-shadow: none;
    position: absolute;
    top: 2.7rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;
    color: #6fcf97;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    display: none;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.h-reset-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

html {
    height: 100%;
    font-size: 10px;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    min-width: 320px;
    background-color: #1b2134;
}

@media (max-width: 1279px) {
    body.support-page {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

body.index-page {
    background-color: #05070e;
}

@media (min-width: 1280px) {
    body.header-dropdown-open .main-content,
    body.header-dropdown-open .footer,
    body.header-dropdown-open .footer-acc {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }
}

@media (max-width: 767px) {
    body.side-modal-active {
        overflow: hidden;
    }
}

body.side-modal-active .main-content,
body.side-modal-active .header,
body.side-modal-active .footer,
body.side-modal-active .footer-acc {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    pointer-events: none;
}

body.side-modal-active .acc-sidebar__inner {
    position: relative !important;
    -webkit-transform: none !important;
    transform: none !important;
    top: initial !important;
    left: initial !important;
    width: 100% !important;
}

body.modal-active {
    overflow: hidden;
}

body.modal-active .main-content,
body.modal-active .header,
body.modal-active .footer,
body.modal-active .footer-acc {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    pointer-events: none;
}

body.countdown-inited {
    padding-bottom: 12rem;
}

@media (max-width: 1279px) {
    body.countdown-inited {
        padding-bottom: 10rem;
    }
}

@media (max-width: 767px) {
    body.countdown-inited {
        padding-bottom: 8.3rem;
    }
}

@media (max-width: 599px) {
    body.countdown-inited {
        padding-bottom: 10.6rem;
    }
}

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

.h-mb-0 {
    margin-bottom: 0 !important;
}

.h-mt-45 {
    margin-top: 4.5rem;
}

.h-scrollbar {
    overflow: hidden;
    overflow-y: auto;
}

.h-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.h-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.h-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ffcc00;
}

.h-scrollbar-x {
    overflow: hidden;
    overflow-x: auto;
}

.h-scrollbar-x::-webkit-scrollbar {
    height: 3px;
}

.h-scrollbar-x::-webkit-scrollbar-track {
    background-color: transparent;
}

.h-scrollbar-x::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ffcc00;
}

.h-object-fit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: block;
}

.h-object-fit > img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none;
    max-width: none;
    height: 100%;
}

.no-object-fit .h-object-fit > img,
.no-objectfit .h-object-fit > img {
    display: none;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Thin/AvenirNextCyr-Thin.eot");
    src: url("../fonts/AvenirNextCyr-Thin/AvenirNextCyr-Thin.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Thin/AvenirNextCyr-Thin.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Thin/AvenirNextCyr-Thin.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Thin/AvenirNextCyr-Thin.svg#fontname")
            format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Ultralight/AvenirNextCyr-Ultralight.eot");
    src: url("../fonts/AvenirNextCyr-Ultralight/AvenirNextCyr-Ultralight.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Ultralight/AvenirNextCyr-Ultralight.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Ultralight/AvenirNextCyr-Ultralight.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Ultralight/AvenirNextCyr-Ultralight.svg#fontname")
            format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.eot");
    src: url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Light/AvenirNextCyr-Light.svg#fontname")
            format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.eot");
    src: url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.svg#fontname")
            format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.eot");
    src: url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.svg#fontname")
            format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.eot");
    src: url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.svg#fontname")
            format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.eot");
    src: url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Bold/AvenirNextCyr-Bold.svg#fontname")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.eot");
    src: url("../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-Heavy/AvenirNextCyr-Heavy.svg#fontname")
            format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Cyr";
    src: url("../fonts/AvenirNextCyr-HeavyItalic/AvenirNextCyr-HeavyItalic.eot");
    src: url("../fonts/AvenirNextCyr-HeavyItalic/AvenirNextCyr-HeavyItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNextCyr-HeavyItalic/AvenirNextCyr-HeavyItalic.woff")
            format("woff"),
        url("../fonts/AvenirNextCyr-HeavyItalic/AvenirNextCyr-HeavyItalic.ttf")
            format("truetype"),
        url("../fonts/AvenirNextCyr-HeavyItalic/AvenirNextCyr-HeavyItalic.svg#fontname")
            format("svg");
    font-weight: 800;
    font-style: italic;
}

.l-wrapper {
    position: relative;
    min-height: 100vh;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 14rem;
    padding-bottom: 10rem;
    -webkit-filter: none;
    filter: none;
    position: relative;
}

@media (max-width: 1279px) {
    .main-content {
        padding-top: 11.2rem;
        padding-bottom: 10rem;
    }
}

@media (max-width: 767px) {
    .main-content {
        padding-bottom: 3rem;
    }
}

.header--noty-active + .main-content {
    padding-top: 19rem;
}

@media (max-width: 1279px) {
    .header--noty-active + .main-content {
        padding-top: 15.2rem;
    }
}

@media (max-width: 767px) {
    .header--noty-active + .main-content {
        padding-top: 16rem;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.dekor--blue {
    color: #56ccf2;
}

.dekor--dark-blue {
    color: #5168e0;
}

.dekor--sky {
    color: #8cf3ff;
}

.dekor--yellow {
    color: #ffcc00;
}

.dekor--red {
    color: #eb5757;
}

.dekor--violet {
    color: #9b51e0;
}

.dekor--light-blue {
    color: #dfe1ee;
}

.dekor--green {
    color: #6fcf97;
}

.dekor--light-green {
    color: #6affa8;
}

.dekor--dark-green {
    color: #27ae60;
}

.dekor--yellow {
    color: #ffcc00;
}

.dekor--bold-600 {
    font-weight: 600;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
}

.h1 {
    font-size: 4.8rem;
    line-height: 1.23em;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1599px) {
    .h1 {
        font-size: 4.4rem;
    }
}

@media (max-width: 1279px) {
    .h1 {
        font-size: 4rem;
    }
}

@media (max-width: 1023px) {
    .h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 767px) {
    .h1 {
        font-size: 2rem;
    }
}

.h2 {
    font-size: 3.6rem;
    line-height: 1.23em;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .h2 {
        font-size: 2.4rem;
    }
}

.h3 {
    font-size: 2.4rem;
    line-height: 1.33em;
    color: #dfe1ee;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .h3 {
        font-size: 1.8rem;
    }
}

.h4 {
    font-size: 1.8rem;
    line-height: 1.22em;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .h4 {
        font-size: 1.4rem;
        line-height: 1.21em;
    }
}

p {
    font-size: 1.4rem;
    line-height: 1.85em;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    p {
        font-size: 1.3rem;
    }
}

@media (max-width: 1279px) {
    p {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    p {
        line-height: 1.67em;
    }
}

.section-title {
    text-align: center;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title--left {
    text-align: left;
}

.section-title .icon {
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

@media (max-width: 1023px) {
    .section-title .icon {
        margin-top: 0;
    }
}

.section-title__secondary {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    color: #dfe1ee;
    font-size: 2.4rem;
    line-height: 1.33em;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .section-title__secondary {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .section-title__secondary {
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .section-title .container {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
}

.article-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .article-title {
        margin-bottom: 1rem;
    }
}

.article-title__item {
    margin-right: auto;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.article-title__item .icon {
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .article-title__item--mob {
        display: none;
    }
}

.article-title__link {
    margin-left: auto;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfe1ee;
}

.article-title__link--green:hover {
    color: #6fcf97;
}

.article-title__link--blue:hover {
    color: #2f80ed;
}

@media (min-width: 1024px) {
    .article-title__link:hover .icon-chevron-down {
        -webkit-transform: translateX(3px) rotate(-90deg);
        transform: translateX(3px) rotate(-90deg);
    }
}

.article-title__link .icon-chevron-down {
    -webkit-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg);
    font-size: 1.1rem;
    margin-left: 1.2rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 767px) {
    .article-title__link .icon-chevron-down {
        margin-left: 1.1rem;
    }
}

@media (max-width: 767px) {
    .article-title__link__mob {
        display: none;
    }
}

.list-block-item__title {
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #ffcc00;
}

@media (max-width: 1023px) {
    .list-block-item__title {
        font-size: 1.2rem;
        line-height: 1.85em;
    }
}

.list-block-item__text {
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 1023px) {
    .list-block-item__text {
        font-size: 1.2rem;
        line-height: 1.85em;
    }
}

.centered-section {
    padding: 10rem 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 767px) {
    .centered-section {
        padding: 8rem 0;
    }
}

.account-confirmed-info {
    text-align: center;
    color: #ffffff;
}

.account-confirmed-info .btn {
    min-width: 14.4rem;
    margin-top: 5rem;
}

@media (max-width: 767px) {
    .account-confirmed-info .btn {
        margin-top: 3rem;
    }
}

.ui-section {
    padding: 5rem 0 2rem;
}

.ui-section .h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.ui-section__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
}

.ui-section__box--jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-section__box .btn {
    width: 100%;
}

.ui-section__box .icon {
    color: #fff;
    font-size: 3rem;
    margin: 0 auto;
}

.tooltip-item {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(255, 204, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
    color: #dfe1ee;
    margin-right: auto;
    position: relative;
}

@media (max-width: 1279px) {
    .tooltip-item {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .tooltip-item {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1rem;
    }
}

.tooltip-item:hover .tooltip-item__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tooltip-item__inner {
    position: absolute;
    bottom: calc(100% + 3.3rem);
    left: 50%;
    -webkit-transform: translate(-50%, -2rem);
    transform: translate(-50%, -2rem);
    background-color: #252e47;
    border-radius: 2.4rem;
    color: #dfe1ee;
    font-size: 1.2rem;
    line-height: 1.67em;
    width: 25.2rem;
    padding: 1.6rem 2.4rem 1.8rem 2.4rem;
    text-align: left;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

@media (max-width: 1279px) {
    .tooltip-item__inner {
        bottom: calc(100% + 2.5rem);
        width: 24rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 1023px) {
    .tooltip-item__inner {
        padding: 1.3rem 1.9rem 1.5rem 1.9rem;
        bottom: calc(100% + 2rem);
        width: 22.9rem;
    }
}

@media (max-width: 767px) {
    .tooltip-item__inner {
        font-size: 1rem;
        width: 18rem;
    }
}

@media (max-width: 359px) {
    .tooltip-item__inner {
        width: 17rem;
    }
}

.tooltip-item__inner:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5rem 1.5rem 0 1.5rem;
    border-color: #252e47 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.count-box {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    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: #1b2134;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    background-color: #ffcc00;
}

.btn-copy {
    position: relative;
    overflow: hidden;
}

.btn-copy.is-copied {
    pointer-events: none;
}

.btn-copy.is-copied .btn-copy__inner {
    opacity: 1;
    visibility: visible;
}

.btn-copy__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: inherit;
    background-color: inherit;
    border-radius: inherit;
    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: #ffcc00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;

    font-weight: 600;
    font-size: 1.4rem;
}

.btn-copy__inner .icon-chk {
    font-size: 1.4rem !important;
    margin-right: 1.3rem;
}

.btn--yellow .btn-copy__inner,
.btn--red .btn-copy__inner {
    color: #1b2134;
}

.js-support-form-submit .icon-send {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

@media (max-width: 767px) {
    .js-support-form-submit.is-pressed .icon-send {
        -webkit-animation: pulseColor 0.6s ease;
        animation: pulseColor 0.6s ease;
    }
}

@-webkit-keyframes pulseColor {
    from,
    to {
        color: #dfe1ee;
    }

    50% {
        color: #ffcc00;
    }
}

@keyframes pulseColor {
    from,
    to {
        color: #dfe1ee;
    }

    50% {
        color: #ffcc00;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.online-status {
    position: absolute;
    top: -1.3rem;
    color: #fff;
    border-radius: 5px;
    height: 1.4rem;
    padding: 0 4px;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .online-status {
        top: -1rem;
        font-size: 9px;
        height: 1.2rem;
    }
}

.online-status--gray {
    right: 0;
    background-color: #787b83;
}

.online-status--green {
    right: 4rem;
    background-color: #00b67a;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-logo {
    width: 8.8115234375em;
}

.icon-eng {
    width: 0.884765625em;
}

.icon-deu {
    width: 0.884765625em;
}

.icon-rus {
    width: 0.884765625em;
}

.icon-chevron {
    width: 1.6923828125em;
}

.icon-search {
    width: 1.044921875em;
}

.icon-on {
    width: 4.712890625em;
}

.icon-trustpilot {
    width: 4.0712890625em;
}

.icon-pdf {
    width: 0.810546875em;
}

.icon-on-sm {
    width: 3.2080078125em;
}

.icon-support {
    width: 1.0927734375em;
}

.icon-delivery {
    width: 1.076171875em;
}

.icon-quality {
    width: 0.69140625em;
}

.icon-direct {
    width: 1.095703125em;
}

.icon-order-step-fourth {
    width: 0.87109375em;
}

.icon-order-step-third {
    width: 0.8798828125em;
}

.icon-order-step-second {
    width: 0.8720703125em;
}

.icon-order-step-first {
    width: 0.880859375em;
}

.icon-star {
    width: 1.0400390625em;
}

.icon-star-filled {
    width: 1.0439453125em;
}

.icon-star-new {
    width: 1.0830078125em;
}

.icon-slider-arrow {
    width: 0.5263671875em;
}

.icon-close-sm {
    width: 1.05859375em;
}

.icon-checkmark {
    width: 1.466796875em;
}

.icon-size {
    width: 1.53125em;
}

.icon-wholesale-activate {
    width: 0.732421875em;
}

.icon-bitcoin {
    width: 1.0126953125em;
}

.icon-credit-card {
    width: 1.357421875em;
}

.icon-bank-wire {
    width: 0.9091796875em;
}

.icon-domestic-shipping {
    width: 1.142578125em;
}

.icon-order-over {
    width: 1.2265625em;
}

.icon-order-till {
    width: 0.9375em;
}

.icon-delivery-time {
    width: 1.337890625em;
}

.icon-shipping-from {
    width: 0.9658203125em;
}

.icon-tracking-number {
    width: 1.2490234375em;
}

.icon-reship-policy {
    width: 1.220703125em;
}

.icon-discret-packaging {
    width: 1.029296875em;
}

.icon-collect {
    width: 0.783203125em;
}

.icon-utensils {
    width: 0.923828125em;
}

.icon-remove-sm {
    width: 1.0478515625em;
}

.icon-checkmark-thin {
    width: 1.63671875em;
}

.icon-chevron-thin {
    width: 1.857421875em;
}

.icon-send {
    width: 1.2001953125em;
}

.icon-clipboard {
    width: 0.900390625em;
}

.icon-credits-lab {
    width: 0.7802734375em;
}

.icon-credits-photo {
    width: 0.9501953125em;
}

.icon-credits-review {
    width: 0.849609375em;
}

.icon-credits-trust {
    width: 1.021484375em;
}

.icon-date-lifetime {
    width: 0.91015625em;
}

.icon-date-month {
    width: 0.91015625em;
}

.icon-date-year {
    width: 0.91015625em;
}

.icon-download-pdf {
    width: 0.7998046875em;
}

.icon-lock {
    width: 0.7998046875em;
}

.icon-soc-viber {
    width: 0.91015625em;
}

.icon-terms {
    width: 0.7998046875em;
}

.icon-logo {
    width: 8em;
}

.icon-account-logo {
    width: 0.7890625em;
}

.icon-man-strong {
    width: 0.958984375em;
}

.icon-use-withdraw {
    width: 1.09765625em;
}

.icon-give-get {
    width: 0.9833984375em;
}

.icon-footer-contact {
    width: 0.8173828125em;
}

.icon-mg {
    width: 4.9404296875em;
}

.icon-payment-cr {
    width: 9.1630859375em;
}

.icon-wu {
    width: 10.6064453125em;
}

.icon-btc {
    width: 4.7900390625em;
}

.icon-payment-bw {
    width: 8.361328125em;
}

.icon-bin {
    width: 0.900390625em;
}

.icon-list-thin {
    width: 1.6669921875em;
}

.icon-star-simple {
    width: 1.0458984375em;
}

.icon-upload-doc {
    width: 0.7998046875em;
}

.icon-strong-man {
    width: 0.58203125em;
}

.icon-calculator {
    width: 0.7998046875em;
}

.icon-heart {
    width: 1.1298828125em;
}

.icon-icon-payments-strong {
    width: 0.78125em;
}

.icon-product-empty {
    width: 0.8154296875em;
}

.icon-fire {
    width: 0.8125em;
}

.icon-crypto {
    width: 5.47265625em;
}

.icon-hot {
    width: 0.8154296875em;
}

.icon-lightning {
    width: 0.7958984375em;
}

.icon-wase,
.icon-wase-colored {
    width: 4.4091796875em;
}

.custom-select {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 25;
}

.custom-select.is-active .custom-select-list-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.custom-select.is-active .custom-select-trigger__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.custom-select-trigger {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 10px 35px 10px 13px;
    min-width: 17rem;
    text-align: left;
    min-height: 3.2rem;
}

@media (max-width: 1279px) {
    .custom-select-trigger {
        min-width: 10rem;
    }
}

.custom-select-trigger__text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1b2134;
    line-height: 1.3;
}

@media (max-width: 1279px) {
    .custom-select-trigger__text {
        font-size: 1.2rem;
    }
}

.custom-select-trigger__icon {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select-trigger__icon .icon-chevron {
    font-size: 8px;
    color: #1b2134;
}

.custom-select-list {
    background: #ffffff;
    width: 100%;
    max-height: 15.1rem !important;
}

@media (max-width: 1279px) {
    .custom-select-list {
        max-height: 10.5rem !important;
    }
}

.custom-select-list-wrap {
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
}

.custom-select-list li {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #1b2134;
    font-weight: 400;
    color: #1b2134;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 10px 12px;
    cursor: pointer;
}

@media (max-width: 1279px) {
    .custom-select-list li {
        font-size: 1.2rem;
    }
}

@media (min-width: 1024px) {
    .custom-select-list li:hover {
        background-color: #f5f5f5;
    }
}

.custom-select-list li:first-child {
    border-radius: 8px 8px 0 0;
}

.custom-select-list li:last-child {
    border-radius: 0 0 8px 8px;
}

.custom-select-list li.selected {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #1b2134;
}

button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease,
        opacity 0.3s ease, visibility 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease,
        visibility 0.3s ease;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;

    cursor: pointer;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[disabled] {
    background-color: #555869;
    cursor: default;
    color: #1b2134;
}

.btn .icon {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .btn__mob-text {
        display: none;
    }
}

.btn--transparent {
    background-color: transparent;
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 767px) {
    .btn--transparent {
        color: #ffcc00 !important;
    }
}

@media (min-width: 768px) {
    .btn--transparent:not([disabled]):hover {
        color: #ffd633;
    }
}

@media (min-width: 768px) {
    .btn--transparent:not([disabled]):active {
        color: #ffe066;
    }
}

.btn--yellow {
    background-color: #ffcc00;
    color: #1b2134;
}

@media (max-width: 767px) {
    .btn--yellow {
        color: #1b2134 !important;
    }
}

@media (min-width: 768px) {
    .btn--yellow:not([disabled]):hover {
        background-color: #ffd633;
    }
}

@media (min-width: 768px) {
    .btn--yellow:not([disabled]):active {
        background-color: #ffe066;
    }
}

.btn--yellow[disabled] {
    background-color: #21273b;
    color: rgba(223, 225, 238, 0.3) !important;
}

.btn--dark {
    background-color: #1b2134;
    border-radius: 1.6rem;
    color: #dfe1ee !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .btn--dark:not([disabled]):hover {
        background-color: #20273e;
    }
}

@media (min-width: 768px) {
    .btn--dark:not([disabled]):active {
        background-color: #242c45;
    }
}

.btn--black {
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: #1b2134;
    font-weight: 600;
    color: #dfe1ee !important;
}

@media (min-width: 768px) {
    .btn--black:not([disabled]):hover {
        background-color: #20273e;
    }
}

@media (min-width: 768px) {
    .btn--black:not([disabled]):active {
        background-color: #242c45;
    }
}

.btn--green {
    background-color: #21273b;
    border: 1px solid #6fcf97;
    border-radius: 1.6rem;
    font-weight: 600;
    color: #6fcf97 !important;
    padding: 0 1rem;
    min-width: 13rem;
}

@media (min-width: 768px) {
    .btn--green:not([disabled]):hover {
        background-color: #283048;
    }
}

@media (min-width: 768px) {
    .btn--green:not([disabled]):active {
        background-color: #2c344f;
    }
}

.btn--green-filled {
    background-color: #6fcf97;
    border: 1px solid #6fcf97;
    border-radius: 1.6rem;
    font-weight: 600;
    color: #1b2134 !important;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .btn--green-filled:not([disabled]):hover {
        background-color: #58c786;
    }
}

@media (min-width: 768px) {
    .btn--green-filled:not([disabled]):active {
        background-color: #49c27b;
    }
}

.btn--green-filled .icon-chk {
    font-size: 1.4rem;
}

.btn--clay {
    background-color: #21273b;
    color: rgba(223, 225, 238, 0.5) !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .btn--clay:not([disabled]):hover {
        background-color: #262d45;
    }
}

@media (min-width: 768px) {
    .btn--clay:not([disabled]):active {
        background-color: #2a324b;
    }
}

.btn--yellow-bordered {
    background-color: #ffcc00;
    border-radius: 1.6rem;
    color: #1b2134 !important;
    font-weight: 600;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1279px) {
    .btn--yellow-bordered {
        border: 1px solid #000000;
    }
}

@media (min-width: 768px) {
    .btn--yellow-bordered:not([disabled]):hover {
        background-color: #ffd21f;
    }
}

@media (min-width: 768px) {
    .btn--yellow-bordered:not([disabled]):active {
        background-color: #ffda47;
    }
}

.btn--red-bordered {
    background-color: transparent;
    color: #eb5757 !important;
    font-weight: 600;
    padding: 0 1.3rem !important;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

@media (min-width: 768px) {
    .btn--red-bordered:not([disabled]):hover {
        background-color: rgba(223, 225, 238, 0.05);
    }
}

@media (min-width: 768px) {
    .btn--red-bordered:not([disabled]):active {
        background-color: rgba(223, 225, 238, 0.1);
    }
}

.btn--red-dark {
    background-color: #1b2134;
    color: #eb5757 !important;
    font-weight: 600;
    padding: 0 1.3rem !important;
    border: 1px solid #eb5757;
}

@media (min-width: 768px) {
    .btn--red-dark:not([disabled]):hover {
        background-color: rgba(223, 225, 238, 0.05);
    }
}

@media (min-width: 768px) {
    .btn--red-dark:not([disabled]):active {
        background-color: rgba(223, 225, 238, 0.1);
    }
}

.btn--white {
    background-color: #21273b;
    color: #dfe1ee !important;
    font-weight: 600;
    padding: 0 1.3rem !important;
    border: 1px solid #dfe1ee;
}

@media (min-width: 768px) {
    .btn--white:not([disabled]):hover {
        background-color: #1c2131;
    }
}

@media (min-width: 768px) {
    .btn--white:not([disabled]):active {
        background-color: #161a27;
    }
}

.btn--silver-bordered {
    color: rgba(223, 225, 238, 0.3) !important;
    background-color: transparent;
    color: #ffcc00;
    font-weight: 600;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

@media (min-width: 768px) {
    .btn--silver-bordered:not([disabled]):hover {
        background-color: rgba(223, 225, 238, 0.05);
    }
}

@media (min-width: 768px) {
    .btn--silver-bordered:not([disabled]):active {
        background-color: rgba(223, 225, 238, 0.1);
    }
}

.btn--blue-bordered {
    color: #2f80ed !important;
    background-color: transparent;
    color: #ffcc00;
    font-weight: 600;
    border: 1px solid #2f80ed;
}

@media (min-width: 768px) {
    .btn--blue-bordered:not([disabled]):hover {
        background-color: rgba(47, 128, 237, 0.05);
    }
}

@media (min-width: 768px) {
    .btn--blue-bordered:not([disabled]):active {
        background-color: rgba(47, 128, 237, 0.1);
    }
}

.btn--blue-filled {
    background-color: #2f80ed;
    border: 1px solid #2f80ed;
    border-radius: 1.6rem;
    font-weight: 600;
    color: #dfe1ee !important;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .btn--blue-filled:not([disabled]):hover {
        background-color: #146fe9;
    }
}

@media (min-width: 768px) {
    .btn--blue-filled:not([disabled]):active {
        background-color: #1366d6;
    }
}

.btn--blue-filled .icon-chk {
    font-size: 1.4rem;
}

.btn--bordered {
    background-color: #1b2134;
    color: #ffcc00;
    font-weight: 600;
    border: 1px solid #ffcc00;
}

@media (max-width: 767px) {
    .btn--bordered {
        color: #ffcc00 !important;
    }
}

@media (min-width: 768px) {
    .btn--bordered:not([disabled]):hover {
        background-color: #ffcc00;
        color: #1b2134;
    }
}

@media (min-width: 768px) {
    .btn--bordered:not([disabled]):active {
        color: #1b2134;
        background-color: #ffd633;
    }
}

.btn--bordered[disabled] {
    color: rgba(223, 225, 238, 0.3) !important;
    background-color: transparent;
    color: #ffcc00 !important;
    font-weight: 600;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

.btn--silver {
    background-color: rgba(47, 53, 72, 0.05);
    border-radius: 1.6rem;
    color: #1b2134 !important;
    font-weight: 600;
    font-size: 1.8rem;
}

@media (max-width: 1279px) {
    .btn--silver {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .btn--silver:not([disabled]):hover {
        background-color: rgba(47, 53, 72, 0.1);
    }
}

@media (min-width: 768px) {
    .btn--silver:not([disabled]):active {
        background-color: rgba(47, 53, 72, 0.15);
    }
}

.btn--salat {
    background-color: #6fcf97;
    border-radius: 1.6rem;
    color: #1b2134 !important;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0 1rem !important;
}

@media (min-width: 768px) {
    .btn--salat:not([disabled]):hover {
        background-color: #49c27b;
    }
}

@media (min-width: 768px) {
    .btn--salat:not([disabled]):active {
        background-color: #3cb56f;
    }
}

.btn--red {
    background-color: #eb5757;
    border-radius: 1.6rem;
    color: #1b2134 !important;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0 1rem !important;
}

@media (min-width: 768px) {
    .btn--red:not([disabled]):hover {
        background-color: #e94949;
    }
}

@media (min-width: 768px) {
    .btn--red:not([disabled]):active {
        background-color: #e73737;
    }
}

.btn--fluid {
    width: 100%;
}

.btn--md {
    padding: 0 2rem;
    height: 5rem;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .btn--md {
        padding: 0 1.7rem;
    }
}

.btn--lg {
    padding: 0 2rem;
    height: 6.4rem;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .btn--lg {
        height: 5.6rem;
        padding: 0 1.7rem;
    }
}

.btn--xl {
    height: 8.8rem;
    padding: 0 3rem;
    font-size: 1.8rem;
    min-width: 22.4rem;
    font-weight: 600;
}

@media (max-width: 1599px) {
    .btn--xl {
        height: 7.6rem;
    }
}

@media (max-width: 1279px) {
    .btn--xl {
        min-width: 17.6rem;
        height: 6.4rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 1023px) {
    .btn--xl {
        border-radius: 1.6rem;
    }
}

@media (max-width: 767px) {
    .btn--xl {
        height: 4.8rem;
        padding: 0 2rem;
        min-width: 15.2rem;
    }
}

.collapse-block {
    background: rgba(47, 53, 72, 0.3);
    border-radius: 8px;
    margin-bottom: 2.1rem;
    padding: 1.8rem 3.1rem 2rem 3.1rem;
}

@media (max-width: 1023px) {
    .collapse-block {
        padding: 2.2rem 3.5rem 2.5rem 3.1rem;
    }
}

@media (max-width: 767px) {
    .collapse-block {
        padding: 7px 1.4rem 8px 2.4rem;
    }
}

.collapse-block.is-shown {
    padding-bottom: 3rem !important;
}

@media (max-width: 1023px) {
    .collapse-block.is-shown {
        padding-bottom: 3.5rem !important;
    }
}

@media (max-width: 767px) {
    .collapse-block.is-shown {
        padding-bottom: 1.8rem !important;
    }
}

.collapse-block.is-shown .collapse-trigger {
    color: #ffcc00;
}

.collapse-block.is-shown .collapse-trigger__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.collapse-block-wrap {
    margin-bottom: 4rem;
}

.collapse-block p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .collapse-block p {
        font-size: 1.2rem;
        line-height: 1.83em;
    }
}

.collapse-block .collapse-trigger {
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 1rem 2.9rem 1rem 0;
}

@media (max-width: 1023px) {
    .collapse-block .collapse-trigger {
        font-size: 1.2rem;
        line-height: 1.83em;
    }
}

.collapse-block .collapse-trigger__icon {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collapse-block .collapse-trigger .icon-chevron {
    color: #dfe1ee;
    font-size: 7px;
}

.collapse-block__list {
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
    list-style: decimal;
    list-style-position: inside;
}

@media (max-width: 1023px) {
    .collapse-block__list {
        font-size: 1.2rem;
        line-height: 1.83em;
    }
}

.form-control {
    font-weight: 600;
    outline: none;
    width: 100%;
    border-radius: 1.6rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.form-control:-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.form-control::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

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

.form-control:focus:-moz-placeholder {
    opacity: 0;
}

.form-control:focus::-moz-placeholder {
    opacity: 0;
}

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

.form-control.error {
    background-color: #362c3e !important;
}

.input-wrap--exchange .form-control {
    padding: 0 16.4rem 0 2rem;
}

.form-control[readonly] {
    background-color: #2f3548;
    cursor: default;
    pointer-events: none;
}

.form-control[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    display: block;
    background-image: url("/assets/images/useful/svg/icon-calendar.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
    cursor: pointer;
}

.form-control__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 0;
}

.form-control__checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
    opacity: 0;
    visibility: hidden;
}

.form-control__checkbox
    input.debug_control.error
    + .form-control__checkbox__icon {
    border-color: #eb5757;
}

.form-control__checkbox input:checked + .form-control__checkbox__icon {
    border-color: rgba(223, 225, 238, 0.3) !important;
}

.form-control__checkbox
    input:checked
    + .form-control__checkbox__icon
    .icon-chk {
    opacity: 1;
    visibility: visible;
}

.form-control__checkbox__icon {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 4px;
    background-color: #1b2134;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    position: relative;
}

@media (max-width: 1599px) {
    .form-control__checkbox__icon {
        width: 2.8rem;
        height: 2.8rem;
    }
}

.form-control__checkbox__icon .icon-chk {
    color: #ffcc00;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.form-control__checkbox__name {
    font-size: 1.6rem;
    line-height: 1.65em;
    color: #dfe1ee;

    margin-left: 1.3rem;
}

.form-control__checkbox__name a {
    color: #2f80ed;
}

@media (min-width: 768px) {
    .form-control__checkbox__name a:hover {
        color: #ffcc00;
    }
}

.form-control-exchange {
    background-color: #2f3548;
    position: absolute;
    height: 100%;
    min-width: 11rem;
    width: auto;
    right: 0;
    top: 0;
    font-weight: 700;
    color: #ffcc00;
    font-size: 1.4rem;
    line-height: 2em;
    border-left: 1px solid rgba(223, 225, 238, 0.3);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 0 1.6rem 1.6rem 0;
}

.form-control-exchange__val {
    margin-right: 3px;
}

.form-control--dark {
    background-color: #1b2134;
    color: #f8f9fa;
    border-bottom: 2px solid #21273b;
    border-radius: 0;
    font-weight: 400;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1em;
    height: 6rem;
}

@media (max-width: 767px) {
    .form-control--dark {
        font-size: 1.4rem;
        height: 4.1rem;
    }
}

.form-control--dark:focus {
    color: #f8f9fa;
    border-color: #21273b;
    background-color: rgba(27, 33, 52, 0.2);
}

.form-control--dark:focus + .form-control__placeholder,
.form-control--dark.is-filled + .form-control__placeholder {
    -webkit-transform: translateY(-40px) scale(0.75);
    transform: translateY(-40px) scale(0.75);
}

@media (max-width: 767px) {
    .form-control--dark:focus + .form-control__placeholder,
    .form-control--dark.is-filled + .form-control__placeholder {
        -webkit-transform: translateY(-29px) scale(0.75);
        transform: translateY(-29px) scale(0.75);
    }
}

.form-control--silver {
    background-color: #2f3548;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 5rem;
    padding: 0 2rem;
    color: #f8f9fa;
}

.form-control--silver::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 5rem;
    color: rgba(223, 225, 238, 0.3);
}

.form-control--silver:-moz-placeholder {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 5rem;
    color: rgba(223, 225, 238, 0.3);
}

.form-control--silver::-moz-placeholder {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 5rem;
    color: rgba(223, 225, 238, 0.3);
}

.form-control--silver:-ms-input-placeholder {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 5rem;
    color: rgba(223, 225, 238, 0.3);
}

.form-control--silver:focus {
    background-color: #2f3548;
    color: #f8f9fa;
}

.form-control--green {
    border: 1px solid #6fcf97;
}

.form-control--green:focus {
    background-color: #2f3548;
    color: #f8f9fa;
    border: 1px solid #95dcb3;
}

.form-control--simple {
    height: 6.4rem;
    padding: 0 10.7rem 0 2.8rem;
    background-color: rgba(47, 53, 72, 0.05);
    font-size: 1.6rem;
    color: #21273b;
}

.form-control--simple::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: rgba(33, 39, 59, 0.4);
    opacity: 1;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .form-control--simple::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
}

.form-control--simple:-moz-placeholder {
    font-size: 1.6rem;
    color: rgba(33, 39, 59, 0.4);
    opacity: 1;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .form-control--simple:-moz-placeholder {
        font-size: 1.4rem;
    }
}

.form-control--simple::-moz-placeholder {
    font-size: 1.6rem;
    color: rgba(33, 39, 59, 0.4);
    opacity: 1;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .form-control--simple::-moz-placeholder {
        font-size: 1.4rem;
    }
}

.form-control--simple:-ms-input-placeholder {
    font-size: 1.6rem;
    color: rgba(33, 39, 59, 0.4);
    opacity: 1;
    font-weight: 400;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .form-control--simple:-ms-input-placeholder {
        font-size: 1.4rem;
    }
}

.form-control--simple:focus {
    background-color: rgba(47, 53, 72, 0.08);
}

.form-control--simple:focus + .form-control-placeholder,
.form-control--simple.is-filled + .form-control-placeholder {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
}

.sign-in-modal .form-control--simple,
.sign-up-modal .form-control--simple {
    height: 5.7rem;
    font-size: 1.4rem;
}

.sign-in-modal .form-control--simple::-webkit-input-placeholder,
.sign-up-modal .form-control--simple::-webkit-input-placeholder {
    font-size: 1.4rem;
}

.sign-in-modal .form-control--simple:-moz-placeholder,
.sign-up-modal .form-control--simple:-moz-placeholder {
    font-size: 1.4rem;
}

.sign-in-modal .form-control--simple::-moz-placeholder,
.sign-up-modal .form-control--simple::-moz-placeholder {
    font-size: 1.4rem;
}

.sign-in-modal .form-control--simple:-ms-input-placeholder,
.sign-up-modal .form-control--simple:-ms-input-placeholder {
    font-size: 1.4rem;
}

.form-control__placeholder {
    position: absolute;
    left: 0;
    top: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(223, 225, 238, 0.25);
    font-size: 1.6rem;
    -webkit-transition: font-size 0.15s linear, -webkit-transform 0.15s linear;
    transition: font-size 0.15s linear, -webkit-transform 0.15s linear;
    transition: transform 0.15s linear, font-size 0.15s linear;
    transition: transform 0.15s linear, font-size 0.15s linear,
        -webkit-transform 0.15s linear;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: text;
}

@media (max-width: 767px) {
    .form-control__placeholder {
        font-size: 1.4rem;
    }
}

.form-control-descr {
    font-size: 1.2rem;
    line-height: 1.65em;
    color: #dfe1ee;
    display: block;
    margin-top: 1rem;
}

.form-control-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

@media (max-width: 1279px) {
    .form-control-wrap {
        margin-bottom: 1.6rem;
    }
}

.form-control-submit {
    width: 100%;
}

@media (max-width: 1023px) {
    .form-control-submit {
        height: 6.4rem;
        border-right: 1.6rem;
    }
}

.form-control-placeholder {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    color: rgba(33, 39, 59, 0.4);
    position: absolute;
    right: 2.8rem;
    top: 50%;
    -webkit-transform: translate(200px, -50%);
    transform: translate(200px, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.form-control-error-text {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #eb5757;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
}

@media (max-width: 1599px) {
    .form-control-error-text {
        font-size: 1.2rem;
    }
}

.form-control-error-text.is-active {
    display: block;
}

.input-wrap {
    position: relative;
}

.input-wrap__error {
    display: none !important;
}

.is-error .input-wrap__error {
    display: block !important;
}

.input-wrap__hint {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.42em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .input-wrap__hint {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 1rem;
    }
}

textarea.form-control--dark {
    resize: none;
    line-height: 1.875em;
    overflow: hidden;
}

textarea.form-control--dark::-webkit-input-placeholder {
    color: red;
    font-size: 20px;
}

textarea.form-control--dark:-moz-placeholder {
    color: red;
    font-size: 20px;
}

textarea.form-control--dark::-moz-placeholder {
    color: red;
    font-size: 20px;
}

textarea.form-control--dark:-ms-input-placeholder {
    color: red;
    font-size: 20px;
}

textarea.form-control--dark:focus + .form-control__placeholder,
textarea.form-control--dark.is-filled + .form-control__placeholder {
    -webkit-transform: translateY(-46px) scale(0.75);
    transform: translateY(-46px) scale(0.75);
}

@media (max-width: 767px) {
    textarea.form-control--dark:focus + .form-control__placeholder,
    textarea.form-control--dark.is-filled + .form-control__placeholder {
        -webkit-transform: translateY(-40px) scale(0.75);
        transform: translateY(-40px) scale(0.75);
    }
}

@media (max-width: 1279px) {
    .index-page .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer {
    padding-bottom: 2rem;
}

@media (max-width: 1279px) {
    .footer {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer .container {
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .footer .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .footer .container {
        max-width: 1427px;
    }
}

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

@media (max-width: 1023px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__side {
    width: calc(100% / 3);
}

@media (max-width: 1023px) {
    .footer__side {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
}

.footer__side:nth-child(2),
.footer__side:nth-child(3) {
    width: 30rem;
}

@media (max-width: 1279px) {
    .footer__side:nth-child(2),
    .footer__side:nth-child(3) {
        width: 28rem;
    }
}

@media (max-width: 1023px) {
    .footer__side:nth-child(2),
    .footer__side:nth-child(3) {
        text-align: center;
    }
}

.footer__side__title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25em;

    color: rgba(223, 225, 238, 0.3);
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.footer__logo {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__logo .icon-logo {
    font-size: 2rem;
}

.footer__list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .footer__list {
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

@media (max-width: 767px) {
    .footer__list {
        -webkit-column-count: initial;
        column-count: initial;
    }
}

.footer__list li {
    margin-bottom: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
}

@media (max-width: 767px) {
    .footer__list li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list--inline {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-count: initial;
    column-count: initial;
    -webkit-column-gap: initial;
    column-gap: initial;
}

@media (max-width: 767px) {
    .footer__list--inline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list--inline li {
    margin-right: 3rem;
    margin-bottom: 0;
    vertical-align: initial;
    width: auto;
}

@media (max-width: 767px) {
    .footer__list--inline li {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

.footer__list a {
    font-size: 1.6rem;
    line-height: 1.875em;

    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .footer__list a:hover {
        color: #ffcc00;
    }
}

.footer__info {
    margin-bottom: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 1023px) {
    .footer__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__info__country {
    margin-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__info__country .icon {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.footer-acc {
    padding: 2rem 0 8rem 0;
}

@media (max-width: 1279px) {
    .footer-acc {
        display: none;
    }
}

@media (max-width: 1023px) {
    .footer-acc {
        padding: 2rem 0 6rem 0;
    }
}

.footer-acc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1279px) {
    .footer-acc-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

@media (max-width: 1279px) {
    .footer-acc__partners {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .footer-acc__partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-acc__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer-acc__side {
        max-width: 50rem;
        width: 100%;
        margin: 0 auto;
    }
}

.footer-acc__side:not(:last-child) {
    margin-right: 4rem;
}

@media (max-width: 767px) {
    .footer-acc__side:not(:last-child) {
        margin-right: auto;
        margin-bottom: 4rem;
    }
}

.footer-acc__side.side--on {
    width: 43rem;
    margin-right: 3.3rem;
}

@media (max-width: 1599px) {
    .footer-acc__side.side--on {
        width: 34rem;
    }
}

@media (max-width: 1279px) {
    .footer-acc__side.side--on {
        width: auto;
        margin-right: 4rem;
    }
}

@media (max-width: 767px) {
    .footer-acc__side.side--on {
        width: 100%;
        margin-right: auto;
    }
}

.footer-acc__side.side--on .partner-block__logo {
    margin-left: -1rem;
}

.footer-acc__side.side--trustpilot {
    width: 19rem;
    margin-right: 4.2rem;
}

@media (max-width: 1279px) {
    .footer-acc__side.side--trustpilot {
        width: auto;
        margin-right: 4rem;
    }
}

@media (max-width: 767px) {
    .footer-acc__side.side--trustpilot {
        width: 100%;
        margin-right: auto;
    }
}

.footer-acc__side.side--sportsman {
    width: 15rem;
    margin-right: 0;
}

@media (max-width: 1279px) {
    .footer-acc__side.side--sportsman {
        width: auto;
    }
}

@media (max-width: 767px) {
    .footer-acc__side.side--sportsman {
        width: 100%;
        margin-right: auto;
    }
}

.footer-acc__side.side--list {
    display: block;
    margin-right: 16.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .footer-acc__side.side--list {
        margin-right: 12rem;
    }
}

@media (max-width: 1023px) {
    .footer-acc__side.side--list {
        margin-right: 7rem;
    }
}

@media (max-width: 1279px) {
    .footer-acc__side.side--list {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .footer-acc__side.side--list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5rem;
    }
}

.footer-acc__side .nav-list--lg {
    margin-bottom: 1.1rem;
}

@media (max-width: 1279px) {
    .footer-acc__side .nav-list--lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer-acc__side .nav-list--lg {
        width: 100%;
        margin-bottom: 1.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer-acc__side .nav-list--lg li {
        margin-bottom: 1rem;
    }
}

.footer-acc__side .nav-list--lg li + li {
    margin-left: 2.4rem;
}

.footer-acc__side .nav-list--sm {
    margin-bottom: 5px;
}

@media (max-width: 1279px) {
    .footer-acc__side .nav-list--sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .footer-acc__side .nav-list--sm {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer-acc__side .nav-list--sm li {
        margin-bottom: 1rem;
    }
}

.footer-acc__side .nav-list--sm li + li {
    margin-left: 1.5rem;
}

.footer-acc__side .nav-list--sm li a {
    font-size: 1.2rem;
    color: #dfe1ee;
}

@media (min-width: 768px) {
    .footer-acc__side .nav-list--sm li a:hover {
        color: #ffcc00;
    }
}

.footer-acc .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1279px) {
    .footer-acc .nav-list {
        display: none;
    }
}

.footer-acc .nav-list li.is-active > a {
    color: #ffcc00;
}

.footer-acc .nav-list--lg li a {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
}

@media (max-width: 1599px) {
    .footer-acc .nav-list--lg li a {
        font-size: 1.6rem;
    }
}

.footer-acc .nav-list--sm li a {
    font-size: 1.6rem;
    line-height: 1.25;
}

@media (max-width: 1599px) {
    .footer-acc .nav-list--sm li a {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .footer-acc .partner-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-acc .partner-block__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.1rem;
    margin-bottom: 2.6rem;
}

.footer-acc .partner-block__logo .icon-on {
    font-size: 2.9rem;
    color: #ffcc00;
}

.footer-acc .partner-block__logo .icon-trustpilot {
    font-size: 3.1rem;
    color: #ffcc00;
}

.footer-acc .partner-block__logo .icon-logo {
    font-size: 1.7rem;
    color: #ffcc00;
}

.footer-acc .partner-block__descr {
    width: 100%;
}

.footer-acc .partner-block__descr p {
    font-size: 1.2rem;
    line-height: 2;
    color: #dfe1ee;
    margin-bottom: 0;
}

.footer-acc .partner-block__descr p a {
    color: #ffcc00;
}

@media (min-width: 768px) {
    .footer-acc .partner-block__descr p a:hover {
        text-decoration: underline;
    }
}

.partners-brands-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6.8rem;
    column-gap: 6.8rem;
}

@media (max-width: 1599px) {
    .partners-brands-list {
        -webkit-column-gap: 5rem;
        column-gap: 5rem;
    }
}

@media (max-width: 1279px) {
    .partners-brands-list {
        -webkit-column-gap: 4rem;
        column-gap: 4rem;
    }
}

@media (max-width: 1023px) {
    .partners-brands-list {
        -webkit-column-count: unset;
        column-count: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.partners-brands-list__item {
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .partners-brands-list__item {
        margin-right: 2rem;
    }
}

.partners-brands-list__item .icon {
    font-size: 3rem;
    color: #ffcc00;
}

@media (max-width: 1599px) {
    .partners-brands-list__item .icon {
        font-size: 2.6rem;
    }
}

@media (max-width: 1279px) {
    .partners-brands-list__item .icon {
        font-size: 2.2rem;
    }
}

@media (max-width: 1023px) {
    .payment-methods-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -1rem;
    }
}

.payment-methods-list__item {
    width: 100%;
}

@media (max-width: 1023px) {
    .payment-methods-list__item {
        width: auto;
        margin: 0 3rem 2rem 0;
    }
}

.payment-methods-list__item + .payment-methods-list__item {
    margin-top: 3.3rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item + .payment-methods-list__item {
        margin-top: 2.8rem;
    }
}

@media (max-width: 1023px) {
    .payment-methods-list__item + .payment-methods-list__item {
        margin-top: 0;
    }
}

.payment-methods-list__item .icon-crypto {
    font-size: 1.4rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item .icon-crypto {
        font-size: 1.2rem;
    }
}

.payment-methods-list__item .icon-payment-bw {
    font-size: 1.4rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item .icon-payment-bw {
        font-size: 1.2rem;
    }
}

.payment-methods-list__item .icon-payment-cr {
    font-size: 1.4rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item .icon-payment-cr {
        font-size: 1.2rem;
    }
}

.payment-methods-list__item .icon-mg {
    font-size: 2.4rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item .icon-mg {
        font-size: 2rem;
    }
}

.payment-methods-list__item .icon-wu {
    font-size: 1.4rem;
}

@media (max-width: 1279px) {
    .payment-methods-list__item .icon-wu {
        font-size: 1.2rem;
    }
}

@media (max-width: 1023px) {
    .products-overview__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products-overview__list-title {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;

    color: #dfe1ee;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .products-overview__list-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}

.products-overview__list__item {
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .products-overview__list__item {
        margin-bottom: 5px;
        margin-right: 2rem;
    }
}

.products-overview__list__item:only-child {
    margin-bottom: 0;
}

.products-overview__list__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.875em;
    display: flex;
    align-items: center;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.products-overview__list__item-link.is-active {
    color: #ffcc00;
}

@media (min-width: 768px) {
    .products-overview__list__item-link:hover {
        color: #ffcc00;
    }
}

.products-overview__list__item-count {
    margin-left: 5px;
    font-size: 1.2rem;
    line-height: 1em;
    text-transform: uppercase;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .products-overview__list__item-count {
        color: rgba(223, 225, 238, 0.6);
    }
}

.products-overview__list__item .product-indicator {
    margin-left: 0px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .products-overview__list__item .product-indicator {
        margin-left: 0;
    }
}

.products-overview__list__link {
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
}

@media (min-width: 768px) {
    .products-overview__list__link:hover {
        color: #ffdb4d;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 67;
    padding-right: 0 !important;
    border-bottom: 1px solid #2f3548;
}

body.product-modal-active .header {
    padding-right: 1.6rem;
}

@media (max-width: 767px) {
    body.product-modal-active .header {
        padding-right: 0;
    }
}

body.product-modal-active html.safari .header {
    padding-right: 0 !important;
}

.header .container {
    height: 100%;
}

.header__dropdown .container {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .header .container {
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .header .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .header .container {
        max-width: 1427px;
    }
}

.header__user-btn {
    height: 5rem;
    width: 17rem;
    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: #ffcc00;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .header__user-btn:hover {
        color: #ffe066;
    }
}

.header__user-btn__logo {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    border-radius: 50%;
}

@media (max-width: 1279px) {
    .header__desktop {
        display: none;
    }
}

.header__mobile {
    display: none;
}

@media (max-width: 1279px) {
    .header__mobile {
        display: block;
        position: relative;
        z-index: 101;
    }

    .header__mobile.is-scrolled:before {
        opacity: 1;
    }

    .header__mobile:after,
    .header__mobile:before {
        content: "";
        display: block;
        height: 5rem;
        width: 5rem;
        position: absolute;
        bottom: 0;
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 0.15s ease;
        transition: opacity 0.15s ease;
    }

    .header__mobile:before {
        margin-left: -36px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 0;
        opacity: 0;
        background-image: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(19.86%, #1b2134),
            to(rgba(27, 33, 52, 0))
        );
        background-image: linear-gradient(
            270deg,
            #1b2134 19.86%,
            rgba(27, 33, 52, 0) 100%
        );
    }

    .header__mobile:after {
        right: 0;
        background-image: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(19.86%, #1b2134),
            to(rgba(27, 33, 52, 0))
        );
        background-image: linear-gradient(
            270deg,
            #1b2134 19.86%,
            rgba(27, 33, 52, 0) 100%
        );
    }
}

.header__mobile__main {
    border-bottom: 1px solid #2f3548;
    background-color: #1b2134;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.search-active .header__mobile__main {
    border-color: transparent;
}

.header__mobile__main__inner {
    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: 6rem;
    position: relative;
}

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

.header__mobile__btn {
    width: 5rem;
    height: 4rem;
    background: #21273b;
    border: 2px solid #21273b;
    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;
    border-radius: 1.6rem;
    position: relative;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.menu-is-active .header__mobile__btn.js-search-trigger {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.header__mobile__btn .icon {
    color: #dfe1ee;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.header__mobile__btn .icon-close {
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
}

.header__mobile__btn .icon-menu {
    font-size: 1.9rem;
}

.search-is-active .header__mobile__btn .icon-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.search-is-active .header__mobile__btn .icon-menu + .icon-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.header__mobile__btn .icon-user-menu {
    font-size: 2.1rem;
}

.menu-is-active .header__mobile__btn .icon-user-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.menu-is-active .header__mobile__btn .icon-user-menu + .icon-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.header__mobile__btn .count-box {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 1rem;
}

.header__mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3.5rem 0 1.5rem;
    height: 5rem;
}

.header__mobile__list-wrap {
    background-color: #1b2134;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    height: 5rem;
    overflow: hidden;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.search-active .header__mobile__list-wrap {
    border-color: transparent;
}

.header__mobile__list-inner {
    height: 6rem;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.header__mobile__list li {
    position: relative;
}

.header__mobile__list li.is-active a,
.header__mobile__list li.is-active button {
    color: #ffcc00;
}

.header__mobile__list li:not(:last-child) {
    padding-right: 2.1rem;
    margin-right: 2.1rem;
}

.header__mobile__list li:not(:last-child):after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(223, 225, 238, 0.3);
}

.header__mobile__list a,
.header__mobile__list button {
    height: 5rem;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.66em;
    white-space: nowrap;
}

.header__mobile__list a .icon,
.header__mobile__list button .icon {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo {
    margin-right: 4rem;
}

@media (max-width: 1599px) {
    .header__logo {
        margin-right: 2rem;
    }
}

.header__logo .icon-logo {
    font-size: 2rem;
}

@media (max-width: 1599px) {
    .header__logo .icon-logo {
        font-size: 1.6rem;
    }
}

.header__mobile__logo {
    margin-right: 1rem;
}

@media (max-width: 1279px) {
    .header__mobile__logo {
        margin-right: 0;
    }
}

.header__mobile__logo .icon-logo {
    font-size: 1.5rem;
}

.header__noty {
    width: 100%;
    text-align: center;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1rem 2rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1279px) {
    .header__noty {
        padding: 7px 1.6rem;
    }
}

@media (max-width: 767px) {
    .header__noty {
        padding: 7px 0;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header__noty .container {
    position: relative;
    padding: 0 5rem 0 2rem;
}

@media (max-width: 767px) {
    .header__noty .container {
        padding: 0 4rem 0 1rem;
    }
}

.header__noty--receive {
    background-color: #ffcc00;
}

.header__noty--receive p {
    color: #1b2134;
}

.header--noty-active .header__noty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__noty--withdrawn {
    background-color: #6fcf97;
}

.header__noty--withdrawn p {
    color: #1b2134;
}

.header__noty--new {
    background-color: #2f80ed;
}

.header__noty--new p {
    color: #dfe1ee;
}

.header__noty--new .icon-close {
    color: #dfe1ee;
}

.header__noty--error {
    background-color: #eb5757;
}

.header__noty--error p {
    color: #dfe1ee;
}

.header__noty--error .icon-close {
    color: #dfe1ee;
}

.header__noty__close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    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;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header__noty__close {
        width: 3rem;
        height: 3.5rem;
    }
}

.header__noty__close .icon-close {
    font-size: 1.2rem;
    color: #1b2134;
}

.header__noty p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 1279px) {
    .header__noty p {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .header__noty p {
        font-size: 1.4rem;
        text-align: left;
    }
}

.header__noty span {
    text-decoration: underline;
}

.header__top {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #141a2b;
}

.header__top__inner {
    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: 5rem;
}

.header__top__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.header__top__list,
.header__top__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.header__top__list li,
.header__top__info-list li {
    position: relative;
}

.header__top__list li:not(:last-child):after,
.header__top__info-list li:not(:last-child):after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(223, 225, 238, 0.3);
}

.header__top__list a,
.header__top__list button,
.header__top__info-list a,
.header__top__info-list button {
    color: #dfe1ee;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
}

@media (min-width: 768px) {
    .header__top__list a:hover,
    .header__top__list button:hover,
    .header__top__info-list a:hover,
    .header__top__info-list button:hover {
        color: #ffcc00;
    }
}

.header__top__list li:not(:last-child) {
    padding-right: 2rem;
    margin-right: 2rem;
}

.header__top__info-list {
    margin-right: 6.2rem;
}

@media (max-width: 1599px) {
    .header__top__info-list {
        margin-right: 4rem;
    }
}

.header__top__info-list li:not(:last-child) {
    padding-right: 3rem;
    margin-right: 3rem;
}

@media (max-width: 1599px) {
    .header__top__info-list li:not(:last-child) {
        padding-right: 2rem;
        margin-right: 2rem;
    }
}

.header__top__info-list li .icon {
    color: #fff;
    margin-right: 1rem;
    font-size: 2rem;
}

.header__top__info-list li .count-box {
    margin-left: 1rem;
}

.header__currency-wrap.show .currency-dropdown__btn .icon-chevron-down {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.header__currency-wrap.show .dropdown-menu {
    -webkit-transform: translate3d(-50%, 5rem, 0px) !important;
    transform: translate3d(-50%, 5rem, 0px) !important;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1599px) {
    .header__currency-wrap.show .dropdown-menu {
        -webkit-transform: translate3d(-50%, 4rem, 0px) !important;
        transform: translate3d(-50%, 4rem, 0px) !important;
    }
}

@media (max-width: 767px) {
    .header__currency-wrap.show .dropdown-menu {
        -webkit-transform: translate3d(-50%, 2.5rem, 0px) !important;
        transform: translate3d(-50%, 2.5rem, 0px) !important;
    }
}

.header__currency-wrap .currency-dropdown__btn {
    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-weight: 500;
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1;
    width: 5.5rem;
    padding-right: 1.2rem;
    position: relative;
}

.header__currency-wrap .currency-dropdown__btn .icon-chevron-down {
    margin-left: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.1rem;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__currency-wrap .dropdown-menu {
    width: 9.2rem;
    -webkit-box-shadow: 0px 24px 32px rgba(27, 33, 52, 0.15);
    box-shadow: 0px 24px 32px rgba(27, 33, 52, 0.15);
    min-width: auto;
    left: 50% !important;
    border-radius: 2.4rem;
    -webkit-transform: translate3d(-50%, 30px, 0px) !important;
    transform: translate3d(-50%, 30px, 0px) !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

@media (max-width: 767px) {
    .header__currency-wrap .dropdown-menu {
        border-radius: 1.6rem;
    }
}

.header__currency-wrap .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #21273b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 7.3rem;
    padding: 0;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 767px) {
    .header__currency-wrap .dropdown-item {
        height: 4.2rem;
    }
}

@media (min-width: 768px) {
    .header__currency-wrap .dropdown-item:hover {
        background-color: #252b42;
    }
}

.header__currency-wrap .dropdown-item + .dropdown-item {
    border-top: 2px solid rgba(223, 225, 238, 0.05);
}

.header__currency-wrap .dropdown-item {
    font-weight: 500;
    color: #dfe1ee;
    font-size: 1.5rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .header__currency-wrap .dropdown-item {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .header__currency-wrap .dropdown-item:hover {
        color: #ffcc00;
    }
}

.header__lang-wrap {
    margin-right: 2.2rem;
}

.header__lang-wrap.show .dropdown-menu {
    -webkit-transform: translate3d(-50%, 5rem, 0px) !important;
    transform: translate3d(-50%, 5rem, 0px) !important;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1599px) {
    .header__lang-wrap.show .dropdown-menu {
        -webkit-transform: translate3d(-50%, 4rem, 0px) !important;
        transform: translate3d(-50%, 4rem, 0px) !important;
    }
}

@media (max-width: 767px) {
    .header__lang-wrap.show .dropdown-menu {
        -webkit-transform: translate3d(-50%, 2.5rem, 0px) !important;
        transform: translate3d(-50%, 2.5rem, 0px) !important;
    }
}

.header__lang-wrap .lang-dropdown__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 3rem;
    height: 3rem;
    position: relative;
}

.header__lang-wrap .lang-dropdown__btn .icon {
    font-size: 3rem;
}

.header__lang-wrap .dropdown-menu {
    width: 7rem;
    -webkit-box-shadow: 0px 24px 32px rgba(27, 33, 52, 0.15);
    box-shadow: 0px 24px 32px rgba(27, 33, 52, 0.15);
    min-width: auto;
    left: 50% !important;
    border-radius: 2.4rem;
    -webkit-transform: translate3d(-50%, 30px, 0px) !important;
    transform: translate3d(-50%, 30px, 0px) !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

@media (max-width: 767px) {
    .header__lang-wrap .dropdown-menu {
        border-radius: 1.6rem;
    }
}

.header__lang-wrap .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #21273b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6rem;
    padding: 0;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 767px) {
    .header__lang-wrap .dropdown-item {
        height: 4.2rem;
    }
}

@media (min-width: 768px) {
    .header__lang-wrap .dropdown-item:hover {
        background-color: #252b42;
    }
}

.header__lang-wrap .dropdown-item + .dropdown-item {
    border-top: 2px solid rgba(223, 225, 238, 0.05);
}

.header__lang-wrap .dropdown-item .icon {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .header__lang-wrap .dropdown-item:hover {
        color: #ffcc00;
    }
}

.header__main {
    background-color: #1b2134;
    position: relative;
    z-index: 1;
}

.header__main__inner {
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main__inner .btn--bordered {
    width: 17rem;
    flex-shrink: 0;
}

.header__main__list {
    margin-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
}

.header__main__list li {
    width: auto;
    text-align: center;
    flex-grow: 1;
}

.header__main__list li.is-active a,
.header__main__list li.is-active button {
    color: #ffcc00;
}

@media (max-width: 1599px) {
    .header__main__list {
        margin-right: 2.5rem;
    }
}

.header__main__list__trigger.is-active .icon-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__main__list li:not(:last-child) {
    margin-right: 4rem;
}

@media (max-width: 1599px) {
    .header__main__list li:not(:last-child) {
        margin-right: 2.4rem;
    }
}

.header__main__list a {
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;

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

@media (max-width: 1599px) {
    .header__main__list a {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .header__main__list a:hover {
        color: #ffcc00;
    }
}

.header__main__list .icon-chevron-down {
    font-size: 1.1rem;
    margin-left: 1rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__menu {
    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;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 6.1rem;
    background-color: #1b2134;
    display: block;
    z-index: 103;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1280px) {
    .header__menu {
        display: none !important;
    }
}

.menu-is-active .header__menu {
    z-index: 200;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.header__menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-bottom: 1px solid #2f3548;
}

.header__menu__top .btn {
    height: 4rem;
    width: 100%;
    max-width: 50rem;
}

.header__menu__top .header__user-btn {
    height: 4rem;
    width: 100%;
    max-width: 50rem;
    border-radius: 1.6rem;
    border: 1px solid #ffcc00;
}

.header__menu__top .header__user-btn__logo {
    width: 2.6rem;
    height: 2.6rem;
}

.header__menu__inner {
    height: calc(100% - 5rem);
    padding: 0 0 2rem 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.header__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2f3548;
}

.header__menu__list__side:first-child {
    width: 45.1%;
    border-right: 1px solid #2f3548;
    padding: 5px 3rem 0 3rem;
}

@media (max-width: 767px) {
    .header__menu__list__side:first-child {
        padding: 0 1rem;
    }
}

.header__menu__list__side:last-child {
    width: 54.9%;
    padding: 5px 4.5rem 0 4.5rem;
}

@media (max-width: 767px) {
    .header__menu__list__side:last-child {
        padding: 0 1rem 0 2rem;
    }
}

.header__menu__list a,
.header__menu__list button {
    height: 5rem;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.15em;
}

.header__menu__list a .icon,
.header__menu__list button .icon {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__menu__list a .count-box,
.header__menu__list button .count-box {
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__menu__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #2f3548;
}

.header__menu__info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-right: 4rem;
}

.header__menu__info__link .icon-coins {
    font-size: 2rem;
    margin-right: 1rem;
}

.header__menu__info .header__lang-wrap {
    margin-right: 0;
    margin-left: 2rem;
}

.header__menu__info .header__lang-wrap.show .dropdown-menu {
    -webkit-transform: translate3d(-50%, 3.5rem, 0px) !important;
    transform: translate3d(-50%, 3.5rem, 0px) !important;
}

.header__menu__report {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.header__menu__report__inner {
    width: 100%;
    max-width: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 1.6rem;
    background-color: #21273b;
    padding: 2rem;
}

.header__menu__report__inner .report-info-inner,
.header__menu__report__inner .report-action-inner {
    width: 100%;
}

.header__menu__report__inner .report-action-inner {
    display: none;
}

.header__menu__report__inner .report-action-inner .header__menu__report__title {
    margin-bottom: 2rem;
}

.header__menu__report__inner .report-action-inner .header__menu__report__text {
    margin-bottom: 2.5rem;
}

.header__menu__report__inner
    .report-action-inner
    .header__menu__report__text
    a {
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: center;
    color: #ffcc00;
    margin-top: 7px;
    display: inline-block;
}

.header__menu__report__title {
    margin-bottom: 1rem;
    text-align: center;
    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-weight: 600;
    font-size: 1.4rem;
    line-height: 1.25em;

    color: #dfe1ee;
}

.header__menu__report__text {
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.665em;
    text-align: center;
    color: #dfe1ee;
}

.header__menu__report__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
}

.header__menu__report__action .btn {
    width: 100%;
    padding: 0.6rem 1rem;
    height: auto;
    line-height: 1.5em;
}

.header__search {
    margin-right: 4rem;
    height: 5rem;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    max-width: 27rem;
}

@media (max-width: 1599px) {
    .header__search {
        margin-right: 2rem;
    }
}

@media (max-width: 1279px) {
    .header__search {
        max-width: 100%;
    }
}

.header__search__form {
    height: 100%;
    position: relative;
}

.header__search__submit {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__search__submit .icon-search {
    color: #dfe1ee;
    font-size: 2rem;
}

.header__search__list {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 29.9rem;
    border-radius: 1.6rem;
}

@media (max-width: 1279px) {
    .header__search__list {
        max-height: 100%;
        border-radius: 0;
        border: 0;
    }
}

.header__search__list:empty:after {
    content: "No Result";
    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: 100%;
    height: 5rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 5rem;
    color: #dfe1ee;
    background-color: #21273b;
}

.header__search__list__no-result {
    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: 100%;
    height: 5rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 5rem;
    color: #dfe1ee;
}

.header__search__list-wrap {
    overflow: hidden;
}

@media (max-width: 1279px) {
    .header__search__list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__search__list-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 1rem);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
        -webkit-transform 0.2s ease;
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

@media (max-width: 1279px) {
    .header__search__list-box {
        z-index: 104;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header__search__list-box--mobile {
    display: none;
}

@media (max-width: 1279px) {
    .header__search__list-box--mobile {
        display: block;
    }
}

.header.search-active .header__search__list-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1279px) {
    .header.search-active .header__search__list-box {
        position: fixed;
        height: auto;
        top: 7.1rem;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0 2rem;
        background-color: #1b2134;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .header.search-active .header__search__list-box {
        padding: 1rem 1rem 0 1rem;
        top: 5.1rem;
    }
}

.header__search__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    background-color: #21273b;
}

.header__search__list__item:not(:last-child) {
    border-bottom: 1px solid #2f3548;
}

@media (max-width: 1279px) {
    .header__search__list__item:not(:last-child) {
        border-bottom: none;
    }
}

.header__search__list__item:hover {
    color: #ffcc00;
}

@media (max-width: 1279px) {
    .header__search__list__item {
        background-color: transparent;
        border: none;
        height: 4rem;
    }
}

.header__search__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 1rem 4.5rem 1rem 2rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: normal;
    color: #dfe1ee;
    background-color: transparent;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    position: relative;
}

.header__search__list a:after {
    content: "";
    display: block;
    width: 7px;
    height: 1.1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
    background-image: url("/assets/images/useful/svg/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1279px) {
    .header__search__list a {
        padding-left: 0;
    }

    .header__search__list a:after {
        right: 1rem;
    }
}

.header__search__close {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;

    color: rgba(223, 225, 238, 0.3);
    margin: 1rem 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 5rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .header__search__close {
        height: 3.1rem;
    }
}

.search-active .header__search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__search__close .icon-close {
    font-size: 2rem;
    margin-right: 1.4rem;
}

.header__search .input-wrap,
.header__search .form-control {
    height: 100%;
}

.header__search .form-control {
    background-color: #21273b;
    border: 1px solid #21273b;
    padding: 0 4.5rem 0 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 5rem;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .header__search .form-control {
        font-size: 1.6rem;
        padding: 0 4.5rem 0 1rem;
        line-height: 16px;
    }
}

.header__search .form-control::-webkit-input-placeholder {
    color: rgba(223, 225, 238, 0.3);
}

.header__search .form-control:-moz-placeholder {
    color: rgba(223, 225, 238, 0.3);
}

.header__search .form-control::-moz-placeholder {
    color: rgba(223, 225, 238, 0.3);
}

.header__search .form-control:-ms-input-placeholder {
    color: rgba(223, 225, 238, 0.3);
}

.header__cart {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff;
    margin-right: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 1.2rem;
    width: 5rem;
    height: 5rem;
    border: 1px solid #ffcc00;
}

@media (min-width: 768px) {
    .header__cart:hover {
        color: #ffcc00;
    }
}

.header__cart .icon-cart {
    font-size: 2.5rem;
}

.header__cart .count-box {
    top: -6px;
    right: -6px;
    position: absolute;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.header__cart .count-box:empty {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.header-search-backdrop {
    background-color: rgba(27, 33, 52, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 20;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media (max-width: 1279px) {
    .header-search-backdrop {
        display: none;
    }
}

@media (min-width: 1280px) {
    .header-search-backdrop.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.header__dropdown {
    display: none;
    background-color: #1b2134;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    border-bottom: 1px solid #2f3548;
    height: calc(100vh - 14rem);
}

@media (max-width: 1279px) {
    .header__dropdown {
        display: none !important;
    }
}

.header__dropdown.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: flex !important;
    flex-direction: column;
}

.header__dropdown__inner {
    width: 100%;
    height: 100%;
    padding: 2rem 0 0 0;
}

.header__dropdown__content {
    padding-right: 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.header__dropdown-footer {
    margin-top: auto;
    background: #2f3548;
    padding: 2rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.header__dropdown-footer__list__item-link {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header__dropdown-footer__list__item-link span {
    font-size: 1.8rem;
    color: #ffcc00;
    font-weight: 700;
    transition: color 0.3s ease;
}

.header__dropdown-footer__list__item-link span:hover {
    color: #ffdb4d;
}

@media (max-width: 1279px) {
    .header__dropdown-footer {
        margin-top: auto;
        padding: 1.5rem 1rem;
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .header__dropdown-footer__list__item-link span {
        font-size: 1.4rem;
    }

    .header-mobile-login {
        background: rgba(223, 225, 238, 0.3);
        display: flex;
        justify-content: center;
        padding: 1rem 1rem 2rem;
    }

    .header-mobile-login .btn {
        height: 4rem;
        width: 100%;
    }
}

.header__dropdown__list {
    margin-right: 11.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .header__dropdown__list {
        margin-right: 7rem;
    }
}

.header__dropdown__list
    .products-overview__list-wrap
    + .products-overview__list-wrap {
    margin-left: 5.8rem;
}

@media (max-width: 1599px) {
    .header__dropdown__list
        .products-overview__list-wrap
        + .products-overview__list-wrap {
        margin-left: 4rem;
    }
}

.header__dropdown__list
    .products-overview__list-box
    + .products-overview__list-box {
    margin-top: 5.2rem;
}

@media (max-width: 1599px) {
    .header__dropdown__list
        .products-overview__list-box
        + .products-overview__list-box {
        margin-top: 3rem;
    }
}

.header__dropdown__list .products-overview__list-title.dekor--yellow {
    color: #ffcc00 !important;
}

.header__dropdown__list .products-overview__list {
    display: flex;
    border-bottom: 2px solid #32384b;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    overflow: hidden;
}

.header__dropdown__list
    .products-overview__list__link
    + .products-overview__list {
    margin: 2rem 0;
}

.header__dropdown__table {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__dropdown__table__title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100%;

    color: #ffcc00;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .header__dropdown__table__title:hover {
        color: #ffdb4d;
    }
}

.header__dropdown__table__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 1rem;
    display: none;
}

.header__dropdown__table__inner.is-active {
    display: block;
}

@media (min-width: 768px) {
    .header__dropdown
        .products-table__line-label:hover
        .products-table__line-name {
        color: #ffcc00;
    }
}

.header-mobile-search {
    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;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 6.1rem;
    background-color: #1b2134;
    display: block;
    z-index: 103;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1280px) {
    .header-mobile-search {
        display: none !important;
    }
}

.search-is-active .header-mobile-search {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.header-mobile-search.is-filled .header__search__list-wrap,
.header-mobile-search.is-filled .header__search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-mobile-search__inner {
    padding: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.header-mobile-search__hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.is-filled .header-mobile-search__hot {
    /* display: none; */
}

.header-mobile-search__hot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.header-mobile-search__hot__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;
    margin-bottom: 1rem;
}

.header-mobile-search__hot__top a {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #ffcc00;
}

.header-mobile-head {
    padding: 0 1rem;
    margin-bottom: 2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.header-mobile-search__hot-subs-big-search.hidden {
    display: none;
    width: 100%;
}

.header-mobile-head-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.header-mobile-search__hot__back {
    font-size: 1.4rem;
    color: #dfe1ee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    border-radius: 1.6rem;
    background-color: #252e47;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem;
    height: 4rem;
    cursor: pointer;
}

.header-mobile-search__mini-search {
    padding: 1.1rem 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #21273b;
    border-radius: 1.6rem;
}

.header-mobile-search__mini-search .icon {
    font-size: 1.8rem;
    color: #dfe1ee;
}

.header-mobile-search__mini-search .icon-close {
    display: none;
    font-size: 1.2rem;
}

.header-mobile-search__mini-search.is-active .icon-close {
    display: block;
}

.header-mobile-search__mini-search.is-active .icon-search {
    display: none;
}

.selected-sub-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #dfe1ee;
}

.header-mobile-search__hot__item a:after {
    content: "";
    display: block;
    width: 7px;
    height: 1.1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    background-image: url(/assets/images/useful/svg/chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header-mobile-search__hot__back .icon-chevron {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 7px;
    margin-right: 5px;
}

.header-mobile-search__hot__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    margin-right: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: rgba(223, 225, 238, 0.3);
}

.header-mobile-search__hot__title .icon {
    font-size: 2rem;
    margin-right: 1.2rem;
}

.header-mobile-search__hot-main,
.header-mobile-search__hot-subs,
.header-mobile-search__hot-last {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.5s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.5s ease,
        -webkit-transform 0.5s ease;
}

.header-mobile-search__hot-subs .header-mobile-search__hot__list,
.header-mobile-search__hot-last .header-mobile-search__hot__list {
    display: none;
}

.header-mobile-search__hot-subs .header-mobile-search__hot__list.is-active,
.header-mobile-search__hot-last .header-mobile-search__hot__list.is-active {
    display: block;
}

.header-mobile-search__hot-main {
    -webkit-transform: none;
    transform: none;
}

.search-is-active .header-mobile-search__hot-main {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

.second-step-active .header-mobile-search__hot-main,
.last-step-active .header-mobile-search__hot-main {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.header-mobile-search__hot-main .header-mobile-search__hot__list {
    padding-bottom: 1rem;
    border-bottom: 1px solid #2f3548;
    position: relative;
    /* height: 100%; */
}

.header-mobile-search__hot-subs {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.second-step-active .header-mobile-search__hot-subs {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.last-step-active .header-mobile-search__hot-subs {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.header-mobile-search__hot-last {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.last-step-active .header-mobile-search__hot-last {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.header-mobile-search__hot__list {
    display: block;
}

.header-mobile-search__hot__list__inner {
    padding: 0 1.5rem;
}

.header-mobile-search__hot__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
}

.header-mobile-search__hot-subs .header-mobile-search__hot__item {
    height: 3rem;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
}

.header-mobile-search__hot-subs .header-mobile-search__hot__item a {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.header-mobile-search__hot__item-sub {
    color: #dfe1ee4d;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-bottom: 5px;
}

.header-mobile-search__hot__item-main {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.header-mobile-search__hot__item a,
.header-mobile-search__hot__item .hot-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 0 3.8rem 0 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #dfe1ee;
    background-color: transparent;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}

@media (min-width: 768px) {
    .header-mobile-search__hot__item a:hover,
    .header-mobile-search__hot__item .hot-trigger:hover {
        color: #ffcc00;
    }
}

.header-mobile-search__hot__item .hot-trigger {
    position: relative;
}

.header-mobile-search__hot__item .hot-trigger:after {
    content: "";
    display: block;
    width: 7px;
    height: 1.1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    background-image: url("/assets/images/useful/svg/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header-mobile-search .header__search__form {
    width: 100%;
    height: 4rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-mobile-search .input-wrap {
    height: 100%;
    position: relative;
}

.header-mobile-search .form-control {
    height: 100%;
    background-color: #21273b;
    border: 2px solid #21273b;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 20px;
    color: #dfe1ee;
    padding: 0 4rem 0 1rem;
}

.header-mobile-search .form-control::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(223, 225, 238, 0.3);
}

.header-mobile-search .form-control:-moz-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(223, 225, 238, 0.3);
}

.header-mobile-search .form-control::-moz-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(223, 225, 238, 0.3);
}

.header-mobile-search .form-control:-ms-input-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(223, 225, 238, 0.3);
}

.header-mobile-search .header__search__list-wrap {
    display: none;
}

.site-search {
    position: relative;
}

@media (max-width: 1279px) {
    .site-search {
        background-color: #21273b;
    }
}

.site-search.is-active .site-search-backdrop {
    opacity: 1;
    visibility: visible;
}

.site-search.is-active .site-search-result {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.site-search.is-active .site-search-inner {
    z-index: 121;
}

@media (max-width: 1279px) {
    .support-page .site-search {
        position: fixed;
        left: 0;
        width: 100%;
        top: 7.2rem;
        z-index: 60;
    }
}

@media (max-width: 767px) {
    .support-page .site-search {
        top: 5.6rem;
    }
}

@media (max-width: 767px) {
    .site-search .container {
        padding: 0;
    }
}

.site-search-backdrop {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 120;
}

.site-search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.site-search-result {
    position: absolute;
    width: 100%;
    max-width: 99.2rem;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
    background-color: #21273b;
    z-index: 20;
    border-radius: 1.6rem;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .site-search-result {
        border-radius: 0;
    }
}

.site-search-result .scrollbar-outer > .scroll-element.scroll-y {
    height: calc(100% - 30px);
    top: 15px;
    margin-bottom: 15px;
}

.site-search-result__inner {
    height: auto;
    max-height: calc(100vh - 18.4rem);
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .site-search-result__inner {
        max-height: calc(100vh - 14rem);
    }
}

.site-search-result__list:empty:before {
    content: attr(data-empty-text);
    display: block;
    padding: 1.4rem 2.3rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
}

.site-search-result__list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 2.3rem;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: 600;
    background-color: transparent;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

@media (max-width: 767px) {
    .site-search-result__list__item a {
        padding: 1.4rem 2.5rem;
    }
}

@media (min-width: 1024px) {
    .site-search-result__list__item a:hover {
        background-color: rgba(223, 225, 238, 0.05);
    }
}

.site-search__form {
    width: 100%;
    max-width: 99.2rem;
    position: relative;
}

.site-search__form__submit {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.9rem;
    height: 100%;
    border-radius: 0 1.6rem 1.6rem 0;
}

@media (max-width: 1279px) {
    .site-search__form__submit {
        right: 0;
        padding: 0;
        width: 5rem;
        border-radius: 0;
        z-index: 11;
    }
}

@media (max-width: 767px) {
    .site-search__form__submit {
        right: 1px;
    }
}

.site-search__form__submit .icon-search {
    font-size: 2.7rem;
    color: #ffcc00;
}

@media (max-width: 767px) {
    .site-search__form__submit .icon-search {
        font-size: 2.3rem;
    }
}

.site-search__form .input-wrap {
    position: relative;
}

@media (max-width: 1279px) {
    .site-search__form .input-wrap:after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        height: 100%;
        background-color: #21273b;
    }
}

.site-search__form .form-control {
    height: 6.4rem;
    padding: 0 7.2rem 0 2.3rem;
}

@media (max-width: 1279px) {
    .site-search__form .form-control {
        height: 7.2rem;
        border-radius: 0;
        position: relative;
        z-index: 10;
        padding: 0 7.2rem 0 2rem;
    }
}

@media (max-width: 767px) {
    .site-search__form .form-control {
        height: 5.6rem;
        padding: 0 7.2rem 0 2.5rem;
    }
}

@media (max-width: 1279px) {
    .site-search__form .form-control:focus {
        background-color: #21273b;
    }
}

.product-block {
    width: 32rem;
    height: 58rem;
    background-color: #272e46;
    border-radius: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .product-block {
        height: 56.6rem;
    }
}

@media (max-width: 1279px) {
    .product-block {
        height: 56.1rem;
    }
}

@media (max-width: 767px) {
    .product-block {
        height: 49.1rem;
        width: 27rem;
    }
}

.product-block__front,
.product-block__back {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease,
        -webkit-transform 0.5s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease,
        -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.4s ease, visibility 0.4s ease;
    transition: transform 0.5s ease, opacity 0.4s ease, visibility 0.4s ease,
        -webkit-transform 0.5s ease;
}

.product-block__front {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.is-flipped .product-block__front {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.product-block__back {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.is-flipped .product-block__back {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 1.6rem 1.6rem 0 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#272e46),
        to(rgba(39, 46, 70, 0))
    );
    background: linear-gradient(180deg, #272e46 0%, rgba(39, 46, 70, 0) 100%);
}

.product-block__top__box {
    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: relative;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.15em;

    color: #dfe1ee;
}

.product-block__top__box--yellow {
    color: #ffcc00;
}

.product-block__top__box + .product-block__top__box {
    margin-left: 3.2rem;
}

@media (max-width: 1599px) {
    .product-block__top__box + .product-block__top__box {
        margin-left: 2.4rem;
    }
}

.product-block__top__box + .product-block__top__box:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(223, 225, 238, 0.3);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.9rem;
}

@media (max-width: 1599px) {
    .product-block__top__box + .product-block__top__box:after {
        left: -1.3rem;
    }
}

.product-block__top__box .icon {
    margin-right: 1rem;
    font-size: 2rem;
}

.product-block__img {
    width: 100%;
    height: 34rem;
    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;
    border-radius: 1.6rem 1.6rem 0 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-block__img {
        height: 28rem;
    }
}

.product-block__img img {
    border-radius: inherit;
}

.product-block__img--no-available img {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
}

.product-block__inner {
    border-radius: 0 0 1.6rem 1.6rem;
}

.product-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem;
    padding-bottom: 2rem;
}

.product-block__title {
    color: #ffcc00;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2em;
    text-align: center;

    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1599px) {
    .product-block__title {
        font-size: 1.8rem;
    }
}

.product-block__subtitle,
.product-block__promocode {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: rgba(223, 225, 238, 0.3);
}

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

.product-block__promocode {
    text-transform: uppercase;
}

.product-block__divider {
    width: 100%;
    height: 20px;
}

.product-block__divider img {
    width: 100%;
    height: 100%;
}

.product-block__discount {
    padding: 3.5rem 2.7rem 2rem 2.7rem;
    margin-top: 1.6rem;
    min-height: 38.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1599px) {
    .product-block__discount {
        margin-top: 1.2rem;
        min-height: 37.8rem;
        padding: 4.2rem 2.7rem 2rem 2.7rem;
    }
}

@media (max-width: 1279px) {
    .product-block__discount {
        min-height: 37.3rem;
        padding: 3.3rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {
    .product-block__discount {
        padding: 1.5rem 2rem;
        min-height: 31.3rem;
    }
}

.product-block__discount:before,
.product-block__discount:after {
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    left: 0;
    background-image: url("/assets/images/useful/svg/product-divider.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.product-block__discount:before {
    top: -1rem;
}

.product-block__discount:after {
    bottom: -1rem;
}

@media (max-width: 1279px) {
    .product-block__discount .label-radio-rounded__name {
        font-size: 1.5rem;
    }
}

.product-block__discount .product-detail__discount__line {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-block__discount
    .product-detail__discount__line
    + .product-detail__discount__line {
    margin-top: 1.1rem;
}

@media (max-width: 1279px) {
    .product-block__discount
        .product-detail__discount__line
        + .product-detail__discount__line {
        margin-top: 8px;
    }
}

@media (max-width: 1599px) {
    .product-block__discount .product-detail__discount__promo {
        padding: 4px 9px;
        font-size: 1.2rem;
    }
}

.product-block__discount .goods-item__count {
    margin: auto 0 2rem 0;
    width: 100%;
}

@media (max-width: 1279px) {
    .product-block__discount .goods-item__count {
        margin: auto 0 2rem 0;
    }
}

@media (max-width: 1023px) {
    .product-block__discount .goods-item__count {
        margin: auto 0 2rem 0;
    }
}

@media (max-width: 767px) {
    .product-block__discount .goods-item__count {
        margin: auto 0 1.2rem 0;
    }
}

.product-block__discount .goods-item__count__btn {
    width: 5rem;
    height: 5rem;
    border-radius: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1b2134;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

.product-block__discount .goods-item__count__input {
    width: 100%;
    font-size: 2rem;
    height: 5rem;
    line-height: 5rem;
}

.product-block__discount .btn--yellow {
    width: 100%;
    height: 6rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .product-block__discount .btn--yellow {
        height: 5rem;
    }
}

.product-block__discount__price {
    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: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.15em;
    color: #dfe1ee;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.product-block__discount__price .price-current {
    margin: 0 2px;
}

.is-discount .product-block__discount__price .price-current {
    text-decoration: line-through;
    color: rgba(223, 225, 238, 0.3);
}

.product-block__discount__price .price-discount {
    display: none;
    margin: 0 2px;
}

.is-discount .product-block__discount__price .price-discount {
    display: block;
}

.product-block__discount__price .price-currency {
    margin: 0 2px;
}

.product-block__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 3rem 2rem 3rem;
    position: relative;
}

@media (max-width: 1599px) {
    .product-block__close {
        padding: 3rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {
    .product-block__close {
        padding: 2rem;
    }
}

.product-block__footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 1.5rem 2rem 1.5rem;
    position: relative;
}

@media (max-width: 1599px) {
    .product-block__footer {
        padding: 3rem 2rem 2rem 2rem;
    }
}

@media (max-width: 1279px) {
    .product-block__footer {
        padding: 3.5rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {
    .product-block__footer {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
}

.product-block__footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -1rem;
    left: 0;
    background-image: url("/assets/images/useful/svg/product-divider.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.product-block__footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    gap: 10px;
    flex-wrap: wrap;
}

.product-block__footer__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    white-space: nowrap;
    background-color: #1b2134;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
}

@media (max-width: 1600px) {
    .product-block__footer__tag {
        font-size: 1.4rem;
    }
}

.product-block__submit,
.product-block__link {
    width: 100%;
    height: 6rem;
    background-color: #1b2134;
    border-radius: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1b2134;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #ffcc00;
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 0 5px;
}

@media (max-width: 1279px) {
    .product-block__submit,
    .product-block__link {
        height: 5rem;
    }
}

.product-block__submit[disabled],
.product-block__link[disabled] {
    cursor: default;
}

@media (min-width: 768px) {
    .product-block__submit:not([disabled]):not(.is-active):hover,
    .product-block__link:not([disabled]):not(.is-active):hover {
        background-color: #20273e;
    }
}

.product-block__submit:not([disabled]):not(.is-active):active,
.product-block__link:not([disabled]):not(.is-active):active {
    background-color: #252e48;
}

.product-block__submit.is-active,
.product-block__link.is-active {
    border-color: #dfe1ee;
}

.product-block__submit__noty,
.product-block__link__noty {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6em;
    color: #ffcc00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1279px) {
    .product-block__submit__noty,
    .product-block__link__noty {
        font-size: 1.7rem;
    }
}

@media (max-width: 1023px) {
    .product-block__submit__noty,
    .product-block__link__noty {
        font-size: 1.6rem;
    }
}

@media (max-width: 1023px) {
    .product-block__submit__noty,
    .product-block__link__noty {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .product-block__submit__noty,
    .product-block__link__noty {
        font-size: 1.4rem;
    }
}

.product-block__submit__noty-receive,
.product-block__link__noty-receive {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6em;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .product-block__submit__noty-receive,
    .product-block__link__noty-receive {
        font-size: 1.6rem;
    }
}

.product-block__submit__noty-receive__inner,
.product-block__link__noty-receive__inner {
    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;
}

.product-block__submit__noty-receive .icon-checkmark-bold,
.product-block__link__noty-receive .icon-checkmark-bold {
    font-size: 2rem;
    margin-right: 1rem;
}

.product-block__submit .icon,
.product-block__link .icon {
    font-size: 2rem;
    color: #dfe1ee;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-block__submit .icon-cart,
.product-block__link .icon-cart {
    margin-right: 1rem;
}

.product-block__submit .icon-clipboard,
.product-block__link .icon-clipboard {
    margin-left: 1rem;
}

.product-block__submit .icon-chk,
.product-block__link .icon-chk {
    color: #ffcc00;
    margin-right: 1rem;
}

.product-block__submit {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-block--in-cart .product-block__submit,
.product-block--out-of-stock .product-block__submit {
    display: none !important;
}

.product-block__link {
    display: none !important;
}

.product-block--in-cart .product-block__link,
.product-block--out-of-stock .product-block__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-block__old-price {
    font-size: 1.8rem;
    line-height: 1.65em;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: rgba(223, 225, 238, 0.3);
    margin-right: 5px;
}

.product-block__new-price {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .product-block__new-price {
        font-size: 1.7rem;
    }
}

.product-block__promo-val {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    color: #dfe1ee;
    text-transform: uppercase;
}

.product-block-empty {
    width: 32rem;
    height: 58rem;
    background-color: #272e46;
    border-radius: 1.6rem;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1599px) {
    .product-block-empty {
        height: 56.6rem;
    }
}

@media (max-width: 1279px) {
    .product-block-empty {
        height: 56.1rem;
    }
}

@media (max-width: 767px) {
    .product-block-empty {
        width: 27rem;
        height: 50rem;
        padding: 2rem;
    }
    .product-list-table .my-cart-table__side {
        justify-content: space-between;
    }
}

.product-block-empty__inner {
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-block-empty__inner .icon-product-empty {
    font-size: 15.7rem;
}

@media (max-width: 767px) {
    .product-block-empty__inner .icon-product-empty {
        font-size: 12rem;
    }
}

.product-block-empty__inner .btn {
    height: 6rem;
    width: 100%;
    min-width: auto;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .product-block-empty__inner .btn {
        height: 5rem;
        font-size: 1.6rem;
    }
}

.product-block__add-to-cart {
    width: 100%;
    height: 60px;
    background-color: #ffcc00;
    border: 2px solid #ffcc00;
    border-radius: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: width 0.4s ease, border-radius 0.4s ease,
        background-color 0.4s ease, opacity 0.3s ease;
    transition: width 0.4s ease, border-radius 0.4s ease,
        background-color 0.4s ease, opacity 0.3s ease;
}

@media (min-width: 768px) {
    .product-block__add-to-cart:not([disabled]):not(.is-adding):hover {
        background-color: #ffd633;
    }
}

.product-block__add-to-cart__name,
.product-block__add-to-cart__subname,
.product-block__add-to-cart__added {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;
    color: #1b2134;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.product-block__add-to-cart__subname {
    font-size: 1.4rem;
    display: none;
}

.is-applied .product-block__add-to-cart__subname {
    display: block;
}

.product-block__add-to-cart__name {
    opacity: 1;
}

.product-block__add-to-cart__name .before-add {
    display: block;
}

.product-block__add-to-cart__name .after-add {
    display: none;
}

.is-applied .product-block__add-to-cart__name {
    display: none;
}

.product-block__add-to-cart__added {
    opacity: 0;
}

.product-block__add-to-cart__checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.product-block__add-to-cart.is-adding {
    width: 60px;
    border-radius: 3rem;
    background-color: transparent;
    -webkit-animation: adding 0.8s ease-in-out 0.5s forwards;
    animation: adding 0.8s ease-in-out 0.5s forwards;
}

.product-block__add-to-cart.is-adding .product-block__add-to-cart__name,
.product-block__add-to-cart.is-adding .product-block__add-to-cart__subname,
.product-block__add-to-cart.is-adding .product-block__add-to-cart__added {
    opacity: 0 !important;
}

.product-block__add-to-cart.is-adding .product-block__add-to-cart__checkmark {
    opacity: 1;
}

.product-block__add-to-cart.is-adding
    .product-block__add-to-cart__checkmark::before,
.product-block__add-to-cart.is-adding
    .product-block__add-to-cart__checkmark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    border-radius: 1em;
    visibility: visible;
    background-color: #84a314;
}

.product-block__add-to-cart.is-adding
    .product-block__add-to-cart__checkmark::before {
    height: 0em;
    width: 2px;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: -0.5em 1em;
    transform-origin: -0.5em 1em;
    -webkit-animation: checkmark-1 0.25s ease forwards 1.5s;
    animation: checkmark-1 0.25s ease forwards 1.5s;
}

.product-block__add-to-cart.is-adding
    .product-block__add-to-cart__checkmark::after {
    height: 0;
    width: 2px;
    -webkit-transform: rotate(225deg) translateX(-50%);
    transform: rotate(225deg) translateX(-50%);
    -webkit-transform-origin: 0em 0.375em;
    transform-origin: 0em 0.375em;
    -webkit-animation: checkmark-2 0.3s ease forwards 1.75s;
    animation: checkmark-2 0.3s ease forwards 1.75s;
}

.product-block__add-to-cart.is-added .product-block__add-to-cart__name {
    opacity: 0;
}

.product-block__add-to-cart.is-added .product-block__add-to-cart__added {
    opacity: 1;
}

.product-block__add-to-cart.is-added .before-add {
    display: none;
}

.product-block__add-to-cart.is-added .after-add {
    display: block;
}

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

@media (max-width: 767px) {
    .goods-item__count {
        width: 100%;
        margin-bottom: 3px;
    }
}

.goods-item__count__btn {
    border: 2px solid #2f3548;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    width: 4rem;
    height: 4rem;
    position: relative;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1599px) {
    .goods-item__count__btn {
        width: 3.6rem;
        height: 3.6rem;
    }
}

@media (max-width: 1279px) {
    .goods-item__count__btn {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 1rem;
    }
}

@media (max-width: 767px) {
    .goods-item__count__btn {
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.goods-item__count__btn:after,
.goods-item__count__btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.goods-item__count__btn:before {
    height: 2px;
    width: 1.2rem;
    background-color: #ffcc00;
}

@media (max-width: 1599px) {
    .goods-item__count__btn:before {
        width: 1rem;
    }
}

.goods-item__count__btn:active {
    background-color: #161b2a;
}

.goods-item__count__increase:after {
    width: 2px;
    height: 1.2rem;
    background-color: #ffcc00;
}

@media (max-width: 1599px) {
    .goods-item__count__increase:after {
        height: 1rem;
    }
}

.goods-item__count__input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    outline: none;
    background-color: transparent;
    margin: 0 5px;
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.8rem;
    width: 4.5rem;
    height: 100%;
}

@media (max-width: 1599px) {
    .goods-item__count__input {
        width: 3.6rem;
    }
}

@media (max-width: 1279px) {
    .goods-item__count__input {
        margin: 0 2px;
        width: 3.4rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .goods-item__count__input {
        width: 100%;
        margin: 0 3px;
        font-size: 1.2rem;
    }
}

.goods-item__count__input[readonly] {
    cursor: default;
    text-align: left;
    pointer-events: none;
}

.goods-item__count__input[readonly]:focus {
    text-align: left;
}

@media (max-width: 767px) {
    .goods-section--table .goods-item__count__input {
        width: 3.5rem;
    }
}

.goods-item__count__input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-align: center;
}

@-webkit-keyframes adding {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #ffcc00;
    }

    20% {
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        border-right-color: #84a314;
    }

    40% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
    }

    60% {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
    }

    80% {
        -webkit-transform: rotate(280deg);
        transform: rotate(280deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
        border-bottom-color: #84a314;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
        border-bottom-color: #84a314;
    }
}

@keyframes adding {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #ffcc00;
    }

    20% {
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        border-right-color: #84a314;
    }

    40% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
    }

    60% {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
    }

    80% {
        -webkit-transform: rotate(280deg);
        transform: rotate(280deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
        border-bottom-color: #84a314;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-right-color: #84a314;
        border-top-color: #84a314;
        border-left-color: #84a314;
        border-bottom-color: #84a314;
    }
}

@-webkit-keyframes checkmark-1 {
    from {
        height: 0em;
    }

    to {
        height: 1em;
    }
}

@keyframes checkmark-1 {
    from {
        height: 0em;
    }

    to {
        height: 1em;
    }
}

@-webkit-keyframes checkmark-2 {
    from {
        height: 0em;
    }

    to {
        height: 1.7em;
    }
}

@keyframes checkmark-2 {
    from {
        height: 0em;
    }

    to {
        height: 1.7em;
    }
}

.mobile-menu,
.user-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 7.2rem);
    left: 0;
    top: 7.2rem;
    z-index: 200;
    display: none;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    background-color: #1b2134;
    padding: 6rem 0 3rem 0;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 1279px) {
    .mobile-menu,
    .user-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .mobile-menu,
    .user-menu {
        height: calc(100% - 5.6rem);
        top: 5.6rem;
        padding: 4.8rem 0 2rem 0;
    }
}

.mobile-menu.is-active,
.user-menu.is-active {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
        -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@media (max-width: 767px) {
    .mobile-menu .container,
    .user-menu .container {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
}

.mobile-menu-inner {
    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: 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .mobile-menu-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.mobile-menu-side {
    min-width: 20rem;
}

@media (max-width: 767px) {
    .mobile-menu-side {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mobile-menu-side--list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-bottom: 3.5rem;
        margin-bottom: 5.1rem;
        border-bottom: 2px solid #2f3548;
    }
}

@media (max-width: 767px) {
    .mobile-menu-side--lang {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.mobile-menu__lang {
    padding-bottom: 1.8rem;
    margin-bottom: 3.7rem;
    margin-top: 1rem;
    border-bottom: 2px solid #2f3548;
}

@media (max-width: 1023px) {
    .mobile-menu__lang {
        margin-bottom: 3.1rem;
    }
}

@media (max-width: 767px) {
    .mobile-menu__lang {
        border-bottom: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 4.8rem;
    }
}

@media (max-width: 359px) {
    .mobile-menu__lang {
        margin-right: 0;
    }
}

.mobile-menu__lang__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1em;
    color: #dfe1ee;
}

.mobile-menu__lang__item .icon {
    font-size: 2.6rem;
    margin-right: 2.2rem;
}

.mobile-menu__lang__item-col {
    margin-bottom: 2.3rem;
}

@media (max-width: 1023px) {
    .mobile-menu__lang__item-col {
        margin-bottom: 1.8rem;
    }
}

@media (max-width: 767px) {
    .mobile-menu__currency {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.mobile-menu__currency__item {
    color: #dfe1ee;
    font-size: 1.4rem;
    line-height: 1.875em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .mobile-menu__currency__item {
        font-weight: 500;
    }
}

.mobile-menu__currency__item.is-active {
    color: #ffcc00;
}

.mobile-menu__currency__item-col {
    margin-bottom: 2.8rem;
}

@media (max-width: 1023px) {
    .mobile-menu__currency__item-col {
        margin-bottom: 2.2rem;
    }
}

.mobile-menu__list__item {
    margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
    .mobile-menu__list__item {
        margin-bottom: 1.3rem;
    }
}

.mobile-menu__list__item.is-active a {
    color: #ffcc00;
}

.mobile-menu__list__item a {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.875em;

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

.mobile-menu__list__item span {
    margin-left: 5px;
}

.mobile-menu__list__item .icon {
    margin-right: 1.3rem;
    color: #ffcc00;
    font-size: 2rem;
}

.mobile-menu__list__item .cart-count {
    color: #ffcc00;
    margin-left: 5px;
}

.mobile-menu__list__item .products-count {
    height: 3.2rem;
    min-width: 3.2rem;
    margin-left: 1.3rem;
}

@media (max-width: 1279px) {
    .user-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .user-menu .mobile-menu__list__item {
        margin-bottom: 1.7rem;
    }
}

.user-menu-inner {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .user-menu-inner {
        display: block;
    }
}

.user-menu-side-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 767px) {
    .user-menu-side-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .user-menu-side {
        width: 100%;
        padding-bottom: 3.4rem;
        margin-bottom: 4.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 2px solid #2f3548;
    }
}

@media (max-width: 767px) {
    .user-menu-side:last-child {
        margin-bottom: 2rem;
    }
}

.user-menu-side + .user-menu-side {
    margin-left: 9rem;
}

@media (max-width: 767px) {
    .user-menu-side + .user-menu-side {
        margin-left: 0;
    }
}

.user-menu__user-block {
    margin-top: 7.2rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .user-menu__user-block {
        margin-top: 9px;
    }
}

.user-menu__user-block .header__user-block__icon {
    width: 8.8rem;
    height: 8.8rem;
    font-size: 2.8rem;
    border-radius: 3.4rem;
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .user-menu__user-block .header__user-block__icon {
        width: 8rem;
        height: 8rem;
        border-radius: 3rem;
        font-size: 3.9rem;
        margin-right: 0;
    }
}

.user-menu-logout {
    font-size: 1.6rem;
    line-height: 2.5em;
    color: #dfe1ee;
    font-weight: 600;
    padding-right: 1.5rem;
}

@media (max-width: 767px) {
    .user-menu-logout {
        margin-bottom: 2rem;
    }
}

.modal {
    min-width: 320px;
    z-index: 2000;
}

@media (max-width: 1023px) {
    .modal {
        padding-left: 0 !important;
    }
}

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

.modal .input-wrap {
    width: 100%;
}

.modal .input-wrap p {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6em;
}

.modal .input-wrap label.error {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #eb5757;
    margin-bottom: 0;
    line-height: 1.2em;
    margin-top: 5px;
}

.modal-dialog {
    max-width: none;
    position: relative;
}

.modal-backdrop {
    background-color: #1b2134;
}

.modal-backdrop.show {
    opacity: 0.85;
}

.modal-close {
    position: absolute;
    top: -3.1rem;
    right: 0;
    z-index: 10;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #dfe1ee;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .modal-close {
        font-size: 1.8rem;
        top: 2rem;
        right: 1rem;
    }
}

@media (min-width: 768px) {
    .modal-close:hover {
        color: #c8cbe2;
    }
}

.modal-close .icon-close {
    margin-right: 1.3rem;
    font-size: 1.2rem;
}

.modal-content {
    background-color: transparent;
    border: none;
    padding: 4rem 5px 2rem 5px;
}

@media (max-width: 1023px) {
    .modal-content {
        padding: 4rem 1.9rem 2rem 1.9rem;
    }
}

@media (max-width: 767px) {
    .modal-content {
        padding: 4rem 5px 2rem 5px;
    }
}

.modal-inner {
    width: 100%;
    max-width: 66.4rem;
    margin: 0 auto;
    background-color: #dfe1ee;
    border-radius: 3.2rem;
    padding: 6.4rem 6.4rem 5.5rem 6.4rem;
}

@media (max-width: 1599px) {
    .modal-inner {
        max-width: 59rem;
        padding: 4.8rem 4.8rem 4.7rem 4.8rem;
    }
}

@media (max-width: 1279px) {
    .modal-inner {
        max-width: 51.2rem;
        padding: 3.2rem 3.2rem 3.8rem 3.2rem;
    }
}

@media (max-width: 767px) {
    .modal-inner {
        max-width: 40rem;
        border-radius: 2.4rem;
        padding: 2.4rem 2.4rem 4.3rem 2.4rem;
    }
}

.sign-in-modal .modal-inner {
    max-width: 45.1rem;
    padding: 6rem 5.9rem 7rem 5.9rem;
}

@media (max-width: 1599px) {
    .sign-in-modal .modal-inner {
        padding: 4.8rem 4.8rem 4.7rem 4.8rem;
    }
}

@media (max-width: 1279px) {
    .sign-in-modal .modal-inner {
        padding: 3.2rem 3.2rem 3.8rem 3.2rem;
    }
}

@media (max-width: 767px) {
    .sign-in-modal .modal-inner {
        padding: 3rem 2.4rem 3.5rem 2.4rem;
    }
}

.sign-up-modal .modal-inner {
    max-width: 45.1rem;
    padding: 6rem 5.9rem 3.5rem 5.9rem;
}

@media (max-width: 1599px) {
    .sign-up-modal .modal-inner {
        padding: 4.8rem 4.8rem 3.5rem 4.8rem;
    }
}

@media (max-width: 1279px) {
    .sign-up-modal .modal-inner {
        padding: 3.2rem 3.2rem 3.5rem 3.2rem;
    }
}

@media (max-width: 767px) {
    .sign-up-modal .modal-inner {
        padding: 3rem 2.4rem 3.5rem 2.4rem;
    }
}

.sign-in-modal .modal-inner .btn--silver {
    margin-top: 1.5rem;
    height: 5.7rem;
}

.modal-inner-icon {
    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: 12rem;
}

@media (max-width: 1023px) {
    .modal-inner-icon {
        font-size: 9rem;
    }
}

.modal-inner-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;
    margin-bottom: 6.4rem;
}

@media (max-width: 1599px) {
    .modal-inner-top {
        margin-bottom: 5.6rem;
    }
}

@media (max-width: 1279px) {
    .modal-inner-top {
        margin-bottom: 4.8rem;
    }
}

@media (max-width: 767px) {
    .modal-inner-top {
        margin-bottom: 2.4rem;
    }
}

.sign-in-modal .modal-inner-top,
.sign-up-modal .modal-inner-top {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.4rem;
}

.modal-inner-top .h1,
.modal-inner-top .h2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .modal-inner-top .h1,
    .modal-inner-top .h2 {
        font-size: 1.8rem;
    }
}

.sign-in-modal .modal-inner-top .h1,
.sign-up-modal .modal-inner-top .h1,
.sign-in-modal .modal-inner-top .h2,
.sign-up-modal .modal-inner-top .h2 {
    font-size: 2.9rem;
}

@media (max-width: 767px) {
    .sign-in-modal .modal-inner-top .h1,
    .sign-up-modal .modal-inner-top .h1,
    .sign-in-modal .modal-inner-top .h2,
    .sign-up-modal .modal-inner-top .h2 {
        font-size: 1.8rem;
    }
}

.modal-inner-top .btn {
    font-style: italic;
    min-width: 26.8rem;
    text-transform: uppercase;
    border-radius: 2.4rem;
}

@media (max-width: 1599px) {
    .modal-inner-top .btn {
        border-radius: 2rem;
        min-width: 23.8rem;
    }
}

@media (max-width: 1279px) {
    .modal-inner-top .btn {
        min-width: 20.8rem;
        border-radius: 1.6rem;
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .modal-inner-top .btn {
        height: 6.4rem;
    }
}

@media (max-width: 767px) {
    .modal-inner-top .btn {
        min-width: 12rem;
        font-size: 1.2rem;
    }
}

.modal-inner-form.sign-in-form .form-control-submit {
    margin-top: 1rem;
    width: 100%;
    height: 6.7rem;
}

@media (max-width: 1279px) {
    .modal-inner-form.sign-in-form .form-control-submit {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .modal-inner-form.sign-in-form .form-control-submit {
        margin-top: 8px;
    }
}

.modal-inner-form.sign-up-form .form-control-submit {
    margin-top: 2rem;
    width: 100%;
    height: 6.7rem;
}

@media (max-width: 1023px) {
    .modal-inner-form.sign-up-form .form-control-submit {
        margin-top: 8px;
    }
}

.modal-inner-form__links {
    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;
    margin-top: -10px;
}

.modal-inner-form__links .modal-inner-links__item {
    margin: 0 5px 0 0;
}

.modal-inner-text {
    font-size: 1.4rem;
    line-height: 1.57em;
    color: #21273b;
    margin: 3.1rem 0 3.4rem 0;
    text-align: center;
    padding: 0 3.2rem;
}

@media (max-width: 1279px) {
    .modal-inner-text {
        padding: 0 1rem;
        margin: 2rem 0;
    }
}

@media (max-width: 767px) {
    .modal-inner-text {
        font-size: 1.2rem;
    }
}

.sign-up-modal .modal-inner-text {
    font-size: 1rem;
    margin: 1rem 0 2rem 0;
    padding: 0 6px;
}

.check-email-modal .modal-inner-text {
    font-size: 1.4rem;
    line-height: 1.875em;
    margin: 4.3rem 0 4.7rem 0;
    padding: 0;
}

@media (max-width: 1599px) {
    .check-email-modal .modal-inner-text {
        margin: 4rem 0 4.5rem 0;
    }
}

@media (max-width: 1279px) {
    .check-email-modal .modal-inner-text {
        margin: 3rem 0;
    }
}

@media (max-width: 1023px) {
    .check-email-modal .modal-inner-text br {
        display: none;
    }
}

.select-region-modal .modal-inner-text {
    margin: 2.4rem 0 4.2rem 0;
}

@media (max-width: 1279px) {
    .select-region-modal .modal-inner-text {
        margin: 2rem 0 3.4rem 0;
        font-size: 1.2rem;
        line-height: 1.875em;
    }
}

@media (max-width: 767px) {
    .select-region-modal .modal-inner-text {
        margin: 2.1rem 0 3.4rem 0;
    }
}

@media (max-width: 767px) {
    .select-region-modal .modal-inner-text br {
        display: none;
    }
}

.modal-inner-btn-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .modal-inner-btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.select-region-modal .modal-inner-btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.check-email-modal .modal-inner-btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-inner-btn-group .btn {
    min-width: 25.2rem;
}

@media (max-width: 1599px) {
    .modal-inner-btn-group .btn {
        min-width: 23rem;
    }
}

@media (max-width: 1279px) {
    .modal-inner-btn-group .btn {
        min-width: 21rem;
    }
}

@media (max-width: 1023px) {
    .modal-inner-btn-group .btn {
        width: 100%;
        height: 6.4rem;
    }
}

@media (max-width: 1023px) {
    .modal-inner-btn-group .btn + .btn {
        margin-top: 1.5rem;
    }
}

.check-email-modal .modal-inner-btn-group .btn {
    min-width: 23rem;
    height: 6.4rem;
    font-size: 1.8rem;
}

.select-region-modal .modal-inner-btn-group .btn {
    font-weight: 400;
    width: 100%;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .select-region-modal .modal-inner-btn-group .btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.4em;
        min-height: 7.2rem;
        height: auto;
        padding: 1.4rem 2rem;
    }
}

.select-region-modal .modal-inner-btn-group .btn + .btn {
    margin-top: 1.6rem;
}

@media (max-width: 767px) {
    .select-region-modal .modal-inner-btn-group .btn + .btn {
        margin-top: 2.4rem;
    }
}

.select-region-modal .modal-inner-btn-group .btn b {
    margin-right: 8px;
    font-size: 1.8rem;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .select-region-modal .modal-inner-btn-group .btn b {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .select-region-modal .modal-inner-btn-group .btn b {
        margin-right: 5px;
    }
}

.modal-inner-links {
    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-top: 3.4rem;
}

@media (max-width: 767px) {
    .modal-inner-links {
        margin-top: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-inner-links__item {
    font-size: 1.4rem;
    line-height: 1.875em;
    color: #21273b;
    font-weight: 600;
    margin: 0 2.6rem;
}

@media (max-width: 767px) {
    .modal-inner-links__item {
        line-height: 2em;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .modal-inner-links__item + .modal-inner-links__item {
        margin-top: 2.3rem;
    }
}

.modal-inner-cta-title {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(27, 33, 52, 0.4);
    text-align: center;
    margin-bottom: 1.3rem;
}

@media (max-width: 1279px) {
    .modal-inner-cta-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 1023px) {
    .modal-inner-cta-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .modal-inner-cta-title {
        font-size: 1rem;
    }
}

.review-example {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    position: relative;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

.review-example .publication-example__inner {
    padding: 3rem 2rem;
}

.publication-example {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    position: relative;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

.publication-example__top {
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
    padding: 2rem;
}

@media (max-width: 767px) {
    .publication-example__top {
        padding: 1.5rem;
    }
}

.publication-example__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .publication-example__title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .publication-example__title {
        font-size: 1.8rem;
    }
}

.publication-example__inner {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .publication-example__inner {
        padding: 1.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.publication-example__image {
    width: 32rem;
    height: 32rem;
    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;
    border-radius: 6px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4rem;
}

@media (max-width: 767px) {
    .publication-example__image {
        margin-right: 0;
        margin-bottom: 2rem;
        width: 100%;
        height: auto;
    }
}

.publication-example__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: inherit;
}

@media (max-width: 767px) {
    .publication-example__image img {
        max-height: 32rem;
    }
}

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

.publication-example__text__title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.1em;
    margin-bottom: 1rem;
}

.publication-example__text p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.25em;

    color: #dfe1ee;
}

@media (max-width: 767px) {
    .publication-example__text p {
        line-height: 1.4em;
        font-size: 1.4em;
    }
}

.publication-example__id {
    text-transform: uppercase;
    color: #ffcc00;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    .sign-in-modal .modal-dialog,
    .sign-up-modal .modal-dialog {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .sign-in-modal .modal-content,
    .sign-up-modal .modal-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        overflow: hidden;
        overflow-y: auto;
    }
}

.sign-in-content {
    position: relative;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48rem;
}

@media (max-width: 1279px) {
    .sign-in-content {
        max-width: 70rem;
        min-height: 40rem;
    }
}

@media (max-width: 767px) {
    .sign-in-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: auto;
        border: none;
        background-color: #1b2134;
    }
}

.sign-in-content .form-control-wrap {
    margin-bottom: 2rem;
    position: relative;
    overflow: visible;
}

.sign-in-content .input-wrap__error {
    display: block !important;
    text-align: right;
    font-size: 1.4rem;
    color: #eb5757;
    margin-bottom: 0;
    line-height: 1.2em;
}

.sign-in-content__info {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sign-in-content__info {
        margin-bottom: 1.5rem;
    }
}

.sign-in-content__info p {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.25em;
}

.sign-in-content__info p + p {
    margin-top: 1.5rem;
}

.sign-in-content__info__icon {
    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: 1.5rem 0;
}

.sign-in-content__info__icon .icon {
    font-size: 4rem;
    color: #dfe1ee;
}

.sign-in-content__info__mail {
    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: #00b67a;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.25em;
    margin: 5px 0;
}

.sign-in-content__image {
    width: 36rem;
    background-color: #1b2134;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    border-radius: 1.6rem 0 0 1.6rem;
    position: relative;
}

@media (max-width: 1279px) {
    .sign-in-content__image {
        width: 32rem;
    }
}

@media (max-width: 767px) {
    .sign-in-content__image {
        width: auto;
        display: flex;
        background-color: transparent;
        padding: 2rem 1rem 2rem 1rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 1.6rem 1.6rem 0 0;
        text-align: center;
    }
}

.sign-in-content__image:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("/assets/images/useful/refferal-banner/refferal-banner-man.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position: -8.1rem 100%;
    background-size: 43rem;
}

@media (max-width: 1279px) {
    .sign-in-content__image:after {
        background-position: -5rem 100%;
        background-size: 34rem;
    }
}

@media (max-width: 767px) {
    .sign-in-content__image:after {
        display: none;
    }
}

.sign-in-content__image .icon-logo {
    font-size: 2rem;
}

@media (max-width: 1279px) {
    .sign-in-content__image .icon-logo {
        font-size: 1.8rem;
    }
}

.sign-in-content__form {
    width: calc(100% - 36rem);
    border-radius: 0 1.6rem 1.6rem 0;
    padding: 4rem 6rem 5rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1279px) {
    .sign-in-content__form {
        padding: 3rem;
        width: calc(100% - 32rem);
    }
}

@media (max-width: 767px) {
    .sign-in-content__form {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 0 0 1.6rem 1.6rem;
        padding: 0 0.625rem 1.25rem;
    }
}

.sign-in-content__switcher {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .sign-in-content__switcher {
        margin-bottom: 3rem;
    }
}

.sign-in-content__switcher__btn {
    width: 50%;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid #dfe1ee;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.2em;

    color: #dfe1ee;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .sign-in-content__switcher__btn:not(.is-active):hover {
        background-color: #303956;
    }
}

.sign-in-content__switcher__btn:not(.is-active):active {
    background-color: #363f60;
}

.sign-in-content__switcher__btn:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}

.sign-in-content__switcher__btn:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
}

.sign-in-content__switcher__btn.is-active {
    background-color: #dfe1ee;
    font-weight: 600;
    color: #1b2134;
    pointer-events: none;
}

.sign-in-content__switcher__btn .icon {
    margin-right: 1rem;
    font-size: 2rem;
}

@media (max-width: 767px) {
    .sign-in-content__switcher__btn .icon {
        font-size: 1.8rem;
    }
}

.sign-in-content__fields {
    width: 100%;
}

.sign-in-content__btn-group {
    width: 100%;
    margin-top: auto;
}

.sign-in-content__btn-group .btn {
    min-width: auto;
    width: 100%;
}

.sign-in-content__btn-group .btn + .btn {
    margin-top: 2rem;
}

.sign-in-content__btn-group .btn--silver-bordered {
    color: #dfe1ee !important;
}

.sign-in-content__link {
    color: #dfe1ee !important;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2em;
}

@media (min-width: 768px) {
    .sign-in-content__link:hover {
        color: #ffcc00 !important;
    }
}

.coins-submit-wrapper {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    position: relative;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

.coins-submit-inner {
    padding: 4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1023px) {
    .coins-submit-inner {
        padding: 2rem;
    }
}

.coins-submit-icon {
    margin-bottom: 5rem;
}

.coins-submit-icon.mobile {
    display: none;
}

@media (max-width: 1023px) {
    .coins-submit-icon {
        margin-bottom: 3rem;
    }
}

.coins-submit-icon .icon-time {
    font-size: 4rem;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .coins-submit-icon {
        opacity: 0;
    }

    .coins-submit-icon.mobile {
        display: flex;
        opacity: 1;
    }

    .coins-submit-icon .icon-time {
        font-size: 4rem;
    }

    .coins-submit-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coins-submit-submit,
    .coins-submit-submit .btn {
        width: 100% !important;
    }

    .coins-head {
        flex-grow: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .coins-submit-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 1rem;
    }

    .coins-submit-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none;
        background-color: #1b2134;
        border: none;
    }
}

.coins-submit-text {
    text-transform: uppercase;
    margin-bottom: 4rem;
}

@media (max-width: 1023px) {
    .coins-submit-text {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .coins-submit-text {
        margin-bottom: 2rem;
    }
}

.coins-submit-text p {
    color: #dfe1ee;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
}

@media (max-width: 1023px) {
    .coins-submit-text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .coins-submit-text p {
        font-size: 2.6rem;
    }
}

.coins-submit-submit {
    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;
}

.coins-submit-submit .btn {
    height: 6rem;
    width: auto;
    min-width: 14rem;
}

@media (max-width: 1023px) {
    .coins-submit-submit .btn {
        height: 5rem;
    }
}

.face-to-face-wrapper {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    position: relative;
}

.face-to-face__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.face-to-face__header .modal-close {
    position: relative;
    top: auto;
    right: auto;
}

.face-to-face__logo {
    font-size: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}

.face-to-face__title {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.42em;

    color: #dfe1ee;
}

.face-to-face__image {
    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: 28rem;
    height: 28rem;
    margin: 0 auto 3rem auto;
}

.face-to-face__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.6rem;
}

.face-to-face__invite-code {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    text-align: center;

    color: #ffcc00;
}

@media (max-width: 767px) {
    .feedback-comments-modal {
        overflow: hidden !important;
    }
}

@media (max-width: 767px) {
    .feedback-comments-modal .modal-dialog,
    .feedback-comments-modal .modal-content {
        margin: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden !important;
    }
}

.feedbacks-comments {
    width: 100%;
    max-width: 72rem;
    height: 54rem;
    margin: 0 auto;
    position: relative;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

@media (max-width: 767px) {
    .feedbacks-comments {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        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%;
        max-width: none;
        border-radius: 0;
        border: none;
        background-color: #1b2134;
    }
}

.feedbacks-comments__top {
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
    padding: 2rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__top {
        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: 5rem;
        padding: 0 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-bottom-color: #2f3548;
    }
}

@media (max-width: 767px) {
    .feedbacks-comments__top .modal-close {
        position: relative;
        top: auto;
        right: auto;
    }
}

.feedbacks-comments__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .feedbacks-comments__title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .feedbacks-comments__title {
        font-size: 2.4rem;
    }
}

.feedbacks-comments__inner {
    padding: 1rem 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .feedbacks-comments__inner {
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feedbacks-comments__thumb {
    width: 24rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__thumb {
        display: none;
    }
}

.feedbacks-comments__thumb .feedbacks-item__top {
    padding: 0;
}

.feedbacks-comments__side {
    width: 42rem;
    height: 44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .feedbacks-comments__side {
        width: 100%;
        height: 100%;
    }
}

.feedbacks-comments__side .feedbacks-item__top {
    margin-bottom: 0;
}

.feedbacks-comments__image {
    width: 100%;
    height: 39rem;
    margin-bottom: 2rem;
    border-radius: 6px;
    overflow: hidden;
}

.feedbacks-comments__image img {
    border-radius: 6px;
}

.feedbacks-comments__list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 6px;
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__list {
        max-height: none;
        margin-bottom: 0;
        padding: 2rem 1rem 1rem 1rem;
    }
}

.feedbacks-comments__list__item {
    background-color: #21273b;
    border-radius: 1.6rem;
    margin-bottom: 1rem;
}

.feedbacks-comments__list__item .feedbacks-item__user__image {
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .feedbacks-comments__list__item:last-child {
        border-bottom: none;
    }
}

.feedbacks-comments__list__item__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 2rem 2rem 0 2rem;
}

.feedbacks-comments__list__item__content {
    width: 100%;
    padding: 0 2rem 2rem 2rem;
}

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

.feedbacks-comments__list__item__time,
.feedbacks-comments__list__item__reply {
    font-size: 1.2rem;
    line-height: 2em;
    color: #dfe1ee;
}

.feedbacks-comments__list__item__text {
    color: #dfe1ee;
}

.feedbacks-comments__list__item__reply {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 5px;
    margin-left: 2rem;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 6px;
}

@media (min-width: 768px) {
    .feedbacks-comments__list__item__reply:hover {
        background-color: #272e46;
    }
}

.feedbacks-comments__list__item__reply-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.1em;
    color: rgba(223, 225, 238, 0.3);
    cursor: pointer;
    margin-left: 2rem;
    padding-bottom: 1rem;
}

.feedbacks-comments__list__item__reply-trigger:after {
    content: attr(data-show);
}

.feedbacks-comments__list__item__reply-trigger.is-active:after {
    content: attr(data-hide);
}

.feedbacks-comments__list__item__name {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-right: 5px;
}

.feedbacks-comments__list__item__text {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.25em;
    word-break: break-all;
}

.feedbacks-comments__list__item__replies__hidden {
    display: none;
}

.feedbacks-comments__list__item__replies .feedbacks-comments__list__item {
    margin-bottom: 0;
}

.feedbacks-comments__footer {
    max-height: 20rem;
    min-height: 9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    z-index: 2;
    margin-top: auto;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer {
        min-height: 7rem;
        max-height: 20rem;
        padding: 1rem;
        border-top: 1px solid #2f3548;
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }
}

.feedbacks-comments__footer__field {
    height: 100%;
    width: 100%;
    background-color: #1b2134;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__field {
        border: none;
        border-radius: 0;
    }
}

.feedbacks-comments__footer__field .btn {
    height: 100%;
    padding: 0;
    border-radius: 0;
    color: #dfe1ee;
    width: 6rem;
    background-color: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 2rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__field .btn {
        padding-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feedbacks-comments__footer__field .btn .icon-send {
    color: #dfe1ee;
    font-size: 1.8rem;
    margin-right: 0;
}

.feedbacks-comments__footer__field .input-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding: 5px 2rem 5px 0;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__field .input-wrap {
        padding: 0;
    }
}

.feedbacks-comments__footer__field .input-wrap__inner {
    width: 100%;
    height: 100%;
    padding: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__field .input-wrap__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feedbacks-comments__footer__textarea {
    height: 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #dfe1ee;
    outline: none;
    border: none;
    resize: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 1rem;
    padding-top: 6px;
    min-height: 50px;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__textarea {
        min-height: auto;
        padding-top: 0;
    }
}

.feedbacks-comments__footer__textarea:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.feedbacks-comments__footer__textarea:focus
    + .feedbacks-comments__footer__textarea-placeholder {
    opacity: 0;
    visibility: hidden;
}

.feedbacks-comments__footer__textarea.is-filled
    + .feedbacks-comments__footer__textarea-placeholder {
    opacity: 0;
    visibility: hidden;
}

.feedbacks-comments__footer__textarea-placeholder {
    width: 100%;
    height: auto;
    font-weight: 600;
    padding-left: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(223, 225, 238, 0.3);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    left: 0;
    margin: 0;
    cursor: text;
    padding-left: 1rem;
    padding-top: 1rem;
}

@media (max-width: 767px) {
    .feedbacks-comments__footer__textarea-placeholder {
        padding-top: 0;
    }
}

.feedbacks-modal__inner {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

@media (max-width: 767px) {
    .feedbacks-modal__inner {
        position: fixed;
        top: 0;
        background-color: #1b2134;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        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%;
        max-width: none;
        border-radius: 0;
        border: none;
    }
}

.feedbacks-modal__top {
    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;
    padding: 2.5rem 4rem;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .feedbacks-modal__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1.5rem 1rem;
        position: static;
        border-bottom: none;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .feedbacks-modal__top .modal-close {
        position: relative;
        top: auto;
        right: auto;
    }
}

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

@media (max-width: 767px) {
    .feedbacks-modal__top__side {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #2f3548;
        margin-bottom: 1rem;
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .feedbacks-modal__top .product-detail__reviews__rate {
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 1rem;
        height: 4rem;
        padding: 0 1rem;
    }
}

@media (max-width: 767px) {
    .feedbacks-modal__top .feedbacks-rate {
        width: auto;
    }
}

.feedbacks-modal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2em;
    color: rgba(223, 225, 238, 0.3);
    margin-right: 2rem;
}

@media (max-width: 1279px) {
    .feedbacks-modal__title {
        color: #dfe1ee;
        font-style: italic;
        font-weight: 800;
        font-size: 2.2rem;
        line-height: 1.65em;
        text-transform: uppercase;
        padding-right: 1rem;
    }
}

@media (max-width: 499px) {
    .feedbacks-modal__title {
        font-size: 1.8rem;
    }
}

.feedbacks-modal__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .feedbacks-modal__title .icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .feedbacks-modal__button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #1b2134;
        border-top: 1px solid #2f3548;
        padding: 1rem;
    }
}

.feedbacks-modal__write-review {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffcc00;
}

@media (max-width: 767px) {
    .feedbacks-modal__write-review {
        background-color: #ffcc00;
        color: #1b2134;
        height: 5rem;
        width: 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;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        font-size: 1.4rem;
        line-height: 1;
        border-radius: 1.6rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        overflow: hidden;
    }
}

.feedbacks-modal__list {
    padding: 2rem 2rem 0 2rem;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    overflow: unset !important;
    overflow-y: unset !important;
}

@media (max-width: 767px) {
    .feedbacks-modal__list {
        -webkit-column-count: unset;
        column-count: unset;
        padding: 0 1rem;
        overflow: hidden !important;
        overflow-y: auto !important;
        margin-bottom: 7rem;
    }
}

.feedbacks-modal__list .product-detail__reviews__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (max-width: 767px) {
    .feedbacks-modal__list .product-detail__reviews__item {
        margin-bottom: 1rem;
    }
}

.feedbacks-modal__list .product-detail__reviews__item:last-child {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .feedbacks-modal__list .product-detail__reviews__item:last-child {
        margin-bottom: 1rem;
    }
}

.write-review-modal__inner {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    position: relative;
}

@media (max-width: 767px) {
    .write-review-modal__inner {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        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%;
        max-width: none;
        border-radius: 0;
        border: none;
        background: #1b2134;
    }

    .write-review-modal__top__inner {
        border-top: 1px solid #2f3548;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 24px;
        padding: 1rem 0;
    }

    .write-review-modal .modal-close {
        margin-left: auto;
    }
}

.write-review-modal__inner .acc-coins__photo__group__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
}

@media (max-width: 767px) {
    .write-review-modal__inner .acc-coins__photo__group__rate {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.write-review-modal__inner
    .acc-coins__photo__group__rate
    .acc-coins__photo__group__title {
    margin-bottom: 2.2rem;
}

@media (max-width: 767px) {
    .write-review-modal__inner
        .acc-coins__photo__group__rate
        .acc-coins__photo__group__title {
        margin-bottom: 0;
        display: block;
    }
}

.write-review-modal__inner .acc-coins__photo__group__rate-inner {
    margin-left: -5px;
}

.write-review-modal__top {
    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;
    padding: 2rem;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .write-review-modal__top {
        padding: 0;
        border-bottom-color: #2f3548;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .write-review-modal__top .modal-close {
        position: relative;
        top: auto;
        right: auto;
        margin-right: 1rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

.write-review-modal__title {
    color: #dfe1ee;
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-transform: uppercase;
    padding-right: 1rem;
}

@media (max-width: 1279px) {
    .write-review-modal__title {
        font-size: 2.4rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .write-review-modal__title {
        max-width: 32rem;
        margin: 0 1rem;
    }
}

.write-review-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3rem 2rem;
}

@media (max-width: 767px) {
    .write-review-modal__form {
        padding: 2.3rem 0 1rem 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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;
        height: calc(100% - 5rem);
    }
}

.write-review-modal__form__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .write-review-modal__form__inner {
        padding: 0 1rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -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;
        overflow-y: auto !important;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__inner .acc-coins__photo__group__title {
        display: none;
    }
}

.write-review-modal__form__side {
    width: calc(50% - 2rem);
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .write-review-modal__form__side {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:last-child {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:last-child .acc-coins__photo__group {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:last-child .input-wrap {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:last-child .form-control {
        min-height: 100%;
    }
}

@media (max-width: 767px) {
    .write-review-modal__form__side:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.write-review-modal__form__side--lg {
    width: 100%;
}

@media (max-width: 767px) {
    .write-review-modal__form__side--lg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.write-review-modal__form__side textarea.form-control {
    min-height: 19rem;
}

.write-review-modal__form__submit {
    width: 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;
}

@media (max-width: 767px) {
    .write-review-modal__form__submit {
        padding: 1.5rem 1rem 0 1rem;
    }
}

.write-review-modal__form__submit .btn {
    width: 100%;
    max-width: 36rem;
}

@media (max-width: 767px) {
    .write-review-modal__form__submit .btn {
        max-width: 100%;
    }
}

.review-send-modal__inner {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    position: relative;
}

@media (max-width: 767px) {
    .review-send-modal__inner {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        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%;
        max-width: none;
        border-radius: 0;
        border: none;
    }
}

.review-send-modal__top {
    position: relative;
    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;
    padding: 0;
}

@media (max-width: 767px) {
    .review-send-modal__top {
        padding: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .review-send-modal__top .modal-close {
        position: relative;
        top: auto;
        right: auto;
    }
}

.review-send-modal__success {
    min-height: 55rem;
    padding: 2rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-send-modal__success__title {
    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: 4rem;
}

.review-send-modal__success__title .icon-footer-contact {
    color: #ffcc00;
    font-size: 7.2rem;
}

.review-send-modal__success__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.4rem;
}

.review-send-modal__success__close {
    width: 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;
}

.review-send-modal__success__close .btn {
    width: 100%;
    max-width: 40rem;
}

.lab-test-modal__inner {
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    position: relative;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 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;
}

.lab-test-modal__inner img {
    border-radius: 1.6rem;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.applied-modal__inner {
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    position: relative;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 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;
}

.applied-modal__inner span {
    font-size: 3rem;
    text-align: center;
    color: #ffcc00;
}

.cp-program {
    background-color: #21273b;
    border-left: 1px solid #2f3548;
    width: 100%;
    max-width: 40rem;
    height: 100%;
    margin-left: auto;
    position: relative;
}

.cp-program__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 7.6rem);
}

.cp-program__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;
    border-bottom: 1px solid #2f3548;
    padding: 2rem 2rem 1.6rem 2rem;
}

.cp-program__inner {
    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%;
}

.cp-program__info {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .cp-program__info {
        border-right: none;
        width: 100%;
        padding: 1rem;
    }
}

.cp-program__info .btn {
    width: 100%;
    margin-top: 3rem;
}

.cp-program__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2rem;
}

@media (max-width: 1023px) {
    .cp-program__text {
        width: 100%;
        padding: 1rem;
    }
}

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

.cp-program__text__inner__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 14rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cp-program__text__inner__plug {
    display: block;
    width: 100%;
    height: 23rem;
    background-color: #2f3548;
    border-radius: 6px;
}

.cp-program__text__inner__label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.5em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 0;
}

.cp-program__text__inner__label input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
    opacity: 0;
    visibility: hidden;
}

.cp-program__text__inner__side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cp-program__text__inner__title {
    display: block;
    width: 100%;
    color: #dfe1ee;
    margin-bottom: 1rem;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.25em;
}

.cp-program__text__inner__subtitle {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.25em;
}

.cp-program__text__inner__rate {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cp-program__text__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2em;

    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 9px;
}

.cp-program__text__title .icon {
    color: rgba(223, 225, 238, 0.3);
    font-size: 2rem;
    margin-right: 1.2rem;
}

.cp-program__text p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.45em;
    color: #dfe1ee;
}

.cp-program__number {
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-transform: uppercase;
}

.cp-program__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1023px) {
    .cp-program__title {
        padding-right: 0;
    }
}

.cp-program__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

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

.cp-program__close .icon-close {
    font-size: 1.2rem;
    color: #dfe1ee;
}

.cp-program__steps {
    width: 100%;
}

.cp-program__steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1279px) {
    .cp-program__steps__item {
        padding: 1rem 0;
    }
}

.cp-program__steps__item p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1023px) {
    .cp-program__steps__item p {
        font-size: 1.6rem;
        line-height: 1.5em;
    }
}

.cp-program__steps__item p .icon {
    font-size: 2rem;
    margin-right: 5px;
    margin-top: 3px;
}

.cp-program__steps__num {
    width: 3rem;
    height: 3rem;
    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-right: 1rem;
    font-size: 1.8rem;
    line-height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #dfe1ee;
    border-radius: 4px;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1023px) {
    .cp-program__steps__num {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.6rem;
    }
}

.region-modal .modal-content {
    padding: 0 5px;
}

.region-modal__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 48rem;
}

@media (max-width: 1279px) {
    .region-modal__inner {
        max-width: 69rem;
        min-height: 42rem;
    }
}

@media (max-width: 767px) {
    .region-modal__inner {
        min-height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 39rem;
    }
}

.region-modal__bg {
    width: 44rem;
    background-image: url("/assets/images/useful/regions-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1.6rem 0 0 1.6rem;
    position: relative;
}

@media (max-width: 1279px) {
    .region-modal__bg {
        width: 35rem;
    }
}

@media (max-width: 767px) {
    .region-modal__bg {
        width: 100%;
        background-color: #1b2134;
        border-radius: 1.6rem 1.6rem 0 0;
    }
}

.region-modal__bg__text {
    position: absolute;
    bottom: 2.5rem;
    right: 3.2rem;
}

@media (max-width: 1279px) {
    .region-modal__bg__text {
        right: 2rem;
        bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .region-modal__bg__text {
        position: relative;
        bottom: auto;
        right: auto;
        padding: 1.5rem;
    }
}

.region-modal__bg__text__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-style: italic;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .region-modal__bg__text__line {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .region-modal__bg__text__line {
        text-align: center;
    }
}

.region-modal__bg__text__line + .region-modal__bg__text__line {
    margin-top: 1.7rem;
}

@media (max-width: 1279px) {
    .region-modal__bg__text__line + .region-modal__bg__text__line {
        margin-top: 1.3rem;
    }
}

.region-modal__bg__text .icon-logo {
    font-size: 2rem;
    margin-right: 2.6rem;
}

@media (max-width: 1279px) {
    .region-modal__bg__text .icon-logo {
        font-size: 1.7rem;
    }
}

.region-modal__bg__text .icon-man-strong {
    font-size: 11.4rem;
    color: #ffcc00;
}

@media (max-width: 1279px) {
    .region-modal__bg__text .icon-man-strong {
        font-size: 9.8rem;
    }
}

@media (max-width: 767px) {
    .region-modal__bg__text .icon-man-strong {
        font-size: 7rem;
    }
}

.region-modal__info {
    width: 35.9rem;
    border-radius: 0 1.6rem 1.6rem 0;
    padding: 3rem;
}

@media (max-width: 1279px) {
    .region-modal__info {
        width: 34rem;
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .region-modal__info {
        width: 100%;
        padding: 1rem;
    }
}

.region-modal__info__step {
    display: none;
    position: relative;
    height: 100%;
}

.region-modal__info__step.is-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.region-modal__info__step__back {
    margin-top: auto;
}

@media (max-width: 767px) {
    .region-modal__info__step__back {
        margin-top: 2rem;
    }
}

.region-modal__info .input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

@media (max-width: 1279px) {
    .region-modal__info .input-wrap {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .region-modal__info .input-wrap {
        margin-bottom: 1.5rem;
    }
}

.region-modal__info .input-wrap .icon-search {
    position: absolute;
    font-size: 2rem;
    color: #dfe1ee;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.region-modal__info .form-control {
    height: 5rem;
    background: #21273b;
    border: 2px solid #21273b;
    border-radius: 1.6rem;
    width: 100%;
    padding: 0 4.5rem 0 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    color: #dfe1ee;
}

.region-modal__info .form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.region-modal__info .form-control:focus:-moz-placeholder {
    opacity: 0;
}

.region-modal__info .form-control:focus::-moz-placeholder {
    opacity: 0;
}

.region-modal__info .form-control:focus:-ms-input-placeholder {
    opacity: 0;
}

.region-modal__info .form-control::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: rgba(223, 225, 238, 0.3);
}

.region-modal__info .form-control:-moz-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: rgba(223, 225, 238, 0.3);
}

.region-modal__info .form-control::-moz-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: rgba(223, 225, 238, 0.3);
}

.region-modal__info .form-control:-ms-input-placeholder {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: rgba(223, 225, 238, 0.3);
}

.region-modal__info .btn {
    width: 100%;
}

.region-modal__info .btn--silver-bordered {
    background-color: #21273b;
}

.region-modal__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.66em;
    color: #dfe1ee;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (max-width: 1279px) {
    .region-modal__title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.region-modal__text {
    margin-bottom: 1.4rem;
    width: 100%;
    color: #dfe1ee;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin-top: -9px;
}

@media (max-width: 1279px) {
    .region-modal__text {
        font-size: 1.6rem;
    }
}

.region-modal__list {
    width: 100%;
}

.region-modal__list__inner {
    height: 22.9rem;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 1279px) {
    .region-modal__list__inner {
        height: 19.1rem;
    }
}

@media (max-width: 767px) {
    .region-modal__list__inner {
        margin-right: -5px;
    }
}

.region-modal__list__inner__block:not(:last-child) {
    margin-bottom: 3rem;
}

.region-modal__list__inner__block:last-child
    .region-modal__list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.region-modal__list__inner__block:first-child
    .region-modal__list__item:first-child {
    padding-top: 0;
}

.region-modal__list__title {
    font-size: 1.8rem;
    line-height: 1.1em;
    color: rgba(223, 225, 238, 0.3);
    display: block;
    width: 100%;
    background-color: #272e46;
    z-index: 2;
    padding: 0 0 7px 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .region-modal__list__title {
        padding: 3px 0;
    }
}

.region-modal__list__title.is-hidden {
    display: none;
}

.region-modal__list__item {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1279px) {
    .region-modal__list__item {
        padding: 1.3rem 0;
    }
}

.region-modal__list__item.is-hidden {
    display: none;
}

.region-modal__list__item input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
    opacity: 0;
    visibility: hidden;
}

.region-modal__list__item
    input:checked
    + .region-modal__list__item__label
    .region-modal__list__item__name {
    color: #ffcc00;
}

.region-modal__list__item
    input:checked
    + .region-modal__list__item__label
    .region-modal__list__item__circle {
    border-color: #ffcc00;
}

.region-modal__list__item
    input:checked
    + .region-modal__list__item__label
    .region-modal__list__item__circle:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.region-modal__list__item__icon {
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.region-modal__list__item__icon .icon {
    font-size: 4rem;
}

@media (max-width: 1279px) {
    .region-modal__list__item__icon .icon {
        font-size: 3rem;
    }
}

.region-modal__list__item__name {
    color: #dfe1ee;
    font-size: 1.8rem;
    line-height: 1.65em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 1279px) {
    .region-modal__list__item__name {
        font-size: 1.6rem;
    }
}

.region-modal__list__item__circle {
    margin-left: auto;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    position: relative;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.region-modal__list__item__circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #ffcc00;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.region-modal__list__item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    cursor: pointer;
}

.region-modal__list__item__label img {
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
}

@media (max-width: 1279px) {
    .region-modal__list__item__label img {
        width: 3rem;
    }
}

.region-modal__actions {
    width: calc(100% + 2rem);
    height: 5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -1rem;
}

@media (max-width: 767px) {
    .region-modal__actions {
        position: relative;
        margin-top: 1rem;
        bottom: auto;
        right: auto;
        width: 100%;
        left: auto;
    }
}

.region-modal__actions .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.region-modal__actions .btn[type="submit"] {
    display: none;
}

.region-modal__actions.is-choosen .btn {
    display: none;
}

.region-modal__actions.is-choosen .btn[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.region-modal__notify .select2-container {
    width: 100% !important;
    margin-bottom: 1rem;
}

.region-modal__notify .select2-container--default .select2-selection--single {
    border-radius: 1.6rem;
}

.region-modal__notify
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    border-radius: 1.6rem;
}

.region-modal__notify .form-control {
    background-color: #2f3548;
    border-color: #2f3548;
}

.region-modal__notify .input-wrap {
    margin-bottom: 1rem;
}

.modal-gallery {
    width: 100%;
    overflow: hidden !important;
}

.modal-gallery .modal-content {
    padding: 2rem 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-gallery .modal-dialog {
    height: 100%;
}

.modal-gallery .modal-dialog-centered {
    min-height: auto;
    margin: auto;
}

.modal-gallery .swiper-container {
    opacity: 0;
    height: 100%;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-gallery .swiper-slide {
    width: auto;
    max-height: 100%;
}

.modal-gallery.is-loaded .swiper-container {
    opacity: 1;
    visibility: visible;
}

.modal-gallery.is-loaded .product-carousel__navigation,
.modal-gallery.is-loaded .product-carousel__pagination {
    opacity: 1;
    visibility: visible;
}

.modal-gallery__top {
    width: 100%;
    max-width: 68rem;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .modal-gallery__top {
        margin: 0 auto 1.5rem auto;
        padding: 0 3rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .modal-gallery__top {
        padding: 0 1.5rem 0 5px;
    }
}

.modal-gallery__top .product-carousel__navigation {
    margin-right: 15rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 1599px) {
    .modal-gallery__top .product-carousel__navigation {
        margin-right: 8rem;
    }
}

@media (max-width: 1023px) {
    .modal-gallery__top .product-carousel__navigation {
        margin-right: 4rem;
    }
}

@media (max-width: 767px) {
    .modal-gallery__top .product-carousel__navigation {
        margin-right: 2rem;
        margin-left: 0;
    }
}

.modal-gallery__top .product-carousel__pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 767px) {
    .modal-gallery__top .product-carousel__pagination {
        display: none;
    }
}

.modal-gallery__top .swiper-pagination-bullet {
    opacity: 1;
}

.modal-gallery__inner {
    position: relative;
    width: 100%;
    max-height: calc(100% - 7.2rem);
}

@media (max-width: 767px) {
    .modal-gallery__inner {
        padding: 0 1rem;
    }
}

.modal-gallery__loader {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.modal-gallery__loader__inner {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.modal-gallery__loader__inner:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.modal-gallery__loader__inner:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.modal-gallery__loader__inner:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.modal-gallery__item {
    background-color: #272e46;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    padding: 1.3rem 2rem 2rem 2rem;
    width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .modal-gallery__item {
        padding: 1.3rem;
    }

    .modal-gallery .modal-gallery .swiper-slide {
        max-width: 100%;
    }
}

.product-carousel__navigation.mobile {
    display: none;
}

.modal-gallery__item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .modal-gallery .swiper-slide {
        max-width: 100%;
    }

    .modal-gallery__item {
        padding: 1rem;
        background: transparent;
        border: none;
    }

    .modal-gallery {
        background: #1b2134;
    }

    .modal-gallery__inner {
        height: 100%;
        padding: 0;
    }

    .modal-gallery__item__image {
        max-height: 80vh !important;
        aspect-ratio: 1 / 1.45;
    }

    .modal-gallery__item__image img {
        height: auto !important;
    }

    .modal-gallery .product-carousel__navigation {
        display: none !important;
    }

    .modal-gallery .product-carousel__navigation.mobile {
        display: flex !important;
        gap: 40px;
    }

    .modal-gallery .product-carousel__navigation__left,
    .modal-gallery .product-carousel__navigation__right {
        width: 50px;
        height: 50px;
    }

    .modal-gallery .modal-content {
        justify-content: flex-start;
        flex-grow: 1;
    }

    .modal-gallery .modal-gallery__item__title {
        margin-bottom: 20px;
        color: #dfe1ee;
    }

    .modal-gallery__top {
        margin: 0;
    }

    .modal-gallery .modal-close {
        top: 2.2rem;
    }

    .modal-gallery .modal-content {
        padding-top: 10px;
    }
}

.modal-gallery__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 7px;
}

@media (max-width: 1279px) {
    .modal-gallery__item__title {
        font-size: 1.6rem;
    }
}

.modal-gallery__item__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.modal-gallery__item__image {
    border-radius: 1.6rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.modal-gallery__item__image img {
    border-radius: inherit;
    height: auto;
    width: auto;
    max-width: 100%;
}

.side-modal {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    display: none;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.side-modal.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
}

.side-modal .support-sticky__inner {
    display: block;
}

.side-modal .support-sticky__inner__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.side-modal .support-sticky__inner__form__content {
    height: 100%;
}

.side-modal .support-sticky__inner__form__textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.side-modal .support-sticky__inner__form__textarea .input-wrap {
    height: 100%;
}

.side-modal .support-sticky__inner__form__textarea .form-control {
    height: 100% !important;
}

@-webkit-keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.rate-line {
    width: 14.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rate-line--clickable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rate-line--clickable .rate-line__label {
    cursor: pointer;
}

.rate-line--static[data-rate="1"] .rate-line__item:first-child .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line--static[data-rate="2"] .rate-line__item:first-child .icon-star,
.rate-line--static[data-rate="2"] .rate-line__item:nth-child(2) .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line--static[data-rate="3"] .rate-line__item:first-child .icon-star,
.rate-line--static[data-rate="3"] .rate-line__item:nth-child(2) .icon-star,
.rate-line--static[data-rate="3"] .rate-line__item:nth-child(3) .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line--static[data-rate="4"] .rate-line__item:first-child .icon-star,
.rate-line--static[data-rate="4"] .rate-line__item:nth-child(2) .icon-star,
.rate-line--static[data-rate="4"] .rate-line__item:nth-child(3) .icon-star,
.rate-line--static[data-rate="4"] .rate-line__item:nth-child(4) .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line--static[data-rate="5"] .rate-line__item .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    left: -9999em;
    top: -9999em;
}

.rate-line__input:checked ~ .rate-line__label .icon-star,
.rate-line__input:hover ~ .rate-line__label .icon-star {
    color: #ffcc00;
    fill: #ffcc00;
}

.rate-line__label,
.rate-line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.rate-line__label .icon-star,
.rate-line__item .icon-star {
    font-size: 1.6rem;
    color: #2f3548;
    fill: none;
    stroke-width: 4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

@media (max-width: 1023px) {
    .rate-line__label .icon-star,
    .rate-line__item .icon-star {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .rate-line__label .icon-star,
    .rate-line__item .icon-star {
        font-size: 1rem;
    }
}

.rate-line__label:not(:first-child) {
    padding: 0 0 0 1.3rem;
}

.rate-line__item:not(:last-child) {
    margin: 0 1.3rem 0 0;
}

@media (max-width: 767px) {
    .rate-line__item:not(:last-child) {
        margin: 0 9px 0 0;
    }
}

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

.review-person--lg .review-person__icon {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 1.9rem;
    font-size: 2.4rem;
    border-radius: 2.4rem;
}

@media (max-width: 767px) {
    .review-person--lg .review-person__icon {
        width: 6.4rem;
        height: 6.4rem;
    }
}

.review-person--lg .review-person__name {
    font-size: 1.6rem;
    color: #ffcc00;
}

.review-person__icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 1.8rem;
    font-size: 2rem;
    border-radius: 2.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;
    line-height: 1;
    text-transform: uppercase;
    color: #dfe1ee;
    font-weight: 600;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .review-person__icon {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .review-person__icon {
        width: 4rem;
        height: 4rem;
        margin-right: 1.3rem;
        border-radius: 1.4rem;
        font-size: 1.4rem;
    }
}

.review-person__name {
    font-size: 1.4rem;
    line-height: 1;
    color: #dfe1ee;
    font-weight: 700;
    margin-right: 2.4rem;
}

@media (max-width: 767px) {
    .review-person__name {
        font-size: 1.2rem;
    }
}

.review-person__time {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .review-person__time {
        font-size: 1.2rem;
    }
}

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

@media (max-width: 767px) {
    .review-person__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.loader-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5rem 0;
}

.goods-section .loader-wrapper {
    margin-top: 15.4rem;
}

@media (max-width: 1279px) {
    .goods-section .loader-wrapper {
        margin-top: 6.5rem;
    }
}

.loader-box {
    border-radius: 4px;
    background-color: #ffcc00;
    -webkit-transform: none;
    transform: none;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 2.2rem;
    -webkit-animation: wave 1s ease-in-out infinite;
    animation: wave 1s ease-in-out infinite;
}

@media (max-width: 1279px) {
    .loader-box {
        width: 8px;
        height: 8px;
        border-radius: 3px;
        margin: 0 1.4rem;
    }
}

@media (max-width: 1023px) {
    .loader-box {
        width: 1rem;
        height: 1rem;
        margin: 0 1.6rem;
    }
}

@media (max-width: 767px) {
    .loader-box {
        border-radius: 2px;
        width: 6px;
        height: 6px;
        margin: 0 1.4rem;
    }
}

.loader-box:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader-box:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-box:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-box:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader-box:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes wave {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes wave {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.faq-wrapper {
    padding: 5rem 0 2rem 0;
}

@media (max-width: 1279px) {
    .faq-wrapper {
        padding: 3rem 0 0 0;
    }
}

.faq-section {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

.faq-section__top {
    margin-bottom: 5rem;
}

@media (max-width: 1279px) {
    .faq-section__top {
        margin-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    .faq-section__top {
        margin-bottom: 3rem;
    }
}

.faq-section .section-title__secondary {
    font-size: 3.2rem;
    line-height: 1.25em;
}

@media (max-width: 1279px) {
    .faq-section .section-title__secondary {
        font-size: 2.4rem;
        line-height: 1.33em;
    }
}

@media (max-width: 767px) {
    .faq-section .section-title__secondary {
        font-size: 1.8rem;
    }
}

.faq-box {
    width: 100%;
    margin-bottom: 4rem;
}

@media (max-width: 1279px) {
    .faq-box {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .faq-box {
        margin-bottom: 1rem;
    }
}

.faq-box .collapse-block {
    padding: 1.8rem 3.1rem 2rem 3.1rem;
}

@media (max-width: 1023px) {
    .faq-box .collapse-block {
        margin-bottom: 1rem;
        padding: 2.2rem 3.5rem 2.5rem 3.1rem;
    }
}

@media (max-width: 767px) {
    .faq-box .collapse-block {
        padding: 7px 1.4rem 8px 2.4rem;
    }
}

.faq-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2em;
}

@media (max-width: 1279px) {
    .faq-box__title {
        font-size: 1.6rem;
        line-height: 2em;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .faq-box__title {
        cursor: pointer;
        min-height: 6rem;
        width: 100%;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #21273b;
        border: 1px solid rgba(223, 225, 238, 0.3);
        border-radius: 1.6rem;
        color: #dfe1ee;
        font-style: italic;
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.5em;
        text-transform: uppercase;
        padding: 0 1.5rem;
        -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
}

.faq-box__title .icon {
    margin-right: 1rem;
}

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

.faq-box__title__side .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2rem;
    margin-right: 1rem;
    color: rgba(223, 225, 238, 0.3);
}

.faq-box__title__icon {
    display: none;
}

@media (max-width: 767px) {
    .faq-box__title__icon {
        display: block;
        width: 2rem;
        height: 2rem;
        position: relative;
    }
}

.faq-box__title__icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    color: #dfe1ee;
    font-size: 7px;
}

.is-opened .faq-box__title__icon .icon {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 768px) {
    .faq-box__inner {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .faq-box__inner {
        display: none;
    }
}

.faq-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 6rem;
}

@media (max-width: 1279px) {
    .faq-links {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .faq-links {
        display: none;
    }
}

@media (max-width: 649px) {
    .faq-links {
        margin-left: 0;
        margin-right: 0;
    }
}

.faq-links-col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1279px) {
    .faq-links-col {
        padding: 0 1rem;
    }
}

@media (max-width: 767px) {
    .faq-links-col {
        width: 50%;
    }
}

@media (max-width: 649px) {
    .faq-links-col {
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 0;
    }
}

.faq-links-col--lg {
    width: 50%;
}

@media (max-width: 649px) {
    .faq-links-col--lg {
        width: 100%;
    }
}

.faq-links-item {
    min-height: 8rem;
    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;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    color: #dfe1ee;
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.5em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 1023px) {
    .faq-links-item {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .faq-links-item {
        min-height: 7rem;
    }
}

@media (max-width: 649px) {
    .faq-links-item {
        min-height: 6rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .faq-links-item:hover {
        background-color: #262d45;
    }
}

@media (min-width: 768px) {
    .faq-links-item:active {
        background-color: #2a324b;
    }
}

.faq-links-item.is-active {
    border-color: #ffcc00;
}

.faq-links-item .icon {
    color: #dfe1ee;
    font-size: 2rem;
    margin-right: 1rem;
}

@media (max-width: 649px) {
    .faq-links-item .icon {
        font-size: 1.8rem;
    }
}

.faq-inner {
    display: none;
}

@media (max-width: 767px) {
    .faq-inner {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .faq-inner.is-active {
        display: block;
    }
}

.acc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
}

.acc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 34rem);
    position: relative;
}

@media (max-width: 1599px) {
    .acc-content {
        width: calc(100% - 30rem);
    }
}

@media (max-width: 1279px) {
    .acc-content {
        width: 100%;
    }
}

.acc-content:after {
    content: "";
    display: block;
    width: calc(100% + (100vw - 162rem) / 2);
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#21273b),
        to(rgba(33, 39, 59, 0))
    );
    background: linear-gradient(180deg, #21273b 0%, rgba(33, 39, 59, 0) 100%);
}

@media (max-width: 1599px) {
    .acc-content:after {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .acc-content:after {
        display: none;
    }
}

.acc-content .section-title {
    margin-bottom: 5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    text-align: left;
}

@media (max-width: 1023px) {
    .acc-content .section-title {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-content .section-title {
        margin-bottom: 2rem;
    }
}

.acc-sidebar {
    width: 34rem;
    background-color: #1b2134;
    border-right: 1px solid #2f3548;
}

@media (max-width: 1599px) {
    .acc-sidebar {
        width: 30rem;
    }
}

@media (max-width: 1279px) {
    .acc-sidebar {
        display: none;
    }
}

@media (min-width: 1280px) {
    .acc-sidebar {
        height: auto !important;
    }
}

.acc-sidebar__inner {
    padding: 3.4rem 4rem 0 10rem;
}

@media (max-width: 1599px) {
    .acc-sidebar__inner {
        padding: 3.4rem 4rem 0 6rem;
    }
}

.acc-sidebar__logo {
    margin-bottom: 2.3rem;
}

.acc-sidebar__logo .icon-account-logo {
    font-size: 13.3rem;
}

.acc-sidebar__box {
    padding: 3.1rem 0 2.7rem 0;
}

.acc-sidebar__box + .acc-sidebar__box {
    border-top: 2px solid rgba(223, 225, 238, 0.3);
}

.acc-sidebar__box__info {
    margin: 1.1rem 0;
    display: flex;
    flex-direction: column;
}

.acc-sidebar__box__link,
.acc-sidebar__box__status {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .acc-sidebar__box__link:hover {
        color: #ffcc00;
    }
}

.acc-sidebar__box .header__menu__report__inner {
    margin: 1rem auto;
}

.acc-sidebar__box .header__menu__report__text {
    margin-bottom: 2.3rem;
}

.acc-sidebar__list li {
    position: relative;
}

.acc-sidebar__list li:not(:last-child) {
    margin-bottom: 1rem;
}

.acc-sidebar__list li.is-active a {
    color: #ffcc00;
}

@media (min-width: 768px) {
    .acc-sidebar__list li:hover a {
        color: #ffcc00;
    }
}

.acc-sidebar__list li .count-box {
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.acc-sidebar__list a {
    height: 5rem;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.66em;
}

.acc-sidebar__list a .icon {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.acc-checkout {
    width: 100%;
    padding: 5rem 10.3rem 1rem 11.7rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .acc-checkout {
        padding: 5rem 5rem 1rem 5rem;
    }
}

@media (max-width: 1279px) {
    .acc-checkout {
        padding: 4rem 4rem 3rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-checkout {
        padding: 3rem 1rem;
    }
}

.acc-checkout__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5rem;
}

@media (max-width: 1279px) {
    .acc-checkout__top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout__top {
        margin-bottom: 2rem;
    }
}

.acc-checkout__top .section-title {
    margin-bottom: 0;
    margin-right: 3rem;
    width: auto;
}

.acc-checkout-form {
    width: 100%;
    border-radius: 1.6rem;
    margin-bottom: 8rem;
    position: relative;
}

@media (max-width: 1023px) {
    .acc-checkout-form {
        margin-bottom: 6rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form {
        margin-bottom: 4.7rem;
    }
}

.acc-checkout-form.acc-checkout-form--card.is-submitted
    .acc-checkout-form__modal {
    min-height: auto !important;
}

.acc-checkout-form__crypto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.acc-checkout-form__crypto__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.acc-checkout-form__crypto__input {
    position: absolute;
    left: -9999em;
    top: -9999em;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.acc-checkout-form__crypto__input:checked + .acc-checkout-form__crypto__label {
    border-color: #ffcc00;
}

.acc-checkout-form__crypto__input:checked
    + .acc-checkout-form__crypto__label
    .acc-checkout-form__crypto__label__circle:after {
    background-color: #ffcc00;
}

.acc-checkout-form__crypto__input:checked
    + .acc-checkout-form__crypto__label
    .acc-checkout-form__crypto__label__name {
    color: #ffcc00;
}

.acc-checkout-form__crypto__label {
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem 0 1rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    margin-right: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .acc-checkout-form__crypto__label {
        margin-right: 1rem;
        padding: 0 1rem;
    }
}

@media (min-width: 768px) {
    .acc-checkout-form__crypto__label:hover {
        background-color: #1c2131;
    }
}

.acc-checkout-form__crypto__label__name {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 1023px) {
    .acc-checkout-form__crypto__label__name {
        font-size: 1.3rem;
    }
}

.acc-checkout-form__crypto__label__circle {
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    border: 1px solid #ffcc00;
}

@media (max-width: 1023px) {
    .acc-checkout-form__crypto__label__circle {
        width: 2.6rem;
        height: 2.6rem;
        margin-right: 5px;
    }
}

.acc-checkout-form__crypto__label__circle:after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(223, 225, 238, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1023px) {
    .acc-checkout-form__crypto__label__circle:after {
        width: 1rem;
        height: 1rem;
    }
}

.acc-checkout-form__delivery {
    margin-bottom: 6.5rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__delivery {
        margin-bottom: 4rem;
    }
}

.acc-checkout-form__delivery .article-title {
    margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__delivery .article-title {
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__payment {
    margin-bottom: 4.7rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment {
        margin-bottom: 4rem;
    }
}

.acc-checkout-form__payment .article-title {
    margin-bottom: 2.6rem;
}

.acc-checkout-form__payment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__inner {
        margin: 0 -5px;
    }
}

@media (max-width: 479px) {
    .acc-checkout-form__payment__inner {
        margin: 0;
    }
}

.acc-checkout-form__payment__col {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__col {
        padding: 0 5px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 479px) {
    .acc-checkout-form__payment__col {
        width: 100%;
        padding: 0;
    }
}

.acc-checkout-form__payment__item {
    width: 100%;
    height: 100%;
}

.acc-checkout-form__payment__item input {
    position: absolute;
    left: -9999em;
    top: -9999em;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.acc-checkout-form__payment__item
    input:checked
    + .acc-checkout-form__payment__label {
    border-color: #ffcc00;
}

.acc-checkout-form__payment__item
    input:checked
    + .acc-checkout-form__payment__label
    .acc-checkout-form__payment__label__check-icon:after {
    background-color: #ffcc00;
}

.acc-checkout-form__payment__item
    input:checked
    + .acc-checkout-form__payment__label
    .acc-checkout-form__payment__label__icon
    .icon {
    color: #ffcc00;
}

.acc-checkout-form__payment__item
    input:checked
    + .acc-checkout-form__payment__label
    .acc-checkout-form__payment__label__text {
    color: #ffcc00;
}

.acc-checkout-form__payment__item
    input:checked
    + .acc-checkout-form__payment__label
    .acc-checkout-form__payment__label__info {
    color: #ffcc00;
}

.acc-checkout-form__payment__label {
    display: block;
    height: 100%;
    min-height: 18rem;
    margin: 0;
    width: 100%;
    position: relative;
    background: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.6rem;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    cursor: pointer;
    padding: 1rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label {
        min-height: auto;
        padding: 3rem 1rem 2rem 1rem;
    }
}

.acc-checkout-form__payment__label__check-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #ffcc00;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__check-icon {
        width: 2rem;
        height: 2rem;
    }
}

.acc-checkout-form__payment__label__check-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(223, 225, 238, 0.3);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__check-icon:after {
        width: 8px;
        height: 8px;
    }
}

.acc-checkout-form__payment__label__text {
    font-weight: 800;
    font-style: italic;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 3rem 0;
    width: 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;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__text {
        font-size: 2.2rem;
        margin: 3.6rem 0 2.8rem 0;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__text {
        font-size: 2rem;
        margin: 8px 0 1.6rem 0;
    }
}

.acc-checkout-form__payment__label__icon {
    margin: 3rem 0;
    height: 4rem;
    width: 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;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon {
        margin: 3rem 0 2rem 0;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon {
        margin: 0 0 1rem 0;
    }
}

.acc-checkout-form__payment__label__icon .icon {
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.acc-checkout-form__payment__label__icon .icon-mg {
    font-size: 4rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-mg {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-mg {
        font-size: 2.8rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-payment-cr {
    font-size: 2.4rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-payment-cr {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-payment-cr {
        font-size: 1.4rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-wu {
    font-size: 2.6rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-wu {
        font-size: 1.8rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-btc {
    font-size: 3.1rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-btc {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-btc {
        font-size: 2.2rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-crypto {
    font-size: 2.4rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-crypto {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-crypto {
        font-size: 1.4rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-payment-bw {
    font-size: 2.3rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-payment-bw {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-payment-bw {
        font-size: 1.4rem;
    }
}

.acc-checkout-form__payment__label__icon .icon-wase {
    font-size: 3rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__payment__label__icon .icon-wase {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__icon .icon-wase {
        font-size: 1.6rem;
    }
}

.acc-checkout-form__payment__label__info {
    text-align: center;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;

    margin-bottom: 0;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__info {
        font-size: 1.4rem;
    }
}

.acc-checkout-form__payment__label__info .icon-time {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .acc-checkout-form__payment__label__info .icon-time {
        font-size: 1.8rem;
    }
}

.acc-checkout-form__discount {
    margin-bottom: 9.7rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__discount {
        margin-bottom: 4rem;
    }
}

.acc-checkout-form__discount .article-title {
    margin-bottom: 2.6rem;
}

.acc-checkout-form__discount__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .acc-checkout-form__discount__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form__discount__row + .acc-checkout-form__discount__row {
    margin-top: 4rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__discount__row + .acc-checkout-form__discount__row {
        margin-top: 2rem;
    }
}

.acc-checkout-form__discount__row .acc-checkout-form__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .acc-checkout-form__discount__row .acc-checkout-form__group {
        width: 100%;
    }
}

.acc-checkout-form__discount__row__btn {
    margin-left: 4rem;
    width: 20rem;
    height: 5rem;
    position: relative;
}

@media (max-width: 767px) {
    .acc-checkout-form__discount__row__btn {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

@media (max-width: 479px) {
    .acc-checkout-form__discount__row__btn {
        width: 100%;
    }
}

.acc-checkout-form__discount__row__btn .btn {
    min-width: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.acc-checkout-form__discount__row__btn .btn--block {
    color: #ffcc00 !important;
}

.acc-checkout-form__discount__row__btn .product-block__add-to-cart {
    height: 5rem;
}

.acc-checkout-form__discount__row__btn .product-block__add-to-cart[disabled] {
    opacity: 0.4;
}

.acc-checkout-form__discount__row__btn .product-block__add-to-cart__name {
    font-size: 1.4rem;
}

.acc-checkout-form__discount__row__btn .product-block__add-to-cart.is-adding {
    width: 5rem;
}

.acc-checkout-form__discount__row__btn
    .product-block__add-to-cart.is-adding[disabled] {
    opacity: 1;
}

.acc-checkout-form__discount__row__btn .product-block__add-to-cart.is-applied {
    pointer-events: none;
}

.acc-checkout-form__discount__row__btn .js-discount-coins-apply {
    opacity: 1;
    visibility: visible;
}

.is-applied .acc-checkout-form__discount__row__btn .js-discount-coins-apply {
    opacity: 0;
    visibility: hidden;
}

.acc-checkout-form__discount__row__btn .js-discount-coins-change {
    opacity: 0;
    visibility: hidden;
}

.is-applied .acc-checkout-form__discount__row__btn .js-discount-coins-change {
    opacity: 1;
    visibility: visible;
}

.acc-checkout-form__total {
    margin-bottom: 6rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__total {
        margin-bottom: 3rem;
    }
}

.acc-checkout-form__total .article-title {
    margin-bottom: 7px;
}

.acc-checkout-form__total__inner {
    width: 100%;
}

.acc-checkout-form__total__row {
    width: 100%;
    height: 6rem;
    padding-right: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 767px) {
    .acc-checkout-form__total__row {
        padding-right: 0;
    }
}

.acc-checkout-form__total__row + .acc-checkout-form__total__row:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: rgba(223, 225, 238, 0.3);
}

.acc-checkout-form__total__row--coins .acc-checkout-form__total__row__count {
    color: #2f80ed;
}

.acc-checkout-form__total__row__descr {
    height: 100%;
    min-width: 36rem;
    width: 50%;
    text-align: right;
    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;
    padding-right: 3rem;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .acc-checkout-form__total__row__descr {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__total__row__descr {
        font-size: 1.4rem;
        padding-right: 1rem;
    }
}

.acc-checkout-form__total__row__count {
    width: 20rem;
    height: 100%;
    background-color: #1b2134;
    padding: 0 1rem 0 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #ffcc00;
    text-transform: uppercase;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .acc-checkout-form__total__row__count {
        padding: 0 2rem;
        width: 18rem;
    }
}

.acc-checkout-form__invoice {
    background-color: #21273b;
    border-radius: 1.6rem 1.6rem 0 0;
    border-left: 1px solid rgba(223, 225, 238, 0.3);
    border-top: 1px solid rgba(223, 225, 238, 0.3);
    border-right: 1px solid rgba(223, 225, 238, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .acc-checkout-form--store-coins .acc-checkout-form__invoice {
        border-radius: 1.6rem 1.6rem;
    }
}

.acc-checkout-form__invoice__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;
    padding: 2rem 3rem 2rem 4rem;
    min-height: 10.8rem;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__top {
        padding: 2rem 2.5rem;
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top--crypto {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: none;
        border-top: 1px solid rgba(223, 225, 238, 0.3);
    }
}

.acc-checkout-form__invoice__top__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__top__side {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top__side {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.acc-checkout-form__invoice__top__side
    + .acc-checkout-form__invoice__top__side {
    margin-left: 1rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__top__side
        + .acc-checkout-form__invoice__top__side {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.acc-checkout-form__invoice__top__date {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top__date {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }
}

.acc-checkout-form__invoice__top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top__buttons {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-checkout-form__invoice__top .btn {
    margin-left: 2rem;
    min-width: 14rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__top .btn {
        margin-left: 1rem;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top .btn {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top__buttons {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .acc-checkout-form__invoice__top .btn + .btn {
        margin-left: 0;
    }
}

.acc-checkout-form__invoice__top .order-block__num {
    margin-right: 1.4rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__top .order-block__num {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top .order-block__num {
        margin: 0 0 2rem 0;
        text-align: center;
    }
}

.acc-checkout-form__invoice__top .order-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__top .order-block__info {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-checkout-form__invoice__top .order-block__info__icon {
    margin-right: 1rem;
}

.acc-checkout-form__invoice__top .order-block__info__icon .icon-circled-arrow {
    font-size: 3rem;
    color: #dfe1ee;
}

.acc-checkout-form__invoice__top .order-block__info__name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;

    color: #dfe1ee;
}

.acc-checkout-form__invoice__reference {
    width: 100%;
    padding: 2.8rem 2.8rem 2.8rem 3.6rem;
    border-bottom: 1px solid rgba(223, 225, 238, 0.3);
    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;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1b2134;
    background-image: url("/assets/images/useful/invoice-bg.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__reference {
        padding: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference {
        padding: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form__invoice__reference__code {
    width: auto;
    min-width: 18rem;
    height: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
    font-weight: 600;
    background-color: #1b2134;
    color: #dfe1ee;
    border: 1px solid #eb5757;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 1.6rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__code {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__code {
        max-width: 40rem;
        margin: 0 auto;
    }
}

.acc-checkout-form__invoice__reference__divider {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: rgba(223, 225, 238, 0.3);
    margin: 0 1.3rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__divider {
        width: 100%;
        margin: 1rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-checkout-form__invoice__reference__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 11;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__side {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__side:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form__invoice__reference__side
    + .acc-checkout-form__invoice__reference__side {
    margin-left: 2rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__side
        + .acc-checkout-form__invoice__reference__side {
        margin-left: 0;
        margin-top: 2.3rem;
    }
}

.acc-checkout-form__invoice__reference__side .btn {
    min-width: 20rem;
    padding: 0 1rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__reference__side .btn {
        min-width: 18rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__side .btn {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__side .btn {
        max-width: 40rem;
        margin: 0 auto;
    }
}

.acc-checkout-form__invoice__reference__side .btn--black {
    border-color: #eb5757;
}

.acc-checkout-form__invoice__reference__side .btn--black .icon-clipboard {
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 0;
}

.acc-checkout-form__invoice__reference__icon {
    width: 7.2rem;
    height: 7.2rem;
    margin-right: 3rem;
    margin-bottom: auto;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background: #eb5757;
    border-radius: 2.4rem 2.4rem 2.4rem 0px;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__reference__icon {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__icon {
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
    }
}

.acc-checkout-form__invoice__reference__icon .icon-attention {
    font-size: 2rem;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__icon .icon-attention {
        font-size: 2.4rem;
    }
}

.acc-checkout-form__invoice__reference__title {
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #eb5757;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__reference__title {
        font-size: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__title {
        font-size: 1.6rem;
        line-height: 1.25em;
        margin: 5px 0;
    }
}

.acc-checkout-form__invoice__reference__subtitle {
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__reference__subtitle {
        font-size: 1.4rem;
        line-height: 1.4em;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__reference__subtitle br {
        display: none;
    }
}

.acc-checkout-form__invoice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 2rem 3.5rem 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form--store-coins .acc-checkout-form__invoice__list {
    padding: 2rem;
}

.acc-checkout-form__invoice__list__side {
    margin: 0 5.9rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__list__side {
        margin: 0 4rem;
        max-width: 40rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__list__side {
        max-width: none;
        width: 50%;
        margin: 0 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__list__side {
        width: auto;
        min-width: 32rem;
        margin: 1rem;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__list__side {
        width: 100%;
        min-width: auto;
        margin: 0;
    }
}

.acc-checkout-form--card .acc-checkout-form__invoice__list__side {
    width: 50%;
}

@media (max-width: 767px) {
    .acc-checkout-form--card .acc-checkout-form__invoice__list__side {
        width: 60%;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form--card .acc-checkout-form__invoice__list__side {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__list__side
        + .acc-checkout-form__invoice__list__side {
        margin-top: 2rem;
    }
}

.acc-checkout-form__invoice__list__side p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.25em;
}

.acc-checkout-form__invoice__list__title {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.65em;
    color: #dfe1ee;
}

.acc-checkout-form__invoice__list__block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.acc-checkout-form__invoice__list__single {
    margin-right: auto;
    padding: 0 1.8rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__list__single {
        padding: 0;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__list__single li {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.acc-checkout-form__invoice__list__single
    .acc-checkout-form__invoice__list__name {
    min-width: 23.5rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__list__single
        .acc-checkout-form__invoice__list__name {
        min-width: 20.5rem;
        margin-right: 1rem;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__list__single
        .acc-checkout-form__invoice__list__name {
        min-width: auto;
        width: calc(50% - 5px);
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__list__single
        .acc-checkout-form__invoice__list__descr {
        width: calc(50% - 5px);
    }
}

.acc-checkout-form__invoice__list__name {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2em;
    color: #dfe1ee;
    margin-right: 3rem;
    min-width: 12.1rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__list__name {
        font-size: 1.4rem;
        min-width: 11rem;
    }
}

.acc-checkout-form--card .acc-checkout-form__invoice__list__name {
    min-width: 16.3rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form--card .acc-checkout-form__invoice__list__name {
        min-width: 14.5rem;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form--card .acc-checkout-form__invoice__list__name {
        width: 9rem;
        min-width: 9rem;
    }
}

.acc-checkout-form__invoice__list__descr {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2em;
    color: #dfe1ee;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__list__descr {
        font-size: 1.4rem;
    }
}

.acc-checkout-form__invoice__list__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 2rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__list__info {
        padding: 0;
    }
}

.acc-checkout-form__invoice__list__info p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5em;
}

.acc-checkout-form__invoice__wu {
    padding: 4rem 4rem 2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__wu {
        padding: 4rem 2.5rem 2rem 2.5rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__wu {
        padding: 3rem 3rem 1rem 3rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__wu {
        padding: 2rem 2rem 0 2rem;
    }
}

.acc-checkout-form__invoice__wu__side:first-child {
    width: 35rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__wu__side:first-child {
        width: 32rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__wu__side:first-child {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.acc-checkout-form__invoice__wu__side:last-child {
    width: calc(100% - 39rem);
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__wu__side:last-child {
        width: calc(100% - 35rem);
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__wu__side:last-child {
        width: 100%;
    }
}

.acc-checkout-form__invoice__wu__info {
    margin-left: -1rem;
    margin-right: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.acc-checkout-form__invoice__wu__group {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__wu__group {
        margin-bottom: 2rem;
    }
}

.acc-checkout-form__invoice__wu__group-label {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #dfe1ee;
    margin-bottom: 5px;
}

.acc-checkout-form__invoice__wu__group-name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5em;
    color: #dfe1ee;
    word-break: break-all;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__wu__group-name {
        font-size: 1.8rem;
    }
}

.acc-checkout-form__invoice__btc {
    padding: 4rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__invoice__btc {
        padding: 4rem 2.5rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc {
        padding: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc {
        padding: 2rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.acc-checkout-form__invoice__btc__content {
    display: none;
}

.acc-checkout-form__invoice__btc__content.is-active {
    display: block;
}

.acc-checkout-form__invoice__btc__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__btc__content__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.acc-checkout-form__invoice__btc__img {
    width: 28rem;
    height: 28rem;
    margin-right: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 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;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc__img {
        width: 20rem;
        height: 20rem;
        margin-right: 2.5rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc__img {
        width: 16rem;
        height: 16rem;
        margin-right: 2rem;
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__btc__img {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__invoice__btc__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.6rem;
}

.acc-checkout-form__invoice__btc__info {
    width: calc(100% - 32rem);
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc__info {
        width: calc(100% - 22.5rem);
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc__info {
        width: calc(100% - 18rem);
    }
}

@media (max-width: 499px) {
    .acc-checkout-form__invoice__btc__info {
        width: 100%;
    }
}

.acc-checkout-form__invoice__btc__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form__invoice__btc__box:not(:last-child) {
    margin-bottom: 3rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc__box:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__invoice__btc__box .btn {
    width: 13rem;
    min-width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc__box .btn {
        margin-top: 1rem;
        height: 4rem;
    }
}

.acc-checkout-form__invoice__btc__box-info {
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice__btc__box-info {
        margin-right: 0;
        width: 100%;
    }
}

.acc-checkout-form__invoice__btc__label,
.acc-checkout-form__invoice__btc__error {
    font-size: 1.4rem;
    line-height: 2.15em;
    color: #dfe1ee;
    display: block;
    width: 100%;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc__label,
    .acc-checkout-form__invoice__btc__error {
        line-height: 1.875em;
    }
}

.acc-checkout-form__invoice__btc__val {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5em;
    color: #dfe1ee;
    display: block;
    width: 100%;
    word-break: break-all;
}

@media (max-width: 1023px) {
    .acc-checkout-form__invoice__btc__val {
        font-size: 1.8rem;
    }
}

.acc-checkout-form__invoice__btc__error {
    margin-top: 1rem;
    color: #eb5757;
    line-height: 1.2em;
    margin-bottom: 0;
}

.acc-checkout-form__invoice .acc-coins__stats__action {
    border-radius: 0;
    border: none;
}

@media (max-width: 767px) {
    .acc-checkout-form__invoice .acc-coins__stats__action {
        border-bottom: 1px solid rgba(223, 225, 238, 0.3);
        border-radius: 0 0 1.6rem 1.6rem;
    }
}

.acc-checkout-form__inner {
    padding: 3rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.6rem 1.6rem 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #21273b;
    border-left: 1px solid #5a5f71;
    border-top: 1px solid #5a5f71;
    border-right: 1px solid #5a5f71;
}

@media (max-width: 1599px) {
    .acc-checkout-form__inner {
        padding: 3rem;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__inner {
        padding: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__inner {
        padding: 1.5rem;
    }
}

.acc-checkout-form__main {
    margin-right: 4rem;
    width: calc(100% - 3.2rem);
    padding-top: 8px;
}

@media (max-width: 1023px) {
    .acc-checkout-form__main {
        width: 100%;
        margin-right: 0;
    }
}

.acc-checkout-form__main .article-title.is-done .article-title__item,
.acc-checkout-form__main .article-title.is-done .icon {
    color: #ffcc00;
}

.acc-checkout-form__aside {
    width: 28rem;
    padding-top: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .acc-checkout-form__aside {
        width: 100%;
        padding-top: 0;
        margin-bottom: 2rem;
    }
}

.acc-checkout-form__aside__inner {
    width: 100%;
}

.acc-checkout-form__aside__inner .article-title {
    margin-bottom: 0;
}

.acc-checkout-form__aside__inner .article-title__item {
    cursor: default;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .acc-checkout-form__aside__inner .article-title__item {
        cursor: pointer;
    }
}

.acc-checkout-form__aside__inner
    .article-title__item.is-active
    .icon-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acc-checkout-form__aside__inner .article-title .icon-orders {
    margin-top: 0;
}

.acc-checkout-form__aside__inner .article-title .icon-chevron-down {
    display: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    margin-top: 0;
    margin-left: 2rem;
    font-size: 1.6rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__aside__inner .article-title .icon-chevron-down {
        display: block;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__aside__items {
        display: none;
    }
}

@media (min-width: 1024px) {
    .acc-checkout-form__aside__items {
        display: block !important;
    }
}

.acc-checkout-form__aside__item {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc-checkout-form__aside__item + .acc-checkout-form__aside__item {
    border-top: 2px solid rgba(223, 225, 238, 0.3);
}

.acc-checkout-form__aside__item .my-cart-table__product__img {
    width: 7rem;
    height: 7rem;
    margin-right: 1.8rem;
}

.acc-checkout-form__aside__item .my-cart-table__product__text {
    width: calc(100% - 8.8rem);
}

.acc-checkout-form__aside__item .my-cart-table__product__text__secondary {
    width: 100%;
}

.acc-checkout-form__aside__item .my-cart-table__product__text__secondary span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acc-checkout-form__aside__item .my-cart-table__product__text__main {
    width: 100%;
}

.acc-checkout-form__aside__item .my-cart-table__product__name {
    display: block;
    width: calc(100% - 2.7rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acc-checkout-form__steps {
    margin: 0 -3rem 3.8rem -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .acc-checkout-form__steps {
        margin: 0 0 3rem 0;
    }
}

.acc-checkout-form__steps__item {
    width: 25%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.acc-checkout-form__steps__item.is-active:after {
    background-color: #ffcc00 !important;
}

.acc-checkout-form__steps__item.is-active .acc-checkout-form__steps__circle {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.acc-checkout-form__steps__item.is-active
    .acc-checkout-form__steps__circle
    span {
    color: #1b2134;
}

.acc-checkout-form__steps__item.is-active .acc-checkout-form__steps__name {
    color: #dfe1ee;
}

.acc-checkout-form__steps__item.is-active
    ~ .acc-checkout-form__steps__item:after {
    background-color: #ffcc00 !important;
}

.acc-checkout-form__steps__item.is-active
    ~ .acc-checkout-form__steps__item
    .acc-checkout-form__steps__circle {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.acc-checkout-form__steps__item.is-active
    ~ .acc-checkout-form__steps__item
    .acc-checkout-form__steps__circle
    span {
    color: #1b2134;
}

.acc-checkout-form__steps__item.is-active
    ~ .acc-checkout-form__steps__item
    .acc-checkout-form__steps__name {
    color: #dfe1ee;
}

.acc-checkout-form__steps__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
    right: 50%;
    height: 2px;
    width: 100%;
    background-color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .acc-checkout-form__steps__item:not(:last-child):after {
        top: 1.4rem;
    }
}

.acc-checkout-form__steps__circle {
    width: 4rem;
    height: 4rem;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 50%;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: #21273b;
    z-index: 1;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 767px) {
    .acc-checkout-form__steps__circle {
        width: 2.8rem;
        height: 2.8rem;
    }
}

.acc-checkout-form__steps__circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    color: rgba(223, 225, 238, 0.3);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.acc-checkout-form__steps__name {
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: center;

    color: rgba(223, 225, 238, 0.3);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .acc-checkout-form__steps__name {
        font-size: 1.2rem;
    }
}

.acc-checkout-form__footer {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 0 1rem 1rem 1rem;
    z-index: 11;
    background-color: #1b2134;
}

@media (max-width: 767px) {
    .acc-checkout-form--store-coins .acc-checkout-form__footer {
        display: none;
    }
}

.acc-checkout-form__footer__inner {
    padding: 3rem 3rem 4rem 3rem;
    border-radius: 0 0 1.6rem 1.6rem;
    position: relative;
    min-height: 12rem;
    border-bottom: 1px solid #5a5f71;
    border-right: 1px solid #5a5f71;
    border-left: 1px solid #5a5f71;
    border-top: 1px solid rgba(223, 225, 238, 0.3);
    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;
    background-color: #21273b;
}

@media (max-width: 1023px) {
    .acc-checkout-form__footer__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__footer__inner {
        padding: 2rem 1rem 3rem 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form--paid .acc-checkout-form__footer__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form--paid .acc-checkout-form__footer__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form--store-coins .acc-checkout-form__footer__inner {
        padding: 0 1rem 2rem 1rem;
        border-top: none;
    }
}

.acc-checkout-form__footer__inner:after {
    content: "";
    display: block;
    height: 1.3rem;
    width: calc(100% - 7rem);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/assets/images/useful/svg/circle-border-2.svg);
    background-repeat: repeat-x;
    bottom: -1px;
    z-index: 30;
    background-position: top;
    background-size: auto 26px;
}

@media (max-width: 1023px) {
    .acc-checkout-form__footer__inner:after {
        width: calc(100% - 4rem);
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__footer__inner:after {
        width: calc(100% - 3.2rem);
    }
}

.acc-checkout-form__footer .btn {
    min-width: 20rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__footer .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: auto;
        width: auto;
    }
}

.acc-checkout-form__footer .btn__total-count {
    margin-left: 4px;
    display: none;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .acc-checkout-form__footer .btn__total-count {
        display: block;
    }
}

.acc-checkout-form__footer__total {
    text-transform: uppercase;
    color: #dfe1ee;
    font-weight: 800;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    position: absolute;
    top: calc(50% - 5px);
    right: 2.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1023px) {
    .acc-checkout-form__footer__total {
        font-size: 1.6rem;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__footer__total {
        display: none;
    }
}

.acc-checkout-form__footer__total span {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .acc-checkout-form--paid .acc-checkout-form__footer__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.acc-checkout-form__group--lg {
    width: 56.25%;
}

@media (max-width: 767px) {
    .acc-checkout-form__group--lg {
        width: 100%;
    }
}

.acc-checkout-form__group--sm {
    width: 37.5%;
}

@media (max-width: 767px) {
    .acc-checkout-form__group--sm {
        width: 100%;
    }
}

.acc-checkout-form__group--xs {
    width: calc((100% - 5rem) / 3);
}

@media (max-width: 767px) {
    .acc-checkout-form__group--xs {
        width: 100%;
    }
}

.acc-checkout-form__group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .acc-checkout-form__group-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-checkout-form__group-wrap
    .acc-checkout-form__group
    + .acc-checkout-form__group {
    margin-top: 0;
}

@media (max-width: 767px) {
    .acc-checkout-form__group-wrap
        .acc-checkout-form__group
        + .acc-checkout-form__group {
        margin-top: 1.5rem;
    }
}

.acc-checkout-form__group-wrap + .acc-checkout-form__group,
.acc-checkout-form__group-wrap + .acc-checkout-form__group-wrap {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__group-wrap + .acc-checkout-form__group,
    .acc-checkout-form__group-wrap + .acc-checkout-form__group-wrap {
        margin-top: 1.5rem;
    }
}

.acc-checkout-form__group + .acc-checkout-form__group,
.acc-checkout-form__group + .acc-checkout-form__group-wrap {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__group + .acc-checkout-form__group,
    .acc-checkout-form__group + .acc-checkout-form__group-wrap {
        margin-top: 1.5rem;
    }
}

.acc-checkout-form__group .select2-container {
    width: 100% !important;
}

.acc-checkout-form__group
    .select2-container--default
    .select2-selection--single {
    border-radius: 1.6rem;
}

.acc-checkout-form__group
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    border-radius: 1.6rem;
}

.acc-checkout-form__group__title {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__group__title {
        line-height: 2em;
    }
}

.acc-checkout-form__group__title__info {
    margin-left: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

.acc-checkout-form__group__title__info .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.acc-checkout-form__modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 1rem);
    background: rgba(33, 39, 59, 0.97);
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 30;
}

.acc-checkout-form__modal:after {
    content: "";
    display: block;
    height: 1.3rem;
    width: calc(100% - 7rem);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/assets/images/useful/svg/circle-border-2.svg);
    background-repeat: repeat-x;
    bottom: -1px;
    z-index: 30;
    background-position: top;
    background-size: auto 26px;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal:after {
        width: calc(100% - 4rem);
    }

    .acc-checkout-form__modal__inner {
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal:after {
        width: calc(100% - 3.2rem);
    }

    .acc-checkout-form__modal {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 999;
        bottom: 0;
        border: none;
        height: 100vh;
        background: #1b2134;
    }

    .acc-checkout-form__modal:after {
        display: none;
    }

    .acc-checkout-form__modal__inner .acc-coins__notice {
        margin-top: auto;
    }

    .acc-checkout-form__modal__title {
        font-size: 2.4rem !important;
        padding: 1rem 0 !important;
        border-bottom: 1px solid #2f3548;
        border-top: 1px solid #2f3548;
    }

    .acc-checkout-form__modal__inner {
        padding: 2rem 0 !important;
    }
}

.acc-checkout-form--card .acc-checkout-form__modal {
    min-height: 63rem;
}

@media (max-width: 767px) {
    .acc-checkout-form--card .acc-checkout-form__modal {
        min-height: 85rem;
    }
}

.is-modal-active .acc-checkout-form__modal {
    opacity: 1;
    visibility: visible;
}

.acc-checkout-form__modal__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.4rem;
    height: 8.4rem;
}

.acc-checkout-form__modal__close.mobile {
    display: none;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: 1rem;
    gap: 1.3rem;
}

.acc-checkout-form__modal__close.mobile .icon {
    font-size: 1.2rem;
}

@media (max-width: 1599px) {
    .acc-checkout-form__modal__close {
        width: 5.5rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__close {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 2rem;
        display: none;
    }

    .acc-checkout-form__modal__close.mobile {
        display: flex;
    }
}

.acc-checkout-form__modal__close .icon-remove-sm {
    font-size: 1.2rem;
    color: #dfe1ee;
}

.acc-checkout-form__modal__inner {
    height: 100%;
    padding: 3rem 1.5rem 4rem 1.5rem;
}

.is-submitted .acc-checkout-form__modal__inner {
    display: none;
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__inner {
        padding: 3rem 1.5rem;
    }
}

.acc-checkout-form__modal__inner--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14rem 2rem 6rem 2rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__inner--single {
        padding: 8rem 1.5rem 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__inner--single {
        padding: 4rem 1.5rem;
    }
}

.acc-checkout-form__modal__inner--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3rem 2rem 4rem 2rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__inner--sm {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__inner--sm {
        padding: 4rem 1.5rem;
    }
}

.acc-checkout-form__modal__inner--sm .acc-coins__photo__group:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__inner--sm
        .acc-coins__photo__group:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.acc-checkout-form__modal__inner .acc-coins__notice {
    margin-top: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__inner .acc-coins__notice {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__inner .acc-coins__notice {
        margin-top: auto;
    }
}

.acc-checkout-form__modal__side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 32rem;
}

.acc-checkout-form__modal__side .acc-coins__photo__group {
    width: 100%;
}

.acc-checkout-form__modal__side .acc-coins__photo__group-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__side .acc-coins__photo__group-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .acc-checkout-form__modal__side {
        flex-direction: column;
    }
}

.acc-checkout-form__modal__side--lg {
    max-width: 68rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__side--lg {
        max-width: 66rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__side--lg {
        flex-wrap: nowrap;
    }
}

.acc-checkout-form__modal__side--lg .acc-coins__photo__group {
    width: calc(50% - 2rem);
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__side--lg .acc-coins__photo__group {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__side--lg .acc-coins__photo__group {
        width: 100%;
    }
}

.acc-checkout-form__modal__side-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__side-wrap {
        flex-grow: 1;
    }

    .acc-checkout-form__modal__side {
        height: 100%;
    }
}

.acc-checkout-form__modal__title {
    display: block;
    width: 100%;
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-align: center;
    text-transform: uppercase;
    color: #dfe1ee;
    margin-bottom: 3rem;
    padding: 0 2rem;
}

.acc-coins__photo__group-btns {
    width: 100%;
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .acc-checkout-form__modal__side-wrap,
    .acc-coins__notice {
        padding: 0 1rem;
    }

    .acc-coins__photo__group-btns {
        margin-top: auto;
        margin-bottom: 2rem;
    }
}

.acc-checkout-form__modal__inner--sm .acc-checkout-form__modal__title {
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal__inner--sm .acc-checkout-form__modal__title {
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__modal .acc-coins__photo__group + .acc-coins__photo__group {
    margin-top: 0;
}

.acc-checkout-form__modal .acc-coins__photo__group:not(:last-child) {
    margin-bottom: 3rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal .acc-coins__photo__group:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal .acc-coins__photo__group:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__modal .acc-coins__photo__group textarea.form-control {
    height: 10.4rem;
}

@media (max-width: 1023px) {
    .acc-checkout-form__modal .acc-coins__photo__group textarea.form-control {
        height: 9rem;
    }
}

.acc-checkout-form__modal .acc-coins__photo__group .btn {
    min-width: auto;
    width: 100%;
}

.acc-checkout-form__modal__submitted {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8rem 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
}

.is-submitted.is-modal-active .acc-checkout-form__modal__submitted {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.acc-checkout-form__modal__submitted__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    height: auto;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: rgba(33, 39, 59, 0.97);
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 3.4rem 4rem 3.4rem 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .acc-checkout-form__modal__submitted__inner {
        padding: 1rem 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__submitted__inner {
        padding: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-checkout-form__modal__submitted__inner .btn {
    width: 14rem;
    height: 6rem;
    min-width: auto;
}

.acc-checkout-form__modal__submitted__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__submitted__side {
        margin-right: 0;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}

.acc-checkout-form__modal__submitted__icon {
    width: 7.2rem;
    height: 7.2rem;
    background-color: #ffcc00;
    border-radius: 2.4rem 2.4rem 2.4rem 0;
    margin-right: 3.4rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .acc-checkout-form__modal__submitted__icon {
        margin-right: 2rem;
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__submitted__icon {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.acc-checkout-form__modal__submitted__icon .icon-withdraw {
    font-size: 2.7rem;
    color: #1b2134;
}

@media (max-width: 1279px) {
    .acc-checkout-form__modal__submitted__icon .icon-withdraw {
        font-size: 2rem;
    }
}

.acc-checkout-form__modal__submitted__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffcc00;
}

@media (max-width: 1279px) {
    .acc-checkout-form__modal__submitted__title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form__modal__submitted__title {
        font-size: 1.8rem;
    }
}

.acc-checkout-form__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 479px) {
    .acc-checkout-form__terms .form-control__checkbox__name {
        font-size: 13.5px;
    }
}

@media (max-width: 1023px) {
    .acc-checkout-form__terms {
        margin-bottom: 3rem;
    }
}

.acc-checkout-form__terms a {
    text-decoration: underline;
}

.wu-danger {
    width: 100%;
    margin-bottom: 2rem;
    background: #1b2134;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
    padding: 2rem 2rem 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .wu-danger {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .wu-danger {
        padding: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.wu-danger--red {
    border-color: #eb5757;
    background-image: url(/assets/images/useful/invoice-bg.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
}

.wu-danger--red .wu-danger__icon .icon-attention {
    color: #eb5757;
}

.wu-danger--red .wu-danger__text p {
    font-weight: 600;
}

.wu-danger__icon {
    margin-right: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .wu-danger__icon {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .wu-danger__icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.wu-danger__icon .icon-attention {
    font-size: 2rem;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .wu-danger__text {
        width: 100%;
    }
}

.wu-danger__text p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #dfe1ee;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .wu-danger__text p {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

.header.header--noty-active + .main-content .acc-checkout-form__aside__inner {
    top: 20rem;
}

@media (max-width: 1023px) {
    .header.header--noty-active
        + .main-content
        .acc-checkout-form__aside__inner {
        top: auto;
    }
}

.my-cart-form {
    width: 100%;
}

.my-cart-form .article-title {
    margin-bottom: 3.6rem;
}

.my-cart-form .section-title {
    text-align: left;
    margin-bottom: 5.1rem;
}

@media (max-width: 1279px) {
    .my-cart-form .section-title {
        margin-bottom: 8.9rem;
    }
}

@media (max-width: 1023px) {
    .my-cart-form .section-title {
        margin-bottom: 2.9rem;
    }
}

@media (max-width: 767px) {
    .my-cart-form .section-title {
        margin-bottom: 5.1rem;
    }
}

@media (max-width: 1279px) {
    .my-cart-form .section-title__secondary {
        font-size: 1.8rem;
    }
}

.my-cart-table {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .my-cart-table--paid .my-cart-table-row.row--total {
        padding-right: 3rem;
    }
}

.my-cart-table--paid .my-cart-table-row.row--total .my-cart-table__total {
    margin-right: 7rem;
}

@media (max-width: 1023px) {
    .my-cart-table--paid .my-cart-table-row.row--total .my-cart-table__total {
        margin-right: 4rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table--paid .my-cart-table-row.row--total .my-cart-table__total {
        margin-right: 0;
    }
}

.my-cart-table-head {
    width: 100%;
    height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #21273b;
}

@media (max-width: 1023px) {
    .my-cart-table-head {
        display: none;
    }
}

.my-cart-table-head .my-cart-table__multiple .icon-close {
    font-size: 4px;
}

.my-cart-table-head .my-cart-table__total,
.my-cart-table-head .my-cart-table__price {
    font-weight: 400;
}

.my-cart-table-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(223, 225, 238, 0.1);
    min-height: 11rem;
}

@media (max-width: 1023px) {
    .my-cart-table-row {
        min-height: 8.8rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table-row {
        min-height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.acc-cart .my-cart-table-row:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .my-cart-table-row.row--products + .row--total {
        margin-top: 4rem;
    }
}

.my-cart-table-row.row--total {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: stretch;
    padding-right: 3rem;
}

@media (max-width: 767px) {
    .my-cart-table-row.row--total {
        padding-right: 3rem;
        height: 5rem;
    }
}

@media (max-width: 339px) {
    .my-cart-table-row.row--total {
        /* padding-right: 0rem; */
    }
}

.my-cart-table-row.row--total .my-cart-table__product-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.my-cart-table-row.row--total .my-cart-table__total {
    margin-right: 5rem;
    height: auto;
    /* padding-top: 16px; */
}

@media (max-width: 1023px) {
    .my-cart-table-row.row--total .my-cart-table__total {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .my-cart-table-row.row--total .my-cart-table__total {
        margin-right: 0;
        width: 13rem;
        padding-top: 0;
    }
}

.my-cart-table-row.row--total .my-cart-table__total:before,
.my-cart-table-row.row--total .my-cart-table__total:after {
    background-color: rgba(223, 225, 238, 0.05);
    z-index: 10;
}

.my-cart-table-row.row--total .my-cart-table__price {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    font-weight: 400;
    padding: 1.9rem 3rem 1.9rem 0;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .my-cart-table-row.row--total .my-cart-table__price {
        padding: 0 2rem 0 0;
    }
}

.my-cart-table-row.row--coins .my-cart-table__total {
    color: #2f80ed;
}

.my-cart-table-row .my-cart-table__total {
    background-color: rgba(47, 53, 72, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin-left: auto;
}


.acc-cart .my-cart-table-row .my-cart-table__total:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}

.acc-cart .my-cart-table-row .my-cart-table__total.is-promo-active:after {
    background-color: #fff1a8;
}

.acc-cart .my-cart-table-row .my-cart-table__total.is-promo-active {
    color: #fff1a8;
}

.acc-cart .my-cart-table-row .my-cart-table__total.is-discount-active {
    color: #ffcc00;
}

.acc-cart .my-cart-table-row .my-cart-table__total.is-discount-active:after {
    background-color: #ffcc00;
}

.my-cart-table-row .my-cart-table__product {
    padding: 1.9rem 1.5rem 1.9rem 1rem;
}

@media (max-width: 1599px) {
    .my-cart-table-row .my-cart-table__product {
        padding: 1.9rem 2rem 1.9rem 0;
    }
}

@media (max-width: 767px) {
    .my-cart-table-row .my-cart-table__product {
        padding: 2rem 0 0 0;
    }
}

.my-cart-table-row .my-cart-table__quantity {
    padding: 1.9rem 0 1.9rem 0;
}

@media (max-width: 767px) {
    .my-cart-table-row .my-cart-table__quantity {
        padding: 0;
    }
}

.my-cart-table-row .my-cart-table__price {
    padding: 1.9rem 1rem 1.9rem 0;
}

@media (max-width: 1023px) {
    .my-cart-table-row .my-cart-table__price {
        padding: 1.9rem 1rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table-row .my-cart-table__price {
        padding: 0;
        margin-right: auto;
    }
}

.my-cart-table__title {
    font-size: 1.2rem;
    line-height: 2.5em;
    color: rgba(223, 225, 238, 0.25);
}

.my-cart-table__product-info {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1023px) {
    .my-cart-table__product-info {
        width: 28rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__product-info {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .my-cart-table__product-info {
        display: block;
    }
}

.my-cart-table__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 62.8rem;
}

@media (max-width: 1023px) {
    .my-cart-table__side {
        width: 52rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__side {
        width: 100%;
        height: 7rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.my-cart-table__product {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.my-cart-table__product__img {
    width: 8rem;
    height: 7rem;
    margin-right: 1.8rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .my-cart-table__product__img {
        width: 7rem;
        height: 6rem;
        margin-right: 1.3rem;
    }
}

@media (max-width: 1279px) {
    .my-cart-table__product__img {
        width: 6rem;
        height: 5rem;
        margin-right: 1.8rem;
    }
}

.my-cart-table__product__img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

.my-cart-table__product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 9.8rem);
}

@media (max-width: 1599px) {
    .my-cart-table__product__text {
        width: calc(100% - 8.3rem);
    }
}

@media (max-width: 1279px) {
    .my-cart-table__product__text {
        width: calc(100% - 7.8rem);
    }
}

.my-cart-table__product__text__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-cart-table__product__text__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    flex-wrap: wrap;
}

.my-cart-table__product__name {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1599px) {
    .my-cart-table__product__name {
        font-size: 1.5rem;
        line-height: 1.5em;
    }
}

@media (max-width: 1023px) {
    .my-cart-table__product__name {
        font-size: 1.4rem;
        white-space: pre-wrap;
    }
}

@media (max-width: 767px) {
    .my-cart-table__product__name {
        line-height: 1.8em;
        font-size: 1.6rem;
    }
}

.my-cart-table__multiple {
    width: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .my-cart-table__multiple {
        width: 5.5rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__multiple {
        width: 3rem;
    }
}

.my-cart-table__multiple .icon-close {
    font-size: 7px;
    color: #dfe1ee;
}

.my-cart-table__price {
    width: 13.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 1599px) {
    .my-cart-table__price {
        font-size: 1.4rem;
    }
}

@media (max-width: 1023px) {
    .my-cart-table__price {
        font-size: 1.2rem;
        line-height: 2.5em;
        width: 12.8rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__price {
        line-height: 1.8em;
        width: 7rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.my-cart-table__price__currency {
    margin-left: 5px;
    text-transform: uppercase;
}

.my-cart-table__price__count {
    color: #ffcc00;
    font-weight: 600;
    margin-left: 5px;
}

/* @media (max-width: 767px) {
    .row--products .my-cart-table__price {
        display: none;
    }
} */
.my-cart-table__quantity {
    width: 13.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .my-cart-table__quantity {
        margin-right: 0rem;
        width: auto;
    }
}

@media (max-width: 767px) {
    .my-cart-table__quantity {
        width: auto;
        padding-right: 0;
    }

    .my-cart-table__price__value {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__quantity .goods-item__count {
        margin-bottom: 0;
    }
}

.my-cart-table__quantity .goods-item__count__val {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #dfe1ee;
}

.my-cart-table__quantity .goods-item__count__input {
    width: 6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .my-cart-table__quantity .goods-item__count__input {
        margin: 0;
        width: 3rem;
    }
}

.my-cart-table__quantity .goods-item__count__btn {
    border-width: 1px;
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .my-cart-table__quantity .goods-item__count__btn {
        border: 2px solid #2f3548;
    }
}

.my-cart-table__total {
    width: 28rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.875em;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffcc00;
}

.acc-cart .my-cart-table__total {
    width: 20rem
}

@media (max-width: 1599px) {
    .my-cart-table__total {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__total {
        width: 19rem;
        font-size: 1.5rem;
        line-height: 2.5em;
    }

    .acc-cart .my-cart-table__total {
        width: 11rem
    }
}

.my-cart-table__total__currency {
    margin-left: 4px;
    text-transform: uppercase;
}

.my-cart-table__total__promo {

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    position: absolute;
    display:flex;
    left: 50%;
    top: calc(100% - 1.5rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1em;
    text-align: center;
    color: #dfe1ee;
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    border: 1px solid #ffcc00;
    padding: 0 1.5rem;
    z-index: 3;
    white-space: nowrap;
    background-color: #1b2134;
}

.acc-cart .my-cart-table__total__promo {
    dsiaply:none;
}

@media (max-width: 767px) {
    .my-cart-table__total__promo {
        font-size: 1rem;
        padding: 0 5px;
        height: 2rem;
        top: calc(100% - 1rem);
    }
}

.acc-cart .is-promo-active .my-cart-table__total__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.my-cart-table__total__promo__val {
    margin: 0 5px;
}

.my-cart-table__remove {
    width: 8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .my-cart-table__remove {
        /* display: none; */
        width: 3rem;
    }
}

.my-cart-table__remove__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;
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.25em;
    color: #eb5757;
}

.my-cart-table__remove__btn .icon-remove-sm {
    display: none;
}

@media (max-width: 1023px) {
    .my-cart-table__remove__btn .icon-remove-sm {
        display: block;
        font-size: 9px;
    }
}

@media (max-width: 1023px) {
    .my-cart-table__remove__btn__text {
        display: none;
    }
}

.my-cart-table__finally-price {
    font-size: 1.6rem;
    line-height: 1.875em;
    font-weight: 600;
}

@media (max-width: 1599px) {
    .my-cart-table__finally-price {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__finally-price {
        font-size: 1.5rem;
        line-height: 2.5em;
        min-width: 14.9rem;
        text-align: center;
    }
}

.my-cart-table__finally-price__currency {
    margin-left: 4px;
}

.my-cart-table__finally-price__value {
    color: #ffcc00;
}

.my-cart-table__finally-price-wrap {
    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;
    min-width: 43%;
}

@media (max-width: 1279px) {
    .my-cart-table__finally-price-wrap {
        width: auto;
        min-width: 33.9rem;
        position: relative;
    }
}

@media (max-width: 1023px) {
    .my-cart-table__finally-price-wrap {
        min-width: 32.3rem;
    }
}

@media (max-width: 767px) {
    .my-cart-table__finally-price-wrap {
        min-width: auto;
        position: static;
    }
}

.product-indicator {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 4px;
    margin-right: 1.3rem;
    line-height: 1.875em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-indicator--sky {
    background-color: #8cf3ff;
}

.product-indicator--violet {
    background-color: #a687ff;
}

.product-indicator--orange {
    background-color: #ffc887;
}

.product-indicator--salat {
    background-color: #eeff87;
}

.product-indicator--portage {
    background-color: #8da2e6;
}

.product-indicator--green {
    background-color: #b0ff8a;
}

.product-indicator--purple {
    background-color: #ff9e9e;
}

.acc-my-account {
    width: 100%;
    padding: 4.4rem 10.2rem 1rem 11.7rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .acc-my-account {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .acc-my-account {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-my-account {
        padding: 5.2rem 1rem 1rem 1rem;
    }
}

.acc-my-account__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;
    margin-bottom: 7.1rem;
}

@media (max-width: 1599px) {
    .acc-my-account__top {
        margin-bottom: 7rem;
    }
}

@media (max-width: 1023px) {
    .acc-my-account__top {
        margin-bottom: 4.5rem;
    }
}

@media (max-width: 767px) {
    .acc-my-account__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4.5rem;
    }
}

.acc-my-account__top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .acc-my-account__top__info {
        margin-bottom: 1.4rem;
    }
}

.acc-my-account__top__info__icon {
    display: none;
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .acc-my-account__top__info__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.acc-my-account__top__info__icon .icon-account-logo {
    font-size: 10rem;
}

.acc-my-account__top__info__subtitle {
    display: block;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 1023px) {
    .acc-my-account__top__info__subtitle {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .acc-my-account__top__info__subtitle {
        font-size: 1.6rem;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.acc-my-account__top__info__status,
.acc-my-account__top__info__email {
    display: none;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .acc-my-account__top__info__status,
    .acc-my-account__top__info__email {
        display: block;
    }
}

.acc-my-account__title {
    font-size: 3rem;
    line-height: 1.5em;
    display: block;
    color: #dfe1ee;
    margin-right: 1rem;
}

@media (max-width: 1599px) {
    .acc-my-account__title {
        font-size: 2.6rem;
    }
}

@media (max-width: 1023px) {
    .acc-my-account__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .acc-my-account__title {
        font-size: 2.6rem;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.earning-program {
    margin-bottom: 8.3rem;
}

@media (max-width: 767px) {
    .earning-program {
        margin-bottom: 4.9rem;
    }
}

.ref-program {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2.9rem 4rem 2.9rem 3rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 2rem;
    background-color: transparent;
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1599px) {
    .ref-program {
        padding: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .ref-program {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .ref-program {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

@media (max-width: 767px) {
    .ref-program__side {
        width: 100%;
    }
}

.ref-program__side + .ref-program__side {
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .ref-program__side + .ref-program__side {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.ref-program__side .btn {
    min-width: 14rem;
    height: 6rem;
}

@media (max-width: 767px) {
    .ref-program__side .btn {
        height: 5rem;
        min-width: auto;
        width: 100%;
    }
}

.ref-program__icon {
    margin-right: 3rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .ref-program__icon {
        margin-right: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .ref-program__icon {
        margin-right: 2rem;
    }
}

@media (max-width: 767px) {
    .ref-program__icon {
        margin-right: 1rem;
    }
}

.ref-program__icon img {
    width: 8rem;
}

@media (max-width: 1023px) {
    .ref-program__icon img {
        width: 6.5rem;
    }
}

@media (max-width: 767px) {
    .ref-program__icon img {
        width: 6rem;
    }
}

.ref-program__text span,
.ref-program__text p {
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #6fcf97;
}

@media (max-width: 1599px) {
    .ref-program__text span,
    .ref-program__text p {
        font-size: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .ref-program__text span,
    .ref-program__text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .ref-program__text span,
    .ref-program__text p {
        font-size: 1.6rem;
        line-height: 1.25em;
    }
}

.take-share {
    padding: 1.8rem 3rem;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1599px) {
    .take-share {
        padding: 1.8rem 2.5rem;
    }
}

@media (max-width: 1023px) {
    .take-share {
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 767px) {
    .take-share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 499px) {
    .take-share {
        padding: 2rem;
    }
}

.take-share__icon {
    margin-right: 2rem;
    width: 8rem;
    height: 8rem;
    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;
    border: 1px solid #dfe1ee;
    border-radius: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .take-share__icon {
        width: 6.5rem;
        height: 6.5rem;
        padding: 8px;
        border-radius: 2.4rem;
    }
}

@media (max-width: 767px) {
    .take-share__icon {
        width: 6rem;
        height: 6rem;
        padding: 5px;
        margin-right: 1rem;
    }
}

.take-share__icon .icon-take-share {
    color: #6fcf97;
    font-size: 6.3rem;
}

@media (max-width: 1023px) {
    .take-share__icon .icon-take-share {
        font-size: 4.5rem;
    }
}

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

@media (max-width: 767px) {
    .take-share__side {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.take-share__side + .take-share__side {
    margin-left: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .take-share__side + .take-share__side {
        margin-left: 0;
        margin-top: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.take-share__side .btn {
    min-width: 20rem;
}

@media (max-width: 1023px) {
    .take-share__side .btn {
        padding: 0 1rem;
        min-width: 18rem;
    }
}

@media (max-width: 767px) {
    .take-share__side .btn {
        min-width: auto;
        width: 100%;
        height: 5rem;
    }
}

.take-share__side .btn--black .icon-clipboard,
.take-share__side .btn--black .icon-qrcode {
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 0;
}

.take-share__info {
    width: 100%;
}

@media (max-width: 1699px) {
    .take-share__info {
        max-width: 30rem;
    }
}

@media (max-width: 767px) {
    .take-share__info {
        max-width: none;
    }
}

.take-share__title {
    font-style: italic;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 2.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
    display: block;
    width: 100%;
}

@media (max-width: 1023px) {
    .take-share__title {
        line-height: 1.8em;
    }
}

@media (max-width: 767px) {
    .take-share__title {
        margin-bottom: 5px;
    }
}

.take-share__text {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .take-share__text {
        line-height: 1.4em;
    }
}

.take-share__divider {
    display: inline-block;
    margin: 0 1.3rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .take-share__divider {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        margin: 1rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.partner-program {
    margin-bottom: 6rem;
}

@media (max-width: 767px) {
    .partner-program {
        margin-bottom: 3rem;
    }
}

.partner-program__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

@media (max-width: 1599px) {
    .partner-program__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width: 767px) {
    .partner-program__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.partner-program__col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1599px) {
    .partner-program__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__col {
        padding: 0 6px;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .partner-program__col {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-balance {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-pending {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-month-income {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-invite {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-orders {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 767px) {
    .partner-program__col.col-total-income {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.partner-program__item {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 1.9rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 1599px) {
    .partner-program__item {
        padding: 1.9rem 1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .partner-program__item {
        padding: 1rem;
    }
}

.partner-program__item.is-active {
    border: 1px solid #6fcf97;
}

.partner-program__item__icon {
    background-color: #1b2134;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 3rem;
    width: 8rem;
    height: 8rem;
    margin-right: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .partner-program__item__icon {
        width: 7rem;
        height: 7rem;
        border-radius: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__item__icon {
        width: 5rem;
        height: 5rem;
        border-radius: 1.6rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .partner-program__item__icon {
        width: 8rem;
        height: 8rem;
        border-radius: 3rem;
        margin-right: 2;
    }
}

.partner-program__item__icon .icon {
    font-size: 2rem;
    color: #6fcf97;
}

.partner-program__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 1rem;
}

@media (max-width: 1599px) {
    .partner-program__item__info {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .partner-program__item__info {
        width: 100%;
        margin-top: 0;
    }
}

.partner-program__item__info .how-it-works__item__order {
    display: none;
}

@media (max-width: 767px) {
    .partner-program__item__info .how-it-works__item__order {
        display: block;
    }
}

.partner-program__item__title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;

    color: #6fcf97;
    margin-bottom: 1rem;
    text-align: left;
}

@media (max-width: 1023px) {
    .partner-program__item__title {
        margin-bottom: 6px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .partner-program__item__title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

.partner-program__item__num {
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .partner-program__item__num {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__item__num {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .partner-program__item__num {
        font-size: 2rem;
    }
}

.partner-program__footer {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 1.9rem 2rem;
    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;
    position: relative;
}

@media (max-width: 767px) {
    .partner-program__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 2rem;
    }
}

.partner-program__footer .input-wrap {
    width: 20rem;
    margin: 0 1rem;
}

@media (max-width: 767px) {
    .partner-program__footer .input-wrap {
        margin: 1rem 0;
        width: 100%;
        max-width: 40rem;
    }
}

.partner-program__footer .btn {
    min-width: auto;
    width: 100%;
    max-width: 20rem;
    margin: 0 1rem;
}

@media (max-width: 767px) {
    .partner-program__footer .btn {
        max-width: 40rem;
        margin: 1rem 0;
    }
}

.partner-program__footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 15rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: rgba(223, 225, 238, 0.3);
    margin: 0 1rem;
    text-align: left;
}

@media (max-width: 767px) {
    .partner-program__footer__info {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 1rem 0;
        max-width: 20rem;
    }
}

.partner-program__footer__info span,
.partner-program__footer__info p {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.partner-program__footer__check {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: rgba(33, 39, 59, 0.97);
    padding: 1.9rem 2rem;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media (max-width: 767px) {
    .partner-program__footer__check {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.is-checking .partner-program__footer__check {
    opacity: 1;
    visibility: visible;
}

.partner-program__footer__check__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .partner-program__footer__check__title {
        font-size: 2rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__footer__check__title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__check__title {
        width: 100%;
        text-align: center;
    }
}

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

@media (max-width: 767px) {
    .partner-program__footer__check__actions {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.partner-program__footer__check__actions .btn {
    max-width: none;
    width: auto;
    min-width: 20rem;
}

@media (max-width: 1279px) {
    .partner-program__footer__check__actions .btn {
        min-width: 18rem;
    }
}

@media (max-width: 1023px) {
    .partner-program__footer__check__actions .btn {
        min-width: 17rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__check__actions .btn {
        margin: 1rem 5px;
    }
}

.partner-program__footer__check__actions .btn + .btn {
    margin-left: 2rem;
}

@media (max-width: 1279px) {
    .partner-program__footer__check__actions .btn + .btn {
        margin-left: 1rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__check__actions .btn + .btn {
        margin-left: 5px;
    }
}

.partner-program__footer__approved {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: rgba(33, 39, 59, 0.97);
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 9px 3.4rem 9px 4rem;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media (max-width: 1279px) {
    .partner-program__footer__approved {
        padding: 9px 2rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__approved {
        padding: 9px 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.is-approved .partner-program__footer__approved {
    -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
    transition: opacity 0.1s ease, visibility 0.1s ease;
    opacity: 1;
    visibility: visible;
}

.partner-program__footer__approved .btn {
    width: 14rem;
    height: 6rem;
    min-width: auto;
}

.partner-program__footer__approved__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 1.5rem;
}

@media (max-width: 767px) {
    .partner-program__footer__approved__side {
        margin-right: 0;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.partner-program__footer__approved__icon {
    width: 7.2rem;
    height: 7.2rem;
    background-color: #6fcf97;
    border-radius: 2.4rem 2.4rem 2.4rem 0;
    margin-right: 3.4rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .partner-program__footer__approved__icon {
        margin-right: 2rem;
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__approved__icon {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.partner-program__footer__approved__icon .icon-withdraw {
    font-size: 2.7rem;
    color: #1b2134;
}

@media (max-width: 1279px) {
    .partner-program__footer__approved__icon .icon-withdraw {
        font-size: 2rem;
    }
}

.partner-program__footer__approved__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #6fcf97;
}

@media (max-width: 1279px) {
    .partner-program__footer__approved__title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .partner-program__footer__approved__title {
        font-size: 1.8rem;
    }
}

.partner-program__tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .partner-program__tabs__header {
        display: block;
    }
}

.partner-program__tabs__header__title {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: rgba(223, 225, 238, 0.3);
    margin-right: 2.1rem;
}

@media (max-width: 767px) {
    .partner-program__tabs__header__title {
        margin-bottom: 1rem;
        display: block;
    }
}

.partner-program__tabs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 1.6rem;
    border: 1px solid #6fcf97;
}

@media (max-width: 767px) {
    .partner-program__tabs__items {
        width: 100%;
        max-width: 50rem;
    }
}

.partner-program__tabs__item {
    height: 5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.9rem;
    background-color: #1b2134;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.4rem;
    line-height: 1.2em;
    min-width: 16.6rem;

    color: #dfe1ee;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 767px) {
    .partner-program__tabs__item {
        padding: 0 1rem;
        font-size: 1.3rem;
        min-width: auto;
        width: calc(100% / 3);
    }
}

.partner-program__tabs__item:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}

.partner-program__tabs__item:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
}

@media (min-width: 768px) {
    .partner-program__tabs__item:not(.is-active):hover {
        background-color: #21273b;
    }
}

.partner-program__tabs__item:not(.is-active):active {
    background-color: #252b42;
}

.partner-program__tabs__item + .partner-program__tabs__item {
    border-left: 1px solid #6fcf97;
}

.partner-program__tabs__item.is-active {
    color: #6fcf97;
    background-color: #21273b;
}

.partner-program__tabs__item .icon {
    font-size: 2rem;
    color: inherit;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .partner-program__tabs__item .icon {
        margin-right: 6px;
        font-size: 1.4rem;
    }
}

.partner-program__tabs__inner__box {
    display: none;
}

.partner-program__tabs__inner__box.is-active {
    display: block;
}

.history-store__table__head {
    border-bottom: 2px solid rgba(223, 225, 238, 0.3);
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .history-store__table__head {
        display: none;
    }
}

.history-store__table__row {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid rgba(223, 225, 238, 0.3);
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 767px) {
    .history-store__table__row {
        background-color: #21273b;
        border: 1px solid #2f3548;
        border-radius: 1.6rem;
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
}

.history-store__table__row .col-date,
.history-store__table__row .col-status,
.history-store__table__row .col-start,
.history-store__table__row .col-id,
.history-store__table__row .col-action-type,
.history-store__table__row .col-amount,
.history-store__table__row .col-order-status {
    color: #dfe1ee;
}

.history-store__table__row .col-type {
    font-weight: 600;
    color: #2f80ed;
}

.history-store__table__row .col-reward,
.history-store__table__row .col-credited {
    font-weight: 600;
    text-transform: uppercase;
}

.history-store__table__row .col-reward.col-green,
.history-store__table__row .col-credited.col-green {
    color: #6fcf97;
}

.history-store__table__row .col-reward.col-blue,
.history-store__table__row .col-credited.col-blue {
    color: #2f80ed;
}

.history-store__table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

@media (max-width: 767px) {
    .history-store__table__col {
        height: 5rem;
    }
}

@media (max-width: 767px) {
    .history-store__table__col:not(:last-child) {
        border-bottom: 1px solid #2f3548;
    }
}

.history-store__table__col .icon-coins {
    font-size: 2rem;
    margin-right: 5px;
}

.history-store__table__col.col-date,
.history-store__table__col.col-type,
.history-store__table__col.col-status {
    width: calc((100% - 11rem) / 3);
}

@media (max-width: 767px) {
    .history-store__table__col.col-date,
    .history-store__table__col.col-type,
    .history-store__table__col.col-status {
        width: 100%;
    }
}

.history-store__table__col.col-start,
.history-store__table__col.col-id,
.history-store__table__col.col-action-type,
.history-store__table__col.col-amount,
.history-store__table__col.col-order-status {
    width: calc((100% - 11rem) / 5);
}

@media (max-width: 767px) {
    .history-store__table__col.col-start,
    .history-store__table__col.col-id,
    .history-store__table__col.col-action-type,
    .history-store__table__col.col-amount,
    .history-store__table__col.col-order-status {
        width: 100%;
    }
}

.history-store__table__col.col-credited,
.history-store__table__col.col-reward {
    width: 11rem;
}

@media (max-width: 767px) {
    .history-store__table__col.col-credited,
    .history-store__table__col.col-reward {
        width: 100%;
    }
}

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

@media (max-width: 767px) {
    .history-store__table__col__side {
        width: 50%;
        padding: 0 2rem 0 0;
    }
}

.history-store__table__col__mob {
    font-size: 1.2rem;
    line-height: 2em;
    color: rgba(223, 225, 238, 0.3);
    display: none;
}

@media (max-width: 767px) {
    .history-store__table__col__mob {
        padding: 0 1rem 0 2rem;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.last-orders {
    margin-bottom: 8rem;
}

.last-orders .order-block {
    margin-bottom: 2rem;
}

.pagination-wrap {
    margin-top: 2rem;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

.pagination-prev,
.pagination-next {
    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-weight: 300;
    font-size: 1.8rem;
    line-height: 1.65em;

    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.pagination-prev .icon-chevron-down,
.pagination-next .icon-chevron-down {
    font-size: 1.1rem;
}

.pagination-prev[disabled],
.pagination-next[disabled] {
    color: rgba(223, 225, 238, 0.3);
    pointer-events: none;
}

.pagination-prev {
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .pagination-prev {
        margin-right: 1rem;
    }
}

.pagination-prev .icon-chevron-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 1.2rem;
}

@media (max-width: 767px) {
    .pagination-prev .icon-chevron-down {
        margin-right: 8px;
    }
}

.pagination-next {
    margin-left: 2.5rem;
}

@media (max-width: 767px) {
    .pagination-next {
        margin-left: 1rem;
    }
}

.pagination-next .icon-chevron-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 1.2rem;
}

@media (max-width: 767px) {
    .pagination-next .icon-chevron-down {
        margin-left: 8px;
    }
}

.pagination-link {
    width: 3rem;
    height: 3rem;
    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;
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.pagination-link.is-active {
    border-color: rgba(223, 225, 238, 0.3);
}

.acc-orders {
    padding: 5rem 10rem 5rem 13rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .acc-orders {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .acc-orders {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-orders {
        padding: 5.2rem 1rem 1rem 1rem;
    }
}

.acc-orders__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5rem;
}

@media (max-width: 1023px) {
    .acc-orders__top {
        margin-bottom: 3rem;
    }
}

.acc-orders__top__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 3rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
}

@media (max-width: 767px) {
    .acc-orders__top__status {
        margin-right: 1.5rem;
        font-size: 1.4rem;
    }
}

.acc-orders__top__status--active {
    color: #dfe1ee;
}

.acc-orders__top__status--completed {
    color: rgba(223, 225, 238, 0.3);
}

.acc-orders__top__status--completed .count-box {
    color: rgba(223, 225, 238, 0.3);
    background-color: #1b2134;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

.acc-orders__top__status .count-box {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
}

@media (max-width: 767px) {
    .acc-orders__top__status .count-box {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.3rem;
        margin-right: 5px;
    }
}

.acc-orders .section-title {
    margin-right: 3rem;
    width: auto;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .acc-orders .section-title {
        margin-right: 1.5rem;
    }
}

.acc-orders__inner .order-block {
    margin-bottom: 3rem;
}

.order-block {
    background-color: #21273b;
    border-radius: 1.6rem;
    position: relative;
}

.order-block__trigger {
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 7rem 0 3rem;
    position: relative;
}

@media (max-width: 1599px) {
    .order-block__trigger {
        padding: 0 5.5rem 0 2.5rem;
    }
}

@media (max-width: 767px) {
    .order-block__trigger {
        display: block;
        height: auto;
        padding: 2.5rem 3rem 2rem 3rem;
    }
}

.order-block__btn--hidden {
    display: none;
}

.order-block__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .order-block__side {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .order-block__side + .order-block__side {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .order-block__side .order-block__btn--hidden,
    .order-block__side .order-block__btn--hide {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .order-block__side:first-child {
        -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;
        min-width: 17rem;
    }
}

@media (max-width: 767px) {
    .order-block__side:first-child {
        min-width: auto;
    }
}

.order-block__side .btn {
    margin-left: 2rem;
}

@media (max-width: 1599px) {
    .order-block__side .btn {
        margin-left: 1.2rem;
        height: 4.5rem;
        padding: 0 1.2rem !important;
        font-size: 1.3rem;
    }
}

@media (max-width: 1023px) {
    .order-block__side .btn {
        height: 4rem;
        font-size: 1.1rem;
        margin-left: 1rem;
        padding: 0 1rem !important;
    }
}

@media (max-width: 767px) {
    .order-block__side .btn {
        width: 100%;
        height: 5rem;
        font-size: 1.4rem;
        margin-left: 0;
    }
}

@media (max-width: 1599px) {
    .order-block__side .btn .icon {
        font-size: 1.8rem;
        margin-right: 8px;
    }
}

@media (max-width: 1023px) {
    .order-block__side .btn .icon {
        font-size: 1.6rem;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .order-block__side .btn .icon {
        font-size: 2rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .order-block__side .btn + .btn {
        margin-top: 1rem;
    }
}

.order-block__side .btn-confirm-payment {
    padding: 0 2.8rem !important;
}

@media (max-width: 1599px) {
    .order-block__side .btn-confirm-payment {
        padding: 0 1.2rem !important;
    }
}

@media (max-width: 767px) {
    .order-block__side .btn-confirm-payment:hover {
        color: #ffcc00 !important;
    }
}

.is-collapsed .order-block__side .btn-confirm-payment {
    position: relative;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__side .btn-confirm-payment {
        color: #1b2134;
    }
}

.is-collapsed .order-block__side .btn-confirm-payment .icon,
.is-collapsed .order-block__side .btn-confirm-payment span {
    z-index: 1;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__side .btn-confirm-payment:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffcc00;
        z-index: 0;
    }
}

.order-block--received .order-block__side .btn-confirm-payment {
    display: none;
}

.order-block__side .btn-receive {
    color: #ffcc00 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.is-collapsed .order-block__side .btn-receive {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.order-block__side .btn-receive .icon-chk {
    display: none;
    font-size: 1.4rem;
}

.order-block--received .order-block__side .btn-receive {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #ffcc00;
    background-color: #ffcc00;
    color: #1b2134 !important;
    min-width: 20rem;
}

@media (max-width: 1023px) {
    .order-block--received .order-block__side .btn-receive {
        min-width: auto;
    }
}

.order-block--received .order-block__side .btn-receive .icon-chk {
    display: block;
}

.order-block__num {
    color: #ffcc00;
    font-weight: 800;
    font-style: italic;
    font-size: 2rem;
    line-height: 1em;
    margin-right: 1.9rem;
    position: relative;
}

@media (max-width: 1599px) {
    .order-block__num {
        font-size: 1.6rem;
    }
}

@media (max-width: 1023px) {
    .order-block__num {
        margin-right: 0;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .order-block__num {
        display: inline-block;
        text-align: center;
        font-size: 2rem;
        margin: 0 auto 2.5rem auto;
    }
}

.order-block__num:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffcc00;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
}

.order-block__icon {
    position: absolute;
    width: 2rem;
    height: 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;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.5rem;
}

@media (max-width: 1599px) {
    .order-block__icon {
        width: 5.5rem;
    }
}

@media (max-width: 767px) {
    .order-block__icon {
        width: 7rem;
        height: 7rem;
        right: 0;
        top: 0;
    }
}

.is-collapsed .order-block__icon .icon-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-block__icon .icon-chevron-down {
    color: #dfe1ee;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    font-size: 1.1rem;
}

.order-block__status {
    position: relative;
    height: 3rem;
}

.order-block__list {
    position: absolute;
    left: 0;
    top: 3px;
    width: 17.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (max-width: 1599px) {
    .order-block__list {
        top: 5px;
    }
}

@media (max-width: 1023px) {
    .order-block__list {
        top: 1rem;
    }
}

@media (max-width: 767px) {
    .order-block__list {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        text-align: center;
        width: 100%;
    }

    .js-modal-close-region {
        top: -171px !important;
        right: 0px !important;
    }
}

.order-block__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2.7rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease,
        -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease,
        -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

@media (max-width: 1279px) {
    .order-block__list-item {
        margin-bottom: 3.3rem;
    }
}

@media (max-width: 1023px) {
    .order-block__list-item {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .order-block__list-item {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        position: relative;
        left: auto;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .order-block__list-item:not(.is-active) {
        display: none;
    }
}

.order-block__list-item:first-child {
    margin-bottom: 0;
    z-index: 6;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:first-child {
        -webkit-transform: translateY(20.7rem);
        transform: translateY(20.7rem);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .is-collapsed .order-block__list-item:first-child {
        -webkit-transform: translateY(25rem);
        transform: translateY(25rem);
    }
}

.order-block__list-item:first-child .order-block__list-item__icon:after {
    display: none;
}

.order-block__list-item:last-child {
    z-index: 1;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:last-child {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.order-block__list-item:nth-child(2) {
    z-index: 5;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:nth-child(2) {
        -webkit-transform: translateY(16.5rem);
        transform: translateY(16.5rem);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .is-collapsed .order-block__list-item:nth-child(2) {
        -webkit-transform: translateY(20rem);
        transform: translateY(20rem);
    }
}

.order-block__list-item:nth-child(3) {
    z-index: 4;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:nth-child(3) {
        -webkit-transform: translateY(12.3rem);
        transform: translateY(12.3rem);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .is-collapsed .order-block__list-item:nth-child(3) {
        -webkit-transform: translateY(15rem);
        transform: translateY(15rem);
    }
}

.order-block__list-item:nth-child(4) {
    z-index: 3;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:nth-child(4) {
        -webkit-transform: translateY(8.1rem);
        transform: translateY(8.1rem);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .is-collapsed .order-block__list-item:nth-child(4) {
        -webkit-transform: translateY(10rem);
        transform: translateY(10rem);
    }
}

.order-block__list-item:nth-child(5) {
    z-index: 2;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item:nth-child(5) {
        -webkit-transform: translateY(4rem);
        transform: translateY(4rem);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .is-collapsed .order-block__list-item:nth-child(5) {
        -webkit-transform: translateY(5rem);
        transform: translateY(5rem);
    }
}

.order-block__list-item.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.order-block__list-item.is-active .order-block__list-item__name {
    color: #dfe1ee;
    font-weight: 600;
    white-space: nowrap;
}

.order-block__list-item.is-active .order-block__list-item__name__text {
    display: block;
}

.order-block__list-item.is-active .icon-circled-arrow {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.order-block__list-item.is-active
    ~ .order-block__list-item
    .order-block__list-item__name {
    text-decoration: line-through;
}

.order-block__list-item.is-active ~ .order-block__list-item .icon-chk {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.order-block__list-item .icon {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease,
        -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease,
        -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease, visibility 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease, visibility 0.15s ease,
        -webkit-transform 0.15s ease;
}

.order-block__list-item .icon-chk {
    font-size: 9px;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .order-block__list-item .icon-chk {
        font-size: 7px;
    }
}

.order-block__list-item .icon-circled-arrow {
    color: #dfe1ee;
    font-size: 2.8rem;
}

@media (max-width: 1599px) {
    .order-block__list-item .icon-circled-arrow {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .order-block__list-item .icon-circled-arrow {
        font-size: 3rem;
    }
}

.order-block__list-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    margin-right: 1.6rem;
    background-color: #1b2134;
    z-index: 1;
    border: 2px solid #dfe1ee;
    position: relative;
}

@media (max-width: 1599px) {
    .order-block__list-item__icon {
        margin-right: 1.1rem;
        width: 1.6rem;
        height: 1.6rem;
    }
}

@media (max-width: 767px) {
    .order-block__list-item__icon {
        margin-right: 1rem;
        width: 3rem;
        height: 3rem;
    }
}

.order-block__list-item__icon:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
    border: 1px dashed #dfe1ee;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

@media (max-width: 767px) {
    .order-block__list-item__icon:after {
        display: none;
    }
}

.is-collapsed .order-block__list-item__icon:after {
    height: 3.4rem;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

@media (max-width: 1023px) {
    .is-collapsed .order-block__list-item__icon:after {
        height: 2.9rem;
    }
}

.order-block__list-item__name {
    font-size: 1.6rem;
    color: rgba(223, 225, 238, 0.3);
    opacity: 1;
    font-weight: 400;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;

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

@media (max-width: 1599px) {
    .order-block__list-item__name {
        font-size: 1.4rem;
    }
}

@media (max-width: 1279px) {
    .order-block__list-item__name {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .order-block__list-item__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-left: 0;
    }
}

.order-block__list-item__name__text {
    display: none;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .is-collapsed .order-block__list-item__name__text {
        display: none !important;
    }
}

.order-block__list-item__name .dekor--green {
    color: #dfe1ee;
}

.is-active .order-block__list-item__name .dekor--green {
    color: #6fcf97;
}

.order-block__content {
    display: none;
}

.order-block__content__side {
    width: 63.4%;
    height: 100%;
}

@media (max-width: 1599px) {
    .order-block__content__side {
        width: 60%;
    }
}

@media (max-width: 1279px) {
    .order-block__content__side {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .order-block__content__side {
        width: 100%;
    }
}

.order-block__content__side .btn-mobile-show {
    display: none;
    min-width: auto;
    width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .order-block__content__side .btn-mobile-show {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.order-block__inner {
    padding: 0 2rem 3rem 3rem;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .order-block__inner {
        padding: 0 2rem 2rem 2rem;
        min-height: 21rem;
    }
}

@media (max-width: 767px) {
    .order-block__inner {
        border-top: 1px solid #2f3548;
        padding: 2rem 3rem;
        min-height: auto;
    }
}

.is-collapsed .order-block__inner {
    opacity: 1;
}

.order-block__track {
    width: 100%;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    margin-bottom: 2rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1599px) {
    .order-block__track {
        padding: 1.7rem;
    }
}

@media (max-width: 1023px) {
    .order-block__track {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .order-block__track {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.order-block__track--yellow {
    border-color: #ffcc00;
}

.order-block__track-url {
    margin-left: 20px;
}

.order-block__track__icon {
    width: 5rem;
    height: 5rem;
    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-right: 1rem; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffcc00;
}

@media (max-width: 1599px) {
    .order-block__track__icon {
        width: 3rem;
        height: 3rem;
    }
}

@media (max-width: 1023px) {
    .order-block__track__icon {
        width: auto;
        height: auto;
    }
}

.order-block__track__icon .icon {
    font-size: 2rem;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .order-block__track__icon .icon {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .order-block__track__icon .icon {
        font-size: 2rem;
    }
}

.order-block__track--yellow .order-block__track__icon .icon {
    color: #ffcc00;
}

.order-block__track__text {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .order-block__track__text {
        font-size: 1.4rem;
    }
}

@media (max-width: 1023px) {
    .order-block__track__text {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .order-block__track__text {
        width: calc(100% - 3rem);
    }
}

.order-block__track__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .order-block__track__actions {
        margin-left: 0;
        margin-top: 1.1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-negative: unset;
        flex-shrink: unset;
        width: 100%;
    }
}

@media (max-width: 1599px) {
    .order-block__track__actions .btn {
        margin-left: 1.2rem;
        height: 4.5rem;
        padding: 0 1.2rem !important;
        font-size: 1.3rem;
    }
}

@media (max-width: 1023px) {
    .order-block__track__actions .btn {
        height: 4rem;
        font-size: 1.1rem;
        margin-left: 1rem;
        padding: 0 1rem !important;
    }
}

@media (max-width: 767px) {
    .order-block__track__actions .btn {
        height: 5rem;
        font-size: 1.4rem;
        margin-left: 0;
        width: 100%;
        min-width: auto;
    }
}

.order-block__track__actions .btn--bordered {
    color: #dfe1ee !important;
    padding: 0 1rem;
    min-width: auto;
    width: 100%;
    max-width: 20rem;
}

@media (max-width: 1599px) {
    .order-block__track__actions .btn--bordered {
        width: auto;
    }
}

@media (max-width: 767px) {
    .order-block__track__actions .btn--bordered {
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .order-block__track__actions .btn--bordered:not([disabled]):hover {
        color: #1b2134 !important;
    }
}

.order-block__track__actions .btn--silver-bordered {
    color: #dfe1ee !important;
}

.order-block__track__actions .btn--dark {
    color: rgba(223, 225, 238, 0.3) !important;
}

@media (min-width: 768px) {
    .order-block__track__actions .btn--dark:not([disabled]):hover {
        color: #dfe1ee !important;
    }
}

.order-block__track__actions .btn + .btn {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .order-block__track__actions .btn + .btn {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.order-block__tracking-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1em;
    color: #dfe1ee;
}

@media (max-width: 1023px) {
    .order-block__tracking-num {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .order-block__tracking-num {
        font-size: 1.4rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .is-collapsed .order-block__tracking-num {
        display: none;
    }
}

.order-block__tracking-num__item {
    margin-right: 1rem;
    font-weight: 600;
}

.order-block__tracking-num__item + .icon {
    margin-right: 0;
}

.order-block__modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background: rgba(33, 39, 59, 0.97);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: 8rem 2rem 2rem 2rem;
}

@media (max-width: 1023px) {
    .order-block__modal {
        padding: 5rem 2rem 2rem 2rem;
    }
}

.order-block__modal.is-active {
    opacity: 1;
    visibility: visible;
}

.order-block__modal__close {
    position: absolute;
    right: 0;
    top: 7px;
    width: 6.4rem;
    height: 7rem;
}

@media (max-width: 1599px) {
    .order-block__modal__close {
        width: 5.5rem;
    }
}

@media (max-width: 767px) {
    .order-block__modal__close {
        right: 0px;
        top: 0;
        width: 5rem;
        height: 5rem;
        border-radius: 0 1.6rem 0 0;
    }
}

.order-block__modal__close .icon-remove-sm {
    font-size: 1.2rem;
    color: #dfe1ee;
}

.order-block__modal__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.65em;
    text-align: center;
    text-transform: uppercase;
    color: #dfe1ee;
    margin-bottom: 6rem;
}

@media (max-width: 1023px) {
    .order-block__modal__title {
        font-size: 2rem;
        margin-bottom: 4rem;
    }
}

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

@media (max-width: 767px) {
    .order-block__modal__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.order-block__modal__actions .btn--bordered {
    background-color: #1b2134;
    color: #ffcc00 !important;
}

@media (min-width: 768px) {
    .order-block__modal__actions .btn--bordered:not([disabled]):hover {
        background-color: rgba(27, 33, 52, 0.2);
    }
}

.order-block__modal__actions .btn--bordered:not([disabled]):active {
    background-color: rgba(27, 33, 52, 0.3);
}

.order-block__modal__actions .btn {
    min-width: auto;
    width: 100%;
    max-width: 20rem;
}

@media (max-width: 767px) {
    .order-block__modal__actions .btn {
        max-width: 40rem;
        margin: 1rem;
    }
}

.order-block__modal__actions .btn + .btn {
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .order-block__modal__actions .btn + .btn {
        margin-left: 1rem;
    }
}

.order-block__modal__actions .btn .icon-chk {
    font-size: 1.4rem;
}

.order-block__delivered {
    display: none;
}

.order-block--delivered .order-block__delivered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.order-block--delivered .order-block__dispatched {
    display: none;
}

.acc-coins {
    padding: 5rem 10rem 5rem 12rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .acc-coins {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .acc-coins {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-coins {
        padding: 3.5rem 1rem 1rem 1rem;
    }
}

.acc-coins .history-store {
    margin-top: 8rem;
}

@media (max-width: 767px) {
    .acc-coins .history-store {
        margin-top: 5.7rem;
    }
}

.acc-coins__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.acc-coins__notice + .acc-coins__notice {
    margin-top: 1rem;
}

.acc-coins__notice__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px 1rem 0 0;
}

.acc-coins__notice__icon .icon-attention {
    font-size: 2rem;
    color: #dfe1ee;
}

.acc-coins__notice--red .acc-coins__notice__icon .icon-attention {
    color: #eb5757;
}

.acc-coins__notice__text {
    font-size: 1.4rem;
    line-height: 2.15em;
    color: #dfe1ee;
    margin-bottom: 0;
}

.acc-coins__notice--red .acc-coins__notice__text {
    color: #eb5757;
}

.acc-coins__notice__text b {
    font-weight: 600;
    margin-right: 2px;
    text-transform: uppercase;
}

.acc-coins__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.acc-coins__top__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

.acc-coins__top__count .icon-coins {
    font-size: 2rem;
    margin-right: 1rem;
}

.acc-coins__top .acc-coins__verify__text {
    display: none;
}

@media (max-width: 767px) {
    .acc-coins__top .acc-coins__verify__text {
        display: block;
        width: 100%;
        line-height: 1.75em;
        margin-top: 1rem;
        max-width: none;
    }
}

.acc-coins .section-title {
    margin-bottom: 0;
    margin-right: 3rem;
    width: auto;
}

@media (max-width: 767px) {
    .acc-coins .section-title {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-coins .section-title__secondary {
        font-size: 1.8rem;
    }
}

.acc-coins__empty {
    margin-top: 7.9rem;
    width: 100%;
    padding: 0 4rem 0 5.1rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 2rem;
    background-color: transparent;
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .acc-coins__empty {
        padding: 0 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__empty {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.7rem;
    }
}

.acc-coins__empty__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 14.8rem;
}

@media (max-width: 767px) {
    .acc-coins__empty__side {
        min-height: auto;
        width: 100%;
        padding: 1.5rem 0;
    }
}

.acc-coins__empty__side + .acc-coins__stats__action__side {
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .acc-coins__empty__side + .acc-coins__stats__action__side {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.acc-coins__empty__side .btn--black {
    min-width: 14rem;
    height: 6rem;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .acc-coins__empty__side .btn--black {
        height: 5rem;
        min-width: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .acc-coins__empty__side .btn--black:not([disabled]):hover {
        background-color: #252b42;
    }
}

.acc-coins__empty__side .btn--black:not([disabled]):active {
    background-color: #2a324b;
}

.acc-coins__empty__side .btn--bordered {
    min-width: 20rem;
    height: 6rem;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .acc-coins__empty__side .btn--bordered {
        height: 5rem;
        min-width: auto;
        width: 100%;
    }
}

.acc-coins__empty__icon {
    position: relative;
    width: 16.4rem;
    height: 14.8rem;
    margin-right: 4.4rem;
}

@media (max-width: 1023px) {
    .acc-coins__empty__icon {
        margin-right: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__empty__icon {
        width: auto;
        height: auto;
    }
}

.acc-coins__empty__icon .icon-man-strong,
.acc-coins__empty__icon .icon-payments-strong {
    font-size: 17.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .acc-coins__empty__icon .icon-man-strong,
    .acc-coins__empty__icon .icon-payments-strong {
        position: relative;
        left: auto;
        right: auto;
        font-size: 10rem;
    }
}

.acc-coins__empty__text span,
.acc-coins__empty__text p {
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .acc-coins__empty__text span,
    .acc-coins__empty__text p {
        font-size: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__empty__text span,
    .acc-coins__empty__text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__empty__text span,
    .acc-coins__empty__text p {
        font-size: 1.6rem;
        line-height: 1.25em;
    }
}

.acc-coins__empty--paid {
    margin: 4rem 0;
}

@media (max-width: 767px) {
    .acc-coins__empty--paid {
        margin: 3rem 0;
    }
}

.acc-coins__stats {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .acc-coins__stats {
        margin-top: 3.7rem;
    }
}

.acc-coins__stats__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

@media (max-width: 1599px) {
    .acc-coins__stats__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__inner {
        margin-left: -1rem;
        margin-right: -1rem;
        flex-direction: column;
    }
}

.acc-coins__stats__col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1599px) {
    .acc-coins__stats__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__col {
        padding: 0 6px;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__col {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__col--fluid {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__col--fluid .acc-coins__stats__item {
        padding: 2rem;
    }
}

@media (max-width: 1279px) {
    .acc-coins__stats__col--fluid .btn {
        height: 5rem;
        min-width: 13.9rem;
    }
}

.acc-coins__stats__item {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 1.9rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 1599px) {
    .acc-coins__stats__item {
        padding: 1.9rem 1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__item {
        padding: 1rem;
        align-items: center;
    }
}

.acc-coins__stats__item.is-active {
    border: 2px solid #2f80ed;
}

@media (max-width: 767px) {
    .acc-coins__stats__item.is-active {
        border: 1px solid #2f80ed;
    }
}

.acc-coins__stats__item__icon {
    background-color: #1b2134;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 3rem;
    width: 8rem;
    height: 8rem;
    margin-right: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .acc-coins__stats__item__icon {
        width: 7rem;
        height: 7rem;
        border-radius: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__item__icon {
        width: 5rem;
        height: 5rem;
        border-radius: 1.6rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__item__icon {
        width: 8rem;
        height: 8rem;
        border-radius: 3rem;
    }
}

.acc-coins__stats__item__icon .icon {
    font-size: 2rem;
    color: #2f80ed;
}

.acc-coins__stats__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 1rem;
}

@media (max-width: 1599px) {
    .acc-coins__stats__item__info {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__item__info {
        width: 100%;
    }
}

.acc-coins__stats__item__title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;

    color: #2f80ed;
    margin-bottom: 1rem;
    text-align: left;
}

@media (max-width: 1023px) {
    .acc-coins__stats__item__title {
        margin-bottom: 6px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__item__title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

.acc-coins__stats__item__num {
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .acc-coins__stats__item__num {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__item__num {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__item__num {
        font-size: 2rem;
    }
}

.acc-coins__stats__item__action {
    width: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 1;
}

.acc-coins__stats__item__action .btn--green {
    background-color: #1b2134;
}

.acc-coins__stats__item__subtitle {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.65em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 1rem;
}

.acc-coins__stats__action {
    width: 100%;
    padding: 3.3rem 4rem 3.3rem 3.2rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 2rem;
    background-color: transparent;
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1599px) {
    .acc-coins__stats__action {
        padding: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__action {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

@media (max-width: 767px) {
    .acc-coins__stats__action__side {
        width: 100%;
    }
}

.acc-coins__stats__action__side + .acc-coins__stats__action__side {
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .acc-coins__stats__action__side + .acc-coins__stats__action__side {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.acc-coins__stats__action__side .btn {
    min-width: 14rem;
    height: 6rem;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .acc-coins__stats__action__side .btn {
        height: 5rem;
        min-width: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .acc-coins__stats__action__side .btn:not([disabled]):hover {
        background-color: #252b42;
    }
}

.acc-coins__stats__action__side .btn:not([disabled]):active {
    background-color: #2a324b;
}

.acc-coins__stats__action__icon {
    width: 7.2rem;
    height: 7.2rem;
    margin-right: 3.4rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background: #2f80ed;
    border-radius: 2.4rem 2.4rem 2.4rem 0px;
}

@media (max-width: 767px) {
    .acc-coins__stats__action__icon {
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
    }
}

.acc-coins__stats__action__icon .icon-cart {
    font-size: 3rem;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .acc-coins__stats__action__icon .icon-cart {
        font-size: 2.5rem;
    }
}

.acc-coins__stats__action__icon .icon-coins {
    font-size: 3rem;
}

.acc-coins__stats__action__icon .sub-icon {
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.acc-coins__stats__action__text span,
.acc-coins__stats__action__text p {
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #2f80ed;
}

@media (max-width: 1599px) {
    .acc-coins__stats__action__text span,
    .acc-coins__stats__action__text p {
        font-size: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__stats__action__text span,
    .acc-coins__stats__action__text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__stats__action__text span,
    .acc-coins__stats__action__text p {
        font-size: 1.6rem;
        line-height: 1.25em;
    }
}

.acc-coins__earn {
    margin-top: 7rem;
}

@media (max-width: 767px) {
    .acc-coins__earn {
        margin-top: 5.7rem;
    }
}

.acc-coins__earn .acc-coins__notice {
    margin: 0 0 2rem 0;
}

@media (max-width: 767px) {
    .acc-coins__earn .acc-coins__notice {
        margin: 0 0 3rem 0;
    }
}

@media (max-width: 767px) {
    .acc-coins__earn .article-title {
        margin-bottom: 2.6rem;
    }
}

.acc-coins__earn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

@media (max-width: 1599px) {
    .acc-coins__earn__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__earn__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width: 767px) {
    .acc-coins__earn__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.acc-coins__earn__col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 2rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (max-width: 1599px) {
    .acc-coins__earn__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__earn__col {
        padding: 0 6px;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__earn__col {
        width: 50%;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
}

.acc-coins__earn__col--double {
    width: calc(100% / 3 * 2);
}

@media (max-width: 767px) {
    .acc-coins__earn__col--double {
        width: 50%;
    }
}

.acc-coins__earn__col--not-active {
    opacity: 0.1;
    pointer-events: none;
}

.acc-coins__earn__item {
    width: 100%;
    height: 100%;
    padding: 3rem 2rem;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid #2f80ed;
    position: relative;
}

@media (max-width: 1599px) {
    .acc-coins__earn__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .acc-coins__earn__item {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__earn__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1rem;
    }
}

.acc-coins__earn__col--disabled .acc-coins__earn__item {
    border-color: rgba(223, 225, 238, 0.3);
    pointer-events: none;
}

.acc-coins__earn__col--disabled
    .acc-coins__earn__item
    .acc-coins__earn__item__action
    .btn {
    border-color: transparent !important;
    background-color: transparent !important;
    color: rgba(223, 225, 238, 0.3) !important;
}

@media (max-width: 767px) {
    .acc-coins__earn__item__top {
        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: 1rem;
    }
}

.acc-coins__earn__item__icon {
    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: 2rem;
    width: 100%;
}

@media (max-width: 767px) {
    .acc-coins__earn__item__icon {
        margin-bottom: 0;
        width: auto;
        margin-right: 1rem;
    }
}

.acc-coins__earn__item__icon .icon {
    font-size: 4rem;
    color: #dfe1ee;
    -webkit-filter: drop-shadow(0px 0px 10px #2f80ed);
    filter: drop-shadow(0px 0px 10px #2f80ed);
}

@media (max-width: 1023px) {
    .acc-coins__earn__item__icon .icon {
        font-size: 3rem;
    }
}

.acc-coins__earn__col--disabled .acc-coins__earn__item__icon .icon {
    color: rgba(223, 225, 238, 0.3);
    -webkit-filter: none;
    filter: none;
}

.acc-coins__earn__item__title {
    display: block;
    width: 100%;
    text-align: center;
    color: #dfe1ee;
    margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
}

@media (max-width: 1023px) {
    .acc-coins__earn__item__title {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__earn__item__title {
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 1.25em;
        width: 100%;
        max-width: 7.6rem;
        text-align: left;
    }
}

.acc-coins__earn__col--disabled .acc-coins__earn__item__title {
    color: rgba(223, 225, 238, 0.3);
}

.acc-coins__earn__item__coins {
    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-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    margin-bottom: 1.5rem;
    width: 100%;
}

@media (max-width: 767px) {
    .acc-coins__earn__item__coins {
        margin-bottom: 1rem;
    }
}

.acc-coins__earn__col--disabled .acc-coins__earn__item__coins {
    color: rgba(223, 225, 238, 0.3);
}

.acc-coins__earn__item__coins .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.acc-coins__earn__item__action {
    width: 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;
}

.acc-coins__earn__item__action .btn {
    min-width: auto;
    width: 100%;
    max-width: 18rem;
    border-color: #dfe1ee;
    padding: 0 1rem;
}

@media (max-width: 1023px) {
    .acc-coins__earn__item__action .btn {
        max-width: 16rem;
    }
}

.acc-coins__photo {
    margin-top: 5rem;
}

.acc-coins__photo textarea.form-control {
    min-height: 24rem;
}

@media (max-width: 1023px) {
    .acc-coins__photo textarea.form-control {
        min-height: 21.4rem;
    }
}

.acc-coins__photo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.acc-coins__photo__top .btn {
    margin-right: 2rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .acc-coins__photo__top .btn {
        margin-bottom: 1.5rem !important;
    }
}

.acc-coins__photo__top .acc-coins__verify__text {
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .acc-coins__photo__top .acc-coins__verify__text {
        width: auto;
    }
}

@media (max-width: 767px) {
    .acc-coins__photo__top .acc-coins__verify__text {
        display: none;
    }
}

.acc-coins__photo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    position: relative;
}

@media (max-width: 767px) {
    .acc-coins__photo__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-coins__photo__list {
    width: calc(100% - 35.6rem);
}

@media (max-width: 1023px) {
    .acc-coins__photo__list {
        width: calc(100% - 32.5rem);
    }
}

@media (max-width: 767px) {
    .acc-coins__photo__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 5px;
    }
}

.acc-coins__photo__form {
    width: 32rem;
    margin-left: 3.6rem;
}

@media (max-width: 1023px) {
    .acc-coins__photo__form {
        margin-left: 2.5rem;
        width: 30rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__photo__form {
        width: 100%;
        margin: 0 auto 1rem auto;
    }
}

.acc-coins__photo__form .btn--md {
    margin-top: 3rem;
    min-width: auto;
    width: 100%;
}

.acc-coins__photo__products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .acc-coins__photo__products {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.acc-coins__photo__products .acc-coins__photo__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem 2rem 0;
}

@media (max-width: 1023px) {
    .acc-coins__photo__products .acc-coins__photo__group {
        margin: 0 1rem 1rem 0;
    }
}

.acc-coins__photo__products
    .acc-coins__photo__group
    + .acc-coins__photo__group {
    margin-top: 0;
}

.acc-coins__photo__products .acc-coins__photo__group:first-child {
    z-index: 101;
}

.acc-coins__photo__products__item {
    border-radius: 1.6rem;
    cursor: pointer;
    border: 1px solid rgba(223, 225, 238, 0.3);
    background-color: #1b2134;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.3rem 0 2rem;
    height: 5rem;
    margin: 0 2rem 2rem 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1023px) {
    .acc-coins__photo__products__item {
        padding: 0 1rem;
        margin: 0 1rem 1rem 0;
    }
}

@media (min-width: 768px) {
    .acc-coins__photo__products__item:hover {
        background-color: #20273e;
    }

    .acc-coins__photo__products__item:hover .icon-close {
        color: rgba(223, 225, 238, 0.6);
    }
}

@media (min-width: 768px) {
    .acc-coins__photo__products__item:active {
        background-color: #252e48;
    }

    .acc-coins__photo__products__item:active .icon-close {
        color: #dfe1ee;
    }
}

.acc-coins__photo__products__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acc-coins__photo__products__item-title {
    font-size: 1.2rem;
    line-height: 1em;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    color: rgba(223, 225, 238, 0.3);
}

.acc-coins__photo__products__item-text {
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
}

@media (max-width: 1023px) {
    .acc-coins__photo__products__item-text {
        font-size: 1.4rem;
    }
}

.acc-coins__photo__products__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2rem;
}

.acc-coins__photo__products__item-icon .close-svg {
    width: 1.2rem;
    height: 1.2rem;
}

.acc-coins__photo__products__trigger {
    min-width: 20rem;
    cursor: pointer;
    background-color: #2f3548;
    border-radius: 1.6rem;
    padding: 0 1rem 0 2rem;
    height: 5rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    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;
    color: rgba(223, 225, 238, 0.3);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1023px) {
    .acc-coins__photo__products__trigger {
        padding: 0 1rem;
        font-size: 1.4rem;
        min-width: auto;
    }
}

@media (min-width: 768px) {
    .acc-coins__photo__products__trigger:not([disabled]):hover {
        background-color: #353c51;
    }
}

.acc-coins__photo__products__trigger:not([disabled]):active {
    background-color: #3b435b;
}

.acc-coins__photo__products__trigger .icon-plus-r {
    color: #dfe1ee;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    margin-left: 1rem;
}

.acc-coins__photo__load {
    width: 100%;
    padding: 2rem;
    background-color: #21273b;
    border-radius: 1.6rem;
    margin-bottom: 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;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
    .acc-coins__photo__load:hover {
        background-color: #23293e;
    }
}

@media (max-width: 767px) {
    .acc-coins__photo__load-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 760px) {
    .acc-coins__photo__load-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 2rem;
    }
}

.acc-coins__photo__load-wrap input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.acc-coins__photo__load__inner {
    width: 20rem;
    height: 32rem;
    border-radius: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0 5px;
}

@media (max-width: 1023px) {
    .acc-coins__photo__load__inner {
        height: 28.8rem;
    }
}

.acc-coins__photo__load__inner.preview-ready .icon-upload-img {
    display: none;
}

.acc-coins__photo__load__inner .icon-upload-img {
    font-size: 4rem;
    color: #ffcc00;
    margin: 1.6rem 0;
    position: relative;
    z-index: 2;
}

.acc-coins__photo__load__text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: rgba(223, 225, 238, 0.3);
    position: relative;
    z-index: 2;
}

.preview-ready .acc-coins__photo__load__text {
    display: none;
}

.acc-coins__photo__group + .acc-coins__photo__group {
    margin-top: 3rem;
}

@media (max-width: 1023px) {
    .acc-coins__photo__group + .acc-coins__photo__group {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__photo__group + .acc-coins__photo__group {
        margin-top: 1.5rem;
    }
}

.acc-coins__photo__group textarea.form-control {
    height: 12rem;
    line-height: 1.5em;
    padding: 1rem 2rem;
}

.acc-coins__photo__group textarea.form-control::-webkit-input-placeholder {
    line-height: 1.5em;
}

.acc-coins__photo__group textarea.form-control:-moz-placeholder {
    line-height: 1.5em;
}

.acc-coins__photo__group textarea.form-control::-moz-placeholder {
    line-height: 1.5em;
}

.acc-coins__photo__group textarea.form-control:-ms-input-placeholder {
    line-height: 1.5em;
}

.acc-coins__photo__group__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3rem 0;
}

.acc-coins__photo__group__rate .acc-coins__photo__group__title {
    margin-bottom: 0;
    white-space: nowrap;
}

.acc-coins__photo__group__rate-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .acc-coins__photo__group__rate-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 499px) {
    .acc-coins__photo__group__rate-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-coins__photo__group__rate input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.acc-coins__photo__group__rate
    input:checked
    ~ .acc-coins__photo__group__rate-item
    .icon-star-simple {
    color: #ffcc00;
}

.acc-coins__photo__group__rate-item {
    width: 2.6rem;
    padding: 0 5px;
    cursor: pointer;
}

.acc-coins__photo__group__rate-item:hover .icon-star-simple {
    color: #ffcc00;
}

.acc-coins__photo__group__rate-item:hover
    ~ .acc-coins__photo__group__rate-item
    .icon-star-simple {
    color: #ffcc00;
}

.acc-coins__photo__group__rate-item .icon-star-simple {
    font-size: 1.6rem;
    color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

.is-error .acc-coins__photo__group__rate-item {
    -webkit-animation: pulse 0.5s ease;
    animation: pulse 0.5s ease;
}

.acc-coins__photo__group__rate-box {
    width: 100%;
    height: 1.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;
}

.acc-coins__photo__group__title {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.5em;
    display: block;
    width: 100%;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .acc-coins__photo__group__title {
        line-height: 2em;
    }
}

.acc-coins__verify {
    width: 100%;
    margin-top: 5rem;
}

.acc-coins__verify .acc-coins__photo__list {
    width: 100%;
}

.acc-coins__verify .acc-coins__photo__load-wrap {
    width: calc(100% - 35.6rem);
}

@media (max-width: 767px) {
    .acc-coins__verify .acc-coins__photo__load-wrap {
        width: 100%;
    }
}

.acc-coins__verify + .acc-coins__photo__inner {
    margin-top: 8rem;
}

@media (max-width: 1279px) {
    .acc-coins__verify + .acc-coins__photo__inner {
        margin-top: 3rem;
    }
}

.acc-coins__verify__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .acc-coins__verify__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-coins__verify__inner + .acc-coins__submit__form {
    margin-top: 3rem;
}

.acc-coins__verify__inner .btn-example {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2rem;
    border-color: #dfe1ee;
    min-width: 17rem;
}

@media (max-width: 1023px) {
    .acc-coins__verify__inner .btn-example {
        min-width: auto;
        margin-bottom: 1.5rem;
    }
}

.acc-coins__verify__btn {
    cursor: pointer;
    height: 5rem;
    padding: 0 1.3rem;
    margin-right: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #dfe1ee;
    border-radius: 1.6rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    color: #dfe1ee;
    background-color: #1b2134;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1023px) {
    .acc-coins__verify__btn {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__verify__btn {
        padding: 0 1rem;
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .acc-coins__verify__btn:hover {
        background-color: #20273e;
    }
}

.acc-coins__verify__btn:active {
    background-color: #242c45;
}

.acc-coins__verify__btn .dekor--yellow {
    text-transform: uppercase;
    margin-left: 5px;
}

.acc-coins__verify__btn .icon-clipboard {
    font-size: 1.8rem;
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .acc-coins__verify__btn .icon-clipboard {
        margin-left: 7px;
    }
}

.acc-coins__verify__text {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #dfe1ee;
    max-width: 35rem;
}

@media (max-width: 1023px) {
    .acc-coins__verify__text {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .acc-coins__verify__text {
        display: none;
    }
}

.acc-coins__verify__public {
    width: 100%;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .acc-coins__verify__public {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-coins__verify__public .acc-coins__photo__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 68rem;
}

@media (max-width: 767px) {
    .acc-coins__verify__public .acc-coins__photo__group {
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.acc-coins__verify__public .btn {
    margin-left: 4rem;
    min-width: auto;
    width: 100%;
    max-width: 32rem;
}

@media (max-width: 1023px) {
    .acc-coins__verify__public .btn {
        max-width: 20rem;
        margin-left: 2.5rem;
    }
}

@media (max-width: 767px) {
    .acc-coins__verify__public .btn {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
}

.acc-coins__advices {
    margin-top: 8.6rem;
}

@media (max-width: 1279px) {
    .acc-coins__advices {
        margin-top: 5.7rem;
    }
}

.acc-coins__advices .article-title {
    margin-bottom: 2.6rem;
}

.acc-coins__advices__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.acc-coins__advices__link {
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.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;
    height: 5rem;
    padding: 0 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease,
        background-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease,
        background-color 0.3s ease;
    background-color: #1b2134;
    margin: 0 1rem 2rem 0;
}

@media (min-width: 768px) {
    .acc-coins__advices__link:hover {
        background-color: #20273e;
    }
}

.acc-coins__advices__link:active {
    background-color: #242c45;
}

.acc-coins__advices__link .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.acc-coins__review {
    width: 100%;
    margin-top: 2.6rem;
}

.acc-coins__review .article-title {
    margin-bottom: 2.6rem;
}

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

@media (max-width: 767px) {
    .acc-coins__review__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-coins__review__user {
    margin-right: 3.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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .acc-coins__review__user {
        margin-right: 0;
        margin-bottom: 2rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-coins__review__user__img {
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .acc-coins__review__user__img {
        width: 4rem;
        height: 4rem;
    }
}

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

.acc-coins__review__user .icon-trustpilot {
    font-size: 3.1rem;
    color: #6fcf97;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .acc-coins__review__user .icon-trustpilot {
        margin-right: 2rem;
    }
}

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

@media (max-width: 767px) {
    .acc-coins__review__submit {
        padding: 0 1.5rem;
        width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 499px) {
    .acc-coins__review__submit {
        width: 100%;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-coins__review__submit .btn {
    min-width: 20rem;
}

@media (max-width: 767px) {
    .acc-coins__review__submit .btn {
        min-width: 15rem;
    }
}

@media (max-width: 499px) {
    .acc-coins__review__submit .btn {
        min-width: auto;
        max-width: none;
        width: 100%;
    }
}

.acc-coins__review__stars {
    margin-right: 7rem;
}

@media (max-width: 767px) {
    .acc-coins__review__stars {
        margin-right: 0;
        padding: 0 1.5rem;
        width: 50%;
    }
}

@media (max-width: 499px) {
    .acc-coins__review__stars {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
}

.acc-coins__review__stars__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .acc-coins__review__stars__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 499px) {
    .acc-coins__review__stars__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acc-coins__review__stars input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.acc-coins__review__stars
    input:checked
    ~ .acc-coins__review__stars__item
    .icon-star-new {
    color: #ffcc00;
}

.acc-coins__review__stars__item {
    width: 3.5rem;
    padding: 0 2.5px;
    cursor: pointer;
}

.acc-coins__review__stars__item:hover .icon-star-new {
    color: #ffcc00;
}

.acc-coins__review__stars__item:hover
    ~ .acc-coins__review__stars__item
    .icon-star-new {
    color: #ffcc00;
}

.acc-coins__review__stars__item-box {
    width: 100%;
    height: 3rem;
    background: rgba(223, 225, 238, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acc-coins__review__stars__item .icon-star-new {
    font-size: 2.4rem;
    color: #1b2134;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

.acc-coins__submit {
    margin-top: 8.7rem;
}

@media (max-width: 1279px) {
    .acc-coins__submit {
        margin-top: 5.7rem;
    }
}

.acc-coins__submit .article-title {
    margin-bottom: 2.6rem;
}

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

@media (max-width: 767px) {
    .acc-coins__submit__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.acc-coins__submit__form + .acc-coins__notice {
    margin-top: 3rem;
}

.acc-coins__submit__form__side textarea.form-control {
    height: 13rem;
}

.acc-coins__submit__form__side textarea.review-textarea {
    height: 19rem;
}

.acc-coins__submit__form__side textarea.trust-textarea {
    height: 31rem;
}

@media (max-width: 767px) {
    .acc-coins__submit__form__side textarea.trust-textarea {
        height: 19rem;
    }
}

.acc-coins__submit__form__side .btn {
    max-width: none;
    width: 100%;
    margin-top: auto;
}

.acc-coins__submit__form__side:first-child {
    width: calc(100% - 36rem);
}

@media (max-width: 767px) {
    .acc-coins__submit__form__side:first-child {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__side:first-child .acc-coins__photo__group {
        margin-bottom: 2rem;
    }
}

.acc-coins__submit__form__side:last-child {
    width: 32rem;
    margin-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;
}

@media (max-width: 767px) {
    .acc-coins__submit__form__side:last-child {
        width: 100%;
        margin-left: 0;
    }
}

.acc-coins__submit__form__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
}

@media (max-width: 1023px) {
    .acc-coins__submit__form__inner {
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner {
        grid-row-gap: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.acc-coins__submit__form__inner
    .acc-coins__photo__group
    + .acc-coins__photo__group {
    margin-top: 0;
}

.acc-coins__submit__form__inner .acc-coins__photo__group__rate {
    margin: 0;
}

.acc-coins__submit__form__inner .group--publication,
.acc-coins__submit__form__inner .group--text,
.acc-coins__submit__form__inner .group--textarea {
    grid-column-start: span 2;
}

@media (max-width: 1023px) {
    .acc-coins__submit__form__inner .group--publication,
    .acc-coins__submit__form__inner .group--text,
    .acc-coins__submit__form__inner .group--textarea {
        grid-column-start: span 3;
    }
}

.acc-coins__submit__form__inner .group--name,
.acc-coins__submit__form__inner .group--title,
.acc-coins__submit__form__inner .group--rate,
.acc-coins__submit__form__inner .group--submit {
    grid-column-start: span 1;
}

@media (max-width: 1023px) {
    .acc-coins__submit__form__inner .group--name,
    .acc-coins__submit__form__inner .group--title,
    .acc-coins__submit__form__inner .group--rate,
    .acc-coins__submit__form__inner .group--submit {
        grid-column-start: span 2;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--name {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--rate {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--publication {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--submit {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.acc-coins__submit__form__inner .group--submit .btn {
    width: 100%;
}

.acc-coins__submit__form__inner .group--text {
    grid-row-start: 2;
    grid-row-end: 5;
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.acc-coins__submit__form__inner .group--text .form-control {
    min-height: 19rem;
}

.acc-coins__submit__form__inner .group--textarea {
    grid-row-start: 1;
    grid-row-end: 5;
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--textarea {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.acc-coins__submit__form__inner .group--textarea .form-control {
    min-height: 31rem;
}

@media (max-width: 767px) {
    .acc-coins__submit__form__inner .group--textarea .form-control {
        min-height: 19rem;
    }
}

.acc-coins__lab {
    margin-bottom: 3rem;
}

.acc-coins__lab__inner {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 4rem;
}

@media (max-width: 1599px) {
    .acc-coins__lab__inner {
        grid-column-gap: 3rem;
    }
}

@media (max-width: 1279px) {
    .acc-coins__lab__inner {
        grid-column-gap: 2rem;
    }
}

@media (max-width: 1023px) {
    .acc-coins__lab__inner {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 767px) {
    .acc-coins__lab__inner {
        display: block;
    }
}

.acc-coins__lab__inner .acc-coins__photo__group + .acc-coins__photo__group {
    margin-top: 0;
}

.acc-coins__lab__inner .group-name {
    grid-column-start: span 3;
}

@media (max-width: 1023px) {
    .acc-coins__lab__inner .group-name {
        grid-column-start: span 4;
    }
}

@media (max-width: 767px) {
    .acc-coins__lab__inner .group-name {
        margin-bottom: 1.5rem;
    }
}

.acc-coins__lab__inner .group-comment {
    grid-column-start: span 4;
}

@media (max-width: 767px) {
    .acc-coins__lab__inner .group-comment {
        margin-bottom: 1.5rem;
    }
}

.acc-coins__lab__inner .group-publication {
    grid-column-start: span 3;
}

@media (max-width: 1023px) {
    .acc-coins__lab__inner .group-publication {
        grid-column-start: span 4;
    }
}

.acc-coins__lab__upload {
    width: 100%;
    height: 29rem;
    grid-column-start: span 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

@media (max-width: 1023px) {
    .acc-coins__lab__upload {
        grid-row-start: auto;
        grid-row-end: auto;
        grid-column-start: span 8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #21273b;
        border-radius: 1.6rem;
        padding: 2rem;
        height: 33rem;
        margin-bottom: 2rem;
    }
}

.acc-coins__lab__upload input {
    position: absolute;
    left: -9999em;
    top: -9999em;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.acc-coins__lab__upload__inner {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 1.6rem;
    overflow: hidden;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .acc-coins__lab__upload__inner {
        margin: 0 auto;
        width: 20rem;
    }
}

.acc-coins__lab__upload__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acc-coins__lab__upload__img img {
    border-radius: 1.6rem;
}

.acc-coins__lab__upload__img.preview-ready .icon-upload-doc {
    display: none;
}

.acc-coins__lab__upload__img .icon-upload-doc {
    margin: 1.6rem 0;
    position: relative;
    z-index: 2;
    font-size: 4rem;
    color: #ffcc00;
}

.acc-coins__lab__upload__text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: rgba(223, 225, 238, 0.3);
    position: relative;
    z-index: 2;
}

.preview-ready .acc-coins__lab__upload__text {
    display: none;
}

.acc-coins__lab__add-label {
    grid-column-start: span 4;
}

@media (max-width: 767px) {
    .acc-coins__lab__add-label {
        margin-bottom: 5px;
    }
}

.acc-coins__lab__submit {
    margin-top: 2.1rem;
}

@media (max-width: 767px) {
    .acc-coins__lab__submit {
        margin-top: 1.5rem;
    }
}

.acc-coins__lab__submit .btn {
    width: 100%;
}

.products-table {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 96rem;
    background-color: #21273b;
    border-radius: 1.6rem;
    padding: 3rem 2rem 3rem 4rem;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1279px) {
    .products-table {
        max-width: 81rem;
    }
}

@media (max-width: 1023px) {
    .products-table {
        padding: 2.5rem 1.5rem 2.5rem 2.5rem;
    }
}

@media (max-width: 767px) {
    .products-table {
        padding: 1.5rem 1rem 1.5rem 1.5rem;
    }
}

.products-table .header__search__close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .products-table .header__search__close {
        color: #dfe1ee;
    }
}

@media (min-width: 768px) {
    .products-table .header__search__close:hover {
        color: #dfe1ee;
    }
}

.products-table__line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0;
}

.products-table__line:first-child {
    padding: 0 0 1rem 0;
}

.products-table__line:last-child {
    padding: 1rem 0 0 0;
}

.products-table__line + .products-table__line {
    border-top: 2px solid rgba(223, 225, 238, 0.3);
}

.products-table__line-letter {
    font-weight: 600;
    width: 2rem;
    margin-right: 2rem;
    font-size: 1.8rem;
    padding-top: 1rem;
    line-height: 1.65em;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(223, 225, 238, 0.3);
}

.products-table__line-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-table__line-inner input {
    position: absolute;
    top: -9999em;
    left: -9999em;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.products-overview__list-col .products-table__line-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.products-overview__list-col .products-overview__list__item-link {
    pointer-events: none;
    font-weight: 700;
}

@media (max-width: 1279px) {
    .products-overview__list-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100%;
    }

    .products-overview__list-col > li:first-child {
        border-right: 1px solid #2f3548;
    }

    .products-overview__list-col > li {
        padding: 1rem;
    }

    .products-overview__list__item-link {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .products-overview__list-col .product-list__grid {
        padding-top: 1rem !important;
    }

    .products-table__line-name {
        font-size: 1.4rem !important;
    }

    .header-mobile-group {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.products-table__line-item {
    padding: 0.6rem 0;
}

.products-table__line-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    opacity: 1;
    text-align: left;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.products-table__line-count {
    font-size: 1.2rem;
    color: rgba(223, 225, 238, 0.3);
}

.products-table__line-label.is-active {
    pointer-events: none;
}

.products-table__line-label.is-active .products-table__line-name {
    color: rgba(223, 225, 238, 0.3);
}

.products-table__line-brand {
    font-size: 1.2rem;
    line-height: 1em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 5px;
}

.products-table__line-name {
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.products-table__inner {
    width: 100%;
    height: auto;
    padding-right: 2rem;
}

@media (max-width: 1023px) {
    .products-table__inner {
        padding-right: 1rem;
    }
}

.acc-settings {
    width: 100%;
    padding: 5rem 10.3rem 1rem 12rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .acc-settings {
        padding: 5rem 5rem 1rem 5rem;
    }
}

@media (max-width: 1279px) {
    .acc-settings {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-settings {
        padding: 3.4rem 1rem 1rem 1rem;
    }
}

.acc-settings .section-title {
    margin-bottom: 4.9rem;
}

@media (max-width: 1279px) {
    .acc-settings .section-title {
        margin-bottom: 5.7rem;
    }
}

@media (max-width: 767px) {
    .acc-settings .section-title {
        margin-bottom: 2.3rem;
    }
}

@media (max-width: 767px) {
    .acc-settings .section-title__secondary {
        font-size: 1.8rem;
    }
}

.acc-settings__user-logo {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

@media (max-width: 1023px) {
    .acc-settings__user-logo {
        height: 4rem;
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .acc-settings__user-logo {
        height: 3rem;
        width: 3rem;
    }
}

.acc-settings__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.acc-settings__form__top,
.acc-settings__form__line {
    height: 9.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1023px) {
    .acc-settings__form__top,
    .acc-settings__form__line {
        padding: 1rem 0;
        height: 9.8rem;
    }
}

.acc-settings__form__top {
    border-top: 1px solid #2f3548;
}

@media (max-width: 1023px) {
    .acc-settings__form__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        border-top: none;
    }
}

@media (max-width: 1023px) {
    .acc-settings__form__top .acc-settings__form__title {
        width: auto;
        max-width: none;
    }
}

@media (max-width: 1023px) {
    .acc-settings__form__top .acc-settings__form__val {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        width: auto;
        margin-right: 0;
        padding: 0;
    }
}

.acc-settings__form__line {
    border-top: 1px solid #2f3548;
    position: relative;
}

@media (max-width: 1023px) {
    .acc-settings__form__line {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.acc-settings__form__line:first-child {
    border-top: none;
}

@media (max-width: 767px) {
    .acc-settings__form__line:first-child {
        height: 8rem;
    }
}

@media (max-width: 767px) {
    .acc-settings__form__line:last-child {
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .acc-settings__form__line:last-child {
        height: 12rem;
    }
}

.acc-settings__form__line:last-child .acc-settings__form__line__side {
    width: 36rem;
}

@media (max-width: 767px) {
    .acc-settings__form__line:last-child .acc-settings__form__line__side {
        width: 13rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .acc-settings__form__line:last-child .acc-settings__form__line__side .btn {
        -webkit-transform: none;
        transform: none;
        top: 5px;
    }
}

.acc-settings__form__line.is-hidden {
    display: none;
}

.acc-settings__form__line__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.acc-settings__form__line__side:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2rem;
}

@media (max-width: 1023px) {
    .acc-settings__form__line__side:first-child {
        margin-right: 1rem;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
    }
}

.acc-settings__form__line__side:last-child {
    width: 17rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 767px) {
    .acc-settings__form__line__side:last-child {
        width: 13rem;
    }
}

.acc-settings__form__line__side:last-child .btn {
    min-width: auto;
    width: 17rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .acc-settings__form__line__side:last-child .btn {
        height: 4rem;
    }
}

@media (max-width: 767px) {
    .acc-settings__form__line__side:last-child .btn {
        padding: 0 1rem;
        width: 13rem;
        font-size: 1.4rem;
    }
}

.acc-settings__form__line__side .btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease,
        opacity 0.3s ease, visibility 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease,
        visibility 0.3s ease;
}

.acc-settings__form__line__side .btn.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.acc-settings__form__line__side .btn.js-cancel-delete {
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .acc-settings__form__line__side .btn.js-cancel-delete {
        left: auto;
        right: 0;
        bottom: 0;
        top: auto !important;
    }
}

.acc-settings__form__line__side .btn--transparent {
    color: #eb5757 !important;
}

@media (min-width: 768px) {
    .acc-settings__form__line__side .btn--transparent:not([disabled]):hover {
        background-color: #20273e;
    }
}

.acc-settings__form__line__side .btn--transparent:not([disabled]):active {
    background-color: #252e48;
}

.acc-settings__form__title {
    width: 100%;
    max-width: 35rem;
    height: 100%;
    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.875em;
    color: #dfe1ee;
    padding-right: 1rem;
}

@media (max-width: 1599px) {
    .acc-settings__form__title {
        max-width: 30rem;
    }
}

@media (max-width: 1023px) {
    .acc-settings__form__title {
        height: 40%;
    }
}

.acc-settings__form__title--lg {
    max-width: none;
}

.acc-settings__form__val {
    width: auto;
    height: 100%;
    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.875em;
    color: #dfe1ee;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    position: relative;
}

@media (max-width: 1023px) {
    .acc-settings__form__val {
        height: 60%;
        width: 100%;
        position: static;
    }
}

.acc-settings__form__val:after {
    content: "-------";
    display: none;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

.acc-settings__form__val:empty:after {
    display: block;
}

.acc-settings__form__val input {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    height: 3.6rem;
    border-radius: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-transition: background-color 0.3s ease, padding 0.3s ease;
    transition: background-color 0.3s ease, padding 0.3s ease;
    border: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1023px) {
    .acc-settings__form__val input {
        padding: 0;
        height: 3.2rem;
        border-radius: 6px;
        background-color: transparent;
    }
}

.acc-settings__form__val input:not([readonly]) {
    padding: 0 1.5rem;
    background-color: #2f3548;
}

@media (max-width: 1023px) {
    .acc-settings__form__val input:not([readonly]) {
        padding: 0 1rem;
    }
}

.acc-settings__form__val input[readonly] {
    padding: 0 2rem 0 0;
    background-color: transparent;
    cursor: default;
}

.acc-settings__form__val input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.acc-settings__form__val
    input:focus:not([readonly])::-webkit-input-placeholder {
    opacity: 0;
}

.acc-settings__form__val input:focus:not([readonly]):-moz-placeholder {
    opacity: 0;
}

.acc-settings__form__val input:focus:not([readonly])::-moz-placeholder {
    opacity: 0;
}

.acc-settings__form__val input:focus:not([readonly]):-ms-input-placeholder {
    opacity: 0;
}

.acc-settings__form__val input::-webkit-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.6);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.acc-settings__form__val input:-moz-placeholder {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.6);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.acc-settings__form__val input::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.6);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.acc-settings__form__val input:-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: rgba(223, 225, 238, 0.6);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.acc-settings__form__val input[type="file"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.acc-settings__form__val__noty {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.25em;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

@media (max-width: 1023px) {
    .acc-settings__form__val__noty {
        font-size: 1.3rem;
        bottom: 5px;
    }
}

@media (max-width: 767px) {
    .acc-settings__form__val__noty {
        font-size: 1.2rem;
        letter-spacing: -0.6px;
    }
}

@media (max-width: 1023px) {
    .acc-settings__form__val__noty + input {
        margin-bottom: auto;
    }
}

.acc-settings__form__val__noty.noty-error {
    color: #eb5757;
}

.acc-settings__form__val__noty.noty-success {
    color: #6fcf97;
}

.acc-settings__form__val__noty.noty-hidden {
    display: none;
}

.acc-settings__input-trasparent {
    background-color: transparent !important;
    padding: 0 !important;
}

.acc-settings__input-trasparent::-webkit-input-placeholder {
    font-size: 1.6rem;
    line-height: 16px;
    color: rgba(223, 225, 238, 0.3) !important;
}

.acc-settings__input-trasparent:-moz-placeholder {
    font-size: 1.6rem;
    line-height: 16px;
    color: rgba(223, 225, 238, 0.3) !important;
}

.acc-settings__input-trasparent::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 16px;
    color: rgba(223, 225, 238, 0.3) !important;
}

.acc-settings__input-trasparent:-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 16px;
    color: rgba(223, 225, 238, 0.3) !important;
}

.acc-settings__input-trasparent:not([readonly]):focus {
    padding: 0 2rem !important;
    background-color: #2f3548 !important;
}

@media (max-width: 767px) {
    .acc-settings__input-trasparent:not([readonly]):focus {
        padding: 0 1rem !important;
    }
}

.acc-support {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 14.1rem);
    position: -webkit-sticky;
    position: sticky;
    top: 14.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #2f3548;
}

@media (max-width: 1279px) {
    .acc-support {
        height: calc(100% - 11.2rem);
        position: fixed;
        top: 11.2rem;
    }
}

.acc-support__top {
    border-bottom: 1px solid #2f3548;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 13rem;
    padding: 2rem 10rem 2rem 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .acc-support__top {
        height: 9rem;
        padding: 1rem 5rem;
    }
}

@media (max-width: 767px) {
    .acc-support__top {
        display: none;
    }
}

.acc-support__top .section-title {
    width: auto;
    margin-right: 3rem;
    margin-bottom: 0;
}

.acc-support__top__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

.acc-support__top__count .count-box {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
}

.acc-support__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url("/assets/images/useful/support-body-bg.png");
    background-repeat: repeat;
    background-position: 0 0;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.acc-support__body .loader-box {
    width: 1rem;
    height: 1rem;
    margin: 0 1.8rem;
}

@media (max-width: 1599px) {
    .acc-support__body .loader-box {
        margin: 0 1.6rem;
    }
}

@media (max-width: 767px) {
    .acc-support__body .loader-box {
        width: 8px;
        height: 8px;
        margin: 0 1.2rem;
    }
}

@keyframes wave {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
    }
}

.acc-support__inner {
    width: 100%;
    padding: 7rem 10rem 4rem 12rem;
}

@media (max-width: 1599px) {
    .acc-support__inner {
        padding: 6rem 5rem 3rem 5rem;
    }
}

@media (max-width: 767px) {
    .acc-support__inner {
        padding: 2rem 1rem;
    }
}

@media (max-width: 767px) {
    .acc-support__inner {
        padding: 5rem 1rem 2rem 1rem;
    }
}

.acc-support__inner .loader-wrapper {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 3rem;
}

@media (max-width: 1599px) {
    .acc-support__inner .loader-wrapper {
        top: 2rem;
    }
}

.acc-support__inner .loader-wrapper.is-active {
    opacity: 1;
    visibility: visible;
}

.acc-support__footer {
    border-top: 1px solid #2f3548;
    border-bottom: 1px solid #2f3548;
    height: 15rem;
    padding: 3rem 10rem 3rem 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .acc-support__footer {
        height: 12rem;
        padding: 2rem 5rem;
    }
}

@media (max-width: 767px) {
    .acc-support__footer {
        height: 8rem;
        padding: 1rem;
    }
}

.acc-support__footer__field {
    height: 100%;
    width: 100%;
    padding-right: 2rem;
    background-color: transparent;
    border-radius: 1.6rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .acc-support__footer__field {
        padding-right: 0;
    }
}

.acc-support__footer__field .btn {
    width: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .acc-support__footer__field .btn {
        height: 6rem;
        padding: 0;
        border-radius: 0;
        color: #dfe1ee;
        width: 6rem;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .acc-support__footer__field .btn .icon-send {
        color: #dfe1ee;
        font-size: 1.8rem;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .acc-support__footer__field .btn .mob-text {
        display: none;
    }
}

.acc-support__footer__field .input-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding: 5px 2rem 5px 0;
}

@media (max-width: 767px) {
    .acc-support__footer__field .input-wrap {
        padding: 5px 1rem 5px 0;
    }
}

.acc-support__footer__field .input-wrap__inner {
    width: 100%;
    height: 100%;
    padding: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.acc-support__footer__textarea {
    height: 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding-left: 3rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #dfe1ee;
    outline: none;
    border: none;
    resize: none;
    overflow: hidden;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1599px) {
    .acc-support__footer__textarea {
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-support__footer__textarea {
        padding-left: 1rem;
    }
}

.acc-support__footer__textarea:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.acc-support__footer__textarea:focus
    + .acc-support__footer__textarea-placeholder {
    opacity: 0;
    visibility: hidden;
}

.acc-support__footer__textarea.is-filled
    + .acc-support__footer__textarea-placeholder {
    opacity: 0;
    visibility: hidden;
}

.acc-support__footer__textarea-placeholder {
    width: 100%;
    height: 100%;
    font-weight: 600;
    padding-left: 3rem;
    font-size: 1.6rem;
    line-height: 7.4rem;
    color: rgba(223, 225, 238, 0.3);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    left: 0;
    margin: 0;
    cursor: text;
}

@media (max-width: 1599px) {
    .acc-support__footer__textarea-placeholder {
        line-height: 6.4rem;
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    .acc-support__footer__textarea-placeholder {
        line-height: 4.5rem;
        padding-left: 1rem;
    }
}

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

.acc-support__message + .acc-support__message {
    margin-top: 2rem;
}

@media (max-width: 1599px) {
    .acc-support__message + .acc-support__message {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-support__message + .acc-support__message {
        margin-top: 1rem;
    }
}

.acc-support__message + .message-support {
    margin-top: 5rem;
}

@media (max-width: 1599px) {
    .acc-support__message + .message-support {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-support__message + .message-support {
        margin-top: 2rem;
    }
}

.acc-support__message p {
    margin: 0;
}

@media (max-width: 767px) {
    .acc-support__message p {
        font-size: 1.6rem;
        line-height: 1.875em;
    }
}

.acc-support__message.message-support + .message-support {
    margin-top: 2rem;
}

@media (max-width: 1599px) {
    .acc-support__message.message-support + .message-support {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .acc-support__message.message-support + .message-support {
        margin-top: 1rem;
    }
}

.acc-support__message.message-support .acc-support__message__inner {
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    margin-left: 0;
    margin-right: auto;
    border-color: #ffcc00;
}

.acc-support__message.message-new .acc-support__message__time:after {
    display: block;
}

.acc-support__message.message-new .acc-support__message__time .icon-chk {
    display: none;
}

.acc-support__message__inner {
    width: auto;
    max-width: 56rem;
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
    background-color: #1b2134;
    padding: 1rem 2rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem 0 1.6rem 1.6rem;
    text-align: left;
    margin-left: auto;
    position: relative;
}

@media (max-width: 767px) {
    .acc-support__message__inner {
        max-width: 85%;
    }
}

.acc-support__message__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.4rem;
    color: rgba(223, 225, 238, 0.3);
}

.acc-support__message__time:after {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffcc00;
    margin-left: 1.1rem;
}

.acc-support__message__time .icon-chk {
    margin-left: 8px;
    font-size: 1.4rem;
}

.partners-program {
    padding: 5rem 10rem 5rem 12rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .partners-program {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .partners-program {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .partners-program {
        padding: 3.5rem 1rem 1rem 1rem;
    }
}

.partners-program__top {
    margin-bottom: 8.5rem;
}

@media (max-width: 1023px) {
    .partners-program__top {
        margin-bottom: 5.5rem;
    }
}

.partners-program .refferal-faq {
    max-width: 100% !important;
    padding: 0 !important;
}

.partners-program .faq-box__title {
    color: rgba(223, 225, 238, 0.3);
}

.partners-program__top .section-title {
    margin-bottom: 2rem;
}

.partners-program .history-store {
    margin-bottom: 8.7rem;
}

@media (max-width: 1023px) {
    .partners-program .history-store {
        margin-bottom: 5.5rem;
    }
}

.partners-program .history-store .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .partners-program .history-store .article-title {
        margin-bottom: 2rem;
    }
}

.how-it-works {
    margin-bottom: 8.7rem;
}

@media (max-width: 1023px) {
    .how-it-works {
        margin-bottom: 5.7rem;
    }
}

.how-it-works--mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .how-it-works--mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.how-it-works .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .how-it-works .article-title {
        margin-bottom: 2rem;
    }
}

.how-it-works__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

@media (max-width: 1599px) {
    .how-it-works__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width: 767px) {
    .how-it-works__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 499px) {
    .how-it-works__inner {
        margin-left: 0;
        margin-right: 0;
    }
}

.how-it-works__col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1599px) {
    .how-it-works__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__col {
        padding: 0 6px;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .how-it-works__col {
        width: 50%;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 499px) {
    .how-it-works__col {
        width: 100%;
        padding: 0;
    }
}

.how-it-works__item {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 2rem;
}

@media (max-width: 1599px) {
    .how-it-works__item {
        padding: 1.9rem 1.6rem;
    }
}

@media (max-width: 767px) {
    .how-it-works__item {
        padding: 1rem 0.9rem 2.1rem 0.9rem;
    }
}

.how-it-works__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .how-it-works__item__info {
        margin-bottom: 1rem;
    }
}

.how-it-works__item__icon {
    border: 1px solid #dfe1ee;
    border-radius: 3rem;
    width: 8rem;
    height: 8rem;
    margin-right: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .how-it-works__item__icon {
        width: 7rem;
        height: 7rem;
        border-radius: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__item__icon {
        width: 5rem;
        height: 5rem;
        border-radius: 1.6rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .how-it-works__item__icon {
        width: 6rem;
        height: 6rem;
        border-radius: 2.2rem;
    }
}

.how-it-works__item__icon .icon {
    color: #6fcf97;
}

.how-it-works__item__icon .icon-take-share {
    font-size: 6.3rem;
}

@media (max-width: 1599px) {
    .how-it-works__item__icon .icon-take-share {
        font-size: 5rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__item__icon .icon-take-share {
        font-size: 3.6rem;
    }
}

.how-it-works__item__icon .icon-give-get {
    font-size: 6rem;
}

@media (max-width: 1599px) {
    .how-it-works__item__icon .icon-give-get {
        font-size: 5rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__item__icon .icon-give-get {
        font-size: 3.6rem;
    }
}

.how-it-works__item__icon .icon-use-withdraw {
    font-size: 5.1rem;
}

@media (max-width: 1599px) {
    .how-it-works__item__icon .icon-use-withdraw {
        font-size: 4.6rem;
    }
}

@media (max-width: 1023px) {
    .how-it-works__item__icon .icon-use-withdraw {
        font-size: 3.2rem;
    }
}

.how-it-works__item__order {
    font-size: 1.2rem;
    line-height: 1.65em;
    display: block;
    margin-bottom: 5px;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .how-it-works__item__order {
        font-size: 1.2rem;
    }
}

.how-it-works__item__title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    color: #dfe1ee;
    text-align: left;
}

@media (max-width: 1023px) {
    .how-it-works__item__title {
        margin-bottom: 6px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .how-it-works__item__title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

.how-it-works__item__text {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-bottom: 0;
}

.how-it-works__footer {
    width: 100%;
    height: auto;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 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;
}

@media (max-width: 767px) {
    .how-it-works__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .how-it-works__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.how-it-works__footer .btn {
    min-width: auto;
    width: auto;
    min-width: 16rem;
    padding: 0 2rem;
}

@media (max-width: 767px) {
    .how-it-works__footer .btn {
        min-width: auto;
        width: 100%;
        max-width: 22rem;
    }
}

.how-it-works__footer .btn--black .icon-clipboard,
.how-it-works__footer .btn--black .icon-qrcode {
    margin-left: 1rem;
    margin-right: 0;
}

.how-it-works__footer__divider {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    color: rgba(223, 225, 238, 0.3);
    margin: 0 1.3rem;
}

@media (max-width: 767px) {
    .how-it-works__footer__divider {
        margin: 1.5rem 0;
    }
}

.how-it-works__terms {
    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;
    margin-top: 1.5rem;
}

.how-it-works__terms p {
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-bottom: 0;
}

.how-it-works__terms a {
    color: #6fcf97;
    text-decoration: underline;
}

.terms-and-conditions .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .terms-and-conditions .article-title {
        margin-bottom: 2rem;
    }
}

.customer {
    padding: 5rem 10rem 5rem 12rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .customer {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .customer {
        padding: 4rem 4rem 1rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .customer {
        padding: 3.5rem 1rem 1rem 1rem;
    }
}

.customer .how-it-works {
    margin-bottom: 9.9rem;
}

@media (max-width: 1023px) {
    .customer .how-it-works {
        margin-bottom: 5.7rem;
    }
}

.customer__top {
    margin-bottom: 2.6rem;
}

.customer__top .section-title {
    margin-bottom: 0;
}

.customer__advices .section-title {
    margin-bottom: 4.5rem;
}

@media (max-width: 1023px) {
    .customer__advices .section-title {
        margin-bottom: 2rem;
    }
}

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

@media (max-width: 767px) {
    .customer__advices__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.customer__advices__side {
    margin-right: -2rem;
}

@media (max-width: 1279px) {
    .customer__advices__side {
        margin-right: -1rem;
    }
}

@media (max-width: 767px) {
    .customer__advices__side {
        margin-right: 0;
    }
}

.customer__advices__side:first-child {
    width: 67.5%;
}

@media (max-width: 1279px) {
    .customer__advices__side:first-child {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .customer__advices__side:first-child {
        width: 100%;
    }
}

.customer__advices__side:last-child {
    width: 32.8%;
}

@media (max-width: 1279px) {
    .customer__advices__side:last-child {
        width: 37%;
    }
}

@media (max-width: 767px) {
    .customer__advices__side:last-child {
        width: 100%;
    }
}

.customer__advices__side .article-title {
    margin-bottom: 1.7rem;
}

.customer__advices__side .acc-coins__advices__link {
    margin: 0 2rem 2rem 0;
}

@media (max-width: 1279px) {
    .customer__advices__side .acc-coins__advices__link {
        margin: 0 1rem 2rem 0;
    }
}

.customer__advices__section {
    margin-bottom: 2.7rem;
}

@media (max-width: 767px) {
    .customer__advices__section {
        margin-bottom: 1rem;
    }
}

.withdraw-funds {
    padding: 5rem 10rem 5rem 12rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.withdraw-funds--finished {
    width: 100%;
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 2rem;
}

.withdraw-funds--finished-done {
    cursor: unset;
    pointer-events: none;
}

@media (max-width: 1599px) {
    .withdraw-funds {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .withdraw-funds {
        padding: 4rem 4rem 6rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .withdraw-funds {
        padding: 3.5rem 1rem 6rem 1rem;
    }

    .withdraw-funds--finished {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.withdraw-funds__top {
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .withdraw-funds__top {
        margin-bottom: 2rem;
    }
}

.withdraw-funds__top .section-title {
    margin-bottom: 2rem;
}

.withdraw-funds .partner-program {
    margin-bottom: 8.7rem;
}

@media (max-width: 1023px) {
    .withdraw-funds .partner-program {
        margin-bottom: 5.7rem;
    }
}

.withdraw-funds .partner-program .article-title {
    margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
    .withdraw-funds .partner-program .article-title {
        margin-bottom: 2rem;
    }
}

.withdraw-funds .history-store .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .withdraw-funds .history-store .article-title {
        margin-bottom: 2rem;
    }
}

.withdraw-funds .history-store__table__row .col-type {
    color: #dfe1ee;
    font-weight: 400;
}

.withdraw-processing {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .withdraw-processing__inner .acc-coins__notice {
        width: 100%;
        max-width: 40rem;
        margin: 0 auto;
    }
}

.acc-coins__notices {
    margin-bottom: 8rem;
}

@media (max-width: 1023px) {
    .acc-coins__notices {
        margin-bottom: 5.7rem;
    }
}

.withdraw-processing__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #21273b;
    border: 1px solid #dfe1ee4d;
    padding: 2rem;
    border-radius: 1.6rem;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
}

@media (max-width: 1279px) {
    .withdraw-processing__form {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 1023px) {
    .withdraw-processing__form {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        gap: 2rem;
    }
}

.withdraw-processing__form__col {
    width: auto;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.withdraw-processing__form__col:first-child {
    width: 320px;
}

.withdraw-processing__form__col:last-child {
    width: 280px;
}

@media (max-width: 1279px) {
    .withdraw-processing__form__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .withdraw-processing__form__col {
        padding: 0;
        width: 100% !important;
        margin-bottom: 0;
    }
}

.withdraw-processing__form .acc-coins__photo__group {
    width: 100%;
}

.withdraw-processing__form .acc-coins__photo__group .btn {
    width: 100%;
    margin-top: 1rem;
}

.withdraw-processing__form .input-wrap__error {
    position: absolute;
    top: calc(100% + 1px);
    text-align: left;
    color: #eb5757;
    font-size: 1.1rem;
    z-index: 2;
}

.withdraw-verify {
    display: none;
}

.withdraw-verify.is-active {
    display: block;
}

.withdraw-success {
    width: 100%;
    padding: 3.3rem 4rem 3.3rem 3.2rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 2rem;
    background-color: transparent;
    background-image: url("/assets/images/useful/texture.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1599px) {
    .withdraw-success {
        padding: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .withdraw-success {
        padding: 2rem;
        margin-bottom: 5.7rem;
    }
}

@media (max-width: 767px) {
    .withdraw-success {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.withdraw-success-wrap {
    width: 100%;
    margin-bottom: 8.6rem;
    display: none;
}

.withdraw-success-wrap.is-active {
    display: block;
}

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

@media (max-width: 767px) {
    .withdraw-success__side {
        width: 100%;
    }
}

.withdraw-success__side + .withdraw-success__side {
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .withdraw-success__side + .withdraw-success__side {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.withdraw-success__side .btn {
    min-width: 14rem;
    height: 6rem;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .withdraw-success__side .btn {
        height: 5rem;
        min-width: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .withdraw-success__side .btn:not([disabled]):hover {
        background-color: #252b42;
    }
}

.withdraw-success__side .btn:not([disabled]):active {
    background-color: #2a324b;
}

.withdraw-success__icon {
    width: 7.2rem;
    height: 7.2rem;
    margin-right: 3.4rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background: #6fcf97;
    border-radius: 2.4rem 2.4rem 2.4rem 0px;
}

@media (max-width: 767px) {
    .withdraw-success__icon {
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
    }
}

.withdraw-success__icon .icon-withdraw {
    font-size: 3rem;
    color: #1b2134;
}

@media (max-width: 767px) {
    .withdraw-success__icon .icon-withdraw {
        font-size: 2.5rem;
    }
}

.withdraw-success__icon .icon-coins {
    font-size: 3rem;
}

.withdraw-success__text span,
.withdraw-success__text p {
    display: block;
    font-weight: 800;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #6fcf97;
}

@media (max-width: 1599px) {
    .withdraw-success__text span,
    .withdraw-success__text p {
        font-size: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .withdraw-success__text span,
    .withdraw-success__text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .withdraw-success__text span,
    .withdraw-success__text p {
        font-size: 1.6rem;
        line-height: 1.25em;
    }
}

.all-stats {
    padding: 5rem 10rem 5rem 12rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .all-stats {
        padding: 4.4rem 4.6rem 1rem 4.6rem;
    }
}

@media (max-width: 1279px) {
    .all-stats {
        padding: 4rem 4rem 6rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .all-stats {
        padding: 3.5rem 1rem 6rem 1rem;
    }
}

.all-stats__top {
    margin-bottom: 5rem;
}

@media (max-width: 1023px) {
    .all-stats__top {
        margin-bottom: 3rem;
    }
}

.all-stats__top .section-title {
    margin-bottom: 2rem;
}

.all-stats .partner-program {
    margin-bottom: 5.9rem;
}

@media (max-width: 1023px) {
    .all-stats .partner-program {
        margin-bottom: 3rem;
    }
}

.acc-cart {
    width: 100%;
    padding: 5rem 10.3rem 1rem 11.7rem;
    position: relative;
}

@media (max-width: 1599px) {
    .acc-cart {
        padding: 5rem 5rem 1rem 5rem;
    }
}

@media (max-width: 1279px) {
    .acc-cart {
        padding: 4rem 4rem 3rem 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acc-cart {
        padding: 3rem 1rem;
    }
}

.acc-cart__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5rem;
}

@media (max-width: 1279px) {
    .acc-cart__top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .acc-cart__top {
        margin-bottom: 2rem;
    }
}

.acc-cart__top .section-title {
    margin-bottom: 0;
    margin-right: 3rem;
    width: auto;
}

.acc-cart__footer {
    width: 100%;
    z-index: 11;
}

.acc-cart__footer__inner {
    background-color: #21273b;
    border-top: 1px solid #2f3548;
    border-right: 1px solid #2f3548;
    border-bottom: 1px solid #2f3548;
    width: 100%;
    padding: 4rem 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;
}

@media (max-width: 1599px) {
    .acc-cart__footer__inner {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 1279px) {
    .acc-cart__footer__inner {
        padding: 2rem 1rem;
    }
}

@media (max-width: 767px) {
    .acc-cart__footer__inner {
        padding: 1.5rem 1rem;
    }
}

.acc-cart__footer .btn {
    height: 6rem;
    font-size: 1.8rem;
}

@media (max-width: 1599px) {
    .acc-cart__footer .btn {
        font-size: 1.6rem;
    }
}

@media (max-width: 1279px) {
    .acc-cart__footer .btn {
        font-size: 1.4rem;
        height: 5rem;
        padding: 0 1rem;
    }
}

.acc-cart__footer .btn--black {
    min-width: 22rem;
}

@media (max-width: 1599px) {
    .acc-cart__footer .btn--black {
        min-width: 20rem;
    }
}

@media (max-width: 1279px) {
    .acc-cart__footer .btn--black {
        min-width: 17rem;
    }
}

@media (max-width: 767px) {
    .acc-cart__footer .btn--black {
        min-width: auto;
    }
}

.acc-cart__footer .btn--yellow {
    min-width: 26rem;
}

@media (max-width: 1599px) {
    .acc-cart__footer .btn--yellow {
        min-width: 20rem;
    }
}

@media (max-width: 767px) {
    .acc-cart__footer .btn--yellow {
        min-width: auto;
    }
}

.acc-cart__footer .btn + .btn {
    margin-left: 3rem;
}

@media (max-width: 1279px) {
    .acc-cart__footer .btn + .btn {
        margin-left: 2rem;
    }
}

@media (max-width: 1279px) {
    .acc-cart__footer .btn + .btn {
        min-width: 17rem;
        margin-left: 1rem;
    }
}

.acc-cart__detail {
    padding: 1.9rem 2.5rem;
    background: #21273b;
    border: 1px solid #ffcc00;
    border-radius: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.acc-cart__detail__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2.5rem;
}

.acc-cart__detail__icon .icon-attention {
    color: #ffcc00;
    font-size: 2rem;
}

.acc-cart__detail__text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #dfe1ee;
    margin-bottom: 0;
}

.support-sticky__inner {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40rem;
    z-index: 11;
    border-left: 1px solid #2f3548;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .support-sticky__inner {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        border-radius: 0;
        border: none;
    }
}

.support-sticky__inner.is-opened {
    -webkit-transform: none;
    transform: none;
}

.support-sticky__inner__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;
    padding: 0 0 0 2rem;
    height: 7rem;
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #2f3548;
}

@media (max-width: 1279px) {
    .support-sticky__inner__top {
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .support-sticky__inner__top {
        padding: 0 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 5rem;
        border-bottom-color: #2f3548;
    }
}

.support-sticky__inner__top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfe1ee;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.25em;
    font-style: italic;
    text-transform: uppercase;
    color: #dfe1ee;
    position: relative;
}

@media (max-width: 1279px) {
    .support-sticky__inner__top__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 499px) {
    .support-sticky__inner__top__title {
        font-size: 1.8rem;
    }
}

.support-sticky__inner__top__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

@media (max-width: 499px) {
    .support-sticky__inner__top__title .icon {
        font-size: 1.8rem;
    }
}

.support-sticky__inner__top__title .count-box {
    margin-left: 1.4rem;
    width: auto;
    min-width: 3rem;
    height: 3rem;
    padding: 0 2px;
    font-weight: 600;
    font-style: normal;
    border-radius: 1.5rem;
}

@media (max-width: 1279px) {
    .support-sticky__inner__top__title .count-box {
        min-width: 2.8rem;
        height: 2.8rem;
        border-radius: 1.4rem;
    }
}

@media (max-width: 499px) {
    .support-sticky__inner__top__title .count-box {
        height: 2.6rem;
        min-width: 2.6rem;
        border-radius: 1.3rem;
    }
}

.support-sticky__inner__top__icon {
    margin-left: 1rem;
}

.support-sticky__inner__top__icon .icon-chevron-down {
    color: #dfe1ee;
    font-size: 1.1rem;
}

.support-sticky__inner__top__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    width: 5rem;
    height: 4rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;

    color: #dfe1ee;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .support-sticky__inner__top__close {
        width: auto;
        height: 3rem;
    }
}

.support-sticky__inner__top__close .icon-close {
    font-size: 1.2rem;
}

.support-sticky__inner__top__close span {
    display: none;
    margin-left: 1.3rem;
}

@media (max-width: 767px) {
    .support-sticky__inner__top__close span {
        display: block;
    }
}

.support-sticky__inner__messages {
    width: 100%;
    height: calc(100% - 16rem);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url("/assets/images/useful/support-body-bg.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
}

@media (max-width: 767px) {
    .support-sticky__inner__messages {
        height: calc(100% - 13.1rem);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.support-sticky__inner__messages .acc-support__inner {
    padding: 2rem;
}

.support-sticky__inner__messages .acc-support__message + .message-support {
    margin-top: 2rem;
}

@media (max-width: 1599px) {
    .support-sticky__inner__messages .acc-support__message + .message-support {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .support-sticky__inner__messages .acc-support__message + .message-support {
        margin-top: 1rem;
    }
}

.support-sticky__inner__messages .acc-support__message__inner {
    max-width: 24rem;
}

.support-sticky__inner__messages .acc-support__message p {
    font-size: 1.5rem;
    line-height: 2em;
}

@media (max-width: 1279px) {
    .support-sticky__inner__messages .acc-support__message p {
        font-size: 1.4rem;
        line-height: 1.85em;
    }
}

.support-sticky__inner__messages .loader-wrapper {
    margin: 0 0 2rem 0;
}

.support-sticky__inner__messages .loader-box {
    width: 6px;
    height: 6px;
    margin: 0 1rem;
}

.support-sticky__inner__messages .simplebar-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.support-sticky__inner__messages .simplebar-content {
    margin-top: auto;
}

.support-sticky__inner__footer {
    border-top: 1px solid #2f3548;
    height: 9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .support-sticky__inner__footer {
        border-top-color: #2f3548;
        height: 8.1rem;
        border-radius: 0;
        padding: 1rem;
    }
}

.support-sticky__inner__footer__field {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .support-sticky__inner__footer__field {
        height: 100%;
        width: 100%;
        background-color: #1b2134;
        border-radius: 1.6rem;
        border: 1px solid rgba(223, 225, 238, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.support-sticky__inner__footer .input-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding: 6px 0;
    border-radius: 0 0 0 1.6rem;
}

.support-sticky__inner__footer .input-wrap__inner {
    width: 100%;
    height: 100%;
    padding: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.support-sticky__inner__footer .acc-support__footer__textarea {
    padding-left: 2rem;
}

.support-sticky__inner__footer .acc-support__footer__textarea-placeholder {
    line-height: 7.6rem;
    padding-left: 2rem;
}

@media (max-width: 767px) {
    .support-sticky__inner__footer .acc-support__footer__textarea-placeholder {
        line-height: 4.6rem;
    }
}

.support-sticky__inner__info,
.support-sticky__inner__request-done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.2rem 2rem 2.7rem 2rem;
}

@media (max-width: 1023px) {
    .support-sticky__inner__info,
    .support-sticky__inner__request-done {
        padding: 1.6rem;
    }
}

.support-sticky__inner__info__icon,
.support-sticky__inner__request-done__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.4rem;
}

.support-sticky__inner__info__icon .icon-footer-contact,
.support-sticky__inner__request-done__icon .icon-footer-contact {
    color: #ffcc00;
    font-size: 7.2rem;
}

@media (max-width: 1023px) {
    .support-sticky__inner__info__icon .icon-footer-contact,
    .support-sticky__inner__request-done__icon .icon-footer-contact {
        font-size: 6rem;
    }
}

.support-sticky__inner__info__text,
.support-sticky__inner__request-done__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.support-sticky__inner__info__text p,
.support-sticky__inner__request-done__text p {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7em;
    color: #dfe1ee;
    margin-bottom: 0;
}

.support-sticky__inner__request-done {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

@media (max-width: 767px) {
    .support-sticky__inner__request-done {
        height: auto;
        margin: auto 0;
        padding-bottom: 8rem;
    }
}

.is-done-request .support-sticky__inner__request-done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.support-sticky__inner__request-done .btn {
    width: 100%;
    margin-top: 3.5rem;
}

.support-sticky__inner__request-done__title {
    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;
}

.is-done-request .support-sticky__inner__info {
    display: none;
}

.support-sticky__inner__submit {
    border-radius: 1px solid red;
    height: 100%;
    width: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    cursor: pointer;
    margin-left: 1rem;
}

.support-sticky__inner__submit .icon-send {
    font-size: 1.7rem;
    color: #dfe1ee;
}

.support-sticky__inner__form {
    padding: 2.8rem 2rem 2rem 2rem;
    border-top: 1px solid #2f3548;
}

@media (max-width: 1023px) {
    .support-sticky__inner__form {
        padding: 1.6rem;
    }
}

@media (max-width: 767px) {
    .support-sticky__inner__form {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 6px 0 1.6rem;
        border-top-color: #2f3548;
    }
}

.is-done-request .support-sticky__inner__form {
    display: none;
}

.support-sticky__inner__form__content {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .support-sticky__inner__form__content {
        padding: 1rem 1rem 1rem 0;
    }
}

.support-sticky__inner__form .acc-coins__photo__group {
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .support-sticky__inner__form .acc-coins__photo__group {
        margin-bottom: 1rem;
    }
}

.support-sticky__inner__form
    .acc-coins__photo__group
    + .acc-coins__photo__group {
    margin-top: 0;
}

@media (max-width: 767px) {
    .support-sticky__inner__form .acc-coins__photo__group:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .support-sticky__inner__form .acc-coins__photo__group .input-wrap {
        height: 100%;
    }
}

@media (max-width: 1023px) {
    .support-sticky__inner__form textarea.form-control {
        height: 10rem;
        max-height: 11.6rem;
    }
}

@media (max-width: 767px) {
    .support-sticky__inner__form textarea.form-control {
        height: 100% !important;
        max-height: 100% !important;
    }
}

.support-sticky__inner__form .btn {
    min-width: auto;
    width: 100%;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.support-sticky__content
    .simplebar-track.simplebar-vertical
    .simplebar-scrollbar:before {
    min-height: 2rem;
}

.support-sticky__content .acc-support__inner {
    padding: 7rem 2rem 2rem 2rem;
}

.support-sticky__content .acc-support__message + .message-support {
    margin-top: 2rem;
}

.support-sticky__content .acc-support__message__inner {
    max-width: 24rem;
}

@media (max-width: 767px) {
    .support-sticky__content .acc-support__message__inner {
        max-width: 90%;
    }
}

.sticky-helpers {
    position: fixed;
    z-index: 65;
    right: 2rem;
    bottom: 2rem;
    display: none;
}

@media (max-width: 1279px) {
    .sticky-helpers {
        display: block;
    }
}

@media (max-width: 767px) {
    .sticky-helpers {
        right: 1rem;
        bottom: 1rem;
        z-index: 60;
    }
}

.sticky-helpers.is-opened {
    z-index: 200;
}

@media (max-width: 767px) {
    .sticky-helpers.is-opened {
        height: calc(100% - 2rem);
    }
}

.sticky-helpers__trigger {
    width: 8rem;
    height: 8rem;
    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: relative;
    background-color: #21273b;
    border-radius: 1.6rem;
    -webkit-transform: none;
    transform: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        border-color 0.3s ease, background-color 0.3s ease,
        -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, border-color 0.3s ease,
        background-color 0.3s ease, -webkit-transform 0.3s ease,
        -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease,
        filter 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease,
        filter 0.3s ease, border-color 0.3s ease, background-color 0.3s ease,
        -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}

@media (max-width: 1279px) {
    .sticky-helpers__trigger {
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .sticky-helpers__trigger {
        width: 5rem;
        height: 5rem;
    }
}

@media (min-width: 768px) {
    .sticky-helpers__trigger:hover {
        background-color: #262d45;
    }
}

.sticky-helpers__trigger.is-disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: blur(0.7px);
    filter: blur(0.7px);
    opacity: 0.4;
}

@media (max-width: 767px) {
    .sticky-helpers__trigger.is-disabled {
        -webkit-filter: none;
        filter: none;
        opacity: 0;
    }
}

.sticky-helpers__trigger.is-active {
    opacity: 0;
}

.sticky-helpers__trigger.is-active .icon-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.sticky-helpers__trigger .icon-cart {
    font-size: 4rem;
}

@media (max-width: 1279px) {
    .sticky-helpers__trigger .icon-cart {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .sticky-helpers__trigger .icon-cart {
        font-size: 2.4rem;
    }
}

.sticky-helpers__trigger .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1b2134;
    font-size: 2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
    z-index: 10;
}

@media (max-width: 767px) {
    .sticky-helpers__trigger .icon-close {
        font-size: 1.4rem;
    }
}

.sticky-helpers__trigger .icon-headset {
    font-size: 4rem;
}

@media (max-width: 1279px) {
    .sticky-helpers__trigger .icon-headset {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .sticky-helpers__trigger .icon-headset {
        font-size: 2.4rem;
    }
}

.sticky-helpers__trigger--cart {
    color: #ffcc00;
    border: 1px solid #ffcc00;
    margin-top: 2rem;
}

@media (max-width: 1279px) {
    .sticky-helpers__trigger--cart {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .sticky-helpers__trigger--cart {
        margin-top: 1rem;
    }
}

.sticky-helpers__trigger--support {
    color: #dfe1ee;
    border: 1px solid #dfe1ee;
}

.sticky-helpers__count {
    width: auto;
    min-width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border-radius: 1rem;
    padding: 0 2px;
    background-color: #ffcc00;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #1b2134;
}

@media (max-width: 1279px) {
    .sticky-helpers__count {
        bottom: 6px;
        right: 6px;
    }
}

@media (max-width: 767px) {
    .sticky-helpers__count {
        bottom: 4px;
        right: 4px;
        width: 1.8rem;
        height: 1.8rem;
        font-size: 1.2rem;
    }
}

.cart-sticky {
    display: none;
}

@media (max-width: 1279px) {
    .cart-sticky.is-active {
        display: block;
    }
}

.cart-sticky__inner {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40rem;
    z-index: 11;
    border-left: 1px solid #2f3548;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .cart-sticky__inner {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        border-radius: 0;
        border: none;
    }
}

.cart-sticky__inner.is-opened {
    -webkit-transform: none;
    transform: none;
}

.cart-sticky__inner__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;
    padding: 0 0 0 2rem;
    height: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #2f3548;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__top {
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .cart-sticky__inner__top {
        padding: 0 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 5rem;
        border-bottom-color: #2f3548;
    }
}

@media (max-width: 499px) {
    .cart-sticky__inner__top {
        padding: 0 1rem;
        height: 4.5rem;
    }
}

.cart-sticky__inner__top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfe1ee;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__top__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 499px) {
    .cart-sticky__inner__top__title {
        font-size: 1.8rem;
    }
}

.cart-sticky__inner__top__title .icon-cart {
    font-size: 2rem;
    margin-right: 1rem;
}

@media (max-width: 499px) {
    .cart-sticky__inner__top__title .icon-cart {
        font-size: 1.8rem;
    }
}

.cart-sticky__inner__top__title .count-box {
    margin-left: 1.4rem;
    width: auto;
    min-width: 3rem;
    height: 3rem;
    padding: 0 2px;
    font-weight: 600;
    font-style: normal;
    border-radius: 1.5rem;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__top__title .count-box {
        min-width: 2.8rem;
        height: 2.8rem;
        border-radius: 1.4rem;
    }
}

@media (max-width: 499px) {
    .cart-sticky__inner__top__title .count-box {
        height: 2.6rem;
        min-width: 2.6rem;
        border-radius: 1.3rem;
    }
}

.cart-sticky__inner__top__icon {
    margin-left: 1rem;
}

.cart-sticky__inner__top__icon .icon-chevron-down {
    color: #dfe1ee;
    font-size: 1.1rem;
}

.cart-sticky__inner__top__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    width: 5rem;
    height: 4rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1em;

    color: #dfe1ee;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .cart-sticky__inner__top__close {
        width: auto;
        height: 3rem;
    }
}

.cart-sticky__inner__top__close .icon-close {
    font-size: 1.2rem;
}

.cart-sticky__inner__top__close span {
    display: none;
    margin-left: 1.3rem;
}

@media (max-width: 767px) {
    .cart-sticky__inner__top__close span {
        display: block;
    }
}

.cart-sticky__inner__footer {
    padding: 2rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid #2f3548;
    margin-top: auto;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__footer {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .cart-sticky__inner__footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-top: 1px solid #2f3548;
    }
}

.cart-sticky__inner__footer__price {
    font-style: italic;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #dfe1ee;
    margin-right: 1rem;
}

@media (max-width: 1023px) {
    .cart-sticky__inner__footer__price {
        font-size: 1.6rem;
    }
}

.cart-sticky__inner__footer .btn {
    padding: 0 1rem;
    min-width: auto;
    width: 13rem;
    padding: 0 1rem;
}

@media (max-width: 1023px) {
    .cart-sticky__inner__footer .btn {
        width: 11rem;
    }
}

@media (max-width: 499px) {
    .cart-sticky__inner__footer .btn {
        height: 4.5rem;
    }
}

.cart-sticky__inner__products {
    overflow: hidden;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .cart-sticky__inner__products {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.cart-sticky__inner__products__item {
    padding: 2rem;
    height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products__item {
        padding: 1rem;
        height: auto;
    }
}

.cart-sticky__inner__products__item:not(:first-child) {
    border-top: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .cart-sticky__inner__products__item:not(:first-child) {
        border-top-color: #2f3548;
    }
}

.cart-sticky__inner__products__item .goods-item__count__btn {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    border: 1px solid rgba(223, 225, 238, 0.3);
}

.cart-sticky__inner__products__item .goods-item__count__input {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 400;
    margin: 0;
    width: 3.5rem;
}

.cart-sticky__inner__products .my-cart-table__product__img {
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products .my-cart-table__product__img {
        width: 7rem;
        height: 7rem;
    }
}

@media (max-width: 767px) {
    .cart-sticky__inner__products .my-cart-table__product__img {
        width: 5.6rem;
        height: 5.6rem;
        margin-right: 1.5rem;
    }
}

.cart-sticky__inner__products .my-cart-table__product__text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.cart-sticky__inner__products
    .my-cart-table__product__text__main
    .product-indicator {
    margin-right: 6px;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products
        .my-cart-table__product__text__main
        .product-indicator {
        width: 1.2rem;
        height: 1.2rem;
    }
}

.cart-sticky__inner__products .my-cart-table__product__text__secondary {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;

    margin-top: auto;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products .my-cart-table__product__text__secondary {
        font-size: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .cart-sticky__inner__products .my-cart-table__product__text__secondary {
        line-height: 1em;
    }
}

.cart-sticky__inner__products .my-cart-table__product__text__price {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #dfe1ee;
}

.cart-sticky__inner__products .my-cart-table__product__text__price--old {
    margin-right: 5px;
    font-size: 12px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: rgba(223, 225, 238, 0.3);
    font-weight: 300;
}

.cart-sticky__inner__products .my-cart-table__product__text__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products .my-cart-table__product__text__price-wrap {
        margin-bottom: 5px;
    }
}

.cart-sticky__inner__products .my-cart-table__product__name {
    max-width: 12rem;
    line-height: 1.25em;
}

@media (max-width: 1023px) {
    .cart-sticky__inner__products .my-cart-table__product__name {
        line-height: 1em;
    }
}

.cart-sticky__inner__products .my-cart-table__product__side {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    margin-top: auto;
}

.cart-sticky__inner__products .my-cart-table__product__count {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

.cart-sticky__inner__products .my-cart-table__product__count::before {
    content: "x";
}

.cart-sticky__inner__products .my-cart-table__product__remove {
    margin-top: 1rem;
    width: 3rem;
    height: 3rem;
    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;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 4px;
    background-color: #21273b;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 1279px) {
    .cart-sticky__inner__products .my-cart-table__product__remove {
        margin-top: 0;
    }
}

.cart-sticky__inner__products .my-cart-table__product__remove .icon-bin {
    font-size: 1.5rem;
    color: #eb5757;
}

@media (min-width: 768px) {
    .cart-sticky__inner__products .my-cart-table__product__remove:hover {
        background-color: #283048;
    }
}

.cart-sticky__inner__products .my-cart-table__product__remove:active {
    background-color: #2e3652;
}

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

.cart-sticky__content
    .simplebar-track.simplebar-vertical
    .simplebar-scrollbar:before {
    min-height: 1rem;
}

.products-wrapper {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1599px) {
    .products-wrapper {
        max-width: 120rem;
    }
}

@media (max-width: 1279px) {
    .products-wrapper {
        max-width: 100%;
        overflow: hidden;
    }
}

.products-wrapper .product-carousel {
    position: relative;
    z-index: 2;
}

.products-wrapper .product-carousel__inner {
    width: calc(100% + (100vw - 141.9rem) / 2);
    overflow: hidden;
}

@media (max-width: 1599px) {
    .products-wrapper .product-carousel__inner {
        width: calc(100% + (100vw - 119rem) / 2);
    }
}

@media (max-width: 1279px) {
    .products-wrapper .product-carousel__inner {
        width: 100%;
        overflow: visible;
    }
}

.products-wrapper .product-carousel__title {
    color: #ffcc00;
}

.products-aside {
    width: 34rem;
    border-right: 1px solid #2f3548;
}

@media (max-width: 1599px) {
    .products-aside {
        width: 27rem;
    }
}

@media (max-width: 1279px) {
    .products-aside {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        z-index: 70;
        padding: 1rem;
        background-color: #1b2134;
        -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            visibility cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        visibility: hidden;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1279px) {
    .products-aside.is-opened {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            opacity cubic-bezier(0.77, 0, 0.175, 1) 0.5s,
            -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    }
}

.products-aside__top {
    display: none;
}

@media (max-width: 1279px) {
    .products-aside__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;
        width: 100%;
        max-width: 70rem;
        margin: 0 auto 1rem auto;
        height: 4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.products-aside__top__title {
    color: #ffcc00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-right: 1.5rem;
}

.products-aside__top__title .icon-filters {
    font-size: 2rem;
    margin-right: 1rem;
}

.products-aside__top__close {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #dfe1ee;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .products-aside__top__close {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .products-aside__top__close:hover {
        color: #c8cbe2;
    }
}

.products-aside__top__close .icon-close {
    margin-right: 1.3rem;
    font-size: 1.2rem;
}

.products-aside__footer {
    display: none;
}

@media (max-width: 1279px) {
    .products-aside__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 70rem;
        margin: 1rem auto 0 auto;
        height: 4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.products-aside__footer__submit {
    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;
    cursor: pointer;
    color: #ffcc00;

    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6em;
}

.products-aside__footer__submit .icon-chk {
    font-size: 1.4rem;
    margin-right: 1.3rem;
}

.products-filters {
    padding: 5rem 4rem 0 10rem;
}

@media (max-width: 1599px) {
    .products-filters {
        padding: 5rem 3rem 0 3rem;
    }
}

@media (max-width: 1279px) {
    .products-filters {
        padding: 2rem 2rem 0 2rem;
        width: 100%;
        max-width: 70rem;
        margin: 0 auto;
        background-color: #21273b;
        border-radius: 1.6rem;
        overflow: hidden;
        overflow-y: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.products-filters__trigger {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 2rem;
}

@media (max-width: 1279px) {
    .products-filters__trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .products-filters__trigger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

.products-filters__trigger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    margin-right: 1.5rem;
}

.products-filters__trigger__btn .icon-filters {
    font-size: 2rem;
    margin-right: 1rem;
}

@media (max-width: 1279px) {
    .products-filters__box {
        padding-bottom: 3rem;
    }
}

@media (max-width: 1279px) {
    .products-filters__box:not(:last-child) {
        margin-bottom: 3rem;
        border-bottom: 2px solid rgba(223, 225, 238, 0.3);
    }
}

.products-filters__box + .products-filters__box {
    padding-top: 4rem;
    margin-top: 4rem;
    border-top: 2px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1279px) {
    .products-filters__box + .products-filters__box {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
}

.products-filters__box.is-marked .products-filters__box__mark-all {
    display: none;
}

.products-filters__box.is-marked .products-filters__box__reset {
    display: block;
}

.products-filters__box__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;
    margin-bottom: 2rem;
}

.products-filters__box__title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;

    color: #dfe1ee;
    margin-right: 1rem;
}

.products-filters__box__input {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 4px;
    background-color: #1b2134;
    position: relative;
    margin-right: 1.3rem;
}

@media (max-width: 1599px) {
    .products-filters__box__input {
        width: 2.8rem;
        height: 2.8rem;
    }
}

.products-filters__box__input .icon-chk {
    color: #ffcc00;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.products-filters__box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0;
}

.products-filters__box__row + .products-filters__box__row {
    margin: 2rem 0 0 0;
}

.products-filters__box__row .product-indicator {
    margin-top: 7px;
}

@media (max-width: 1599px) {
    .products-filters__box__row .product-indicator {
        margin-right: 1rem;
    }
}

.products-filters__box__row input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
    opacity: 0;
    visibility: hidden;
}

.products-filters__box__row
    input:checked
    + .products-filters__box__input
    .icon-chk {
    opacity: 1;
    visibility: visible;
}

.products-filters__box__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.65em;
    color: #dfe1ee;
}

.products-filters__box__reset,
.products-filters__box__mark-all {
    font-size: 1.2rem;
    line-height: 2.5em;
    color: rgba(223, 225, 238, 0.3);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .products-filters__box__reset:hover,
    .products-filters__box__mark-all:hover {
        color: #dfe1ee;
    }
}

.products-filters__box__reset {
    display: none;
}

.products-filters__box__mark-all {
    display: block;
}

.products-inner {
    padding: 4rem 10rem 0 12rem;
    width: calc(100% - 34rem);
    position: relative;
}

@media (max-width: 1599px) {
    .products-inner {
        padding: 4rem 1.7rem 0 4rem;
        width: calc(100% - 27rem);
    }
}

@media (max-width: 1279px) {
    .products-inner {
        padding: 3rem 4rem 0 4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .products-inner {
        padding: 2rem 1rem 0 1rem;
    }
}

.products-inner--list .acc-checkout-form__footer {
    display: block !important;
}

.products-inner .acc-checkout-form__footer {
    display: none;
}

.products-inner:after {
    content: "";
    display: block;
    width: calc(100% + (100vw - 162rem) / 2);
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#21273b),
        to(rgba(33, 39, 59, 0))
    );
    background: linear-gradient(180deg, #21273b 0%, rgba(33, 39, 59, 0) 100%);
}

@media (max-width: 1599px) {
    .products-inner:after {
        width: calc(100% + (100vw - 122rem) / 2);
    }
}

@media (max-width: 1279px) {
    .products-inner:after {
        display: none;
    }
}

.products-inner__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;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

@media (max-width: 1279px) {
    .products-inner__top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .products-inner__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products-inner--list .products-inner__top {
    margin-bottom: 1.9rem;
}

@media (max-width: 767px) {
    .products-inner__top .section-title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .products-inner__top .section-title__secondary {
        font-size: 1.8rem;
    }
}

.seo-text {
    background-color: #21273b;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 14px;
}

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

@media (max-width: 767px) {
    .products-inner__view {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.products-inner__view__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;
    cursor: pointer;
    border: 1px solid #ffcc00;
    width: 16rem;
    height: 5rem;
    background-color: #21273b;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2em;
}

@media (max-width: 1599px) {
    .products-inner__view__btn {
        width: 14rem;
    }
}

.products-inner__view__btn.is-active {
    color: #ffcc00;
}

.products-inner__view__btn:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}

.products-inner__view__btn:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
    border-left: none;
}

.products-inner__view__btn .icon {
    margin-right: 1rem;
}

.products-inner__view__btn .icon-list-thin {
    font-size: 1.2rem;
}

.products-inner__view__btn .icon-grid-thin {
    font-size: 1.8rem;
}

.products-inner__content__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media (max-width: 1279px) {
    .products-inner__content__side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.products-inner__content__side.side-grid {
    margin: 0 -2rem;
}

@media (max-width: 1599px) {
    .products-inner__content__side.side-grid {
        margin: 0 -1.5rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__side.side-grid {
        margin: 0 -1rem;
    }
}

@media (max-width: 767px) {
    .products-inner__content__side.side-grid {
        margin: 0;
    }
}

.products-inner--list .products-inner__content__side.side-grid {
    display: none;
}

.products-inner__content__side.side-list {
    display: none;
}

.products-inner--list .products-inner__content__side.side-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-inner__content__side .my-cart-table-head {
    border-bottom: 2px solid rgba(223, 225, 238, 0.1);
}

.products-inner__content__side
    .my-cart-table-head
    .my-cart-table__product-info {
    padding-left: 2.6rem;
}

.products-inner__content__side .my-cart-table-row {
    min-height: 7rem;
}






.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__total
    .my-cart-table__total__currency,
.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__total
    .my-cart-table__total__value {
    display: flex;
}

.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__total
    .my-cart-table__total__empty {
    display: none;
}



.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__total
    .my-cart-table__total__promo__val {
    margin: 0 5px;
}

.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-inner__content__side .my-cart-table-row .my-cart-table__product {
    padding: 1rem 1.5rem 1rem 1rem;
}

@media (max-width: 767px) {
    .products-inner__content__side .my-cart-table-row .my-cart-table__product {
        padding: 1rem 0;
        padding-top: 0rem;
    }
}

@media (max-width: 1023px) {
    .products-inner__content__side
        .my-cart-table-row
        .my-cart-table__product-info {
        padding-left: 0;
    }
}

.products-inner__content__side .my-cart-table__remove {
    display: none;
}

.products-inner__content__side .my-cart-table__total {
    background-color: transparent;
}



.products-inner__content__side .my-cart-table__total__empty {
    color: #fff;
}

.products-inner__content__side .row--total .my-cart-table__total__currency {
    display: block !important;
}

.products-inner__content__col {
    width: calc(100% / 3);
    margin-bottom: 5rem;
    padding: 0 2rem;
}

@media (max-width: 1599px) {
    .products-inner__content__col {
        padding: 0 1.5rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col {
        padding: 0 1rem;
        margin-bottom: 3rem;
        width: 34rem;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.products-inner__content__col .product-block {
    margin: 0 auto;
    height: 58rem;
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block {
        width: 100%;
        height: 52.4rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col .product-block {
        height: 56.1rem;
    }
}

@media (max-width: 1023px) {
    .products-inner__content__col .product-block {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col .product-block {
        height: 49.1rem;
        width: 27rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__img {
        height: 29.8rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col .product-block__img {
        height: 34rem;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col .product-block__img {
        height: 28rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__discount {
        margin-top: 1.2rem;
        min-height: 31.6rem;
        padding: 2rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col .product-block__discount {
        min-height: 37.3rem;
        padding: 4rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col .product-block__discount {
        padding: 2rem;
        min-height: auto;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .label-radio-rounded {
        min-width: 11.1rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .label-radio-rounded__item {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 8px;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .label-radio-rounded__item:after {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .label-radio-rounded__name {
        font-size: 1.4rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col
        .product-block__discount
        .label-radio-rounded__name {
        font-size: 1.5rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .product-detail__discount__line
        + .product-detail__discount__line {
        margin-top: 8px;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col
        .product-block__discount
        .product-detail__discount__line
        + .product-detail__discount__line {
        margin-top: 1rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col
        .product-block__discount
        .product-detail__discount__promo {
        padding: 4px 9px;
        font-size: 1.2rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__discount .goods-item__count {
        margin: auto 0 2rem 0;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col .product-block__discount .goods-item__count {
        margin: auto 0 2rem 0;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col .product-block__discount .goods-item__count {
        margin: 1.8rem 0;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__submit__noty {
        font-size: 1.6rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__footer__info {
        font-size: 1.5rem;
    }
}

@media (max-width: 1599px) {
    .products-inner__content__col .product-block__close {
        padding: 3.8rem 2rem 3.2rem 2rem;
    }
}

@media (max-width: 1279px) {
    .products-inner__content__col .product-block__close {
        padding: 2.8rem 2rem 2.2rem 2rem;
    }
}

@media (max-width: 767px) {
    .products-inner__content__col .product-block__close {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 1599px) {
    .product-block__top__box {
        font-size: 1.3rem;
    }
}

@media (max-width: 1599px) {
    .product-block__top__box .icon {
        font-size: 1.8rem;
    }
}

.products-no-result {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 13rem;
    margin-top: 7.2rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .products-no-result {
        margin-bottom: 9rem;
        margin-top: 4rem;
    }
}

@media (max-width: 1279px) {
    .products-no-result {
        margin-bottom: 4rem;
    }
}

.products-no-result__icon {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
}

@media (max-width: 1599px) {
    .products-no-result__icon {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1279px) {
    .products-no-result__icon {
        margin-bottom: 1.5rem;
    }
}

.products-no-result__icon .icon-warning {
    font-size: 4rem;
    color: #ffcc00;
}

@media (max-width: 1279px) {
    .products-no-result__icon .icon-warning {
        font-size: 3rem;
    }
}

.products-no-result__text {
    width: 100%;
    text-align: center;
}

.products-no-result__text p {
    font-weight: 700;
    font-size: 2.6rem;
    color: #ffcc00;
    line-height: 1.2em;
}

@media (max-width: 1279px) {
    .products-no-result__text p {
        font-size: 2.2rem;
    }
}

.product-list-table .my-cart-table__side {
    width: auto;
}

@media (max-width: 767px) {
    .product-list-table .my-cart-table__side {
        width: 100%;
    }
}

.refferal-banner {
    width: 100%;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-center.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    position: relative;
    border-bottom: 5px solid #6fcf97;
    overflow: hidden;
}

.refferal-banner:after,
.refferal-banner:before {
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .refferal-banner:after,
    .refferal-banner:before {
        opacity: 0.3;
    }
}

.refferal-banner:before {
    left: 0;
    background-position: bottom left;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-left.png");
}

.refferal-banner:after {
    right: 0;
    background-position: bottom right;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-right.png");
}

@media (max-width: 1023px) {
    .refferal-banner .container {
        max-width: 100%;
    }
}

.refferal-banner__inner {
    position: relative;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
    height: 67.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1279px) {
    .refferal-banner__inner {
        height: 56rem;
    }
}

@media (max-width: 1023px) {
    .refferal-banner__inner {
        padding: 0 1.5rem;
        height: 47rem;
    }
}

@media (max-width: 767px) {
    .refferal-banner__inner {
        padding: 4rem 1rem;
        height: auto;
        min-height: 36rem;
    }
}

@media (max-width: 549px) {
    .refferal-banner__inner {
        padding: 10rem 1rem 2rem 1rem;
    }
}

.refferal-banner__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: -10rem;
    bottom: 0;
    z-index: 10;
    height: 100%;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-man.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (max-width: 1279px) {
    .refferal-banner__inner:after {
        background-size: 50rem;
    }
}

@media (max-width: 1023px) {
    .refferal-banner__inner:after {
        background-size: 40rem;
        right: 0;
    }
}

@media (max-width: 767px) {
    .refferal-banner__inner:after {
        z-index: 0;
        background-size: 32rem;
    }
}

.banner-gradient {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 11;
    height: 200px;
    background: linear-gradient(180deg, rgba(27, 33, 52, 0) 0%, #1b2134 100%);
    pointer-events: none;
}

.refferal-banner__info {
    width: 100%;
    max-width: 60rem;
    margin: 0 0 5rem 0;
    position: relative;
    z-index: 12;
}

@media (max-width: 1599px) {
    .refferal-banner__info {
        margin: 0 0 5rem 0;
    }
}

@media (max-width: 1279px) {
    .refferal-banner__info {
        margin: 0;
        max-width: 48rem;
    }
}

@media (max-width: 549px) {
    .refferal-banner__info {
        margin: 3rem 0 0 0;
    }
}

.refferal-banner__info .btn {
    width: 20rem;
    margin-top: 5rem;
}

@media (max-width: 1279px) {
    .refferal-banner__info .btn {
        margin-top: 3rem;
    }
}

@media (max-width: 500px) {
    .refferal-banner__info .btn {
        margin-right: 2rem;
        width: 18rem;
    }
}

@media (max-width: 549px) {
    .refferal-banner__info .btn {
        margin-top: 1rem;
    }
}

.refferal-banner__title {
    color: #dfe1ee;
    font-weight: 800;
    font-style: italic;
    font-size: 5rem;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 1279px) {
    .refferal-banner__title {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .refferal-banner__title {
        font-size: 3rem;
    }
}

@media (max-width: 549px) {
    .refferal-banner__title {
        margin-bottom: 5px;
    }
}

.refferal-banner__subtitle {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .refferal-banner__subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .refferal-banner__subtitle {
        font-size: 1.4rem;
    }
}

@media (max-width: 549px) {
    .refferal-banner__subtitle {
        line-height: 1.575em;
    }
}

.refferal-program {
    padding: 5.7rem 0 5rem 0;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1279px) {
    .refferal-program {
        padding: 4rem 0;
    }
}

@media (max-width: 1023px) {
    .refferal-program {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .refferal-program {
        padding: 3rem 1rem;
    }
}

.refferal-program .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1599px) {
    .refferal-program .partner-program__inner {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

@media (max-width: 1279px) {
    .refferal-program .partner-program__inner {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

@media (max-width: 1023px) {
    .refferal-program .partner-program__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (max-width: 767px) {
    .refferal-program .partner-program__inner {
        flex-direction: column;
    }
}

.refferal-program .partner-program__col {
    position: relative;
}

@media (max-width: 1599px) {
    .refferal-program .partner-program__col {
        padding: 0 2rem;
    }
}

@media (max-width: 1279px) {
    .refferal-program .partner-program__col {
        padding: 0 1.5rem;
    }
}

@media (max-width: 1023px) {
    .refferal-program .partner-program__col {
        padding: 0 1rem;
    }
}

.refferal-program .partner-program__col:not(:last-child):after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 2.2rem;
    background-image: url("/assets/images/useful/svg/chevron.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1279px) {
    .refferal-program .partner-program__col:not(:last-child):after {
        width: 9px;
        height: 1.4rem;
        right: -5px;
    }
}

@media (max-width: 1023px) {
    .refferal-program .partner-program__col:not(:last-child):after {
        display: none;
    }
}

.refferal-earn {
    padding: 1.5rem 0 5rem 0;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .refferal-earn {
        padding: 1.5rem 1.5rem 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .refferal-earn {
        padding: 1.5rem 1rem 3rem 1rem;
    }
}

.refferal-earn .article-title {
    margin-bottom: 1.6rem;
}

.refferal-earn__inner {
    width: 100%;
    background-color: #21273b;
    border: 1px solid #6fcf97;
    border-radius: 1.6rem;
    padding: 2rem 3rem 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .refferal-earn__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem 2rem 0 2rem;
    }
}

@media (max-width: 499px) {
    .refferal-earn__inner {
        padding: 1.4rem 1.4rem 0 1.4rem;
    }
}

.refferal-earn__inner__info {
    width: 16rem;
    margin-right: 5rem;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .refferal-earn__inner__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.6rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__info .refferal-earn__inner__icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__info__box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.refferal-earn__inner__count {
    width: calc(100% - 21rem);
    padding-top: 1rem;
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .refferal-earn__inner__count {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.refferal-earn__inner__title {
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .refferal-earn__inner__title {
        margin-bottom: 6px;
    }
}

.refferal-earn__inner__subtitle {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #dfe1ee;
    margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
    .refferal-earn__inner__subtitle {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
}

.refferal-earn__inner__icon {
    margin-left: 1.5rem;
    margin-top: auto;
}

@media (max-width: 767px) {
    .refferal-earn__inner__icon {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 4rem;
    }
}

@media (max-width: 479px) {
    .refferal-earn__inner__icon {
        margin-right: 2rem;
    }
}

.refferal-earn__inner__icon .icon-strong-man {
    color: #6fcf97;
    font-size: 19.4rem;
    margin-top: auto;
}

@media (max-width: 767px) {
    .refferal-earn__inner__icon .icon-strong-man {
        font-size: 14rem;
    }
}

@media (max-width: 479px) {
    .refferal-earn__inner__icon .icon-strong-man {
        font-size: 12rem;
    }
}

.refferal-earn__inner__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__inputs {
        margin-bottom: 3.7rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 479px) {
    .refferal-earn__inner__inputs {
        margin-bottom: 2.7rem;
    }
}

@media (max-width: 1023px) {
    .refferal-earn__inner__inputs .acc-coins__photo__group:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__inputs .acc-coins__photo__group:first-child {
        display: none;
    }
}

.refferal-earn__inner__inputs .acc-coins__photo__group:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__inputs .acc-coins__photo__group:last-child {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.refferal-earn__inner__inputs
    .acc-coins__photo__group
    + .acc-coins__photo__group {
    margin-top: 0;
    margin-left: 4rem;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__inputs
        .acc-coins__photo__group
        + .acc-coins__photo__group {
        margin-left: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__inputs
        .acc-coins__photo__group
        + .acc-coins__photo__group {
        margin-bottom: 0;
    }
}

.refferal-earn__inner__inputs .acc-coins__photo__group .form-control {
    width: 20rem;
}

.refferal-earn__inner__radio {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #dfe1ee;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .refferal-earn__inner__radio {
        font-size: 1.4rem;
    }
}

.refferal-earn__inner__radio + .refferal-earn__inner__radio {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .refferal-earn__inner__radio + .refferal-earn__inner__radio {
        margin-left: 1.5rem;
    }
}

@media (max-width: 499px) {
    .refferal-earn__inner__radio + .refferal-earn__inner__radio {
        margin-left: 1rem;
    }
}

.refferal-earn__inner__radio input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.refferal-earn__inner__radio
    input:checked
    + .refferal-earn__inner__radio__icon:after {
    background-color: #6fcf97;
}

.refferal-earn__inner__radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 5rem;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__radio-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__radio-wrap {
        min-height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.refferal-earn__inner__radio__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 1rem;
    border: 1px solid #6fcf97;
    position: relative;
}

@media (max-width: 767px) {
    .refferal-earn__inner__radio__icon {
        width: 2rem;
        height: 2rem;
        margin-right: 5px;
    }
}

.refferal-earn__inner__radio__icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(223, 225, 238, 0.3);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .refferal-earn__inner__radio__icon:after {
        width: 8px;
        height: 8px;
    }
}

.refferal-earn__inner__range {
    margin-bottom: 4.4rem;
    width: 100%;
}

@media (max-width: 767px) {
    .refferal-earn__inner__range {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 3rem;
    }
}

.refferal-earn__inner__range .acc-coins__photo__group__title {
    display: none;
}

@media (max-width: 767px) {
    .refferal-earn__inner__range .acc-coins__photo__group__title {
        display: block;
    }
}

.refferal-earn__inner__counted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__counted {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .refferal-earn__inner__counted {
        padding-left: 10rem;
        padding-bottom: 3rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 479px) {
    .refferal-earn__inner__counted {
        padding-left: 8rem;
    }
}

.refferal-earn__inner__counted .refferal-earn__inner__icon {
    display: none;
}

@media (max-width: 767px) {
    .refferal-earn__inner__counted .refferal-earn__inner__icon {
        display: block;
        position: absolute;
        bottom: 0;
        left: -7px;
    }
}

.refferal-earn__inner__counted__reward {
    width: 18rem;
    margin-right: 6rem;
}

@media (max-width: 1023px) {
    .refferal-earn__inner__counted__reward {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

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

@media (max-width: 1023px) {
    .refferal-earn__inner__counted__side {
        width: 100%;
    }
}

.refferal-earn__inner__counted__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .refferal-earn__inner__counted__line {
        font-size: 1.3rem;
        line-height: 1.875em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.refferal-earn__inner__counted__line + .refferal-earn__inner__counted__line {
    margin-top: 1rem;
}

.refferal-earn__inner__counted__title {
    margin-right: 1.5rem;
}

.refferal-earn__inner__counted__val {
    margin-right: 1rem;
}

.refferal-tables {
    padding: 3.7rem 0 5rem 0;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1279px) {
    .refferal-tables {
        padding: 3.7rem 0 4rem 0;
    }
}

@media (max-width: 1023px) {
    .refferal-tables {
        padding: 1.5rem 1.5rem 3rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .refferal-tables {
        padding: 1.5rem 1rem 2rem 1rem;
    }
}

.refferal-tables .article-title {
    margin-bottom: 1.6rem;
}

.refferal-tables__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

@media (max-width: 1023px) {
    .refferal-tables__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}

.refferal-tables__col {
    padding: 0 2rem;
    width: 50%;
}

@media (max-width: 1023px) {
    .refferal-tables__col {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
}

.refferal-tables__item {
    width: 100%;
    border: 1px solid #6fcf97;
    border-radius: 1.6rem;
    padding: 1rem;
}

@media (max-width: 1023px) {
    .refferal-tables__item {
        width: 100%;
    }
}

.refferal-tables__item__header {
    padding: 0 1rem;
    height: 5rem;
    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;
}

.refferal-tables__item__header .refferal-tables__item__col {
    font-size: 1.2rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(223, 225, 238, 0.3);
}

.refferal-tables__item__row {
    height: 5rem;
    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;
    position: relative;
    padding: 0 1rem;
}

.refferal-tables__item__row:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(223, 225, 238, 0.3);
    opacity: 0.3;
}

.refferal-tables__item__row .refferal-tables__item__col {
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .refferal-tables__item__row .refferal-tables__item__col {
        font-size: 1.3rem;
    }
}

.refferal-tables__item__row .refferal-tables__item__col.col-rewarded {
    color: #6fcf97;
}

.refferal-tables__item__col.col-date {
    min-width: 9rem;
}

.refferal-tables__item__col.col-customer {
    min-width: 7.5rem;
}

.refferal-tables__item__col.col-rewarded {
    min-width: 9rem;
}

@media (max-width: 767px) {
    .refferal-tables__item__col.col-rewarded {
        min-width: auto;
        text-align: right;
    }
}

.refferal-tables__item__col.col-refereer {
    min-width: 8rem;
}

.refferal-tables__item__col.col-income {
    min-width: 9.6rem;
}

@media (max-width: 767px) {
    .refferal-tables__item__col.col-income {
        min-width: auto;
        text-align: right;
    }
}

.refferal-faq {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1279px) {
    .refferal-faq {
        padding: 3.7rem 0 4rem 0;
    }
}

@media (max-width: 1023px) {
    .refferal-faq {
        padding: 1.5rem 1.5rem 3rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .refferal-faq {
        padding: 1.5rem 1rem 2rem 1rem;
    }
}

.feedbacks-wrapper {
    padding: 5rem 0;
}

@media (max-width: 1279px) {
    .feedbacks-wrapper {
        padding: 3rem 0 5rem 0;
    }
}

.feedbacks-section {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
}

.feedbacks-section__top {
    width: 100%;
    max-width: 68rem;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .feedbacks-section__top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1023px) {
    .feedbacks-section__top {
        margin-bottom: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .feedbacks-section__top .section-title {
        margin-bottom: 2rem;
    }
}

.feedbacks-section__top .section-title__secondary {
    font-size: 3.2rem;
    line-height: 1.25em;
}

@media (max-width: 1279px) {
    .feedbacks-section__top .section-title__secondary {
        font-size: 2.4rem;
        line-height: 1.33em;
    }
}

@media (max-width: 767px) {
    .feedbacks-section__top .section-title__secondary {
        font-size: 1.8rem;
    }
}

.feedbacks-section__top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .feedbacks-section__top__inner {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .feedbacks-section__top__inner .btn--bordered {
        border: none;
        background-color: transparent !important;
        border-radius: 0;
        padding: 0;
        height: auto;
    }
}

.feedbacks-section__top__btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    margin-right: 1.5rem;
}

@media (max-width: 1023px) {
    .feedbacks-section__top__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
    }
}

.feedbacks-section__top__btn .icon-filters {
    font-size: 2rem;
    margin-right: 1rem;
}

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

@media (max-width: 1023px) {
    .feedbacks-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .feedbacks-inner {
        margin-top: 2.7rem;
    }
}

.feedbacks-content {
    width: 68rem;
    margin-right: 4rem;
}

@media (max-width: 1023px) {
    .feedbacks-content {
        margin-right: 0;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.feedbacks-content .loader-wrapper {
    margin: 3rem 0;
}

@media (max-width: 1023px) {
    .feedbacks-content .loader-wrapper {
        margin: 2rem 0;
    }
}

@media (max-width: 767px) {
    .feedbacks-content .loader-wrapper {
        margin: 1rem 0;
    }
}

.feedbacks-content__grid {
    column-count: 2;
    gap: 4rem;
}

@media (max-width: 1023px) {
    .feedbacks-content__grid {
        gap: 2rem;
    }
}

@media (max-width: 760px) {
    .feedbacks-content__grid {
        column-count: 1;
    }
}

.feedbacks-aside {
    width: 18rem;
    padding-top: 7px;
    padding-bottom: 13rem;
}

@media (max-width: 1023px) {
    .feedbacks-aside {
        display: none;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (max-width: 599px) {
    .feedbacks-aside {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .feedbacks-aside {
        display: block !important;
    }
}

.feedbacks-aside__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 15rem;
}

@media (max-width: 1023px) {
    .feedbacks-aside__inner {
        top: auto;
        position: relative;
    }
}

.feedbacks-aside__inner .article-title {
    margin-bottom: 1.6rem;
}

@media (max-width: 1023px) {
    .feedbacks-aside__inner .article-title {
        display: none;
    }
}

@media (max-width: 1023px) {
    .feedbacks-aside__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.feedbacks-aside .btn {
    min-width: 7rem;
    padding: 0 1.4rem;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .feedbacks-aside .btn {
        min-width: auto;
        margin-right: 1.5rem;
        margin-bottom: 1rem;
        padding: 0 2rem;
    }
}

@media (max-width: 767px) {
    .feedbacks-aside .btn {
        padding: 0 1.4rem;
        margin-right: 1rem;
        min-width: 5rem;
    }
}

.feedbacks-aside .btn.is-active {
    border-color: #ffcc00;
    color: #ffcc00 !important;
    pointer-events: none;
    background-color: transparent !important;
}

.feedbacks-aside .btn .icon {
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.feedbacks-aside .btn .icon-menu {
    font-size: 1.8rem;
}

.feedbacks-aside .btn + .btn {
    margin-top: 1rem;
}

@media (max-width: 1023px) {
    .feedbacks-aside .btn + .btn {
        margin-top: 0;
    }
}

.feedbacks-col {
    margin-bottom: 4rem;
    break-inside: avoid;
}

@media (max-width: 1023px) {
    .feedbacks-col {
        margin-bottom: 2rem;
    }
}

.feedbacks-item {
    width: 100%;
    background-color: #21273b;
    border-radius: 1.6rem;
}

@media (max-width: 760px) {
    .feedbacks-item {
        max-width: 50rem;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .feedbacks-item {
        max-width: 32rem;
        margin: 0 auto;
    }
}

.feedbacks-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;
    padding: 1rem;
}

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

.feedbacks-item__user__image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    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-right: 1rem;
}

.feedbacks-item__user__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: inherit;
}

.feedbacks-item__user__name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfe1ee;
}

.feedbacks-item__date {
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 2.15em;
    color: rgba(223, 225, 238, 0.3);
}

.feedbacks-item__image {
    width: 100%;
    height: auto;
    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;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .feedbacks-item__image {
        max-height: auto;
    }
}

.feedbacks-item__image {
    height: 40rem;
    max-width: 100%;
    width: 100%;
}

.feedbacks-item__image img {
    max-height: 40rem;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.lab_test .feedbacks-item__image {
    height: 43rem;
}

.lab_test .feedbacks-item__image img {
    max-height: 43rem;
}

.feedbacks-item__cat {
    height: 3rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 1rem;
    left: 1rem;
    background-color: #21273b;
    border-radius: 6px;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1em;
    color: #dfe1ee;
    z-index: 10;
}

.feedbacks-item__cat .product-indicator {
    margin-right: 1.3rem;
}

.feedbacks-item__source {
    height: 3rem;
    background-color: #05070e;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 1rem;
    right: 2rem;
    border-radius: 6px;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1em;
    color: #ffcc00;
    z-index: 10;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.feedbacks-item__source:hover {
    background-color: #0e1428;
}

.feedbacks-item__source:active {
    background-color: #121a34;
}

.feedbacks-item__source .icon-external-link {
    margin-left: 7px;
    font-size: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.feedbacks-item__source span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.feedbacks-item__text {
    position: relative;
    border-top: 1px solid #05070e;
    border-bottom: 1px solid #05070e;
}

.feedbacks-item__text__top {
    min-height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #05070e;
}

@media (max-width: 767px) {
    .feedbacks-item__text__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 5rem;
    }
}

.feedbacks-item__text__name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    text-transform: uppercase;
}

.feedbacks-item__text__icon {
    margin-right: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    text-transform: uppercase;
    color: #dfe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .feedbacks-item__text__icon {
        margin-right: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.feedbacks-item__text__icon .icon-trustpilot {
    font-size: 3rem;
    color: #6fcf97;
}

@media (max-width: 767px) {
    .feedbacks-item__text__icon .icon-trustpilot {
        margin-bottom: 1rem;
    }
}

.feedbacks-item__text__inner {
    padding: 2rem 1rem 7rem 1rem;
}

@media (max-width: 767px) {
    .feedbacks-item__text__inner {
        padding: 2rem 1rem 4rem 1rem;
    }
}

.feedbacks-item__text__title {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
}

.feedbacks-item__text__item {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-bottom: 0;
    height: auto;
}

.feedbacks-item__actions {
    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: 4rem;
    padding: 1rem;
}

.feedbacks-item__actions__btn {
    width: 2rem;
    height: 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;
    margin-right: 2rem;
    color: #dfe1ee;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.feedbacks-item__actions__btn:hover {
    color: rgba(223, 225, 238, 0.8);
}

.feedbacks-item__actions__btn:active {
    color: rgba(223, 225, 238, 0.5);
}

.feedbacks-item__actions__btn.is-active {
    color: #ffcc00;
    pointer-events: none;
}

.feedbacks-item__actions__btns .icon-heart {
    font-size: 1.8rem;
}

.feedbacks-item__actions__btns,
.feedbacks-item__actions__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedbacks-item__actions__btns .icon,
.feedbacks-item__actions__side .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.feedbacks-item__actions__btns .icon-comment,
.feedbacks-item__actions__side .icon-comment {
    font-size: 2rem;
}

.feedbacks-item__actions__side .icon-heart {
    font-size: 1.8rem;
    color: #dfe1ee;
}

.feedbacks-item__actions__count {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-left: 1rem;
}

.feedbacks-item__actions__count__text {
    margin-left: 3px;
}

.feedbacks-item__info {
    margin-bottom: 2rem;
    color: #dfe1ee;
    padding: 0 1rem;
    min-height: 40px;
}

@media (max-width: 767px) {
    .feedbacks-item__info {
        margin-bottom: 1rem;
    }
}

.feedbacks-item__info p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4em;
    word-break: break-all;
    text-transform: lowercase;
}

.feedbacks-item__info b {
    font-weight: 600;
}

.feedbacks-item__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 1rem 2rem 1rem;
}

.feedbacks-item__comments__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;

    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.feedbacks-item__comments__btn:hover {
    color: rgba(223, 225, 238, 0.8);
}

.feedbacks-item__comments__btn:active {
    color: rgba(223, 225, 238, 0.5);
}

.feedbacks-item__comments .icon-comment {
    font-size: 2rem;
    margin-right: 1rem;
}

.feedbacks-item__product {
    padding: 1rem;
    border-top: 1px solid #05070e;
    border-bottom: 1px solid #05070e;
}

.feedbacks-item__product__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;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    color: #dfe1ee;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.25em;
}

@media (max-width: 767px) {
    .feedbacks-item__product__top {
        text-align: center;
        justify-content: space-between;
        align-items: center;
        min-height: 5rem;
    }
}

.feedbacks-item__product__image {
    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;
}

.feedbacks-item__product__image img {
    border-radius: 6px;
}

.feedbacks-item__product__text {
    color: #dfe1ee;
    font-size: 1.6rem;
    line-height: 1.25em;
}

.feedbacks-item__product__text p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.feedbacks-item.review .feedbacks-item__info {
    min-height: 27rem;
}

.feedbacks-item.trustpilot .feedbacks-item__info {
    min-height: 27rem;
}

.my-sizer-element {
    width: 50%;
}

.header.header--noty-active + .main-content .feedbacks-aside__inner {
    top: 20rem;
}

.js-hidden-block {
    display: none;
}

.js-read-more-btn {
    color: #dfe1ee;
}

@media (min-width: 768px) {
    .js-read-more-btn:hover:after {
        color: #ffd633;
    }
}

.js-read-more-btn:before {
    content: "...";
    color: #dfe1ee;
    margin-right: 1rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.js-read-more-btn.is-shown {
    display: block;
}

.js-read-more-btn.is-shown:before {
    font-weight: 600;
    margin-right: 0;
}

@media (min-width: 768px) {
    .js-read-more-btn.is-shown:hover:before {
        color: #ffd633;
    }
}

.feedbacks-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.feedbacks-rate[data-rate="1"] .icon-star-simple:nth-child(5) {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="2"] .icon-star-simple:nth-child(4) {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="2"]
    .icon-star-simple:nth-child(4)
    ~ .icon-star-simple {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="3"] .icon-star-simple:nth-child(3) {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="3"]
    .icon-star-simple:nth-child(3)
    ~ .icon-star-simple {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="4"] .icon-star-simple:nth-child(2) {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="4"]
    .icon-star-simple:nth-child(2)
    ~ .icon-star-simple {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="5"] .icon-star-simple:nth-child(1) {
    color: #ffcc00;
}

.feedbacks-rate[data-rate="5"]
    .icon-star-simple:nth-child(1)
    ~ .icon-star-simple {
    color: #ffcc00;
}

.feedbacks-rate .icon-star-simple {
    font-size: 1.5rem;
    color: transparent;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.feedbacks-rate .icon-star-simple + .icon-star-simple {
    margin-right: 8px;
}

.shipping-wrapper {
    padding: 5rem 0;
}

@media (max-width: 1279px) {
    .shipping-wrapper {
        padding: 3rem 0 5rem 0;
    }
}

.shipping-section {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

.shipping-section__top {
    margin-bottom: 5.7rem;
}

@media (max-width: 1279px) {
    .shipping-section__top {
        margin-bottom: 3rem;
    }
}

.shipping-section__top .section-title__secondary {
    font-size: 3.2rem;
    line-height: 1.25em;
}

@media (max-width: 1279px) {
    .shipping-section__top .section-title__secondary {
        font-size: 2.4rem;
        line-height: 1.33em;
    }
}

@media (max-width: 767px) {
    .shipping-section__top .section-title__secondary {
        font-size: 2rem;
    }
}

.shipping-box {
    width: 100%;
    margin-bottom: 4.7rem;
}

@media (max-width: 1279px) {
    .shipping-box {
        margin-bottom: 3rem;
    }
}

.shipping-box .article-title {
    margin-bottom: 2.6rem;
}

.shipping-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

@media (max-width: 1599px) {
    .shipping-grid {
        margin: 0 -1rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid {
        margin: 0 -6px;
    }
}

@media (max-width: 767px) {
    .shipping-grid {
        margin: 0 -1rem;
    }
}

.shipping-grid__col {
    width: calc(100% / 3);
    padding: 0 2rem;
    margin-bottom: 4rem;
}

@media (max-width: 1599px) {
    .shipping-grid__col {
        padding: 0 1rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__col {
        padding: 0 6px;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__col {
        width: 50%;
        padding: 0 1rem;
    }
}

.shipping-grid__item {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    padding: 1.9rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 1599px) {
    .shipping-grid__item {
        padding: 1.9rem 1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item {
        min-height: 10.8rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto;
        height: 100%;
        padding: 1rem 0.9rem 2.1rem 0.9rem;
    }
}

.shipping-grid__item__icon {
    background-color: #21273b;
    border: 1px solid #dfe1ee;
    border-radius: 3rem;
    width: 8rem;
    height: 8rem;
    margin-right: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon {
        width: 7rem;
        height: 7rem;
        border-radius: 2.4rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon {
        width: 5rem;
        height: 5rem;
        border-radius: 1.6rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item__icon {
        width: 6rem;
        height: 6rem;
        border-radius: 2.2rem;
    }
}

.shipping-grid__item__icon .icon {
    font-size: 2rem;
}

.shipping-grid__item__icon .icon-order-till {
    font-size: 5rem;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon .icon-order-till {
        font-size: 4rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-order-till {
        font-size: 3rem;
    }
}

.shipping-grid__item__icon .icon-order-over {
    font-size: 4.2rem;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon .icon-order-over {
        font-size: 3.8rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-order-over {
        font-size: 2.8rem;
    }
}

.shipping-grid__item__icon .icon-domestic-shipping {
    font-size: 4.6rem;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon .icon-domestic-shipping {
        font-size: 4rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-domestic-shipping {
        font-size: 3rem;
    }
}

.shipping-grid__item__icon .icon-collect {
    color: #dfe1ee;
    font-size: 4.1rem;
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-collect {
        font-size: 3.2rem;
    }
}

.shipping-grid__item__icon .icon-delivery-time {
    color: #dfe1ee;
    font-size: 3rem;
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-delivery-time {
        font-size: 2.2rem;
    }
}

.shipping-grid__item__icon .icon-shipping-from {
    color: #dfe1ee;
    font-size: 4.1rem;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon .icon-shipping-from {
        font-size: 3.8rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-shipping-from {
        font-size: 2.8rem;
    }
}

.shipping-grid__item__icon .icon-tracking-number {
    color: #dfe1ee;
    font-size: 3.3rem;
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-tracking-number {
        font-size: 2.8rem;
    }
}

.shipping-grid__item__icon .icon-reship-policy {
    color: #dfe1ee;
    font-size: 3.6rem;
}

@media (max-width: 1599px) {
    .shipping-grid__item__icon .icon-reship-policy {
        font-size: 3.4rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-reship-policy {
        font-size: 2.4rem;
    }
}

.shipping-grid__item__icon .icon-discret-packaging {
    color: #dfe1ee;
    font-size: 3.6rem;
}

@media (max-width: 1023px) {
    .shipping-grid__item__icon .icon-discret-packaging {
        font-size: 2.8rem;
    }
}

.shipping-grid__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

@media (max-width: 767px) {
    .shipping-grid__item__info {
        width: 100%;
        margin-top: 1rem;
    }
}

.shipping-grid__item__title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;

    color: #ffcc00;
    margin-bottom: 1rem;
    text-align: left;
}

@media (max-width: 1023px) {
    .shipping-grid__item__title {
        margin-bottom: 6px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item__title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

.shipping-grid__item__title--lg {
    color: #dfe1ee;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.shipping-grid__item__num,
.shipping-grid__item__price-descr {
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1599px) {
    .shipping-grid__item__num,
    .shipping-grid__item__price-descr {
        font-size: 1.8rem;
    }
}

@media (max-width: 1023px) {
    .shipping-grid__item__num,
    .shipping-grid__item__price-descr {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item__num,
    .shipping-grid__item__price-descr {
        font-size: 1.6rem;
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item__num br,
    .shipping-grid__item__price-descr br {
        display: none;
    }
}

.shipping-grid__item__price {
    font-style: italic;
    font-weight: 800;
    color: #ffcc00;
    font-size: 1.8rem;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top: 7px;
}

@media (max-width: 1023px) {
    .shipping-grid__item__price {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .shipping-grid__item__price {
        font-size: 1.8rem;
    }
}

.shipping-grid__item__subtitle {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.65em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 1rem;
}

.shipping-table .article-title {
    margin-bottom: 2.5rem;
}

@media (max-width: 1279px) {
    .shipping-table .article-title {
        margin-bottom: 2rem;
    }
}

.shipping-table__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -3rem;
}

@media (max-width: 1023px) {
    .shipping-table__inner {
        margin: 0 -1.5rem;
    }
}

@media (max-width: 767px) {
    .shipping-table__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}

.shipping-table__inner__col {
    padding: 0 3rem;
    width: 50%;
}

@media (max-width: 1023px) {
    .shipping-table__inner__col {
        padding: 0 1.5rem;
    }
}

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

@media (max-width: 767px) {
    .shipping-table__inner__col:not(:first-child) .shipping-table__header {
        display: none;
    }
}

@media (max-width: 767px) {
    .shipping-table__inner__col
        + .shipping-table__inner__col
        .shipping-table__row:first-child:before {
        display: none;
    }
}

.shipping-table__item {
    width: 100%;
}

.shipping-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5rem;
}

@media (max-width: 1023px) {
    .shipping-table__header {
        height: 4.4rem;
    }
}

.shipping-table__header .shipping-table__col {
    font-size: 1.2rem;
    line-height: 1.4em;
    color: rgba(223, 225, 238, 0.3);
}

.shipping-table__col {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

@media (max-width: 1023px) {
    .shipping-table__col {
        font-size: 1.4rem;
    }
}

.shipping-table__col.col-country {
    font-weight: 600;
    padding: 0 1rem;
}

.shipping-table__col.col-delivery-days {
    width: 11rem;
    padding-right: 1rem;
    text-align: left;
}

@media (max-width: 1023px) {
    .shipping-table__col.col-delivery-days {
        width: 9rem;
    }
}

.shipping-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5rem;
    position: relative;
}

@media (max-width: 1023px) {
    .shipping-table__row {
        height: 4.4rem;
    }
}

.shipping-table__row:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(223, 225, 238, 0.3);
    opacity: 0.3;
}

.shipping-table__row:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(223, 225, 238, 0.3);
    opacity: 0.3;
}

.payments-wrapper {
    padding: 5rem 0;
}

@media (max-width: 1279px) {
    .payments-wrapper {
        padding: 3rem 0 5rem 0;
    }
}

.payments-section {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

.payments-section .acc-coins__empty {
    margin-top: 0;
    margin-bottom: 2.6rem;
}

.payments-section__top {
    margin-bottom: 6.4rem;
}

@media (max-width: 1279px) {
    .payments-section__top {
        margin-bottom: 3rem;
    }
}

.payments-section__top .section-title__secondary {
    font-size: 3.2rem;
    line-height: 1.25em;
}

@media (max-width: 1279px) {
    .payments-section__top .section-title__secondary {
        font-size: 2.4rem;
        line-height: 1.33em;
    }
}

@media (max-width: 767px) {
    .payments-section__top .section-title__secondary {
        font-size: 2rem;
    }
}

.payments-section__boxes__inner {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 44rem 44rem;
    grid-template-rows: auto;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 3rem;
}

@media (max-width: 1023px) {
    .payments-section__boxes__inner {
        grid-template-columns: 32.6rem 32.6rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__inner {
        grid-template-columns: 1fr;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
    }
}

.payments-section__boxes__col.col-cryptocash {
    grid-row: 1 / 3;
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-cryptocash {
        grid-row: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.payments-section__boxes__col.col-cryptocash .payments-section__boxes__item {
    padding: 3.9rem 1rem 1.7rem 1rem;
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-cryptocash
        .payments-section__boxes__item {
        padding: 2rem 1rem 0 1rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-moneygram {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-bankwire {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-creditcard {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__col.col-wu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.payments-section__boxes__item {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    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;
    margin: 0;
    position: relative;
    background: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.6rem;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    padding: 1rem;
}

@media (max-width: 767px) {
    .payments-section__boxes__item {
        min-height: auto;
        padding: 2rem 1rem;
    }
}

.payments-section__boxes__item.is-active {
    border-color: #ffcc00;
}

.payments-section__boxes__item.is-active
    .payments-section__boxes__item__icon
    .icon {
    color: #ffcc00;
}

.payments-section__boxes__item.is-active .payments-section__boxes__item__info {
    color: #ffcc00;
}

.payments-section__boxes__item__icon {
    margin: 0 0 3rem 0;
    height: 4rem;
    width: 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;
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon {
        margin: 0 0 1rem 0;
    }
}

.payments-section__boxes__item__icon .icon {
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.payments-section__boxes__item__icon .icon-mg {
    font-size: 4rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-mg {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-mg {
        font-size: 2.8rem;
    }
}

.payments-section__boxes__item__icon .icon-payment-cr {
    font-size: 2.4rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-payment-cr {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-payment-cr {
        font-size: 1.4rem;
    }
}

.payments-section__boxes__item__icon .icon-wu {
    font-size: 2.6rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-wu {
        font-size: 1.8rem;
    }
}

.payments-section__boxes__item__icon .icon-btc {
    font-size: 3.1rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-btc {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-btc {
        font-size: 2.2rem;
    }
}

.payments-section__boxes__item__icon .icon-crypto {
    font-size: 2.4rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-crypto {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-crypto {
        font-size: 1.4rem;
    }
}

.payments-section__boxes__item__icon .icon-payment-bw {
    font-size: 2.3rem;
}

@media (max-width: 1279px) {
    .payments-section__boxes__item__icon .icon-payment-bw {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-payment-bw {
        font-size: 1.4rem;
    }
}

.payments-section__boxes__item__icon .icon-wase {
    font-size: 3rem;
}

@media (max-width: 1599px) {
    .payments-section__boxes__item__icon .icon-wase {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__icon .icon-wase {
        font-size: 1.6rem;
    }
}

.payments-section__boxes__item__info {
    text-align: center;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.875em;

    margin-bottom: 0;
}

@media (max-width: 767px) {
    .payments-section__boxes__item__info {
        font-size: 1.4rem;
    }
}

.payments-section__boxes__item__info .icon-time {
    font-size: 2rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .payments-section__boxes__item__info .icon-time {
        font-size: 1.8rem;
    }
}

.payments-section__boxes__item__list {
    width: 100%;
    max-width: 30rem;
    margin: 4.8rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .payments-section__boxes__item__list {
        margin: 3rem auto 0 auto;
        max-width: 17rem;
    }
}

@media (max-width: 767px) {
    .payments-section__boxes__item__list {
        margin: 2rem auto 0 auto;
    }
}

.payments-section__boxes__item__list__item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.1em;
    color: #dfe1ee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 767px) {
    .payments-section__boxes__item__list__item {
        margin-bottom: 2rem;
    }
}

@media (max-width: 399px) {
    .payments-section__boxes__item__list__item {
        width: 100%;
    }
}

.payments-section__boxes__item__list__item.is-active {
    color: #ffcc00;
}

.payments-section__boxes__item__list__item:last-child {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .payments-section__boxes__item__list__item:last-child {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.payments-section__boxes__item__list__img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.payments-info {
    margin-bottom: 8.6rem;
}

@media (max-width: 1023px) {
    .payments-info {
        margin-bottom: 5rem;
    }
}

.payments-description {
    width: calc(100% + 12rem);
}

@media (max-width: 1599px) {
    .payments-description {
        width: 100%;
    }
}

.payments-description .box-content {
    display: none;
}

.payments-description .box-content.is-active {
    display: block;
}

.payments-description .article-title {
    margin-bottom: 3.7rem;
}

@media (max-width: 1279px) {
    .payments-description .article-title {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .payments-description .article-title {
        margin-bottom: 1.8rem;
    }
}

.payments-description .article-title__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payments-description .article-title__item .icon-list-thin {
    font-size: 1.2rem;
    margin-top: 0;
}

.payments-description__box__inner {
    background-color: #21273b;
    border: 1px solid rgba(223, 225, 238, 0.3);
    border-radius: 1.6rem;
}

.payments-description__box__content {
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 2.8rem 3.6rem 3rem 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1279px) {
    .payments-description__box__content {
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__content {
        padding: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payments-description__box__content__notice {
    margin-top: 4rem;
}

.payments-description__box__content__open {
    margin-top: 4rem;
    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;
}

.payments-description__box__content__info {
    margin-top: 5rem;
}

.payments-description__box__content__info p,
.payments-description__box__content__info span {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    color: #dfe1ee;
    font-size: 1.8rem;
    font-weight: 600;
}

.payments-description__box__content__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

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

.payments-description__box__content__icon {
    width: 11rem;
    margin-right: 5.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .payments-description__box__content__icon {
        margin-right: 3rem;
        width: 10rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__content__icon {
        display: none;
    }
}

.payments-description__box__content__icon .icon {
    font-size: 11rem;
}

@media (max-width: 1279px) {
    .payments-description__box__content__icon .icon {
        font-size: 10rem;
    }
}

.payments-description__box__content__side {
    width: calc(100% - 16.2rem);
}

@media (max-width: 1279px) {
    .payments-description__box__content__side {
        width: calc(100% - 13rem);
    }
}

@media (max-width: 767px) {
    .payments-description__box__content__side {
        width: 100%;
    }
}

.payments-description__box__content__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

@media (max-width: 1279px) {
    .payments-description__box__content__selects {
        margin-bottom: 1.5rem;
    }
}

.payments-description__box__content__selects .acc-checkout-form__group {
    width: 32rem;
    margin-bottom: 2rem;
}

@media (max-width: 1279px) {
    .payments-description__box__content__selects .acc-checkout-form__group {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__content__selects .acc-checkout-form__group {
        width: 100%;
    }
}

.payments-description__box__content__selects
    .acc-checkout-form__group:not(:last-child) {
    margin-right: 4rem;
}

@media (max-width: 767px) {
    .payments-description__box__content__selects
        .acc-checkout-form__group:not(:last-child) {
        margin-right: 0;
    }
}

.payments-description__box__content__selects
    .acc-checkout-form__group
    + .acc-checkout-form__group {
    margin-top: 0;
}

.payments-description__box__content__selects .acc-checkout-form__group__title {
    line-height: 1em;
    margin-bottom: 1.8rem;
}

.payments-description__box__content__list {
    counter-reset: descr-list;
}

.payments-description__box__content__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .payments-description__box__content__list li {
        font-size: 1.4rem;
    }
}

.payments-description__box__content__list li + li {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .payments-description__box__content__list li + li {
        margin-top: 1rem;
    }
}

.payments-description__box__content__list li span {
    margin-top: 6px;
}

@media (max-width: 1279px) {
    .payments-description__box__content__list li span {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .payments-description__box__content__list li span {
        margin-top: 1px;
    }
}

.payments-description__box__content__list li a {
    position: relative;
    color: #ffcc00;
    text-decoration: underline;
}

.payments-description__box__content__list li:before {
    content: counter(descr-list, decimal-leading-zero);
    counter-increment: descr-list;
    display: block;
    margin-right: 2.5rem;
    font-style: italic;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #dfe1ee;
}

@media (max-width: 1279px) {
    .payments-description__box__content__list li:before {
        font-size: 2.8rem;
        margin-right: 2rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__content__list li:before {
        font-size: 2.2rem;
        margin-right: 1.5rem;
    }
}

.payments-description__box__footer {
    padding: 3rem;
    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;
    border-radius: 0 0 1.6rem 1.6rem;
    border-top: 1px solid rgba(223, 225, 238, 0.3);
}

@media (max-width: 1279px) {
    .payments-description__box__footer {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__footer {
        padding: 1rem;
    }
}

.payments-description__box__footer .box-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .payments-description__box__footer .box-content__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payments-description__box__footer__link {
    width: 20.5rem;
    height: auto;
    margin: 0 4rem;
}

@media (max-width: 1279px) {
    .payments-description__box__footer__link {
        width: 18rem;
        margin: 0 2.5rem;
    }
}

@media (max-width: 767px) {
    .payments-description__box__footer__link {
        margin: 5px 1rem;
    }
}

.product-wrapper {
    padding: 5rem 0;
    overflow: hidden;
}

.product-inner {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

.product-inner .acc-coins__empty {
    margin-bottom: 4rem;
    margin-top: 5.2rem;
}

.product-inner .acc-coins__empty__side .btn--black {
    min-width: 20rem;
}

@media (max-width: 1279px) {
    .product-inner .product-carousel {
        margin-bottom: 4rem;
    }
}

.product-inner .acc-coins__submit__form {
    margin-top: 6.6rem;
    margin-bottom: 6.1rem;
}

@media (max-width: 1023px) {
    .product-inner .acc-coins__submit__form {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

.product-inner .acc-coins__photo__group__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-inner .acc-coins__photo__group__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.product-inner .acc-coins__photo__group__title span {
    font-size: 1.8rem;
}

.product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.6rem;
}

@media (max-width: 1023px) {
    .product-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-detail__image {
    width: 43rem;
    height: 43rem;
    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;
    border-radius: 1.6rem;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .product-detail__image {
        width: 37rem;
        height: 37rem;
        margin-right: 4rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__image {
        width: 32rem;
        height: 32rem;
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .product-detail__image {
        width: 28rem;
        height: 28rem;
    }
}

.product-detail__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 430px;
    border-radius: inherit;
}

.product-detail__info {
    width: 44rem;
}

@media (max-width: 1279px) {
    .product-detail__info {
        width: calc(100% - 41rem);
    }
}

@media (max-width: 1023px) {
    .product-detail__info {
        width: 100%;
    }
}

.product-detail__title {
    font-style: italic;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 1rem;
}

@media (max-width: 1279px) {
    .product-detail__title {
        font-size: 2.8rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .product-detail__title {
        font-size: 2.4rem;
    }
}

.product-detail__subtitle {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 1279px) {
    .product-detail__subtitle {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__subtitle {
        text-align: center;
    }
}

.product-detail__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

@media (max-width: 1279px) {
    .product-detail__price {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-detail__price .price-old {
    font-size: 2.6rem;
    line-height: 1.15em;
    color: rgba(223, 225, 238, 0.3);
    text-decoration: line-through;
    margin-right: 1rem;
}

@media (max-width: 1279px) {
    .product-detail__price .price-old {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .product-detail__price .price-old {
        font-size: 2.2rem;
    }
}

.product-detail__price .price-current,
.product-detail__price .price-discount,
.product-detail__price .price-currency {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 1.15em;
    color: #dfe1ee;
    margin: 0 3px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 1279px) {
    .product-detail__price .price-current,
    .product-detail__price .price-discount,
    .product-detail__price .price-currency {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .product-detail__price .price-current,
    .product-detail__price .price-discount,
    .product-detail__price .price-currency {
        font-size: 2.2rem;
    }
}

.product-detail__price .price-discount {
    display: none;
}

.is-discount .product-detail__price .price-discount {
    display: block;
}

.is-discount .product-detail__price .price-current {
    color: rgba(223, 225, 238, 0.3);
    text-decoration: line-through;
}

.product-detail__discount {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    border-radius: 1.6rem;
    background-color: #21273b;
}

@media (max-width: 1279px) {
    .product-detail__discount {
        margin-bottom: 3.7rem;
    }
}

@media (max-width: 767px) {
    .product-detail__discount {
        max-width: 50rem;
        margin: 0 auto 3rem auto;
    }
}

@media (max-width: 499px) {
    .product-detail__discount {
        max-width: 32rem;
    }
}

.product-detail__discount__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.5rem 15rem 1.5rem 2rem;
}

@media (max-width: 499px) {
    .product-detail__discount__line {
        padding: 1.5rem;
    }
}

.product-block__discount .product-detail__discount__line {
    padding: 0;
}

.product-detail__discount__line + .product-detail__discount__line {
    margin-top: 0;
    border-top: 1px solid #05070e;
}

.product-block__discount
    .product-detail__discount__line
    + .product-detail__discount__line {
    margin-top: 1.8rem;
    border-top: none;
}

.product-detail__discount__promo {
    border: 1px solid #ffcc00;
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    padding: 4px 1rem;
    color: #dfe1ee;
    font-size: 1.3rem;
    line-height: 1.4em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 5px 0;
}

.product-detail__discount__promo--yellow {
    color: #ffcc00;
}

.product-detail__discount .icon-man-strong {
    position: absolute;
    bottom: 0;
    right: 2.3rem;
    font-size: 11.8rem;
}

@media (max-width: 499px) {
    .product-detail__discount .icon-man-strong {
        display: none;
    }
}

.product-block__discount .product-detail__discount .icon-man-strong {
    right: 2.8rem;
    font-size: 10rem;
}

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

@media (max-width: 1023px) {
    .product-detail__count {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 499px) {
    .product-detail__count {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 32rem;
        margin: 0 auto;
    }
}

.product-detail__count .goods-item__count {
    margin-right: 3.3rem;
}

@media (max-width: 767px) {
    .product-detail__count .goods-item__count {
        width: auto;
        margin-right: 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 499px) {
    .product-detail__count .goods-item__count {
        margin-right: 0;
        margin-bottom: 2.5rem;
        width: 100%;
    }
}

.product-detail__count .goods-item__count__btn {
    width: 6rem;
    height: 6rem;
}

@media (max-width: 767px) {
    .product-detail__count .goods-item__count__btn {
        width: 5rem;
        height: 5rem;
        border: 2px solid #2f3548;
    }
}

@media (max-width: 499px) {
    .product-detail__count .goods-item__count__btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.product-detail__count .goods-item__count__input {
    font-size: 2rem;
    font-weight: 700;
    width: 5.5rem;
}

@media (max-width: 767px) {
    .product-detail__count .goods-item__count__input {
        font-size: 1.8rem;
        width: 5.2rem;
    }
}

@media (max-width: 499px) {
    .product-detail__count .goods-item__count__input {
        width: 13rem;
    }
}

.product-detail__count .btn {
    height: 6rem;
    min-width: 22rem;
}

@media (max-width: 767px) {
    .product-detail__count .btn {
        min-width: 18rem;
        height: 5rem;
    }
}

@media (max-width: 767px) {
    .product-detail__count .btn {
        min-width: auto;
        width: 100%;
        max-width: 32rem;
    }
}

@media (max-width: 499px) {
    .product-detail__count .btn {
        margin-top: 1rem;
    }
}

.product-detail__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5rem;
}

@media (max-width: 1023px) {
    .product-detail__descr {
        margin-bottom: 4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-detail__descr {
        margin-bottom: 3rem;
    }
}

.product-detail__table {
    width: 44rem;
}

@media (max-width: 1023px) {
    .product-detail__table {
        margin-bottom: 3rem;
        width: 100%;
        max-width: 44rem;
    }
}

.product-detail__table__item {
    margin-bottom: 5.6rem;
}

@media (max-width: 1023px) {
    .product-detail__table__item {
        margin-bottom: 3rem;
    }
}

.product-detail__table__item .article-title {
    margin-bottom: 7px;
}

.product-detail__table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 1rem 0;
    min-height: 5rem;
}

@media (max-width: 767px) {
    .product-detail__table__row {
        min-height: 4rem;
        padding: 6px 0;
    }
}

.product-detail__table__row:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(223, 225, 238, 0.3);
    opacity: 0.3;
}

.product-detail__table__row__title {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    width: 20rem;
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-detail__table__row__title {
        width: 50%;
        padding-right: 2rem;
        font-size: 1.4rem;
    }
}

.product-detail__table__row__descr {
    width: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-detail__table__row__descr {
        width: 50%;
    }
}

.product-detail__table__row__descr a,
.product-detail__table__row__descr button {
    color: #ffcc00;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2em;
}

@media (min-width: 768px) {
    .product-detail__table__row__descr a:hover,
    .product-detail__table__row__descr button:hover {
        color: #ffd633;
    }
}

.product-detail__table__row__descr a .icon-menu,
.product-detail__table__row__descr button .icon-menu {
    margin-right: 1.1rem;
    font-size: 1.8rem;
}

.product-detail__table__row__descr a .icon-download-pdf,
.product-detail__table__row__descr button .icon-download-pdf {
    margin-right: 1.2rem;
    font-size: 2rem;
}

.product-detail__table__row__descr span,
.product-detail__table__row__descr p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .product-detail__table__row__descr span,
    .product-detail__table__row__descr p {
        font-size: 1.4rem;
    }
}

.product-detail__table__row__fluid {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    width: 100%;
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .product-detail__table__row__fluid {
        font-size: 1.4rem;
    }
}

.product-detail__reviews {
    width: 44rem;
}

@media (max-width: 1023px) {
    .product-detail__reviews {
        width: 100%;
        max-width: 44rem;
    }
}

.product-detail__reviews__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;
    margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .product-detail__reviews__top {
        margin-bottom: 2rem;
    }
}

.product-detail__reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5em;

    color: rgba(223, 225, 238, 0.3);
}

.product-detail__reviews__title .icon {
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.product-detail__reviews__rate__count {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;
    margin-right: 2rem;

    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 767px) {
    .product-detail__reviews__rate__count {
        font-size: 1.6rem;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .product-detail__reviews__rate .feedbacks-rate {
        margin-top: 0;
    }
}

.product-detail__reviews__rate
    .feedbacks-rate
    .icon-star-simple
    + .icon-star-simple {
    margin-right: 1.1rem;
}

.product-detail__reviews__item {
    background-color: #21273b;
    border-radius: 1.6rem;
}

.product-detail__reviews__item:not(:last-child) {
    margin-bottom: 2rem;
}

.product-detail__reviews__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;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__top .feedbacks-rate {
        width: auto;
        margin-top: 0;
    }
}

.product-detail__reviews__item__top
    .feedbacks-rate
    .icon-star-simple
    + .icon-star-simple {
    margin-right: 1.1rem;
}

.product-detail__reviews__item__title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__title {
        font-size: 1.5rem;
    }
}

.product-detail__reviews__item__inner {
    padding: 3rem 2rem;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__inner {
        padding: 1.5rem;
    }
}

.product-detail__reviews__item__text p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__text p {
        font-size: 1.4rem;
    }
}

.product-detail__reviews__item__answer {
    border-top: 1px solid #05070e;
    padding: 1rem 2rem 2.5rem 2rem;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__answer {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
}

.product-detail__reviews__item__answer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2em;
    color: rgba(223, 225, 238, 0.3);
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__answer-title {
        font-size: 1.6rem;
    }
}

.product-detail__reviews__item__answer-title .icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: rgba(223, 225, 238, 0.3);
}

.product-detail__reviews__item__answer p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #dfe1ee;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-detail__reviews__item__answer p {
        font-size: 1.4rem;
    }
}

.product-detail__reviews__trigger {
    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;
}

.product-detail__reviews__trigger__btn {
    color: #ffcc00;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.65em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .product-detail__reviews__trigger__btn:hover {
        color: #ffdb4d;
    }
}

.product-detail__collapses {
    margin-bottom: 7rem;
}

@media (max-width: 1279px) {
    .product-detail__collapses {
        margin-bottom: 6rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__collapses {
        margin-bottom: 5rem;
    }
}

.product-detail__collapses__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
    color: #dfe1ee;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2em;
}

@media (max-width: 1279px) {
    .product-detail__collapses__title {
        font-size: 1.6rem;
        line-height: 2em;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .product-detail__collapses__title {
        font-size: 1.5rem;
    }
}

.product-detail__collapses__title .icon-report {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2rem;
    margin-right: 1rem;
    color: rgba(223, 225, 238, 0.3);
}

.product-carousel__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4rem;
}

@media (max-width: 1279px) {
    .product-carousel__top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .product-carousel__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product-carousel__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-style: italic;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #dfe1ee;
    min-width: 32rem;
    margin-right: 4rem;
}

@media (max-width: 1599px) {
    .product-carousel__title {
        min-width: auto;
        font-size: 2.6rem;
        margin-right: 3rem;
    }
}

@media (max-width: 1279px) {
    .product-carousel__title {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .product-carousel__title {
        font-size: 2rem;
        margin-right: 2rem;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

.product-carousel__title .icon {
    font-size: 2.4rem;
    margin-right: 1.4rem;
}

@media (max-width: 1599px) {
    .product-carousel__title .icon {
        font-size: 2.2rem;
    }
}

@media (max-width: 1279px) {
    .product-carousel__title .icon {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .product-carousel__title .icon {
        font-size: 1.8rem;
    }
}

.product-carousel__pagination {
    margin-right: 1rem;
}

.product-carousel__pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    border-radius: 5px;
    background-color: rgba(223, 225, 238, 0.3);
    -webkit-transition: background-color 0.3s ease, width 0.6s ease;
    transition: background-color 0.3s ease, width 0.6s ease;
    margin: 0 7px;
}

@media (max-width: 1599px) {
    .product-carousel__pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

@media (max-width: 1279px) {
    .product-carousel__pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

@media (max-width: 1023px) {
    .product-carousel__pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }
}

@media (max-width: 767px) {
    .product-carousel__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        margin: 0 3px;
    }
}

.product-carousel__pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4rem;
    background-color: #dfe1ee;
}

@media (max-width: 1599px) {
    .product-carousel__pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3.5rem;
    }
}

@media (max-width: 1279px) {
    .product-carousel__pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3rem;
    }
}

@media (max-width: 767px) {
    .product-carousel__pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2rem;
    }
}

.product-carousel__navigation {
    margin-left: auto;
    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;
}

.product-carousel__navigation__left,
.product-carousel__navigation__right {
    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: 4rem;
    height: 4rem;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 767px) {
    .product-carousel__navigation__left,
    .product-carousel__navigation__right {
        width: 3.4rem;
        height: 3.4rem;
    }
}

.product-carousel__navigation__left.swiper-button-disabled,
.product-carousel__navigation__right.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (min-width: 768px) {
    .product-carousel__navigation__left:hover,
    .product-carousel__navigation__right:hover {
        background-color: #20273e;
    }
}

@media (min-width: 768px) {
    .product-carousel__navigation__left:active,
    .product-carousel__navigation__right:active {
        background-color: #252e48;
    }
}

.product-carousel__navigation__left .icon-chevron-down,
.product-carousel__navigation__right .icon-chevron-down {
    font-size: 2.2rem;
    color: rgba(223, 225, 238, 0.3);
}

@media (max-width: 1023px) {
    .product-carousel__navigation__left .icon-chevron-down,
    .product-carousel__navigation__right .icon-chevron-down {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .product-carousel__navigation__left .icon-chevron-down,
    .product-carousel__navigation__right .icon-chevron-down {
        font-size: 1.8rem;
    }
}

.product-carousel__navigation__left .icon-chevron-down {
    margin-right: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-carousel__navigation__right .icon-chevron-down {
    margin-left: 2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-carousel__inner .swiper-container {
    overflow: visible;
}

.product-carousel__inner .swiper-slide {
    width: 32rem;
    height: auto;
}

@media (max-width: 767px) {
    .product-carousel__inner .swiper-slide {
        width: 27rem;
    }
}

.label-radio-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin: 5px 7px 5px 0;
    min-width: 14.2rem;
    min-width: 14.2rem;
}

@media (max-width: 767px) {
    .label-radio-rounded {
        min-width: 11.9rem;
    }
}

.label-radio-rounded.is-active .label-radio-rounded__item:after {
    background-color: #ffcc00;
}

.label-radio-rounded input {
    position: absolute;
    left: -9999em;
    right: -9999em;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.label-radio-rounded input:checked + .label-radio-rounded__item:after {
    background-color: #ffcc00;
}

.label-radio-rounded__item {
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #ffcc00;
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .label-radio-rounded__item {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.label-radio-rounded__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(223, 225, 238, 0.3);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .label-radio-rounded__item:after {
        width: 8px;
        height: 8px;
    }
}

.label-radio-rounded__name {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.65em;
    color: #dfe1ee;
}

@media (max-width: 767px) {
    .label-radio-rounded__name {
        font-size: 1.5rem;
    }
}

.timer-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #181818;
    overflow: hidden;
}

.timer-box__inner {
    min-height: 9.4rem;
    padding: 5px 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;
}

@media (max-width: 1279px) {
    .timer-box__inner {
        min-height: 10rem;
        padding: 1.2rem 0;
    }
}

@media (max-width: 767px) {
    .timer-box__inner {
        padding: 1rem 0;
        min-height: 8rem;
    }
}

@media (max-width: 599px) {
    .timer-box__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.timer-box__time {
    margin-right: 2.4rem;
    position: relative;
}

@media (max-width: 767px) {
    .timer-box__time {
        margin-right: 2rem;
    }
}

@media (max-width: 599px) {
    .timer-box__time {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.timer-box__time:after {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31.7rem;
    height: 31.7rem;
    background: #323232;
    -webkit-filter: blur(6rem);
    filter: blur(6rem);
}

@media (max-width: 767px) {
    .timer-box__time:after {
        width: 24rem;
        height: 24rem;
        -webkit-filter: blur(3rem);
        filter: blur(3rem);
    }
}

.timer-box__text .timer-box__text span,
.timer-box__text p {
    font-style: italic;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #dfe1ee;
    position: relative;
    z-index: 1;
    margin: 0;
}

.timer-box__text p.timer-box__text--accent {
    color: #ffcc00;
}

@media (max-width: 1599px) {
    .timer-box__text {
        font-size: 3rem;
    }
}

@media (max-width: 1279px) {
    .timer-box__text {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .timer-box__text {
        font-size: 1.6rem;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .timer-box__text {
        font-size: 1.4rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 599px) {
    .timer-box__text br {
        display: none;
    }
}

.flipclock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.8rem;
    position: relative;
    z-index: 1;
}

.flipclock * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.leaf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 4px;
    -webkit-perspective: 300px;
    perspective: 300px;
}

@media (max-width: 599px) {
    .leaf {
        margin: 0 2px;
    }
}

.leaf::after {
    content: attr(data-label);
    position: absolute;
    top: -1.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #dfe1ee;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1279px) {
    .leaf::after {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .leaf::after {
        font-size: 9px;
        top: -2rem;
    }
}

@media (max-width: 599px) {
    .leaf::after {
        top: -1.8rem;
        font-size: 8px;
    }
}

.top,
.bottom,
.leaf-front,
.leaf-back {
    position: relative;
    display: block;
    height: 30px;
    width: 60px;
    background-color: #1c1d1f;
    color: #dfe1ee;
    overflow: hidden;
    border-color: #2d3748;
}

@media (max-width: 1279px) {
    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
        height: 2.6rem;
        width: 5.2rem;
    }
}

@media (max-width: 767px) {
    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
        height: 2.2rem;
        width: 4.8rem;
    }
}

@media (max-width: 599px) {
    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
        height: 2rem;
        width: 4.4rem;
    }
}

.top span,
.bottom span,
.leaf-front span,
.leaf-back span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: "Impact", sans serif;
    font-size: 40px;
    line-height: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1279px) {
    .top span,
    .bottom span,
    .leaf-front span,
    .leaf-back span {
        font-size: 3.2rem;
        height: 5.2rem;
        line-height: 5.2rem;
    }
}

@media (max-width: 767px) {
    .top span,
    .bottom span,
    .leaf-front span,
    .leaf-back span {
        font-size: 2.8rem;
        height: 4.4rem;
        line-height: 4.4rem;
    }
}

@media (max-width: 599px) {
    .top span,
    .bottom span,
    .leaf-front span,
    .leaf-back span {
        height: 4rem;
        font-size: 2.4rem;
        line-height: 4rem;
    }
}

.leaf._3-digits .top,
.leaf._3-digits .bottom,
.leaf._3-digits .leaf-front,
.leaf._3-digits .leaf-back {
    width: 60px;
}

@media (max-width: 1279px) {
    .leaf._3-digits .top,
    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .leaf-back {
        width: 5.2rem;
    }
}

@media (max-width: 767px) {
    .leaf._3-digits .top,
    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .leaf-back {
        width: 4.8rem;
    }
}

@media (max-width: 599px) {
    .leaf._3-digits .top,
    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .leaf-back {
        width: 4.4rem;
    }
}

.top,
.leaf-front {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 0;
}

.top span,
.leaf-front span {
    top: 0;
}

.leaf-front {
    position: absolute;
    z-index: 10;
}

.bottom,
.leaf-back {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 0;
}

.bottom span,
.leaf-back span {
    bottom: 0;
}

.leaf-back {
    position: absolute;
    top: 3.1rem;
    z-index: 10;
}

@media (max-width: 1279px) {
    .leaf-back {
        top: 2.6rem;
    }
}

@media (max-width: 767px) {
    .leaf-back {
        top: 2.2rem;
    }
}

.leaf-front {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.leaf-back {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: black;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.8)),
        to(transparent)
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 100%
    );
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.flip .leaf-front {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in, background-color 0.3s ease-in,
        color 0.3s ease-in;
    transition: transform 0.3s ease-in, background-color 0.3s ease-in,
        color 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    color: black;
    background-color: ligten(#1b2134, 50%);
}

.flip .leaf-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in, background-color 0.3s ease-in,
        color 0.3s ease-in;
    transition: transform 0.3s ease-in, background-color 0.3s ease-in,
        color 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.flip .bottom::before {
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s / 2;
    transition-delay: 0.3s / 2;
    height: 100%;
}

.main-page {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .main-page .product-carousel__navigation__left,
    .main-page .product-carousel__navigation__right {
        width: 3.6rem;
        height: 3.6rem;
    }
}

@media (min-width: 768px) {
    .main-page .product-carousel__navigation__left:hover,
    .main-page .product-carousel__navigation__right:hover {
        background-color: rgba(223, 225, 238, 0.2);
    }
}

@media (min-width: 768px) {
    .main-page .product-carousel__navigation__left:active,
    .main-page .product-carousel__navigation__right:active {
        background-color: rgba(223, 225, 238, 0.25);
    }
}

@media (max-width: 1023px) {
    .main-page .product-carousel__navigation .icon-chevron-down {
        font-size: 1.8rem;
    }
}

.main-page .swiper-pagination-bullet {
    opacity: 1;
}

.main-banner {
    width: 100%;
    position: relative;
}

@media (max-width: 1023px) {
    .main-banner {
        padding-bottom: 3rem;
        overflow: hidden;
    }
}

.main-banner .swiper-container {
    border-bottom: 5px solid #ffcc00;
}

@media (max-width: 1023px) {
    .main-banner .swiper-container {
        overflow: visible;
    }
}

.main-banner__link {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 41.6%;
}

@media (max-width: 767px) {
    .main-banner__link {
        padding-bottom: initial;
        height: auto;
        min-height: 40rem;
    }
}

.main-banner__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .main-banner__link img {
        top: initial;
        left: initial;
        width: 100%;
        height: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 70%;
        object-position: 70%;
    }
}

.main-banner__link__inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10rem;
    width: 100%;
}

@media (max-width: 1279px) {
    .main-banner__link__inner {
        padding: 0 7rem;
    }
}

@media (max-width: 767px) {
    .main-banner__link__inner {
        padding: 0 1.5rem;
    }
}

.main-banner__link__inner .btn {
    margin-top: 5rem;
}

@media (max-width: 1279px) {
    .main-banner__link__inner .btn {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .main-banner__link__inner .btn {
        margin-top: 2rem;
    }
}

.main-banner .product-carousel__navigation {
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .main-banner .product-carousel__navigation {
        display: none;
    }
}

.main-banner .product-carousel__navigation__left,
.main-banner .product-carousel__navigation__right {
    pointer-events: all;
}

.main-banner .product-carousel__navigation__left .icon-chevron-down,
.main-banner .product-carousel__navigation__right .icon-chevron-down {
    color: #fff;
}

@media (max-width: 1023px) {
    .main-banner .product-carousel__navigation__left .icon-chevron-down,
    .main-banner .product-carousel__navigation__right .icon-chevron-down {
        font-size: 1.4rem;
    }
}

.main-banner .product-carousel__navigation__left {
    margin-left: 2rem;
}

@media (max-width: 1023px) {
    .main-banner .product-carousel__navigation__left {
        margin-left: 1rem;
    }
}

@media (max-width: 767px) {
    .main-banner .product-carousel__navigation__left {
        margin-left: 0;
    }
}

.main-banner .product-carousel__navigation__right {
    margin-right: 2rem;
}

@media (max-width: 1023px) {
    .main-banner .product-carousel__navigation__right {
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .main-banner .product-carousel__navigation__right {
        margin-right: 0;
    }
}

.main-banner .product-carousel__pagination {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    width: 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;
    bottom: 3rem;
}

@media (max-width: 1023px) {
    .main-banner .product-carousel__pagination {
        bottom: -2.5rem;
    }
}

.main-banner .product-carousel__pagination .swiper-pagination-bullet {
    pointer-events: all;
}

.main-banner__inner {
    position: relative;
    height: 67.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1599px) {
    .main-banner__inner {
        height: 62rem;
    }
}

@media (max-width: 1279px) {
    .main-banner__inner {
        height: auto;
        padding: 4rem 0;
        min-height: 56rem;
    }
}

@media (max-width: 1023px) {
    .main-banner__inner {
        min-height: 50rem;
    }
}

@media (max-width: 499px) {
    .main-banner__inner {
        min-height: 36rem;
        padding: 0 0 2rem 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.main-banner__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: 8.5rem;
    bottom: 0;
    height: 100%;
    background-image: url("/assets/images/useful/main-banner/main-banner-man.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (max-width: 1599px) {
    .main-banner__inner:after {
        background-size: 56rem;
        right: 2rem;
        z-index: 3;
    }
}

@media (max-width: 1279px) {
    .main-banner__inner:after {
        background-size: 50rem;
        right: 0;
    }
}

@media (max-width: 1023px) {
    .main-banner__inner:after {
        background-size: 43rem;
    }
}

@media (max-width: 767px) {
    .main-banner__inner:after {
        background-size: 34rem;
        width: calc(100% + 2rem);
        right: -1rem;
    }
}

.main-banner__inner .btn {
    margin-top: 5rem;
    min-width: 20rem;
}

@media (max-width: 1599px) {
    .main-banner__inner .btn {
        margin-top: 4rem;
    }
}

@media (max-width: 1023px) {
    .main-banner__inner .btn {
        min-width: 18rem;
    }
}

@media (max-width: 499px) {
    .main-banner__inner .btn {
        margin-top: 2rem;
    }
}

.main-banner__content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 65rem;
    margin-bottom: 2.1rem;
}

@media (max-width: 1599px) {
    .main-banner__content {
        max-width: 56rem;
        margin-bottom: 0;
    }
}

@media (max-width: 1279px) {
    .main-banner__content {
        max-width: 52rem;
    }
}

@media (max-width: 1023px) {
    .main-banner__content {
        max-width: 44rem;
    }
}

@media (max-width: 767px) {
    .main-banner__content {
        max-width: 38rem;
    }
}

@media (max-width: 499px) {
    .main-banner__content {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.main-banner__carousel {
    width: 100%;
}

@media (max-width: 499px) {
    .main-banner__carousel {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.main-banner__carousel .swiper-slide {
    width: 100%;
}

.main-banner__carousel__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;
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .main-banner__carousel__top {
        margin-bottom: 1rem;
    }
}

@media (max-width: 499px) {
    .main-banner__carousel__top {
        margin-bottom: auto;
        padding-bottom: 1rem;
        margin-top: 5px;
    }
}

.main-banner__carousel__top .product-carousel__pagination {
    margin-right: 1rem;
}

.main-banner__carousel__top .product-carousel__navigation {
    margin-right: 6rem;
}

@media (max-width: 1599px) {
    .main-banner__carousel__top .product-carousel__navigation {
        margin-right: 0;
    }
}

.main-banner__carousel__title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 5rem;
    line-height: 1.1em;
    color: #dfe1ee;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 1599px) {
    .main-banner__carousel__title {
        font-size: 4.4rem;
    }
}

@media (max-width: 1279px) {
    .main-banner__carousel__title {
        font-size: 3.4rem;
    }
}

@media (max-width: 767px) {
    .main-banner__carousel__title {
        font-size: 2.8rem;
    }
}

.main-banner__carousel__subtitle {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .main-banner__carousel__subtitle {
        font-size: 1.4rem;
        line-height: 1.5em;
    }
}

.main-section-carousel {
    margin-bottom: 1rem;
    padding: 4rem 0;
}

@media (max-width: 1279px) {
    .main-section-carousel {
        padding: 2rem 0;
    }
}

.main-section-carousel--best-selling {
    padding: 14rem 0 15rem 0;
    position: relative;
}

@media (max-width: 1599px) {
    .main-section-carousel--best-selling {
        padding: 6rem 0;
    }
}

@media (max-width: 1279px) {
    .main-section-carousel--best-selling {
        padding: 4rem 0;
    }
}

.main-section-carousel--best-selling:after {
    content: "";
    display: block;
    width: 100%;
    height: 64rem;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#05070e),
        to(#161b2b)
    );
    background: linear-gradient(180deg, #05070e 0%, #161b2b 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.main-section-carousel--best-selling .product-carousel__title {
    color: #ffcc00;
}

.main-section-carousel .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .main-section-carousel .container {
        max-width: none;
        padding: 0 1.5rem;
    }
}

@media (max-width: 767px) {
    .main-section-carousel .container {
        padding: 0 1rem;
    }
}

.main-section-carousel__inner {
    position: relative;
    z-index: 1;
}

.main-section-carousel__inner .product-block__footer:before {
    background-image: url("/assets/images/useful/svg/product-divider-dark.svg");
}

.main-section-carousel__inner .product-block__discount:before,
.main-section-carousel__inner .product-block__discount:after {
    background-image: url("/assets/images/useful/svg/product-divider-dark.svg");
}

.main-section-refferal {
    position: relative;
    background-image: url("/assets/images/useful/refferal-banner/refferal-banner-cloud-center.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    border-bottom: 5px solid #ffcc00;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .main-section-refferal {
        background-position: 0 19rem;
    }
}

.main-section-refferal:after,
.main-section-refferal:before {
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 1279px) {
    .main-section-refferal:after,
    .main-section-refferal:before {
        bottom: -5rem;
    }
}

@media (max-width: 1023px) {
    .main-section-refferal:after,
    .main-section-refferal:before {
        bottom: -10rem;
    }
}

@media (max-width: 767px) {
    .main-section-refferal:after,
    .main-section-refferal:before {
        bottom: -13rem;
    }
}

.main-section-refferal:before {
    left: 0;
    background-position: bottom left;
    background-image: url("/assets/images/useful/refferal-banner/refferal-banner-cloud-left.png");
}

.main-section-refferal:after {
    right: 0;
    background-position: bottom right;
    background-image: url("/assets/images/useful/refferal-banner/refferal-banner-cloud-right.png");
}

.main-section-refferal__inner {
    width: 100%;
    padding: 4rem 0;
    height: auto;
    min-height: 60.3rem;
    position: relative;
    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;
}

@media (max-width: 1599px) {
    .main-section-refferal__inner {
        min-height: 55rem;
    }
}

@media (max-width: 1279px) {
    .main-section-refferal__inner {
        min-height: 50rem;
    }
}

@media (max-width: 1023px) {
    .main-section-refferal__inner {
        min-height: 44rem;
    }
}

@media (max-width: 767px) {
    .main-section-refferal__inner {
        min-height: 34rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 4rem 0 2rem 0;
    }
}

.main-section-refferal__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 1rem;
    bottom: 0;
    height: 100%;
    background-image: url("/assets/images/useful/refferal-banner/refferal-banner-man.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 1599px) {
    .main-section-refferal__inner:after {
        z-index: 10;
        background-size: 56rem;
    }
}

@media (max-width: 1279px) {
    .main-section-refferal__inner:after {
        background-size: 50rem;
        left: 0;
    }
}

@media (max-width: 1023px) {
    .main-section-refferal__inner:after {
        background-size: 40rem;
        left: -8rem;
    }
}

@media (max-width: 767px) {
    .main-section-refferal__inner:after {
        background-size: 34rem;
        width: calc(100% + 4rem);
    }
}

.main-section-refferal__inner .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .main-section-refferal__inner .container {
        max-width: none;
        padding: 0 1.5rem;
    }
}

@media (max-width: 767px) {
    .main-section-refferal__inner .container {
        padding: 0 1rem;
    }
}

.main-section-refferal__content {
    position: relative;
    z-index: 11;
    max-width: 56rem;
    margin-top: 5rem;
    margin-right: 18rem;
}

@media (max-width: 1599px) {
    .main-section-refferal__content {
        margin-right: 5rem;
        margin-top: 0;
    }
}

@media (max-width: 1279px) {
    .main-section-refferal__content {
        margin-right: 0;
    }
}

.main-section-refferal__content .btn {
    margin-top: 4.5rem;
    min-width: 20rem;
}

@media (max-width: 1599px) {
    .main-section-refferal__content .btn {
        margin-top: 3rem;
    }
}

@media (max-width: 1023px) {
    .main-section-refferal__content .btn {
        min-width: 18rem;
    }
}

@media (max-width: 767px) {
    .main-section-refferal__content .btn {
        margin-top: 2rem;
    }
}

.main-section-coins {
    background-image: url("/assets/images/useful/section-earn/section-earn-cloud1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    padding: 4rem 0 0 0;
    position: relative;
}

@media (max-width: 1279px) {
    .main-section-coins {
        padding: 2rem 0 0 0;
    }
}

@media (max-width: 1023px) {
    .main-section-coins {
        padding: 5rem 0 0 0;
    }
}

@media (max-width: 499px) {
    .main-section-coins {
        background-position: 100% 100%;
    }
}

.main-section-coins:after {
    content: "";
    display: block;
    width: 100%;
    height: 14rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(19.86%, #05070e),
        to(rgba(27, 33, 52, 0))
    );
    background-image: linear-gradient(
        0deg,
        #05070e 19.86%,
        rgba(27, 33, 52, 0) 100%
    );
}

.main-section-coins__inner {
    position: relative;
    min-height: 88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1599px) {
    .main-section-coins__inner {
        min-height: 79rem;
    }
}

@media (max-width: 1279px) {
    .main-section-coins__inner {
        min-height: 69rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins__inner {
        min-height: auto;
    }
}

.main-section-coins__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: -2rem;
    bottom: 18rem;
    height: 100%;
    background-image: url("/assets/images/useful/section-earn/section-earn-man.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (max-width: 1599px) {
    .main-section-coins__inner:after {
        background-size: 56rem;
    }
}

@media (max-width: 1279px) {
    .main-section-coins__inner:after {
        background-size: 50rem;
        right: -12rem;
        bottom: 16rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins__inner:after {
        background-size: 40rem;
        right: -8rem;
        bottom: 20rem;
    }
}

@media (max-width: 767px) {
    .main-section-coins__inner:after {
        background-size: 34rem;
        opacity: 0.7;
        right: -7rem;
        bottom: 20rem;
    }
}

@media (max-width: 499px) {
    .main-section-coins__inner:after {
        bottom: 52rem;
        right: -8rem;
    }
}

.main-section-coins__inner .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .main-section-coins__inner .container {
        max-width: none;
        padding: 0 1.5rem;
    }
}

@media (max-width: 767px) {
    .main-section-coins__inner .container {
        padding: 0 1rem;
    }
}

.main-section-coins__content {
    position: relative;
    z-index: 3;
    max-width: 71rem;
    margin-left: 16rem;
    margin-top: 13rem;
}

@media (max-width: 1599px) {
    .main-section-coins__content {
        margin-left: 7rem;
    }
}

@media (max-width: 1279px) {
    .main-section-coins__content {
        margin-left: 0;
        margin-top: 5rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins__content {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .main-section-coins__content {
        margin: 2rem auto 0 auto;
        text-align: center;
    }
}

@media (max-width: 499px) {
    .main-section-coins__content {
        text-align: left;
        margin: 0 auto;
    }
}

.main-section-coins__content .btn {
    margin-top: 4.5rem;
    min-width: 20rem;
}

@media (max-width: 1599px) {
    .main-section-coins__content .btn {
        margin-top: 3rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins__content .btn {
        min-width: 18rem;
    }
}

.main-section-coins .how-it-works__inner {
    position: relative;
    z-index: 5;
    margin: auto -4rem 5.5rem -4rem;
}

@media (max-width: 1599px) {
    .main-section-coins .how-it-works__inner {
        margin: auto -4rem 2rem -4rem;
    }
}

@media (max-width: 1279px) {
    .main-section-coins .how-it-works__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10rem 0 0 -2rem;
        width: 100%;
        max-width: 69rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__inner {
        margin: 14rem 0 0 -5px;
    }
}

@media (max-width: 767px) {
    .main-section-coins .how-it-works__inner {
        margin: 15rem auto 0 auto;
    }
}

@media (max-width: 499px) {
    .main-section-coins .how-it-works__inner {
        max-width: 32rem;
    }
}

.main-section-coins .how-it-works__col {
    width: 25%;
}

@media (max-width: 1279px) {
    .main-section-coins .how-it-works__col {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__col {
        margin-bottom: 1rem;
        padding: 0 5px;
    }
}

@media (max-width: 499px) {
    .main-section-coins .how-it-works__col {
        padding: 0;
        width: 100%;
    }
}

.main-section-coins .how-it-works__item {
    padding: 1.7rem 2rem 2.7rem 2rem;
}

@media (max-width: 1599px) {
    .main-section-coins .how-it-works__item {
        padding: 1.7rem 2rem 2rem 2rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__item {
        padding: 1.5rem;
    }
}

@media (max-width: 1279px) {
    .main-section-coins .how-it-works__item__info {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__item__info {
        margin-bottom: 1rem;
    }
}

.main-section-coins .how-it-works__item__icon .icon {
    color: #ffcc00;
    font-size: 4rem;
}

@media (max-width: 1599px) {
    .main-section-coins .how-it-works__item__icon .icon {
        font-size: 3.4rem;
    }
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__item__icon .icon {
        font-size: 2.6rem;
    }
}

.main-section-coins .how-it-works__item__text {
    font-size: 1.6rem;
}

@media (max-width: 1023px) {
    .main-section-coins .how-it-works__item__text {
        font-size: 1.4rem;
    }
}

.main-section-feedbacks {
    padding: 7rem 0 3rem 0;
}

@media (max-width: 1023px) {
    .main-section-feedbacks {
        padding: 6rem 0 4rem 0;
    }
}

@media (max-width: 767px) {
    .main-section-feedbacks {
        padding: 6rem 0 0 0;
    }
}

.main-section-feedbacks .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .main-section-feedbacks .container {
        max-width: none;
        padding: 0 1.5rem;
    }
}

@media (max-width: 767px) {
    .main-section-feedbacks .container {
        padding: 0 1rem;
    }
}

.main-section-feedbacks__inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 140rem;
}

@media (min-width: 360px) {
    .main-section-feedbacks__inner .swiper-slide {
        width: 32rem;
    }
}

.main-section-feedbacks__inner .product-detail__reviews__item__inner {
    padding: 3rem 1.9rem 2rem 1.9rem;
}

.main-section-feedbacks__inner .feedbacks-item__text__item {
    max-height: 21rem;
    overflow: hidden;
}

.main-section-feedbacks__inner .feedbacks-item__text__inner {
    padding: 2rem 1rem 4.5rem 1rem;
}

.main-section-feedbacks__inner .product-block-empty {
    height: 48.5rem;
    width: 32rem;
    background-color: #21273b;
}

@media (max-width: 767px) {
    .main-section-feedbacks__inner .product-block-empty {
        height: 47.5rem;
    }
}

.coins-program {
    padding: 5.7rem 0 5rem 0;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1279px) {
    .coins-program {
        padding: 4rem 0;
    }
}

@media (max-width: 1023px) {
    .coins-program {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .coins-program {
        padding: 3rem 1rem;
    }
}

.coins-program .article-title {
    margin-bottom: 2.6rem;
}

@media (max-width: 1599px) {
    .coins-program .partner-program__inner {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

@media (max-width: 1279px) {
    .coins-program .partner-program__inner {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

@media (max-width: 1023px) {
    .coins-program .partner-program__inner {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.coins-program .partner-program__col {
    position: relative;
}

@media (max-width: 1599px) {
    .coins-program .partner-program__col {
        padding: 0 2rem;
    }
}

@media (max-width: 1279px) {
    .coins-program .partner-program__col {
        padding: 0 1.5rem;
    }
}

@media (max-width: 1023px) {
    .coins-program .partner-program__col {
        padding: 0 1rem;
    }
}

.coins-program .partner-program__col:not(:last-child):after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 2.2rem;
    background-image: url("/assets/images/useful/svg/chevron.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1279px) {
    .coins-program .partner-program__col:not(:last-child):after {
        width: 9px;
        height: 1.4rem;
        right: -5px;
    }
}

@media (max-width: 1023px) {
    .coins-program .partner-program__col:not(:last-child):after {
        display: none;
    }
}

.coins-program .partner-program__item {
    padding: 1.9rem 1.6rem;
}

@media (max-width: 767px) {
    .coins-program .partner-program__item {
        padding: 1rem 0.9rem 2.1rem 0.9rem;
    }
}

.coins-program .partner-program__item.is-active {
    border-color: #2f80ed;
}

.coins-program .partner-program__item__title {
    color: #2f80ed;
}

.coins-program .partner-program__item__icon .icon {
    color: #2f80ed;
}

.coins-program-banner {
    width: 100%;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-center.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    position: relative;
    border-bottom: 5px solid #2f80ed;
    overflow: hidden;
}

.coins-program-banner:after,
.coins-program-banner:before {
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .coins-program-banner:after,
    .coins-program-banner:before {
        opacity: 0.3;
    }
}

.coins-program-banner:before {
    left: 0;
    background-position: bottom left;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-left.png");
}

.coins-program-banner:after {
    right: 0;
    background-position: bottom right;
    background-image: url("/assets/images/useful/refferal-page/refferal-page-cloud-right.png");
}

@media (max-width: 1023px) {
    .coins-program-banner .container {
        max-width: 100%;
    }
}

.coins-program-banner__inner {
    position: relative;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
    height: 67.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1279px) {
    .coins-program-banner__inner {
        height: 56rem;
    }
}

@media (max-width: 1023px) {
    .coins-program-banner__inner {
        padding: 0 1.5rem;
        height: 47rem;
    }
}

@media (max-width: 767px) {
    .coins-program-banner__inner {
        padding: 4rem 1rem;
        height: auto;
        min-height: 36rem;
    }
}

@media (max-width: 549px) {
    .coins-program-banner__inner {
        padding: 10rem 1rem 2rem 1rem;
    }
}

.coins-program-banner__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: -3rem;
    bottom: 0;
    height: 100%;
    background-image: url("/assets/images/useful/coins-program/coins-program-man.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (max-width: 1279px) {
    .coins-program-banner__inner:after {
        background-size: 50rem;
    }
}

@media (max-width: 1023px) {
    .coins-program-banner__inner:after {
        background-size: 40rem;
        right: 0;
    }
}

@media (max-width: 767px) {
    .coins-program-banner__inner:after {
        background-size: 32rem;
    }
}

.coins-program-banner__info {
    width: 100%;
    max-width: 60rem;
    margin: 0 0 5rem 0;
    position: relative;
    z-index: 12;
}

@media (max-width: 1599px) {
    .coins-program-banner__info {
        margin: 0 0 5rem 0;
    }
}

@media (max-width: 1279px) {
    .coins-program-banner__info {
        margin: 0;
        max-width: 48rem;
    }
}

@media (max-width: 549px) {
    .coins-program-banner__info {
        margin: 3rem 0 0 0;
    }
}

.coins-program-banner__info .btn {
    width: 20rem;
    margin-top: 5rem;
}

@media (max-width: 1279px) {
    .coins-program-banner__info .btn {
        margin-top: 3rem;
    }
}

@media (max-width: 500px) {
    .coins-program-banner__info .btn {
        margin-right: 2rem;
        width: 18rem;
    }
}

@media (max-width: 549px) {
    .coins-program-banner__info .btn {
        margin-top: 1rem;
    }
}

.coins-program-banner__title {
    color: #dfe1ee;
    font-weight: 800;
    font-style: italic;
    font-size: 5rem;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 1279px) {
    .coins-program-banner__title {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .coins-program-banner__title {
        font-size: 3rem;
    }
}

@media (max-width: 549px) {
    .coins-program-banner__title {
        margin-bottom: 5px;
    }
}

.coins-program-banner__subtitle {
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #dfe1ee;
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .coins-program-banner__subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .coins-program-banner__subtitle {
        font-size: 1.4rem;
    }
}

@media (max-width: 549px) {
    .coins-program-banner__subtitle {
        line-height: 1.575em;
    }
}

.coins-program-store {
    padding: 1.5rem 0 5rem 0;
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .coins-program-store {
        padding: 1.5rem 1.5rem 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .coins-program-store {
        padding: 1.5rem 1rem 3rem 1rem;
    }
}

.coins-program-store .article-title {
    margin-bottom: 1.6rem;
}

.coins-program-store .acc-coins__earn__col {
    width: 50%;
}

.coins-program-modal {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 70;
    display: none;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.coins-program-modal.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
}

.coins-program-faq {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .coins-program-faq {
        padding: 1.5rem 1.5rem 4rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .coins-program-faq {
        padding: 1.5rem 1rem 3rem 1rem;
    }
}

.cookies {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background-color: #1e222d;
    color: #fff;
    padding: 1.2rem;
    width: 60rem;
    z-index: 20;
    border-radius: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 767px) {
    .cookies {
        width: 100%;
    }
}

.cookies.is-active {
    opacity: 1;
    visibility: visible;
}

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

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

.cookies__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2rem;
}

@media (max-width: 767px) {
    .cookies__image {
        display: none;
    }
}

.cookies__image img {
    width: 10rem;
}

.cookies__title {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
}

.cookies__text {
    margin-bottom: 1rem;
}

.cookies__text p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0;
}

.cookies__text a {
    color: #2962ff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .cookies__text a:hover {
        color: #ffcc00;
    }
}

.cookies .btn {
    height: 4rem;
    border-radius: 1.2rem;
    min-width: 16rem;
}

.cookies-policy__inner {
    padding: 4rem 0;
}

.cookies-policy__inner h1 {
    color: #fff;
    margin-bottom: 2rem;
}

.cookies-policy__inner h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.cookies-policy__inner p {
    margin-bottom: 1.5rem;
}

.cookies-policy__section:not(:last-child) {
    margin-bottom: 4rem;
}

.cookies-policy__list li {
    font-size: 1.4rem;
    line-height: 1.85em;
    color: #dfe1ee;
    position: relative;
    padding-left: 2rem;
}

.cookies-policy__list li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dfe1ee;
    position: absolute;
    top: 9px;
    left: 0;
}

.cookies-policy__list li:not(:last-child) {
    margin-bottom: 1rem;
}

.cookies-policy__list li b {
    font-weight: 600;
}

.__jivoMobileButton {
    left: 20px;
    right: 100px !important;
    z-index: 20 !important;
}

.error {
    color: red;
}

.fflag {
    background-image: url("/assets/images/flagSprite42.png");
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
}

.fflag-CH,
.fflag-NP {
    box-shadow: none !important;
}

.fflag-DZ {
    background-position: center 0.2287%;
}

.fflag-AO {
    background-position: center 0.4524%;
}

.fflag-BJ {
    background-position: center 0.6721%;
}

.fflag-BW {
    background-position: center 0.8958%;
}

.fflag-BF {
    background-position: center 1.1162%;
}

.fflag-BI {
    background-position: center 1.3379%;
}

.fflag-CM {
    background-position: center 1.5589%;
}

.fflag-CV {
    background-position: center 1.7805%;
}

.fflag-CF {
    background-position: center 2.0047%;
}

.fflag-TD {
    background-position: center 2.2247%;
}

.fflag-CD {
    background-position: left 2.4467%;
}

.fflag-DJ {
    background-position: left 2.6674%;
}

.fflag-EG {
    background-position: center 2.8931%;
}

.fflag-GQ {
    background-position: center 3.1125%;
}

.fflag-ER {
    background-position: left 3.3325%;
}

.fflag-ET {
    background-position: center 3.5542%;
}

.fflag-GA {
    background-position: center 3.7759%;
}

.fflag-GM {
    background-position: center 4.0015%;
}

.fflag-GH {
    background-position: center 4.2229%;
}

.fflag-GN {
    background-position: center 4.441%;
}

.fflag-GW {
    background-position: left 4.66663%;
}

.fflag-CI {
    background-position: center 4.8844%;
}

.fflag-KE {
    background-position: center 5.1061%;
}

.fflag-LS {
    background-position: center 5.3298%;
}

.fflag-LR {
    background-position: left 5.5495%;
}

.fflag-LY {
    background-position: center 5.7712%;
}

.fflag-MG {
    background-position: center 5.994%;
}

.fflag-MW {
    background-position: center 6.2156%;
}

.fflag-ML {
    background-position: center 6.4363%;
}

.fflag-MR {
    background-position: center 6.658%;
}

.fflag-MU {
    background-position: center 6.8805%;
}

.fflag-YT {
    background-position: center 7.1038%;
}

.fflag-MA {
    background-position: center 7.3231%;
}

.fflag-MZ {
    background-position: left 7.5448%;
}

.fflag-NA {
    background-position: left 7.7661%;
}

.fflag-NE {
    background-position: center 7.98937%;
}

.fflag-NG {
    background-position: center 8.2099%;
}

.fflag-CG {
    background-position: center 8.4316%;
}

.fflag-RE {
    background-position: center 8.6533%;
}

.fflag-RW {
    background-position: right 8.875%;
}

.fflag-SH {
    background-position: center 9.0967%;
}

.fflag-ST {
    background-position: center 9.32237%;
}

.fflag-SN {
    background-position: center 9.5426%;
}

.fflag-SC {
    background-position: left 9.7628%;
}

.fflag-SL {
    background-position: center 9.9845%;
}

.fflag-SO {
    background-position: center 10.2052%;
}

.fflag-ZA {
    background-position: left 10.4269%;
}

.fflag-SS {
    background-position: left 10.6486%;
}

.fflag-SD {
    background-position: center 10.8703%;
}

.fflag-SR {
    background-position: center 11.0945%;
}

.fflag-SZ {
    background-position: center 11.3135%;
}

.fflag-TG {
    background-position: left 11.5354%;
}

.fflag-TN {
    background-position: center 11.7593%;
}

.fflag-UG {
    background-position: center 11.9799%;
}

.fflag-TZ {
    background-position: center 12.2005%;
}

.fflag-EH {
    background-position: center 12.4222%;
}

.fflag-YE {
    background-position: center 12.644%;
}

.fflag-ZM {
    background-position: center 12.8664%;
}

.fflag-ZW {
    background-position: left 13.0873%;
}

.fflag-AI {
    background-position: center 13.309%;
}

.fflag-AG {
    background-position: center 13.5307%;
}

.fflag-AR {
    background-position: center 13.7524%;
}

.fflag-AW {
    background-position: left 13.9741%;
}

.fflag-BS {
    background-position: left 14.1958%;
}

.fflag-BB {
    background-position: center 14.4175%;
}

.fflag-BQ {
    background-position: center 14.6415%;
}

.fflag-BZ {
    background-position: center 14.8609%;
}

.fflag-BM {
    background-position: center 15.0826%;
}

.fflag-BO {
    background-position: center 15.306%;
}

.fflag-VG {
    background-position: center 15.528%;
}

.fflag-BR {
    background-position: center 15.7496%;
}

.fflag-CA {
    background-position: center 15.9694%;
    background-size: 150%;
}

.fflag-KY {
    background-position: center 16.1911%;
}

.fflag-CL {
    background-position: left 16.4128%;
}

.fflag-CO {
    background-position: left 16.6345%;
}

.fflag-KM {
    background-position: center 16.8562%;
}

.fflag-CR {
    background-position: center 17.0779%;
}

.fflag-CU {
    background-position: left 17.2996%;
}

.fflag-CW {
    background-position: center 17.5213%;
}

.fflag-DM {
    background-position: center 17.743%;
}

.fflag-DO {
    background-position: center 17.968%;
}

.fflag-EC {
    background-position: center 18.1864%;
}

.fflag-SV {
    background-position: center 18.4081%;
}

.fflag-FK {
    background-position: center 18.6298%;
}

.fflag-GF {
    background-position: center 18.8515%;
}

.fflag-GL {
    background-position: left 19.0732%;
}

.fflag-GD {
    background-position: center 19.2987%;
}

.fflag-GP {
    background-position: center 19.518%;
}

.fflag-GT {
    background-position: center 19.7383%;
}

.fflag-GY {
    background-position: center 19.96%;
}

.fflag-HT {
    background-position: center 20.1817%;
}

.fflag-HN {
    background-position: center 20.4034%;
}

.fflag-JM {
    background-position: center 20.6241%;
}

.fflag-MQ {
    background-position: center 20.8468%;
}

.fflag-MX {
    background-position: center 21.0685%;
}

.fflag-MS {
    background-position: center 21.2902%;
}

.fflag-NI {
    background-position: center 21.5119%;
}

.fflag-PA {
    background-position: center 21.7336%;
}

.fflag-PY {
    background-position: center 21.9553%;
}

.fflag-PE {
    background-position: center 22.177%;
}

.fflag-PR {
    background-position: left 22.4002%;
}

.fflag-BL {
    background-position: center 22.6204%;
}

.fflag-KN {
    background-position: center 22.8421%;
}

.fflag-LC {
    background-position: center 23.0638%;
}

.fflag-PM {
    background-position: center 23.2855%;
}

.fflag-VC {
    background-position: center 23.5072%;
}

.fflag-SX {
    background-position: left 23.732%;
}

.fflag-TT {
    background-position: center 23.9506%;
}

.fflag-TC {
    background-position: center 24.1723%;
}

.fflag-US {
    background-position: center 24.392%;
}

.fflag-VI {
    background-position: center 24.6157%;
}

.fflag-UY {
    background-position: left 24.8374%;
}

.fflag-VE {
    background-position: center 25.0591%;
}

.fflag-AB {
    background-position: center 25.279%;
}

.fflag-AF {
    background-position: center 25.5025%;
}

.fflag-AZ {
    background-position: center 25.7242%;
}

.fflag-BD {
    background-position: center 25.9459%;
}

.fflag-BT {
    background-position: center 26.1676%;
}

.fflag-BN {
    background-position: center 26.3885%;
}

.fflag-KH {
    background-position: center 26.611%;
}

.fflag-CN {
    background-position: left 26.8327%;
}

.fflag-GE {
    background-position: center 27.0544%;
}

.fflag-HK {
    background-position: center 27.2761%;
}

.fflag-IN {
    background-position: center 27.4978%;
}

.fflag-ID {
    background-position: center 27.7195%;
}

.fflag-JP {
    background-position: center 27.9412%;
}

.fflag-KZ {
    background-position: center 28.1615%;
}

.fflag-LA {
    background-position: center 28.3846%;
}

.fflag-MO {
    background-position: center 28.6063%;
}

.fflag-MY {
    background-position: center 28.829%;
}

.fflag-MV {
    background-position: center 29.0497%;
}

.fflag-MN {
    background-position: left 29.2714%;
}

.fflag-MM {
    background-position: center 29.4931%;
}

.fflag-NP {
    background-position: left 29.7148%;
}

.fflag-KP {
    background-position: left 29.9365%;
}

.fflag-MP {
    background-position: center 30.1582%;
}

.fflag-PW {
    background-position: center 30.3799%;
}

.fflag-PG {
    background-position: center 30.6016%;
}

.fflag-PH {
    background-position: left 30.8233%;
}

.fflag-SG {
    background-position: left 31.045%;
}

.fflag-KR {
    background-position: center 31.2667%;
}

.fflag-LK {
    background-position: right 31.4884%;
}

.fflag-TW {
    background-position: left 31.7101%;
}

.fflag-TJ {
    background-position: center 31.9318%;
}

.fflag-TH {
    background-position: center 32.1535%;
}

.fflag-TL {
    background-position: left 32.3752%;
}

.fflag-TM {
    background-position: center 32.5969%;
}

.fflag-VN {
    background-position: center 32.8186%;
}

.fflag-AX {
    background-position: center 33.0403%;
}

.fflag-AL {
    background-position: center 33.25975%;
}

.fflag-AD {
    background-position: center 33.4837%;
}

.fflag-AM {
    background-position: center 33.7054%;
}

.fflag-AT {
    background-position: center 33.9271%;
}

.fflag-BY {
    background-position: left 34.1488%;
}

.fflag-BE {
    background-position: center 34.3705%;
}

.fflag-BA {
    background-position: center 34.5922%;
}

.fflag-BG {
    background-position: center 34.8139%;
}

.fflag-HR {
    background-position: center 35.0356%;
}

.fflag-CY {
    background-position: center 35.2555%;
}

.fflag-CZ {
    background-position: left 35.479%;
}

.fflag-DK {
    background-position: center 35.7007%;
}

.fflag-EE {
    background-position: center 35.9224%;
}

.fflag-FO {
    background-position: center 36.1441%;
}

.fflag-FI {
    background-position: center 36.3658%;
}

.fflag-FR {
    background-position: center 36.5875%;
}

.fflag-DE {
    background-position: center 36.8092%;
}

.fflag-GI {
    background-position: center 37.0309%;
}

.fflag-GR {
    background-position: left 37.2526%;
}

.fflag-GG {
    background-position: center 37.4743%;
}

.fflag-HU {
    background-position: center 37.696%;
}

.fflag-IS {
    background-position: center 37.9177%;
}

.fflag-IE {
    background-position: center 38.1394%;
}

.fflag-IM {
    background-position: center 38.3611%;
}

.fflag-IT {
    background-position: center 38.5828%;
}

.fflag-JE {
    background-position: center 38.8045%;
}

.fflag-XK {
    background-position: center 39.0262%;
}

.fflag-LV {
    background-position: center 39.2479%;
}

.fflag-LI {
    background-position: left 39.4696%;
}

.fflag-LT {
    background-position: center 39.6913%;
}

.fflag-LU {
    background-position: center 39.913%;
}

.fflag-MT {
    background-position: left 40.1347%;
}

.fflag-MD {
    background-position: center 40.3564%;
}

.fflag-MC {
    background-position: center 40.5781%;
}

.fflag-ME {
    background-position: center 40.7998%;
}

.fflag-NL {
    background-position: center 41.0215%;
}

.fflag-MK {
    background-position: center 41.2432%;
}

.fflag-NO {
    background-position: center 41.4649%;
}

.fflag-PL {
    background-position: center 41.6866%;
}

.fflag-PT {
    background-position: center 41.9083%;
}

.fflag-RO {
    background-position: center 42.13%;
}

.fflag-RU {
    background-position: center 42.3517%;
}

.fflag-SM {
    background-position: center 42.5734%;
}

.fflag-RS {
    background-position: center 42.7951%;
}

.fflag-SK {
    background-position: center 43.0168%;
}

.fflag-SI {
    background-position: center 43.2385%;
}

.fflag-ES {
    background-position: left 43.4602%;
}

.fflag-SE {
    background-position: center 43.6819%;
}

.fflag-CH {
    background-position: center 43.9036%;
    background-size: 150%;
}

.fflag-TR {
    background-position: center 44.1253%;
}

.fflag-UA {
    background-position: center 44.347%;
}

.fflag-GB {
    background-position: center 44.5687%;
}

.fflag-VA {
    background-position: right 44.7904%;
}

.fflag-BH {
    background-position: center 45.0121%;
}

.fflag-IR {
    background-position: center 45.2338%;
}

.fflag-IQ {
    background-position: center 45.4555%;
}

.fflag-IL {
    background-position: center 45.6772%;
}

.fflag-KW {
    background-position: left 45.897%;
}

.fflag-JO {
    background-position: left 46.1206%;
}

.fflag-KG {
    background-position: center 46.3423%;
}

.fflag-LB {
    background-position: center 46.561%;
}

.fflag-OM {
    background-position: left 46.7857%;
}

.fflag-PK {
    background-position: center 47.0074%;
}

.fflag-PS {
    background-position: center 47.2291%;
}

.fflag-QA {
    background-position: center 47.4508%;
}

.fflag-SA {
    background-position: center 47.6725%;
}

.fflag-SY {
    background-position: center 47.8942%;
}

.fflag-AE {
    background-position: center 48.1159%;
}

.fflag-UZ {
    background-position: left 48.3376%;
}

.fflag-AS {
    background-position: right 48.5593%;
}

.fflag-AU {
    background-position: center 48.781%;
}

.fflag-CX {
    background-position: center 49.002%;
}

.fflag-CC {
    background-position: center 49.2244%;
}

.fflag-CK {
    background-position: center 49.4445%;
}

.fflag-FJ {
    background-position: center 49.6678%;
}

.fflag-PF {
    background-position: center 49.8895%;
}

.fflag-GU {
    background-position: center 50.1112%;
}

.fflag-KI {
    background-position: center 50.3329%;
}

.fflag-MH {
    background-position: left 50.5546%;
}

.fflag-FM {
    background-position: center 50.7763%;
}

.fflag-NC {
    background-position: center 50.998%;
}

.fflag-NZ {
    background-position: center 51.2197%;
}

.fflag-NR {
    background-position: left 51.4414%;
}

.fflag-NU {
    background-position: center 51.6631%;
}

.fflag-NF {
    background-position: center 51.8848%;
}

.fflag-WS {
    background-position: left 52.1065%;
}

.fflag-SB {
    background-position: left 52.3282%;
}

.fflag-TK {
    background-position: center 52.5499%;
}

.fflag-TO {
    background-position: left 52.7716%;
}

.fflag-TV {
    background-position: center 52.9933%;
}

.fflag-VU {
    background-position: left 53.215%;
}

.fflag-WF {
    background-position: center 53.4385%;
}

.fflag-AQ {
    background-position: center 53.6584%;
}

.fflag-EU {
    background-position: center 53.875%;
}

.fflag-JR {
    background-position: center 54.099%;
}

.fflag-OLY {
    background-position: center 54.32%;
}

.fflag-UN {
    background-position: center 54.54%;
}

.fflag.ff-sm {
    width: 18px;
    height: 11px;
}

.fflag.ff-md {
    width: 27px;
    height: 17px;
}

.fflag.ff-lg {
    width: 42px;
    height: 27px;
}

.fflag.ff-xl {
    width: 60px;
    height: 37px;
}

.region-modal__list__item__icon {
    height: 4rem;
    width: 4rem;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
}

@media (max-width: 767px) {
    .region-modal__list__item__icon {
        height: 3rem;
        width: 3rem;
    }
}

.product-detail__image-wrap {
    width: 43rem;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .product-detail__image-wrap {
        width: 37rem;
        margin-right: 4rem;
    }
}

@media (max-width: 1023px) {
    .product-detail__image-wrap {
        width: 32rem;
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .product-detail__image-wrap {
        width: 28rem;
    }
}

.product-detail__thumb {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.product-detail__image {
    margin-bottom: 2rem;
}

.product-detail__image-small {
    border-radius: 1.6rem;
    overflow: hidden;
}

.acc-coins .feedback-wrap {
    justify-content: center;
}

@media (max-width: 760px) {
    .acc-coins .feedback-wrap {
        background: #21273b;
        border-radius: 1.6rem;
    }

    .feedback-wrap-mobile {
        width: 100%;
    }

    .acc-coins__photo__form {
        margin-left: 0;
    }

    .acc-coins__photo__group textarea.form-control {
        width: 100%;
        max-width: 100% !important;
    }

    .feedback-wrap-mobile .btn.btn--md.btn--yellow {
        width: 100%;
    }

    .acc-coins__submit__form__side {
        max-width: 100% !important;
    }

    .acc-coins__photo__form {
        width: 100% !important;
    }

    .acc-coins__photo__group__rate {
        justify-content: space-between;
        display: flex !important;
    }

    .acc-coins__notice {
        margin-bottom: 2rem;
    }

    .acc-coins__photo__products {
        margin-top: 2rem;
    }

    .acc-coins__photo__form {
        width: 100% !important;
    }

    .acc-coins__photo__group__rate {
        width: 100%;
    }

    .feedback-wrap .acc-coins__photo__group__title {
        display: none;
    }
}

.menu-is-active .js-menu-trigger .icon-close {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.menu-is-active .js-menu-trigger .icon-log-out {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0);
}

.acc-coins__photo__group__rate {
    position: relative;
}

.acc-coins__photo__group__rate .error {
    position: absolute;
    top: 100%;
    right: 0;
}

.acc-coins__photo__products {
    position: relative;
}

.acc-coins__photo__products .error {
    position: absolute;
    top: 95%;
    left: 0;
}

.order-block__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 760px) {
    .order-block__btns {
        flex-direction: column;
        width: 100%;
    }

    .order-block__btns .btn {
        width: 100%;
    }
}

.order-block__btns .order-block__track-url {
    margin: 0;
}

.order-block__head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.order-block__track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .order-block__track {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.products-inner--list .product-block__submit.btn-copy,
.products-inner--list .js-out-of-stock-noty {
    height: 4rem;
    padding: 0 2rem;
    border: 1px solid rgba(223, 225, 238, 0.3) !important;
    width: auto;
    margin: 0 !important;
}

.products-inner--list
    .product-block__submit.btn-copy
    .product-block__promo-val {
    font-size: 14px;
    line-height: 1;
}

.select2-results__options::-webkit-scrollbar {
    width: 4px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ffcc00;
}

@media (max-width: 760px) {
    .product-list-table .my-cart-table__side {
        justify-content: space-between;
    }
}

.order-block__content__side .order-block__track {
    border-color: rgba(223, 225, 238, 0.3);
}

.header__dropdown__table__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.js-close-menu {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1em;
    display: flex;
    align-items: center;
    padding-right: 25px;
    color: #dfe1ee;
    cursor: pointer;
    transition: color 0.3s ease;
    margin-left: auto;
}

.products-overview__full-list .icon-close {
    margin-right: 1.3rem;
    font-size: 1.2rem;
}

.js-close-menu:hover {
    color: #ffcc00;
}

@media (max-width: 1023px) {
    .products-inner--list .my-cart-table__product-info {
        width: 21rem;
        flex-shrink: 0;
    }

    .products-inner--list .my-cart-table__price {
        width: 13rem;
    }

    .products-inner--list .my-cart-table__multiple {
        width: 3.5rem;
    }

    .products-inner--list .my-cart-table__product__text {
        width: 91%;
    }

    .products-inner--list .my-cart-table__total {
        width: 24rem;
    }

    .products-inner--list .product-block__submit.btn-copy,
    .products-inner--list .js-out-of-stock-noty {
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .products-inner--list .product-block__submit.btn-copy,
    .products-inner--list .js-out-of-stock-noty {
        padding: 0 1rem;
    }

    .products-inner--list
        .product-block__submit.btn-copy
        .product-block__promo-val {
        font-size: 12px;
    }

    .products-inner--list .my-cart-table__side {
        padding-left: 0;
    }

    .products-inner--list .my-cart-table__price {
        width: auto;
    }

    .products-inner--list .my-cart-table__total {
        width: 12rem;
    }
}

.timer-box-close {
    position: absolute;
    top: 1rem;
    left: 2rem;
    color: white;
    font-size: 2rem;
    transition: color 0.3s ease;
}

.timer-box-close:hover {
    color: #ffcc00;
}

.cart-sticky__inner
    .cart-sticky__inner__products
    .my-cart-table__product__name {
    max-width: 100%;
}

.cart-sticky__inner .my-cart-table__product__text__secondary {
    width: 100%;
    margin-top: 10px;
    gap: 20px;
}

.cart-sticky__inner .goods-item__count {
    width: auto;
}

.cart-sticky__inner .my-cart-table__product__text__price-wrap,
.cart-sticky__inner .goods-item__count {
    margin: 0;
}

.back-to-products {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;

    .icon {
        transform: rotate(90deg);
        width: 12px;
    }
}

.header__dropdown__list {
    margin: 0;
    width: 100%;
}

.header__dropdown__list .products-overview__list__item {
    margin: 0;
    padding: 2rem 2.5rem;
    cursor: pointer;
}

.header__dropdown__list .products-overview__list-wrap {
    width: 100%;
}

.header__dropdown__list .products-overview__list-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.header__dropdown__list .products-overview__list-col {
    display: flex;
    gap: 4.7rem;
    margin-right: 5.5rem;
    padding-top: 1.8rem;
}

@media (max-width: 1599px) {
    .header__dropdown__list .products-overview__list-col {
        flex-direction: column;
    }
}

.products-overview__list-col > li {
    list-style: none;
}

.products-overview__full-list .products-table__line-item {
    padding: 0;
}

.header__dropdown__list .product-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 2rem 0 2rem;
    transition: all 0.15s ease;
    background-color: #21273b;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    height: calc(100vh - 33rem);
}

.products-overview__list__item-link__count {
    font-size: 12px;
    margin-left: 5px;
    display: inline-flex;
    color: rgba(223, 225, 238, 0.3);
}

.products-overview__full-list .products-overview__list__item-link {
    font-size: 16px !important;
    font-weight: 500;
}

.products-overview__list__item .product-indicator {
    margin-right: 5px;
    margin-bottom: 2px;
}

.products-table__line-upper-txt {
    font-size: 12px;
    color: rgba(223, 225, 238, 0.3);
    display: inline-flex;
    line-height: normal;
}

.header__dropdown__list .product-list.first {
    opacity: 1;
    visibility: visible;
}

.products-overview__full-list {
    flex-grow: 1;
    position: relative;
    background-color: #21273b;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
}

.header__dropdown__list .products-overview__list__item-link {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.header__dropdown__list .see-all-products {
    font-size: 18px;
    color: #ffcc00;
    margin-top: 7px;
    display: inline-flex;
    font-weight: 600;
}

.header__dropdown__list .product-list__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 2.4rem;
    margin: 0 auto;
    padding: 2rem 0;
}

.products-overview__list-col .product-list__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    padding-top: 2rem;
}

.header__dropdown__list .products-table__line-name {
    font-weight: 500;
    line-height: normal;
}

.products-overview__list__item.active {
    background-color: #32384b;
}

.products-overview__list__item.active .product-list {
    opacity: 1;
    visibility: visible;
}

.coins-btn {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.support-sticky__inner .cap {
    display: flex;
    justify-content: center;
}

.feedback-btns {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    flex-direction: row-reverse;
}

.feedback-btns * {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
}
