@charset "UTF-8";

/*transition duration*/

/*colors*/

/*font-size*/

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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;
}

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;
}

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

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;
}

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

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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

.no-gutters,
section.p-info .p-info-table-row,
.card-row {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
section.p-info .p-info-table-row > .col,
.card-row > .col,
.no-gutters > [class*=col-],
section.p-info .p-info-table-row > [class*=col-],
.card-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -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: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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 {
  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-circle {
  border-radius: 50% !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;
}

.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.8571428571%;
}

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

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  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: sticky) {
  .sticky-top {
    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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.text-justify {
  text-align: justify !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;
}

.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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.modal-open {
  overflow: hidden;
}

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

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

.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, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

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

.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% - 0.5rem * 2);
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 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 #e9ecef;
}

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */

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

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

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

/*@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*@import "../../bower_components/datatables/DataTables/css/dataTables.bootstrap4";*/

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

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

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/*
Naming convention:
Block
element
-modifier
*/

.Menu {
  display: none;
  position: relative;
}

/* Three basic menu layouts */

/* This also enforces that menu is a ul, and that
 * layout modifier is specified
 */

ul.Menu.-horizontal,
ul.Menu.-vertical {
  display: inline-block;
}

ul.Menu.-floating {
  display: block;
  position: absolute;
}

/* Menu and menu-item layout */

.Menu,
.Menu li,
.Menu li > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.Menu li {
  display: block;
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
}

.Menu.-horizontal > li {
  display: inline-block;
  float: left;
}

.Menu li > * {
  display: block;
  position: relative;
}

.Menu li > ul {
  position: absolute;
  min-width: 100%;
  top: 0px;
  left: 100%;
}

.Menu.-horizontal.-alignRight li > ul {
  left: auto;
  right: 100%;
}

.Menu.-horizontal.-alignRight > li > ul {
  right: 0px;
}

.Menu.-horizontal > li > ul {
  top: auto;
  left: auto;
}

/* Menu behaviour */

.Menu li > ul,
.Menu.-floating {
  display: none;
}

.Menu li > ul.-visible,
ul.Menu.-floating.-visible {
  display: block;
}

/* Menu animation */

.Menu li > ul,
.Menu.-horizontal.-alignRight li > ul,
.Menu.-floating {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.Menu.-alignRight li > ul,
.Menu.-floating.-alignRight {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.Menu li > ul.-animating,
.Menu.-floating.-animating {
  opacity: 0 !important;
  -webkit-transform: scale(0.96) translateX(-16px);
  -ms-transform: scale(0.96) translateX(-16px);
  transform: scale(0.96) translateX(-16px);
}

.Menu li > ul.-animating {
  z-index: -1 !important;
}

.Menu.-horizontal > li > ul.-animating {
  -webkit-transform: scale(0.96) translateY(-16px);
  -ms-transform: scale(0.96) translateY(-16px);
  transform: scale(0.96) translateY(-16px);
}

.Menu.-alignRight li > ul.-animating,
.Menu.-floating.-alignRight.-animating {
  -webkit-transform: scale(0.96) translateX(16px);
  -ms-transform: scale(0.96) translateX(16px);
  transform: scale(0.96) translateX(16px);
}

.Menu.-horizontal.-alignRight > li > ul.-animating {
  -webkit-transform: scale(0.96) translateY(-16px);
  -ms-transform: scale(0.96) translateY(-16px);
  transform: scale(0.96) translateY(-16px);
}

/* Menu item icons */

.Menu *[data-icon]:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

.Menu .Icon,
.Menu *[data-icon]:before {
  line-height: inherit;
}

.Menu .Icon {
  padding: 0px;
}

.Menu *:empty[data-icon] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Submenu chevrons */

.Menu li.-hasSubmenu > a:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 8px;
  bottom: 0px;
  top: 0px;
  margin: auto 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-color: black;
  border-style: solid solid none none;
  content: "";
}

.Menu.-horizontal > li.-hasSubmenu > a:after {
  width: 4px;
  height: 4px;
  bottom: 4px;
  top: auto;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-style: none solid solid none;
}

.Menu li.-hasSubmenu.-noChevron > a:after {
  display: none;
}

/*
** Configurable values
*/

/* Height of navbar, and menu items */

/* All of these must be of equal value */

.Menu {
  line-height: 40px;
}

.Menu.-horizontal,
.Menu li,
.Menu li > :first-child {
  height: 40px;
}

.Menu *[data-icon]:before,
.Menu .Icon {
  width: 40px;
  height: 40px;
}

.Menu *[data-icon] {
  min-width: 40px;
  min-height: 40px;
  padding-left: 40px;
}

/* Default font settings for menu */

.Menu {
  font-family: Arial, Helvetica, Sans;
  font-size: 16px;
}

/* Icon font sizes */

.Menu *[data-icon]:before,
.Menu .Icon {
  font-size: 24px;
}

/* For submenus */

.Menu > li ul .Icon,
.Menu.-floating .Icon,
.Menu > li ul *[data-icon]:before,
.Menu.-floating *[data-icon]:before {
  font-size: 18px;
}

/* Colouring of menus */

/* Foreground */

.Menu,
.Menu li.-hasSubmenu > a:after {
  color: black;
  border-color: black;
  /* chevron colour */
}

/* Background */

.Menu ul,
.Menu.-floating {
  background: white;
}

/* Padding for each menu item */

.Menu li > * {
  padding: 0px 12px;
}

/* Indent of chevron */

.Menu li li.-hasSubmenu > a:after,
.Menu:not(.-horizontal) > li.-hasSubmenu > a:after {
  right: 12px;
}

.Menu li li.-hasSubmenu > a,
.Menu:not(.-horizontal) > li.-hasSubmenu > a {
  padding-right: 28px;
}

/* Minimum width of dropdown menus */

.Menu.-horizontal li > ul,
.Menu.-floating {
  min-width: 200px;
}

/* Animation speed of dropdown menus */

.Menu li > ul,
.Menu.-floating {
  -webkit-transition: width 0.1s, height 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, height 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s;
  transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
}

/* Styling of hyperlink text */

.Menu li > a {
  text-decoration: none;
  color: inherit;
}

/* Animation speed of :hover shading */

.Menu li > a:first-child {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* Colour of :hover shading */

.Menu li:hover > a:first-child,
.Menu li.-active > a:first-child {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
** End configurable values
*/

.ug-gallery-wrapper,
.ug-gallery-wrapper * {
  transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all;
  -moz-transition: all !important;
  -ms-transition: all !important;
  max-width: none;
}

.ug-gallery-wrapper {
  z-index: 0;
}

.ug-item-wrapper img {
  width: auto;
  max-width: none;
  margin: 0px;
  padding: 0px;
}

.ug-videoplayer-wrapper video {
  height: 100%;
  width: 100%;
  visibility: visible !important;
}

.ug-rtl {
  direction: rtl;
}

.ug-gallery-wrapper {
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.ug-error-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #F30D0D;
}

.ug-error-message-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie {
  position: absolute;
  z-index: 4;
}

.ug-gallery-wrapper .ug-progress-bar {
  position: absolute;
  overflow: hidden;
  z-index: 4;
}

.ug-gallery-wrapper .ug-progress-bar-inner {
  xposition: absolute;
}

.ug-gallery-wrapper.ug-fullscreen {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0px !important;
  padding: 0px !important;
  top: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: 999999 !important;
}

.ug-body-fullscreen {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.ug-gallery-wrapper .ug-preloader-trans {
  display: block;
  height: 35px;
  width: 32px;
  height: 32px;
  background-image: url("../images/loader_skype_trans.gif");
  background-repeat: no-repeat;
}

.ug-gallery-wrapper .ug-slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background-color: #000000;
}

.ug-slider-wrapper .ug-slide-wrapper {
  position: absolute;
}

.ug-slide-wrapper.ug-slide-clickable {
  cursor: pointer;
}

.ug-slider-wrapper .ug-slider-inner {
  position: absolute;
  z-index: 0;
}

.ug-slider-wrapper .ug-item-wrapper {
  position: absolute;
  overflow: hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img {
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}

.ug-slider-preloader.ug-loader1 {
  width: 30px;
  height: 30px;
  background-image: url("../images/loader-white1.gif");
}

.ug-slider-preloader.ug-loader1.ug-loader-black {
  background-image: url("../images/loader-black1.gif");
}

.ug-slider-preloader.ug-loader2 {
  width: 32px;
  height: 32px;
  background-image: url("../images/loader-white2.gif");
}

.ug-slider-preloader.ug-loader2.ug-loader-black {
  background-image: url("../images/loader-black2.gif");
}

.ug-slider-preloader.ug-loader3 {
  width: 38px;
  height: 38px;
  background-image: url("../images/loader-white3.gif");
}

.ug-slider-preloader.ug-loader3.ug-loader-black {
  background-image: url("../images/loader-black3.gif");
}

.ug-slider-preloader.ug-loader4 {
  width: 32px;
  height: 32px;
  background-image: url("../images/loader-white4.gif");
  background-color: white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black {
  background-image: url("../images/loader-black4.gif");
}

.ug-slider-preloader.ug-loader5 {
  width: 60px;
  height: 8px;
  background-image: url("../images/loader-white5.gif");
  background-color: white;
  border: none;
  border-radius: 0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black {
  background-image: url("../images/loader-black5.gif");
  border: 2px solid #000000;
}

.ug-slider-preloader.ug-loader6 {
  width: 32px;
  height: 32px;
  background-image: url("../images/loader-white6.gif");
}

.ug-slider-preloader.ug-loader6.ug-loader-black {
  background-image: url("../images/loader-black6.gif");
}

.ug-slider-preloader.ug-loader7 {
  width: 32px;
  height: 10px;
  background-image: url("../images/loader-white7.gif");
  border-width: 3px;
  border-radius: 3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black {
  background-image: url("../images/loader-black7.gif");
}

.ug-slider-preloader.ug-loader-black {
  border-color: #000000;
  background-color: #000000;
}

.ug-slider-preloader.ug-loader-nobg {
  background-color: transparent;
}

.ug-slider-wrapper .ug-button-videoplay {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
  width: 86px;
  height: 66px;
  background-image: url("../images/play-button-square.png");
  background-position: 0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
  background-position: 0px 0px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-round {
  width: 76px;
  height: 76px;
  background-image: url("../images/play-button-round.png");
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.ug-gallery-wrapper .ug-videoplayer {
  position: absolute;
  z-index: 100;
  background-color: #000000;
  background-image: url("../images/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("../images/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.ug-videoplayer .ug-videoplayer-button-close {
  position: absolute;
  height: 64px;
  width: 64px;
  background-image: url("../images/button-close.png");
  cursor: pointer;
  z-index: 1000;
}

.ug-videoplayer .ug-videoplayer-button-close:hover {
  background-position: 0px -64px;
}

.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  xbackground-color: green;
  z-index: 10;
}

.ug-thumbs-strip.ug-dragging {
  xcursor: -webkit-grab;
  xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner {
  position: absolute;
}

.ug-thumb-wrapper.ug-thumb-generated {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-style: solid;
}

.ug-thumb-wrapper .ug-thumb-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark {
  background-image: url("../images/loader.gif");
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright {
  background-image: url("../images/loader_bright.gif");
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  background-image: url("../images/not_loaded.png");
}

.ug-thumb-wrapper.ug-thumb-generated img {
  position: absolute;
  z-index: 1;
  max-width: none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
  position: absolute;
  z-index: 2;
  max-width: none !important;
}

/* bw desaturate effect lightweight */

img.ug-bw-effect {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* blur effect desaturate effect lightweight */

img.ug-blur-effect {
  filter: blur(0.8px);
  -webkit-filter: blur(0.8px);
  -moz-filter: blur(0.8px);
  -o-filter: blur(0.8px);
  -ms-filter: blur(0.8px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0.8' /></filter></svg>#blur");
  /* Firefox 10+, Firefox on Android */
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0.8");
}

img.ug-sepia-effect {
  -webkit-filter: sepia(1);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='sepia'><feColorMatrix values='0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0' /></filter></svg>#sepia");
  /* Firefox 10+, Firefox on Android */
  filter: sepia(100%);
  background-color: #5E2612;
  filter: alpha(opacity=50);
  zoom: 1;
}

.ug-gallery-wrapper .ug-bullets {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child {
  margin-left: 0px;
}

.ug-gallery-wrapper .ug-textpanel {
  position: absolute;
  overflow: hidden;
}

.ug-slider-wrapper .ug-textpanel {
  z-index: 2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
}

.ug-gallery-wrapper .ug-textpanel-bg {
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}

.ug-textpanel-textwrapper {
  overflow: hidden;
}

.ug-gallery-wrapper .ug-textpanel-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  z-index: 2;
}

.ug-gallery-wrapper .ug-textpanel-description {
  font-size: 14px;
  color: white;
  text-align: left;
  z-index: 3;
}

.ug-slider-wrapper .ug-zoompanel {
  position: absolute;
  top: 200px;
  left: 100px;
}

.ug-zoompanel .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.ug-gallery-wrapper .ug-arrow-left {
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-arrow-right {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-grid-panel {
  position: absolute;
  background-color: #000000;
  xbackground-color: blue;
  z-index: 2;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled {
  cursor: default;
}

/* handle tip */

.ug-gallery-wrapper .ug-panel-handle-tip {
  position: absolute;
  z-index: 13;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-image: url("../images/cover-grid.png");
}

.ug-gallery-wrapper .ug-strip-panel {
  position: absolute;
  background-color: #000000;
  z-index: 2;
}

.ug-strip-panel .ug-strip-arrow {
  position: absolute;
  cursor: pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
  cursor: default;
}

.ug-strip-panel .ug-strip-arrow-tip {
  position: absolute;
}

.ug-thumb-wrapper.ug-tile {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.ug-tile .ug-tile-cloneswrapper {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* transit something */

/* transit fixed size items */

/* transit image overlay */

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled {
  -webkit-transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
  transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image {
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  max-height: none !important;
  display: block;
  border: none;
  padding: 0px !important;
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  width: 100%;
  max-width: none !important;
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  height: 100%;
  max-width: none !important;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  xbackground-color: green;
  z-index: 6;
  top: 1px;
  left: 1px;
  cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link {
  background-image: url("../images/icon-link32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
  background-image: url("../images/icon-zoom32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play {
  background-image: url("../images/icon-play32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover {
  background-position: 0 -38px;
}

.ug-thumbs-grid .ug-tile-image-overlay img {
  width: auto;
  height: auto;
  position: absolute;
  max-width: none !important;
}

/* text panel on tiles*/

.ug-tile .ug-textpanel {
  z-index: 5;
  cursor: default;
}

.ug-tile.ug-tile-clickable .ug-textpanel {
  cursor: pointer;
}

.ug-tile .ug-textpanel-title {
  font-size: 14px;
  font-weight: bold;
}

.ug-gallery-wrapper .ug-carousel-wrapper {
  position: absolute;
  overflow: hidden;
}

.ug-gallery-wrapper .ug-carousel-inner {
  position: absolute;
}

.ug-gallery-wrapper.ug-lightbox {
  display: none;
  position: fixed;
  border: none;
  padding: 0px;
  margin: 0px;
  outline: invert none medium;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel {
  position: absolute;
  z-index: 2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.ug-lightbox .ug-lightbox-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1;
}

.ug-lightbox .ug-slider-wrapper {
  z-index: 1;
  xbackground-color: green;
  background-color: transparent !important;
}

.ug-lightbox .ug-textpanel {
  z-index: 2;
}

.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right {
  position: absolute;
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url("../images/lightbox-arrow-left.png");
  background-position: 0px 0px;
  z-index: 3;
  cursor: pointer;
}

.ug-lightbox .ug-lightbox-arrow-right {
  background-image: url("../images/lightbox-arrow-right.png");
}

.ug-lightbox .ug-lightbox-button-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url("../images/lightbox-icon-close.png");
  background-position: 0px 0px;
  z-index: 4;
  cursor: pointer;
}

.ug-lightbox-compact .ug-lightbox-button-close {
  width: 45px;
  height: 41px;
  background-image: url("../images/lightbox-icon-close-compact2.png");
}

.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover {
  background-position: 0px -55px;
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -40px;
}

.ug-lightbox .ug-lightbox-numbers {
  position: absolute;
  color: #e5e5e5;
  font-size: 12px;
  top: 14px;
  left: 8px;
  z-index: 3;
}

.ug-lightbox-compact .ug-lightbox-numbers {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description {
  font-size: 14px;
  font-weight: normal;
  color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description {
  color: #F3F3F3;
  font-size: 16px;
}

.ug-loadmore-wrapper {
  margin-top: 20px;
  text-align: center;
}

.ug-loadmore-wrapper .ug-loadmore-button {
  display: inline-block;
  padding: 5px;
  border: 1px solid #939393;
  text-decoration: none;
  color: #4F4F4F;
}

.ug-loadmore-wrapper .ug-loadmore-error {
  color: red;
}

.ug-loadmore-wrapper .ug-loadmore-button:hover {
  background-color: #F0F0F0;
  color: #515151;
}

.ug-loadmore-wrapper .ug-loadmore-loader {
  color: #515151;
}

.ug-tabs-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.ug-tabs-wrapper a.ug-tab {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: 5px;
  background-color: #333333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #969696;
}

.ug-tabs-wrapper a.ug-tab:hover {
  background-color: #707070 !important;
}

.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover {
  background-color: #2077A2 !important;
  cursor: default !important;
}

.ug-tabs-wrapper a.ug-tab:first-child {
  margin-left: 0px !important;
}

/* --- arrows -- */

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_left.png");
  background-position: 0px 0px;
}

.ug-arrow-right.ug-skin-default {
  background-image: url("../skins/default/slider_arrow_right.png");
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover {
  background-position: 0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled {
  background-position: 0px -60px;
}

/* --- bullets -- */

.ug-bullets.ug-skin-default .ug-bullet {
  width: 15px;
  height: 15px;
  background-image: url("../skins/default/slider_bullets.png");
  background-position: top left;
  margin-left: 5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background-position: bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet {
  background-image: url("../skins/default/tile_bullets_gray.png");
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet {
  background-image: url("../skins/default/tile_bullets_blue.png");
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet {
  background-image: url("../skins/default/tile_bullets_brown.png");
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet {
  background-image: url("../skins/default/tile_bullets_green.png");
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet {
  background-image: url("../skins/default/tile_bullets_red.png");
}

.ug-button-tile-navigation {
  width: 36px;
  height: 36px;
  background-position: top left;
  cursor: pointer;
  float: left;
}

.ug-button-tile-navigation.ug-button-tile-left {
  background-image: url("../skins/default/tile_button_left.png");
}

.ug-button-tile-navigation.ug-button-tile-right {
  background-image: url("../skins/default/tile_button_right.png");
}

.ug-button-tile-navigation:hover {
  background-position: bottom left;
}

.ug-button-tile-navigation.ug-button-disabled {
  opacity: 0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover {
  background-position: top left;
}

.ug-button-tile-navigation.ug-button-tile-play {
  background-image: url("../skins/default/tile_button_play_pause.png");
  width: 35px;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
  background-position: bottom left;
}

.ug-button-tile-navigation.ug-button-tile-play:hover {
  background-position: top left;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover {
  background-position: bottom left;
}

/* --- play button -- */

.ug-button-play.ug-skin-default {
  position: absolute;
  background-image: url("../skins/default/button_playpause.png");
  width: 14px;
  height: 17px;
  cursor: pointer;
  background-position: 0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover {
  background-position: 0px -17px;
}

.ug-button-play.ug-skin-default.ug-stop-mode {
  background-position: 0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover {
  background-position: 0px -51px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-default {
  position: absolute;
  background-image: url("../skins/default/button_fullscreen.png");
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: 0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover {
  background-position: 0px -16px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
  background-position: 0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover {
  background-position: 0px -48px;
}

/* --- zoom panel --- */

.ug-zoompanel.ug-skin-default .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  width: 23px;
  margin-top: 5px;
  background-position: 0px 0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  margin-top: 0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  background-image: url("../skins/default/icon_zoom_plus.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus {
  background-image: url("../skins/default/icon_zoom_minus.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return {
  background-image: url("../skins/default/icon_zoom_back.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover {
  background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled {
  background-position: 0px -46px;
  cursor: default;
}

/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("../skins/default/arrow_grid_down.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover {
  background-position: 0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px;
}

/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("../skins/default/arrow_grid_up.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover {
  background-position: 0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("../skins/default/grid_arrow_left.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("../skins/default/grid_arrow_right.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_left.png");
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px;
}

/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_right.png");
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px;
}

/* --- Strip Panel Arrows -- */

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  width: 25px;
  height: 50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_left.png");
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_right.png");
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: 0px -7px;
}

/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default {
  height: 25px;
  width: 50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 7px;
  height: 4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_up.png");
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_down.png");
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: -7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip {
  background-position: 0px 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* --- Panel Handle Tip -- */

/* left and right handle */

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  width: 22px;
  height: 36px;
  background-image: url("../skins/default/grid_handle_black_left.png");
  background-repeat: no-repeat;
  background-position: 0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  background-image: url("../skins/default/grid_handle_black_right.png");
  background-position: 0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed {
  background-position: 0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: 0px -72px;
}

/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  width: 36px;
  height: 22px;
  background-image: url("../skins/default/grid_handle_black_top.png");
  background-repeat: no-repeat;
  background-position: -36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  background-image: url("../skins/default/grid_handle_black_bottom.png");
  background-position: -36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed {
  background-position: -108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: -72px 0px;
}

.ug-gallery-wrapper .ug-theme-panel {
  position: absolute;
  xbackground-color: red;
  z-index: 11;
}

.ug-theme-panel .ug-strip-panel {
  z-index: 6;
}

/* --- fullscreen button -- */

.ug-theme-default .ug-default-button-fullscreen {
  position: absolute;
  background-image: url("images/button_fullscreen.png");
  width: 53px;
  height: 50px;
  cursor: pointer;
  background-position: 0px 0px;
  z-index: 3;
}

.ug-theme-default .ug-default-button-fullscreen.ug-button-hover {
  background-position: 0px -50px;
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode {
  background-position: 0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover {
  background-position: 0px -150px;
}

/* --- fullscreen button single mode-- */

.ug-theme-default .ug-default-button-fullscreen-single {
  position: absolute;
  background-image: url("images/button_fullscreen_single.png");
  width: 52px;
  height: 50px;
  cursor: pointer;
  background-position: 0px 0px;
  z-index: 3;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover {
  background-position: 0px -50px;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode {
  background-position: 0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover {
  background-position: 0px -150px;
}

/* --- play button -- */

.ug-theme-default .ug-default-button-play {
  position: absolute;
  background-image: url("images/button_playpause.png");
  width: 51px;
  height: 50px;
  cursor: pointer;
  background-position: 0px 0px;
  z-index: 4;
}

.ug-theme-default .ug-default-button-play.ug-button-hover {
  background-position: 0px -50px;
}

.ug-theme-default .ug-default-button-play.ug-stop-mode {
  background-position: 0px -100px;
}

.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover {
  background-position: 0px -150px;
}

/* --- play button single mode-- */

.ug-theme-default .ug-default-button-play-single {
  position: absolute;
  background-image: url("images/button_playpause_single.png");
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position: 0px 0px;
  z-index: 4;
}

.ug-theme-default .ug-default-button-play-single.ug-button-hover {
  background-position: 0px -50px;
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode {
  background-position: 0px -100px;
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover {
  background-position: 0px -150px;
}

/* --- hide panel button -- */

.ug-default-button-hidepanel {
  position: absolute;
  width: 23px;
  height: 23px;
  z-index: 5;
  cursor: pointer;
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-bg {
  background-color: #000000;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip {
  position: absolute;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url("images/arrow_down_up.png");
  background-position: 0px 0px;
  z-index: 2;
}

.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip {
  background-position: 0px -7px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip {
  background-position: 0px -14px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip {
  background-position: 0px -21px;
}

/*@import "../../external_components/billboard/billboard";*/

.ug-slider-wrapper .ug-button-videoplay.ug-type-square,
.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
  background-image: url("/assets/img/general/play.png");
  background-repeat: no-repeat;
  background-position: center;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  width: 38px;
  height: 38px !important;
  min-width: 38px;
  min-height: 38px;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #888;
  z-index: 102;
  display: none;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default:hover,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default:hover {
  background-color: #1e6d7f;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default:focus,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default:focus {
  background-color: #888888;
}

.ug-strip-panel.active .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel.active .ug-strip-arrow-right.ug-skin-default {
  display: block;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default:before,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default:before {
  min-width: 14px;
  min-height: 14px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/img/svg/arrow.svg");
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default {
  left: 0 !important;
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  right: 0 !important;
  left: auto !important;
}

.ug-strip-panel {
  background-color: #fff !important;
}

.ug-thumbs-strip {
  left: 0 !important;
  width: 100% !important;
}

.ug-theme-default .ug-default-button-fullscreen,
.ug-theme-default .ug-default-button-fullscreen-single {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  z-index: 102;
  background-color: #888;
}

.ug-theme-default .ug-default-button-fullscreen:hover,
.ug-theme-default .ug-default-button-fullscreen-single:hover {
  background-color: #1e6d7f;
}

.ug-theme-default .ug-default-button-fullscreen:focus,
.ug-theme-default .ug-default-button-fullscreen-single:focus {
  background-color: #888888;
}

.ug-theme-default .ug-default-button-fullscreen-single:before,
.ug-theme-default .ug-default-button-fullscreen:before {
  background-image: url("/assets/img/svg/expand.svg");
  min-width: 24px;
  min-height: 24px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ug-slider-control.ug-arrow-left.ug-skin-default,
.ug-slider-control.ug-arrow-right.ug-skin-default {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  z-index: 102;
  background-color: #888;
}

.ug-slider-control.ug-arrow-left.ug-skin-default:hover,
.ug-slider-control.ug-arrow-right.ug-skin-default:hover {
  background-color: #1e6d7f;
}

.ug-slider-control.ug-arrow-left.ug-skin-default:focus,
.ug-slider-control.ug-arrow-right.ug-skin-default:focus {
  background-color: #888888;
}

.ug-slider-control.ug-arrow-left.ug-skin-default {
  left: 15px !important;
}

.ug-slider-control.ug-arrow-right.ug-skin-default {
  left: auto !important;
  right: 15px !important;
}

.ug-slider-control.ug-arrow-left.ug-skin-default:before,
.ug-slider-control.ug-arrow-right.ug-skin-default:before {
  min-width: 24px;
  min-height: 21px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/img/svg/arrow.svg");
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ug-slider-control.ug-arrow-left.ug-skin-default:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip {
  background-image: url("/assets/img/svg/arrow_dropdown-white.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  background-position: center;
}

.ug-default-button-hidepanel:hover .ug-default-button-hidepanel-tip {
  background-image: url("/assets/img/svg/arrow_selected-orange.svg");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-position: center;
}

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip {
  background-position: center;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ug-default-button-hidepanel.ug-button-hidden-mode:hover .ug-default-button-hidepanel-tip {
  background-image: url("/assets/img/svg/arrow_selected-orange.svg");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-position: center;
}

.p-slider-main.slick-initialized .slick-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-top: 8.5px;
  z-index: 2;
  background-color: #888;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #1e6d7f;
}

.slick-prev:focus,
.slick-next:focus {
  background-color: #888888;
}

.slick-prev:before,
.slick-next:before {
  min-width: 24px;
  min-height: 21px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/img/svg/arrow.svg");
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.form-item-element .jq-selectbox__select,
.form-item-element .jq-selectbox__select .jq-selectbox__select,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__select {
  position: relative;
  border: 1px solid #1e6d7f;
}

.form-item-element .no-valid .jq-selectbox__select,
.form-item-element .jq-selectbox__select .no-valid .jq-selectbox__select {
  border-color: #cc2f2f;
}

.form-item-element .jq-selectbox__select-hover,
.form-item-element .jq-selectbox__select .jq-selectbox__select-hover,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__select-hover,
.form-item-element .jq-selectbox.opened .jq-selectbox__select,
.form-item-element .jq-selectbox__select:hover,
.form-item-element .jq-selectbox__select .jq-selectbox__select:hover {
  cursor: pointer;
  background-color: #f1932f;
  color: #fff !important;
  border-color: #f1932f;
}

.form-item-element .jq-selectbox__select-hover .jq-selectbox__trigger-arrow,
.form-item-element .jq-selectbox__select .jq-selectbox__select-hover .jq-selectbox__trigger-arrow,
.form-item-element .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow,
.form-item-element .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  background-image: url("/assets/img/svg/arrow_dropdown-white.svg");
}

.form-item-element .jq-selectbox__trigger-arrow,
.form-item-element .jq-selectbox__select .jq-selectbox__trigger-arrow,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__trigger-arrow {
  position: absolute;
  width: 36px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/assets/img/svg/arrow_dropdown-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.form-item-element .jq-selectbox__dropdown,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__dropdown {
  right: 0;
  background-color: #285864;
  border: none;
  font-size: 0.8125rem;
  color: #fff;
  cursor: pointer;
}

.form-item-element .jq-selectbox__dropdown ul:hover li,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown ul:hover li {
  background-color: #285864;
  color: #fff;
}

.form-item-element .jq-selectbox__dropdown li,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown li,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__dropdown li {
  padding-left: 40px;
  padding-right: 20px;
  line-height: 36px;
  height: 36px;
  position: relative;
}

.form-item-element .jq-selectbox__dropdown-li-selected,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown-li-selected,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__dropdown-li-selected,
.form-item-element .jq-selectbox__dropdown li:hover,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown li:hover,
.form-item-element .jq-selectbox__dropdown .jq-selectbox__select li:hover,
.form-item-element .jq-selectbox__dropdown li.selected,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown li.selected,
.form-item-element .jq-selectbox__dropdown .jq-selectbox__select li.selected {
  background-color: #144753 !important;
}

.form-item-element .jq-selectbox__dropdown-li-selected:before,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown-li-selected:before,
.form-item-element .jq-selectbox__select .jq-selectbox__select .jq-selectbox__dropdown-li-selected:before,
.form-item-element .jq-selectbox__dropdown li:hover:before,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown li:hover:before,
.form-item-element .jq-selectbox__dropdown .jq-selectbox__select li:hover:before,
.form-item-element .jq-selectbox__dropdown li.selected:before,
.form-item-element .jq-selectbox__select .jq-selectbox__dropdown li.selected:before,
.form-item-element .jq-selectbox__dropdown .jq-selectbox__select li.selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 36px;
  background-image: url("/assets/img/svg/arrow_selected-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.header-coin-form-styler .jq-selectbox__dropdown {
  background-color: #144753;
  color: #fff;
  padding: 15px;
  width: auto !important;
  height: auto;
  bottom: auto;
  top: 100%;
  left: 0;
  overflow: hidden;
}

.header-coin-form-styler .jq-selectbox__dropdown ul {
  overflow: hidden;
}

.header-coin-form-styler .jq-selectbox__dropdown li {
  margin-bottom: 10px;
}

.header-coin-form-styler .jq-selectbox__dropdown li:last-child {
  margin-bottom: 0;
}

.error-label label {
  color: #cc2f2f;
}

.area {
  fill: steelblue;
  -webkit-clip-path: url(#clip);
  clip-path: url(#clip);
}

.zoom {
  cursor: move;
  fill: none;
  pointer-events: all;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: none;
}

header.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #f6f3f1;
  padding: 8px 0;
  height: 58px;
  max-height: 58px;
}

header.header .logo {
  margin-right: 20px;
}

header.header .humburger {
  margin-right: 15px;
}

header.header .header-form {
  margin-right: 35px;
}

header.header .nav-list .nav-item {
  margin-left: 25px;
}

header.header .nav-list .nav-item:first-child {
  margin-left: 34px;
}

header.header .nav-list a.nav-link {
  white-space: nowrap;
}

header.header .nav-list a.nav-link:hover {
  color: #f1932f !important;
}

header.header .nav-list a.nav-link:hover svg * {
  fill: #f1932f;
}

.header.fixed-top + main.main {
  padding-top: 58px;
}

.humburger {
  width: 26px;
  height: 20px;
  min-width: 26px;
}

.logo {
  width: 117px;
  min-width: 117px;
  height: 42px;
}

.js-toggle-header-search {
  background-color: #fff;
  border: none;
  outline: none;
}

.js-toggle-header-search:hover,
.js-toggle-header-search:active,
.js-toggle-header-search:focus {
  border: none;
  outline: none;
}

.js-toggle-header-search.nonactive {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-image: url("/assets/img/svg/search-header.svg");
}

.js-toggle-header-search.active {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  background-image: url("/assets/img/svg/close-orange.svg");
}

.header-form .jq-selectbox {
  background-color: #144753;
  color: #fff;
  padding: 0.562rem 0.625rem;
  width: auto !important;
  cursor: pointer;
}

.header-form .jq-selectbox:hover {
  background-color: #1e6d7f;
}

.header-form select.header-coin-form-styler {
  visibility: hidden;
}

.header-form .jq-selectbox__select,
.header-form .jq-selectbox__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-form .jq-selectbox__trigger-arrow {
  width: 8px;
  height: 4px;
  min-width: 8px;
  min-height: 4px;
  margin-left: 6px;
  margin-top: 3px;
  background-image: url("/assets/img/svg/arrow-drop-fill.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.header-form .jq-selectbox__dropdown {
  padding: 0;
}

.header-form .jq-selectbox__dropdown li {
  padding: 7.5px 15px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.header-form .jq-selectbox__dropdown li:hover {
  background-color: #285864;
  color: #ff9c32;
}

footer.footer {
  padding: 56px 0;
  background-color: #f6f3f1;
  position: relative;
  z-index: 2;
  min-height: 265px;
}

footer.footer .footer-wrapper {
  margin-bottom: 5px;
}

footer.footer .footer-nav .nav-col {
  margin-right: 3.125rem;
}

footer.footer .footer-nav .nav-col:last-child {
  margin-right: 0;
}

footer.footer .footer-nav .list-title {
  margin-bottom: 2.5rem;
}

footer.footer .footer-nav .nav-item:last-child .nav-link {
  margin-bottom: 5px;
}

footer.footer .footer-nav .nav-item.active a.nav-link,
footer.footer .footer-nav .nav-item:hover a.nav-link {
  color: #f1932f !important;
}

footer.footer .footer-nav .nav-item.active a.nav-link:before,
footer.footer .footer-nav .nav-item:hover a.nav-link:before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 0;
}

footer.footer .footer-nav .nav-link {
  font-weight: 300;
  margin-bottom: 2rem;
  font-family: "Roboto";
  display: block;
  position: relative;
}

footer.footer .footer-nav .list-title,
footer.footer .footer-nav .nav-link {
  line-height: 0.8;
  white-space: nowrap;
}

footer.footer .footer-copyline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.copyright {
  color: #6b6b6b;
  line-height: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 29px;
}

.lang {
  height: 31px;
}

.lang .lang-ru::before {
  background-image: url("/assets/img/content/flag-ru.png");
}

.lang .lang-en::before {
  background-image: url("/assets/img/content/flag-en.png");
}

.lang .lang-gr::before {
  background-image: url("/assets/img/content/flag-gr.png");
}

.lang .lang-fr::before {
  background-image: url("/assets/img/content/flag-fr.png");
}

.lang .jq-selectbox__dropdown {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.lang .jq-selectbox__select-text:before,
.lang .jq-selectbox__dropdown li:before {
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  margin-right: 10px;
}

.lang .jq-selectbox__select-text,
.lang .jq-selectbox__dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang .jq-selectbox__dropdown li {
  margin-bottom: 20px;
}

.lang .jq-selectbox__dropdown li:last-child {
  margin-bottom: 0;
}

.lang .jq-selectbox__trigger {
  display: none;
}

.lang .jq-selectbox__select {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none !important;
  display: inline-block;
  height: 31px;
}

.lang .lang,
.lang .jq-selectbox__dropdown li,
.lang .placeholder {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

.lang .jq-selectbox__dropdown li.selected,
.lang .jq-selectbox__dropdown li:hover {
  background-color: inherit;
  color: inherit;
}

.lang .jq-selectbox__dropdown ul {
  cursor: initial;
}

.lang .jq-selectbox__dropdown li:last-child {
  margin-bottom: 0;
}

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

.cointype-item {
  margin-right: 8px;
}

.item-btc,
.item-lite {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.item-eth {
  min-width: 20px;
  min-height: 34px;
}

.item-dash {
  min-width: 33px;
  min-height: 21px;
}

.item-bask {
  min-width: 39px;
  min-height: 33px;
}

.infobox {
  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 40px;
}

.infobox-line {
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}

.infobox-line:first-child {
  border-top: 1px solid #ddd;
}

.infobox-line .infobox-title,
.infobox-line .infobox-label {
  line-height: 1;
}

.infobox-line .infobox-title {
  margin-bottom: 20px;
}

.infobox-line .infobox-label + .infobox-cointype-line {
  margin-top: 10px;
}

.infobox-line > div > div {
  margin-left: 17px;
}

.infobox-line > div > div:first-child {
  margin-left: 0;
}

.banner-content {
  background-color: #ddd;
  padding: 50px 46px;
  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;
}

.banner-content .banner-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #888888;
  padding-bottom: 22px;
  margin-bottom: 25px;
}

.banner-content .banner-title {
  line-height: 50px;
  margin-bottom: 0;
  white-space: nowrap;
}

.banner-content .banner-cost {
  line-height: 50px;
}

.banner-content .banner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 14px;
}

.banner-content .banner-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 40px;
  height: 42px;
  min-width: 40px;
  min-height: 42px;
  margin-right: 8px;
}

.banner-content .banner-icon-item:last-child {
  margin-right: 0;
}

.banner-content .banner-icon-label {
  margin-bottom: 28px;
  text-align: center;
}

.banner-content .banner-banner-btn {
  height: 68px;
  min-height: 68px;
  min-width: 274px;
}

.banner-content .banner-banner-btn .btn-title {
  white-space: nowrap;
}

.banner-wrapper .banner-col {
  padding: 0;
}

.banner-wrapper .banner-img {
  background-color: #ddd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.banner-wrapper .banner-img-wrapper {
  height: 100%;
}

.banner-side-wrapper {
  padding: 16px 13px;
}

.banner-side-buy-btm {
  background-image: url("/assets/img/content/banners/omega-half.png");
  background-position: top center;
  background-repeat: no-repeat;
  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;
}

.banner-side-buy-btm .banner-round-item {
  margin-top: 130px;
  padding: 17px;
  padding-bottom: 13px;
  width: 100%;
  background-color: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.banner-side-buy-btm .banner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}

.banner-side-buy-btm .banner-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 25px;
  height: 26px;
  min-width: 25px;
  min-height: 26px;
  margin-right: 5px;
}

.banner-side-buy-btm .banner-icon-item:last-child {
  margin-right: 0;
}

.banner-side-buy-btm .banner-icon-label {
  margin-bottom: 0;
  line-height: 15px;
  letter-spacing: 0.57px;
}

.banner-side-buy-btm .banner-banner-btn {
  height: 63px;
  min-height: 63px;
}

.banner-side-buy-btm .banner-banner-btn .btn-title {
  font-size: 1.25rem;
  line-height: 34px;
  text-transform: none;
  font-family: "Roboto";
  white-space: nowrap;
}

.banner-side-buy-btm .side-banner-title {
  margin-bottom: 0;
  border-bottom: 1px solid #f6f3f1;
}

.banner-side-buy-btm .banner-cost {
  margin-top: 3px;
  margin-bottom: 9px;
}

.banner-other-articles .banner-other-articles-header {
  padding-left: 31px;
  padding-top: 17px;
  border-bottom: 1px solid #ddd;
  height: 44px;
}

.banner-other-articles .banner-other-articles-header-label {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin: 0;
}

.banner-other-articles .banner-other-articles-content {
  padding: 27px 50px 17px 31px;
}

.banner-other-articles .nav-item {
  margin-bottom: 19px;
}

.banner-other-articles .nav-item:last-child {
  margin-bottom: 0;
}

.banner-exchange-rate .banner-exchange-rate-header {
  padding-left: 31px;
  padding-top: 17px;
  border-bottom: 1px solid #ddd;
  height: 44px;
}

.banner-exchange-rate .banner-exchange-rate-header-label {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin: 0;
}

.banner-exchange-rate .banner-exchange-rate-content {
  padding: 9px 31px 27px 31px;
}

.banner-exchange-rate .banner-exchange-rate-content-text {
  color: #888888;
  font-size: 12px;
}

.banner-exchange-rate .banner-exchange-rate-content-items-container {
  padding: 22px 0;
}

.banner-exchange-rate .banner-exchange-rate-content-item {
  margin-bottom: 24px;
}

.banner-exchange-rate .banner-exchange-rate-content-item:last-child {
  margin-bottom: 0;
}

.banner-exchange-rate .cointype-title {
  color: #888888;
  font-size: 15px;
}

.banner-exchange-rate .cointype-subtitle {
  color: #1e6d7f;
  font-size: 18px;
}

.banner-exchange-rate .banner-exchange-rate-content-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-exchange-rate .banner-exchange-rate-content-button {
  font-size: 15px;
  line-height: 0.8;
  width: 100%;
  padding: 11px 0;
}

.banner-other-news {
  background-color: #f6f3f1;
}

.banner-other-news .banner-other-news-header {
  padding-left: 31px;
  padding-top: 17px;
  border-bottom: 1px solid #ddd;
  height: 44px;
}

.banner-other-news .banner-other-news-header-label {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin: 0;
}

.banner-other-news .banner-other-news-content {
  padding: 27px 50px 27px 31px;
}

.banner-other-news .nav-item {
  margin-bottom: 20px;
}

.banner-other-news .nav-item:last-child {
  margin-bottom: 0;
}

.banner-other-news .nav-label-date {
  display: block;
  margin-bottom: -3px;
  font-size: 13px;
  color: #888888;
}

.banner-online-solution .banner-icon-label {
  width: 160px;
}

.banner-online-solution .banner-icons {
  margin-bottom: 0;
}

.banner-sale-online .banner-cost {
  text-transform: uppercase;
  color: #41c84b;
}

.banner-sale-online .banner-icon-label {
  width: 220px;
}

.banner-sale-online .banner-icons {
  margin-bottom: 10px;
}

.bannerSide {
  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;
  padding: 15px;
}

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

.bannerDesc {
  text-align: center;
  font-size: 0.9rem;
  margin: 0 10px 4px 10px;
}

.bannerSideInfo-title {
  margin-bottom: 0;
  border-bottom: 1px solid #f6f3f1;
  font-size: 1.375rem;
  line-height: 50px;
  color: #144753;
  font-family: "Roboto";
  font-weight: 300 !important;
}

.bannerSideInfo-price {
  margin-top: 3px;
  margin-bottom: 9px;
  font-size: 2.5rem;
  line-height: 50px;
  color: #144753;
}

.bannerSideInfo-btn {
  height: 63px;
  min-height: 63px;
  color: #fff;
  background-color: #2995ae;
  border-radius: 4px;
  padding: 0 32px;
  font-size: 1.25rem;
  line-height: 34px;
  text-transform: capitalize;
  font-family: "Roboto";
  white-space: nowrap;
}

.bannerSideInfo-btn:hover {
  background-color: #1e6d7f;
  color: #fff;
}

.bannerSideLabel {
  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: 250px;
}

.bannerSideLabel-img {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

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

.bannerSideLabel-label {
  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;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 10px;
}

.bannerSideLabel-label .cointype-item:last-child {
  margin-right: 0;
}

.bannerSideLabel-title {
  color: #144753;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-align: center;
}

.cointype-line {
  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;
}

.banner-salePoint .bannerSideLabel-label {
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.banner-exchange-rate .banner-exchange-rate-content-button-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.banner-exchange-rate .banner-exchange-rate-content-button {
  max-width: 238px;
}

.contacts-lg-wrapper .address-item {
  margin-bottom: 25px !important;
}

.contacts-lg-wrapper .btn-circle {
  margin-top: 15px;
  font-size: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contacts-lg-wrapper .address-label {
  color: #888888;
  line-height: 26px;
  margin: 0;
}

.contacts-lg-wrapper .btn-show-map {
  margin-top: 15px;
}

.contacts-lg-wrapper .address-text {
  padding-top: 17px;
  margin: 0;
  border-top: 1px solid #f6f3f1;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contacts-lg-wrapper .address-text p {
  color: #1e6d7f;
  line-height: 26px;
}

.contacts-lg-wrapper .bottom-border {
  border-bottom: 1px solid #f6f3f1;
}

.contacts-lg-wrapper .contacts-lg-social-nav {
  margin-left: 60px;
}

.contacts-lg-wrapper .contacts-lg-social-nav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sect-contacts .form-request-wrapper {
  border-bottom: none;
}

.sect-contacts .locations-map {
  height: 240px;
  overflow: hidden;
}

#mainMenu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  height: auto;
  width: auto;
  min-width: 158px;
  background-color: #888888;
  z-index: 100;
  line-height: 0.8;
}

#mainMenu a {
  display: block;
  width: 100%;
  padding: 24px 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto";
  height: auto;
}

.Menu li.-hasSubmenu > a:after {
  right: 16px;
}

.Menu li.-hasSubmenu > a:after {
  color: #fff;
  border-color: #fff;
}

.Menu.-horizontal,
.Menu li,
.Menu li > :first-child {
  height: auto;
}

.Menu {
  line-height: 0.8;
}

ul.Menu.-vertical {
  width: 100%;
}

.Menu ul {
  background: #285864 !important;
}

.Menu li:hover > a:first-child,
.Menu li.-active > a:first-child {
  background-color: #285864;
}

.Menu ul li:hover > a:first-child,
.Menu ul li.-active > a:first-child {
  background-color: #144753;
}

.popup-wrapper {
  background-color: #fff;
  padding: 28px 10px;
}

.popup-wrapper .popup-content-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-wrapper .popup-content-img {
  width: 71px;
  height: 49px;
  min-width: 71px;
  min-height: 49px;
}

.popup-wrapper .popup-content-text-container {
  padding: 34px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-wrapper .popup-content-title {
  color: #41c84b;
  font-size: 40px;
  line-height: 50px;
}

.popup-wrapper .popup-content-subtitle {
  color: #144753;
  font-size: 16px;
  line-height: 32px;
  padding-top: 10px;
}

.popup-wrapper .popup-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.popup-wrapper .btn-img {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
}

.cookie-alert {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  bottom: 0;
  margin-left: 10px;
  z-index: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-alert-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.cookie-alert-link {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.cookie-alert-btn {
  background-color: #f1932f;
  border: 0;
  border-radius: 10px;
  margin: 0 25px;
  padding: 5px 20px;
  color: rgb(255, 255, 255);
}

.alert-hide {
  display: none;
}

section.newsearch-sect {
  background-color: #285864;
  padding: 19px 0 30px;
  height: 220px;
  min-height: 220px;
  overflow: hidden;
}

section.newsearch-sect.newsearch-sect-main {
  padding: 45px 0 58px;
}

.newsearch-title {
  font-weight: 400;
  margin-bottom: 20px;
  color: #f6f3f1;
  font-size: 24px;
  line-height: 0.8;
}

.newsearch-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.newsearch-form-btn {
  height: 50px;
  margin-left: 5px;
  background-color: #f1932f;
  color: #fff;
  padding: 0 25px;
}

.newsearch-form-btn:hover {
  background-color: #ffa441;
}

.newsearch-form-btn svg * {
  fill: #fff;
}

.newsearch-input {
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
}

.newsearch-input::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "Roboto";
}

.newsearch-input:-moz-placeholder {
  font-weight: 300;
  font-family: "Roboto";
}

.newsearch-input::-moz-placeholder {
  font-weight: 300;
  font-family: "Roboto";
}

.newsearch-input:-ms-input-placeholder {
  font-weight: 300;
  font-family: "Roboto";
}

.newsearch-btn {
  height: 33px;
  background-color: #888;
  color: #fff;
  font-size: 15px;
  margin-bottom: 37px;
  padding: 0 17px;
}

.newsearch-btn .btn-img {
  margin-right: 5px;
}

.newsearch-btn:hover,
.newsearch-btn:active {
  color: #fff;
  background-color: #144753;
}

.newsearch-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsearch-label {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-color: #fff;
  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: 15px;
}

.newsearch-label img {
  width: 30px;
  height: 30px;
}

.newsearch-info {
  color: #fff;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 26px;
}

.newsearch-info span {
  display: block;
  word-break: break-all;
}

.newsearch-hash {
  font-size: 24px;
  white-space: pre-wrap;
  word-break: break-all;
}

.newsearch-type {
  font-size: 18px;
  color: #ddd;
}

.cards-sect {
  padding: 26px 0 40px;
}

.cards-sect .row,
.cards-sect .card-row {
  margin: 0 -10px;
}

.cards-sect > .content-wrapper > .card-block:last-child {
  margin-bottom: 0;
}

.card-block {
  margin-bottom: 34px;
}

.card-body {
  background-color: #fff;
}

.card-body .card-col-title,
.card-body .card-label,
.card-body .card-link {
  line-height: 0.8;
}

.card-subtitle {
  line-height: 0.8;
  white-space: nowrap;
  margin-bottom: 8px;
}

.card-title {
  margin-bottom: 11px;
}

.card-link {
  word-break: break-all;
  white-space: pre-wrap;
}

.card-infotext {
  line-height: 0.8;
  white-space: nowrap;
}

.card-body-lupdtate {
  padding: 10px 0;
}

.card-body-lupdtate .card-row-with-label .card-label.persent-label,
.card-body-lupdtate .card-row-with-label .card-label.card-label-for-title {
  margin-bottom: 5px;
}

.card-body-lupdtate .card-row-with-label .persent-label + .page-title {
  margin-top: 5px;
}

.card-body-lupdtate .card-row-with-label .card-col {
  padding: 11px 34px;
}

.card-body-lupdtate .card-col {
  padding: 19px 34px;
  border-right: 1px solid #f6f3f1;
}

.card-body-lupdtate .card-col h1.page-title {
  position: relative;
  line-height: 0.8;
  margin-bottom: 0;
}

.card-body-lupdtate .card-col:last-child {
  border: none;
}

.card-body-lupdtate .card-label {
  margin-bottom: 14px;
}

.card-body-lupdtate .card-label-for-title {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-body-lupdtate .card-label-for-title span,
.card-body-lupdtate .card-label-for-title img {
  margin-right: 10px;
}

.card-body-lupdtate .card-label-for-title img {
  width: 6px;
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  margin-bottom: 3px;
}

.card-body-sum {
  padding: 0 10px;
}

.card-body-sum .card-row {
  padding: 9px 0;
  border-bottom: 1px solid #f6f3f1;
}

.card-body-sum .card-row:last-child {
  border: none;
}

.card-block-transactions .card-body:last-child {
  margin-bottom: 0;
}

.card-body.card-body-trans {
  margin-bottom: 40px;
  background-color: transparent;
}

.card-body.card-body-trans .card-header {
  padding: 9px 17px 9px 22px;
  margin-bottom: 5px;
}

.card-body.card-body-trans .card-header .card-header-ico {
  margin-right: 7px;
}

.card-body.card-body-trans .card-header .card-link {
  font-size: 0.94rem;
}

.card-body.card-body-trans .card-header,
.card-body.card-body-trans .card-content {
  background-color: #fff;
}

.card-body.card-body-trans .card-content .card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.card-body.card-body-trans .card-content .card-item {
  padding: 28px 22px;
  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;
  border-bottom: 1px solid #f6f3f1;
}

.card-body.card-body-trans .card-content .card-item:last-child {
  border: none;
}

.card-body.card-body-trans .card-content .card-item.card-item-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-body.card-body-trans .card-content .card-item-arrow {
  border-right: 5px solid #f6f3f1;
  border-left: 5px solid #f6f3f1;
}

.card-body.card-body-trans .card-content .arrow {
  height: 100%;
  width: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px;
}

.card-body.card-body-trans .card-content .card-col-title,
.card-body.card-body-trans .card-content .card-link {
  display: block;
}

.card-body.card-body-trans .card-content .card-col-title + .card-link {
  margin-top: 6px;
}

.card-body.card-body-trans .card-content .card-link {
  line-height: 1.5;
}

.cards-sect-address .card-address-wrapper .card-block:nth-child(2n+1) {
  float: left;
  width: calc(95% - 230px);
}

.cards-sect-address .card-address-wrapper .card-block:nth-child(2n) {
  float: right;
  width: auto;
  margin-bottom: 0;
  margin-top: 17px;
}

.cards-sect-address .card-address-wrapper .card-block:nth-child(2n) img {
  width: 100%;
  height: auto;
}

.cards-sect-address .card-body-lupdtate .card-col:first-child {
  padding-right: 48px;
  padding-left: 25px;
}

.card-col-3 .card-item {
  height: 33%;
}

.card-col-2 .card-item-grow {
  min-height: 66%;
}

.arrow-error {
  background-image: url("/assets/img/svg/arrow-big.svg");
}

.arrow-success {
  background-image: url("/assets/img/svg/arrow-big-success.svg");
}

.arrow-def {
  background-image: url("/assets/img/svg/arrow-big-def.svg");
}

.balance {
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}

.noinputs {
  font-size: 18px;
  font-weight: 700;
}

section.explorer-banner {
  background-position: 52% -35px;
  background-size: 130px;
  padding: 27px 84px 27px 49px;
  background-color: #ddd;
}

.explorer-banner-btn {
  font-size: 26px;
  font-family: "Roboto";
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.article-sect h1.page-title {
  margin-bottom: 20px;
}

.article-sect .row,
.article-sect .card-row {
  margin: 0 -10px;
}

.article-sect .article-wrapper {
  border-top: 1px solid #ddd;
  padding: 47px 0 64px;
}

.article-paragraph,
.article-list {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 10px;
}

.article-paragraph strong,
.article-list strong {
  font-family: "Roboto";
  font-weight: 600 !important;
}

.article-wrapper h2 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}

.article-wrapper h1.page-title {
  font-size: 34px;
  margin-bottom: 0;
}

.article-list {
  margin: 0 0 0 15px;
  padding: 0;
}

.arcticle-banner-wrapper {
  width: calc(100% - 40px);
  height: 100%;
  max-height: 550px;
  margin-left: 40px;
  background-color: #fff;
  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;
}

.arcticle-banner-wrapper .arcticle-banner-img {
  margin-top: 10px;
  margin-bottom: 27px;
}

.arcticle-banner-wrapper .article-banner-info {
  text-transform: uppercase;
  letter-spacing: 1.32px;
  font-size: 22px;
  font-family: "RobotoBold";
  margin-bottom: 10px;
}

.arcticle-banner-wrapper.transaction {
  background-color: #ddd;
  margin: 30px 0 0 30px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}

.arcticle-banner-wrapper.transaction .arcticle-banner-img {
  width: 142px;
  height: auto;
}

.arcticle-banner-wrapper.block {
  width: 100%;
  max-width: 356px;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 24px auto 0;
  background-color: #ddd;
}

.sect-order-btm + section.subscribe-sect {
  margin-top: 0;
}

section.subscribe-sect {
  margin-top: 24px;
}

main.main-two-columns .subscribe-sect {
  margin-top: 0;
}

.subscribe-wrapper {
  padding: 29px 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subcribe-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.subscribe-btn {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background-color: #1e6d7f;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.subscribe-btn:hover {
  background-color: #2995ae;
}

.subscribe-btn .btn-img {
  width: 18px;
  text-align: center;
}

.subscribe-btn .btn-img svg * {
  fill: #fff;
  width: 100%;
}

.subscribe-info {
  font-size: 24px;
  line-height: 1;
}

.subscribe-info span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 1;
  margin-top: 12px;
}

.subscribe-input {
  border: none;
  outline: none;
  height: 42px;
  line-height: 42px;
  background-color: #f6f3f1;
  border-radius: 20px;
  width: 100%;
  padding: 0 25px;
}

.subscribe-input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #888;
}

.subscribe-input:-moz-placeholder {
  opacity: 1 !important;
  color: #888;
}

.subscribe-input::-moz-placeholder {
  opacity: 1 !important;
  color: #888;
}

.subscribe-input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #888;
}

.subscribe-input.error {
  background-color: red;
}

.subscribe-input.error::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.subscribe-input.error:-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.subscribe-input.error::-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.subscribe-input.error:-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}

/*@import "explorer/_tables.scss";*/

.t-regular {
  font-family: "Roboto";
  font-weight: 400 !important;
}

.t-bold {
  font-family: "Roboto";
  /*font-weight: 700 !important;*/
}

.t-bold-moz {
  font-family: "RobotoBold";
  font-weight: 500 !important;
}

.t-light,
.pers-item .pers-value,
.sub-title,
.list-title,
.banner-title,
.page-title,
.order-atm-label,
.currency-calculator-wrapper .jq-selectbox__select-text,
.currency-calculator-wrapper .c-input .c-currency-value,
.land-banner-info {
  font-family: "Roboto";
  font-weight: 300 !important;
}

.t-uppercase,
.info-text-sm11,
.info-text-sm13,
.info-text,
.card-label,
.date-month {
  text-transform: uppercase !important;
}

.t-error,
.form-request .no-valid .validate-message,
.balance-credit {
  color: #cc2f2f !important;
}

.t-success,
.balance-debet {
  color: #41c84b !important;
}

.t-blue,
.pers-item,
.banner-text-lg,
.info-text-sm11,
.info-text-sm13,
.info-text,
.sub-title,
.info-title-lg,
.info-title,
.card-title,
.list-title,
.banner-title,
.block-title,
.page-title,
.order-atm-label,
.currency-calculator-wrapper .jq-selectbox__select-text,
.currency-calculator-wrapper .c-input .c-currency-value,
.date-month,
.date-day,
.arcticle-banner-wrapper .article-banner-info {
  color: #144753 !important;
}

.t-blue-2,
.footer-contacts a {
  color: #1e6d7f !important;
}

a.t-blue:hover,
a.pers-item:hover,
a.banner-text-lg:hover,
a.info-text-sm11:hover,
a.info-text-sm13:hover,
a.info-text:hover,
a.sub-title:hover,
a.info-title-lg:hover,
a.info-title:hover,
a.card-title:hover,
a.list-title:hover,
a.banner-title:hover,
a.block-title:hover,
a.page-title:hover,
a.order-atm-label:hover,
.currency-calculator-wrapper a.jq-selectbox__select-text:hover,
.currency-calculator-wrapper .c-input a.c-currency-value:hover,
a.date-month:hover,
a.date-day:hover,
.arcticle-banner-wrapper a.article-banner-info:hover {
  color: #2995ae !important;
}

.t-blue-light,
.link,
.nav-link,
.lang,
.card-link {
  color: #2995ae !important;
}

a.t-blue-light:hover,
a.link:hover,
a.nav-link:hover,
a.lang:hover,
a.card-link:hover {
  color: #144753 !important;
}

.t-gray,
.label,
footer.footer .footer-nav .list-title,
.card-subtitle,
.card-col-title {
  color: #888 !important;
}

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

.t-black,
.land-banner-info {
  color: #000 !important;
}

.t-orange {
  color: #f1932f !important;
}

.t-small,
.link-sm,
footer.footer .footer-nav .nav-link,
.label-sm {
  font-size: 0.94rem;
}

.t-small-13,
.form-request .validate-message,
.content-text-sm {
  font-size: 0.8125rem;
}

.t-small-12,
.card-subtitle {
  font-size: 0.75rem;
}

.t-small-11,
.form-request .form-item-label-multiagree,
.form-request .form-item-label,
.card-label,
.date-month {
  font-size: 0.6875rem;
}

.t-like-h1,
.pers-item .pers-value,
.date-day-lg {
  font-size: 2.75rem;
}

.t-like-h3,
.date-day-md {
  font-size: 1.5rem;
}

.t-like-h5,
.footer-contacts a,
.lang {
  font-size: 1.125rem;
}

.fb-title {
  line-height: 22px;
  font-size: 18px;
  color: #144854;
  margin-bottom: 15px;
}

.date-day-lg {
  font-family: "Open Sans";
}

.date-day {
  line-height: 0.8;
  font-family: "Open Sans";
}

.date-month {
  letter-spacing: 0.88px;
  line-height: 0.8;
  font-family: "Open Sans";
}

.date-day + .date-month {
  margin-top: 10px;
}

.content-text,
.table-text {
  color: #000;
}

p.content-text,
p.table-text {
  margin-bottom: 15px;
}

p.content-text b,
p.table-text b,
p.content-text strong,
p.table-text strong {
  font-family: "Roboto";
  font-weight: 600;
}

.text-container h2 {
  font-size: 1.85rem;
  line-height: 38px;
  color: #0f2c37 !important;
  font-family: "Roboto";
  font-weight: 300 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-container h3 {
  font-size: 1.25rem;
  line-height: 38px;
  color: #144753 !important;
  font-family: "Roboto";
  font-weight: 600 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

ol.content-text,
ol.table-text,
ul.content-text,
ul.table-text {
  padding: 0;
  margin: 0 0 0px 28px;
}

.card-label {
  line-height: 0.8;
}

.persent-label {
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 0.8;
}

.order-atm-label,
.currency-calculator-wrapper .jq-selectbox__select-text,
.currency-calculator-wrapper .c-input .c-currency-value {
  font-size: 2.75rem;
  line-height: 0.8;
}

.page-title {
  font-size: 2.75rem;
  line-height: 58px;
}

.block-title {
  font-size: 1.125rem;
}

.banner-title {
  font-size: 1.375rem;
  line-height: 50px;
}

.list-title {
  font-size: 1.125rem;
}

.info-title,
.card-title {
  font-size: 1.5rem;
}

.info-title-lg {
  font-size: 1.625rem;
}

.sub-title {
  font-size: 0.94rem;
}

.info-text {
  font-size: 1.5rem;
}

.info-text-sm13 {
  font-size: 0.8125rem;
}

.info-text-sm11 {
  font-size: 0.6875rem;
}

.banner-text-lg {
  font-size: 2.5rem;
  line-height: 50px;
}

.table-text {
  font-size: 0.94rem;
  line-height: 28px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  outline: 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;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, backgroung-image 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, backgroung-image 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, backgroung-image 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, backgroung-image 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-img {
  height: 100%;
  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;
}

.btn-img + .btn-title {
  margin-left: 10px;
}

.btn-md {
  height: 50px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-md.btn-rounded {
  border-radius: 25px;
}

.btn-lg {
  height: 55px;
  font-size: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-lg.btn-rounded {
  border-radius: 28px;
}

.btn-xl {
  height: 70px;
  -webkit-box-flex: 26px;
  -ms-flex: 26px;
  flex: 26px;
  padding: 0 32px;
}

.btn-sm {
  font-size: 0.94rem;
  padding: 0.562rem 0.625rem;
}

.btn-sm-1 {
  font-size: 0.8125rem;
  height: 33px;
  padding: 0 15px;
}

.btn-sm-1 img {
  max-height: 14px;
  max-width: 14px;
}

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

.btn-rounded {
  border-radius: 4px;
}

.btn-blue-orange,
.header-form button {
  color: #fff;
  background-color: #1e6d7f;
}

.btn-blue-orange:hover,
.header-form button:hover {
  color: #fff;
  background-color: #f1932f;
}

.btn-blue3-orange {
  color: #fff;
  background-color: #2995ae;
}

.btn-blue3-orange:hover {
  color: #fff;
  background-color: #f1932f;
}

.btn-blue2-blue3 {
  color: #fff;
  background-color: #1e6d7f;
}

.btn-blue2-blue3:hover {
  background-color: #2995ae;
}

.btn-blue3-blue2 {
  color: #fff;
  background-color: #2995ae;
}

.btn-blue3-blue2:hover {
  background-color: #1e6d7f;
  color: #fff;
}

.btn-blue3 {
  color: #fff;
  background-color: #2995ae;
}

.btn-blue3:hover {
  background-color: #2995ae;
  color: #fff;
}

.btn-orange-orange {
  color: #fff;
  background-color: #f1932f;
}

.btn-orange-orange:hover {
  background-color: #ff9c32;
}

.btn-transp-gray {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #285864;
}

.btn-transp-gray:hover {
  background-color: #ddd;
}

.btn-transp-blue {
  background-color: transparent;
  border: 1px solid #ddd;
}

.btn-transp-blue:hover {
  background-color: transparent;
  border: 1px solid #1e6d7f;
}

.btn-transp-blue:hover .btn-img svg * {
  fill: #1e6d7f;
}

.btn-transp-gray.active {
  background-color: #fff;
  border: none;
}

.btn-transp-gray.active span {
  color: #f1932f !important;
}

.btn-gray-blue {
  color: #fff;
  background-color: #888;
}

.btn-gray-blue:hover {
  color: #fff;
  background-color: #144753;
}

.btn-gray-blue2 {
  color: #fff;
  background-color: #888;
}

.btn-gray-blue2:hover {
  color: #fff;
  background-color: #1e6d7f;
}

.btn-transp {
  background-color: transparent;
  border: 1px solid #ddd;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #ddd;
}

.btn-gray4 {
  background-color: #f6f3f1;
  border: 1px solid #f6f3f1;
}

.btn-blue5 {
  background-color: #285864;
  border: 1px solid #285864;
}

.btn-orange1 {
  background-color: #f1932f;
  border: 1px solid #f1932f;
}

.btn-gray-white {
  background-color: #f6f3f1;
  border: 1px solid #dddddd;
  color: #285864;
}

.btn-gray-white:hover {
  background-color: #ffffff;
  border: 1px solid #f6f3f1;
  color: #f1932f;
}

.tabsvideo.active {
  background-color: #ffffff;
  border: 1px solid #f6f3f1;
  color: #f1932f;
}

.btn-copy {
  height: 42px;
  border-radius: 21px;
  font-size: 15px;
  color: #2995ae;
  background-color: #fff;
  border: 1px solid #2995ae;
  padding-left: 12px;
  padding-right: 22px;
  min-width: 183px;
}

.btn-copy img {
  margin-right: 10px;
}

.btn-copy span {
  margin-left: 5px;
}

.btn-copy:hover {
  background-color: #2995ae;
  color: #fff;
}

.btn-copy.copied {
  background-color: #ffffff;
  color: #f1932f;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-moreInfo .btn-title {
  font-size: 18px;
  letter-spacing: 1.08px;
}

.btn-moreInfo .btn-img {
  width: 25px;
  height: 20px;
  min-width: 25px;
  min-height: 20px;
}

.btn-readmore .btn-title {
  white-space: nowrap;
}

.btn-readmore img {
  min-height: 4px;
  width: 22px;
  min-width: 22px;
}

.btn-info-lg {
  height: 105px;
  max-height: 105px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 23px;
  min-width: 109px;
}

.btn-info-lg .page-title {
  margin-bottom: 20px;
}

.btn-info-lg span {
  line-height: 0.8;
}

.btn-slogan {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-slogan .btn-img {
  max-width: 18px;
  max-height: 18px;
}

.btn-slogan .btn-title {
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 0.8;
}

.btn-slogan .btn-img + .btn-title {
  margin-left: 0;
}

.btn-slogan .btn-title + .btn-title,
.btn-slogan .btn-img + .btn-title {
  margin-top: 4px;
}

.btn-slogan-sm {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.btn-back img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-sm-1.btn-back {
  padding: 0 30px;
}

.btn-blog-label {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}

.btn-blog-label img {
  width: 30%;
  height: auto;
}

.btn-blog-label-lg {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
}

.btn-blog-label-lg img {
  width: 34%;
  height: auto;
}

.btn-blog-label-xl {
  width: 117px;
  height: 117px;
  min-width: 117px;
  min-height: 117px;
}

.btn-blog-label-xl img {
  width: 34%;
  height: auto;
}

.form-submit-btn {
  height: 40px;
  min-height: 40px;
  padding: 0 21px;
  white-space: nowrap;
  min-width: 160px;
}

.form-submit-btn img {
  height: auto;
  margin-right: 14px;
}

.f-control {
  display: block;
  width: 100%;
  line-height: 1;
  color: #495057;
  padding: 1.125rem 1rem;
  background-clip: padding-box;
  border: none;
  outline: none;
  -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;
}

.f-control-sm {
  padding: 0.562rem 0.625rem;
  font-size: 0.75rem;
}

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

button,
input {
  overflow: visible;
}

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

.header-form {
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
}

.header-form select,
.header-form input {
  width: auto !important;
  color: inherit;
}

.header-form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #285864;
  color: #d5d5d5;
}

.header-form input:focus::-webkit-input-placeholder {
  opacity: 0.5 !important;
  color: #d5d5d5;
}

.header-form input:focus:-moz-placeholder {
  opacity: 0.5 !important;
  color: #d5d5d5;
}

.header-form input:focus::-moz-placeholder {
  opacity: 0.5 !important;
  color: #d5d5d5;
}

.header-form input:focus:-ms-input-placeholder {
  opacity: 0.5 !important;
  color: #d5d5d5;
}

.header-form select {
  background-color: #144753;
}

.header-form select:hover {
  background-color: #1e6d7f;
}

.form-request *:focus {
  outline: none;
}

.form-request .formtitle {
  margin-bottom: 34px;
  margin-top: -10px;
}

.form-request .form-line {
  margin-bottom: 25px;
}

.form-request .form-line .row,
.form-request .form-line .card-row {
  margin: 0 -20px;
}

.form-request .form-line .form-line {
  margin-bottom: 0;
}

.form-request .form-item {
  width: 100%;
}

.form-request .form-item:last-child {
  margin-right: 0;
}

.form-request .form-item-label {
  text-transform: uppercase;
  letter-spacing: 0.88px;
  line-height: 0.8;
  margin-bottom: 7px;
}

.form-request .form-item-label-multiagree {
  text-transform: inherit;
  letter-spacing: 0.88px;
  line-height: 2;
  margin-bottom: 7px;
}

.form-request .form-item-label-multiagree strong {
  font-weight: normal;
  text-transform: uppercase;
}

.form-request .form-item-label-multiagree a {
  font-size: 1.1em;
}

.form-request .form-label-line-checkbox input[type=checkbox] {
  position: absolute;
  margin-top: 7px;
}

.form-request .form-label-line-checkbox label {
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}

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

.form-request .form-comment-400 {
  position: absolute;
  width: 400px;
  margin: -27px 0 0 228px;
  font-size: 14px;
  color: #999;
}

.form-request .form-comment-label {
  font-size: 14px;
  color: #999;
}

.form-request .validate-message {
  margin-bottom: 7px;
  line-height: 0.8;
}

.form-request .form-item-element,
.form-request .form-item-element .jq-selectbox__select,
.form-item-element .form-request .jq-selectbox__select,
.form-request .form-item-element .jq-selectbox__select .jq-selectbox__select,
.form-item-element .jq-selectbox__select .form-request .jq-selectbox__select {
  width: 100%;
  height: 36px;
  padding: 12px;
  font-size: 0.94rem;
  line-height: 0.8;
  color: #144753;
}

.form-request input.form-item-element,
.form-request .form-item-element input.jq-selectbox__select,
.form-item-element .form-request input.jq-selectbox__select,
.form-request .form-item-element .jq-selectbox__select input.jq-selectbox__select,
.form-item-element .jq-selectbox__select .form-request input.jq-selectbox__select,
.form-request textarea.form-item-element,
.form-request .form-item-element textarea.jq-selectbox__select,
.form-item-element .form-request textarea.jq-selectbox__select,
.form-request .form-item-element .jq-selectbox__select textarea.jq-selectbox__select,
.form-item-element .jq-selectbox__select .form-request textarea.jq-selectbox__select {
  border: 1px solid #1e6d7f;
}

.form-request textarea.form-item-element,
.form-request .form-item-element textarea.jq-selectbox__select,
.form-item-element .form-request textarea.jq-selectbox__select,
.form-request .form-item-element .jq-selectbox__select textarea.jq-selectbox__select,
.form-item-element .jq-selectbox__select .form-request textarea.jq-selectbox__select {
  resize: none;
  height: 196px;
}

.form-request .form-styler-element,
.form-request .form-styler-element-with-scroll {
  padding: 0;
}

.form-request .validate-message {
  display: none;
}

.form-request .message-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-request .validate-common-message-tick-success {
  margin-right: 17px;
}

.form-request .valid input.form-item-element,
.form-request .valid .form-item-element input.jq-selectbox__select,
.form-item-element .form-request .valid input.jq-selectbox__select {
  border-color: #41c84b;
  padding-right: 36px;
}

.form-request .valid .form-item-element-container {
  position: relative;
}

.form-request .valid .form-item-element-container:after {
  content: "";
  position: absolute;
  width: 36px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/assets/img/svg/tick_sucessful.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.form-request .no-valid input.form-item-element,
.form-request .no-valid .form-item-element input.jq-selectbox__select,
.form-item-element .form-request .no-valid input.jq-selectbox__select,
.form-request .no-valid textarea.form-item-element,
.form-request .no-valid .form-item-element textarea.jq-selectbox__select,
.form-item-element .form-request .no-valid textarea.jq-selectbox__select {
  border-color: #cc2f2f;
  padding-right: 36px;
}

.form-request .no-valid .jqselect.form-item-element .jq-selectbox__select,
.form-request .no-valid .form-item-element .jqselect.jq-selectbox__select .jq-selectbox__select,
.form-item-element .form-request .no-valid .jqselect.jq-selectbox__select .jq-selectbox__select {
  border-color: #cc2f2f;
}

.form-request .no-valid .validate-message {
  display: block;
}

.form-request .no-valid .form-item-element-container {
  position: relative;
}

.form-request .no-valid .form-item-element-container:after {
  content: "";
  position: absolute;
  width: 36px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/assets/img/svg/exclamation.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.form-request .validate-common-message,
.form-request .validate-message-template {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  background-color: #f6f3f1;
  color: #cc2f2f;
  padding: 8px 10px;
  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;
}

.form-request .hidden {
  display: none;
}

.form-request .validate-common-message-bull {
  height: 12px;
  width: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #cc2f2f;
  margin-right: 17px;
}

.nav-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-img {
  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;
}

.nav-img + .nav-title {
  margin-left: 5px;
}

.fixed-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 56px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-bottom-nav .nav-item {
  height: 100%;
  padding: 0 1.375rem;
}

.fixed-bottom-nav .nav-item.orderbtm {
  background-color: #f1932f;
}

.fixed-bottom-nav .nav-item.orderbtm a.nav-link {
  color: #fff !important;
}

.fixed-bottom-nav .nav-item.orderbtm svg * {
  fill: #fff;
}

.fixed-bottom-nav .nav-item.orderbtm:hover {
  background-color: #ff9c32;
}

.fixed-bottom-nav .nav-img svg * {
  fill: #144753;
}

.social-nav {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-item:last-child .social-link {
  margin-right: 0;
}

.social-link {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #1e6d7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  margin-right: 10px;
  font-family: serif;
}

.social-link:hover {
  background-color: #144753;
}

.social-link-fb {
  background-image: url("/assets/img/svg/fb.svg");
}

.social-link-tw {
  background-image: url("/assets/img/svg/tw.svg");
}

.social-link-tg {
  background-image: url("/assets/img/svg/tg.svg?v0");
  background-size: 30px;
}

.pagination {
  list-style-type: none;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}

.pagination-line .pagination-title,
.pagination-line .pagination-subtitle {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-line .pagination-item-active {
  display: none;
  color: #ff9c32;
  border-bottom: 2px solid #ff9c32;
  margin-bottom: -2px;
  margin-left: 15px;
  margin-right: 27px;
}

.pagination-line .pagination-humburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 16px;
  min-width: 5px;
  min-height: 16px;
  cursor: pointer;
  margin-left: 22px;
}

.pagination-line .pagination-humburger:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  background-image: url("/assets/img/general/3-dots.png");
}

.pagination-line .pagination-humburger.active:after,
.pagination-line .pagination-humburger:hover:after {
  background-image: url("/assets/img/general/3-dots-active.png");
}

.pagination-item {
  margin: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.pagination-item:after {
  content: "/";
  position: absolute;
  right: -16px;
}

.pagination-item:last-child:after {
  content: "";
}

.pagination-item:first-child {
  margin-left: 0;
}

.page-top-line {
  border-color: #f6f3f1 !important;
}

.pagination-subtitle {
  font-size: 18px;
  color: #144753;
  margin-right: 45px;
  white-space: nowrap;
}

.pagination-page .pagination-title {
  font-size: 24px;
  color: #144753;
  margin-right: 116px;
  white-space: nowrap;
}

.pagination-page .pagination-item {
  margin: 0 22.5px;
  padding: 25px 0;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.pagination-page .pagination-item:after {
  content: "";
}

.pagination-page .pagination-item.active,
.pagination-page .pagination-item:hover {
  border-bottom: 1px solid #fd7e14;
}

.pagination-page .pagination-item.active a,
.pagination-page .pagination-item:hover a {
  color: #fd7e14;
}

.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-row {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-row-center {
  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;
}

.d-row-center-left {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-row-center-right {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.d-row-center-between {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-row-stretch {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-column {
  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;
}

.d-column-center {
  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;
  height: 100%;
}

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

.bg-body {
  background-color: #f6f3f1 !important;
}

.bg-error {
  background-color: #cc2f2f;
}

.page-padding-y {
  padding: 15px 0 50px;
}

.pers-line .pers-item {
  margin-right: 34px;
}

.pers-line .pers-item:last-child {
  margin-right: 0;
}

.pers-item .pers-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 0.8;
  margin-bottom: 10px;
}

.pers-item .pers-value {
  line-height: 0.8;
}

address.address {
  margin-bottom: 0;
}

address.address .address-item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

address.address .address-item:last-child {
  margin-bottom: 0;
}

address.address .btn + .address-text {
  margin-left: 18px;
}

.land-banner-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.land-banner-info span {
  display: block;
  line-height: 26px;
}

.land-banner {
  border-right: 1px solid #ddd;
  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;
}

.land-banner:last-child {
  border-right: none;
}

.land-banner:hover.land-banner-hover {
  background-color: #fff;
  border-color: transparent !important;
}

.land-banner:hover.land-banner-hover .land-banner-info {
  color: #f1932f !important;
}

.land-banner-img-wrapper {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  margin-right: 15px;
  position: relative;
}

.land-banner-img-wrapper > .btn {
  position: absolute;
  bottom: -16px;
  right: -10px;
}

.land-banner-img-wrapper > img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.land-banner-line {
  margin-top: 5px;
  margin-bottom: 5px;
}

.land-banner {
  padding: 23px 45px 23px 35px;
}

.land-banner:nth-child(3) {
  padding-right: 60px;
}

.land-banner:last-child {
  padding-left: 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 0;
}

.explorer-badge {
  padding: 24px 0;
}

.badge {
  border: 1px solid #ddd;
  border-radius: 23px;
  height: 46px;
  min-height: 46px;
  padding: 10px 26px 10px 13px;
  margin-right: 10px;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", serif;
  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-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

.badge:last-child {
  margin-right: 0;
}

.badge:hover {
  background-color: #f6f3f1;
}

.badge-img {
  border-radius: 50%;
  margin-right: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge-img img {
  max-width: 26px;
  height: auto;
  max-height: 26px;
}

.badge-title {
  line-height: 0.8;
  font-family: "Roboto";
  color: #144753;
}

.badge-tooltip {
  position: absolute;
  height: 22px;
  min-height: 22px;
  top: -13px;
  right: -5px;
  line-height: 22px;
  font-size: 12px;
  font-family: "Roboto";
  border: 1px solid #f6f3f1;
  background-color: #fff;
  border-radius: 11px;
  padding: 0 7px;
}

.badge.active {
  background-color: #fff;
  border-color: transparent;
}

.badge.active .badge-title {
  color: #f1932f;
}

.badge.page-crypto-bage {
  border: none;
  padding: 0;
}

.badge.page-crypto-bage:hover {
  background-color: transparent;
}

.badge.page-crypto-bage .badge-title {
  color: #ffffff;
  font-size: 24px;
}

.js-hide-block {
  display: none;
}

.b-card.bg-gray {
  background-color: #ddd;
  margin-bottom: 10px;
}

.b-card.bg-gray .bannerSideLabel-label {
  background-color: #ddd;
  margin-bottom: 7%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bannerSideLabel-label .b-card-icons-title {
  margin-bottom: 0;
}

.b-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.b-card-icons {
  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;
}

.b-card-icons .banner-icon-item.b-card-icons-title {
  margin: 0;
}

.b-card-header {
  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;
  border-bottom: 1px solid #888888;
  padding-bottom: 22px;
}

.b-card-title {
  font-size: 26px;
  color: #144753;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 5%;
  white-space: nowrap;
}

.b-card-cost {
  font-size: 2.5rem;
  color: #144753;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 0.9;
  white-space: nowrap;
}

.b-card-icons-title {
  color: #144753;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 7%;
}

.b-card-icons .banner-icon-item:last-child {
  margin-right: 0;
}

.b-card-icons .banner-icon-item {
  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-right: 13px;
}

.b-card-content {
  padding: 5%;
  min-width: 50%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-card-content .explorer-banner-btn {
  min-width: 260px;
}

.b-card-body {
  padding-top: 25px;
}

.b-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  padding-top: 3%;
  position: relative;
  z-index: 1;
}

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

.b-slogan {
  color: #144753;
}

.b-card-h {
  padding: 0;
}

.b-card-h .b-card-header {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-card-h .b-card-title {
  margin-bottom: 17px;
}

.b-card-h .b-card-icons-title {
  margin-bottom: 0;
}

.b-card-h .b-col-icons,
.b-card-h .b-col-header,
.b-card-h .b-col-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 2%;
  position: relative;
}

.b-card-h .b-col-button {
  z-index: 2;
}

.b-card-h .b-card-cost {
  padding-right: 19px;
  border-right: 1px solid #888888;
}

.b-card-h .b-slogan {
  padding-left: 19px;
}

.b-card-h .b-col-button {
  background-position: center 10px;
  background-repeat: no-repeat;
}

.b-card-h .b-col-button-omega {
  background-size: 80%;
  background-position: center -23px;
  background-image: url("data/img/content/banners/btm-banner-omega.png");
}

.b-card-h .b-col-button-alfa {
  background-size: 80%;
  background-position: center 10px;
  background-image: url("data/img/content/banners/product-banner-btm.png");
}

.b-card-h .b-col-button-tablet {
  background-size: 80%;
  background-position: center bottom;
  background-image: url("data/img/content/banners/banner-tablet-h.png");
}

.b-card-h .b-col-button-solution {
  background-size: 80%;
  background-position: center bottom;
  background-image: url("data/img/content/banners/banner-online-solution-h.png");
}

.b-card-h .b-col-button-accept {
  background-size: 100%;
  background-position: center bottom;
  background-image: url("data/img/content/banners/accept-banner.png");
}

.b-card-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  padding: 30px 15px;
  width: 100%;
}

.b-card-v .b-card-body,
.b-card-v .b-card-content {
  padding-top: 0;
}

.b-card-v .b-card-content {
  padding: 0;
}

.b-card-v .b-card-icons {
  margin-bottom: 19px;
}

.b-card-v .b-card-header {
  border: none;
  padding-bottom: 0;
}

.b-card-v .b-card-title {
  border-bottom: 1px solid #888;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.b-card-v .b-card-cost {
  margin-bottom: 12px;
}

.b-card-v .b-slogan {
  margin-bottom: 5px;
}

.b-card-v .explorer-banner-btn {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.b-card-v .b-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
}

.b-card-v .b-card-img .b-card-img-accept {
  width: 318px;
  margin-bottom: -20px;
}

.b-card-v .b-card-img .b-card-img-omega {
  width: 157px;
}

.b-card-v .b-card-img .b-card-img-online {
  width: 310px;
  margin-bottom: -10px;
}

.b-card-v .b-card-img .b-card-img-sale {
  width: 310px;
  margin-bottom: -48px;
}

.b-card-icons-in-rounded {
  border-radius: 28px;
  background-color: #f6f3f1;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 19px 11px;
}

.b-card-img {
  width: 40%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.b-card-img-alfa {
  background-size: contain;
}

.b-card-img-omega {
  background-size: contain;
}

.b-card-img-onl {
  background-size: contain;
}

.b-card-img-sale {
  background-size: contain;
}

.b-card-img-solution {
  background-size: contain;
}

.shape-secure {
  min-height: 90px;
}

.shape-secure img.dataimage {
  border: 1px solid rgba(119, 83, 12, 0.53);
  width: 450px;
  height: 200px;
}

.shape-secure .items {
  position: absolute;
  margin-top: -198px;
  width: 450px;
  height: 200px;
}

.shape-secure .items div {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
  border: 1px solid transparent;
  cursor: pointer;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw==");
}

.shape-secure .label {
  border: 1px solid rgba(119, 83, 12, 0.53);
  background-color: white;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 10px;
  width: 450px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.shape-secure .label img {
  position: absolute;
  margin: -14px 0 0 5px;
}

.shape-secure .items div:hover,
.shape-secure .items div.selected {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1RDVENDRGMDM4MjExRTVBRDZGRDZFNkU2NDNFNzcwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1RDVENDUwMDM4MjExRTVBRDZGRDZFNkU2NDNFNzcwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzVENUQ0NEQwMzgyMTFFNUFENkZENkU2RTY0M0U3NzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzVENUQ0NEUwMzgyMTFFNUFENkZENkU2RTY0M0U3NzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4cRT61AAAAD0lEQVR42mL43avYDxBgAAZpAjkuolniAAAAAElFTkSuQmCC");
  border: 1px solid #9c6d10;
}

.shape-secure .approved {
  border: 1px solid #FFF;
  background-color: #FFF;
  font-size: 19px;
  padding: 20px;
  margin-bottom: 10px;
  width: 450px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  display: none;
}

.lang-select {
  position: relative;
  margin-bottom: 21px;
}

.lang-select .lang {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.lang-select .lang img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.lang-select .dropdown {
  z-index: 21;
  position: absolute;
  display: none;
  height: auto;
  bottom: -10px;
  left: 0;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.1);
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.lang-select .dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-select .dropdown .lang {
  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: start;
}

.lang-select .dropdown .lang:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.lang-select .lang.current:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.sect-news .news-main-wrapper .content-text,
.sect-news .news-main-wrapper .table-text,
.sect-news .news-main-wrapper .content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sect-news .news-main-wrapper .news-content-text {
  margin-right: 30px;
}

.sect-news h1.page-title {
  margin-bottom: 24px;
  font-family: "Open Sans";
}

.sect-news .page-title {
  margin-bottom: 5px;
}

.sect-news h5.page-subtitle {
  margin-bottom: 12px;
}

.sect-news .news-date {
  padding: 21px 17px;
  text-align: center;
  height: 100%;
}

.sect-news button.btn-readmore.btn-md {
  padding: 0 30px !important;
}

.news-line {
  border-top: 1px solid #f6f3f1;
}

.news-line .row,
.news-line .card-row {
  margin: 0 -10px;
}

.news-line:last-child {
  border-bottom: 1px solid #f6f3f1;
}

.news-content {
  padding: 21px 0;
}

.news-content-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.8125rem;
}

.news-content-text .content-title {
  margin-bottom: 10px;
}

.news-content-text a,
.news-content-text span {
  display: block;
}

.news-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-list-wrapper button.btn-readmore.btn-md {
  margin: 32px auto 0;
}

.news-main-wrapper {
  position: relative;
  margin-bottom: 37px;
}

.news-main-wrapper h3.content-title {
  line-height: 36px;
  margin-bottom: 10px;
}

.news-main-wrapper .content-text,
.news-main-wrapper .table-text {
  line-height: 26px;
  color: #fff;
  font-size: 0.8125rem;
}

.news-main-wrapper .news-content-text {
  margin-right: 0;
}

.news-main-wrapper .news-main-img + .news-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-main-wrapper .news-main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-main-wrapper .news-line {
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(40, 88, 100, 0.95);
}

.news-main-wrapper .news-date {
  padding: 27px 23px;
  background-color: #144753;
}

.news-main-wrapper .news-content {
  padding: 27px 30px;
}

.news-main-wrapper .btn-readmore {
  min-width: 144px;
}

.sect-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sect-news-page .news-page-bottom-line {
  margin-top: auto;
}

.news-page-wrapper {
  position: relative;
  padding: 35px 15px 35px 95px;
  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%;
}

.news-page-wrapper .news-page-content {
  width: 100%;
  overflow: hidden;
}

.news-page-wrapper .news-page-label {
  position: absolute;
  top: 22px;
  left: 0;
}

.news-page-label {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
}

.news-page-content {
  margin-bottom: 30px;
}

.news-page-content .page-title {
  font-family: "Open Sans";
}

.news-page-content .content-text,
.news-page-content .table-text {
  line-height: 32px;
  font-family: "Open Sans";
}

.banner-side-container {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.promobtn-header {
  background-color: #144753;
  background-image: url(/img/general/location-header-bg.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.promobtnheader-topline,
.promobtnheader-content {
  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;
}

.promobtnheader-topline {
  padding: 10px 0;
  border-bottom: 1px solid #285864;
}

.promobtnheader-topline .promobtnheader-btn {
  padding: 19px 31px 16px 0;
  border-right: 1px solid #285864;
}

.promobtnheader-topline .promobtnheader-btn .btn {
  white-space: nowrap;
}

.promobtnheader-topline .promobtnheader-message {
  padding: 28px 31px 25px 31px;
}

.promobtnheader-topline .promobtnheader-message h4 {
  font-size: 19px;
  line-height: 1.1;
}

.promobtnheader-topline .promobtnheader-message2 {
  border-left: 1px solid #144753;
  padding: 28px 31px 25px 31px;
  float: right;
}

.promobtnheader-topline .promobtnheader-message2 h4 {
  font-size: 19px;
  line-height: 1.1;
}

.promobtnheader-topline .promobtnheader-btn2 {
  border-left: 1px solid #285864;
  padding: 19px 0 16px 31px;
  float: right;
}

.promobtnheader-topline .promobtnheader-btn2 .btn {
  white-space: nowrap;
}

.land-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  background-position: center;
  background-size: cover;
}

.land-page:first-child {
  height: 595px;
}

.land-page:first-child .land-banner-wrapper img {
  max-height: 521px;
}

.land-page .land-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.land-page:nth-child(1n) .land-col:first-child {
  margin-right: 60px;
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.land-page:nth-child(1n) .land-col:last-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.land-page .land-page-3 .land-col:first-child {
  margin-left: 60px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.land-page .land-page-3 .land-col:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.land-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.land-col:first-child {
  width: 56.4%;
  max-width: 660px;
}

.land-col:last-child {
  width: 43.6%;
  max-width: 510px;
}

section.land-page-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.land-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.land-banner-wrapper .banner-img > img {
  width: 100%;
  max-width: 100%;
}

.row.land-banner-line,
.land-banner-line.card-row {
  margin: 0 -10px;
}

.land-info-item {
  margin-bottom: 1rem;
}

.land-info-item h5,
.land-info-item span {
  line-height: 1.625rem;
  display: inline-block;
}

.land-info-item h5 + span {
  margin-left: 5px;
}

.land-info-item::last-child {
  margin-bottom: 0;
}

.land-info-item + .btn {
  margin-top: 40px;
}

.banner-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-top: -50px;
  background-color: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  padding: 23px 22px 23px 16px;
  position: relative;
  overflow-x: hidden;
  z-index: 2;
}

.banner-label > span > span {
  display: block;
}

.banner-label .cointype-line {
  margin-right: 20px;
}

.land-page-2 .banner-label,
.land-page-3 .banner-label {
  margin-top: -115px;
}

.land-page-3 .banner-label {
  margin-top: -115px;
  padding: 37px 42px 32px 30px;
}

.land-page-map h1.page-title {
  margin-bottom: 17px;
}

.land-page-map .map-wrapper #map-index {
  height: 437px;
  width: 100%;
}

.map-info {
  padding: 26px 0 24px;
}

.map-info .map-info-line {
  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;
}

.map-info button.btn {
  margin-right: 20px;
}

.map-info button.btn span {
  white-space: wrap;
  line-height: 0.8;
}

.map-info button.btn span.info-text-sm13 {
  line-height: 15px;
}

.map-info button.btn:last-child {
  margin-right: 0;
}

.land-content .page-title {
  cursor: pointer;
  line-height: 3.625rem;
}

.land-content .carousel {
  padding: 0 60px;
}

.land-content .carousel .carousel-item {
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.land-content .carousel .carousel-img {
  width: 100%;
  height: 100%;
  max-width: 555px;
  max-height: 404px;
  overflow: hidden;
}

.land-content .carousel .carousel-img img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.land-content .carousel .infobox {
  cursor: pointer;
  padding: 0 0 0 40px;
}

.land-content .carousel .infobox .infobox-line:first-child {
  border-top: none;
  padding-top: 0;
}

.land-content .carousel .infobox .infobox-line:last-child {
  border-bottom: none;
}

section.land-page-news .fb-title {
  margin-bottom: 2.65rem;
}

section.land-page-news .row,
section.land-page-news .card-row {
  margin: 0 -10px;
}

section.land-page-news h1.page-title {
  line-height: 0.8;
}

section.land-page-news .news-content {
  padding: 50px 60px 42px;
}

section.land-page-news .news-content h3.content-title {
  line-height: 36px;
  margin-bottom: 10px;
}

section.land-page-news .news-content .content-text,
section.land-page-news .news-content .table-text {
  line-height: 26px;
  color: #ddd;
  font-size: 0.94rem;
}

section.land-page-news .news-content .news-content-text {
  margin-bottom: 22px;
  margin-right: 0;
}

section.land-page-news .news-content .btn-readmore.btn-sm {
  padding: 0 19px;
  height: 33px;
  line-height: 33px;
  min-height: 33px;
  font-size: 0.8125rem;
}

.land-page-suscribe {
  padding: 49px 0 52px;
}

.land-page-suscribe .page-title {
  margin-bottom: 25px;
  line-height: 48px;
}

.land-page-suscribe .btn-lg .btn-img {
  width: 25px;
  min-width: 25px;
  height: 20px;
  min-height: 20px;
}

.land-page-suscribe .btn-lg .btn-title {
  font-size: 1.125rem;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.price-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alpha-rectangle {
  background-image: url("/img/general/index/alpha-rectangle.png");
  background-size: 300px 260px;
  background-repeat: no-repeat;
  background-position: -75px 25px;
  width: 275px;
  height: 275px;
}

.point-rectangle {
  background-image: url("/img/general/index/point-rectangle.png");
  background-size: auto auto;
  background-repeat: no-repeat;
  right: 0;
  top: -50px;
  background-position: 25px -60px;
  width: 350px;
  height: 350px;
}

.shop-rectangle {
  background-image: url("/img/general/index/shop-rectangle.png");
  background-size: auto auto;
  background-repeat: no-repeat;
  right: 0;
  top: -50px;
  background-position: 0px -60px;
  width: 350px;
  height: 350px;
}

.banner-img {
  position: relative;
}

.p-o-from {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(253, 253, 253);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-align: left;
}

.price-detail {
  padding-left: 30px;
  padding-top: 30px;
  margin: 0;
  font-family: "Roboto";
  color: rgb(252, 210, 165);
}

.price-detail-point {
  position: absolute;
  top: 40px;
  right: 150px;
  text-align: right;
  font-family: "Roboto";
  color: rgb(252, 210, 165);
}

.price-detail-point.franchise {
  text-align: left;
  top: 27px;
  right: 126px;
}

.price-detail-shop {
  position: absolute;
  text-transform: uppercase;
  top: 40px;
  right: 150px;
  text-align: right;
  font-family: "Roboto";
  color: rgb(252, 210, 165);
  letter-spacing: 5px;
}

.price-detail-th {
  font-size: 40px;
  line-height: 1;
  margin-left: 15px;
  display: inline-block;
}

.price-detail-th::before {
  content: "€";
  font-size: 24px;
  color: rgb(252, 210, 165);
  text-align: left;
  position: absolute;
  left: 30px;
}

.th-point::before {
  content: "€";
  font-size: 24px;
  color: rgb(252, 210, 165);
  text-align: left;
  position: absolute;
  left: 0;
}

.th-shop::before {
  content: "";
  font-size: 24px;
  color: rgb(252, 210, 165);
  text-align: left;
  position: absolute;
  left: 0;
}

.th-shop-w::before {
  content: "€";
  font-size: 24px;
  color: rgb(252, 210, 165);
  text-align: left;
  position: absolute;
  left: 0;
}

.price-detail-main {
  font-size: 32px;
}

.price-detail-franchise {
  font-size: 25px;
}

.sect-blog-list h1.page-title,
.sect-blog-page h1.page-title {
  margin-bottom: 24px;
}

.blog-line .row,
.blog-line .card-row {
  margin: 0 -10px;
}

.blog-line .blog-line-label {
  padding: 8px 15px;
}

.blog-line .blog-content {
  margin-left: 15px;
  padding: 26px 15px 21px 0;
}

.blog-line:hover {
  background-color: #f6f3f1;
}

.blog-line:hover .btn-blog-label {
  border: 1px solid #dddddd;
}

.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f6f3f1;
}

.blog-line:last-child .blog-content {
  border-bottom: 1px solid #f6f3f1;
}

.sect-blog-page .content-text,
.sect-blog-page .table-text {
  line-height: 32px;
}

.sect-order-btm .footer-contacts-wrapper {
  width: calc(70% - 30px);
  margin-left: auto;
}

.form-request-wrapper {
  border-bottom: 1px solid #ddd;
}

.form-request-wrapper .form-request {
  clear: both;
}

.form-request-wrapper .from-block-2,
.form-request-wrapper .from-block-1 {
  float: right;
  width: calc(100% - 482px);
}

.form-request-wrapper .from-block-1 {
  margin-top: -42px;
}

.form-request-wrapper .atm-view-container {
  float: left;
  width: 452px;
  max-height: 448px;
  margin-right: 30px;
  overflow: hidden;
}

.form-request-wrapper .atm-view-container .atm-view-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer-contacts-wrapper {
  padding-top: 20px;
  padding-bottom: 61px;
}

.order-atm-label,
.currency-calculator-wrapper .jq-selectbox__select-text,
.currency-calculator-wrapper .c-input .c-currency-value {
  margin-top: 34px;
}

.col-wrapper:first-child {
  margin-right: 20px;
}

.col-wrapper:last-child {
  margin-left: 20px;
}

.atm-view-container {
  padding: 40px 10px;
  background-color: #f6f3f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.atm-view-container .btn-slogan {
  position: absolute;
  top: 20px;
  right: 20px;
}

.footer-contacts .row,
.footer-contacts .card-row {
  margin: 0 -10px;
}

.footer-contacts .contacts-label {
  margin-bottom: 30px;
}

.footer-contacts .contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.footer-contacts .item-label {
  margin-bottom: 0;
  line-height: 26px;
}

.footer-contacts a {
  line-height: 26px;
}

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

.copy-container .btn-copy {
  margin-left: 18px;
  margin-top: 0 !important;
  margin-left: 5px;
}

.lheader-error-box {
  padding: 25px;
}

.location-header {
  background-color: #144753;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.lheader-topline,
.lheader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lheader-topline {
  padding: 10px 0;
  border-bottom: 1px solid #285864;
}

.lheader-topline .lheader-btn {
  padding: 19px 31px 19px 0;
  border-right: 1px solid #285864;
}

.lheader-topline .lheader-btn button .btn-img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lheader-topline .lheader-cointyle {
  padding: 25px 0 25px 31px;
}

.lheader-content {
  padding: 50px 0;
}

.lheader-content .lheader-content-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lheader-content .lheader-content-img-wrapper {
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  width: 110px;
  max-width: 110px;
  min-width: 110px;
  height: 110px;
  max-height: 110px;
}

.lheader-content .lheader-content-img-wrapper .lheader-content-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.lheader-content .lheader-content-img-wrapper:hover .sl-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lheader-content .lheader-content-img-wrapper .sl-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #888888;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}

.lheader-content .lheader-content-img-wrapper .sl-zoom:hover {
  background-color: #1e6d7f;
}

.lheader-content .lheader-content-img-wrapper .sl-zoom img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.lheader-content address.lheader-content-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.lheader-content .lheader-address-line {
  padding: 13px 20px 13px 17px;
  color: #fff;
  border: 1px solid #1e6d7f;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.9;
}

.lheader-content .lheader-address-line > img {
  max-width: 22px;
  max-height: 22px;
  margin-right: 10px;
}

.lheader-content .lheader-address-line:hover {
  background-color: #1e6d7f;
}

.lheader-content .lheader-address-line.lheader-address-worktime:hover {
  background-color: transparent;
}

.lheader-content .lheader-address-street {
  margin-bottom: 14px;
  cursor: pointer;
}

.lheader-content .lheader-address-phone {
  margin-right: 10px;
  margin-bottom: 27px;
  cursor: pointer;
  text-wrap: none;
}

.lheader-content .lheader-address-worktime {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
  line-height: 24px;
}

.lheader-content .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*.converter-our{
	position: absolute;
	top:-50%;
	left:25%;

}*/

.hide {
  display: none;
}

.location-modal {
  width: 100%;
  background-color: #1e6d7f;
  height: 100%;
}

.location-modal .modal-dialog {
  max-width: 900px;
  min-width: 150px;
  max-height: 500px;
}

.location-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.location-slider {
  display: none;
}

.lheader-content-coin-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lheader-content-coin-info .pers-label,
.lheader-content-coin-info .pers-value,
.lheader-content-coin-info .infobox-label {
  color: #fff;
}

.lheader-content-coin-info .btn-slogan {
  margin-right: 21px;
}

.location-table {
  padding: 41px 0 55px;
}

.location-table h3.t-blue,
.location-table .arcticle-banner-wrapper h3.article-banner-info,
.arcticle-banner-wrapper .location-table h3.article-banner-info,
.location-table h3.date-day,
.location-table h3.date-month,
.location-table h3.order-atm-label,
.location-table .currency-calculator-wrapper h3.jq-selectbox__select-text,
.currency-calculator-wrapper .location-table h3.jq-selectbox__select-text,
.location-table .currency-calculator-wrapper .c-input h3.c-currency-value,
.currency-calculator-wrapper .c-input .location-table h3.c-currency-value,
.location-table h3.page-title,
.location-table h3.block-title,
.location-table h3.banner-title,
.location-table h3.list-title,
.location-table h3.info-title,
.location-table h3.card-title,
.location-table h3.info-title-lg,
.location-table h3.sub-title,
.location-table h3.info-text,
.location-table h3.info-text-sm13,
.location-table h3.info-text-sm11,
.location-table h3.banner-text-lg,
.location-table h3.pers-item {
  margin-bottom: 24px;
  line-height: 26px;
}

.lh-table-wrapper .lh-table-header .lh-tr {
  padding: 0 0 11px 0;
}

.lh-table-wrapper .lh-th {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.89px;
  white-space: nowrap;
  border-color: transparent !important;
}

.lh-table-wrapper .lh-th.border-right + .lh-th {
  padding-left: 20px;
}

.lh-table-wrapper .lh-table-body .lh-tr {
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 1px;
  position: relative;
}

.lh-table-wrapper .lh-table-body .lh-tr:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.lh-table-wrapper .lh-th:first-child,
.lh-table-wrapper .lh-td:first-child {
  padding-left: 22px;
}

.lh-table-wrapper .lh-th:last-child,
.lh-table-wrapper .lh-td:last-child {
  padding-right: 40px;
}

.lh-table-wrapper .lh-td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #f6f3f1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lh-table-wrapper .lh-td.border-right + .lh-td {
  padding-left: 20px;
}

.cointype-img-wrapper {
  width: 40px;
  min-width: 40px;
  text-align: center;
}

.cointype-img-wrapper img {
  max-width: 40px;
  min-width: 24px;
  min-height: 28px;
  max-height: 43px;
}

.cointype-info-wrapper {
  margin-left: 15px;
}

.cointype-title {
  color: #000124;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: capitalize;
}

.cointype-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  line-height: 1;
}

.btn-calc img.btn-img {
  width: 20px;
  min-width: 20px;
  height: 24px;
  min-height: 24px;
}

.scale {
  width: 100%;
  height: 4px;
  min-height: 4px;
  background-color: #dddddd;
  position: relative;
}

.scale + .scale-info {
  margin-top: 9px;
}

.scale-m:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  bottom: 0;
  background-color: #1e6d7f;
}

.scale-h:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  bottom: 0;
  background-color: #41c84b;
}

.scale-l:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  bottom: 0;
  background-color: #cc2f2f;
}

.scale-info {
  color: #888888;
  font-size: 12px;
  text-align: center;
  line-height: 14.83px;
}

.scale-info a {
  color: #008ea9;
}

.scale-info-lg {
  font-size: 18px;
  line-height: 24px;
}

.lh-map-wrapper {
  padding-bottom: 31px;
}

.lh-map-wrapper .container-fluid .row,
.lh-map-wrapper .container-fluid .card-row {
  margin: 0 -20px;
}

.lh-map-wrapper .lh-map-title {
  margin-bottom: 20px;
  color: #144753;
}

.lh-map-wrapper .lh-map-paragraph {
  line-height: 28px;
  font-size: 15px;
}

.lh-map-wrapper .lh-info-main {
  border-color: #f6f3f1;
  padding-bottom: 24px;
}

.lh-map-wrapper .lh-info-dop {
  padding-top: 20px;
}

.lh-map-wrapper .lh-info-dop h5 {
  margin-bottom: 10px;
}

.lh-map-wrapper .lh-info-dop .lh-map-paragraph {
  margin-bottom: 15px;
}

.lh-map-wrapper .lh-info-dop .subscribe-input {
  border: 1px solid #1e6d7f;
  border-radius: 20px;
  height: 41px;
  min-height: 41px;
}

.lh-map-wrapper .lh-map-img-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.page-crypto-sect {
  background-color: #144753;
}

.sell-map-locations {
  padding: 30px 0 55px;
}

.sell-map-locations .smap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sell-map-locations .smap-wrapper .smap-nav {
  max-height: 562px;
  overflow-y: auto;
}

.sell-map-locations .smap-wrapper .smap-nav .smap-nav-container {
  border-bottom: 1px solid #ddd;
}

.sell-map-locations .smap-wrapper .smap-nav .smap-nav-container:last-child {
  border-bottom: none;
}

.sell-map-locations + .article-sect .article-wrapper {
  border-top: none;
}

.smap-map {
  height: 562px;
}

#map {
  height: 100%;
}

#map-sell-online {
  height: 100%;
}

section.moreInfo {
  padding-top: 35px;
  padding-bottom: 90px;
}

section.moreInfo + section.subscribe-sect {
  margin-top: 0;
}

.oteam-header .oteam-header-wrapper {
  padding: 122px 0;
}

.oteam-header .oteam-header-wrapper > .container-fluid > .row,
.oteam-header .oteam-header-wrapper > .container-fluid > .card-row {
  margin: 0 -20px;
}

.oteam-header .oteam-header-content h1.page-title {
  margin-bottom: 22px;
}

.oteam-header .oteam-header-content h1,
.oteam-header .oteam-header-content span {
  display: block;
}

.oteam-header .oteam-header-content p {
  line-height: 32px;
}

.oteam-header .oteam-header-graph {
  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: 100px;
}

.oteam-header .graph-item {
  background-color: #fff;
  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;
}

.oteam-header .graph-item-sm {
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
}

.oteam-header .graph-item-main {
  width: 160px;
  height: 160px;
  min-width: 160px;
  min-height: 160px;
  position: relative;
  z-index: 3;
}

.oteam-header .graph-item-l,
.oteam-header .graph-item-r,
.oteam-header .graph-item-t {
  position: absolute;
}

.oteam-header .graph-item-l:after,
.oteam-header .graph-item-r:after,
.oteam-header .graph-item-t:after {
  content: "";
  position: absolute;
  background-repeat: repeat;
  z-index: 2;
}

.oteam-header .graph-item-l,
.oteam-header .graph-item-r {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.oteam-header .graph-item-l {
  left: -120px;
}

.oteam-header .graph-item-l:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/assets/img/general/ourteam/rect-1.png");
  left: 88px;
  height: 1px;
  width: 31px;
}

.oteam-header .graph-item-r {
  right: -120px;
}

.oteam-header .graph-item-r:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/assets/img/general/ourteam/rect-1.png");
  right: 88px;
  height: 1px;
  width: 31px;
}

.oteam-header .graph-item-t {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -120px;
}

.oteam-header .graph-item-t:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("/assets/img/general/ourteam/rect.png");
  top: 88px;
  width: 1px;
  height: 31px;
}

.oteam-info {
  background-color: #fff;
  padding: 54px 0;
  border-bottom: 1px solid #f6f3f1;
}

.oteam-info-wrapper .ourteam-info-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/general/ourteam/bg.png");
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 43px;
  margin-right: 49px;
}

.oteam-info-wrapper .ourteam-info-banner h1.page-title {
  color: #fff !important;
  margin-bottom: 0;
}

.oteam-info-wrapper .ourteam-info-row {
  margin-bottom: -66px;
}

.oteam-info-wrapper .ourteam-info-block {
  margin-bottom: 66px;
}

.oteam-info-wrapper .ourteam-info-block .info-block-img {
  margin-bottom: 30px;
  min-height: 77px;
}

.oteam-info-wrapper .ourteam-info-block .info-block-title {
  line-height: 29px;
  font-size: 18px;
  font-weight: 700;
  color: #1e6d7f;
  margin-bottom: 15px;
}

.oteam-info-wrapper .ourteam-info-block .info-block-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.oteam-user {
  background-color: #fff;
  padding: 34px 0 54px;
}

.oteam-user .ourteam-user-photo {
  overflow: hidden;
  margin-right: 49px;
}

.oteam-user .ourteam-user-name {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.oteam-user .ourteam-user-row {
  margin: 0 -20px;
}

.oteam-user p.info-block-text {
  line-height: 28px;
}

.oteam-user .ourteam-user-info-wrapper {
  border-bottom: 1px solid #f6f3f1;
}

.oteam-user .ourteam-user-info-wrapper h1.page-title {
  color: #1e6d7f !important;
  margin-bottom: 30px;
}

.oteam-user .ourteam-user-info-wrapper p {
  font-size: 18px;
  font-weight: 700;
  color: #285864;
  line-height: 28px;
  margin-bottom: 26px;
}

.oteam-user .ourteam-user-contacts-wrapper {
  padding: 30px 0;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .btn-slogan {
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .btn-copy {
  min-width: auto;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .btn-copy:hover {
  background-color: transparent;
  border: none;
  color: #f1932f;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .btn-mail .btn-img {
  width: 39px !important;
  max-width: 39px !important;
  min-width: 39px !important;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .address-text {
  margin-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .address-text a {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
}

.oteam-user .ourteam-user-contacts-wrapper .address-item .address-text a + .btn {
  margin-left: 15px;
}

.oteam-user .ourteam-user-contacts-wrapper .address-item:last-child {
  margin-bottom: 0;
}

.oteam-slogan-line {
  margin-bottom: -24px;
  padding-bottom: 55px;
}

.oteam-slogan-line .ourteam-slogan-wrapper {
  background-image: url("/assets/img/general/ourteam/block-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 61px 102px;
}

.oteam-slogan-line .ourteam-slogan-wrapper h5 {
  color: #1e6d7f;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.contacts-info-wrapper {
  margin-right: 52px;
}

.contacts-info-wrapper address.address label.address-label {
  line-height: 26px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.contacts-info-wrapper address.address .contacts-lg-social-nav {
  margin-left: 95px;
  padding: 22px 0 28px;
}

.contacts-info-wrapper address.address .contacts-lg-social-nav .address-label {
  margin-bottom: 10px;
}

.contacts-info-wrapper address.address .address-text {
  border-bottom: 1px solid #f6f3f1;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-left: 37px;
  padding: 22px 0 28px;
}

.contacts-info-wrapper address.address .address-text a {
  color: #1e6d7f;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 26px;
}

.contacts-info-wrapper address.address .address-text a + button {
  margin-top: 10px;
}

.contacts-info-wrapper address.address .address-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.contacts-info-wrapper address.address .address-item .btn-slogan {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.contacts-info-wrapper address.address .address-item .btn-slogan .btn-img {
  max-width: 36px;
  max-height: 30px;
}

.contacts-info-wrapper address.address .address-item .btn-slogan.btn-geo {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 26px;
}

.contacts-info-wrapper address.address .address-item .btn-slogan.btn-geo .btn-img {
  min-width: 21px;
}

.contacts-info-wrapper address.address .address-item .btn-slogan.btn-phone .btn-img {
  min-width: 30px;
}

.contacts-info-wrapper address.address .address-item .btn-slogan.btn-mail .btn-img {
  min-width: 36px;
}

.contacts-info-wrapper address.address .address-item:first-child .address-text {
  border-top: 1px solid #f6f3f1;
}

section.sect-contacts {
  padding-top: 36px;
  /*.container-fluid{
  	padding:0 10px;
  }*/
}

section.sect-contacts .contacts-map-wrapper {
  width: 100%;
  margin-top: 36px;
}

section.sect-contacts .contacts-map-map {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

section.sect-contacts .contacts-map-label {
  font-size: 24px;
  color: #144550;
  line-height: 36px;
}

section.sect-contacts .contacts-map-label a {
  color: #429db4;
  font-size: 16px;
  line-height: 50px;
}

section.sect-contacts .form-request {
  display: block;
  float: none;
  position: relative;
}

section.sect-contacts .contacts-form-wrapper {
  margin-top: 39px;
}

section.sect-contacts .contacts-form-wrapper h3 {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f6f3f1;
}

section.sect-contacts > section.subscribe-sect {
  margin-top: 0;
}

section.sell-header.sell-online-sect {
  background-image: url("/assets/img/general/sell online/bg-img.png");
  background-position: right bottom;
  background-size: contain;
}

section.sell-header.sell-online-sect .content-wrapper {
  padding-bottom: 70px;
}

section.sell-header.sell-online-sect .sell-header-content {
  width: 50%;
}

section.sell-header .sect-top-line {
  margin-bottom: 70px;
}

section.sell-header .sell-header-text {
  padding: 0 0 114px 0;
}

section.sell-header .sect-top-line {
  border-bottom: none;
}

section.sell-header .sell-header-content > .container-fluid > .row,
section.sell-header .sell-header-content > .container-fluid > .card-row {
  margin-left: -10px;
  margin-right: -10px;
}

section.sell-header .sell-header-content h1.page-title {
  margin-bottom: 25px;
  line-height: 58px;
}

section.sell-header .sell-header-content p {
  line-height: 32px;
  font-size: 18px;
  color: #144753;
  margin-bottom: 60px;
}

section.sell-header .btn-md {
  padding: 0 25px;
}

section.sell-header .btn-md img.btn-img {
  max-width: 25px;
  max-height: 25px;
}

section.sell-header .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.sell-header .button-wrapper .btn {
  margin-right: 15px;
}

section.sell-header .button-wrapper .btn:last-child {
  margin-right: 0;
}

section.sell-info {
  padding: 50px 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;
}

section.sell-info .banner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.sell-info .banner-icons .banner-icon-item {
  margin-right: 8px;
}

section.sell-info .banner-icons .banner-icon-item:last-child {
  margin-right: 0;
}

section.sell-info .sinfo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin: 0 auto;
}

section.sell-info .sinfo-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

section.sell-info .sinfo-line:last-child {
  margin-bottom: 0;
}

section.sell-info .sinfo-label {
  width: 139px;
  min-width: 139px;
  height: 139px;
  min-height: 139px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  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: 43px;
}

section.sell-info .sinfo-label .sinfo-img-mail {
  width: 73px;
  min-width: 73px;
  height: 68px;
  min-height: 68px;
}

section.sell-info .sinfo-label .sinfo-img-provide {
  width: 55px;
  min-width: 55px;
  height: 86px;
  min-height: 86px;
}

section.sell-info .sinfo-label .sinfo-img-coins {
  width: 67px;
  min-width: 67px;
  height: 69px;
  min-height: 69px;
}

section.sell-info .sinfo-text {
  font-size: 18px;
  line-height: 32px;
}

section.sell-info .sinfo-text + .sinfo-banners {
  margin-top: 20px;
}

.sell-map .smap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.sell-map .smap-wrapper .smap-nav {
  width: 100%;
  min-width: 405px;
  max-width: 405px;
  max-height: 562px;
  overflow-y: scroll;
  padding: 27px 0;
}

.sell-map .smap-wrapper .smap-nav .smap-info-label {
  padding: 25px 25px 13px 25px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 11px;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-container {
  overflow-y: auto;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 25px;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item .smap-nav-label {
  margin-right: 12px;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item .smap-nav-address {
  color: #144753;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item .smap-nav-address span {
  line-height: 20px;
  display: block;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item:hover {
  cursor: pointer;
  background-color: #fff;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item:hover .smap-nav-address span {
  color: #f1932f !important;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item.active {
  background-color: #fff;
}

.sell-map .smap-wrapper .smap-nav .smap-nav-item.active .smap-nav-address span {
  color: #f1932f !important;
}

.sell-map .smap-wrapper .smap-map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.sell-map .smap-wrapper .smap-map img {
  width: 100%;
  height: 100%;
}

.sell-slogan {
  text-align: center;
  padding: 54px 0 61px;
  margin-bottom: -24px;
}

.sell-slogan h1.page-title {
  line-height: 38px;
  margin-bottom: 20px;
}

.sell-slogan p {
  line-height: 38px;
  font-size: 24px;
  color: #144753;
  margin-bottom: 33px;
}

.sell-slogan .btn-md {
  height: 62px;
  min-height: 62px;
  padding: 0 39px 0 29px;
}

.sell-slogan .btn-md .btn-title {
  font-size: 18px;
}

.sell-slogan .btn-md img.btn-img {
  max-width: 19px;
  max-height: 31px;
}

.sect-faq .sect-faq-title {
  margin-top: 30px;
  margin-bottom: 22px;
}

.sect-faq:first-child .sect-faq-title {
  margin-top: 11px;
}

.sect-faq-title {
  color: #888888;
  font-size: 18px;
  line-height: 15.98px;
  text-align: center;
  margin-bottom: 24px;
  display: block;
}

.sect-faq-title::first-letter {
  text-transform: uppercase;
}

.faq-item {
  padding: 33px 0;
  border-top: 1px solid #ddd;
}

.faq-item:last-child {
  border-bottom: 1px solid #ddd;
}

.faq-title {
  font-size: 24px;
  color: #2995ae;
  line-height: 27.97px;
  display: block;
  margin-left: 94px;
  margin-bottom: 31px;
  position: relative;
}

.faq-title::before {
  position: absolute;
  left: -94px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 53px;
  height: 53px;
  min-width: 53px;
  min-height: 53px;
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: center;
  background-image: url("/assets/img/svg/faq/plus.svg");
}

.faq-title[aria-expanded=false]:before {
  background-image: url("/assets/img/svg/faq/plus.svg");
}

.faq-title[aria-expanded=true]:before {
  background-image: url("/assets/img/svg/faq/minus.svg");
}

.faq-title[aria-expanded=false] {
  margin-bottom: 0;
}

.faq-content {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-left: 94px;
}

#faq-menu {
  position: absolute;
  left: 43px;
  right: 10px;
  top: 22vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#faq-menu a.nav-link {
  display: block;
  position: relative;
  font-size: 18px;
  color: #888888 !important;
  line-height: 50px;
  margin-left: 35px;
}

#faq-menu a.nav-link:before {
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: transparent;
  border: 1px solid #888888;
  border-radius: 50%;
}

#faq-menu .nav-link:hover {
  color: #144753 !important;
}

#faq-menu .nav-link:hover:before {
  background-color: #144753;
  border: 1px solid transparent;
}

#faq-menu .nav-link.active {
  color: #f1932f !important;
}

#faq-menu .nav-link.active:before {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  left: -38px;
  background-color: #ff9c32;
  border: 1px solid transparent;
}

#faq-menu .link-staff span:first-child {
  margin-right: 5px;
  display: block;
}

#faq-menu .link-staff span:first-child::first-letter {
  text-transform: uppercase;
}

section.sell-header.accept-coins-sect {
  background-image: url("/assets/img/general/coins/bg-img.jpg");
  background-position: bottom right;
  background-size: cover;
}

section.sell-header.accept-coins-sect .content-wrapper {
  background-image: url("/assets/img/general/coins/logos-coins.png");
  background-position: 90% 80%;
  background-size: 245px;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

section.sell-header.accept-coins-sect .sell-header-content {
  width: 50%;
}

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

.how-wrapper .how-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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;
}

.how-wrapper .how-block {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  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;
}

.how-wrapper .how-block .how-info {
  min-height: 148px;
  max-height: 148px;
  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: 30px;
  text-align: center;
  background-color: #285864;
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
}

.how-wrapper .how-block .how-bg-img {
  height: 49vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.how-wrapper .how-block-l .how-label {
  right: 100px;
  left: auto;
}

.how-wrapper .how-block-l .how-label img.btn-img {
  width: 30px;
}

.how-wrapper .how-block-l .how-label-c {
  right: -58.5px;
  z-index: 2;
}

.how-wrapper .how-block-l .how-label-c img.btn-img {
  width: 48px;
}

.how-wrapper .how-block-r .how-info {
  background-color: #144753;
}

.how-wrapper .how-block-r .how-label {
  left: 100px;
}

.how-wrapper .how-block-r .how-label img.btn-img {
  width: 21px;
}

.p-header {
  padding: 54px 0 0;
}

.p-header .p-slider-main {
  min-height: 483px;
}

.p-header .p-slider-main {
  overflow: hidden;
}

.p-header .p-slider-main .slider-item {
  position: relative;
}

.p-header .p-slider-main .slider-item .sl-zoom {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #888888;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}

.p-header .p-slider-main .slider-item .sl-zoom:hover {
  background-color: #1e6d7f;
}

.p-header .p-slider-main .slider-item .sl-zoom img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.p-header .p-slider-main .slider-item > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-header .p-slider-main .slick-prev {
  left: 15px;
}

.p-header .p-slider-main .slick-next {
  right: 15px;
}

.p-header .p-slider-main .slick-prev,
.p-header .p-slider-main .slick-next {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: none !important;
}

.p-header .p-slider-main .slick-prev:before,
.p-header .p-slider-main .slick-next:before {
  min-width: 19px;
  min-height: 17px;
}

.p-header .p-slider-main:hover .slick-prev,
.p-header .p-slider-main:hover .slick-next {
  display: inline-block !important;
}

.p-header .p-slider-main:hover .slider-item .sl-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header .p-slider-dop {
  margin-top: 40px;
}

.p-header .p-slider-dop .slider-item {
  min-height: 100px;
  padding: 0 15px;
  overflow: hidden;
}

.p-header .p-slider-dop .slider-item .slider-item-content {
  max-width: 100%;
  overflow: hidden;
}

.p-header .p-slider-dop .slider-item img {
  width: auto;
  height: 100%;
}

.p-header .p-slider-dop .slick-prev {
  left: -15px;
}

.p-header .p-slider-dop .slick-next {
  right: -15px;
}

.p-header .p-slider-dop .slick-prev,
.p-header .p-slider-dop .slick-next {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: none !important;
}

.p-header .p-slider-dop .slick-prev:before,
.p-header .p-slider-dop .slick-next:before {
  min-width: 14px;
  min-height: 14px;
}

.p-header .p-slider-dop:hover .slick-prev,
.p-header .p-slider-dop:hover .slick-next {
  display: inline-block !important;
}

.p-header .p-header-info {
  margin-left: 20px;
}

.p-header .p-header-info .p-info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0;
  border-color: #ddd;
}

.p-header .p-header-info .p-info-line p.content-text,
.p-header .p-header-info .p-info-line p.table-text {
  line-height: 32px;
  margin-bottom: 27px;
}

.p-header .p-header-info .p-info-line h3.content-text,
.p-header .p-header-info .p-info-line h3.table-text {
  line-height: 36px;
}

.p-header .p-header-info .p-info-line .p-header-form-title {
  margin-bottom: 16px;
}

.p-header .p-header-info .p-info-item {
  padding: 17px 33px;
  border-right: 1px solid #f6f3f1;
}

.p-header .p-header-info .p-info-item:first-child {
  padding-left: 0;
}

.p-header .p-header-info .p-info-item:last-child {
  padding-right: 0;
  border-right: none;
}

.p-header .p-header-info .p-info-item .infobox-label {
  color: #888888;
  margin-bottom: 13px;
  line-height: 0.8;
  white-space: nowrap;
}

.p-header .p-header-info .p-info-item .price-value {
  line-height: 0.8;
  white-space: nowrap;
}

section.p-info .content-wrapper {
  padding-bottom: 50px;
}

section.p-info .p-info-table-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 22px;
}

section.p-info .p-info-table-content-buttons button {
  margin-right: 10px;
  font-family: "Roboto";
}

section.p-info .p-info-table-content-buttons button:last-child {
  margin-right: 0;
}

section.p-info section.p-info .p-info-table-content-limith {
  max-height: 200px;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

section.p-info .p-info-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

section.p-info .p-info-label {
  left: 50px;
}

section.p-info .p-info-table-row {
  padding: 28px 103px;
  border-bottom: 1px solid #eee;
}

section.p-info .p-info-table-row:last-child {
  border-bottom: 0;
}

section.p-info .p-info-table-lable {
  line-height: 0.8;
  margin-bottom: 0;
}

section.p-info .p-info-table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.p-info .p-info-table-content.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.p-info .p-info-table-content.direction-column div {
  margin-bottom: 24px;
}

section.p-info .p-info-table-content.direction-column div:last-child {
  margin-bottom: 0;
}

section.p-info .table-text-footnote {
  margin-top: 28px;
  font-size: 13px;
  line-height: 28px;
}

section.p-info .p-info-table-content-button {
  font-size: 1.5rem !important;
}

section.p-info .p-info-table-content-video {
  margin-top: 18px;
}

section.p-info .p-info-table-content-video iframe {
  max-width: 100%;
}

section.p-banner {
  padding-top: 53px;
}

section.p-banner .banner-label {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

section.p-banner .banner-label-item {
  padding: 14px;
  border-right: 1px solid #f6f3f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.p-banner .banner-label-item:last-child {
  border-right: none;
  padding-right: 20px;
}

section.p-banner .banner-label-item:first-child {
  padding-left: 20px;
}

section.p-banner .banner-label-item:first-child {
  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;
}

section.p-banner .banner-label-cont > img {
  height: 59px;
  width: 59px;
  min-height: 59px;
  min-width: 59px;
  border: none;
  outline: none;
  margin: 0 auto 12px;
}

section.p-banner .banner-label-label {
  color: #888888;
  margin-bottom: 16px;
}

section.p-banner .btn-lg {
  height: 62px;
  min-height: 62px;
  border-radius: 31px;
  padding: 0 53px;
}

section.p-banner .btn-lg .btn-img {
  width: 29px;
  height: 32px;
  min-width: 29px;
  min-height: 32px;
}

section.p-banner .p-banner-header {
  font-size: 24px;
  color: #144753;
  padding-bottom: 25px;
}

section.p-banner .p-banner-body {
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

section.p-banner .p-banner-body > p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

section.p-banner .p-banner-body .card {
  background-color: #fff;
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.p-banner .p-banner-body .card .card-item {
  padding: 22px 18px;
  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;
}

section.p-banner .p-banner-body .card .card-item .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.89px;
  line-height: 0.8;
  margin-bottom: 13px;
}

section.p-banner .p-banner-body .card .card-item .t-like-h5,
section.p-banner .p-banner-body .card .card-item .lang,
section.p-banner .p-banner-body .card .card-item .footer-contacts a,
.footer-contacts section.p-banner .p-banner-body .card .card-item a {
  line-height: 30px;
  color: #144753;
  font-family: "Roboto";
  font-weight: 400;
}

section.p-banner .p-banner-body .card .card-item .price-value {
  white-space: nowrap;
  font-size: 44px;
  color: #144753;
  font-weight: 300;
  line-height: 0.8;
  font-family: "Roboto";
}

section.p-banner .p-banner-body .card .card-item:first-child {
  padding: 18px;
  border-right: 1px solid #f6f3f1;
}

section.p-banner .p-banner-body .card .card-item:last-child {
  padding-right: 18px;
}

section.p-banner .p-banner-footer {
  font-size: 13px;
  padding-top: 25px;
}

section.p-banner .p-banner-footer p {
  line-height: 26px;
  color: #000000;
}

section.p-banner .p-banner-footer p a {
  color: #2995ae;
}

.p-info-table-img {
  margin-left: auto;
  margin-right: 30%;
  margin-top: -20px;
  margin-bottom: -20px;
}

.p-info-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 0.9;
}

.table-label {
  margin-right: 8px;
  font-size: 15px;
  color: #888888;
}

.p-float-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 250px;
  overflow: auto;
}

.p-float-element {
  width: calc(48% - 15px);
}

.p-float-element span.table-text {
  max-height: 18px;
}

.p-float-element:nth-child(odd) {
  margin-right: 15px;
}

.ug-theme-default .ug-default-button-fullscreen,
.ug-arrow-right.ug-skin-default,
.ug-arrow-left.ug-skin-default,
.ug-zoompanel.ug-skin-default .ug-zoompanel-plus,
.ug-zoompanel.ug-skin-default .ug-zoompanel-minus,
.ug-zoompanel.ug-skin-default .ug-zoompanel-return {
  background-image: none !important;
}

.pl-content + section.subscribe-sect {
  margin-top: 0;
}

section.pl-sect {
  background-position: center;
  background-size: cover;
  padding: 15px 0;
  min-height: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.pl-sect .land-content-wrapper {
  margin-top: 48px;
  margin-right: 50px;
  margin-left: 0;
}

section.pl-sect .land-banner-wrapper {
  max-width: 100%;
  margin-bottom: -48px;
}

section.pl-sect .land-banner-wrapper .bl-label,
section.pl-sect .land-banner-wrapper .bl-value {
  text-transform: uppercase;
}

section.pl-sect .banner-img {
  overflow: hidden;
}

section.pl-sect .banner-img > img {
  max-width: 630px;
  max-height: 549px;
}

section.pl-sect .banner-label {
  padding: 20px 44px;
}

section.pl-sect .banner-label .bl-item:last-child {
  margin-left: 17px;
}

section.pl-sect .banner-label .bl-item:first-child {
  margin-right: 17px;
}

section.pl-sect .banner-label .bl-img {
  text-align: center;
  height: 98px;
  max-height: 98px;
  margin-bottom: 8px;
  overflow: hidden;
}

section.pl-sect .banner-label .bl-img > img {
  width: auto;
  height: 100%;
}

section.pl-sect .banner-label .bl-content {
  line-height: 0.9;
}

section.pl-sect .banner-label .bl-label {
  text-transform: uppercase;
  color: #888888;
  font-size: 11px;
  line-height: 0.9;
  letter-spacing: 0.88px;
}

section.pl-sect .banner-label .bl-value {
  letter-spacing: 0.52px;
  font-size: 13px;
  color: #144753;
  line-height: 0.9;
}

.pl-sect-solution .banner-label {
  margin-top: 10px;
}

section.pl-sect.pl-sect-inverse .land-content-wrapper {
  margin-right: 0;
  margin-left: 50px;
}

section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .row > div:first-child,
section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .card-row > div:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .row > div:last-child,
section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .card-row > div:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/********** Price */

.shop-products {
  background-position: -5px -60px;
  left: 60px;
  top: -25px;
}

.omega-products {
  background-image: url("/img/general/products/omega-products.png");
  background-size: 300px 260px;
  background-position: -75px 25px;
  left: 60px;
  top: -60px;
}

.alpha-products {
  background-image: url("/img/general/products/alpha-products.png");
  background-size: 300px 260px;
  background-position: -25px 25px;
  right: 10px;
  top: -50px;
}

.alpha-products .price-detail {
  padding-left: 70px;
  padding-top: 30px;
}

.alpha-products .price-detail .price-detail-th::before {
  left: 70px;
}

.point-products {
  left: 45px;
  top: 20px;
}

.online-products {
  right: -85px;
  top: -10px;
}

/**************************/

.currency-calculator-wrapper {
  padding: 200px 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  /*<styled numberbox>*/
  /*</styled numberbox>*/
  /*<styled select>*/
  /*</styled select>*/
}

.currency-calculator-wrapper .c-elements-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.currency-calculator-wrapper .c-element {
  margin: 0 3px;
  border: 1px solid #fff;
}

.currency-calculator-wrapper .c-element:hover {
  border: 1px solid #f1932f;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.currency-calculator-wrapper .c-select {
  cursor: pointer;
}

.currency-calculator-wrapper .c-select-dropdownelement-code {
  color: #888888;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 40px;
}

.currency-calculator-wrapper .c-text {
  margin: 0 17px;
}

.currency-calculator-wrapper .c-input .c-currency-value {
  height: 97px;
  border: 0;
  text-align: center;
  margin: 0;
}

.currency-calculator-wrapper .form-styler-element.js-auto-grow {
  width: auto !important;
}

.currency-calculator-wrapper .jq-number {
  padding: 0;
}

.currency-calculator-wrapper .jq-number__field {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  border-radius: 0;
}

.currency-calculator-wrapper .jq-number__spin {
  display: none;
}

.currency-calculator-wrapper .jq-selectbox__select {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  background: none;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.currency-calculator-wrapper .jq-selectbox__trigger {
  border: 0;
  width: 0;
}

.currency-calculator-wrapper .jq-selectbox__select-text {
  text-transform: uppercase;
  text-overflow: unset;
  width: auto !important;
  margin: 0;
  padding: 26px 38px 27px 23px;
  line-height: 1;
}

.currency-calculator-wrapper .jq-selectbox__trigger-arrow {
  right: 17px;
  background-image: url("/assets/img/svg/polygon-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: inherit;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.currency-calculator-wrapper .jq-selectbox__dropdown {
  padding: 7px 0;
  background-color: #fff;
  margin-top: 5px;
  cursor: pointer;
  right: 0;
  left: auto;
}

.currency-calculator-wrapper .jq-selectbox__dropdown li {
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
  color: #1e6d7f;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.currency-calculator-wrapper .jq-selectbox__dropdown li:hover {
  background-color: #ddd;
}

.c-pagination-wrapper {
  background-color: #f6f3f1;
  border-bottom: 1px solid #ddd !important;
}

.c-pagination-wrapper .pagination-item {
  font-size: 18px;
}

.c-pagination-wrapper .pagination-item .pagination-link {
  color: #888888;
}

.c-pagination-wrapper .pagination-item:hover:not(.active) {
  border-bottom: 1px solid #144753;
}

.c-pagination-wrapper .pagination-item:hover:not(.active) .pagination-link {
  color: #144753;
}

.c-pagination-wrapper .pagination-title {
  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;
  font-size: 24px;
  color: #144753;
}

.currency-article-sect.article-sect .article-wrapper {
  border-top: none;
}

.page-crypto-sect .lheader-topline {
  padding: 10px 0 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-crypto-sect .lheader-cointyle {
  padding-top: 0;
  padding-bottom: 0;
}

.page-crypto-sect .lheader-cointyle .badge-title {
  font-family: "Roboto";
  font-weight: 400;
}

.page-crypto-sect .lheader-cointyle .badge-img img {
  max-height: none;
}

.page-crypto-sect .lheader-btn button .btn-img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-crypto-sect .lheader-btn button .btn-title {
  font-size: 13px;
}

.page-crypto-sect .lheader-content {
  margin-top: 0;
  padding-top: 29px;
}

.page-crypto-card-block .card-row {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

html body {
  height: 100%;
}

.content-form {
  margin: 0 108px;
}

.content-form .profile-header-centered {
  color: #144753;
  font-size: 22px;
  font-weight: 700;
  margin: 31px 0px;
  text-align: center;
}

.content-form .profile-label {
  color: #144753;
  font-size: 22px;
  font-weight: 700;
  margin: 31px 0px 17px;
}

.content-form .profile-label:before {
  content: "";
  display: block;
  position: absolute;
  margin: 16px 0 0 -129px;
  width: 109px;
  height: 1px;
  background-color: red;
  border-top: 1px solid #eee;
}

.content-form .form-fields-outer,
.content-form .form-fields-inner {
  padding: 0;
}

.content-form .form-fields-outer {
  margin: 0 auto;
}

.content-form .form-fields-outer .field,
.content-form .form-fields-inner {
  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;
}

.content-form .form-fields-inner {
  padding: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-form .form-fields-outer > .field:not(:last-child) {
  margin-bottom: 10px;
}

.content-form .form-fields-outer .field label,
.content-form .form-fields-outer .field p {
  font-weight: 300;
}

.content-form .form-fields-outer > .field > label,
.content-form .form-fields-outer .field p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  max-width: 210px;
  padding-left: 1px;
  font-size: 18px;
}

.content-form .form-fields-outer > .field > label + *,
.content-form .form-fields-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 220px;
  flex: 1 0 220px;
}

.content-form .form-fields-outer .field p {
  margin: 0;
}

.content-form .form-fields-outer .field input:not([type=checkbox]),
.content-form .form-fields-outer .field textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #1e6d7f;
  color: #1e6d7f;
}

.content-form .form-fields-outer .field input:not([type=checkbox]):disabled,
.content-form .form-fields-outer .field textarea:disabled {
  background-color: white;
  border-color: #f6f3f1;
  color: #c3c3c3;
}

.content-form .form-fields-outer .field .fcnt {
  overflow: hidden;
}

.content-form .form-fields-outer .field .fcnt input,
.content-form .form-fields-outer .field .fcnt textarea,
.content-form .form-fields-outer .field .fcnt div {
  float: left;
}

.content-form .form-fields-outer .field .comment {
  font-size: 13px;
  padding: 10px;
}

.content-form .form-fields-outer .field .error-message {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
}

.content-form .form-fields-outer .field.error {
  overflow: visible;
}

.content-form .form-fields-outer .field.error .error-message {
  display: block;
}

.content-form .form-fields-outer .field.error input:not([type=checkbox]),
.content-form .form-fields-outer .field.error textarea {
  border: 1px solid red;
}

.content-form .form-fields-outer .field button {
  margin-left: auto;
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border-radius: 2px;
}

.content-form .form-fields-inner .field {
  width: 100px;
}

.small-field {
  max-width: 227px;
}

.buttons-stack-centered {
  text-align: center;
}

.k-button {
  display: inline-block;
  border-radius: 20px;
  background-color: #888888;
  color: #fff;
  padding: 3px 38px;
  margin-right: 20px;
  cursor: pointer;
  border: 0;
  outline: none;
}

.k-button:hover {
  color: white;
}

.k-button.success {
  background-color: #9dce6d;
  color: white;
  cursor: default;
}

.k-button.blue {
  background-color: #144753;
}

.k-button.blue:hover {
  background-color: #01181c;
  color: white;
}

.k-button.blue-2 {
  background-color: #2995ae;
}

.k-button.blue-2:hover {
  background-color: #0c6276;
  color: white;
}

.k-button.orange {
  background-color: #e07200;
}

.k-button.orange:hover {
  background-color: #bf6507;
  color: white;
}

.k-button svg {
  width: 17px;
  margin-bottom: -12px;
  margin-right: 5px;
  fill: #fff;
  position: relative;
  padding-bottom: 4px;
}

.k-button.k-big {
  padding: 8px 38px;
  font-size: 1.1em;
}

.k-button.k-big-2 {
  padding: 12px 46px;
  font-size: 1.05em;
}

.k-button.k-orange {
  background-color: #f1932f;
}

.k-button.k-orange:hover {
  background-color: #bf6d04;
}

.k-button.disabled {
  background-color: #888888 !important;
}

.one-message {
  font-size: 18px;
  padding: 10px 0;
  color: #144753;
}

.one-message.error {
  color: #9d2121;
}

.kyc-page .page-messages {
  margin-top: -20px;
  text-align: center;
  height: 26px;
  margin-bottom: -27px;
}

.kyc-page .page-message {
  display: inline-block;
  color: white;
  background-color: #888888;
  padding: 6px 18px;
  text-align: center;
  border-radius: 23px;
  display: none;
}

.kyc-page .page-message.success {
  color: white;
  background: rgb(76, 187, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(76, 187, 84)), to(rgb(48, 120, 133)));
  background: linear-gradient(90deg, rgb(76, 187, 84) 0%, rgb(48, 120, 133) 100%);
}

.kyc-page .page-message.error {
  color: white;
  background: rgb(203, 84, 14);
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 84, 14)), to(rgb(74, 32, 4)));
  background: linear-gradient(90deg, rgb(203, 84, 14) 0%, rgb(74, 32, 4) 100%);
}

.kyc-page .sumsub {
  width: 100%;
  min-height: 300px;
}

.kyc-page .big-header .title {
  color: #144753;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  padding: 42px 0 42px 0px;
}

.kyc-page .content-rounded {
  width: auto;
  margin: 0 0px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 10px 20px;
}

.kyc-page .content-boxed {
  width: auto;
  margin: 30px 0px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 10px 20px;
}

.kyc-page .content-title {
  color: #144753;
  font-size: 30px;
  margin-bottom: 10px;
}

.kyc-page .content-text,
.kyc-page .table-text {
  color: #666;
}

.kyc-page .d-row-center-right {
  display: none;
}

.kyc-page .sms-code {
  display: none;
}

.kyc-page .new-pin-code {
  display: none;
}

.kyc-page .invalid-code {
  color: #cc2f2f !important;
  display: none;
  margin-bottom: 7px;
  line-height: 0.8;
  font-size: 0.8125rem;
}

.kyc-page .form-request .no-valid.no-valid-code .validate-message {
  display: none;
}

.kyc-page .success-result {
  display: none;
}

.kyc-page .success-result .message {
  color: green;
  background-color: #dbea92;
}

.kyc-page .kyc-restore-signin {
  display: none;
  background-color: #f1932f;
  color: white;
}

.kyc-page .kyc-restore-signin:hover {
  color: white;
  background-color: #ff9c32;
}

.kyc-page .forgot-pin-line a {
  font-size: 14px;
}

.kyc-page .resend-code {
  font-size: 13px;
}

.kyc-page .resend-code .resend-sms-link {
  font-size: 13px;
  display: none;
}

.kyc-page .change-phone {
  background-color: #f09230;
  color: #fff;
  display: none;
  float: right;
  margin: -33px 3px 0 0;
  z-index: 10 !important;
  position: relative;
  padding: 3px 10px;
  cursor: pointer;
}

.kyc-page .change-phone:hover {
  color: white;
  background-color: #ff9c32;
}

footer.footer.footer-kyc .footer-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.top-tabbed-menu {
  background-color: white;
  border-radius: 0 0 30px 30px;
}

.top-tabbed-menu .content {
  width: auto;
  margin: 0 0px;
}

.top-tabbed-menu .tabs .tab {
  display: inline-block;
  color: #285864;
  padding: 17px 21px 13px;
  border-bottom: 6px solid transparent;
}

.top-tabbed-menu .tabs .tab svg {
  fill: #285864;
  width: 20px;
  margin-bottom: -4px;
  margin-right: 5px;
}

.top-tabbed-menu .tabs .tab strong {
  color: #285864;
  font-weight: normal;
}

.top-tabbed-menu .tabs .tab.inactive {
  color: #888;
}

.top-tabbed-menu .tabs .tab.inactive svg {
  fill: #888;
}

.top-tabbed-menu .tabs .tab.inactive strong {
  color: #888;
}

.top-tabbed-menu .tabs .tab.active {
  color: #f1932f;
  border-bottom: 6px solid #f1932f;
}

.top-tabbed-menu .tabs .tab.active strong {
  color: #f1932f;
}

.top-tabbed-menu .tabs .tab.active svg {
  fill: #f1932f;
}

.top-tabbed-menu .user-info {
  float: right;
}

.top-tabbed-menu .user-info .label-verified {
  display: inline-block;
  float: right;
  background-color: #eaffeb;
  border: 1px solid #caffcd;
  border-radius: 5px;
  color: #3fbb46;
  padding: 7px 15px 7px 43px;
  margin: 8px 0;
  position: relative;
}

.top-tabbed-menu .user-info .label-verified svg {
  width: 20px;
  position: absolute;
  margin: 2px 0 0 -28px;
}

.top-tabbed-menu .user-info .label-notverified {
  display: inline-block;
  float: right;
  background-color: #fff8ea;
  border: 1px solid #ffd4ca;
  border-radius: 5px;
  color: #bb3f3f;
  padding: 7px 15px 7px 15px;
  margin: 8px 0;
}

.top-tabbed-menu .user-info .user {
  float: right;
  display: inline-block;
  color: #888;
  padding: 14px;
  font-size: 19px;
}

.top-tabbed-menu .user-info .exit {
  display: inline-block;
  float: right;
  background-color: #888;
  border-radius: 15px;
  width: 27px;
  height: 27px;
  margin: 14px 7px 1px 0;
}

.top-tabbed-menu .user-info .exit:hover {
  background-color: #f1932f;
}

.top-tabbed-menu .user-info .exit svg {
  width: 19px;
  fill: #fff;
  margin: 4px;
}

.kyc-index {
  position: relative;
  background-image: url("/assets/img/kyc/bg.png");
  background-position: center center;
  background-size: cover;
  height: 634px;
}

.kyc-index .box {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 44, 51, 0.5);
  background-image: url("/img/general/notebook.png");
  background-position: right 11px;
  background-size: auto;
  background-repeat: no-repeat;
}

.kyc-index .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #888;
  margin: 11px 0 0 0;
}

.kyc-index .breadcrumbs ol {
  display: block;
  margin: 0;
  padding: 0;
}

.kyc-index .breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
}

.kyc-index .breadcrumbs li:after {
  margin-left: 5px;
  content: "/";
  display: inline-block;
  color: #888888;
}

.kyc-index .breadcrumbs li a span {
  color: #2895ae;
}

.kyc-index .breadcrumbs li:last-child:after {
  display: none;
}

.kyc-index .breadcrumbs li:last-child a span {
  color: #888888;
}

.kyc-index .buttons-stack {
  margin-top: 35px;
}

.kyc-index .title-1 {
  color: #f6f3f1;
  font-size: 44px;
  font-family: Roboto;
  line-height: 58px;
  margin: 28px 0 0 0;
}

.kyc-index .title-2 {
  color: #f6f3f1;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 575px;
  margin: 20px 0 0 0;
}

.kyc-index .title-3 {
  color: #3fbb46;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 14px;
}

.kyc-index .bottom-line {
  height: 192px;
  background: rgba(20, 71, 83, 0.8);
  margin-top: 36px;
}

.kyc-index .bottom-line .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 56px;
}

.kyc-index .bottom-line .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.kyc-index .bottom-line .item .rectangle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: #1e6d7f;
}

.kyc-index .bottom-line .item .rectangle svg {
  display: block;
  margin: auto;
  height: 100%;
}

.kyc-index .bottom-line .item .label {
  margin: 30px 0 0 22px;
  color: #f6f3f1 !important;
  font-size: 16px;
}

.kyc-index .bottom-line .item .label.line2 {
  margin-top: 19px;
  line-height: 21px;
}

.l_gr .kyc-index .bottom-line .items {
  padding-top: 46px;
}

.l_gr .kyc-index .bottom-line .item .label {
  margin-top: 19px;
  line-height: 21px;
}

.pin-input {
  letter-spacing: 21px;
  text-indent: 27px;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}

.kyc-profile .pin-input {
  letter-spacing: 22px;
  text-indent: 28px;
  padding: 4px 0 !important;
}

.iti__country-list {
  z-index: 9 !important;
}

.iti {
  width: 100%;
}

.kyc-limits .highrisk-message {
  border-left: 4px solid red;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.kyc-limits .level svg.verified {
  width: 40px;
  position: absolute;
  margin: 9px 0 0 -50px;
  display: none;
}

.kyc-limits .level h2.col-header {
  color: #1e6d7f;
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 2.75rem;
  line-height: 58px;
  margin-bottom: 30px;
}

.kyc-limits .level strong {
  line-height: 29px;
  font-size: 18px;
  font-weight: 700;
  color: #1e6d7f;
  margin-bottom: 15px;
  display: block;
}

.kyc-limits .level ul {
  margin-bottom: 25px;
  margin-left: 20px;
}

.kyc-limits .level.passed {
  background: #eaffeb;
}

.kyc-limits .level.passed h2.col-header {
  color: #3fbb46;
  padding-left: 52px;
}

.kyc-limits .level.passed strong {
  color: #3fbb46;
}

.kyc-limits .level.passed svg.verified {
  display: block;
}

.kyc-limits .level.passed .k-button {
  display: none;
}

.kyc-limits .level.inactive h2.col-header {
  color: #999;
}

.kyc-limits .level.inactive strong {
  color: #999;
}

.kyc-limits .level.inactive .k-button {
  background-color: #ddd;
  cursor: default;
}

.kyc-limits .level.inactive li {
  color: #ccc;
}

.profile-highrisk-message {
  border-left: 4px solid red;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.upload-success-message {
  border-left: 4px solid green;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.upload-trader-docs {
  width: 100%;
  border: 0;
  height: 500px;
}

body.kyc-upload-domain {
  background-color: white;
}

body,
html {
  line-height: 1.5;
  min-width: 320px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #888;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #f6f3f1;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #d5d5d5;
  color: #ddd;
}

input:-moz-placeholder {
  opacity: 1 !important;
  color: #d5d5d5;
  color: #ddd;
}

input::-moz-placeholder {
  opacity: 1 !important;
  color: #d5d5d5;
  color: #ddd;
}

input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #d5d5d5;
  color: #ddd;
}

a {
  color: #2995ae;
}

a:hover,
a:active {
  text-decoration: none;
  color: #144753;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 0.8;
}

h1 {
  font-size: 2.75rem;
  margin-bottom: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
}

p,
ol,
ul {
  padding: 0;
  margin: 0;
}

section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sect-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  max-height: 100px;
  border-bottom: 1px solid #f6f3f1;
  padding: 15px 0;
  overflow: hidden;
}

/******* test tabs products ***********/

div.tabContent.hide {
  display: none;
}

/********************/

.two-col-container + section.subscribe-sect {
  margin-top: 0;
}

main.main > .container-fluid > .row,
main.main > .container-fluid > .card-row {
  margin-right: -10px;
  margin-left: -10px;
}

.main-two-columns {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f6f3f1));
  background: linear-gradient(to right, #fff 50%, #f6f3f1 50%);
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.two-col-wrapper {
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}

.content-wrapper {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.footer-wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.inner-wrapper {
  padding: 0 30px;
}

.inner-wrapper-60 {
  padding: 0 60px;
}

.page-col:first-child {
  background-color: #fff;
}

.page-col:first-child .col-content-wrapper {
  width: 100%;
  max-width: 950px;
  padding: 0 0 0 60px;
  margin-left: auto;
}

.page-col:last-child {
  background-color: #f6f3f1;
}

.page-col:last-child .col-content-wrapper {
  width: 100%;
  max-width: 350px;
}

.page-row.with-fixed-col .page-col {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
}

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

.img-rotate-180 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dis-margin {
  margin: 0 -20px;
}

.no-h-limit {
  max-height: 100% !important;
}

.sidebar-sticky {
  position: sticky !important;
  top: 0;
  height: calc(100vh - 58px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

#imgModal .modal-dialog .modal-body {
  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%;
}

#imgModal .modal-dialog .modal-header {
  border: none;
}

#imgModal .modal-dialog .modal-content {
  height: 100%;
  background-color: transparent;
  border: none;
}

#imgModal .modal-dialog .modal-content .modal-img-wrapper {
  position: relative;
}

#imgModal .modal-dialog .modal-content .sl-close {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #888888;
  color: #fff;
  font-weight: 200;
  line-height: 0.9;
  z-index: 100;
  cursor: pointer;
  display: none;
}

#imgModal .modal-dialog .modal-content .sl-close span {
  font-size: 44px;
  line-height: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#imgModal .modal-dialog .modal-content .sl-close:hover {
  background-color: #1e6d7f;
}

#imgModal .modal-dialog .modal-content .modal-img-wrapper:hover .sl-close {
  display: block;
}

.popover {
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #f6f3f1;
}

.popup-wrapper {
  padding: 13px 3px;
  background-color: #f6f3f1;
}

.popup-wrapper .address-text a {
  font-size: 18px;
  line-height: 49.95px;
  color: #008ea9;
}

.popup-wrapper .popup-text {
  color: #144753;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

#popup-calc,
#popup-phone {
  display: none;
}

.popphone {
  margin-top: -30px;
  padding-bottom: 10px;
}

form.calc-form .calc-input-group {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

form.calc-form .calc-input-group input.calc-input {
  margin-bottom: 10px;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  border: none;
  outline: none;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}

form.calc-form .calc-input-group label.calc-label {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 15px;
  color: #888888;
}

a[data-toggle=popover-phone] {
  cursor: pointer;
}

.calc-summ-wrapper .calc-summ-title {
  margin-right: 20px;
}

.calc-summ-list {
  list-style: none;
  margin: -7px 0 0 0;
  padding: 0;
}

.calc-summ-list .calc-summ-item {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #144753;
  line-height: 25px;
  text-transform: uppercase;
  text-align: right;
}

.chart-wrapper,
.crypto-graph-wrapper {
  width: 100%;
}

svg.main-graph {
  width: 100%;
}

#main-graph .bb-legend-item.bb-legend-item-data1 {
  color: #15A38F;
  fill: #15A38F;
}

#main-graph .bb-legend-item.bb-legend-item-data2 {
  color: #7FC6EE;
  fill: #7FC6EE;
}

#main-graph .bb-axis-y2-label,
#main-graph .bb-axis.bb-axis-y2 {
  color: #7FC6EE;
  fill: #7FC6EE;
}

#main-graph .bb-axis-y-label,
#main-graph .bb-axis.bb-axis-y {
  color: #15A38F;
  fill: #15A38F;
}

#crypto-graph .bb-axis.bb-axis-x,
#crypto-graph .bb-axis.bb-axis-y2,
#crypto-graph .bb-legend-item.bb-legend-item-data1 {
  fill: #2995ae !important;
  color: #2995ae !important;
}

#crypto-graph .bb-legend-item.bb-legend-item-data1 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 50px;
}

.bb-axis-y2-label,
.bb-axis-x-label,
.bb-axis-y-label {
  font-weight: 700;
  font-size: 14px;
}

#crypto-graph path,
#crypto-graph line {
  stroke: #285864 !important;
}

.bb-grid line {
  stroke: #f6f3f1;
}

.bb-xgrid,
.bb-ygrid {
  stroke-dasharray: none;
}

.chart-control,
.control-zoom,
.control-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chart-control {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 70px 0 80px;
}

.control-zoom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.control-zoom .zoom-title {
  margin-right: 5px;
  font-size: 13px;
  text-transform: capitalize;
}

.control-zoom .js-zoom-chart {
  margin-right: 2px;
  width: 44px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  background-color: #f6f3f1;
}

.control-zoom .js-zoom-chart:hover,
.control-zoom .js-zoom-chart .active {
  background-color: #777777;
  color: #fff;
}

.control-range {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.control-range > div:first-child {
  margin-right: 8px;
}

.control-range label,
.control-range input {
  font-size: 13px;
  margin-bottom: 0;
}

.control-range label {
  margin-right: 5px;
}

.control-range input {
  outline: none;
  border: 1px solid #888;
  color: #888;
  height: 29px;
  padding-left: 5px;
}

.crypto-graph-wrapper .chart-control {
  padding-left: 0;
}

.crypto-graph-wrapper .zoom-title {
  color: #888;
}

.crypto-graph-wrapper .js-zoom-chart {
  background-color: #285864;
  color: #2995ae;
}

.crypto-graph-wrapper .js-zoom-chart:hover,
.crypto-graph-wrapper .js-zoom-chart .active {
  background-color: #1e6d7f;
  color: #dddddd;
}

.main-chart-wrapper text.bb-axis-y2-label {
  stroke: #7FC6EE !important;
  fill: #7FC6EE !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    -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: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 640px) {
  .sect-top-line {
    max-height: 44px;
    height: 44px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    -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: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

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

  .pagination {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}

@media (min-width: 991px) {
  .lang-select {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    -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: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

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

  .modal-lg {
    max-width: 800px;
  }
}

@media (min-width: 1000px) {
  .row.land-banner-line,
  .land-banner-line.card-row {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    -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: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

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

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

  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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-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-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

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

@media (min-width: 1550px) {
  .cookie-alert {
    height: 56px;
  }
}

@media (max-width: 1550px) {
  .cookie-alert {
    bottom: 56px;
  }
}

@media (max-width: 1280px) {
  .p-float-col {
    max-height: 300px;
  }

  section.pl-sect .banner-img > img {
    max-width: 530px;
    max-height: 549px;
  }
}

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

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

  .b-card .explorer-banner-btn {
    font-size: 1.25rem;
    min-width: auto;
  }
}

@media (max-width: 1140px) {
  .card-infotext {
    font-size: 20px !important;
  }

  section.p-header .p-header-info .p-info-line .p-info-item:last-child {
    padding-left: 15px;
  }

  section.p-header .p-header-info .p-info-line .p-info-item:first-child {
    padding-right: 15px;
  }

  section.p-header .p-header-info .p-info-line .p-info-item:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1050px) {
  section.sell-header.sell-online-sect {
    background-position: 120% bottom;
  }

  .content-form {
    margin: 0;
  }

  .kyc-index .bottom-line .items {
    padding-top: 11px;
  }

  .kyc-index .bottom-line .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 10px;
  }

  .l_gr .kyc-index {
    height: 662px;
  }

  .l_gr .kyc-index .bottom-line .items {
    padding-top: 12px;
  }
}

@media (max-width: 1036.98px) {
  .b-card .explorer-banner-btn {
    font-size: 1rem;
    min-width: auto;
  }
}

@media (max-width: 1029px) {
  .kyc-index .box {
    background-image: none;
  }
}

@media (max-width: 1024px) {
  section.pl-sect {
    background-color: #fff;
  }

  section.pl-sect .land-banner-wrapper {
    overflow: hidden;
  }

  section.pl-sect .land-content-wrapper h1.page-title {
    font-size: 40px;
  }

  section.pl-sect .land-content-wrapper .land-info-item {
    font-size: 15px;
  }

  section.pl-sect .banner-img > img {
    max-width: 328px;
    max-height: 368px;
  }

  .pl-sect-byu .banner-label {
    margin-top: -10px;
  }
}

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

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

@media (max-width: 991px) {
  .js-header-search {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .js-header-search.show {
    display: block !important;
    z-index: 3;
  }

  footer.footer .footer-copyline {
    -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;
  }

  footer.footer .footer-copyline .copyright {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer.footer .footer-copyline .lang-wrapper {
    margin-bottom: 21px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .address-wrapper {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address-wrapper address.address {
    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;
  }

  .address-wrapper address.address .address-item {
    margin-bottom: 0;
    margin-right: 35px;
  }

  .copyright {
    margin-bottom: 0;
  }

  .bannerSide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bannerSideLabel {
    margin-right: 10px;
  }

  .banner-wrapper .banner-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-side-buy-btm .banner-round-item {
    max-width: 274px;
  }

  .banner-side-buy-btm .banner-banner-btn {
    max-width: 274px;
  }

  .newsearch-form-btn {
    margin-left: -1px;
  }

  .newsearch-form-btn .btn-title {
    display: none;
  }

  .lupdate-main .card-row {
    margin: 0;
  }

  .cards-sect-address {
    padding-bottom: 0 !important;
  }

  .cards-sect-address .card-body.card-body-trans {
    margin-bottom: 30px;
  }

  .cards-sect-address .explorer-banner {
    margin-bottom: 30px;
  }

  .cards-sect-address .card-block:nth-child(3) {
    width: 100% !important;
  }

  .card-body-lupdtate .card-row-with-label .card-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cards-sect-address .card-body-lupdtate .card-col:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .card-body-lupdtate {
    padding: 17px 10px;
  }

  .card-body-lupdtate .card-col.card-col-like-rang {
    border-right: 1px solid #f6f3f1;
    border-bottom: none;
  }

  .card-body-lupdtate .card-col {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #f6f3f1;
  }

  .card-body-lupdtate .card-col:last-child {
    border-bottom: none;
  }

  section.explorer-banner {
    background-position: right -50px;
    background-size: 200px;
  }

  section.explorer-banner .info-title,
  section.explorer-banner .card-title {
    margin-bottom: 20px;
  }

  .arcticle-banner-wrapper {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }

  .subscribe-info {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav .nav-list {
    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;
  }

  .footer-nav .nav-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav .nav-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0 !important;
  }

  .fixed-bottom-nav {
    right: 0;
  }

  .fixed-bottom-nav .nav-item {
    width: 25%;
  }

  .pagination-page .pagination-title {
    margin-right: 45px;
  }

  .land-banner:last-child {
    padding-left: 0;
  }

  .banner-side-container {
    border-bottom: none;
  }

  .sect-news .inner-wrapper-60 {
    padding: 0 30px;
  }

  .sect-news .news-main-wrapper .news-line {
    position: relative;
    background-color: #285864;
  }

  .sect-news .news-main-wrapper .news-content-text {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .land-page:nth-child(1n) .land-col:first-child {
    margin-right: 30px;
  }

  .land-page:nth-child(2n) .land-col:first-child {
    margin-left: 30px;
  }

  .land-banner-wrapper .banner-img > img {
    width: 100%;
    max-width: 100%;
  }

  .land-page-2 .banner-label {
    margin-top: -15px;
  }

  .land-page-3 .banner-label {
    margin-top: -35px;
  }

  .land-content h1.page-title {
    font-size: 40px;
    line-height: 50px;
  }

  .land-page {
    height: 566px;
  }

  .land-page .land-info-item + .btn {
    margin-top: 10px;
  }

  .land-page h1.page-title span {
    white-space: normal !important;
  }

  .land-page:first-child {
    height: 546px;
    min-height: 566px;
  }

  .land-page:first-child .land-banner-wrapper img {
    max-width: 265px;
    height: auto;
    max-height: auto;
  }

  .land-page:nth-child(2) {
    min-height: 566px;
  }

  .land-page:nth-child(2) .land-col {
    margin-left: 0;
  }

  .land-page:nth-child(2) .land-banner-wrapper img {
    max-width: 319px;
    height: auto;
  }

  .land-page:nth-child(3) {
    min-height: 598px;
  }

  .land-page:nth-child(3) .banner-label {
    min-width: 307px;
  }

  .land-page:nth-child(3) .land-col {
    margin-right: 0;
  }

  .land-page:nth-child(3) .land-banner-wrapper img {
    max-width: 331px;
    height: auto;
  }

  .land-page:first-child .banner-label,
  .land-page:nth-child(2) .banner-label {
    -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;
    min-width: 307px;
  }

  .land-page:first-child .banner-label .info-text-sm13,
  .land-page:nth-child(2) .banner-label .info-text-sm13 {
    text-align: center;
  }

  .land-page:first-child .banner-label .cointype-line,
  .land-page:nth-child(2) .banner-label .cointype-line {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .map-info .map-info-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .map-info button.btn {
    margin: 0;
  }

  .map-info button.btn .info-text-13 {
    font-size: 11px !important;
  }

  .land-content .carousel {
    padding: 0 0 79px;
  }

  .land-content .carousel .slick-prev,
  .land-content .carousel .slick-next {
    top: auto;
    bottom: -38px;
    min-width: 140px;
    max-height: 50px;
  }

  .land-content .carousel .slick-prev:before,
  .land-content .carousel .slick-next:before {
    min-width: 20px;
    min-height: 18px;
  }

  .land-content .carousel .slick-prev {
    right: calc(50% + 5px);
    left: auto;
  }

  .land-content .carousel .slick-next {
    left: calc(50% + 5px);
  }

  .land-page-banner .inner-wrapper {
    padding: 0;
  }

  .land-page-banner .land-banner-line .land-banner {
    border: none;
    -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;
  }

  .land-page-banner .land-banner-line .land-banner .land-banner-img-wrapper,
  .land-page-banner .land-banner-line .land-banner .land-banner-img-wrapper > img {
    margin-right: 0;
    width: 130px;
    height: 131px;
    min-width: 130px;
    min-height: 131px;
    margin-bottom: 25px;
  }

  .land-page-banner .land-banner-line .land-banner:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }

  .news-line .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .land-page-suscribe .page-title,
  .land-page-suscribe p {
    text-align: center;
  }

  .land-page-suscribe .content-wrapper .row > div + div,
  .land-page-suscribe .content-wrapper .card-row > div + div {
    margin-top: 30px;
  }

  .sect-order-btm .footer-contacts-wrapper {
    width: 100%;
    margin-left: auto;
  }

  .form-request-wrapper .from-block-2 {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
  }

  .form-request-wrapper .atm-view-container {
    min-width: auto;
  }

  .lheader-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lheader-content-address-wrapper {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lheader-address-line .t-like-h3,
  .lheader-address-line .date-day-md {
    font-size: 18px !important;
  }

  .lheader-address-phone {
    margin-bottom: 14px;
  }

  .lheader-content-coin-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .lheader-content-coin-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: -30px;
  }

  .lheader-content-coin-wrapper .infobox-label {
    text-align: left !important;
  }

  .lh-map-wrapper .subcribe-form {
    max-width: 452px;
  }

  .lh-map-wrapper .lh-map-img-wrapper {
    margin-top: 41px;
    height: 400px;
  }

  .lh-table-wrapper .lh-th:first-child,
  .lh-table-wrapper .lh-td:first-child {
    padding-left: 10px;
  }

  .lh-table-wrapper .lh-th:last-child,
  .lh-table-wrapper .lh-td:last-child {
    padding-right: 10px;
  }

  section.moreInfo {
    padding-top: 0;
    padding-bottom: 45px;
  }

  .oteam-info {
    padding: 34px 0;
  }

  .oteam-info-wrapper > .container-fluid > .row > div:first-child,
  .oteam-info-wrapper > .container-fluid > .card-row > div:first-child {
    margin-bottom: 34px;
  }

  .oteam-info-wrapper .ourteam-info-banner {
    margin-right: 0;
    padding: 121px 43px;
  }

  .oteam-info-wrapper .ourteam-info-banner .page-title {
    max-width: 150px;
    white-space: pre-wrap;
  }

  .oteam-info-wrapper .ourteam-info-row {
    margin-top: 34px;
  }

  .oteam-user .ourteam-user-info-wrapper {
    margin-top: 27px;
  }

  .oteam-user .ourteam-user-photo {
    margin-right: 0;
  }

  .contacts-info-wrapper .social-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  section.sect-contacts .contacts-info-wrapper {
    margin-right: 0;
  }

  section.sect-contacts .contacts-form-wrapper {
    margin-top: 0;
  }

  section.sect-contacts .contacts-form-wrapper h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  section.sell-info .sinfo-wrapper {
    width: 70%;
  }

  section.sell-header.sell-online-sect {
    background-image: url("/assets/img/general/sell online/bg-img-724.png");
    background-position: right bottom;
    background-size: contain;
  }

  section.sell-header.sell-online-sect .content-wrapper {
    padding-bottom: 70px;
  }

  .faq-content {
    margin-left: 0;
  }

  .p-float-col {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .p-float-col .p-float-element {
    width: 100%;
  }

  .p-float-col .p-float-element:nth-child(odd) {
    margin-right: 0;
  }

  .p-header .p-header-info {
    margin-left: 0;
    margin-top: 40px;
  }

  section.p-info .p-info-table-content-limith {
    max-height: 500px;
  }

  .p-info .p-info-table .p-info-table-row {
    padding-left: 0;
    padding-right: 0;
  }

  section.p-banner {
    margin-bottom: 44px;
  }

  section.p-banner .land-banner-wrapper .banner-img {
    width: 258px;
    height: 248px;
  }

  section.p-banner .land-banner-wrapper .banner-img img {
    max-width: 100%;
    height: auto;
  }

  section.p-banner .land-banner-wrapper .banner-label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:first-child {
    width: auto;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:nth-child(2) {
    border-right: 0;
    width: calc(80% - 43px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8%;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:last-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #f6f3f1;
  }

  section.p-banner .p-banner-content .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }

  section.p-banner .p-banner-content .card .card-item {
    border-right: none !important;
  }

  section.p-banner .p-banner-content .card .card-item:first-child {
    border-bottom: 1px solid #f6f3f1;
  }

  section.p-banner .p-banner-content .card .card-item .t-like-h3,
  section.p-banner .p-banner-content .card .card-item .date-day-md {
    font-size: 18px;
  }

  section.pl-sect .banner-label .bl-label,
  section.pl-sect .banner-label .bl-value {
    display: inline;
  }

  section.pl-sect .banner-label .bl-label + .bl-value {
    margin-left: 5px;
  }

  .currency-calculator-wrapper .c-input .c-currency-value {
    height: 63px;
    width: 150px;
    min-width: 150px;
    font-size: 32px;
  }

  .currency-calculator-wrapper .c-elements-container .c-text {
    font-size: 32px;
  }

  .currency-calculator-wrapper .jq-selectbox__select-text {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    font-size: 32px !important;
  }

  .page-crypto-card-block .card-row {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .page-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-row .page-col:last-child,
  .page-row .page-col:first-child {
    max-width: 100%;
  }

  .page-col:first-child .col-content-wrapper {
    padding: 0 30px;
  }

  .page-col:last-child .col-content-wrapper {
    max-width: 100%;
  }

  .inner-wrapper-60 {
    padding: 0 30px;
  }
}

@media (max-width: 880px) {
  .promobtnheader-topline {
    display: block;
  }

  .promobtnheader-topline .promobtnheader-btn {
    float: none;
    width: auto;
    border-right: 0;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promobtnheader-topline .promobtnheader-message {
    float: none;
    width: auto;
    padding: 5px 5px 10px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promobtnheader-topline .promobtnheader-message2 {
    float: none;
    width: auto;
    border-left: 0;
    padding: 5px 5px 10px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promobtnheader-topline .promobtnheader-btn2 {
    float: none;
    width: auto;
    border-left: 0;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 808px) {
  section.sell-header.sell-online-sect .sell-header-content p {
    margin-bottom: 38px;
  }

  section.sell-header.sell-online-sect h1.page-title {
    margin-bottom: 45px;
  }

  section.sell-header.sell-online-sect .sect-top-line {
    margin-bottom: 36px;
  }

  section.sell-header.sell-online-sect .sell-header-text {
    padding: 0 20px 50px 0;
  }

  section.sell-header.sell-online-sect .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  section.sell-header.sell-online-sect .button-wrapper .btn {
    margin-right: 0;
    margin-bottom: 18px;
    min-width: 200px;
  }

  section.sell-header.sell-online-sect .button-wrapper .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  section.sell-map .smap-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.sell-map .smap-wrapper .smap-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  section.sell-map .smap-wrapper .smap-map {
    max-height: 360px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  section.sell-map .smap-wrapper .smap-nav {
    min-width: 200px;
    max-width: 100%;
    max-height: 100%;
  }

  section.sell-map .smap-wrapper .smap-nav .smap-nav-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  section.sell-map .smap-wrapper .smap-map img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 768px) {
  .badge {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

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

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

  .b-card-content .explorer-banner-btn {
    font-size: 1.25rem;
    text-transform: capitalize;
    min-width: 180px;
  }

  .b-card-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ug-slider-control.ug-arrow-left.ug-skin-default,
  .ug-slider-control.ug-arrow-right.ug-skin-default {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .ug-slider-control.ug-arrow-left.ug-skin-default {
    left: 0 !important;
  }

  .ug-slider-control.ug-arrow-right.ug-skin-default {
    left: auto !important;
    right: 0 !important;
  }

  .ug-strip-panel {
    display: block;
  }

  header.header .logo {
    margin: 0 auto;
  }

  .address-wrapper {
    margin-top: 0;
  }

  .banner-other-articles .banner-other-articles-content {
    text-align: center;
  }

  .card-body-lupdtate .card-col.card-col-like-rang {
    border-right: none;
    border-top: 1px solid #f6f3f1;
  }

  .card-body-lupdtate .card-label-for-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-body-lupdtate .card-col.border-0 {
    border-bottom: 1px solid #f6f3f1 !important;
  }

  .card-block-for-block .card-body-sum {
    margin-bottom: 34px;
  }

  .card-body-trans .card-header-date {
    margin-top: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .card-body-trans .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-body-trans .card-content .card-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .card-body-trans .card-content .card-col .card-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-body-trans .card-content .card-item-arrow {
    border-right: none !important;
    border-left: none !important;
    border-top: 5px solid #f6f3f1;
    border-bottom: 5px solid #f6f3f1;
    height: 94px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .card-body-trans .card-content .card-item-arrow .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .article-sect {
    padding-top: 0;
  }

  .article-wrapper {
    padding: 30px 0 !important;
  }

  .arcticle-banner-wrapper.block {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .arcticle-banner-wrapper.transaction {
    width: 100%;
    margin: 15px 0 0 0 !important;
    height: auto;
  }

  section.subscribe-sect {
    margin-top: 0;
  }

  .btn-moreInfo .btn-title {
    font-size: 16px;
  }

  .pagination-item:last-child {
    margin-right: 0 !important;
  }

  .pagination-line .pagination-humburger {
    display: block;
  }

  .pagination-line .pagination-item-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pagination-page.pagination-page-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #888888;
    padding-top: 0 !important;
    padding-left: 20px;
    padding-right: 62px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    z-index: 100;
    position: absolute;
    top: 100%;
    right: 0;
  }

  .pagination-page.pagination-page-mobile .pagination-item {
    font-size: 15px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    border-bottom: none !important;
    display: block;
  }

  .pagination-page.pagination-page-mobile .pagination-item .pagination-link {
    color: #fff;
    padding: 0;
    margin: 0;
  }

  .pagination-page.pagination-page-mobile .pagination-item.active,
  .pagination-page.pagination-page-mobile .pagination-item:hover {
    border-bottom: none !important;
  }

  .pagination-page.pagination-page-mobile .pagination-item.active .pagination-link,
  .pagination-page.pagination-page-mobile .pagination-item:hover .pagination-link {
    color: #ff9c32;
  }

  .currency-calculator-wrapper {
    padding: 77px 0 !important;
  }

  .banner-side-container .fb-title {
    text-align: center;
  }

  .sect-news .news-main-wrapper .news-content button.btn-readmore {
    width: 100%;
  }

  .sect-news .inner-wrapper-60 {
    padding: 0 15px;
  }

  .land-content .inner-wrapper {
    padding: 0 15px;
  }

  .land-content .land-page-news .fb-title {
    margin-top: 20px;
    text-align: center;
  }

  .land-content .land-page {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important;
  }

  .land-content .land-page .land-col {
    width: 50% !important;
  }

  .land-content .land-page .banner-label {
    width: 100%;
  }

  .land-content .land-page:nth-child(1n) .land-col:first-child {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }

  .land-content .land-page:nth-child(1n) .land-col:last-child {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .land-content .land-page:nth-child(2n) .land-col:first-child {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .land-content .land-page:nth-child(2n) .land-col:last-child {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }

  .land-content .land-page-1 .banner-label,
  .land-content .land-page-2 .banner-label {
    -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;
    padding-left: 22px;
    padding-top: 12px;
    padding-bottom: 21px;
  }

  .land-content .land-page-1 .banner-label .cointype-line,
  .land-content .land-page-2 .banner-label .cointype-line {
    margin-right: 0;
    margin-bottom: 17px;
  }

  .land-content .land-page-1 .banner-label .cointype-line + .info-text-sm13,
  .land-content .land-page-2 .banner-label .cointype-line + .info-text-sm13 {
    text-align: center;
  }

  .land-content .land-page-2 .banner-label {
    padding-top: 26px;
    padding-bottom: 28px;
    margin-top: -30px;
  }

  .land-content .land-page-3 .banner-label {
    margin-top: -24px;
  }

  .land-content .map-info-line button.btn {
    margin-left: 5px;
    min-width: auto;
  }

  .land-content .map-info-line button.btn:first-child {
    margin-left: 0;
  }

  .land-content .map-info-line button.btn .page-title {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .land-content .map-info-line button.btn .info-text-sm13 {
    font-size: 10px;
  }

  .land-content .infobox {
    padding-left: 0 !important;
  }

  .land-content .infobox-line {
    text-align: center;
  }

  .land-content .infobox-line .d-row-center-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .land-content .infobox-line:last-child {
    border-bottom: 1px solid #ddd !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .land-content .infobox-line:last-child address.address {
    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: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .land-content .infobox-line:first-child {
    margin-top: 20px;
  }

  .land-content .carousel-img {
    height: 410px !important;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
  }

  .land-content .land-content .carousel .carousel-img img {
    margin-left: 0;
  }

  .form-request-wrapper .from-block-1 {
    float: none;
    width: 100%;
    margin-top: 0 !important;
  }

  .form-request-wrapper .from-block-2 {
    margin-top: 0;
  }

  .form-request .formtitle {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    font-size: 18px;
  }

  .footer-contacts .contacts-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sect-order-btm .footer-contacts-wrapper {
    padding-bottom: 25px;
  }

  h1.order-atm-label,
  .currency-calculator-wrapper h1.jq-selectbox__select-text,
  .currency-calculator-wrapper .c-input h1.c-currency-value {
    font-size: 26px;
    margin: 25px 0;
  }

  h1.order-atm-label,
  .currency-calculator-wrapper h1.jq-selectbox__select-text,
  .currency-calculator-wrapper .c-input h1.c-currency-value,
  .form-request .formtitle {
    text-align: center;
  }

  .lheader-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 19px;
  }

  .lheader-content .lheader-content-img-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 21px;
  }

  .lheader-content .lheader-content-img-block .lheader-content-img-wrapper:last-child {
    margin-right: 0;
  }

  .lheader-content .lheader-address-phone {
    margin-right: 0;
  }

  .lheader-content .lheader-content-address-wrapper {
    margin-bottom: 40px;
  }

  .lheader-content address.lheader-content-address {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lheader-content address.lheader-content-address .lheader-address-line.lheader-address-worktime > img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lheader-content address.lheader-content-address .lheader-address-line {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .lheader-content address.lheader-content-address .lheader-address-line img {
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .lh-table-wrapper .lh-table-body .lh-tr {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lh-table-wrapper .row.h-100,
  .lh-table-wrapper .h-100.card-row {
    height: auto !important;
  }

  .lh-table-wrapper .lh-td {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lh-table-wrapper .lh-td.border-right {
    border-right: none !important;
  }

  .lh-table-wrapper .lh-td.border-b-sm {
    border-bottom: 1px solid #f6f3f1 !important;
  }

  .location-table h3.t-blue,
  .location-table .arcticle-banner-wrapper h3.article-banner-info,
  .arcticle-banner-wrapper .location-table h3.article-banner-info,
  .location-table h3.date-day,
  .location-table h3.date-month,
  .location-table h3.order-atm-label,
  .location-table .currency-calculator-wrapper h3.jq-selectbox__select-text,
  .currency-calculator-wrapper .location-table h3.jq-selectbox__select-text,
  .location-table .currency-calculator-wrapper .c-input h3.c-currency-value,
  .currency-calculator-wrapper .c-input .location-table h3.c-currency-value,
  .location-table h3.page-title,
  .location-table h3.block-title,
  .location-table h3.banner-title,
  .location-table h3.list-title,
  .location-table h3.info-title,
  .location-table h3.card-title,
  .location-table h3.info-title-lg,
  .location-table h3.sub-title,
  .location-table h3.info-text,
  .location-table h3.info-text-sm13,
  .location-table h3.info-text-sm11,
  .location-table h3.banner-text-lg,
  .location-table h3.pers-item {
    text-align: center;
  }

  .info-block-img-27 {
    margin-left: 27px;
  }

  .info-block-img-6 {
    margin-left: 6px;
  }

  .info-block-img-9 {
    margin-left: 9px;
  }

  section.moreInfo {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .oteam-header .oteam-header-graph {
    margin-top: 150px;
  }

  .oteam-info-wrapper .ourteam-info-block {
    margin-bottom: 40px;
  }

  .oteam-info-wrapper .ourteam-info-block .info-block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  section.sect-contacts .form-line .row > div,
  section.sect-contacts .form-line .card-row > div {
    margin-bottom: 25px;
  }

  section.sect-contacts .form-line .row > div:last-child,
  section.sect-contacts .form-line .card-row > div:last-child {
    margin-bottom: 0;
  }

  section.sect-contacts .contacts-map-map {
    height: 288px;
  }

  section.sect-contacts .contacts-form-wrapper h3 {
    text-align: center;
  }

  .contacts-map-label {
    text-align: center;
  }

  .contacts-info-wrapper address.address .contacts-lg-social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .contacts-info-wrapper address.address .contacts-lg-social-nav .social-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sell-header.sell-online-sect {
    background-position: 120% bottom;
  }

  .faq-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #faq-menu {
    left: 10px;
  }

  #faq-menu a.nav-link {
    height: 8px;
    width: 8px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  #faq-menu a.nav-link:before {
    left: 5px;
  }

  #faq-menu .nav-link.active {
    height: 14px;
    width: 14px;
  }

  #faq-menu .nav-link.active::before {
    left: 2px;
  }

  section.sell-header.accept-coins-sect .content-wrapper {
    padding-bottom: 245px;
    background-position: center bottom;
  }

  section.sell-header.accept-coins-sect .sell-header-content {
    width: 100%;
  }

  section.sell-header.accept-coins-sect p {
    margin-bottom: 38px;
  }

  section.sell-header.accept-coins-sect h1.page-title {
    margin-bottom: 45px;
  }

  section.sell-header.accept-coins-sect .sect-top-line {
    margin-bottom: 36px;
  }

  section.sell-header.accept-coins-sect .sell-header-text {
    padding: 0 20px 50px 0;
  }

  section.sell-header.accept-coins-sect .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  section.sell-header.accept-coins-sect .button-wrapper .btn {
    margin-right: 0;
    margin-bottom: 18px;
    min-width: 200px;
  }

  section.sell-header.accept-coins-sect .button-wrapper .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

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

  .how-wrapper .how-block {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .how-wrapper .how-block .how-label {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .how-wrapper .how-block-l .how-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .how-wrapper .how-block-l .how-bg-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .how-wrapper .how-block-l .how-label {
    bottom: 100px;
    top: auto;
  }

  .how-wrapper .how-block-l .how-label-c {
    top: auto;
    bottom: -58.5px;
  }

  .how-wrapper .how-block-l .how-label-c img.btn-img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .how-wrapper .how-block-r .how-label {
    top: 100px;
  }

  .p-info-table-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .p-info .p-info-table .p-info-table-row {
    padding: 18px 0;
  }

  section.p-info .content-wrapper {
    padding-bottom: 0;
  }

  section.p-banner .p-banner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.p-banner .p-banner-body .card {
    text-align: center;
  }

  section.p-banner .p-banner-body .card .card-item .price-value {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:nth-child(2),
  section.p-banner .banner-label-item:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.pl-sect {
    min-height: auto;
  }

  section.pl-sect .land-content-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  section.pl-sect .land-banner-wrapper {
    margin-bottom: 0;
  }

  section.pl-sect.pl-sect-inverse .land-content-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  section.pl-sect {
    padding: 30px 0;
  }

  section.pl-sect .land-info-item + .btn {
    margin-top: 0;
  }

  section.pl-sect .inner-wrapper {
    padding: 0;
  }

  section.pl-sect .land-info-item,
  section.pl-sect .land-content-wrapper {
    text-align: center;
  }

  section.pl-sect .land-content-wrapper {
    margin-bottom: 40px;
    margin-top: 0;
  }

  section.pl-sect .banner-label {
    width: 80%;
  }

  section.pl-sect .banner-label .bl-img {
    height: 85px;
    max-height: 85px;
  }

  section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .row > div:first-child,
  section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .card-row > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .row > div:last-child,
  section.pl-sect.pl-sect-inverse .content-wrapper.inner-wrapper > .container-fluid > .card-row > div:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .currency-calculator-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .currency-calculator-wrapper .c-elements-container .c-text {
    font-size: 40px;
    margin: 24px 0;
  }

  .currency-calculator-wrapper .jq-selectbox__select-text {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    font-size: 32px !important;
  }

  .c-pagination-wrapper .pagination-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }

  .c-pagination-wrapper li.pagination-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0;
  }

  .c-pagination-wrapper li.pagination-subtitle {
    margin-left: 7.5px !important;
  }

  .page-crypto-sect .lheader-content {
    padding-bottom: 5px;
  }

  .cards-sect-block {
    padding-bottom: 22px;
  }

  .article-sect .article-wrapper {
    padding-top: 27px;
  }

  .page-crypto-card-block .card-body-lupdtate .card-row-with-label .card-col {
    padding: 22px 0;
  }

  .page-crypto-card-block .card-body-lupdtate .card-col.card-col-like-rang {
    padding-bottom: 0;
  }

  .page-crypto-card-block .card-body-lupdtate {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-crypto-card-block .btn-blckchain {
    margin-bottom: -10px;
  }

  .page-padding-y {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .page-col:first-child .col-content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 679px) {
  .kyc-index .bottom-line .items {
    padding: 8px;
  }

  .kyc-index .bottom-line .item .label {
    margin-left: 8px;
  }

  .l_en .kyc-index .title-2 {
    height: 90px;
  }
}

@media (max-width: 670px) {
  section.sell-header.sell-online-sect {
    background-position: 130% bottom;
  }
}

@media (max-width: 635px) {
  .k-button {
    padding: 3px 18px;
    margin-right: 10px;
  }
}

@media (max-width: 630px) {
  section.sell-header.sell-online-sect {
    background-position: 150% bottom;
  }

  section.sell-header.sell-online-sect {
    background-position: 170% bottom;
  }
}

@media (max-width: 600px) {
  .content-form .form-fields-inner,
  .content-form .form-fields-outer .field {
    display: block;
  }

  .content-form .form-fields-inner,
  .content-form .form-fields-outer > .field > label + * {
    display: block;
  }
}

@media (max-width: 585px) {
  .l_gr .kyc-index .title-1 {
    font-size: 42px;
    letter-spacing: -2.1px;
  }

  .l_gr .kyc-index .title-2 {
    font-size: 17px;
    letter-spacing: -0.7px;
  }
}

@media (max-width: 579px) {
  .kyc-index .bottom-line .item3 .label {
    margin-top: 19px;
    line-height: 21px;
    max-width: 130px;
  }

  .l_en .kyc-index {
    height: 615px;
  }

  .kyc-index .title-1 {
    margin-top: 12px;
  }

  .kyc-index .title-2 {
    margin-top: 10px;
    max-width: 100%;
  }

  .kyc-index .title-3 {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  section.newsearch-sect {
    height: auto;
    min-height: 223px;
  }

  .newsearch-title {
    text-align: center;
  }

  .newsearch-type {
    white-space: pre-wrap;
    word-break: break-all;
  }

  section.newsearch-sect.newsearch-sect-main {
    padding: 45px 0 !important;
    min-height: auto;
  }

  .badge-title {
    font-size: 18px;
  }

  .badge-img {
    margin-right: 9px;
  }

  .explorer-badge .wrapper {
    padding: 0;
  }

  section.sell-header.accept-coins-sect {
    background-image: none;
  }

  section.sell-header.accept-coins-sect .sell-header-content p {
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  section.sell-header.accept-coins-sect .sell-header-content h1.page-title {
    line-height: 35px;
    font-size: 26px;
    margin-bottom: 8px;
  }

  section.sell-header.accept-coins-sect .sell-header-content > .container-fluid > .row,
  section.sell-header.accept-coins-sect .sell-header-content > .container-fluid > .card-row {
    margin-left: 0;
    margin-right: 0;
  }

  section.sell-header.accept-coins-sect .sell-header-content .sect-top-line {
    margin-bottom: 22px;
  }

  section.sell-header.accept-coins-sect .sell-header-content .sell-header-text {
    padding: 0 0 25px 0;
  }

  section.sell-header.accept-coins-sect .sell-header-content .button-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .how-wrapper .how-bg-img {
    max-height: 226px;
  }
}

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

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

  .bannerSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bannerSideLabel {
    margin-right: 0;
  }

  .banner-content-wrapper .banner-content {
    padding: 15px;
  }

  .b-card-img-alfa {
    background-image: url("data/img/content/banners/product-banner-btm.png");
    background-size: contain;
    height: 200px;
  }

  .b-card-img-omega {
    background-image: url("data/img/content/banners/omega-rev.png");
    background-size: contain;
    height: 200px;
  }

  .b-card-img-onl {
    background-image: url("data/img/content/banners/air.png");
    background-size: contain;
    height: 150px;
    margin-bottom: -20px;
  }

  .b-card-img-sale {
    background-image: url("data/img/content/banners/printer.png");
    background-size: contain;
    height: 150px;
    margin-bottom: -20px;
  }

  .b-card-img-solution {
    background-image: url("data/img/content/banners/iphoneandpad.png");
    background-size: contain;
    height: 150px;
    margin-bottom: -20px;
  }

  .b-card {
    -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;
    overflow-x: hidden;
  }

  .b-card.bg-gray .bannerSideLabel-label {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }

  .b-card.bg-gray .b-card-body,
  .b-card.bg-gray .b-card-content {
    padding-top: 0;
  }

  .b-card.bg-gray .b-card-header {
    border-bottom: none;
  }

  .b-card.bg-gray .b-card-header .b-card-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }

  .b-card-content {
    width: 100%;
  }

  .b-card-img {
    width: 100%;
    background-position: center 110%;
  }

  .b-card-img img {
    width: auto;
    max-height: 135px;
  }

  .b-card-body {
    text-align: center;
  }

  .b-card-v {
    padding: 15px;
  }

  .b-card-v .banner-icon-item {
    margin-right: 5px;
  }

  .sect-blog-page .news-page-label {
    position: relative !important;
    top: 30px !important;
    left: auto !important;
    margin-bottom: 30px;
  }

  .sect-blog-page .news-page-wrapper .content-text,
  .sect-blog-page .news-page-wrapper .table-text {
    margin-bottom: 15px;
  }

  .sect-blog-page .blog-page-content {
    margin-top: 30px;
  }

  .sect-blog-page .news-page-wrapper {
    padding-bottom: 30px !important;
  }

  .news-page-wrapper {
    padding: 0 15px !important;
    position: relative;
    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;
  }

  .news-page-wrapper .news-page-content {
    margin-top: -25px;
  }

  .news-page-wrapper .content-text,
  .news-page-wrapper .table-text {
    margin-bottom: 0;
  }

  .news-page-wrapper .news-page-bottom-line {
    margin-bottom: 30px;
  }

  .news-page-label {
    position: relative !important;
    top: -41px !important;
    left: auto !important;
  }
}

@media (max-width: 575px) {
  footer.footer {
    padding-top: 30px;
  }

  .address-wrapper address.address {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  .address-wrapper address.address .address-item {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .address-wrapper address.address .address-item:last-child {
    margin-bottom: 0;
  }

  .popup-wrapper .popup-content-img {
    width: 64px;
    height: 44px;
    min-width: 64px;
    min-height: 44px;
  }

  .popup-wrapper .popup-content-title {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
  }

  .popup-wrapper .popup-content-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .card-subtitle,
  .card-title {
    text-align: center;
  }

  .cards-sect {
    padding: 16px 0;
  }

  .card-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-address-wrapper .card-block {
    width: 100% !important;
  }

  .card-address-wrapper .qrcode-wrapper {
    margin-top: 0 !important;
    margin-bottom: 34px !important;
  }

  section.explorer-banner {
    padding: 33px 17px 116px;
    background-position: center 150px;
    background-size: 120px;
  }

  section.explorer-banner .info-title,
  section.explorer-banner .card-title {
    text-align: center;
    font-size: 20px;
  }

  .explorer-banner-btn {
    padding: 22px 27px;
  }

  .explorer-banner-btn .btn-title {
    font-size: 22px;
    font-family: "Roboto";
    letter-spacing: 1.56px;
  }

  .arcticle-banner-wrapper.transaction {
    margin: 15px 0 0 0;
  }

  .btn-copy {
    border: none;
    height: 42px;
    font-size: 15px;
    color: #2995ae;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .btn-copy.copied,
  .btn-copy:hover {
    background-color: #fff;
    border: none;
    color: #f1932f;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed-bottom-nav .nav-item {
    width: 50%;
  }

  .pagination-page {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination-page .pagination-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    text-align: center;
  }

  .pagination-page .pagination-item,
  .pagination-page .pagination-subtitle {
    margin: 0 7.5px;
  }

  .pagination-line .pagination-subtitle {
    display: none;
  }

  .pagination-line .pagination-item-active {
    margin-left: auto;
  }

  .sect-news .news-list-wrapper .news-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sect-news .news-list-wrapper .news-content-text a.t-like-h3,
  .sect-news .news-list-wrapper .news-content-text a.date-day-md {
    font-size: 16px !important;
  }

  .sect-news .news-list-wrapper span.content-text,
  .sect-news .news-list-wrapper span.table-text {
    display: none;
  }

  .sect-news h1.page-title {
    text-align: center;
    line-height: 0.8;
  }

  .sect-news .page-subtitle {
    text-align: center;
  }

  .land-content h1.page-title {
    font-size: 26px;
    line-height: 35px;
  }

  .land-content .land-page-1 .banner-label,
  .land-content .land-page-2 .banner-label,
  .land-content .land-page-3 .banner-label {
    min-width: auto;
  }

  .land-content .land-page-3 .land-banner-wrapper .banner-label .info-text-sm13 {
    text-align: left !important;
  }

  .land-content .land-page-3 .banner-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;
  }

  .land-content .land-page .land-info-item {
    font-size: 15px;
    line-height: 22px;
  }

  .land-content .land-page .land-info-item h5 {
    font-size: inherit !important;
  }

  .land-content .land-page .land-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .land-content .land-page .land-row .land-col {
    width: 100% !important;
    text-align: center;
  }

  .land-content .land-page .land-row .land-col:first-child {
    margin-right: 0 !important;
    margin-bottom: 23px;
  }

  .land-content .land-page .land-row .land-col:last-child {
    margin-left: 0 !important;
  }

  .land-content .land-page-2 {
    padding-bottom: 60px;
  }

  .land-content .land-page:nth-child(1n) .land-col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .land-content .land-page:nth-child(1n) .land-col:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .land-content .land-page:nth-child(2n) .land-col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .land-content .land-page:nth-child(2n) .land-col:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .land-content .land-banner-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .land-content .land-page-banner .land-banner-line .land-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .land-content .land-banner-line .land-banner {
    margin-top: 23px;
  }

  .land-content .land-banner-img-wrapper {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
  }

  .land-content .carousel-img {
    max-height: 179px !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .land-content .carousel-img img {
    width: 100%;
    height: auto !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: none;
    object-fit: none;
  }

  .land-content .carousel .carousel-item {
    margin-right: 0;
    margin-left: 0;
  }

  .copy-container {
    -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-top: 10px;
  }

  .copy-container .btn-copy {
    margin-left: 0;
    margin-top: 5px !important;
  }

  .oteam-header .oteam-header-wrapper {
    padding: 26px 0 48px;
  }

  .oteam-header .oteam-header-content {
    text-align: center;
  }

  .oteam-header .oteam-header-content h1.page-title {
    font-size: 26px;
    line-height: 35px;
  }

  .oteam-header .graph-item-main {
    width: 115px;
    min-width: 115px;
    height: 115px;
    min-height: 115px;
  }

  .oteam-header .graph-item-sm {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .oteam-header .graph-item-r {
    right: -85px;
  }

  .oteam-header .graph-item-r:after {
    right: 60px;
    width: 25px;
  }

  .oteam-header .graph-item-l {
    left: -85px;
  }

  .oteam-header .graph-item-l:after {
    left: 60px;
    width: 25px;
  }

  .oteam-header .graph-item-t {
    top: -85px;
  }

  .oteam-header .graph-item-t::after {
    top: 60px;
    height: 25px;
  }

  .oteam-info .ourteam-info-banner {
    padding: 34px;
  }

  .oteam-info .ourteam-info-banner .page-title {
    text-align: left;
    line-height: 35px;
    font-size: 26px;
  }

  .oteam-user .ourteam-user-info-wrapper .page-title {
    text-align: left;
  }

  .oteam-slogan-line .ourteam-slogan-wrapper {
    padding: 34px;
  }

  .oteam-slogan-line .ourteam-slogan-wrapper h5 {
    font-size: 18px;
  }

  section.sect-contacts {
    padding-top: 19px;
  }

  .contacts-info-wrapper address.address .address-item .btn-slogan {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .contacts-info-wrapper address.address .address-text {
    margin-left: 17px;
  }

  section.sect-contacts .contacts-map-wrapper {
    margin-top: 10px;
  }

  section.sell-header.sell-online-sect {
    background-image: none;
  }

  section.sell-header.sell-online-sect .sell-header-content {
    width: 100%;
  }

  section.sell-header.sell-online-sect .sell-header-content p {
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  section.sell-header.sell-online-sect .sell-header-content h1.page-title {
    line-height: 35px;
    font-size: 26px;
    margin-bottom: 8px;
  }

  section.sell-header.sell-online-sect > .container-fluid > .row,
  section.sell-header.sell-online-sect > .container-fluid > .card-row {
    margin-left: 0;
    margin-right: 0;
  }

  section.sell-header.sell-online-sect .sect-top-line {
    margin-bottom: 22px;
  }

  section.sell-header.sell-online-sect .sell-header-text {
    padding: 0 0 25px 0;
  }

  section.sell-header.sell-online-sect .button-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.sell-info .sinfo-text {
    font-size: 16px;
    line-height: 25px;
  }

  section.sell-info .sinfo-label {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-right: 15px;
  }

  section.sell-info .sinfo-label > img {
    height: 42px;
    max-height: 42px;
    width: auto;
    max-width: 45px;
  }

  section.sell-info .sinfo-wrapper {
    width: 100%;
    margin: 0 10px;
  }

  section.sell-info .sinfo-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
  }

  .faq-title::before {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-size: 40px;
    left: -58px;
  }

  .faq-title {
    font-size: 20px;
    margin-left: 58px;
  }

  .faq-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-header {
    padding-top: 30px;
  }

  .p-header #p-slider-main {
    min-height: 385px;
  }

  .p-header .p-header-info h1.page-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .p-header .p-header-info .p-info-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
  }

  .p-header .p-header-info .p-info-line .p-info-item {
    padding-left: 0;
    padding-right: 0;
  }

  .p-header .p-header-info .p-info-line .p-info-item:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #f6f3f1;
    border-right: none !important;
  }

  .p-header .p-header-info .p-info-line .p-info-item:first-child .infobox-label,
  .p-header .p-header-info .p-info-line .p-info-item:first-child .price-value {
    text-align: center;
  }

  .p-header .p-header-info .p-info-line .p-info-item:nth-child(2) {
    width: auto;
    padding-right: 20px;
  }

  .p-header .p-header-info .p-info-line .p-info-item:last-child {
    width: calc(80% - 40px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
  }

  .p-header .p-header-info .p-info-line .p-info-item:last-child .infobox-label {
    line-height: 16px;
  }

  .p-header .p-slider-dop {
    margin-top: 14px;
  }

  .p-header .p-slider-dop .slick-prev {
    left: -7px;
  }

  .p-header .p-slider-dop .slick-next {
    right: -7px;
  }

  .p-header .p-slider-dop .slider-item {
    padding: 0 7px;
    min-height: auto;
  }

  section.p-info .p-info-table-content-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.p-info .p-info-table-content-buttons .p-info-table-content-button {
    font-size: 18px !important;
  }

  section.p-info .info-title,
  section.p-info .card-title {
    margin-bottom: 15px;
  }

  section.p-info .p-info-table-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.p-info .p-info-table-col .p-info-table-img {
    margin-left: 0;
    margin-top: 10px;
  }

  section.p-banner .land-banner-wrapper {
    margin-left: 0;
    margin-top: 27px;
  }

  .p-info-label.page-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
  }

  .p-header .p-header-info {
    margin-top: 28px;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.p-banner .land-banner-wrapper .banner-label .banner-label-item:nth-child(2) .banner-label-cont {
    padding-right: 0;
  }

  section.pl-sect .land-content-wrapper h1.page-title {
    font-size: 26px;
  }

  section.pl-sect .banner-label {
    width: 100%;
  }

  .currency-calculator-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .currency-calculator-wrapper .c-input .c-currency-value {
    height: 59px;
    width: 120px;
    min-width: 120px;
    font-size: 26px;
  }

  .currency-calculator-wrapper .c-elements-container .c-text {
    font-size: 40px;
    margin: 24px 0;
  }

  .currency-calculator-wrapper .jq-selectbox__select-text {
    padding-top: 19.5px !important;
    padding-bottom: 19px !important;
    font-size: 26px !important;
  }

  .page-col:first-child .col-content-wrapper {
    padding: 0;
  }

  .sect-top-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-wrapper-60 {
    padding: 0 15px;
  }

  .inner-wrapper {
    padding: 0 15px;
  }

  h1.page-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 19px;
    line-height: 1;
  }
}

@media screen and (max-width: 575px) {
  .shop-rectangle {
    background-position: 15px -10px;
  }

  .price-detail-shop {
    top: 85px;
    right: 130px;
  }

  .omega-products {
    left: 170px;
    top: 0px;
  }

  .alpha-products {
    background-position: -25px 25px;
    right: 90px;
    top: 0px;
  }

  .point-products {
    left: -100px;
    top: -50px;
  }

  .online-products {
    right: -20px;
    top: -20px;
  }

  .shop-products {
    background-position: -5px -60px;
    left: 30px;
    top: 10px;
  }

  .shop-products .price-detail-shop {
    top: 30px;
    right: 155px;
  }
}

@media (max-width: 570px) {
  .top-tabbed-menu .tabs .tab {
    padding: 18px 4px 13px;
    border-bottom: none !important;
  }

  .top-tabbed-menu .user-info .label-notverified {
    padding: 7px 3px;
  }

  .top-tabbed-menu .user-info .label-verified {
    padding: 7px 3px;
  }

  .top-tabbed-menu .user-info .user {
    padding: 14px 4px;
  }

  .top-tabbed-menu .user-info .exit {
    margin-right: 0;
  }

  .top-tabbed-menu .user-info .label-notverified {
    display: none;
  }

  .top-tabbed-menu .user-info .label-verified {
    display: none;
  }
}

@media (max-width: 550px) {
  .k-button {
    padding: 3px 10px;
    margin-right: 5px;
  }

  .k-button svg {
    margin-right: 2px;
    margin-left: -2px;
  }
}

@media (max-width: 499px) {
  .l_gr .kyc-index .title-1 {
    max-width: 320px;
  }

  .l_en .kyc-index .title-3 {
    max-width: 250px;
  }

  .l_gr .kyc-index {
    height: 722px;
  }

  .l_en .kyc-index {
    height: 639px;
  }
}

@media (max-width: 482px) {
  .shape-secure img.dataimage {
    width: 100%;
  }

  .shape-secure .label {
    width: 100%;
    padding-right: 50px;
  }

  .shape-secure .items {
    width: 100%;
  }

  .shape-secure .items div {
    width: 11.1%;
  }

  .shape-secure .approved {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .kyc-index .title-1 {
    max-width: 320px;
  }

  .kyc-index .title-2 {
    max-width: 100%;
    height: 150px;
  }

  .kyc-index .buttons-stack {
    margin-top: 15px;
  }

  .l_en .kyc-index .title-2 {
    height: 110px;
  }

  .kyc-index .bottom-line {
    height: 374px;
  }

  .kyc-index .bottom-line .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .l_en .kyc-index {
    height: 878px;
  }

  .l_gr .kyc-index {
    height: 923px;
  }

  .k-button {
    margin-bottom: 10px;
  }

  .profile-label.general {
    margin-top: 21px;
  }
}

@media (max-width: 455px) {
  .kyc-index .title-2 {
    height: 135px;
  }

  .l_gr .kyc-index .title-2 {
    height: 158px;
  }

  .l_gr .kyc-index {
    height: 929px;
  }
}

@media (max-width: 399px) {
  .l_en .kyc-index .title-2 {
    height: 140px;
  }

  .l_en .kyc-index {
    height: 908px;
  }
}

@media (max-width: 390px) {
  .buttons-stack-title {
    max-width: 400px;
  }

  .buttons-stack-title .k-button {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .alpha-rectangle {
    background-size: 325px 250px;
  }

  .point-rectangle {
    background-position: 65px -20px;
  }

  .price-detail-point {
    top: 80px;
    right: 110px;
  }

  .shop-rectangle {
    background-position: 60px -10px;
  }

  .price-detail-shop {
    top: 85px;
    right: 85px;
  }
}

@media (max-width: 370px) {
  .top-tabbed-menu .content {
    letter-spacing: -0.7px;
    font-size: 15px;
  }

  .top-tabbed-menu .user-info .user {
    font-size: 15px;
    margin-top: 4px;
    letter-spacing: -0.7px;
  }
}

@media (max-width: 360px) {
  .l_en .kyc-index .title-2 {
    letter-spacing: -0.4px;
  }

  .l_gr .kyc-index .title-2 {
    height: 190px;
  }

  .buttons-stack .k-button {
    padding: 8px 26px;
  }

  .l_gr .kyc-index {
    height: 959px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .omega-products {
    left: -40px;
    top: -70px;
  }

  .alpha-products {
    background-position: -25px 25px;
    right: -110px;
    top: -100px;
  }

  .point-products {
    left: -100px;
    top: -50px;
  }

  .online-products {
    right: -130px;
    top: -40px;
  }

  .shop-products {
    background-position: -5px -60px;
    left: 30px;
    top: -40px;
  }
}

@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;
  }

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