@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*!
 * Bootstrap 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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 320px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

@-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 {
  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: .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: -.25em; }

sup {
  top: -.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: .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"] {
  box-sizing: border-box;
  padding: 0; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

a > code {
  color: inherit; }

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

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

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

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

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

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

@media (min-width: 320px) {
  .container {
    max-width: 540px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

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

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

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

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1024px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1280px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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

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

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

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

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

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

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

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

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

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  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;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

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

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

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

.nav-link.disabled {
  color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  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-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 320px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  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;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

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

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

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 320px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 320px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 320px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

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

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

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

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 320px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  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;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.modal.show .modal-dialog {
  -webkit-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: .25rem; }

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

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

@media (min-width: 320px) {
  .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: 1024px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

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

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.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;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 320px) {
  .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;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .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;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .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;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .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;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

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

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

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

@media (min-width: 320px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-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: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -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; }

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

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

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

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

@media (min-width: 320px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*# sourceMappingURL=bootstrap.css.map */
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none; }

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

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

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

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

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

.slick-list:focus {
  outline: 0; }

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

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

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

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

.slick-track:after {
  clear: both; }

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/*# sourceMappingURL=slick.min.css.map */
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  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"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*# sourceMappingURL=slick-theme.min.css.map */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.ttf");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**/
/**/
.h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #171B39; }

.h2 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #171B39; }

.h3 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #171B39; }

.h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #171B39; }

.subtitle1 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #171B39; }

.subtitle2 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }

.text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171B39; }

.caption {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #171B39; }

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

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 760px) {
  .h1 {
    font-size: 24px;
    line-height: 28px; } }

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

html,
body {
  overflow-x: hidden;
  max-width: 100%; }

body {
  font-family: "Open Sans";
  margin: 0; }

button {
  border: none;
  background: transparent;
  outline: none !important;
  cursor: pointer; }
  button:focus {
    outline: none !important;
    box-shadow: none; }

a {
  outline: none; }

.app-container {
  width: 1168px;
  margin: auto; }

.app-content {
  min-height: calc(100vh - 80px - 56px);
  padding: 16px 0; }
  @media only screen and (min-width: 768px) {
    .app-content {
      padding: 32px 0; } }
  @media only screen and (min-width: 1024px) {
    .app-content {
      padding: 48px 0; } }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-sb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.flex-justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-align-center {
  -webkit-align-items: center;
  align-items: center; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.text-bold {
  font-weight: 600; }

.text-bold-important {
  font-weight: 600 !important; }

.hide {
  display: none; }

.show {
  display: block; }

.noscroll {
  overflow: hidden; }

.hidden {
  opacity: 0; }

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

.w-auto {
  width: auto !important; }

.mt-5 {
  margin-top: 5px; }

.mt-8 {
  margin-top: 8px; }

.mt-10 {
  margin-top: 10px; }

.mt-16 {
  margin-top: 16px; }

.mt-24 {
  margin-top: 24px; }

.mt-20 {
  margin-top: 20px; }

.mt-56 {
  margin-top: 56px; }

.mt-90 {
  margin-top: 90px; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.ofi {
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  height: 100%;
  width: 100%; }

.app-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  cursor: pointer; }
  .app-link:hover {
    color: #171B39;
    text-decoration: none; }
  .app-link--blue {
    color: #2C63DC; }
    .app-link--blue:hover {
      color: #2C63DC; }
  .app-link--block {
    display: block; }

.link-nostyle {
  color: inherit;
  text-decoration: inherit; }
  .link-nostyle:hover, .link-nostyle:focus {
    color: inherit;
    text-decoration: inherit; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.app-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #2C63DC;
  height: 2px;
  z-index: 1000;
  animation: loader 3s ease forwards; }

@keyframes loader {
  0% {
    width: 0%; }
  100% {
    width: 98%; } }

.text-n700 {
  color: #5D6075; }

.public {
  min-height: calc(100vh - 148px); }

.header {
  padding-top: 32px;
  background: #fff;
  padding-bottom: 20px; }
  .header__menu {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-image: url("../img/menu-icon.svg");
    background-position: -10px center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none; }
    .header__menu[data-open="open"] {
      background-image: url("../img/close-btn.svg");
      background-size: 14px 14px;
      background-position: left center; }
  .header__search {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-image: url("../img/search.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none; }
    .header__search[data-open="open"] {
      background-image: url("../img/close-btn.svg");
      background-size: 14px 14px;
      background-position: right center; }
  .header__dummy {
    height: 40px;
    width: 40px; }
  .header__wrap {
    padding-left: calc(50% - 118px / 2);
    -webkit-align-items: center;
    align-items: center; }
  .header__logo {
    width: 118px; }
  .header__login {
    text-decoration: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #171B39;
    margin-left: auto; }
    .header__login:hover {
      text-decoration: none;
      cursor: pointer;
      color: #171B39; }
  .header__to-catalog-link {
    text-decoration: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #171B39; }
    .header__to-catalog-link:hover {
      text-decoration: none;
      cursor: pointer;
      color: #171B39; }
    @media only screen and (max-width: 767px) {
      .header__to-catalog-link {
        display: none; } }
  .header-back {
    width: 20px;
    height: 20px;
    margin-right: 52px;
    background: url(../img/arrow_back.svg) no-repeat center center;
    background-size: contain; }
  .header--landing .header__wrap {
    position: relative;
    padding-left: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
  .header--landing .header-back {
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    .header--landing .header__login {
      display: block; } }
  .header--landing .header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.search {
  width: 100%;
  margin-bottom: 16px; }
  .search.show {
    display: block; }
  .search-form {
    width: 100%;
    height: 32px;
    position: relative; }
  .search-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/search.svg");
    background-position: center;
    background-repeat: center;
    background-size: contain; }
  .search-input {
    width: 100%;
    height: 32px;
    padding-left: 35px;
    border: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box; }
    .search-input:focus {
      outline: none;
      box-shadow: none; }

.main__filter {
  min-width: 268px;
  width: 268px; }

.main__block {
  width: 100%;
  min-width: 800px; }

.main-category {
  color: #171B39;
  text-decoration: none;
  cursor: pointer;
  display: block; }
  .main-category:hover {
    text-decoration: none; }
  .main-category__image {
    margin-bottom: 8px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
  .main-category__title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #171B39; }

.main-category1 {
  padding-top: 28px; }
  .main-category1 .main-category__image {
    width: 396px;
    height: 496px;
    background-image: url("../img/1.png"); }

.main-category2 .main-category__image {
  width: 300px;
  height: 648px;
  background-image: url("../img/2.png"); }

.main-category3 {
  margin-left: auto; }
  .main-category3 .main-category__image {
    width: 552px;
    height: 552px;
    background-image: url("../img/3.png"); }

.main-category4 .main-category__image {
  width: 364px;
  height: 456px;
  background-image: url("../img/4.png"); }

.main-category5 .main-category__image {
  width: 440px;
  height: 612px;
  background-image: url("../img/5.png"); }

.main-category6 {
  margin-top: 206px; }
  .main-category6 .main-category__image {
    width: 452px;
    height: 520px;
    background-image: url("../img/6.png"); }

.main-category7 .main-category__image {
  width: 232px;
  height: 512px;
  background-image: url("../img/7.png"); }

.main-line1 {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 46px; }

.main-line2 {
  margin-bottom: 62px; }

.main-line3 {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 66px; }

.main-line4 {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 207px; }

.category__title {
  margin-bottom: 24px; }

.category__count {
  margin-bottom: 40px;
  margin-top: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5D6075; }

.category__select-min {
  display: none;
  margin-bottom: 18px; }

.category__select-btn {
  width: 100%;
  background: #F3F3F5;
  border-radius: 2px;
  height: 48px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #171B39;
  padding: 14px 16px;
  font-weight: 400;
  cursor: pointer; }

.product__filter {
  min-width: 268px;
  width: 268px; }

.product__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%; }

.product__images {
  width: 440px;
  min-width: 440px;
  margin: 0 auto; }
  .product__images-item {
    margin-bottom: 14px;
    width: 440px; }
    .product__images-item img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }

.product__content {
  margin-right: 0;
  max-width: 268px; }
  .product__content .tab {
    margin-top: 48px; }

.product__name {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #171B39;
  margin-bottom: 8px; }

.product__type {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  margin-bottom: 48px; }

.product-info {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; }

.product-specifications__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px; }

.product-specifications__attribute {
  color: #5D6075;
  width: 124px;
  min-width: 124px;
  position: relative; }
  .product-specifications__attribute:after {
    content: '';
    display: block;
    width: 90%;
    position: absolute;
    bottom: 2px;
    border-bottom: 1px dashed #E8E9EC; }
  .product-specifications__attribute span {
    position: relative;
    padding-right: 6px;
    background: #fff;
    display: block;
    width: fit-content;
    z-index: 2; }

.product-specifications__value {
  color: #171B39; }

.filter.show {
  display: block; }

.filter__hide {
  display: none; }

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

.filter__item {
  margin-bottom: 8px; }
  .filter__item:first-child {
    margin-bottom: 24px; }

.filter__link {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  text-decoration: none; }
  .filter__link:hover {
    text-decoration: underline;
    color: #171B39; }
  .filter__link.active {
    text-decoration: underline; }

.product-item {
  width: 200px;
  min-width: 200px;
  margin-bottom: 48px;
  margin-right: 100px;
  display: block;
  text-decoration: none;
  cursor: pointer; }
  .product-item:nth-child(3n) {
    margin-right: 0; }
  .product-item--catalog {
    margin-right: 0; }
    .product-item--catalog:nth-child(3n) {
      margin-right: 0; }
  .product-item__image {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
    .product-item__image img {
      width: 100%;
      height: auto; }
  .product-item__name {
    display: block;
    margin-bottom: 8px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5D6075;
    cursor: default; }
    .product-item__name:hover {
      color: #2C63DC;
      text-decoration: none; }
  .product-item__tag {
    background: #F3F3F5;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0 4px;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    text-decoration: none;
    cursor: default; }
    .product-item__tag:last-child {
      margin-right: 0; }
    .product-item__tag:hover {
      text-decoration: none;
      color: #171B39; }

.footer {
  border-top: 1px solid #E8E9EC;
  padding: 55px 0 59px 0;
  background: #fff; }
  .footer__logo {
    margin: auto;
    margin-bottom: 40px;
    width: fit-content; }
  .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin: auto; }
  .footer__item {
    margin-bottom: 18px; }
    .footer__item:last-child {
      margin-bottom: 0; }
  .footer__link {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #171B39;
    text-decoration: none; }

.copyright {
  border-top: 1px solid #E8E9EC;
  padding: 18px 0 19px 0; }
  @media only screen and (max-width: 767px) {
    .copyright {
      padding: 32px 0 19px 0; } }
  .copyright__text {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 18px;
    color: #5D6075;
    margin-left: auto;
    margin-right: 7px; }
    @media only screen and (max-width: 767px) {
      .copyright__text {
        margin-left: 0;
        margin-bottom: 32px; } }
  .copyright__link {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 18px;
    color: #5D6075;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .copyright__link {
        margin-bottom: 32px; } }
    .copyright__link:not(:last-of-type) {
      margin-right: 24px; }

.manufacturer__title {
  margin-bottom: 24px; }

.manufacturer__form {
  margin-bottom: 28px; }

.manufacturer__count {
  margin-bottom: 41px;
  color: #5D6075;
  font-size: 14px; }

.manufacturer__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #E8E9EC;
  padding: 32px 0; }
  .manufacturer__item:last-child {
    border-bottom: 1px solid #E8E9EC;
    margin-bottom: 48px; }

.manufacturer__logo {
  height: 96px;
  width: 96px;
  margin-right: 40px;
  position: relative; }
  .manufacturer__logo img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    display: block; }

.manufacturer__info {
  text-align: left; }
  .manufacturer__info .subtitle2 {
    margin-bottom: 8px; }
  .manufacturer__info .text {
    margin-bottom: 8px; }
  .manufacturer__info a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    color: #5D6075; }
    .manufacturer__info a:hover {
      color: #5D6075; }

.manufacturer__portfolio {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .manufacturer__portfolio-item {
    height: 56px;
    width: 56px;
    margin-right: 16px; }
    .manufacturer__portfolio-item:last-child {
      margin-right: 0; }
    .manufacturer__portfolio-item img {
      width: 100%;
      height: auto; }

.text-page__content {
  max-width: 600px;
  margin: auto;
  padding-top: 52px; }
  .text-page__content .h1 {
    margin-bottom: 24px; }
  .text-page__content .h2 {
    margin-bottom: 24px; }
  .text-page__content .subtitle1 {
    margin-bottom: 8px; }
  .text-page__content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .text-page__content ul li {
      padding-left: 32px;
      display: block;
      position: relative;
      margin-bottom: 32px; }
      .text-page__content ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        height: 16px;
        width: 16px;
        background-image: url("../img/check.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }

.text-page__block {
  margin-bottom: 88px; }
  .text-page__block--top-border {
    padding-top: 88px;
    border-top: 1px solid #E8E9EC; }

@media screen and (max-width: 1280px) {
  .app-container {
    width: 100%;
    padding-left: 56px;
    padding-right: 56px; }
  .main__block {
    min-width: auto; }
  .product-item {
    margin-right: 30px; }
    .product-item:nth-child(3n) {
      margin-right: 0; }
  .category__block {
    max-width: 800px; }
  .product__images {
    width: 50%;
    min-width: 50%; }
    .product__images-item {
      margin-bottom: 14px;
      width: 100%; }
  .main-category1 .main-category__image {
    width: 30.9375vw;
    height: 38.75vw; }
  .main-category2 .main-category__image {
    width: 23.4375vw;
    height: 50.625vw; }
  .main-category3 {
    margin-left: auto; }
    .main-category3 .main-category__image {
      width: 43.125vw;
      height: 43.125vw; }
  .main-category4 .main-category__image {
    width: 28.4375vw;
    height: 35.625vw; }
  .main-category5 .main-category__image {
    width: 34.375vw;
    height: 47.8125vw; }
  .main-category6 {
    margin-top: 206px; }
    .main-category6 .main-category__image {
      width: 35.3125vw;
      height: 40.625vw; }
  .main-category7 .main-category__image {
    width: 18.125vw;
    height: 40vw; } }

@media screen and (max-width: 1024px) {
  .app-container {
    width: 100%;
    padding-left: 56px;
    padding-right: 56px; }
  .header {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header__menu {
      display: block; }
    .header__search {
      display: block; }
    .header__wrap {
      padding-left: 0;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
    .header__logo {
      width: 126px; }
    .header__login {
      display: none; }
  .search {
    margin-bottom: 0;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    height: 100%;
    z-index: 2;
    padding-top: 24px;
    display: none; }
    .search-form {
      height: 40px; }
    .search-label {
      top: 4px;
      left: auto;
      right: 2px; }
    .search-input {
      width: 100%;
      height: 40px;
      padding-left: 15px;
      padding-right: 35px;
      background: #E8E9EC;
      border-radius: 2px; }
  .filter {
    padding-top: 24px;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 2;
    top: 60px;
    display: none;
    height: calc(100vh - 40px);
    overflow-y: scroll;
    padding-bottom: 40px; }
    .filter__hide {
      display: block;
      padding: 40px 16px; }
      .filter__hide .btn-gray {
        margin-bottom: 40px;
        display: block;
        width: fit-content; }
      .filter__hide ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .filter__hide ul a {
          font-family: "Open Sans";
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          color: #5D6075;
          text-decoration: none;
          cursor: pointer;
          display: block;
          margin-bottom: 16px; }
    .filter__item {
      border-top: 1px solid #E8E9EC;
      margin-bottom: 0px; }
      .filter__item:first-child {
        margin-bottom: 0px; }
      .filter__item:last-child .filter__link {
        border-bottom: 1px solid #E8E9EC; }
    .filter__link {
      padding: 13px 0 13px 16px;
      display: block; }
      .filter__link:hover {
        text-decoration: underline;
        color: #171B39; }
      .filter__link.active {
        text-decoration: none; }
  .main__block {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: auto; }
  .category__block {
    max-width: 800px; }
  .product-item {
    margin-right: 10px; }
    .product-item:nth-child(3n) {
      margin-right: 0; }
  .footer {
    display: none; }
  .product__block {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
  .product__content {
    padding-right: 40px; }
  .product__images {
    width: 48%;
    min-width: 48%; }
    .product__images-item {
      margin-bottom: 14px;
      width: 100%; }
  .manufacturer {
    width: 100%;
    max-width: 100%; }
  .main-category1 .main-category__image {
    width: 38.67188vw;
    height: 48.4375vw; }
  .main-category2 .main-category__image {
    width: 29.29688vw;
    height: 63.28125vw; }
  .main-category3 {
    margin-left: auto; }
    .main-category3 .main-category__image {
      width: 53.90625vw;
      height: 53.90625vw; }
  .main-category4 .main-category__image {
    width: 35.54688vw;
    height: 44.53125vw; }
  .main-category5 .main-category__image {
    width: 42.96875vw;
    height: 59.76563vw; }
  .main-category6 .main-category__image {
    width: 44.14063vw;
    height: 50.78125vw; }
  .main-category7 .main-category__image {
    width: 22.65625vw;
    height: 50vw; } }

@media screen and (max-width: 768px) {
  .app-container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; }
  .category__block {
    width: 100%; }
  .category__select {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .category__select .select {
      margin-bottom: 16px; }
  .category__count {
    margin-top: 12px; }
  .product-item {
    min-width: 30%;
    width: 30%;
    margin-right: 0px; }
  .product__block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product__images {
    width: 100%;
    min-width: auto;
    margin-bottom: 26px; }
    .product__images-item {
      margin: auto;
      width: 440px; }
  .product__content {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding-right: 0;
    padding-bottom: 200px; }
    .product__content .tab {
      margin-top: 48px; }
    .product__content .comeback-link {
      position: absolute;
      top: 88px;
      left: 32px;
      z-index: 1; }
    .product__content .btn-buy {
      width: 100%; }
  .product__name {
    text-align: center; }
  .product__type {
    text-align: center; }
  .manufacturer__info {
    text-align: left; }
    .manufacturer__info .subtitle2 {
      margin-bottom: 8px;
      text-align: left; }
  .main-category1 .main-category__image {
    width: 42.70833vw;
    height: 53.77604vw; }
  .main-category2 .main-category__image {
    width: 31.90104vw;
    height: 70.05208vw; }
  .main-category3 {
    margin-left: auto; }
    .main-category3 .main-category__image {
      width: 59.63542vw;
      height: 59.50521vw; }
  .main-category4 .main-category__image {
    width: 39.32292vw;
    height: 49.34896vw; }
  .main-category5 .main-category__image {
    width: 47.52604vw;
    height: 66.01563vw; }
  .main-category6 {
    margin-top: 177px; }
    .main-category6 .main-category__image {
      width: 48.82813vw;
      height: 55.98958vw; }
  .main-category7 .main-category__image {
    width: 25vw;
    height: 55.33854vw; }
  .main-line1 {
    margin-bottom: 32px; }
  .main-line2 {
    margin-bottom: 45px; }
  .main-line3 {
    margin-bottom: 48px; } }

@media screen and (max-width: 576px) {
  .app-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .product-item {
    min-width: calc(50% - 8px);
    width: calc(50% - 8px);
    margin-right: 0px;
    margin-bottom: 24px; }
    .product-item__image {
      width: 100%;
      height: auto; }
      .product-item__image img {
        height: auto; }
  .text-page__content {
    padding-top: 16px; }
  .text-page__block {
    margin-bottom: 48px; }
  .product__images {
    width: 100%;
    min-width: auto;
    max-width: 440px;
    margin: auto;
    margin-bottom: 24px; }
    .product__images-item {
      margin: auto;
      width: 100%;
      max-width: 440px; }
  .product__content {
    padding-bottom: 110px; }
    .product__content .tab {
      margin-top: 40px; }
    .product__content .comeback-link {
      top: 64px;
      left: 24px; }
  .product__name {
    text-align: center; }
  .product__type {
    text-align: center;
    margin-bottom: 24px; }
  .manufacturer__title {
    margin-bottom: 24px; }
  .manufacturer__form {
    margin-bottom: 16px; }
    .manufacturer__form .group-search {
      width: 100%; }
  .manufacturer__count {
    margin-bottom: 25px; }
  .manufacturer__item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0 39px 0; }
    .manufacturer__item:last-child {
      border-bottom: 1px solid #E8E9EC;
      margin-bottom: 0px; }
  .manufacturer__logo {
    width: 100%;
    height: 96px;
    margin-right: 0px;
    margin-bottom: 16px; }
    .manufacturer__logo img {
      max-height: 96px;
      width: auto; }
  .manufacturer__info {
    width: 100%;
    text-align: center;
    margin-bottom: 29px; }
    .manufacturer__info .subtitle2 {
      text-align: center; }
  .manufacturer__portfolio {
    margin-left: 0;
    margin: auto; }
  .main-category__title {
    text-align: center; }
  .main-category1 {
    margin-bottom: 56px; }
    .main-category1 .main-category__image {
      width: calc(100vw - 32px);
      height: calc(100vw - 32px); }
  .main-category2 .main-category__image {
    width: calc(100vw - 32px);
    height: calc(100vw - 32px); }
  .main-category3 {
    margin-left: 0; }
    .main-category3 .main-category__image {
      width: calc(100vw - 32px);
      height: calc(100vw - 32px); }
  .main-category4 {
    margin-bottom: 56px; }
    .main-category4 .main-category__image {
      width: calc(100vw - 32px);
      height: calc(100vw - 32px); }
  .main-category5 .main-category__image {
    width: calc(100vw - 32px);
    height: calc(100vw - 32px); }
  .main-category6 {
    margin-top: 0px;
    margin-bottom: 56px; }
    .main-category6 .main-category__image {
      width: calc(100vw - 32px);
      height: calc(100vw - 32px); }
  .main-category7 .main-category__image {
    width: calc(100vw - 32px);
    height: calc(100vw - 32px); }
  .main-line1 {
    margin-bottom: 56px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-line2 {
    margin-bottom: 56px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-line3 {
    margin-bottom: 56px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-line4 {
    margin-bottom: 56px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 760px) and (orientation: landscape) {
  .system-page {
    padding: 100px 0; } }

.float-tooltip {
  position: fixed;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding: 1px 8px;
  color: #fff;
  background-color: #454961;
  border-radius: 2px; }

.color-gray {
  color: #5D6075; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-page__button {
  text-decoration: none;
  height: 40px;
  background-color: #2C63DC;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  transition: background 0.3s; }

.text-page__button:hover {
  text-decoration: none;
  background-color: #4D84FE;
  color: #fff; }

.text-page__button--border {
  background: none;
  color: #2C63DC;
  border: 1px solid #2C63DC; }

.text-page__button--border:hover {
  background-color: #2C63DC; }

.bg-none {
  background: none !important; }

.position-relative {
  position: relative; }

.garniture__number {
  color: #5D6075; }

.garniture__list {
  padding-top: 16px; }

.garniture__item {
  margin-right: 8px;
  margin-bottom: 8px;
  width: 64px;
  min-width: 64px; }
  .garniture__item img {
    max-width: 100%; }

@media only screen and (max-width: 1023px) {
  .garniture--supplier .garniture__list {
    white-space: nowrap;
    overflow-x: auto; } }

.spinning-loader {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(23, 27, 57, 0.15);
  border-left-color: #171B39;
  animation: rotate-s-loader 1s linear infinite; }

@keyframes rotate-s-loader {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@media only screen and (max-width: 767px) {
  .no-scroll {
    overflow: hidden; } }

.show-main-mobile-menu-enter-active,
.show-main-mobile-menu-leave-active,
.show-sub-mobile-menu-enter-active,
.show-sub-mobile-menu-leave-active,
.show-mobile-menu-enter-active,
.show-mobile-menu-leave-active {
  transition: all .3s ease; }

.show-main-mobile-menu-enter,
.show-main-mobile-menu-leave-to {
  transform: translateX(-100px);
  opacity: 0; }

.show-sub-mobile-menu-enter,
.show-sub-mobile-menu-leave-to {
  transform: translateX(100px);
  opacity: 0; }

.show-mobile-menu-enter,
.show-mobile-menu-leave-to {
  transform: translateY(200px);
  opacity: 0; }

.comeback-link {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../img/arrow_back.svg");
  background-position: center;
  background-repeat: center;
  background-size: contain;
  margin-bottom: 46px; }

.btn-buy {
  background: #454961;
  border-radius: 2px;
  width: 268px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px; }
  .btn-buy:hover {
    text-decoration: none;
    color: #fff; }

.btn-gray {
  background: #454961;
  border-radius: 2px;
  border: none;
  padding: 10px 16px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  .btn-gray:focus {
    outline: none;
    box-shadow: none; }

.pagination__wrap {
  padding-left: 268px;
  margin-bottom: 263px; }

.pagination__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  margin-bottom: 24px; }

.pagination__progress {
  position: relative;
  border-bottom: 1px solid #D1D1D7;
  width: 180px;
  margin-bottom: 24px; }
  .pagination__progress span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    border-bottom: 1px solid #171B39; }

.pagination-btn {
  background: #DCDDE2;
  border-radius: 2px;
  width: 248px;
  height: 40px;
  line-height: 40px;
  cursor: pointer; }

.tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 16px; }
  .tab-item {
    margin-right: 24px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #171B39;
    cursor: pointer;
    padding-bottom: 2px; }
    .tab-item:last-child {
      margin-right: 0; }
    .tab-item.active {
      border-bottom: 1px solid #171B39; }

.select {
  margin-right: 16px;
  max-width: 352px;
  font-size: 14px; }
  .select-sort, .select-list {
    margin: 0;
    outline: none !important; }
  .select--product-price {
    margin: 0; }
  .select .dropdown-toggle {
    height: 40px; }
  .select .dropdown-toggle::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    border-left: 1px solid #171B39;
    border-bottom: 1px solid #171B39;
    border-top: none;
    border-right: none;
    transition: transform 0.1s;
    margin-top: -5px; }

.bootstrap-select .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  font-size: 13px; }

.bootstrap-select .no-results {
  font-size: 12px; }

.bootstrap-select.select--small .dropdown-toggle {
  height: 32px; }
  .bootstrap-select.select--small .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px; }

.show.select .dropdown-toggle::after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: 2px;
  transition: transform 0.1s; }

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa; }

.btn-light {
  background: #F3F3F5 !important;
  color: #171B39 !important;
  margin-right: 20px; }

.error .btn-light {
  background: #FFCFD6 !important;
  border-color: #FFCFD6 !important; }

.group-search {
  height: 40px;
  width: 352px;
  position: relative; }
  .group-search__label {
    position: absolute;
    top: 4px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/search.svg");
    background-position: center;
    background-repeat: center;
    background-size: contain;
    z-index: 1; }
  .group-search__input {
    background: #F3F3F5;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 16px;
    padding-right: 40px;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    color: #171B39; }
    .group-search__input:focus {
      outline: none;
      box-shadow: none; }
    .group-search__input::placeholder {
      color: #393D4D;
      opacity: 0.3; }

@media screen and (max-width: 1024px) {
  .pagination {
    padding-top: 40px; }
    .pagination .app-container--category-pagination {
      max-width: 900px; }
    .pagination__wrap {
      padding-left: 0;
      margin-bottom: 233px; } }

.landing-title {
  margin-top: 16px;
  margin-bottom: 40px !important; }

.landing-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  cursor: pointer;
  font-weight: 600; }
  .landing-link:hover {
    color: #171B39;
    text-decoration: none; }

@media only screen and (max-width: 400px) {
  .landing-btn {
    width: 100%; } }

.cabinet-form-group__input.error {
  margin-top: 0 !important; }

.mobile-filter {
  font-family: "Open Sans";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  font-size: 14px;
  padding-bottom: 80px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s; }
  .mobile-filter--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .mobile-filter__header {
    padding: 20px 16px 25px; }
  .mobile-filter__close-btn {
    width: 14px;
    height: 14px;
    background: url("../img/close-btn.svg") no-repeat center center;
    background-size: contain; }
  .mobile-filter__back-btn {
    width: 20px;
    height: 20px;
    background: url("../img/arrow_back.svg") no-repeat center center;
    background-size: contain; }
  .mobile-filter__list-item {
    padding: 16px;
    border-top: 1px solid #E8E9EC; }
    .mobile-filter__list-item:last-child {
      border-bottom: 1px solid #E8E9EC; }
    .mobile-filter__list-item--title {
      font-weight: 600; }
  .mobile-filter__selected-text {
    font-size: 12px;
    color: #5D6075;
    padding-top: 2px; }
  .mobile-filter__selected-label {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background: #2C63DC;
    border-radius: 16px;
    padding: 0 8px; }
    .mobile-filter__selected-label--circle {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 16px;
      height: 16px;
      white-space: nowrap;
      overflow: hidden;
      padding: 0;
      text-align: center; }
  .mobile-filter__btn {
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #454961;
    width: 100%;
    border-radius: 2px;
    font-weight: 600; }
    .mobile-filter__btn--clear {
      background: #DCDDE2;
      color: #171B39; }
    .mobile-filter__btn-wrap {
      padding: 16px; }
  .mobile-filter__wrap {
    overflow-y: auto; }
  .mobile-filter__footer {
    border-top: 1px solid #E8E9EC;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }

.custom-checkbox {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .custom-checkbox input:checked ~ .custom-checkbox__checkmark {
      background-color: #454961;
      border: 1px solid #454961; }
      .custom-checkbox input:checked ~ .custom-checkbox__checkmark::after {
        display: block; }
  .custom-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #5D6075;
    border-radius: 2px; }
    .custom-checkbox__checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.cabinet-btn {
  height: 40px;
  background-color: #2C63DC;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  transition: background 0.3s; }
  .cabinet-btn:hover {
    background: #4D84FE;
    transition: background 0.3s; }
  .cabinet-btn:disabled, .cabinet-btn.disabled {
    background: #F3F3F5;
    color: #8f9096;
    cursor: not-allowed;
    transition: background 0.3s; }
  .cabinet-btn:active {
    background: #1045B7; }
  .cabinet-btn.loading::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2C63DC;
    border-radius: 2px; }
  .cabinet-btn.loading::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/loading.svg") no-repeat center center;
    background-size: 18px 18px;
    border-radius: 2px;
    animation: rotate 0.8s linear infinite; }
  .cabinet-btn--default {
    background-color: #DCDDE2;
    color: #171B39; }
    .cabinet-btn--default:hover {
      background-color: #D1D1D7;
      text-decoration: none;
      color: #171B39; }
    .cabinet-btn--default:active {
      background-color: #E3ECFF;
      color: #2C63DC; }
    .cabinet-btn--default:disabled, .cabinet-btn--default.disabled {
      opacity: 0.6; }
    .cabinet-btn--default.loading::before {
      background: #DCDDE2; }
    .cabinet-btn--default.loading::after {
      background: url("../img/icons/loading-default.svg") no-repeat center center;
      background-size: 18px 18px; }
  .cabinet-btn--transparent {
    background-color: transparent;
    color: #2C63DC;
    border: 1px solid #2C63DC;
    position: relative; }
    .cabinet-btn--transparent:hover {
      background-color: transparent;
      color: #2C63DC;
      text-decoration: none; }
    .cabinet-btn--transparent:active {
      background-color: transparent;
      color: #2C63DC; }
    .cabinet-btn--transparent:disabled, .cabinet-btn--transparent.disabled {
      opacity: 0.6; }
    .cabinet-btn--transparent.loading::before {
      background: transparent; }
    .cabinet-btn--transparent.loading::after {
      background: url("../img/icons/loading-default.svg") no-repeat center center;
      background-size: 18px 18px; }
  .cabinet-btn--transparent2 {
    background-color: transparent;
    color: #2C63DC;
    border: 1px solid #2C63DC;
    position: relative; }
    .cabinet-btn--transparent2:hover {
      background-color: #2C63DC;
      color: #fff;
      text-decoration: none; }
    .cabinet-btn--transparent2:active {
      background-color: #2C63DC;
      color: #fff; }
    .cabinet-btn--transparent2:disabled, .cabinet-btn--transparent2.disabled {
      opacity: 0.6; }
    .cabinet-btn--transparent2.loading::before {
      background: transparent; }
    .cabinet-btn--transparent2.loading::after {
      background: url("../img/icons/loading-default.svg") no-repeat center center;
      background-size: 18px 18px; }
  .cabinet-btn--pink {
    background-color: #FF3856;
    color: #fff; }
    .cabinet-btn--pink:hover {
      background-color: #FF6078; }
    .cabinet-btn--pink:active {
      background-color: #F41234; }
    .cabinet-btn--pink:disabled, .cabinet-btn--pink.disabled {
      opacity: 0.6; }
    .cabinet-btn--pink.loading::before {
      background: #FF3856; }
  .cabinet-btn--green {
    background-color: #26AA77;
    color: #fff; }
    .cabinet-btn--green:hover {
      background-color: #49CC98; }
    .cabinet-btn--green:active {
      background-color: #148B5D; }
    .cabinet-btn--green:disabled, .cabinet-btn--green.disabled {
      opacity: 0.6; }
    .cabinet-btn--green.loading::before {
      background: #26AA77; }
  .cabinet-btn--filter {
    background-image: url(../img/icons/filter.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px 24px;
    padding: 0 20px; }
    .cabinet-btn--filter:hover {
      background-image: url(../img/icons/filter.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 24px 24px; }
  .cabinet-btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border-radius: 2px;
    transition: background 0.3s;
    position: relative; }
    .cabinet-btn-icon::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 2px; }
    .cabinet-btn-icon:hover {
      background-color: #DCDDE2;
      transition: background 0.3s; }
    .cabinet-btn-icon:active {
      background-color: #E3ECFF; }
    .cabinet-btn-icon:disabled, .cabinet-btn-icon.disabled {
      opacity: 0.7; }
    .cabinet-btn-icon.loading::before {
      background: #DCDDE2; }
    .cabinet-btn-icon.loading::after {
      background: url("../img/icons/loading-default.svg") no-repeat center center;
      background-size: 15px 15px; }
    .cabinet-btn-icon--big {
      width: 48px;
      height: 48px; }
    .cabinet-btn-icon--small {
      width: 32px;
      height: 32px; }
      .cabinet-btn-icon--small::after {
        width: 32px;
        height: 32px; }
    .cabinet-btn-icon--default {
      background-color: #DCDDE2; }
      .cabinet-btn-icon--default:hover {
        background-color: #D1D1D7; }
      .cabinet-btn-icon--default:active {
        background-color: #E3ECFF; }
    .cabinet-btn-icon--transparent {
      background-color: transparent; }
      .cabinet-btn-icon--transparent:hover {
        background-color: #D1D1D7; }
      .cabinet-btn-icon--transparent:active, .cabinet-btn-icon--transparent.active {
        background-color: #E3ECFF; }
    .cabinet-btn-icon--trash::after {
      background: url("../img/icons/trash.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--trash:active::after {
      background: url("../img/icons/pressed/trash.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--trash-grey::after {
      background: url("../img/icons/trash-grey.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--trash-grey:active::after {
      background: url("../img/icons/pressed/trash.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--filter::after {
      background: url("../img/icons/filter.svg") no-repeat center center;
      background-size: 22px 22px; }
    .cabinet-btn-icon--filter:active::after {
      background: url("../img/icons/pressed/filter.svg") no-repeat center center;
      background-size: 22px 22px; }
    .cabinet-btn-icon--edit::after {
      background: url("../img/icons/edit.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--edit:active::after {
      background: url("../img/icons/pressed/edit.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--garniture::after {
      background: url("../img/icons/garniture-view.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--garniture:active::after, .cabinet-btn-icon--garniture.active::after {
      background: url("../img/icons/pressed/garniture-view.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--view::after {
      background: url("../img/icons/grid-view.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--view:active::after, .cabinet-btn-icon--view.active::after {
      background: url("../img/icons/pressed/grid-view.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--favorite:hover {
      background: none;
      cursor: pointer; }
    .cabinet-btn-icon--favorite::after {
      background: url("../img/icons/favorite.svg") no-repeat center center;
      background-size: 32px 32px; }
    .cabinet-btn-icon--favorite.active::after {
      background: url("../img/icons/pressed/favorite.svg") no-repeat center center;
      background-size: 32px 32px; }
    .cabinet-btn-icon--more::after {
      background: url("../img/icons/more_vert.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--more:active::after {
      background: url("../img/icons/pressed/more_vert.svg") no-repeat center center;
      background-size: 15px 16px; }
    .cabinet-btn-icon--more-hor-blue::after {
      background: url("../img/icons/pressed/more_vert.svg") no-repeat center center;
      background-size: 15px 16px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cabinet-btn-icon--more-hor-blue:active::after {
      background: url("../img/icons/pressed/more_vert.svg") no-repeat center center;
      background-size: 15px 16px; }
  .cabinet-btn--big {
    height: 48px;
    padding: 14px 16px; }
  .cabinet-btn--small {
    height: 32px;
    padding: 6px 16px; }
  .cabinet-btn--input-w {
    width: 100%;
    max-width: 352px; }
  .cabinet-btn--light-gray {
    background: #F3F3F5;
    color: #171B39;
    padding: 10px 16px; }
  .cabinet-btn--add {
    padding-left: 48px; }
    .cabinet-btn--add::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background: url("../img/icons/plus.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-btn--add-white::before {
      background: url("../img/icons/plus-white.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-btn--add-blue::before {
      background: url("../img/icons/plus-blue.svg") no-repeat center center;
      background-size: 24px 24px; }
  .cabinet-btn--clear {
    padding: 9px 16px;
    padding-left: 48px;
    background-color: #fff;
    color: #2C63DC;
    border: 1px solid #2C63DC; }
    .cabinet-btn--clear:hover {
      color: #fff; }
      .cabinet-btn--clear:hover:before {
        background: url("../img/icons/plus-white.svg") no-repeat center center; }
    .cabinet-btn--clear::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      width: 16px;
      height: 16px;
      background: url("../img/icons/plus.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-btn--clear-white::before {
      background: url("../img/icons/plus-white.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-btn--clear-blue::before {
      background: url("../img/icons/plus-blue.svg") no-repeat center center;
      background-size: 24px 24px; }
  .cabinet-btn--icon {
    width: 35px;
    height: 35px;
    padding: 0;
    background: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .cabinet-btn--icon::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      background: url("../img/icons/sort.svg") no-repeat center center;
      background-size: contain; }
  .cabinet-btn--sort {
    margin-left: -2px;
    background: #DCDDE2; }
    .cabinet-btn--sort::after {
      background: url("../img/icons/sort-asc.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-btn--sort-desc::after {
      background: url("../img/icons/sort-desc.svg") no-repeat center center;
      background-size: contain; }
  .cabinet-btn--view::after {
    background: url("../img/icons/grid-view.svg") no-repeat center center;
    background-size: contain; }
  .cabinet-btn--view-list::after {
    background: url("../img/icons/list-view.svg") no-repeat center center;
    background-size: 16px 11px; }
  .cabinet-btn--view-list:active::after, .cabinet-btn--view-list.active::after {
    background: url("../img/icons/pressed/list-view.svg") no-repeat center center;
    background-size: 16px 11px; }
  .cabinet-btn--subscribe {
    width: 132px; }
    .cabinet-btn--subscribe.disabled {
      background: #DCDDE2;
      color: #171B39; }
  .cabinet-btn--back {
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 52px;
    margin-bottom: 5px;
    background: url("../img/arrow_back.svg") no-repeat center center;
    background-size: contain; }
    .cabinet-btn--back-list {
      margin-right: 36px; }
  .cabinet-btn--form-back {
    width: 40px;
    height: 40px;
    background: #DCDDE2 url("../img/arrow_back.svg") no-repeat center center;
    background-size: 16px 16px;
    margin-right: 8px; }
  .cabinet-btn--form-back-header {
    width: 20px;
    height: 20px;
    margin-bottom: 0.5rem;
    background: url("../img/arrow_back.svg") no-repeat center center;
    background-size: contain; }
  .cabinet-btn--form-back-header-edit {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 20px;
    background: url("../img/arrow_back.svg") no-repeat center center;
    background-size: contain; }
  .cabinet-btn--search {
    width: 36px;
    height: 36px;
    padding: 0;
    margin-left: 16px;
    margin-bottom: 0.5rem;
    background: url("../img/search.svg") no-repeat center center;
    background-size: contain; }
  .cabinet-btn--remove {
    width: 12px;
    height: 12px;
    margin-right: 26px;
    margin-bottom: 0.5rem;
    background: url(../img/close-btn.svg) no-repeat center center;
    background-size: contain; }
  .cabinet-btn--remove-header {
    width: 12px;
    height: 12px;
    margin-bottom: 0.5rem;
    background: url(../img/close-btn.svg) no-repeat center center;
    background-size: contain; }
  .cabinet-btn--remove-img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: #DCDDE2;
    border-radius: 2px; }
    .cabinet-btn--remove-img::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      background: url("../img/icons/trash.svg") no-repeat center center;
      background-size: contain; }
  .cabinet-btn--edit-img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: #DCDDE2;
    border-radius: 2px; }
    .cabinet-btn--edit-img::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      background: url("../img/icons/edit.svg") no-repeat center center;
      background-size: contain; }
  .cabinet-btn--plus {
    background: #2C63DC;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: -2px;
    border-radius: 0px 2px 2px 0px; }
    .cabinet-btn--plus::after {
      background: url("../img/icons/plus-white.svg") no-repeat center center;
      background-size: contain; }
  .cabinet-btn--w100 {
    width: 100%; }
  .cabinet-btn--supplier-filter {
    background: #F3F3F5;
    color: #171B39;
    font-weight: normal;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .cabinet-btn__wrap--ml {
    margin-left: 16px; }
  .cabinet-btn__wrap--mr {
    margin-right: 16px; }
  .cabinet-btn__wrap--mt {
    margin-top: 28px; }
  .cabinet-btn__wrap--mt8 {
    margin-top: 8px; }
  .cabinet-btn__wrap--orders {
    margin-left: 52px; }
  .cabinet-btn--default-link:hover {
    color: #fff;
    text-decoration: none; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.app-checkbox {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 18px;
  min-height: 18px; }
  .app-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .app-checkbox input:checked ~ .app-checkbox__checkmark {
      background-color: #2C63DC;
      border: 2px solid #2C63DC; }
      .app-checkbox input:checked ~ .app-checkbox__checkmark::after {
        display: block; }
  .app-checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #A2A4B0;
    border-radius: 2px; }
    .app-checkbox__checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .app-checkbox.no-label {
    height: 18px; }
  .app-checkbox:hover input:checked ~ .app-checkbox__checkmark {
    background-color: #4D84FE;
    border: 2px solid #4D84FE; }
  .app-checkbox:hover .app-checkbox__checkmark {
    background-color: #F3F3F5;
    border: 2px solid #A2A4B0; }
  .app-checkbox:active input:checked ~ .app-checkbox__checkmark {
    background-color: #1045B7;
    border: 2px solid #1045B7; }
  .app-checkbox:active .app-checkbox__checkmark {
    background-color: #E3ECFF;
    border: 2px solid #2C63DC; }
  .app-checkbox.disabled {
    opacity: 0.7; }
    .app-checkbox.disabled input:checked ~ .app-checkbox__checkmark {
      background-color: #DCDDE2;
      border: 2px solid #DCDDE2; }
      .app-checkbox.disabled input:checked ~ .app-checkbox__checkmark::after {
        display: none; }
    .app-checkbox.disabled .app-checkbox__checkmark {
      background-color: #DCDDE2;
      border: 2px solid #DCDDE2; }

.app-input {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  display: block;
  width: 100%;
  max-width: 352px;
  border: none;
  border-radius: 2px;
  background: #F3F3F5;
  height: 40px;
  outline: none;
  padding: 8px 12px;
  -ms-input-placeholder-color: #8B8D9C; }
  .app-input--small {
    height: 32px;
    padding: 6px 12px; }
  .app-input--big {
    height: 48px;
    padding: 12px; }
  .app-input ::-moz-placeholder {
    color: #8B8D9C; }
  .app-input ::-webkit-input-placeholder {
    color: #8B8D9C; }
  .app-input:hover {
    background: #F3F3F5; }
  .app-input:focus, .app-input:active {
    background: #E3ECFF; }
  .app-input.error {
    background: #FFCFD6; }
  .app-input:disabled, .app-input.disabled {
    opacity: 0.7; }

.error-label {
  margin: 0;
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #C0001D; }
  .error-label--abs {
    position: absolute;
    bottom: -16px;
    padding: 0; }

.cabinet {
  min-width: 1024px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  position: relative; }
  .cabinet__cart-qty {
    width: 56px; }
  .cabinet__cart-table td {
    border-bottom: 1px solid #E8E9EC; }
    .cabinet__cart-table td:last-child {
      width: 40px !important;
      min-width: 40px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .cabinet__cart-table th:last-child {
    width: 40px !important;
    min-width: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .cabinet-content {
    width: 100%;
    padding-left: 280px; }
    @media only screen and (max-width: 1280px) {
      .cabinet-content {
        padding-left: 56px; } }
    .cabinet-content-wrap {
      width: 100%;
      height: 100%;
      max-width: 1225px;
      min-height: calc(100vh - 56px);
      margin: 0 auto;
      padding: 0 32px; }
      .cabinet-content-wrap--cart-public {
        min-height: calc(100vh - 146px); }
      @media only screen and (max-width: 1023px) {
        .cabinet-content-wrap {
          padding: 0 23px; } }
  .cabinet-header {
    height: 80px; }
    .cabinet-header--large {
      height: 136px; }
    .cabinet-header__count {
      font-size: 24px;
      font-weight: 600;
      color: #5D6075;
      margin-left: 16px; }
  .cabinet-title {
    margin-bottom: 7px; }
    @media only screen and (max-width: 1280px) {
      .cabinet-title {
        margin-bottom: 5px; } }
  .cabinet-half-block {
    width: 50%; }
  .cabinet-75-block {
    width: 75%; }
  .cabinet-footer {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
    padding: 0 32px; }
  .cabinet-section {
    padding: 10px 0;
    margin-bottom: 20px; }
    .cabinet-section__title {
      margin-bottom: 16px; }
    .cabinet-section__dashboard-title {
      margin-bottom: 24px; }
  .cabinet-product-card {
    min-height: 100vh; }
  .cabinet-product-back {
    margin-top: 34px;
    margin-left: 9px;
    margin-right: 35px; }
  .cabinet-product-left {
    width: 52%;
    padding-right: 32px; }
    @media only screen and (max-width: 1024px) {
      .cabinet-product-left {
        padding-right: 25px; } }
  .cabinet-product-right {
    width: 47.6%; }
  .cabinet-search {
    position: relative;
    background: #F3F3F5;
    padding: 8px;
    border-radius: 4px;
    width: 100%;
    height: 56px;
    margin-right: 16px; }
    .cabinet-search--small {
      max-width: 200px;
      height: 40px;
      padding: 0; }
      @media only screen and (min-width: 320px) {
        .cabinet-search--small {
          max-width: 350px; } }
      @media only screen and (min-width: 1281px) {
        .cabinet-search--small {
          max-width: 200px; } }
      @media only screen and (min-width: 1400px) {
        .cabinet-search--small {
          max-width: 360px; } }
      .cabinet-search--small .cabinet-search__input {
        padding: 8px 10px;
        padding-left: 40px; }
    .cabinet-search--mobile-search {
      width: 100%;
      max-width: 100%;
      margin-right: 0; }
    .cabinet-search__input {
      width: 100%;
      border: none;
      background: transparent;
      height: 40px;
      outline: none;
      font-size: 14px; }
      .cabinet-search__input:focus {
        background-color: #E3ECFF; }
    .cabinet-search__clear {
      width: 14px;
      height: 14px;
      background-image: url(../img/icons/close.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      right: 10px;
      top: 13px;
      cursor: pointer; }
    .cabinet-search__label {
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: url("../img/search.svg") no-repeat center center;
      background-size: contain;
      margin: 0; }
  .cabinet-link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    color: #2C63DC; }
    .cabinet-link:hover {
      color: #171B39;
      text-decoration: none; }
    .cabinet-link:hover {
      color: #2C63DC; }
  .cabinet-promo__item {
    width: 100%;
    height: 0;
    padding-top: 12%;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
    .cabinet-promo__item:nth-child(1) {
      background-image: url(../img/promo/retailer-promo-1.jpg);
      background-size: cover; }
    .cabinet-promo__item:nth-child(2) {
      background-image: url(../img/promo/retailer-promo-2.jpg);
      margin-left: 0; }
    .cabinet-promo__item:nth-child(3) {
      background-image: url(../img/promo/retailer-promo-3.jpg); }
    .cabinet-promo__item:nth-child(4) {
      background-image: url(../img/promo/retailer-promo-4.jpg); }
    .cabinet-promo__item:nth-child(5) {
      background-image: url(../img/promo/retailer-promo-5.jpg); }
    .cabinet-promo__item:last-child {
      margin-right: 0; }
    .cabinet-promo__item--25 {
      width: calc(25% - 14px);
      height: 0;
      padding-top: 25%;
      margin: 16px 7px; }
  .cabinet-filters {
    margin-top: 16px;
    margin-bottom: 20px; }
  .cabinet-filter-wrap {
    margin-bottom: 16px; }
    .cabinet-filter-wrap .dropdown-toggle {
      height: 40px; }
  .cabinet-panel {
    margin-top: 15px;
    margin-bottom: 40px; }
    .cabinet-panel--suppliers {
      margin-top: 40px; }
    .cabinet-panel--small-margin {
      margin-top: 5px;
      margin-bottom: 5px; }
    .cabinet-panel--lists div:last-child {
      width: 70%; }
    .cabinet-panel__left {
      width: 30%; }
    .cabinet-panel__right {
      width: 70%; }
  .cabinet-info {
    color: #5D6075;
    margin-right: 16px; }
  .cabinet-sort .dropdown-toggle {
    height: 36px; }
  .cabinet-product-item {
    width: 216px;
    min-width: 216px;
    margin-bottom: 48px;
    padding: 8px;
    margin-left: -8px;
    border-radius: 4px;
    position: relative; }
    .cabinet-product-item--headset {
      margin-right: 16px; }
    .cabinet-product-item__tag:hover {
      background: #2C63DC;
      color: #fff; }
    .cabinet-product-item__hover-content {
      width: 200px;
      height: 200px;
      margin-bottom: 8px;
      border-radius: 4px;
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.3);
      display: none; }
    .cabinet-product-item__cart-btn {
      position: absolute;
      bottom: 8px;
      left: 8px;
      width: 184px;
      display: none;
      z-index: 10; }
    .cabinet-product-item__image-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .cabinet-product-item__lists {
      position: absolute;
      top: 8px;
      left: 8px;
      width: 184px;
      display: none;
      z-index: 20; }
    .cabinet-product-item__saved-lists {
      position: absolute;
      top: 8px;
      left: 16px;
      width: 192px;
      z-index: 10; }
    .cabinet-product-item__saved-lists--inhover {
      position: absolute;
      top: 0;
      left: 8px;
      width: 192px;
      z-index: 15; }
    .cabinet-product-item.hover {
      background: #E8E9EC; }
      .cabinet-product-item.hover .cabinet-product-item__hover-content {
        display: block; }
      .cabinet-product-item.hover .cabinet-product-item__cart-btn {
        display: block; }
      .cabinet-product-item.hover .cabinet-product-item__lists {
        display: block; }
      .cabinet-product-item.hover .cabinet-product-item__saved-lists {
        display: none; }
  .cabinet__table {
    margin-top: 20px;
    width: 100%; }
    .cabinet__table th {
      color: #8B8D9C;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 10px;
      border-bottom: 1px solid rgba(57, 61, 77, 0.1); }
    .cabinet__table td {
      color: #171B39;
      font-size: 14px;
      line-height: 20px;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-right: 32px;
      vertical-align: middle; }
      .cabinet__table td:last-child {
        min-width: 265px; }
      .cabinet__table td img {
        width: 32px; }
    .cabinet__table-name {
      max-width: 178px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-left: 8px; }
    .cabinet__table-code {
      width: 90px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .cabinet__table-price {
      width: 100px;
      white-space: nowrap; }
    .cabinet__table-total {
      min-width: 70px;
      white-space: nowrap; }
    .cabinet__table-qty {
      max-width: 56px !important; }
  .cabinet-table__row {
    border-bottom: 1px solid #E8E9EC; }
    .cabinet-table__row:first-child {
      border-top: 1px solid #E8E9EC; }
  .cabinet-table__cell {
    padding: 32px 16px;
    width: 30%; }
    .cabinet-table__cell:first-child {
      padding: 16px;
      padding-left: 0;
      width: 15%; }
    .cabinet-table__cell:nth-child(2) {
      width: 20%; }
    .cabinet-table__cell:nth-child(4) {
      width: 15%; }
    .cabinet-table__cell:last-child {
      width: 200px;
      padding: 16px 0; }
  .cabinet-table__cell-supplier {
    padding: 32px 16px;
    width: calc(85% - 346px); }
    .cabinet-table__cell-supplier:first-child {
      padding: 16px;
      padding-left: 0;
      width: 15%; }
    .cabinet-table__cell-supplier:last-child {
      width: 346px;
      padding-right: 0; }
  .cabinet-table__cell-text {
    width: 439px;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #5D6075; }
  .cabinet-table__cell-lists {
    padding: 16px;
    width: calc(100% - 410px); }
    .cabinet-table__cell-lists:first-child {
      padding-left: 0;
      width: 380px; }
    .cabinet-table__cell-lists:last-child {
      width: 30px;
      padding: 0;
      background: url("../img/icons/more_vert.svg") no-repeat center center;
      background-size: 4px 18px;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      cursor: pointer; }
    .cabinet-table__cell-lists--order {
      width: 180px !important;
      margin-right: auto;
      min-width: 180px; }
    .cabinet-table__cell-lists--products {
      width: 390px;
      min-width: 390px;
      margin-left: auto; }
  .cabinet-table__name {
    font-weight: 600;
    color: #171B39;
    font-size: 14px; }
  .cabinet-table__access {
    color: #5D6075;
    font-size: 14px;
    width: 435px;
    max-width: 100%; }
    .cabinet-table__access span {
      color: #A2A4B0; }
  .cabinet-table__logo {
    width: 56px; }
    .cabinet-table__logo span {
      text-align: center;
      display: block;
      width: 56px;
      height: 56px;
      line-height: 56px;
      border-radius: 50%;
      margin-bottom: 0; }
    .cabinet-table__logo img {
      max-width: 100%; }
  .cabinet-table__catalog-img {
    width: 64px;
    height: 64px; }
  .cabinet-table__product-row {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0; }
    .cabinet-table__product-row .cabinet-table__favorite {
      margin-left: -3px; }
    .cabinet-table__product-row .cabinet-table__catalog-img {
      margin-left: -4px; }
  .cabinet-table__product-name {
    margin-left: 16px; }
  .cabinet-table__product-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px; }
  .cabinet-table__product-tags {
    margin-top: 0 !important;
    color: #5D6075;
    padding-right: 48px;
    margin-left: auto; }
  .cabinet-table__product-code {
    color: #5D6075; }
  .cabinet-table__product-price {
    padding-right: 22px; }
  .cabinet-table__product-form {
    width: 180px; }
  .cabinet-table__product-button-item {
    padding: 8px 53px !important;
    margin-top: 0 !important; }
  .cabinet-table__supplier-img {
    width: 96px;
    height: 96px; }
  .cabinet-table__manufacturer {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #5D6075;
    margin-bottom: 7px; }
  .cabinet-table__supplier {
    font-weight: 600;
    margin-bottom: 16px; }
  .cabinet-table__code {
    display: inline-block;
    margin-right: 8px;
    color: #5D6075; }
  .cabinet-table__price {
    font-weight: 600; }
  .cabinet-table__supplier-product-img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .cabinet-table-options {
    padding: 25px 0; }
    @media only screen and (max-width: 767px) {
      .cabinet-table-options-wrap {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-table-options__sort {
        width: 100%; } }
    .cabinet-table-options-pagination {
      width: 210px; }
      .cabinet-table-options-pagination__prev, .cabinet-table-options-pagination__next {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #171B39;
        cursor: pointer;
        display: block;
        width: 16px;
        height: 16px;
        position: relative; }
        .cabinet-table-options-pagination__prev:hover, .cabinet-table-options-pagination__next:hover {
          color: #171B39;
          text-decoration: none; }
        .cabinet-table-options-pagination__prev::before, .cabinet-table-options-pagination__next::before {
          content: '';
          display: block;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 50%;
          left: 50%;
          border-left: 1px solid #171B39;
          border-bottom: 1px solid #171B39;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .cabinet-table-options-pagination__prev.disabled::before, .cabinet-table-options-pagination__next.disabled::before {
          border-color: #8f9096; }
      .cabinet-table-options-pagination__next::before {
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg); }
      .cabinet-table-options-pagination__input {
        border: none;
        border-radius: 2px;
        background: #F3F3F5;
        width: 56px;
        height: 32px;
        padding-left: 10px;
        margin-right: 8px; }
      .cabinet-table-options-pagination__all {
        padding-left: 8px; }
  .cabinet-table__cart-btn {
    width: 100%;
    max-width: 200px; }
  .cabinet-table__lists-wrap {
    position: relative;
    min-height: 40px;
    margin-top: 16px; }
  .cabinet-table__lists-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .cabinet-filter {
    margin-top: 10px; }
    .cabinet-filter__line {
      margin-bottom: 8px; }
    .cabinet-filter__item {
      height: 24px;
      line-height: 24px;
      border-radius: 2px;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 14px;
      min-width: 24px;
      text-align: center;
      cursor: pointer;
      color: #171B39; }
      .cabinet-filter__item.empty {
        color: #D1D1D7; }
      .cabinet-filter__item.active {
        background-color: #E3ECFF;
        color: #2C63DC; }
  .cabinet-pagination {
    margin-top: 80px;
    padding-bottom: 70px; }
  .cabinet-detail-table {
    padding-top: 20px;
    padding-bottom: 30px; }
    .cabinet-detail-table__row {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      padding-top: 8px; }
      .cabinet-detail-table__row--divided {
        padding-top: 32px; }
    .cabinet-detail-table__cell {
      width: 100%;
      padding-left: 8px;
      position: relative;
      max-width: 250px;
      line-break: anywhere; }
      .cabinet-detail-table__cell:first-child {
        width: 100%;
        max-width: 250px;
        padding-left: 0; }
        .cabinet-detail-table__cell:first-child::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 4px;
          width: 100%;
          border-bottom: 1px dashed #E8E9EC; }
      .cabinet-detail-table__cell--bold {
        font-weight: 600; }
    .cabinet-detail-table__title {
      font-weight: 600; }
    .cabinet-detail-table__key {
      display: inline-block;
      position: relative;
      margin-bottom: -1px;
      padding-bottom: 1px;
      padding-right: 5px;
      background: #fff;
      color: #5D6075;
      z-index: 1; }
    .cabinet-detail-table__btn-wrap {
      margin: 10px 0; }
    .cabinet-detail-table__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      margin-right: 16px;
      color: #2C63DC; }
      .cabinet-detail-table__link:hover {
        color: #171B39;
        text-decoration: none; }
      .cabinet-detail-table__link:hover {
        color: #2C63DC; }
    .cabinet-detail-table__notice {
      margin-top: 10px;
      max-width: 352px; }
  .cabinet-mysupplier-label {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: #2C63DC;
    background: #E3ECFF;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 8px; }
  .cabinet-supplier-table li {
    text-indent: 16px; }
  .cabinet-supplier-detail {
    margin-top: 30px;
    margin-bottom: 30px; }
    .cabinet-supplier-detail__products {
      margin-top: 40px; }
  .cabinet-supplier-header {
    margin-bottom: 15px; }
    .cabinet-supplier-header__logo {
      margin-right: 32px;
      cursor: pointer; }
    .cabinet-supplier-header__title {
      margin-bottom: 16px; }
  .cabinet-form-group {
    margin: 24px 0;
    position: relative; }
    .cabinet-form-group .phone {
      position: absolute;
      left: 7px;
      top: 38px; }
    .cabinet-form-group--multiplie {
      max-width: 352px; }
    .cabinet-form-group--login {
      margin: 16px 0; }
    .cabinet-form-group--input-wrap {
      max-width: 352px;
      position: relative; }
      .cabinet-form-group--input-wrap--small {
        max-width: 25%; }
        .cabinet-form-group--input-wrap--small .cabinet-form-group__input--full {
          padding-right: 10px !important; }
    .cabinet-form-group--select-wrap {
      max-width: 71%;
      width: 71%; }
    .cabinet-form-group__note {
      font-size: 12px;
      color: #C0001D; }
    .cabinet-form-group__label {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      display: block;
      color: #5D6075;
      position: relative; }
      @media only screen and (max-width: 840px) {
        .cabinet-form-group__label {
          font-size: 12px; } }
      .cabinet-form-group__label.disabled {
        opacity: 0.5; }
      .cabinet-form-group__label.blue {
        color: #2C63DC; }
      .cabinet-form-group__label.pointer {
        cursor: pointer; }
      .cabinet-form-group__label.required::after {
        content: '*';
        display: inline-block;
        color: red;
        margin-left: 5px; }
      .cabinet-form-group__label-wrap {
        max-width: 352px; }
    .cabinet-form-group__note {
      margin-top: 4px; }
    .cabinet-form-group__error {
      color: #C0001D !important;
      margin-top: 8px; }
    .cabinet-form-group__input, .cabinet-form-group__textarea {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      display: block;
      width: 100%;
      max-width: 352px;
      border: none;
      border-radius: 2px;
      background: #F3F3F5;
      height: 40px;
      outline: none;
      padding: 10px; }
      .cabinet-form-group__input--icon, .cabinet-form-group__textarea--icon {
        padding-right: 40px; }
      .cabinet-form-group__input.error, .cabinet-form-group__textarea.error {
        background: #FFCFD6; }
      .cabinet-form-group__input.disabled, .cabinet-form-group__textarea.disabled {
        opacity: 0.5; }
      .cabinet-form-group__input.large, .cabinet-form-group__textarea.large {
        width: 512px;
        max-width: 100%; }
      .cabinet-form-group__input--big, .cabinet-form-group__textarea--big {
        height: 48px; }
    .cabinet-form-group__input--phone {
      padding-left: 28px; }
    .cabinet-form-group__textarea {
      resize: none;
      height: 100px; }
      .cabinet-form-group__textarea--resizable {
        resize: vertical; }
      .cabinet-form-group__textarea--big {
        height: 120px; }
      .cabinet-form-group__textarea-chars {
        width: 100%;
        max-width: 352px;
        color: #5D6075;
        text-align: right;
        font-size: 12px;
        line-height: 18px;
        margin-top: 7px; }
    .cabinet-form-group__placeholder {
      position: absolute;
      top: 1px;
      left: 0;
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      color: #5D6075;
      height: 40px;
      padding: 10px;
      padding-right: 0;
      user-select: none; }
    .cabinet-form-group__icon {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .cabinet-form-group__text-role {
      padding-left: 35px; }
      .cabinet-form-group__text-role--example {
        font-size: 11px;
        line-height: 1.5;
        color: #5D6075; }
    .cabinet-form-group .dropdown-toggle {
      height: 40px;
      max-width: 352px; }
  .cabinet-form-info {
    margin: 24px 0;
    color: #5D6075; }
    .cabinet-form-info__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      color: #2C63DC;
      padding-left: 0px; }
      .cabinet-form-info__link:hover {
        color: #171B39;
        text-decoration: none; }
      .cabinet-form-info__link:hover {
        color: #2C63DC; }
  .cabinet-form-submitted__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    display: block;
    margin: 16px 0;
    color: #2C63DC; }
    .cabinet-form-submitted__link:hover {
      color: #171B39;
      text-decoration: none; }
    .cabinet-form-submitted__link:hover {
      color: #2C63DC; }
  .cabinet-orders__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    display: block;
    color: #4D84FE; }
    .cabinet-orders__link:hover {
      color: #171B39;
      text-decoration: none; }
    .cabinet-orders__link:hover {
      color: #4D84FE; }
  .cabinet-orders__message {
    font-style: italic;
    margin-bottom: 16px; }
  .cabinet-settings {
    margin: 40px 0; }
    .cabinet-settings--doc {
      margin-top: 0; }
    .cabinet-settings__requisites {
      max-width: 352px;
      border: none;
      border-radius: 2px;
      background: #F3F3F5;
      padding: 10px; }
      .cabinet-settings__requisites-inn {
        color: #5D6075; }
    .cabinet-settings-brands {
      position: relative; }
      .cabinet-settings-brands::before {
        display: block;
        content: '';
        width: 100vw;
        height: 0;
        border-top: 1px solid #E8E9EC;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-brands::before {
            border: none; } }
      .cabinet-settings-brands__wrap {
        margin-bottom: 0; }
      .cabinet-settings-brands__sidebar {
        width: 100%;
        max-width: 364px;
        border-right: 1px solid #E8E9EC;
        min-height: calc(100vh - 160px); }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-brands__sidebar {
            max-width: 100%;
            border: none; } }
        .cabinet-settings-brands__sidebar-title {
          font-size: 12px;
          line-height: 18px;
          color: #A2A4B0;
          margin-top: 24px;
          margin-bottom: 16px; }
          @media only screen and (max-width: 767px) {
            .cabinet-settings-brands__sidebar-title {
              margin-top: 5px; } }
      .cabinet-settings-brands__link {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #171B39;
        cursor: pointer;
        margin: 17px 0;
        font-weight: 600;
        font-size: 14px;
        display: block;
        position: relative; }
        .cabinet-settings-brands__link:hover {
          color: #171B39;
          text-decoration: none; }
        .cabinet-settings-brands__link.active, .cabinet-settings-brands__link:hover {
          color: #2C63DC; }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-brands__link {
            padding: 16px 0;
            margin: 0;
            border-bottom: 1px solid #E8E9EC;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px; }
            .cabinet-settings-brands__link:first-child {
              border-top: 1px solid #E8E9EC; }
            .cabinet-settings-brands__link.active, .cabinet-settings-brands__link:hover {
              color: #171B39; }
              .cabinet-settings-brands__link.active::after, .cabinet-settings-brands__link:hover::after {
                width: 7px; }
            .cabinet-settings-brands__link::after {
              content: '';
              display: block;
              position: absolute;
              width: 7px;
              height: 7px;
              border-left: 1px solid #171B39;
              border-bottom: 1px solid #171B39;
              left: auto;
              right: 16px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(-135deg);
              -ms-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg);
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
      .cabinet-settings-brands__tab {
        width: 100%;
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-brands__tab {
            padding-top: 0;
            padding-left: 0; } }
      .cabinet-settings-brands__logo {
        position: relative;
        width: 104px;
        height: 104px; }
        .cabinet-settings-brands__logo-img {
          width: 100%;
          height: 100%;
          background: #F3F3F5 url(../img/icons/plus.svg) no-repeat center center;
          background-size: 16px 16px;
          cursor: pointer; }
          .cabinet-settings-brands__logo-img.uploaded {
            background: url(../img/man-logo.png) no-repeat center center;
            background-size: contain;
            cursor: default; }
      .cabinet-settings-brands__delete-info {
        max-width: 500px;
        font-size: 12px;
        line-height: 1.5; }
    .cabinet-settings-documents {
      width: 800px; }
      @media only screen and (max-width: 920px) {
        .cabinet-settings-documents {
          width: 100%; } }
      @media only screen and (max-width: 769px) {
        .cabinet-settings-documents {
          width: 664px; } }
      @media only screen and (max-width: 767px) {
        .cabinet-settings-documents {
          width: 100%;
          padding-top: 22px; }
          .cabinet-settings-documents .cabinet-settings-documents__list--download {
            padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .cabinet-settings-documents--download {
          padding-top: 0; } }
      .cabinet-settings-documents__list {
        padding-top: 16px; }
        .cabinet-settings-documents__list--download {
          padding-top: 0; }
          .cabinet-settings-documents__list--download .cabinet-settings-documents__item {
            display: block;
            transition: all 300ms;
            position: relative; }
            .cabinet-settings-documents__list--download .cabinet-settings-documents__item:hover {
              background: #F3F7FF;
              border: 1px solid #A3BFFF;
              text-decoration: none; }
              .cabinet-settings-documents__list--download .cabinet-settings-documents__item:hover .cabinet-settings-documents__item-title {
                color: #2C63DC; }
              .cabinet-settings-documents__list--download .cabinet-settings-documents__item:hover .cabinet-settings-documents__item-note {
                color: #2C63DC; }
            .cabinet-settings-documents__list--download .cabinet-settings-documents__item:active {
              background: #E3ECFF; }
          .cabinet-settings-documents__list--download .cabinet-settings-documents__item-title {
            color: #171B39; }
            .cabinet-settings-documents__list--download .cabinet-settings-documents__item-title:before {
              background-image: url(../img/icons/download-color.svg); }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-documents__list {
            padding-top: 8px; } }
      .cabinet-settings-documents__item {
        background: #FAFAFB;
        border: 1px solid #E8E9EC;
        border-radius: 4px;
        padding: 24px;
        padding-left: 72px;
        margin-bottom: 22px; }
        .cabinet-settings-documents__item--done {
          border: 2px solid #84E4BD;
          background: #fff;
          padding: 23px;
          padding-left: 71px;
          padding-bottom: 32px; }
          .cabinet-settings-documents__item--done .cabinet-settings-documents__item-title:before {
            background-image: url(../img/icons/check-done.svg); }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-documents__item {
            padding: 14px;
            padding-left: 56px;
            margin-bottom: 18px; } }
        .cabinet-settings-documents__item--simple {
          background: none;
          border: none;
          border-radius: 0;
          padding: 0;
          padding-top: 12px; }
          .cabinet-settings-documents__item--simple .cabinet-settings-documents__item-title {
            font-size: 16px; }
            .cabinet-settings-documents__item--simple .cabinet-settings-documents__item-title:before {
              display: none; }
          .cabinet-settings-documents__item--simple .cabinet-settings-documents__item-note {
            margin-top: 11px; }
          .cabinet-settings-documents__item--simple .cabinet-settings-documents__item--done {
            margin-top: 15px;
            margin-bottom: 0; }
            .cabinet-settings-documents__item--simple .cabinet-settings-documents__item--done .cabinet-settings-documents__item-title {
              font-size: 14px; }
              .cabinet-settings-documents__item--simple .cabinet-settings-documents__item--done .cabinet-settings-documents__item-title:before {
                display: block; }
          @media only screen and (max-width: 767px) {
            .cabinet-settings-documents__item--simple {
              padding-top: 18px; } }
        .cabinet-settings-documents__item-title {
          text-align: left;
          position: relative;
          transition: all 300ms; }
          .cabinet-settings-documents__item-title:before {
            content: '';
            background-image: url(../img/icons/check.svg);
            width: 24px;
            height: 24px;
            display: block;
            position: absolute;
            left: -49px;
            top: -1px; }
            @media only screen and (max-width: 767px) {
              .cabinet-settings-documents__item-title:before {
                left: -42px;
                top: 0; } }
        .cabinet-settings-documents__item-note {
          color: #5D6075;
          margin-top: 3px;
          transition: all 300ms; }
        .cabinet-settings-documents__item-info {
          color: #5D6075;
          margin-top: 23px; }
          @media only screen and (max-width: 767px) {
            .cabinet-settings-documents__item-info {
              flex-direction: column;
              align-items: flex-start;
              margin-top: 17px;
              margin-bottom: 8px; } }
        .cabinet-settings-documents__item-icon {
          margin-left: 14px;
          text-decoration: none !important; }
          @media only screen and (max-width: 767px) {
            .cabinet-settings-documents__item-icon {
              margin-left: 20px; }
              .cabinet-settings-documents__item-icon:first-child {
                margin-left: 0; } }
        @media only screen and (max-width: 767px) {
          .cabinet-settings-documents__item-icons {
            margin-top: 16px;
            margin-left: 6px; } }
        .cabinet-settings-documents__item-loader {
          margin-top: 27px;
          margin-left: 2px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 767px) {
            .cabinet-settings-documents__item-loader {
              margin-top: 17px;
              margin-bottom: 8px; } }
        .cabinet-settings-documents__item-btn {
          background: #DCDDE2;
          border-radius: 2px;
          line-height: 40px;
          cursor: pointer;
          padding-left: 16px;
          padding-right: 16px;
          border: none;
          display: inline-block;
          margin-bottom: 0; }
      .cabinet-settings-documents__subtitle {
        padding-top: 10px;
        padding-bottom: 18px; }
  .cabinet__search-field {
    height: 48px;
    max-width: 572px;
    padding-left: 17px;
    padding-right: 17px; }
    @media only screen and (max-width: 1023px) {
      .cabinet__search-field {
        max-width: 100%; } }
  .cabinet__search-button {
    height: 48px;
    margin-left: 16px;
    padding: 10px 38px; }
    @media only screen and (max-width: 639px) {
      .cabinet__search-button {
        display: none; } }
  .cabinet__catalog-remove {
    width: 32px;
    height: 32px;
    background-image: url(../img/cancel-gray.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 19px;
    background-position: 50% 50%;
    top: 4px;
    z-index: 10;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    @media only screen and (max-width: 767px) {
      .cabinet__catalog-remove {
        right: 10px;
        top: 0; } }
    .cabinet__catalog-remove:hover {
      background-image: url(../img/cancel.svg); }
  .cabinet__catalog-container {
    margin-left: -15px;
    margin-right: -15px; }
    @media only screen and (max-width: 767px) {
      .cabinet__catalog-container {
        margin-left: -10px;
        margin-right: -10px; } }
  .cabinet__catalog-tooltip {
    background-color: #fff;
    color: #171B39;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 16px;
    margin-top: 21px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    cursor: default;
    letter-spacing: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden; }
    .cabinet__catalog-tooltip:after {
      content: '';
      display: block;
      width: 100%;
      height: 30px;
      position: absolute;
      top: -20px;
      left: 0; }
    .cabinet__catalog-tooltip:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -6px;
      left: 69px;
      -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
      filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16)); }
    .cabinet__catalog-tooltip_text {
      margin-bottom: 10px; }
  .cabinet__catalog-form {
    margin-top: 8px; }
    .cabinet__catalog-form_input {
      width: 56px;
      text-align: left;
      height: 32px;
      padding-left: 8px;
      padding-right: 8px; }
      .cabinet__catalog-form_input--new {
        text-align: center;
        line-height: 100%; }
    .cabinet__catalog-form_minus {
      width: 32px;
      height: 32px;
      background-color: #DCDDE2;
      border-radius: 2px;
      cursor: pointer;
      background-image: url(../img/minus.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 13px;
      margin-right: 8px; }
    .cabinet__catalog-form_plus {
      width: 32px;
      height: 32px;
      background-color: #DCDDE2;
      border-radius: 2px;
      cursor: pointer;
      background-image: url(../img/plus.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 13px;
      margin-left: 8px; }
      .cabinet__catalog-form_plus.disabled {
        opacity: 0.5; }
    .cabinet__catalog-form_remove {
      width: 20px;
      height: 20px;
      background-image: url(../img/cancel.svg);
      background-size: 20px;
      cursor: pointer;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      .cabinet__catalog-form_remove:hover {
        opacity: 0.7; }
  .cabinet__catalog-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 64px;
    max-width: 100%;
    position: relative;
    color: #171B39; }
    .cabinet__catalog-item:empty {
      height: 0;
      border: none;
      margin-bottom: 0 !important; }
    @media screen and (max-width: 1023px) {
      .cabinet__catalog-item {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .cabinet__catalog-item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; } }
  .cabinet__catalog-image {
    position: relative;
    padding-top: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cabinet__catalog-image:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.03);
      opacity: 1;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      z-index: 5;
      border-radius: 4px; }
    .cabinet__catalog-image img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 4px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cabinet__catalog-title {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 8px;
    letter-spacing: 0.6px;
    line-height: 20px; }
    .cabinet__catalog-title_value {
      max-width: 90%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cabinet__catalog-lock {
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/lock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 4px;
    margin-top: -5px;
    cursor: pointer; }
    .cabinet__catalog-lock:hover .cabinet__catalog-tooltip {
      opacity: 1;
      visibility: visible; }
  .cabinet__catalog-category {
    padding-top: 5px; }
  .cabinet__catalog-code {
    color: #5D6075; }
  .cabinet__catalog-tags {
    margin-top: 8px; }
  .cabinet__catalog-info {
    padding-top: 15px;
    color: #5D6075;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2px; }
  .cabinet__catalog-price {
    order: 1;
    padding-top: 4px;
    color: #171B39; }
  .cabinet__catalog-button {
    margin-top: 9px;
    display: block;
    width: auto;
    line-height: 32px;
    height: auto;
    padding: 0 16px;
    background: none;
    color: #2C63DC;
    background: #E3ECFF; }
    .cabinet__catalog-button:hover, .cabinet__catalog-button:active {
      background-color: #D1DEFB;
      color: #2C63DC; }
  .cabinet__catalog-link {
    margin-top: 9px;
    display: block;
    line-height: 32px;
    height: auto;
    background: none;
    color: #2C63DC;
    font-weight: 600;
    margin-right: 33px; }
    .cabinet__catalog-link:hover, .cabinet__catalog-link:active {
      background: none;
      color: #2C63DC; }
    @media screen and (max-width: 767px) {
      .cabinet__catalog-link {
        display: none; } }
    .cabinet__catalog-link--mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .cabinet__catalog-link--mobile {
          display: block;
          padding-left: 16px; } }
  .cabinet__catalog-tag {
    margin-right: 4px; }
    .cabinet__catalog-tag:last-child {
      margin-right: 0; }
    .cabinet__catalog-tag a {
      height: 20px;
      line-height: 20px;
      border-radius: 2px;
      padding-left: 4px;
      padding-right: 4px;
      color: #171B39;
      display: inline-block;
      text-decoration: none;
      background-color: #F3F3F5;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      max-width: 103px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .cabinet__catalog-tag a:hover {
        background-color: #DCDDE2; }
    .cabinet__catalog-tag--uppercase a {
      text-transform: uppercase;
      font-size: 12px; }
  .cabinet__catalog-select {
    width: 176px !important; }
  .cabinet__catalog-favorite_list {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 36px;
    background-color: #fff;
    z-index: 14;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 8px 8px 8px 12px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .cabinet__catalog-favorite_list {
        width: calc(100% - 20px);
        left: 10px; } }
    .cabinet__catalog-favorite_list:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -6px;
      right: 14px;
      -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
      filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16)); }
    .cabinet__catalog-favorite_list-item {
      margin-bottom: 8px; }
      .cabinet__catalog-favorite_list-item .cabinet-form-group__input:focus {
        background-color: #E3ECFF; }
      @media screen and (max-width: 767px) {
        .cabinet__catalog-favorite_list-item .cabinet-form-group__input::placeholder {
          font-size: 12px; } }
  .cabinet-favorite-checkbox {
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding-left: 32px;
    position: absolute;
    right: 19px;
    top: 4px;
    z-index: 7; }
    @media screen and (max-width: 767px) {
      .cabinet-favorite-checkbox {
        right: 10px;
        top: 0; } }
    .cabinet-favorite-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: 2; }
      .cabinet-favorite-checkbox input:checked + .cabinet-favorite-checkbox__checkmark:after {
        background-image: url(../img/icons/pressed/favorite.svg); }
      .cabinet-favorite-checkbox input:checked:hover + .cabinet-favorite-checkbox__checkmark:after {
        background-image: url(../img/icons/pressed/favorite.svg); }
      .cabinet-favorite-checkbox input:hover + .cabinet-favorite-checkbox__checkmark:after {
        background-image: url(../img/icons/favorite-hover.svg); }
    .cabinet-favorite-checkbox__checkmark {
      width: 32px;
      height: 32px;
      min-width: 32px;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
      .cabinet-favorite-checkbox__checkmark:after {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        background-image: url(../img/icons/favorite.svg); }
  .cabinet__search-and-basket {
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 52px; }
    @media screen and (max-width: 767px) {
      .cabinet__search-and-basket {
        margin-bottom: 32px; } }
    @media screen and (max-width: 320px) {
      .cabinet__search-and-basket {
        margin-bottom: 48px; } }
  .cabinet__search--public {
    position: relative;
    width: 512px;
    margin-right: 34px; }
    .cabinet__search--public button {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      display: block;
      background: center/15px 15px no-repeat url(../img/icons/magnifier.svg);
      z-index: 10;
      transition: .3s; }
      .cabinet__search--public button:hover {
        background-color: #DCDDE2; }
    @media screen and (max-width: 767px) {
      .cabinet__search--public {
        width: auto;
        flex: 1;
        margin-right: 8px; } }
    .cabinet__search--public input {
      padding: 12px;
      height: 100%;
      width: 100%;
      border: none;
      border-radius: 2px;
      background-color: #F3F3F5;
      outline: none; }
      .cabinet__search--public input::placeholder {
        color: #8B8D9C; }
  .cabinet__basket {
    padding: 0 16px 0 14px;
    display: flex;
    align-items: center;
    color: inherit;
    border-radius: 20px;
    background-color: #F9E547; }
    .cabinet__basket:hover {
      color: inherit;
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .cabinet__basket {
        display: none; } }
  .cabinet__basket-icon {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 14px;
    background: url(../img/icons/basket.svg); }
  .cabinet__quantity-in-the-basket {
    padding: 0 5px;
    position: absolute;
    top: -9px;
    right: -12px;
    border-radius: 10px;
    background-color: #171B39;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cabinet__quantity-in-the-basket.over-99 {
      padding: 0 4px;
      right: -14px; }
  .cabinet__mobile-menu {
    display: none; }
    @media screen and (max-width: 767px) {
      .cabinet__mobile-menu {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 150;
        display: block; } }
  .cabinet__hamburger {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../img/icons/hamburger.svg) no-repeat center;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .cabinet__hamburger {
        display: block; } }
    .cabinet__hamburger-menu, .cabinet__hamburger-submenu {
      display: none;
      overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .cabinet__hamburger-menu {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 150;
        padding: 0 24px;
        display: block; }
        .cabinet__hamburger-menu-close {
          background-image: url(../img/icons/close-catalog-mob.svg);
          width: 24px;
          height: 24px;
          background-size: contain;
          background-repeat: no-repeat;
          cursor: pointer; }
        .cabinet__hamburger-menu-arrow {
          background-image: url(../img/icons/arrow.svg);
          width: 24px;
          height: 24px;
          background-size: contain;
          background-repeat: no-repeat;
          cursor: pointer; }
        .cabinet__hamburger-menu-back {
          background-image: url(../img/arrow_back.svg);
          width: 24px;
          height: 24px;
          background-size: contain;
          background-repeat: no-repeat;
          cursor: pointer; }
        .cabinet__hamburger-menu-title {
          font-size: 16px;
          font-weight: 600;
          color: #171B39; }
        .cabinet__hamburger-menu-text {
          font-size: 14px;
          font-weight: 600;
          color: #171B39; }
          .cabinet__hamburger-menu-text--subtitle {
            margin-top: 7px;
            font-family: "Open Sans";
            font-size: 10px;
            line-height: 1.3;
            color: #5D6075; }
            .cabinet__hamburger-menu-text--subtitle .no-wrap {
              white-space: nowrap; }
        .cabinet__hamburger-menu-item {
          padding: 16px 0;
          padding-bottom: 15px; }
          .cabinet__hamburger-menu-item:not(:last-of-type) {
            border-bottom: 1px solid #E8E9EC; }
          .cabinet__hamburger-menu-item:hover {
            text-decoration: none; }
          .cabinet__hamburger-menu-item--head {
            padding: 24px 0;
            padding-bottom: 23px; }
      .cabinet__hamburger-submenu {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 150;
        padding: 0 24px;
        display: block; }
        .cabinet__hamburger-submenu .cabinet__hamburger-menu-item {
          padding: 19px 0;
          padding-bottom: 16px; }
        .cabinet__hamburger-submenu .cabinet__hamburger-menu-item--head {
          border: none;
          padding-bottom: 18px;
          padding-top: 24px; }
        .cabinet__hamburger-submenu .cabinet__hamburger-menu-item--title {
          padding-bottom: 25px;
          padding-top: 16px; } }
  .cabinet__logo {
    width: 147px;
    height: 20px;
    display: none;
    margin-bottom: 24px;
    background: url(../img/logo-new.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      .cabinet__logo {
        display: block; } }
  .cabinet__welcome-section {
    margin-bottom: 144px; }
    .cabinet__welcome-section__title-h2 {
      font-weight: 800;
      font-size: 24px;
      margin-bottom: 24px; }
    .cabinet__welcome-section__text {
      max-width: 572px; }
      .cabinet__welcome-section__text:first-of-type {
        margin-bottom: 24px; }
      .cabinet__welcome-section__text:last-of-type {
        margin-bottom: 56px; }
  .cabinet__product-page {
    padding-bottom: 62px; }
    .cabinet__product-page h1 {
      padding-bottom: 26px; }
      .cabinet__product-page h1.line {
        border-bottom: 1px solid #E8E9EC;
        padding-bottom: 57px; }
        @media only screen and (max-width: 320px) {
          .cabinet__product-page h1.line {
            padding-bottom: 43px; } }
    .cabinet__product-page__more {
      margin-top: 58px; }
      .cabinet__product-page__more a {
        font-size: 16px;
        font-weight: 600;
        color: #2C63DC; }
        .cabinet__product-page__more a:hover {
          text-decoration: none; }
    .cabinet__product-page__filters {
      display: flex;
      padding-bottom: 12px; }
      .cabinet__product-page__filters > div:last-of-type .cabinet__product-page__filters-item {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .cabinet__product-page__filters {
          margin-bottom: 20px; } }
      .cabinet__product-page__filters_wrap {
        position: relative;
        transition: .4s ease; }
        .cabinet__product-page__filters_wrap.is-prev::before {
          content: '';
          position: absolute;
          display: inline-block;
          top: 0;
          left: 0;
          width: 110px;
          height: 85%;
          background: linear-gradient(to left, #ffffff00, #ffffff 60%, #ffffff 70%);
          z-index: 5; }
          @media screen and (max-width: 767px) {
            .cabinet__product-page__filters_wrap.is-prev::before {
              left: 0;
              width: 30px; } }
        .cabinet__product-page__filters_wrap.is-next::after {
          content: '';
          position: absolute;
          display: inline-block;
          top: 0;
          right: 0;
          width: 110px;
          height: 85%;
          background: linear-gradient(to right, #ffffff00, #ffffff 60%, #ffffff 70%);
          z-index: 5;
          animation: showButtonArrow .3s both; }
          @media screen and (max-width: 767px) {
            .cabinet__product-page__filters_wrap.is-next::after {
              right: 0;
              width: 30px; } }
      .cabinet__product-page__filters .swiper-slide {
        width: auto !important; }
      .cabinet__product-page__filters-item {
        background-color: #fff;
        border: 2px solid #E8E9EC;
        border-radius: 32px;
        display: flex;
        align-items: center;
        padding: 10px 22px;
        margin-right: 16px;
        transition: all 300ms;
        display: inline-flex;
        width: auto;
        height: 56px;
        min-height: 56px;
        margin-right: 20px; }
        .cabinet__product-page__filters-item:hover {
          border: 2px solid #D1D1D7;
          text-decoration: none; }
        .cabinet__product-page__filters-item.active {
          border: 2px solid #F9E547; }
      .cabinet__product-page__filters-icon {
        width: 32px;
        min-width: 32px;
        margin-right: 8px; }
        .cabinet__product-page__filters-icon img {
          width: 100%; }
      .cabinet__product-page__filters-title {
        color: #171B39;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap; }
      .cabinet__product-page__filters-arrow {
        width: 40px;
        height: 40px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 8px;
        z-index: 10;
        animation: showButtonArrow .4s 2s both; }
        .cabinet__product-page__filters-arrow.quick {
          animation: showButtonArrow .4s both; }
        .cabinet__product-page__filters-arrow.prev {
          left: 0; }
          .cabinet__product-page__filters-arrow.prev img {
            transform: translate(50%, 50%) rotate(180deg); }
        .cabinet__product-page__filters-arrow.hide {
          display: none; }

@keyframes showButtonArrow {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
        .cabinet__product-page__filters-arrow img {
          transform: translate(50%, 50%); }
        @media screen and (max-width: 767px) {
          .cabinet__product-page__filters-arrow {
            display: none; } }
        .cabinet__product-page__filters-arrow--category-2 {
          top: 2px; }
          @media screen and (max-width: 1345px) {
            .cabinet__product-page__filters-arrow--category-2 {
              display: none; } }
          @media screen and (max-width: 920px) {
            .cabinet__product-page__filters-arrow--category-2 {
              display: block; } }
          @media screen and (max-width: 767px) {
            .cabinet__product-page__filters-arrow--category-2 {
              display: none; } }
    .cabinet__product-page__note {
      margin-top: 58px; }
      .cabinet__product-page__note h2 {
        margin-bottom: 23px; }
      .cabinet__product-page__note p {
        margin-bottom: 14px; }
      .cabinet__product-page__note a {
        font-size: 14px; }
        .cabinet__product-page__note a:hover {
          text-decoration: none;
          color: #171B39; }
    .cabinet__product-page .filters-panel {
      margin-top: 12px; }
    .cabinet__product-page .filters-panel--border-bottom {
      margin-bottom: 32px; }
      @media screen and (max-width: 1023px) {
        .cabinet__product-page .filters-panel--border-bottom {
          margin-top: 4px;
          margin-bottom: 32px; } }
      @media screen and (max-width: 767px) {
        .cabinet__product-page .filters-panel--border-bottom {
          display: none; } }
    .cabinet__product-page .cabinet-table-options {
      padding: 24px 0; }
      @media screen and (max-width: 1023px) {
        .cabinet__product-page .cabinet-table-options {
          padding: 24px 0; } }
      @media screen and (max-width: 767px) {
        .cabinet__product-page .cabinet-table-options {
          padding: 19px 0; } }
    .cabinet__product-page .cabinet-table-options--bottom {
      padding: 0;
      margin-bottom: 65px; }
    .cabinet__product-page .cabinet__catalog {
      margin-bottom: -40px; }
      @media screen and (max-width: 1023px) {
        .cabinet__product-page .cabinet__catalog {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .cabinet__product-page .cabinet__catalog {
          margin-top: 5px;
          margin-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .cabinet__product-page .cabinet-btn__filters {
        margin-left: 8px; } }
    @media screen and (max-width: 767px) {
      .cabinet__product-page .cabinet-btn__filters {
        background-image: url(../img/filter.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 40px;
        padding: 0; }
        .cabinet__product-page .cabinet-btn__filters span {
          display: none; } }
    .cabinet__product-page .cabinet-product-detail {
      padding: 0;
      margin-top: -2px; }
    .cabinet__product-page .cabinet-title {
      padding-bottom: 0; }
    @media screen and (max-width: 341px) {
      .cabinet__product-page .app-checkbox {
        font-size: 12px; } }
  .cabinet__product-section {
    margin-top: 58px;
    border-bottom: 1px solid #E8E9EC;
    padding-bottom: 21px; }
    @media screen and (max-width: 1023px) {
      .cabinet__product-section {
        padding-bottom: 23px; } }
    @media screen and (max-width: 768px) {
      .cabinet__product-section {
        padding-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .cabinet__product-section {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 320px) {
      .cabinet__product-section {
        padding-bottom: 24px; } }
    .cabinet__product-section__title {
      font-size: 16px;
      font-weight: 600;
      color: #171B39;
      margin-bottom: 18px; }
    .cabinet__product-section .cabinet__product-list__product-item__title-h4 {
      font-weight: normal;
      line-height: 20px; }
    .cabinet__product-section .cabinet__product-list {
      flex-wrap: wrap; }
      @media screen and (max-width: 1023px) {
        .cabinet__product-section .cabinet__product-list {
          margin-left: -12px;
          width: calc(100% + 24px); } }
      @media screen and (max-width: 767px) {
        .cabinet__product-section .cabinet__product-list {
          width: 100%;
          margin-left: 0;
          justify-content: space-between; } }
    @media screen and (max-width: 1023px) {
      .cabinet__product-section .cabinet__product-list__product-item:not(:last-of-type) {
        margin-right: 0; } }
    @media screen and (max-width: 1023px) {
      .cabinet__product-section .cabinet__product-list__product-item {
        margin-right: 12px !important;
        margin-left: 12px; } }
    @media screen and (max-width: 785px) {
      .cabinet__product-section .cabinet__product-list__product-item {
        width: 148px;
        min-width: 148px; } }
    @media screen and (max-width: 767px) {
      .cabinet__product-section .cabinet__product-list__product-item {
        margin-right: 0 !important;
        margin-left: 0;
        width: 49%;
        min-width: 49%; } }
    @media only screen and (max-width: 320px) {
      .cabinet__product-section .cabinet__product-list__product-item {
        margin-bottom: 7px; } }
  .cabinet__product-list {
    display: flex;
    overflow-x: auto; }
    .cabinet__product-list__product-item {
      width: 166px;
      min-width: 166px;
      margin-bottom: 9px; }
      .cabinet__product-list__product-item--new {
        flex: 1;
        width: auto;
        min-width: auto; }
      @media screen and (max-width: 1024px) {
        .cabinet__product-list__product-item {
          width: 124px;
          min-width: 124px; } }
      @media screen and (max-width: 1023px) {
        .cabinet__product-list__product-item {
          width: 212px;
          min-width: 212px; } }
      @media screen and (max-width: 768px) {
        .cabinet__product-list__product-item {
          width: 148px;
          min-width: 148px; } }
      @media screen and (max-width: 767px) {
        .cabinet__product-list__product-item {
          width: 49%;
          min-width: 49%; } }
      @media only screen and (max-width: 320px) {
        .cabinet__product-list__product-item {
          width: 47.5%;
          min-width: 47.5%; } }
      .cabinet__product-list__product-item:not(:last-of-type) {
        margin-right: 32px; }
        @media screen and (max-width: 1023px) {
          .cabinet__product-list__product-item:not(:last-of-type) {
            margin-right: 24px; } }
        @media screen and (max-width: 767px) {
          .cabinet__product-list__product-item:not(:last-of-type) {
            margin-right: 16px; } }
      .cabinet__product-list__product-item a {
        color: inherit;
        text-decoration: none; }
      .cabinet__product-list__product-item__img {
        position: relative;
        padding-top: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px; }
        .cabinet__product-list__product-item__img:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.05);
          transition: all 300ms;
          border-radius: 8px; }
        .cabinet__product-list__product-item__img img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .cabinet__product-list__product-item__title-h4 {
        font-weight: 600;
        font-size: 14px;
        color: inherit; }
    .cabinet__product-list_wrap {
      position: relative; }
    .cabinet__product-list-arrow {
      width: 40px;
      height: 40px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 0;
      bottom: 40px;
      margin: auto;
      display: none; }
      .cabinet__product-list-arrow img {
        transform: translate(50%, 50%); }
      @media screen and (max-width: 1489px) {
        .cabinet__product-list-arrow {
          display: block; } }
      @media screen and (max-width: 1024px) {
        .cabinet__product-list-arrow {
          display: none; } }
      @media screen and (max-width: 1023px) {
        .cabinet__product-list-arrow {
          display: block; } }
      @media screen and (max-width: 767px) {
        .cabinet__product-list-arrow {
          display: none; } }
  .cabinet .dashboard-invitation {
    background: #F3F7FF; }
  .cabinet__new-items {
    margin-bottom: 80px; }
  .cabinet__what-is-goldnet {
    padding: 64px 0;
    background-color: #F3F7FF;
    margin-bottom: 56px; }
    .cabinet__what-is-goldnet .cabinet-content-wrap {
      min-height: auto; }
    .cabinet__what-is-goldnet__title-h2 {
      font-weight: 800;
      font-size: 24px;
      text-align: center;
      margin-bottom: 48px; }
      @media screen and (max-width: 767px) {
        .cabinet__what-is-goldnet__title-h2 {
          text-align: left; } }
    .cabinet__what-is-goldnet__list-of-services {
      display: flex;
      gap: 32px;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .cabinet__what-is-goldnet__list-of-services {
          flex-direction: column;
          gap: 24px; } }
      .cabinet__what-is-goldnet__list-of-services__item {
        max-width: 365px; }
        .cabinet__what-is-goldnet__list-of-services__item--2 {
          margin-left: -28px; }
          @media screen and (max-width: 1396px) {
            .cabinet__what-is-goldnet__list-of-services__item--2 {
              margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .cabinet__what-is-goldnet__list-of-services__item {
            max-width: none; } }
        .cabinet__what-is-goldnet__list-of-services__item__title-h3 {
          font-weight: 600;
          font-size: 16px; }
        .cabinet__what-is-goldnet__list-of-services__item__service-description {
          font-weight: 400;
          font-size: 14px; }
  .cabinet__invitation-to-cooperation {
    margin-bottom: 56px; }
    .cabinet__invitation-to-cooperation .cabinet-content-wrap {
      min-height: auto; }
    .cabinet__invitation-to-cooperation__title-h2 {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 24px; }
    .cabinet__invitation-to-cooperation__text {
      max-width: 600px;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 16px; }
  .cabinet__breadcrumbs {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 32px;
    display: flex; }
    @media only screen and (max-width: 320px) {
      .cabinet__breadcrumbs {
        margin-bottom: 18px; } }
  .cabinet__breadcrumbs-link {
    color: #A2A4B0;
    text-decoration: none;
    transition: all 300ms; }
    .cabinet__breadcrumbs-link:hover {
      color: #171B39;
      text-decoration: none; }
  .cabinet__breadcrumbs-arrow {
    user-select: none;
    margin: 0 9px; }

.cabinet-product-right .cabinet__catalog-favorite_list:before {
  right: auto;
  left: 14px; }

.cabinet-product-right .cabinet-table__favorite {
  position: relative; }

.catalog-garnitures__cell {
  min-width: 250px;
  max-width: 50%; }
  @media screen and (max-width: 1023px) {
    .catalog-garnitures__cell {
      min-width: 100%;
      max-width: 100%; } }

.catalog-garnitures__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  overflow-x: hidden; }
  @media screen and (max-width: 1023px) {
    .catalog-garnitures__right {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: 0;
      padding-top: 24px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .catalog-garnitures__right::-webkit-scrollbar {
        display: none; } }

.catalog-garnitures__img {
  width: 56px;
  height: 56px; }
  .catalog-garnitures__img-wrap {
    display: block;
    margin-left: 16px;
    margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .catalog-garnitures__img-wrap {
        margin-right: 16px;
        margin-left: 0; } }

.cabinet-supplier,
.cabinet-adaptive {
  /* переопределенные стили для общих классов с кабинетом ритейлера */
  /* end переопределенные стили для общих классов с кабинетом ритейлера */ }
  .cabinet-supplier.cabinet,
  .cabinet-adaptive.cabinet {
    min-width: 320px; }
    @media only screen and (max-width: 1279px) {
      .cabinet-supplier.cabinet .cabinet-content,
      .cabinet-adaptive.cabinet .cabinet-content {
        padding-left: 56px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-content,
      .cabinet-adaptive.cabinet .cabinet-content {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-content-wrap,
      .cabinet-adaptive.cabinet .cabinet-content-wrap {
        padding: 0 16px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-title,
      .cabinet-adaptive.cabinet .cabinet-title {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-section__title,
      .cabinet-adaptive.cabinet .cabinet-section__title {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-product-left,
      .cabinet-adaptive.cabinet .cabinet-product-left {
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-product-right,
      .cabinet-adaptive.cabinet .cabinet-product-right {
        width: 100%; } }
    .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(1),
    .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(1) {
      background-image: url(../img/promo/supplier-promo-desktop-1.jpg);
      background-size: cover; }
    .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(2),
    .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(2) {
      background-image: url(../img/promo/supplier-promo-desktop-2.jpg); }
    .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(3),
    .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(3) {
      background-image: url(../img/promo/supplier-promo-desktop-3.jpg); }
    .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(4),
    .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(4) {
      background-image: url(../img/promo/supplier-promo-desktop-4.jpg); }
    .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(5),
    .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(5) {
      background-image: url(../img/promo/supplier-promo-desktop-5.jpg); }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-promo__item:nth-child(1),
      .cabinet-adaptive.cabinet .cabinet-promo__item:nth-child(1) {
        margin-bottom: 16px;
        height: 0;
        padding-top: 49%;
        background-image: url(../img/promo/supplier-promo-mobile-1.jpg); } }
    @media only screen and (max-width: 1023px) {
      .cabinet-supplier.cabinet .cabinet-promo__item--25,
      .cabinet-adaptive.cabinet .cabinet-promo__item--25 {
        width: calc(50% - 14px);
        height: 0;
        padding-top: 50%; }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(odd),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(odd) {
          margin-right: 0; }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(even),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(even) {
          margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-promo__item--25,
      .cabinet-adaptive.cabinet .cabinet-promo__item--25 {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
        height: 0;
        padding-top: 49%; }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(2),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(2) {
          background-image: url(../img/promo/supplier-promo-mobile-2.jpg); }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(3),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(3) {
          background-image: url(../img/promo/supplier-promo-mobile-3.jpg); }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(4),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(4) {
          background-image: url(../img/promo/supplier-promo-mobile-4.jpg); }
        .cabinet-supplier.cabinet .cabinet-promo__item--25:nth-child(5),
        .cabinet-adaptive.cabinet .cabinet-promo__item--25:nth-child(5) {
          background-image: url(../img/promo/supplier-promo-mobile-5.jpg); } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-settings,
      .cabinet-adaptive.cabinet .cabinet-settings {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-detail-table__row,
      .cabinet-adaptive.cabinet .cabinet-detail-table__row {
        padding: 0;
        padding-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-detail-table__row--divided,
      .cabinet-adaptive.cabinet .cabinet-detail-table__row--divided {
        padding-top: 16px; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-detail-table__cell,
      .cabinet-adaptive.cabinet .cabinet-detail-table__cell {
        width: 100%;
        padding: 0;
        margin: 0; }
        .cabinet-supplier.cabinet .cabinet-detail-table__cell:first-child,
        .cabinet-adaptive.cabinet .cabinet-detail-table__cell:first-child {
          border: none; } }
    @media only screen and (max-width: 767px) {
      .cabinet-supplier.cabinet .cabinet-detail-table__key,
      .cabinet-adaptive.cabinet .cabinet-detail-table__key {
        padding: 0;
        margin: 0; } }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .copyright,
    .cabinet-adaptive .copyright {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-detail-table__row,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-detail-table__row {
      flex-direction: row;
      padding: 0;
      padding-top: 8px; } }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-detail-table__row--divided,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-detail-table__row--divided {
      padding-top: 32px; } }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-detail-table__cell:last-child,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-detail-table__cell:last-child {
      padding-left: 8px; } }
  .cabinet-supplier-table,
  .cabinet-adaptive-table {
    margin-bottom: 20px; }
    .cabinet-supplier-table__row,
    .cabinet-adaptive-table__row {
      border-bottom: 1px solid #E8E9EC; }
      .cabinet-supplier-table__row:first-child,
      .cabinet-adaptive-table__row:first-child {
        border-top: 1px solid #E8E9EC; }
    .cabinet-supplier-table__cell:first-child,
    .cabinet-adaptive-table__cell:first-child {
      width: 36px;
      height: 20px; }
      @media only screen and (max-width: 767px) {
        .cabinet-supplier-table__cell:first-child,
        .cabinet-adaptive-table__cell:first-child {
          width: 20px; } }
    .cabinet-supplier-table__cell--img,
    .cabinet-adaptive-table__cell--img {
      width: 80px;
      height: 80px; }
      @media only screen and (max-width: 767px) {
        .cabinet-supplier-table__cell--img,
        .cabinet-adaptive-table__cell--img {
          width: 64px;
          height: 64px; } }
    .cabinet-supplier-table__cell--content,
    .cabinet-adaptive-table__cell--content {
      width: calc(100% - 146px); }
      @media only screen and (max-width: 767px) {
        .cabinet-supplier-table__cell--content,
        .cabinet-adaptive-table__cell--content {
          width: calc(100% - 114px); } }
    .cabinet-supplier-table__cell--p16,
    .cabinet-adaptive-table__cell--p16 {
      padding-top: 16px;
      padding-bottom: 16px; }
    .cabinet-supplier-table__cell--pt21,
    .cabinet-adaptive-table__cell--pt21 {
      padding-top: 21px; }
    .cabinet-supplier-table__cell--pt24,
    .cabinet-adaptive-table__cell--pt24 {
      padding-top: 32px; }
      @media only screen and (max-width: 767px) {
        .cabinet-supplier-table__cell--pt24,
        .cabinet-adaptive-table__cell--pt24 {
          padding-top: 24px; } }
    @media only screen and (max-width: 1023px) {
      .cabinet-supplier-table__subrow,
      .cabinet-adaptive-table__subrow {
        -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; } }
    .cabinet-supplier-table__subcell,
    .cabinet-adaptive-table__subcell {
      padding: 16px; }
      @media only screen and (max-width: 1023px) {
        .cabinet-supplier-table__subcell,
        .cabinet-adaptive-table__subcell {
          padding-bottom: 0; }
          .cabinet-supplier-table__subcell:last-child,
          .cabinet-adaptive-table__subcell:last-child {
            padding-bottom: 16px; } }
      @media only screen and (max-width: 767px) {
        .cabinet-supplier-table__subcell,
        .cabinet-adaptive-table__subcell {
          padding: 8px;
          padding-bottom: 0; }
          .cabinet-supplier-table__subcell:first-child,
          .cabinet-adaptive-table__subcell:first-child {
            padding-top: 16px; }
          .cabinet-supplier-table__subcell:last-child,
          .cabinet-adaptive-table__subcell:last-child {
            padding-bottom: 16px; } }
      .cabinet-supplier-table__subcell--code,
      .cabinet-adaptive-table__subcell--code {
        width: 25%; }
        @media only screen and (max-width: 1023px) {
          .cabinet-supplier-table__subcell--code,
          .cabinet-adaptive-table__subcell--code {
            width: 100%; } }
      .cabinet-supplier-table__subcell--price,
      .cabinet-adaptive-table__subcell--price {
        width: 25%; }
        @media only screen and (max-width: 1023px) {
          .cabinet-supplier-table__subcell--price,
          .cabinet-adaptive-table__subcell--price {
            width: 100%; } }
      .cabinet-supplier-table__subcell--tags,
      .cabinet-adaptive-table__subcell--tags {
        width: 50%; }
        @media only screen and (max-width: 1279px) {
          .cabinet-supplier-table__subcell--tags,
          .cabinet-adaptive-table__subcell--tags {
            width: 75%; } }
        @media only screen and (max-width: 1023px) {
          .cabinet-supplier-table__subcell--tags,
          .cabinet-adaptive-table__subcell--tags {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .cabinet-supplier-table__subcell--tags,
          .cabinet-adaptive-table__subcell--tags {
            width: 100%;
            padding-bottom: 16px; } }
    .cabinet-supplier-table__img,
    .cabinet-adaptive-table__img {
      width: 48px;
      height: 48px; }
      .cabinet-supplier-table__img--large,
      .cabinet-adaptive-table__img--large {
        width: 64px;
        height: 64px; }
    .cabinet-supplier-table__code,
    .cabinet-adaptive-table__code {
      display: inline-block;
      margin-right: 8px;
      color: #A2A4B0; }
    .cabinet-supplier-table__label,
    .cabinet-adaptive-table__label {
      display: inline-block;
      margin-left: 8px;
      color: #A2A4B0; }
    .cabinet-supplier-table__name,
    .cabinet-adaptive-table__name {
      font-weight: 600;
      padding-bottom: 8px; }
      @media only screen and (max-width: 1023px) {
        .cabinet-supplier-table__name,
        .cabinet-adaptive-table__name {
          padding-bottom: 0; } }
    .cabinet-supplier-table__attr,
    .cabinet-adaptive-table__attr {
      color: #5D6075;
      width: 25%; }
      @media only screen and (max-width: 1023px) {
        .cabinet-supplier-table__attr,
        .cabinet-adaptive-table__attr {
          width: 50%;
          padding-top: 8px; } }
      @media only screen and (max-width: 569px) {
        .cabinet-supplier-table__attr,
        .cabinet-adaptive-table__attr {
          width: 100%; } }
    .cabinet-supplier-table__visibility,
    .cabinet-adaptive-table__visibility {
      color: #747688;
      border: 1px solid #E8E9EC;
      border-radius: 2px;
      padding: 2px 5px;
      white-space: nowrap; }
      @media only screen and (max-width: 400px) {
        .cabinet-supplier-table__visibility,
        .cabinet-adaptive-table__visibility {
          font-size: 12px; } }
      .cabinet-supplier-table__visibility.green,
      .cabinet-adaptive-table__visibility.green {
        color: #148B5D;
        border-color: #84E4BD; }
      .cabinet-supplier-table__visibility.gold,
      .cabinet-adaptive-table__visibility.gold {
        color: #FF8938;
        border-color: #FFDA85; }
  .cabinet-supplier--bg-gray,
  .cabinet-adaptive--bg-gray {
    background: #f9f9f9; }
  .cabinet-supplier__statistics-item,
  .cabinet-adaptive__statistics-item {
    border: 2px solid #E8E9EC;
    border-radius: 4px;
    width: 30%; }

.cabinet__catalog--table .cabinet-favorite-checkbox {
  position: relative;
  right: auto;
  top: auto; }

.cabinet__catalog--table .cabinet__catalog-remove {
  position: relative;
  right: auto;
  top: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-self: center;
  align-self: center; }

.cabinet__catalog--table .cabinet__catalog-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0; }

.cabinet__catalog--table .cabinet__catalog-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid rgba(57, 61, 77, 0.1);
  border-bottom: 1px solid rgba(57, 61, 77, 0.1); }
  .cabinet__catalog--table .cabinet__catalog-item:empty {
    display: none; }

.cabinet__catalog--table .cabinet__catalog-favorite {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
  .cabinet__catalog--table .cabinet__catalog-favorite_list {
    width: 230px;
    top: 70px;
    left: 0px; }
    .cabinet__catalog--table .cabinet__catalog-favorite_list:before {
      right: auto;
      left: 9px; }

.cabinet__catalog--table .cabinet__catalog-image {
  padding-top: 0;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  margin-left: 8px;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto; }
  .cabinet__catalog--table .cabinet__catalog-image:after {
    display: none; }

.cabinet__catalog--table .cabinet__catalog-title {
  min-width: 300px;
  padding-top: 0; }
  @media screen and (max-width: 1450px) {
    .cabinet__catalog--table .cabinet__catalog-title {
      min-width: 200px; } }

.cabinet__catalog--table .cabinet__catalog-category {
  display: inline-block;
  padding-right: 8px; }

.cabinet__catalog--table .cabinet__catalog-code {
  display: inline-block; }

.cabinet__catalog--table .cabinet__catalog-top {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  max-width: 180px;
  margin-right: 20px; }

.cabinet__catalog--table .cabinet__catalog-tags {
  min-width: 200px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: auto; }

.cabinet__catalog--table .cabinet__catalog-info {
  min-width: 218px;
  margin: auto;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cabinet__catalog--table .cabinet__catalog-price {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  padding-right: 10px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  padding-top: 0; }

.cabinet__catalog--table .cabinet__catalog-form {
  width: 136px !important;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; }

.cabinet__catalog--table .cabinet__catalog-button {
  width: 136px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; }

@media only screen and (max-width: 767px) {
  .cabinet-adaptive .copyright {
    margin-bottom: 56px; } }

input[type="file"] {
  display: none; }

.custom-file-upload {
  background: #DCDDE2;
  border-radius: 2px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  border: none;
  display: inline-block;
  margin-bottom: 0; }
  .custom-file-upload--line {
    background: none;
    border: 1px solid #2C63DC;
    color: #2C63DC;
    line-height: 38px;
    margin-top: 8px; }

.cabinet-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #F3F3F5;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  padding: 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .cabinet-nav {
      padding: 0; } }
  .cabinet-nav--supplier {
    background-color: #fff !important;
    border: 1px solid #E8E9EC; }
    .cabinet-nav--supplier .cabinet-nav-footer {
      background-color: #fff !important; }
    .cabinet-nav--supplier .cabinet-nav__header {
      padding: 0 18px;
      padding-top: 25px;
      padding-bottom: 66px; }
      @media screen and (max-width: 1280px) {
        .cabinet-nav--supplier .cabinet-nav__header {
          padding: 15px;
          display: flex;
          justify-content: center; } }
    .cabinet-nav--supplier .cabinet-nav-list__link {
      padding: 10px 19px;
      border-radius: 4px;
      transition: all 300ms; }
      .cabinet-nav--supplier .cabinet-nav-list__link:hover {
        background-color: rgba(23, 27, 57, 0.05) !important; }
      @media only screen and (max-width: 767px) {
        .cabinet-nav--supplier .cabinet-nav-list__link.active {
          background-color: rgba(23, 27, 57, 0.05) !important; } }
      @media screen and (max-width: 1280px) {
        .cabinet-nav--supplier .cabinet-nav-list__link {
          padding: 10px 12px; } }
      @media screen and (max-width: 767px) {
        .cabinet-nav--supplier .cabinet-nav-list__link {
          padding: 10px 0; } }
    .cabinet-nav--supplier .cabinet-nav-list__item {
      margin-bottom: 16px; }
    .cabinet-nav--supplier .cabinet-nav-list__link--tab {
      padding: 10px 27px; }
      @media screen and (max-width: 1280px) {
        .cabinet-nav--supplier .cabinet-nav-list__link--tab {
          display: none; } }
    .cabinet-nav--supplier .cabinet-nav-footer__link {
      padding: 10px 18px; }
    .cabinet-nav--supplier .cabinet-nav-footer__arrow {
      margin-right: 32px; }
    @media screen and (max-width: 767px) {
      .cabinet-nav--supplier .cabinet-nav-list__item.active .cabinet-nav__icon--home-3 {
        background-image: url(../img/icons/home-3-dark.svg); } }
    .cabinet-nav--supplier .cabinet-nav__icon--group-ellipse {
      margin-right: 7px; }
      @media screen and (max-width: 1280px) {
        .cabinet-nav--supplier .cabinet-nav__icon--group-ellipse {
          width: 15px;
          height: 15px; } }
    .cabinet-nav--supplier .cabinet-nav__logo--goldnet-market {
      width: 126px !important;
      height: 14px !important; }
    .cabinet-nav--supplier .cabinet-nav__icon--marketplace {
      margin-left: 11px !important;
      margin-right: 0 !important; }
      @media screen and (max-width: 1280px) {
        .cabinet-nav--supplier .cabinet-nav__icon--marketplace {
          margin-left: 0 !important; } }
      @media screen and (max-width: 767px) {
        .cabinet-nav--supplier .cabinet-nav__icon--marketplace {
          margin-left: 11px !important; } }
  .cabinet-nav--public {
    background-color: #F9E547;
    justify-content: flex-start; }
    .cabinet-nav--public .cabinet-nav-list__item--home, .cabinet-nav--public .cabinet-nav-list__item--basket {
      display: none; }
    .cabinet-nav--public .cabinet-nav-list__item--russian-jeweler {
      padding-left: 35px; }
      @media only screen and (max-width: 1279px) {
        .cabinet-nav--public .cabinet-nav-list__item--russian-jeweler {
          display: none; } }
    .cabinet-nav--public .cabinet-nav-list__link--dropdown-menu {
      display: none; }
    .cabinet-nav--public .cabinet-nav__logo--goldnet-market {
      width: 116px;
      height: 13px;
      background: url("../img/logo-goldnet-market.svg") no-repeat center center;
      background-size: contain; }
    .cabinet-nav--public .cabinet-nav-footer {
      margin-top: auto;
      background-color: #F9E547; }
      .cabinet-nav--public .cabinet-nav-footer::before {
        content: '';
        position: absolute;
        display: none;
        top: 0;
        left: 50%;
        width: 95%;
        height: 100%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.3); }
      .cabinet-nav--public .cabinet-nav-footer:hover::before {
        display: block; }
      .cabinet-nav--public .cabinet-nav-footer__link {
        position: relative;
        z-index: 10;
        transition: 300ms; }
        @media only screen and (max-width: 1279px) {
          .cabinet-nav--public .cabinet-nav-footer__link {
            padding: 10px 18px; } }
        .cabinet-nav--public .cabinet-nav-footer__link--yet {
          display: none; }
        .cabinet-nav--public .cabinet-nav-footer__link-title--mobile-login {
          display: none; }
    .cabinet-nav--public .cabinet-nav-list__link {
      transition: 300ms; }
      @media only screen and (max-width: 767px) {
        .cabinet-nav--public .cabinet-nav-list__link.active .cabinet-nav__icon--basket {
          background-image: url("../img/icons/basket-black.svg"); }
        .cabinet-nav--public .cabinet-nav-list__link.active .cabinet-nav__icon--tag {
          background-image: url("../img/icons/tag-black.svg"); }
        .cabinet-nav--public .cabinet-nav-list__link.active .cabinet-nav__icon--three-strips {
          background-image: url("../img/icons/three-strips-black.svg"); }
        .cabinet-nav--public .cabinet-nav-list__link.active .cabinet-nav__icon--home-2 {
          background-image: url("../img/icons/home-2-black.svg"); }
        .cabinet-nav--public .cabinet-nav-list__link.active .cabinet-nav__icon--login {
          background-image: url("../img/icons/login-black.svg"); } }
      .cabinet-nav--public .cabinet-nav-list__link:hover {
        background: rgba(255, 255, 255, 0.3); }
      .cabinet-nav--public .cabinet-nav-list__link--catalog:hover + .category-menu {
        visibility: visible;
        transition-delay: .3s; }
      .cabinet-nav--public .cabinet-nav-list__link-title--subtitle {
        margin-top: 7px;
        font-family: "Open Sans";
        font-size: 10px;
        line-height: 1.3;
        color: #5D6075; }
    .cabinet-nav--public .cabinet-nav-list__quantity-in-the-basket {
      height: 16px;
      padding: 0 5px;
      position: absolute;
      top: -5px;
      left: 14px;
      border-radius: 10px;
      background-color: #171B39;
      color: #fff;
      font-weight: 600;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .cabinet-nav--public .cabinet-nav-list--sub-list {
      padding-left: 35px; }
      .cabinet-nav--public .cabinet-nav-list--sub-list .cabinet-nav-list__link {
        transition: 300ms; }
        .cabinet-nav--public .cabinet-nav-list--sub-list .cabinet-nav-list__link:hover {
          background: rgba(255, 255, 255, 0.3); }
    .cabinet-nav--public .cabinet-nav__icon {
      position: relative; }
    .cabinet-nav--public .category-menu {
      position: absolute;
      display: flex;
      padding: 56px;
      left: 100%;
      top: 0;
      bottom: 0;
      background-color: #ffffff;
      box-shadow: 20px 0px 24px rgba(0, 0, 0, 0.08);
      z-index: 6;
      overflow-y: auto;
      visibility: hidden;
      transition: all 0s .1s; }
      .cabinet-nav--public .category-menu:hover {
        visibility: visible; }
      .cabinet-nav--public .category-menu__left {
        width: 157px;
        margin-right: 111px; }
      .cabinet-nav--public .category-menu__right {
        width: 157px; }
      .cabinet-nav--public .category-menu__list {
        margin-bottom: 32px; }
        .cabinet-nav--public .category-menu__list a {
          color: inherit; }
          .cabinet-nav--public .category-menu__list a:hover {
            text-decoration: none; }
      .cabinet-nav--public .category-menu__list-item {
        color: #454961;
        cursor: pointer; }
        .cabinet-nav--public .category-menu__list-item:not(:last-of-type) {
          margin-bottom: 12px; }
      .cabinet-nav--public .category-menu__list-item--title {
        font-weight: 600;
        color: #171B39;
        margin-bottom: 16px; }
  .cabinet-nav__supplier-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16); }
    .cabinet-nav__supplier-menu-item {
      padding: 10px 27px; }
      .cabinet-nav__supplier-menu-item:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .cabinet-nav__supplier-menu-link {
      font-size: 14px;
      color: #171B39; }
      .cabinet-nav__supplier-menu-link:hover {
        color: #171B39;
        text-decoration: none; }
  .cabinet-nav__header {
    padding: 15px;
    height: 80px; }
    .cabinet-nav__header-label {
      font-size: 10px;
      color: #A2A4B0;
      margin-top: 2px;
      margin-left: 32px; }
      @media screen and (max-width: 1280px) {
        .cabinet-nav__header-label {
          display: none; } }
  .cabinet-nav__logo {
    width: 14px;
    height: 16px;
    background: url("../img/logo-gold-symbol.svg") no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    display: none; }
    @media only screen and (max-width: 1280px) {
      .cabinet-nav__logo {
        display: block; } }
    .cabinet-nav__logo-big {
      width: 118px;
      height: 16px;
      background: url("../img/logo-full-gold-symbol.svg") no-repeat center center;
      background-size: contain;
      margin-left: 3px; }
      @media only screen and (max-width: 1280px) {
        .cabinet-nav__logo-big {
          display: none; } }
  .cabinet-nav__title {
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
    border-right: 1px solid #5D6075; }
    .cabinet-nav__title:last-child {
      border: none; }
  .cabinet-nav-list {
    margin-bottom: 20px; }
    .cabinet-nav-list__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      padding: 10px 15px; }
      .cabinet-nav-list__link:hover {
        color: #171B39;
        text-decoration: none; }
      @media only screen and (max-width: 766px) {
        .cabinet-nav-list__link {
          padding: 10px 0; } }
      .cabinet-nav-list__link:hover {
        background: #E8E9EC; }
    .cabinet-nav-list__arrow {
      background-image: url(../img/icons/arrow-2.svg);
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat; }
      .cabinet-nav-list__arrow.active {
        transform: rotate(180deg); }
  .cabinet-nav__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url("../img/icons/home.svg") no-repeat center center;
    background-size: contain;
    margin-right: 15px; }
    .cabinet-nav__icon--catalog {
      background-image: url("../img/icons/products.svg"); }
    .cabinet-nav__icon--suppliers {
      background-image: url("../img/icons/manufacturers.svg"); }
    .cabinet-nav__icon--brands {
      background-image: url("../img/icons/brands.svg"); }
    .cabinet-nav__icon--lists {
      background-image: url("../img/icons/lists.svg"); }
    .cabinet-nav__icon--cart {
      background-image: url("../img/icons/cart.svg"); }
    .cabinet-nav__icon--orders {
      background-image: url("../img/icons/orders.svg"); }
    .cabinet-nav__icon--add-product {
      background-image: url("../img/icons/add-product.svg"); }
    .cabinet-nav__icon--add-product-2 {
      background-image: url("../img/icons/add.svg"); }
    .cabinet-nav__icon--marketplace {
      background-image: url("../img/icons/marketplace.svg"); }
    .cabinet-nav__icon--account {
      background-image: url("../img/icons/account.svg"); }
      @media only screen and (max-width: 767px) {
        .cabinet-nav__icon--account {
          background-image: url("../img/icons/menu.svg"); } }
    .cabinet-nav__icon-wrap {
      position: relative; }
    .cabinet-nav__icon-count {
      position: absolute;
      top: -7px;
      right: 5px;
      width: 20px;
      height: 16px;
      border-radius: 8px;
      background: #454961;
      color: #fff;
      font-size: 9px;
      line-height: 16px;
      font-weight: 600;
      text-align: center;
      vertical-align: middle;
      overflow: hidden; }
      @media only screen and (max-width: 1280px) {
        .cabinet-nav__icon-count {
          right: -10px; } }
    .cabinet-nav__icon--group-ellipse {
      background-image: url("../img/icons/group-ellipse.svg");
      margin-right: 12px; }
    .cabinet-nav__icon--three-strips {
      background-image: url("../img/icons/three-strips.svg"); }
    .cabinet-nav__icon--tag {
      background-image: url("../img/icons/tag.svg"); }
    .cabinet-nav__icon--russian-jeweler {
      background-image: url("../img/icons/tag.svg"); }
    .cabinet-nav__icon--star {
      background-image: url("../img/icons/star.svg"); }
    .cabinet-nav__icon--box-open {
      background-image: url("../img/icons/box-open.svg"); }
    .cabinet-nav__icon--user {
      background-image: url("../img/icons/user.svg"); }
    .cabinet-nav__icon--home-2 {
      background-image: url("../img/icons/home-2.svg"); }
    .cabinet-nav__icon--home-3 {
      background-image: url("../img/icons/home-3.svg"); }
    .cabinet-nav__icon--basket {
      background-image: url("../img/icons/basket.svg"); }
    .cabinet-nav__icon--ellipsis {
      background-image: url("../img/icons/ellipsis.svg"); }
    .cabinet-nav__icon--login {
      background-image: url("../img/icons/login.svg"); }
    .cabinet-nav__icon--products {
      background-image: url("../img/icons/products-2.svg"); }
    .cabinet-nav__icon--order {
      background-image: url("../img/icons/order.svg"); }
    .cabinet-nav__icon--users {
      background-image: url("../img/icons/users.svg"); }
    .cabinet-nav__icon--statistics {
      background-image: url("../img/icons/statistics.svg"); }
  .cabinet-nav-list__link-title--no-icon {
    padding-left: 35px; }
  .cabinet-nav-footer {
    position: relative;
    background: #E8E9EC;
    height: 56px;
    margin: 0 -5px;
    cursor: pointer; }
    .cabinet-nav-footer__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      padding: 10px 20px; }
      .cabinet-nav-footer__link:hover {
        color: #171B39;
        text-decoration: none; }
      .cabinet-nav-footer__link.cabinet-nav-list__link--active {
        background: transparent; }
    .cabinet-nav-footer__arrow {
      width: 7px;
      height: 7px;
      margin-right: 15px;
      position: relative; }
      .cabinet-nav-footer__arrow::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 1px solid #5D6075;
        border-bottom: 1px solid #5D6075;
        transform: rotate(-45deg);
        transition: 0.2s; }
      .cabinet-nav-footer__arrow.open::after {
        transform: rotate(-225deg);
        transition: 0.2s;
        margin-top: 1px; }
  @media only screen and (max-width: 1280px) {
    .cabinet-nav {
      width: 56px; }
      .cabinet-nav .cabinet-nav__logo, .cabinet-nav .cabinet-nav__icon {
        margin: 0; }
      .cabinet-nav .cabinet-nav__title, .cabinet-nav .cabinet-nav__logo--goldnet-market, .cabinet-nav .cabinet-nav-list--sub-list, .cabinet-nav .cabinet-nav-list__link-title, .cabinet-nav .cabinet-nav-footer__link-title, .cabinet-nav .cabinet-nav-footer__arrow {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav--public .cabinet-nav__icon {
      display: block; }
    .cabinet-nav--public .cabinet-nav-list__item--home, .cabinet-nav--public .cabinet-nav-list__item--basket {
      display: block; }
    .cabinet-nav--public .cabinet-nav-list__item--orders, .cabinet-nav--public .cabinet-nav-list__item--lists {
      display: none; }
    .cabinet-nav--public .cabinet-nav-list__link-title--dropdown {
      font-size: 14px; }
    .cabinet-nav--public .cabinet-nav-list__link {
      display: flex;
      flex-direction: column; }
      .cabinet-nav--public .cabinet-nav-list__link-title {
        display: block;
        font-size: 10px; }
        .cabinet-nav--public .cabinet-nav-list__link-title--dropdown {
          font-size: 14px; }
      .cabinet-nav--public .cabinet-nav-list__link--dropdown-menu {
        padding: 10px 16px;
        flex-direction: row; }
        .cabinet-nav--public .cabinet-nav-list__link--dropdown-menu .cabinet-nav__icon {
          width: 20px;
          height: 20px;
          margin-right: 15px; }
    .cabinet-nav--public .cabinet-nav-footer {
      margin-top: 0; }
      .cabinet-nav--public .cabinet-nav-footer__link-title {
        display: block;
        font-size: 10px; }
        .cabinet-nav--public .cabinet-nav-footer__link-title--desktop-login {
          display: none; }
        .cabinet-nav--public .cabinet-nav-footer__link-title--mobile-login {
          display: block;
          font-size: 10px; } }
  @media only screen and (max-width: 1279px) {
    .cabinet-nav {
      width: 56px; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav {
      position: fixed;
      z-index: 100;
      bottom: 0;
      left: 0;
      top: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      min-width: 320px;
      height: 40px;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .cabinet-nav--public {
        height: 56px; }
        .cabinet-nav--public .cabinet-nav-footer {
          margin-top: 0; }
        .cabinet-nav--public .cabinet-nav-list__item--orders, .cabinet-nav--public .cabinet-nav-list__item--lists {
          display: none; }
        .cabinet-nav--public .cabinet-nav-list__link {
          width: 56px; }
          .cabinet-nav--public .cabinet-nav-list__link--dropdown-menu {
            padding: 10px 16px;
            width: auto; }
        .cabinet-nav--public .cabinet-nav-footer {
          height: auto;
          width: auto; }
          .cabinet-nav--public .cabinet-nav-footer__link {
            width: 56px;
            display: flex;
            flex-direction: column; }
            .cabinet-nav--public .cabinet-nav-footer__link:hover {
              background: none; }
            .cabinet-nav--public .cabinet-nav-footer__link--user {
              display: none; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav__header {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav-links {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav-list__item {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .cabinet-nav-footer {
      height: 40px;
      width: 25%;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .cabinet-nav-footer.open .cabinet-nav-footer__link {
        background: none; }
      .cabinet-nav-footer__link {
        padding: 10px; }
        .cabinet-nav-footer__link.cabinet-nav-list__link--active {
          background: #DCDDE2; } }

@media only screen and (max-width: 1279px) {
  .cabinet-supplier .cabinet-nav {
    width: 56px; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-width: 320px;
    height: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .cabinet-supplier .cabinet-nav--public {
      height: 56px; }
      .cabinet-supplier .cabinet-nav--public .cabinet-nav-footer {
        margin-top: 0; }
      .cabinet-supplier .cabinet-nav--public .cabinet-nav-list__item--orders, .cabinet-supplier .cabinet-nav--public .cabinet-nav-list__item--lists {
        display: none; }
      .cabinet-supplier .cabinet-nav--public .cabinet-nav-list__link {
        width: 56px; }
        .cabinet-supplier .cabinet-nav--public .cabinet-nav-list__link--dropdown-menu {
          padding: 10px 16px;
          width: auto; }
      .cabinet-supplier .cabinet-nav--public .cabinet-nav-footer {
        height: auto;
        width: auto; }
        .cabinet-supplier .cabinet-nav--public .cabinet-nav-footer__link {
          width: 56px;
          display: flex;
          flex-direction: column; }
          .cabinet-supplier .cabinet-nav--public .cabinet-nav-footer__link:hover {
            background: none; }
          .cabinet-supplier .cabinet-nav--public .cabinet-nav-footer__link--user {
            display: none; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav__header {
    display: none; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav-links {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav-list__item {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px; } }

@media only screen and (max-width: 1279px) {
  .cabinet-supplier .cabinet-nav-list__item--russian-jeweler {
    display: none; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-nav-footer {
    height: 40px;
    width: 25%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .cabinet-supplier .cabinet-nav-footer.open .cabinet-nav-footer__link {
      background: none; }
    .cabinet-supplier .cabinet-nav-footer__link {
      padding: 10px; }
      .cabinet-supplier .cabinet-nav-footer__link.cabinet-nav-list__link--active {
        background: #DCDDE2; } }

.cabinet-retailer-swiper {
  width: 100%;
  margin-top: 15px;
  position: relative;
  overflow: hidden; }
  .cabinet-retailer-swiper__prev, .cabinet-retailer-swiper__next {
    background: #DCDDE2;
    width: 40px;
    height: 40px;
    left: 0; }
    .cabinet-retailer-swiper__prev::after, .cabinet-retailer-swiper__next::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-25%, -50%) rotate(45deg);
      -ms-transform: translate(-25%, -50%) rotate(45deg);
      transform: translate(-25%, -50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-left: 2px solid #5D6075;
      border-bottom: 2px solid #5D6075; }
  .cabinet-retailer-swiper__next {
    right: 0;
    left: auto; }
    .cabinet-retailer-swiper__next::after {
      -webkit-transform: translate(-75%, -50%) rotate(-135deg);
      -ms-transform: translate(-75%, -50%) rotate(-135deg);
      transform: translate(-75%, -50%) rotate(-135deg); }

.cabinet-product-swiper-gallery {
  width: calc(100% - 96px);
  max-width: 440px;
  max-height: 440px;
  position: relative;
  overflow: hidden; }
  .cabinet-product-swiper-gallery__img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    background: #fff; }

.cabinet-product-swiper-thumbs {
  width: 64px;
  min-width: 64px;
  max-height: 444px;
  margin-right: 16px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cabinet-product-swiper-thumbs {
      margin-right: 12px; } }
  .cabinet-product-swiper-thumbs__img {
    width: 60px;
    height: 60px; }
  .cabinet-product-swiper-thumbs .swiper-slide {
    height: 64px !important;
    border: 2px solid transparent;
    margin-bottom: 16px !important; }
    .cabinet-product-swiper-thumbs .swiper-slide.active {
      border: 2px solid #E8E9EC;
      border-radius: 2px; }
    @media only screen and (max-width: 1024px) {
      .cabinet-product-swiper-thumbs .swiper-slide {
        margin-bottom: 12px !important; } }
    .cabinet-product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
      border: 2px solid #E8E9EC; }

@media only screen and (max-width: 1023px) {
  .cabinet-supplier .cabinet-product-swiper-gallery,
  .cabinet-adaptive .cabinet-product-swiper-gallery {
    width: 100%;
    max-width: 100%;
    max-height: 100%; } }

@media only screen and (max-width: 1023px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs,
  .cabinet-adaptive .cabinet-product-swiper-thumbs {
    width: 59px;
    min-width: 59px; } }

@media only screen and (max-width: 768px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs,
  .cabinet-adaptive .cabinet-product-swiper-thumbs {
    margin-right: 10px; } }

@media only screen and (max-width: 767px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs,
  .cabinet-adaptive .cabinet-product-swiper-thumbs {
    display: none; } }

@media only screen and (max-width: 768px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs .swiper-slide,
  .cabinet-adaptive .cabinet-product-swiper-thumbs .swiper-slide {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 1023px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs__img,
  .cabinet-adaptive .cabinet-product-swiper-thumbs__img {
    width: 55px;
    height: 55px; } }

@media only screen and (max-width: 1023px) {
  .cabinet-supplier .cabinet-product-swiper-thumbs .swiper-slide,
  .cabinet-adaptive .cabinet-product-swiper-thumbs .swiper-slide {
    height: 59px !important; } }

.cabinet-supplier .cabinet-product-swiper-pagination,
.cabinet-adaptive .cabinet-product-swiper-pagination {
  padding-top: 16px;
  position: relative;
  z-index: 1; }
  .cabinet-supplier .cabinet-product-swiper-pagination .swiper-pagination-bullet,
  .cabinet-adaptive .cabinet-product-swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px; }
    .cabinet-supplier .cabinet-product-swiper-pagination .swiper-pagination-bullet-active,
    .cabinet-adaptive .cabinet-product-swiper-pagination .swiper-pagination-bullet-active {
      background: #A2A4B0; }

.cabinet-product-detail {
  padding: 20px 0; }
  .cabinet-product-detail__lists-panel {
    margin-top: 12px; }
    .cabinet-product-detail__lists-panel-btn-cart {
      width: calc(100% - 300px); }
      .cabinet-product-detail__lists-panel-btn-cart button {
        width: 100%;
        min-width: 175px; }
  .cabinet-product-detail-nav--suppliers, .cabinet-product-detail-nav--suppliers-detail, .cabinet-product-detail-nav--settings {
    margin-top: 15px; }
  .cabinet-product-detail-nav__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    margin: 0 20px;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    display: block;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .cabinet-product-detail-nav__link:hover {
      color: #171B39;
      text-decoration: none; }
    .cabinet-product-detail-nav__link--unlink {
      cursor: auto; }
    @media only screen and (max-width: 767px) {
      .cabinet-product-detail-nav__link--new {
        font-size: 14px; } }
    @media only screen and (max-width: 1279px) {
      .cabinet-product-detail-nav__link {
        margin: 0 10px; } }
    .cabinet-product-detail-nav__link:first-child {
      margin-left: 0; }
    .cabinet-product-detail-nav__link:last-child {
      margin-right: 0; }
    .cabinet-product-detail-nav__link::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 2px solid #2C63DC;
      width: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .cabinet-product-detail-nav__link.active, .cabinet-product-detail-nav__link:hover {
      color: #2C63DC; }
      .cabinet-product-detail-nav__link.active::after, .cabinet-product-detail-nav__link:hover::after {
        width: 100%; }
  .cabinet-product-detail__add-to-cart {
    width: 100%;
    max-width: 136px; }
  .cabinet-product-detail__favorite {
    position: relative; }
    .cabinet-product-detail__favorite .cabinet__catalog-favorite_list {
      width: 100%;
      min-width: 250px;
      max-width: 300px;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 400px) {
        .cabinet-product-detail__favorite .cabinet__catalog-favorite_list {
          min-width: 180px; } }
      .cabinet-product-detail__favorite .cabinet__catalog-favorite_list::before {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail,
.cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail {
  height: fit-content; }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail {
      max-width: 640px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail-nav,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail-nav {
      white-space: nowrap;
      overflow-x: scroll; } }
  @media only screen and (max-width: 1023px) {
    .cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail-nav__link,
    .cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail-nav__link {
      font-size: 14px; } }
  .cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail__btn,
  .cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail__btn {
    max-width: 100%; }
    @media only screen and (max-width: 1023px) {
      .cabinet-supplier .cabinet-product-card--supplier .cabinet-product-detail__btn,
      .cabinet-adaptive .cabinet-product-card--supplier .cabinet-product-detail__btn {
        display: block;
        width: 100%;
        margin: 0 auto; } }

.cabinet-bottom-swiper {
  width: 100%;
  margin: 40px auto 10px;
  padding: 0 60px;
  border-top: 1px solid #E8E9EC;
  position: relative;
  overflow: hidden; }
  .cabinet-bottom-swiper__prev, .cabinet-bottom-swiper__next {
    width: 40px;
    height: 40px;
    left: 0;
    background: transparent; }
    .cabinet-bottom-swiper__prev::after, .cabinet-bottom-swiper__next::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-25%, -50%) rotate(45deg);
      -ms-transform: translate(-25%, -50%) rotate(45deg);
      transform: translate(-25%, -50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-left: 2px solid #5D6075;
      border-bottom: 2px solid #5D6075; }
  .cabinet-bottom-swiper__next {
    right: 0;
    left: auto; }
    .cabinet-bottom-swiper__next::after {
      -webkit-transform: translate(-75%, -50%) rotate(-135deg);
      -ms-transform: translate(-75%, -50%) rotate(-135deg);
      transform: translate(-75%, -50%) rotate(-135deg); }
  .cabinet-bottom-swiper__img {
    width: 96px;
    height: 96px; }
  .cabinet-bottom-swiper .swiper-slide {
    padding: 20px 0; }
    .cabinet-bottom-swiper .swiper-slide::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-top: 2px solid #4D84FE;
      width: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .cabinet-bottom-swiper .swiper-slide:hover::before {
      width: 100%; }

.cabinet-cart {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39; }
  .cabinet-cart__section {
    margin-top: 10px;
    padding-bottom: 90px; }
  .cabinet-cart__title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; }
    .cabinet-cart__title:hover {
      color: #171B39;
      text-decoration: none; }
    .cabinet-cart__title-label {
      color: #2C63DC;
      padding-left: 8px; }
      .cabinet-cart__title-label:hover {
        color: #2C63DC;
        text-decoration: none; }
    .cabinet-cart__title--mt {
      margin-top: 70px; }
  .cabinet-cart-table {
    margin: 25px 0 10px; }
    .cabinet-cart-table__row {
      border-bottom: 1px solid #E8E9EC; }
      .cabinet-cart-table__row--header {
        color: #8B8D9C; }
      .cabinet-cart-table__row:first-child {
        border-top: 1px solid #E8E9EC; }
    .cabinet-cart-table__cell {
      padding: 32px;
      width: 40%; }
      .cabinet-cart-table__cell:first-child {
        padding-left: 0;
        padding-right: 0;
        width: 96px; }
      .cabinet-cart-table__cell:nth-child(2) {
        width: calc(60% - 96px); }
      .cabinet-cart-table__cell:last-child {
        padding: 0; }
    .cabinet-cart-table__subrow {
      margin-top: 26px;
      margin-bottom: 26px; }
    .cabinet-cart-table__subcell {
      padding: 0 16px;
      width: calc( (100% - 40px)/3); }
      .cabinet-cart-table__subcell:last-child {
        width: 40px;
        padding-right: 0; }
      .cabinet-cart-table__subcell.bold {
        font-weight: 600; }
    .cabinet-cart-table__img {
      width: 96px;
      height: 96px; }
    .cabinet-cart-table__tags {
      margin-top: 8px;
      margin-bottom: 8px; }
    .cabinet-cart-table__input {
      border: none;
      border-radius: 2px;
      background: #F3F3F5;
      width: 64px;
      height: 32px;
      padding-left: 10px; }
      .cabinet-cart-table__input:disabled {
        background: transparent;
        color: #171B39; }
    .cabinet-cart-table__remove-btn {
      width: 15px;
      height: 16px;
      background: url(../img/icons/trash.svg) no-repeat center center;
      background-size: contain; }
    .cabinet-cart-table__add-size {
      color: #5D6075;
      margin: 32px 16px; }
    .cabinet-cart-table__select-size {
      display: inline-block;
      color: #2C63DC;
      margin: 0 8px;
      cursor: pointer; }
  .cabinet-cart__info {
    margin: 16px 0;
    width: 600px; }
  .cabinet-cart-checkbox {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .cabinet-cart-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .cabinet-cart-checkbox input:checked ~ .cabinet-cart-checkbox__checkmark {
        background-color: #2C63DC;
        border: 1px solid #2C63DC; }
        .cabinet-cart-checkbox input:checked ~ .cabinet-cart-checkbox__checkmark::after {
          display: block; }
    .cabinet-cart-checkbox__checkmark {
      position: absolute;
      top: 1px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: transparent;
      border: 1px solid #5D6075;
      border-radius: 2px; }
      .cabinet-cart-checkbox__checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .cabinet-cart-checkbox--no-label {
      height: 20px; }
    .cabinet-cart-checkbox--count {
      padding-left: 47px; }
    .cabinet-cart-checkbox__count {
      position: absolute;
      top: 0;
      left: 25px;
      line-height: 16px; }

.cabinet-cart-table--order .cabinet-cart-table__subcell {
  width: 33%; }
  .cabinet-cart-table--order .cabinet-cart-table__subcell:last-child {
    text-align: right; }

.login-header {
  position: relative;
  padding-top: 18px;
  text-align: center;
  margin-bottom: 20px; }
  .login-header a:hover {
    color: none;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .login-header {
      position: absolute;
      padding-top: 0;
      top: 32px;
      left: 0;
      text-align: left;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .login-header {
      top: 48px;
      left: 0; } }
  @media only screen and (min-width: 1280px) {
    .login-header {
      left: 32px;
      width: 72px; } }

.login-form {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  width: 100%;
  max-width: 352px;
  margin: 0 auto; }
  .login-form__title {
    margin-bottom: 40px;
    text-align: center; }
  .login-form__agreement {
    margin-top: 38px;
    margin-bottom: 24px; }
  .login-form__info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #5D6075;
    text-align: center; }
  .login-form__alredy-registered {
    margin-top: 24px;
    margin-bottom: 48px; }
  .login-form__home-link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 100px;
    color: #5D6075; }
    .login-form__home-link:hover {
      color: #171B39;
      text-decoration: none; }
    .login-form__home-link:hover {
      color: #5D6075; }
  .login-form__forget-link {
    display: block;
    text-align: center;
    margin: 32px 0; }

.error.text-center {
  margin-top: 64px; }

.error-image {
  margin-bottom: 24px; }

.error-title {
  margin-bottom: 24px; }

.signup-form {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  width: 512px;
  max-width: 100%;
  margin: 0 auto; }

.signup-btn {
  width: 352px;
  max-width: 100%; }

.signup-search__input {
  background-image: url(../img/search.svg);
  background-size: 33px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 5px 50%; }

.custom-radio {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .custom-radio input:checked ~ .custom-radio__checkmark {
      background-color: #2C63DC;
      border: 2px solid #2C63DC; }
      .custom-radio input:checked ~ .custom-radio__checkmark::after {
        display: block; }
  .custom-radio__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #A2A4B0;
    border-radius: 50%; }
    .custom-radio__checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.radio-right {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-right input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .radio-right input:checked ~ .radio-right__checkmark {
      background-color: #2C63DC;
      border: 2px solid #2C63DC; }
      .radio-right input:checked ~ .radio-right__checkmark::after {
        display: block; }
  .radio-right__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #A2A4B0;
    border-radius: 50%; }
    .radio-right__checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.add-product__header {
  justify-content: flex-start; }
  @media only screen and (max-width: 767px) {
    .add-product__header {
      justify-content: space-between; } }

.product-form {
  margin-left: 40px;
  width: 60%; }
  @media only screen and (max-width: 1023px) {
    .product-form {
      margin: 0;
      width: 100%; } }
  .product-form__progress {
    border-top: 2px solid #E8E9EC;
    padding-bottom: 24px;
    position: relative;
    max-width: 700px; }
    .product-form__progress::after {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      width: 0;
      border-top: 2px solid #2C63DC;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .product-form__title.required::after {
    content: '*';
    display: inline-block;
    color: red;
    margin-left: 5px; }
  @media only screen and (max-width: 767px) {
    .product-form__btn {
      display: block;
      width: 100%;
      margin: 0 auto; } }
  .product-form__btn-wrap {
    padding: 50px 0; }
  .product-form__price {
    padding-right: 25px; }
    .product-form__price-wrap {
      width: 100%;
      margin-right: 8px;
      position: relative; }
      .product-form__price-wrap::after {
        content: '₽';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .product-form__price-wrap-group {
        max-width: 352px; }
  .product-form__unit {
    position: relative;
    max-width: 352px; }
    .product-form__unit--w50 {
      max-width: 172px; }
    .product-form__unit-input {
      padding-right: 34px; }
    .product-form__unit-text {
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      line-height: 40px; }
  .product-form__images {
    margin: 40px -8px; }
    @media only screen and (max-width: 767px) {
      .product-form__images {
        margin-top: 20px; } }
  .product-form__img {
    width: 104px;
    height: 104px;
    background: #F3F3F5 url(../img/icons/plus.svg) no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .product-form__img {
        width: 80px;
        height: 80px; } }
    .product-form__img.uploaded {
      background: url(../img/product1.png) no-repeat center center;
      background-size: contain;
      cursor: default; }
    .product-form__img-wrap {
      position: relative;
      margin: 8px; }
  .product-form-insert {
    width: calc(100% - 80px); }
    @media only screen and (max-width: 1023px) {
      .product-form-insert {
        width: 100%; } }
    .product-form-insert__block {
      border: 1px solid #E8E9EC;
      padding: 24px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        .product-form-insert__block {
          border: none;
          border-bottom: 1px solid #E8E9EC;
          padding: 0;
          padding-bottom: 24px; } }
    .product-form-insert__col {
      margin-bottom: -24px; }
  .product-form-visibility__descr {
    padding-top: 8px;
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.5;
    color: #5D6075;
    max-width: 562px; }
  .product-form.step1 .product-form__progress::after {
    width: calc(100% / 7 * 1); }
  .product-form.step2 .product-form__progress::after {
    width: calc(100% / 7 * 2); }
  .product-form.step3 .product-form__progress::after {
    width: calc(100% / 7 * 3); }
  .product-form.step4 .product-form__progress::after {
    width: calc(100% / 7 * 4); }
  .product-form.step5 .product-form__progress::after {
    width: calc(100% / 7 * 5); }
  .product-form.step6 .product-form__progress::after {
    width: calc(100% / 7 * 6); }
  .product-form.step7 .product-form__progress::after {
    width: calc(100% / 7 * 7); }

.supplier-nav {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 40px; }
  @media only screen and (max-width: 1023px) {
    .supplier-nav {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .supplier-nav {
      -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; } }
  .supplier-nav--settings {
    margin-left: 0; }
  .supplier-nav__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    margin: 0 20px;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    display: block;
    position: relative; }
    .supplier-nav__link:hover {
      color: #171B39;
      text-decoration: none; }
    .supplier-nav__link:first-child {
      margin-left: 0; }
    .supplier-nav__link:last-child {
      margin-right: 0; }
    .supplier-nav__link::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 2px solid #2C63DC;
      width: 0;
      -webkit-transition: width 0.4s;
      -o-transition: width 0.4s;
      transition: width 0.4s; }
    .supplier-nav__link.active, .supplier-nav__link:hover {
      color: #2C63DC; }
      .supplier-nav__link.active::after, .supplier-nav__link:hover::after {
        width: 100%; }
    @media only screen and (max-width: 767px) {
      .supplier-nav__link {
        display: block;
        width: 100%;
        padding: 16px 0;
        margin: 0;
        border-bottom: 1px solid #E8E9EC;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px; }
        .supplier-nav__link:first-child {
          border-top: 1px solid #E8E9EC; }
        .supplier-nav__link.active, .supplier-nav__link:hover {
          color: #171B39; }
          .supplier-nav__link.active::after, .supplier-nav__link:hover::after {
            width: 7px; }
        .supplier-nav__link::after {
          width: 7px;
          height: 7px;
          border-left: 1px solid #171B39;
          border-bottom: 1px solid #171B39;
          left: auto;
          right: 16px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(-135deg);
          -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }

.supplier-settings {
  width: 60%; }
  @media only screen and (max-width: 1279px) {
    .supplier-settings {
      width: 100%; } }
  .supplier-settings__info {
    max-width: 450px; }
  .supplier-settings__note {
    margin-top: 10px;
    border-top: 1px solid #E8E9EC;
    padding-top: 16px;
    max-width: 600px;
    font-size: 12px;
    line-height: 18px; }
    @media only screen and (max-width: 767px) {
      .supplier-settings__note {
        margin-top: 0;
        padding-top: 0;
        border: none; } }
  .supplier-settings__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    color: #2C63DC; }
    .supplier-settings__link:hover {
      color: #171B39;
      text-decoration: none; }
    .supplier-settings__link:hover {
      color: #2C63DC; }

.app-dropdown {
  min-width: 112px;
  max-width: 280px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 8px;
  padding: 8px 0;
  min-width: 180px;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .app-dropdown__main-menu {
      border-bottom: 1px solid #E8E9EC;
      padding-bottom: 2px;
      margin-bottom: 2px; } }
  .app-dropdown--bottom {
    bottom: auto;
    top: calc(100% + 8px); }
  .app-dropdown--right {
    right: 0;
    left: auto; }
  .app-dropdown--left {
    right: auto;
    left: 0; }
  .app-dropdown--nav {
    right: 6px;
    left: auto; }
    @media only screen and (max-width: 1280px) {
      .app-dropdown--nav {
        left: 8px;
        right: auto; } }
    @media only screen and (max-width: 767px) {
      .app-dropdown--nav {
        right: 5px;
        left: auto; } }
  .app-dropdown__item {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    color: #171B39;
    padding: 10px 16px; }
    .app-dropdown__item:hover {
      background: #F3F3F5;
      text-decoration: none;
      color: #171B39; }
    .app-dropdown__item.active {
      background: #F3F7FF;
      color: #2C63DC; }
    .app-dropdown__item.disabled {
      opacity: 0.5; }
  .app-dropdown__section {
    margin-bottom: 8px;
    border-bottom: 1px solid #E8E9EC; }

.app-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 1000; }

.app-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 400px;
  min-height: 100px;
  background: #fff;
  border-radius: 2px;
  padding: 24px;
  max-height: 95vh;
  overflow-y: auto;
  z-index: 1001; }
  .app-modal--invitation {
    max-width: 608px;
    padding: 40px 48px 48px; }
    @media only screen and (max-width: 767px) {
      .app-modal--invitation {
        padding: 24px 16px; } }
  .app-modal--loader {
    padding-bottom: 32px; }
    .app-modal--loader .app-modal__footer button {
      margin-top: 8px; }
  .app-modal__close {
    width: 32px;
    height: 32px;
    background: url("../img/close-btn.svg") no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }
  .app-modal__error {
    width: 20px;
    height: 20px;
    background: url("../img/icons/cancel.svg") no-repeat center center;
    background-size: contain;
    margin-left: 2px;
    margin-right: 10px; }
  .app-modal__body {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    margin: 16px 0; }
  .app-modal__btn {
    margin-left: 16px; }
  .app-modal__message {
    border: 2px solid #FFC238;
    border-radius: 2px;
    padding: 8px; }
  .app-modal__icon {
    width: 24px;
    height: 24px;
    background: url("../img/icons/alert-triangle.svg") no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    flex-shrink: 0; }
  .app-modal__list {
    border-bottom: 1px solid #E8E9EC;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px; }
    .app-modal__list:first-child {
      border-top: 1px solid #E8E9EC;
      margin-top: 25px; }
  .app-modal__footer button {
    margin-top: 16px;
    margin-left: 16px; }
  .app-modal__subtitle {
    text-align: left; }
  .app-modal .caption {
    color: #5D6075;
    margin-bottom: 0; }

.lists-box {
  position: relative; }
  .lists-box__select {
    position: relative;
    width: calc(100% - 38px);
    height: 40px;
    background: #F3F3F5;
    padding: 10px;
    padding-right: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden; }
    .lists-box__select::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 26px;
      height: 100%;
      background: #F3F3F5; }
    .lists-box__select::after {
      display: block;
      content: '';
      position: absolute;
      top: 16px;
      right: 12px;
      width: 6px;
      height: 6px;
      border-left: 1px solid #171B39;
      border-bottom: 1px solid #171B39;
      transform: rotate(-45deg);
      transition: 0.2s; }
    .lists-box__select.open {
      color: #8B8D9C;
      font-size: 13px;
      width: 100%; }
  .lists-box__dropdown {
    margin-top: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    background: #fff;
    padding: 8px 0; }
  .lists-box__save-btn {
    display: block;
    width: calc(100% - 16px);
    margin: 8px;
    margin-top: 4px; }
  .lists-box__list {
    margin: 0; }
    .lists-box__list-item {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      padding: 10px 16px; }
  .lists-box-saved {
    position: relative; }
    .lists-box-saved__list {
      margin: 0; }
      .lists-box-saved__list-item {
        height: 32px;
        line-height: 32px;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        margin-bottom: 3px; }
    .lists-box-saved__trash {
      position: absolute;
      top: 0;
      right: 0; }

.dashboard-row {
  margin-right: -20px;
  margin-left: -20px; }
  @media only screen and (max-width: 1279px) {
    .dashboard-row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media only screen and (max-width: 1023px) {
    .dashboard-row {
      margin-left: -4px;
      margin-right: -4px; } }

.dashboard-card {
  padding-left: 12px;
  padding-right: 12px; }
  @media only screen and (max-width: 1023px) {
    .dashboard-card {
      padding-left: 4px;
      padding-right: 4px; } }
  @media only screen and (max-width: 1023px) {
    .dashboard-card {
      padding-bottom: 8px; } }
  .dashboard-card--useful-links {
    padding-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .dashboard-card--useful-links {
        padding-bottom: 8px; } }
    .dashboard-card--useful-links__link {
      text-decoration: none !important; }
  .dashboard-card--line .dashboard-card__content {
    border: 2px solid #E8E9EC;
    height: auto;
    padding: 22px; }
  .dashboard-card--line .dashboard-card__title {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 18px; }
  .dashboard-card--line .dashboard-card__total {
    margin-top: 0;
    margin-left: 16px; }
  .dashboard-card__content {
    background: #fff;
    padding: 24px;
    height: 100%;
    border-radius: 4px;
    color: inherit; }
    .dashboard-card__content--p16 {
      padding: 16px; }
    .dashboard-card__content--useful-links {
      padding: 20px; }
      @media only screen and (max-width: 1023px) {
        .dashboard-card__content--useful-links {
          padding: 12px; } }
  .dashboard-card__descr {
    max-width: 110px;
    padding-right: 24px; }
  .dashboard-card__chart {
    width: 100%; }
    .dashboard-card__chart--empty {
      border-bottom: 2px solid #DCDDE2;
      min-height: 120px; }
    .dashboard-card__chart-line {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 80px; }
  .dashboard-card__title {
    color: #A2A4B0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .dashboard-card__total {
    margin-top: 22px;
    font-weight: 600;
    font-size: 24px; }
  .dashboard-card__diff {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: right; }
    .dashboard-card__diff.green {
      color: #148B5D; }
    .dashboard-card__diff.red {
      color: #C0001D; }
    .dashboard-card__diff.gray {
      color: #D1D1D7; }
  .dashboard-card__product-chart {
    width: 100%;
    position: relative; }
    .dashboard-card__product-chart canvas {
      max-width: 248px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .dashboard-card__product-chart canvas {
          max-width: 200px; } }
    .dashboard-card__product-chart label {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-weight: 600;
      font-size: 20px; }
  .dashboard-card__product-legend {
    width: 100%;
    padding-left: 16px; }
    @media only screen and (max-width: 767px) {
      .dashboard-card__product-legend {
        max-width: 230px;
        margin: 0 auto; } }
    .dashboard-card__product-legend-item {
      margin-bottom: 16px; }
      .dashboard-card__product-legend-item:last-child {
        margin-bottom: 0; }
    .dashboard-card__product-legend-colorbox {
      width: 12px;
      height: 12px;
      border-radius: 100%; }
      .dashboard-card__product-legend-colorbox.green {
        background: #5BD7A8; }
      .dashboard-card__product-legend-colorbox.gold {
        background: #FFDA85; }
      .dashboard-card__product-legend-colorbox.red {
        background: #FF90A1; }
      .dashboard-card__product-legend-colorbox.blue {
        background: #A3BFFF; }
    .dashboard-card__product-legend-descr {
      width: 120px;
      padding-left: 12px;
      padding-right: 12px; }

.dashboard-product__row {
  padding-top: 8px;
  padding-bottom: 8px; }

.dashboard-product__img {
  width: 48px;
  height: 48px; }

.dashboard-product__link {
  padding-left: 24px; }
  @media only screen and (max-width: 767px) {
    .dashboard-product__link {
      padding-left: 8px; } }
  .dashboard-product__link span {
    display: inline-block;
    margin-right: 8px;
    color: #5D6075; }

.dashboard-product__icon {
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background: url("../img/icons/visibility.svg") no-repeat center center;
  background-size: contain; }

.dashboard-product__pc {
  font-weight: 600;
  font-size: 14px;
  color: #A2A4B0;
  padding-left: 8px; }

.dashboard-brand__row {
  margin-left: -12px;
  margin-right: -12px; }

.dashboard-brand__card {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 25%;
  max-width: 296px; }
  @media only screen and (max-width: 1023px) {
    .dashboard-brand__card {
      width: 100%;
      max-width: 220px;
      flex-shrink: 0; } }

.dashboard-brand__row-retailer {
  margin-left: -15px;
  margin-right: -15px; }

.dashboard-brand__card-retailer {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 296px; }
  @media only screen and (max-width: 1023px) {
    .dashboard-brand__card-retailer {
      width: 100%;
      max-width: 240px;
      flex-shrink: 0; } }

.dashboard-brand__content {
  background: #fff;
  padding: 14px;
  height: 100%;
  border-radius: 4px; }
  .dashboard-brand__content--retailer {
    padding-bottom: 54px; }

.dashboard-brand__img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto; }

.dashboard-brand__title {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #5D6075;
  margin-top: 16px; }

.dashboard-brand__count {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 18px; }
  .dashboard-brand__count span {
    display: block;
    font-size: 12px;
    color: #8B8D9C; }

.dashboard-goldnet__content {
  background: #4D84FE; }
  .dashboard-goldnet__content:hover {
    background: #2C63DC;
    text-decoration: none; }

.dashboard-goldnet__img {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1) url("../img/icons/supplier-white.svg") no-repeat center center;
  background-size: 25px 25px;
  border-radius: 4px; }
  .dashboard-goldnet__img--retailer {
    background: rgba(255, 255, 255, 0.1) url("../img/icons/retailer-white.svg") no-repeat center center;
    background-size: 25px 25px; }
  .dashboard-goldnet__img--product {
    background: rgba(255, 255, 255, 0.1) url("../img/icons/product-white.svg") no-repeat center center;
    background-size: 25px 25px; }
  .dashboard-goldnet__img--brands {
    background: rgba(255, 255, 255, 0.1) url("../img/icons/brands-white.svg") no-repeat center center;
    background-size: 25px 25px; }

.dashboard-goldnet__descr {
  width: calc(100% - 64px);
  padding-left: 16px; }
  .dashboard-goldnet__descr-title {
    font-weight: 600;
    font-size: 24px;
    display: block;
    color: #fff;
    margin-bottom: 14px; }
  .dashboard-goldnet__descr-text {
    font-size: 14px;
    color: #fff;
    opacity: 0.8; }

.dashboard-useful-links__img {
  width: 72px;
  height: 72px;
  border-radius: 4px; }

.dashboard-useful-links__descr {
  width: calc(100% - 72px);
  max-width: 600px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #5D6075; }
  @media only screen and (max-width: 767px) {
    .dashboard-useful-links__descr {
      font-size: 12px; } }

.dashboard-useful-links__title {
  font-weight: 600;
  font-size: 16px;
  color: #171B39;
  margin-bottom: 4px; }
  @media only screen and (max-width: 767px) {
    .dashboard-useful-links__title {
      font-size: 14px; } }

.dashboard-useful-links__link-icon {
  margin-right: 27px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/external-link.svg") no-repeat center center;
  background-size: contain; }
  @media only screen and (max-width: 1023px) {
    .dashboard-useful-links__link-icon {
      margin-right: 0; } }

.dashboard-product-type__row {
  margin-right: -8px;
  margin-left: -8px; }

.dashboard-product-type__card {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 160px; }
  @media only screen and (max-width: 639px) {
    .dashboard-product-type__card {
      min-width: 100%;
      padding-top: 0; } }
  .dashboard-product-type__card:hover .dashboard-product-type__content {
    border: 2px solid #A3BFFF;
    color: #2C63DC;
    transition: border-color 0.5s; }
    .dashboard-product-type__card:hover .dashboard-product-type__content span {
      color: #729EFF; }

.dashboard-product-type__content {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  cursor: pointer;
  background: #fff;
  padding: 18px 16px;
  height: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #fff;
  transition: border-color 0.5s; }
  .dashboard-product-type__content:hover {
    color: #171B39;
    text-decoration: none; }
  .dashboard-product-type__content span {
    color: #A2A4B0;
    padding-left: 40px;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .dashboard-product-type__content span {
        padding-left: 10px; } }

.dashboard-empty__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 196px; }
  .dashboard-empty__img--goods {
    max-width: 208px;
    margin: 0; }
  .dashboard-empty__img--search {
    height: 96px; }

.dashboard-empty__descr {
  padding-top: 32px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.6;
  color: #8B8D9C; }
  .dashboard-empty__descr--goods {
    margin: 0;
    margin-left: 48px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .dashboard-empty__descr--goods {
        margin-left: 0; } }

.dashboard-empty__title {
  font-size: 14px;
  line-height: 1.4;
  color: #5D6075;
  padding-bottom: 8px; }

.dashboard-scrollable__wrap {
  width: 100%; }
  @media only screen and (max-width: 639px) {
    .dashboard-scrollable__wrap--retailer {
      overflow-x: hidden; } }

.dashboard-scrollable__content {
  min-width: 900px;
  padding-bottom: 5px; }
  @media only screen and (max-width: 1022px) {
    .dashboard-scrollable__content {
      min-width: 100%; } }

.dashboard-scrollable__wrap-brand {
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .dashboard-scrollable__content-brand {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .dashboard-outer-section {
    margin-left: -12px;
    margin-right: -12px; } }

.dashboard__back-link {
  width: 32px;
  height: 32px;
  min-height: 32px;
  background: url(../img/arrow_back.svg) no-repeat center center;
  background-size: 20px 20px; }

.dashboard-list__section {
  margin-left: 48px; }
  @media only screen and (max-width: 767px) {
    .dashboard-list__section {
      margin-left: 0; } }

.dashboard-list__search {
  max-width: 360px !important; }

.dashboard-list__cell {
  min-width: 210px;
  max-width: 50%; }
  @media only screen and (max-width: 767px) {
    .dashboard-list__cell {
      max-width: 100%; } }
  .dashboard-list__cell-name {
    font-weight: 600;
    font-size: 14px;
    color: #171B39; }
    .dashboard-list__cell-name a {
      color: #171B39;
      text-decoration: none; }

.dashboard-list__logo-right {
  width: 56px;
  height: 56px; }

.dashboard-list__logo-left {
  width: 64px;
  height: 64px; }

.dashboard-list__btn {
  max-width: 194px; }

.dashboard-list__value {
  min-width: 105px; }
  @media only screen and (max-width: 767px) {
    .dashboard-list__value {
      min-width: 65px; } }
  .dashboard-list__value-icon {
    width: 16px;
    margin-right: 8px; }
    .dashboard-list__value-icon img {
      width: 100%; }
  .dashboard-list__value-number {
    font-size: 14px;
    line-height: 1;
    margin-top: 4px; }

.dashboard-list__arrow {
  background-image: url(../img/icons/arrow-3.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px; }
  .dashboard-list__arrow.active {
    transform: rotate(90deg); }

.dashboard-list__down {
  cursor: pointer; }

.dashboard-list__catalog:hover {
  text-decoration: none; }

.dashboard__form-bold {
  font-weight: 600;
  font-size: 14px; }

.dashboard-invitation {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 1023px) {
    .dashboard-invitation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .dashboard-invitation__left {
    width: calc(100% - 248px);
    padding-right: 24px; }
    @media only screen and (max-width: 1023px) {
      .dashboard-invitation__left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px; } }
  .dashboard-invitation__right {
    width: 187px; }
    .dashboard-invitation__right .cabinet-btn--big {
      height: 40px;
      padding: 0; }
    @media only screen and (max-width: 1023px) {
      .dashboard-invitation__right {
        width: 100%; } }
  .dashboard-invitation__title {
    margin-bottom: 16px; }
  .dashboard-invitation__btn {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .dashboard-invitation__btn {
        max-width: 187px; } }

.dashboard-stats__row {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 1022px) {
    .dashboard-stats__row {
      flex-direction: column; } }

.dashboard-stats__col {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px; }
  @media only screen and (max-width: 1023px) {
    .dashboard-stats__col {
      width: 100%;
      max-width: 240px;
      flex-shrink: 0; } }
  @media only screen and (max-width: 1022px) {
    .dashboard-stats__col {
      max-width: 100%; } }

.filters-panel {
  position: relative;
  margin-top: 16px;
  margin-bottom: 20px; }
  .filters-panel--border-bottom {
    margin-bottom: 32px;
    padding-bottom: 16px; }
    .filters-panel--border-bottom::after {
      display: block;
      content: '';
      width: 100vw;
      height: 0;
      border-top: 2px solid #E8E9EC;
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; }
      @media only screen and (max-width: 767px) {
        .filters-panel--border-bottom::after {
          width: 110vw; } }
  .filters-panel__row {
    margin-left: -8px;
    margin-right: -8px; }
  .filters-panel__col {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px; }
  .filters-panel__mob-btn {
    flex-shrink: 0; }
  .filters-panel-search {
    position: relative;
    width: 100%;
    max-width: 500px; }
    .filters-panel-search__input {
      padding-left: 40px;
      padding-right: 40px;
      max-width: 500px; }
    .filters-panel-search__label {
      position: absolute;
      top: 50%;
      left: 3px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background: url(../img/search.svg) no-repeat center center;
      background-size: contain;
      margin: 0;
      cursor: pointer; }
    .filters-panel-search__clear {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background: url(../img/close-btn.svg) no-repeat center center;
      background-size: contain;
      margin: 0;
      cursor: pointer; }
  .filters-panel_text {
    width: 600px; }
    @media screen and (max-width: 767px) {
      .filters-panel_text {
        width: 100%; } }

.fade-enter-active,
.fade-leave-active {
  transition-property: opacity;
  transition-duration: .2s; }

.fade-enter-active {
  transition-delay: .2s; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

@media only screen and (min-width: 768px) {
  .fade-d-enter-active,
  .fade-d-leave-active {
    transition-property: opacity;
    transition-duration: .2s; } }

@media only screen and (min-width: 768px) {
  .fade-d-enter-active {
    transition-delay: .2s; } }

.fade-d-enter,
.fade-d-leave-active {
  opacity: 0; }

.icon-star {
  background-image: url(../img/icons/favorite-black.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px; }

.icon-lock {
  background-image: url(../img/icons/lock.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px; }

.icon-unlock {
  background-image: url(../img/icons/unlock.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px; }

.access-control__search {
  max-width: 360px; }

.access-control__cell {
  width: calc(100% - 520px);
  padding-top: 28px;
  padding-bottom: 28px; }
  .access-control__cell:nth-child(2) {
    width: 200px; }
  .access-control__cell:last-child {
    width: 320px; }
  @media only screen and (max-width: 767px) {
    .access-control__cell {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; }
      .access-control__cell:first-child {
        padding-top: 24px; }
      .access-control__cell:nth-child(2) {
        padding-top: 16px;
        padding-bottom: 8px;
        width: 100%; }
      .access-control__cell:last-child {
        padding-bottom: 24px;
        width: 100%; } }

.access-control__name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.access-control__address {
  font-size: 12px; }

.access-control__approved {
  color: #5D6075; }

.access-control__brand {
  background: #F3F3F5;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .access-control__brand {
      margin-left: 0; } }

.bootstrap-select.multiple .text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  padding-left: 26px;
  position: relative;
  outline: none;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .bootstrap-select.multiple .text::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #A2A4B0;
    border-radius: 2px; }
  .bootstrap-select.multiple .text::after {
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.bootstrap-select.multiple .dropdown-item.selected .text::before {
  background-color: #2C63DC;
  border: 2px solid #2C63DC; }

.bootstrap-select.multiple .dropdown-item.selected .text::after {
  display: block; }

.bootstrap-select.multiple .dropdown-item.disabled .text::before {
  display: none; }

.bootstrap-select.multiple .dropdown-item.disabled .text::after {
  display: none; }

.bootstrap-select.multiple .bs-ok-default::after {
  display: none; }

.bootstrap-select .dropdown-item {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 352px;
  overflow: hidden;
  outline: none; }

.bootstrap-select .bs-searchbox {
  position: relative; }
  .bootstrap-select .bs-searchbox::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/search.svg) no-repeat center center;
    background-size: contain; }
  .bootstrap-select .bs-searchbox input {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    position: relative;
    border: none;
    border-radius: 2px;
    background: #F3F3F5;
    outline: none;
    height: 32px;
    padding: 6px 12px; }
    .bootstrap-select .bs-searchbox input:hover {
      background: #F3F3F5; }
    .bootstrap-select .bs-searchbox input:focus, .bootstrap-select .bs-searchbox input:active {
      background: #E3ECFF; }
    .bootstrap-select .bs-searchbox input:disabled, .bootstrap-select .bs-searchbox input.disabled {
      opacity: 0.7; }

.bootstrap-select .filter-option-inner-inner {
  font-size: 14px; }

.bootstrap-select .dropdown-toggle {
  outline: none !important; }
  .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
    outline: none !important;
    box-shadow: none !important; }

.bootstrap-select .actions-btn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  background: transparent !important;
  color: #2C63DC !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left; }

.bootstrap-select .bs-select-all {
  display: none; }

.selectpicker--not-selected .bs-actionsbox {
  display: none; }

.selectpicker-wrap {
  position: relative;
  max-width: 352px; }
  .selectpicker-wrap--truncate .filter-option-inner-inner {
    width: calc(100% - 30px);
    text-overflow: ellipsis; }

.selectpicker-label {
  background: #2C63DC;
  height: 16px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  padding: 0 5px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip .tooltip-inner {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 16px;
    color: #fff;
    background-color: #454961;
    border-radius: 2px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 4px;
    border-color: #454961;
    z-index: 1; }
  .tooltip[x-placement^='top'] {
    margin-bottom: 5px; }
    .tooltip[x-placement^='top'] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^='bottom'] {
    margin-top: 5px; }
    .tooltip[x-placement^='bottom'] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^='right'] {
    margin-left: 5px; }
    .tooltip[x-placement^='right'] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^='left'] {
    margin-right: 5px; }
    .tooltip[x-placement^='left'] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s; }

.help {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../img/icons/help.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10000;
  transition: bottom 0.4s; }
  .help--up {
    bottom: 80px;
    transition: bottom 0.4s; }
  .help__screenshot {
    height: 170px; }
    .help__screenshot--static {
      background: url(../img/help-screenshot.jpg) no-repeat center center;
      background-size: contain; }
  .help__info {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    color: #5D6075; }
    .help__info.error {
      color: #C0001D; }
  .help__file {
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    background: url(../img/icons/file.svg) no-repeat left center;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .help__file-remove {
      width: 32px;
      height: 32px;
      background: url(../img/close-btn-gray.svg) no-repeat center center;
      background-size: 12px 12px;
      cursor: pointer; }

.loading-state__filter {
  position: relative;
  background: #F3F3F5;
  border-radius: 2px;
  height: 40px; }
  .loading-state__filter::before, .loading-state__filter::after {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    height: 16px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px; }
  .loading-state__filter::before {
    left: 16px;
    width: calc(100% - 56px);
    background: linear-gradient(90deg, #ddd, #e8e8e8 40px, #ddd 80px);
    animation: linearAnim 20s infinite linear; }

@keyframes linearAnim {
  0% {
    background-position: -100px 0px; }
  100% {
    background-position: 2040px 0px; } }
  .loading-state__filter::after {
    right: 16px;
    width: 16px; }

.loading-state__sort {
  background: #F3F3F5;
  border-radius: 2px;
  height: 32px;
  width: 208px; }

.loading-state__view {
  background: #F3F3F5;
  border-radius: 2px;
  height: 32px;
  width: 64px; }

.loading-state__pagination {
  background: #F3F3F5;
  border-radius: 2px;
  height: 32px;
  width: 100%; }
  .loading-state__pagination-info {
    background: #F3F3F5;
    border-radius: 2px;
    height: 20px;
    width: 104px; }
  .loading-state__pagination-size {
    background: #F3F3F5;
    border-radius: 2px;
    height: 32px;
    width: 80px; }

.loading-state__catalog-image {
  width: 100%;
  height: 224px;
  background: #F3F3F5;
  border-radius: 4px;
  z-index: 10; }
  .loading-state__catalog-image-wrap::after {
    background: #F3F3F5; }

.loading-state__catalog-title {
  background: #F3F3F5;
  border-radius: 2px;
  height: 20px;
  width: 84px; }

.loading-state__catalog-cat {
  background: #F3F3F5;
  border-radius: 2px;
  height: 20px;
  width: 224px; }

.loading-state__catalog-tag {
  background: #F3F3F5;
  border-radius: 2px;
  height: 20px;
  width: 140px; }

.loading-state__catalog-price {
  background: #F3F3F5;
  border-radius: 2px;
  height: 20px;
  width: 112px;
  margin-top: 20px; }

.loading-state__catalog-cart {
  background: #F3F3F5;
  border-radius: 2px;
  height: 32px;
  width: 100%; }

.cabinet__catalog--table .loading-state__catalog-image {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  margin-left: 8px;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto; }

.cabinet__catalog--table .loading-state__catalog-price {
  margin-top: 0; }

.home-container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  @media screen and (min-width: 641px) {
    .home-container {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 1025px) {
    .home-container {
      max-width: calc(1168px + 64px); } }

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

.home-col {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  padding-right: 16px;
  padding-left: 16px; }

.home-section {
  padding-top: 104px;
  padding-bottom: 104px; }

.home__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 32px; }
  @media screen and (min-width: 641px) {
    .home__title {
      font-size: 36px;
      line-height: 49px; } }

.home__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px; }

.home-full-height {
  min-height: calc(100vh - 136px);
  overflow: hidden; }
  @media screen and (min-width: 641px) {
    .home-full-height {
      min-height: calc(100vh - 148px); } }

.home-header {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }
  .home-header__content {
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 641px) {
      .home-header__content {
        flex-direction: row;
        justify-content: space-between; } }
  .home-header__entrances-to-personal-accounts a:first-of-type {
    margin-right: 42px; }
  .home-header__logo {
    margin-bottom: 30px; }
    @media screen and (min-width: 641px) {
      .home-header__logo {
        margin-bottom: 0; } }
    .home-header__logo img {
      width: 145px;
      height: 20px; }
  .home-header__link {
    color: #2C63DC;
    position: relative; }
    .home-header__link:hover, .home-header__link:active {
      text-decoration: none;
      color: #2C63DC; }
    .home-header__link--external::after {
      display: inline-block;
      content: '';
      position: relative;
      width: 12px;
      height: 12px;
      background: url(../img/icons/external-link-blue.svg) no-repeat center center;
      background-size: contain;
      margin-left: 6px; }
    .home-header__link span {
      display: none; }
      @media screen and (min-width: 641px) {
        .home-header__link span {
          display: inline; } }

.home-hero {
  color: #171B39;
  padding-top: 32px;
  padding-bottom: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 1025px) {
    .home-hero {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .home-hero__left {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .home-hero__left {
        width: 50%;
        padding-right: 32px; } }
    .home-hero__left .home-hero__img {
      margin-bottom: 32px; }
      @media screen and (min-width: 1025px) {
        .home-hero__left .home-hero__img {
          display: none; } }
  .home-hero__right {
    display: none; }
    @media screen and (min-width: 1025px) {
      .home-hero__right {
        display: block;
        width: 50%; } }
  .home-hero__title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 32px; }
    @media screen and (min-width: 641px) {
      .home-hero__title {
        font-size: 36px;
        line-height: 49px; } }
    @media screen and (min-width: 1025px) {
      .home-hero__title {
        margin-bottom: 16px; } }
  .home-hero__img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media screen and (min-width: 641px) {
    .home-hero__descr {
      max-width: 75%; } }
  @media screen and (min-width: 1025px) {
    .home-hero__descr {
      max-width: 100%; } }
  .home-hero__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px; }
  .home-hero__support {
    margin-bottom: 32px;
    padding: 16px;
    border: 1px solid #E8E9EC;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-hero__support-logo {
      width: 46px;
      height: 46px;
      margin-right: 16px; }
    .home-hero__support-text {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39; }
      .home-hero__support-text a {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #171B39;
        cursor: pointer;
        color: #2C63DC; }
        .home-hero__support-text a:hover {
          color: #171B39;
          text-decoration: none; }
        .home-hero__support-text a:hover, .home-hero__support-text a:active {
          color: #2C63DC;
          text-decoration: none; }
  .home-hero__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 641px) {
      .home-hero__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .home-hero__btns a {
      width: 100%;
      margin-bottom: 32px; }
      @media screen and (min-width: 641px) {
        .home-hero__btns a {
          margin-bottom: 0;
          margin-right: 24px;
          width: auto; } }
      @media screen and (min-width: 1200px) {
        .home-hero__btns a {
          width: 100%; } }
      .home-hero__btns a:last-child {
        margin-bottom: 0; }
        @media screen and (min-width: 641px) {
          .home-hero__btns a:last-child {
            margin-right: 0; } }

.home__btn {
  display: block;
  height: 56px;
  background-color: #2C63DC;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  white-space: nowrap;
  max-width: 350px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: background 0.3s; }
  @media screen and (min-width: 641px) {
    .home__btn {
      max-width: 256px; } }
  .home__btn:hover, .home__btn:active {
    color: #fff;
    background: #4D84FE;
    text-decoration: none;
    transition: background 0.3s; }
  .home__btn:active {
    background: #1045B7; }
  @media screen and (min-width: 641px) {
    .home__btn--fit {
      max-width: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

.home-advantages {
  padding-bottom: 104px; }
  .home-advantages__row {
    margin-bottom: -56px; }
  .home-advantages-item {
    font-family: Open Sans;
    color: #171B39;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 56px; }
    @media screen and (min-width: 641px) {
      .home-advantages-item {
        max-width: 50%; } }
    @media screen and (min-width: 1025px) {
      .home-advantages-item {
        max-width: 25%; } }
    .home-advantages-item__title {
      font-weight: bold;
      font-size: 36px;
      line-height: 49px;
      padding-bottom: 8px; }
    .home-advantages-item__descr {
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }

.home-steps {
  padding-top: 104px;
  padding-bottom: 104px;
  background: #F3F7FF; }
  .home-steps__row {
    margin-bottom: -32px; }
  .home-steps-item {
    font-family: Open Sans;
    color: #171B39;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 32px; }
    @media screen and (min-width: 641px) {
      .home-steps-item {
        max-width: 50%; } }
    @media screen and (min-width: 1025px) {
      .home-steps-item {
        max-width: 25%; } }
    .home-steps-item__content {
      background: #fff;
      border-radius: 8px;
      padding: 24px;
      height: 100%; }
    .home-steps-item__label {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #E3ECFF;
      color: #1045B7;
      font-weight: bold;
      font-size: 16px;
      line-height: 32px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap; }
    .home-steps-item__img {
      background: url(../img/icons/home-step-1.png) no-repeat center center;
      background-size: contain;
      height: 80px;
      margin-top: 8px;
      margin-bottom: 8px; }
      .home-steps-item__img--2 {
        background: url(../img/icons/home-step-2.svg) no-repeat center center;
        background-size: contain; }
      .home-steps-item__img--3 {
        background: url(../img/icons/home-step-3.svg) no-repeat center center;
        background-size: contain; }
      .home-steps-item__img--4 {
        background: url(../img/icons/home-step-4.svg) no-repeat center center;
        background-size: contain; }
    .home-steps-item__text {
      padding: 0 16px 16px;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }

.home-about {
  font-family: Open Sans;
  color: #171B39;
  padding-top: 104px;
  padding-bottom: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .home-about {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .home-about__h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }
  .home-about__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px; }
  .home-about__btns {
    margin-bottom: 32px; }
    @media screen and (min-width: 769px) {
      .home-about__btns {
        margin-bottom: 0; } }
  .home-about__descr {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 769px) {
      .home-about__descr {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 32px; } }
    @media screen and (min-width: 1025px) {
      .home-about__descr {
        width: 37.5%; } }
    @media screen and (min-width: 769px) {
      .home-about__descr--right {
        padding-right: 0;
        padding-left: 32px; } }
  .home-about__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 769px) {
      .home-about__img {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
    @media screen and (min-width: 1025px) {
      .home-about__img {
        width: 62.5%; } }
    .home-about__img img {
      max-width: 100%;
      height: auto;
      display: block; }

.home-partners {
  padding-top: 104px;
  padding-bottom: 104px;
  background: #F3F7FF; }
  .home-partners__row {
    margin-bottom: -32px; }
  .home-partners-item {
    font-family: Open Sans;
    color: #171B39;
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 32px; }
    @media screen and (min-width: 641px) {
      .home-partners-item {
        max-width: 25%; } }
    .home-partners-item__content {
      display: block;
      background: #fff;
      border-radius: 8px;
      padding: 24px;
      height: 100%; }
    .home-partners-item__img {
      width: 80px;
      height: 80px;
      display: block;
      margin: 0 auto; }

.unsubscribe__wrap {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media screen and (min-width: 769px) {
    .unsubscribe__wrap {
      max-width: 528px;
      margin: 0 auto;
      border: 1px solid #D1D1D7;
      border-radius: 8px;
      padding: 48px;
      margin-top: 24px;
      margin-bottom: 24px; } }

.unsubscribe__title {
  margin-bottom: 16px; }

.unsubscribe__text {
  margin-bottom: 40px; }

.unsubscribe__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 400px) {
    .unsubscribe__btns {
      -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; } }

.unsubscribe__btn {
  display: block;
  width: max-content;
  margin-bottom: 16px; }
  @media screen and (min-width: 400px) {
    .unsubscribe__btn {
      margin-bottom: 0;
      margin-right: 16px; }
      .unsubscribe__btn:last-child {
        margin-right: 0; } }

.cookie-alert {
  position: fixed;
  z-index: 100000;
  width: 100%;
  bottom: 30px;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .cookie-alert {
      bottom: 0; } }
  .cookie-alert__wrap-cabinet {
    padding-left: 280px; }
    @media only screen and (max-width: 1279px) {
      .cookie-alert__wrap-cabinet {
        padding-left: 56px; } }
    @media only screen and (max-width: 767px) {
      .cookie-alert__wrap-cabinet {
        padding-left: 0; } }
    .cookie-alert__wrap-cabinet-inner {
      max-width: 1225px;
      margin: 0 auto;
      padding: 0 32px; }
      @media only screen and (max-width: 767px) {
        .cookie-alert__wrap-cabinet-inner {
          padding: 0; } }
  .cookie-alert__body {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    color: #fff;
    background: #454961;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .cookie-alert__body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 0;
        padding: 24px 16px; } }
  .cookie-alert__left {
    width: 24px;
    height: 24px;
    background: url("../img/icons/cookie.svg") no-repeat left center;
    background-size: contain; }
  .cookie-alert__right {
    width: calc(100% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px; }
    @media only screen and (max-width: 767px) {
      .cookie-alert__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 8px; } }
  .cookie-alert__text {
    width: calc(100% - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 16px; }
    @media only screen and (max-width: 1023px) {
      .cookie-alert__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 767px) {
      .cookie-alert__text {
        width: 100%;
        margin-bottom: 16px; } }
  .cookie-alert__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    margin-left: auto;
    padding-left: 16px;
    color: #A3BFFF; }
    .cookie-alert__link:hover {
      color: #171B39;
      text-decoration: none; }
    .cookie-alert__link:hover, .cookie-alert__link:active {
      color: #A3BFFF;
      text-decoration: underline; }
    @media only screen and (max-width: 1023px) {
      .cookie-alert__link {
        margin: 0;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .cookie-alert__link {
        padding-top: 8px; } }
  .cookie-alert__btn {
    height: 32px;
    background-color: #A3BFFF;
    color: #2C63DC;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    padding: 6px 16px;
    white-space: nowrap;
    max-width: 500px;
    min-width: 90px;
    overflow: hidden;
    transition: background 0.3s; }
    .cookie-alert__btn:hover {
      background: #D1DEFB;
      transition: background 0.3s; }

.v2-retailer-cabinet-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #F3F3F5;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  padding: 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1; }
  @media only screen and (max-width: 1280px) {
    .v2-retailer-cabinet-nav {
      width: 56px; } }
  @media only screen and (max-width: 767px) {
    .v2-retailer-cabinet-nav {
      position: fixed;
      z-index: 100;
      bottom: 0;
      left: 0;
      top: auto;
      padding: 0 16px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      min-width: 320px;
      height: 56px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .v2-retailer-cabinet-nav__header {
    padding: 15px;
    height: 80px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav__header {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .v2-retailer-cabinet-nav-links {
      width: calc(100% - 56px); } }
  .v2-retailer-cabinet-nav__logo {
    width: 14px;
    height: 16px;
    background: url("../img/logo-gold-symbol.svg") no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    display: none; }
    @media only screen and (max-width: 1280px) {
      .v2-retailer-cabinet-nav__logo {
        display: block;
        margin: 0; } }
    .v2-retailer-cabinet-nav__logo-big {
      width: 118px;
      height: 16px;
      background: url("../img/logo-full-gold-symbol.svg") no-repeat center center;
      background-size: contain;
      margin-left: 3px; }
      @media only screen and (max-width: 1280px) {
        .v2-retailer-cabinet-nav__logo-big {
          display: none; } }
  .v2-retailer-cabinet-nav__title {
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
    border-right: 1px solid #5D6075; }
    @media only screen and (max-width: 1280px) {
      .v2-retailer-cabinet-nav__title {
        display: none; } }
    .v2-retailer-cabinet-nav__title:last-child {
      border: none; }
  .v2-retailer-cabinet-nav-list {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav-list {
        margin-bottom: 0;
        display: none; }
        .v2-retailer-cabinet-nav-list:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav-list__item {
        display: inline-block;
        width: 100%; } }
    .v2-retailer-cabinet-nav-list__item--only-mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav-list__item--only-mobile {
          display: inline-block; } }
    .v2-retailer-cabinet-nav-list__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      padding: 10px 15px; }
      .v2-retailer-cabinet-nav-list__link:hover {
        color: #171B39;
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav-list__link {
          padding: 9px;
          display: block;
          max-width: 56px; } }
      .v2-retailer-cabinet-nav-list__link:hover {
        background: #E8E9EC; }
      .v2-retailer-cabinet-nav-list__link:active {
        background: #E3ECFF; }
      .v2-retailer-cabinet-nav-list__link.active {
        background: #DCDDE2; }
      @media only screen and (max-width: 1280px) {
        .v2-retailer-cabinet-nav-list__link-title {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav-list__link-title {
          display: block;
          font-size: 10px;
          line-height: 16px;
          text-align: center; } }
  .v2-retailer-cabinet-nav__icon {
    width: 20px;
    height: 20px;
    background: url("../img/icons/home.svg") no-repeat center center;
    background-size: contain;
    margin-right: 15px; }
    @media only screen and (max-width: 1280px) {
      .v2-retailer-cabinet-nav__icon {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav__icon {
        margin: 0 auto 2px;
        display: block; } }
    .v2-retailer-cabinet-nav__icon--catalog {
      background-image: url("../img/icons/products.svg"); }
    .v2-retailer-cabinet-nav__icon--suppliers {
      background-image: url("../img/icons/manufacturers.svg"); }
    .v2-retailer-cabinet-nav__icon--brands {
      background-image: url("../img/icons/brands.svg"); }
    .v2-retailer-cabinet-nav__icon--lists {
      background-image: url("../img/icons/lists.svg"); }
    .v2-retailer-cabinet-nav__icon--cart {
      background-image: url("../img/icons/cart.svg"); }
    .v2-retailer-cabinet-nav__icon--orders {
      background-image: url("../img/icons/orders.svg"); }
    .v2-retailer-cabinet-nav__icon--add-product {
      background-image: url("../img/icons/add-product.svg"); }
    .v2-retailer-cabinet-nav__icon--account {
      background-image: url("../img/icons/account.svg"); }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav__icon--account {
          background-image: url("../img/icons/menu.svg"); } }
    .v2-retailer-cabinet-nav__icon-wrap {
      position: relative; }
    .v2-retailer-cabinet-nav__icon-count {
      position: absolute;
      top: -7px;
      right: 5px;
      width: 20px;
      height: 16px;
      border-radius: 8px;
      background: #454961;
      color: #fff;
      font-size: 9px;
      line-height: 16px;
      font-weight: 600;
      text-align: center;
      vertical-align: middle;
      overflow: hidden; }
      @media only screen and (max-width: 1280px) {
        .v2-retailer-cabinet-nav__icon-count {
          right: -10px; } }
  .v2-retailer-cabinet-nav-footer {
    position: relative;
    background: #E8E9EC;
    height: 56px;
    margin: 0 -5px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav-footer {
        height: 56px;
        width: 56px;
        margin: 0;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav-footer.open .v2-retailer-cabinet-nav-footer__link {
        background: #A3BFFF; }
        .v2-retailer-cabinet-nav-footer.open .v2-retailer-cabinet-nav-footer__link-title {
          color: #2C63DC; }
      .v2-retailer-cabinet-nav-footer.open .v2-retailer-cabinet-nav__icon--account {
        background-image: url("../img/icons/menu-blue.svg"); } }
    .v2-retailer-cabinet-nav-footer__link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      padding: 10px 20px; }
      .v2-retailer-cabinet-nav-footer__link:hover {
        color: #171B39;
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav-footer__link {
          padding: 9px;
          display: block;
          width: 100%; }
          .v2-retailer-cabinet-nav-footer__link.active {
            background: #DCDDE2; } }
      .v2-retailer-cabinet-nav-footer__link--active {
        background: transparent; }
      .v2-retailer-cabinet-nav-footer__link-title:last-child {
        display: none; }
      @media only screen and (max-width: 1280px) {
        .v2-retailer-cabinet-nav-footer__link-title {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cabinet-nav-footer__link-title {
          font-size: 10px;
          line-height: 16px;
          text-align: center; }
          .v2-retailer-cabinet-nav-footer__link-title:last-child {
            display: block; } }
    .v2-retailer-cabinet-nav-footer__arrow {
      width: 7px;
      height: 7px;
      margin-right: 15px;
      position: relative; }
      @media only screen and (max-width: 1280px) {
        .v2-retailer-cabinet-nav-footer__arrow {
          display: none; } }
      .v2-retailer-cabinet-nav-footer__arrow::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 1px solid #5D6075;
        border-bottom: 1px solid #5D6075;
        transform: rotate(-45deg);
        transition: 0.2s; }
      .v2-retailer-cabinet-nav-footer__arrow.open::after {
        transform: rotate(-225deg);
        transition: 0.2s;
        margin-top: 1px; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-cabinet-nav__dropdown {
      right: 0; } }
  .v2-retailer-cabinet-nav__dropdown-top {
    display: none; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cabinet-nav__dropdown-top {
        display: block; } }
    .v2-retailer-cabinet-nav__dropdown-top-link {
      padding: 10px 11px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .v2-retailer-cabinet-nav__dropdown-top-link-icon {
        width: 20px;
        height: 20px;
        background: url("../img/icons/home.svg") no-repeat center center;
        background-size: contain;
        margin-right: 20px; }
        .v2-retailer-cabinet-nav__dropdown-top-link-icon--orders {
          background-image: url("../img/icons/orders.svg"); }
        .v2-retailer-cabinet-nav__dropdown-top-link-icon--lists {
          background-image: url("../img/icons/lists.svg"); }

.v2-retailer-title {
  margin-bottom: 0; }

.v2-retailer-list__row {
  border-bottom: 1px solid #E8E9EC;
  padding-top: 24px;
  padding-bottom: 24px;
  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; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-list__row {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .v2-retailer-list__row:first-child {
    border-top: 1px solid #E8E9EC; }

.v2-retailer-list__cell-title {
  width: 40%;
  order: 1; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-list__cell-title {
      width: calc(100% - 40px); } }

.v2-retailer-list__cell-imgs {
  width: calc(60% - 40px);
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-list__cell-imgs {
      order: 3;
      width: 100%;
      padding-top: 16px; } }
  .v2-retailer-list__cell-imgs::-webkit-scrollbar {
    display: none; }
  .v2-retailer-list__cell-imgs a:first-child {
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-list__cell-imgs a:first-child {
        margin-left: 0; } }

.v2-retailer-list__cell-btn {
  position: relative;
  width: 40px;
  order: 3; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-list__cell-btn {
      order: 2; } }

.v2-retailer-list__img {
  width: 56px;
  height: 56px;
  margin-right: 16px; }
  .v2-retailer-list__img:first-child {
    margin-left: 16px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-list__img:first-child {
        margin-left: 0; } }

.v2-retailer-list__name {
  font-weight: 600;
  margin-bottom: 8px; }

@media only screen and (max-width: 767px) {
  .v2-retailer-brands {
    margin-bottom: 24px; } }

@media only screen and (max-width: 767px) {
  .v2-retailer-brands__search {
    max-width: calc(100% - 58px); } }

.v2-retailer-brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E8E9EC;
  padding-top: 16px;
  padding-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-brands__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .v2-retailer-brands__row:first-child {
    border-top: 1px solid #E8E9EC; }

.v2-retailer-brands__cell-favorite {
  width: 40px; }

.v2-retailer-brands__img {
  width: 56px;
  height: 56px; }

.v2-retailer-brands__name {
  color: #2C63DC;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .v2-retailer-brands__name .icon-lock {
    position: relative;
    display: block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../img/icons/lock.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer; }
    .v2-retailer-brands__name .icon-lock:hover .cabinet__catalog-tooltip {
      opacity: 1;
      visibility: visible; }
  .v2-retailer-brands__name .icon-unlock {
    position: relative;
    display: block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../img/icons/unlock.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer; }
    .v2-retailer-brands__name .icon-unlock:hover .cabinet__catalog-tooltip {
      opacity: 1;
      visibility: visible; }
  .v2-retailer-brands__name .cabinet__catalog-tooltip {
    width: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .v2-retailer-brands__name .cabinet__catalog-tooltip::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.v2-retailer-brands__subscription {
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-brands__subscription {
      width: 100%;
      padding-top: 24px;
      padding-bottom: 8px;
      padding-left: 40px; } }

.v2-retailer-brands__radio-label {
  padding-left: 24px;
  position: relative; }
  .v2-retailer-brands__radio-label::before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    background: url("../img/icons/favorite-black.svg") no-repeat center center;
    background-size: contain; }

.v2-retailer-brands__radio-group {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  font-weight: 600;
  color: #000;
  padding-top: 16px; }

.v2-retailer-brand__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-brand__header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .v2-retailer-brand__header-logo {
    margin-right: 32px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-brand__header-logo {
        margin-right: 16px; } }
  .v2-retailer-brand__header-img {
    width: 96px;
    height: 96px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-brand__header-img {
        width: 64px;
        height: 64px; } }
  .v2-retailer-brand__header-descr {
    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;
    width: 100%; }
  .v2-retailer-brand__header-title {
    width: 100%;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-brand__header-title {
        width: calc(100% - 48px);
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .v2-retailer-brand__header-message {
      display: none; } }
  .v2-retailer-brand__header-more {
    position: relative;
    display: none;
    margin-left: 16px; }
    @media only screen and (max-width: 1023px) {
      .v2-retailer-brand__header-more {
        display: block; } }
  .v2-retailer-brand__header-dropdown {
    min-width: 280px;
    padding: 0;
    right: auto;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-brand__header-dropdown {
        left: auto;
        right: 0; } }
    .v2-retailer-brand__header-dropdown-item {
      padding: 16px;
      border-bottom: 1px solid #E8E9EC;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .v2-retailer-brand__header-dropdown-item:last-child {
        border: none; }
      .v2-retailer-brand__header-dropdown-item .cabinet-btn-icon--favorite {
        margin-left: -8px; }
    .v2-retailer-brand__header-dropdown-access {
      width: 100%;
      margin-left: 24px;
      margin-top: 8px; }
      .v2-retailer-brand__header-dropdown-access.grey {
        color: #A2A4B0; }
    .v2-retailer-brand__header-dropdown-info {
      width: calc(100% - 24px); }

.v2-retailer-brand__nav {
  margin-top: 32px;
  padding-top: 16px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-brand__nav {
      margin-top: 24px;
      padding-top: 10px; } }
  .v2-retailer-brand__nav::before {
    display: block;
    content: '';
    width: 100vw;
    height: 0;
    border-top: 2px solid #E8E9EC;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }

.v2-retailer-brand__about {
  max-width: 600px; }
  .v2-retailer-brand__about-links {
    padding-top: 24px;
    padding-bottom: 24px;
    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; }
    .v2-retailer-brand__about-links-item {
      margin-right: 16px; }
      .v2-retailer-brand__about-links-item--site {
        width: 100%;
        margin-bottom: 24px; }
    .v2-retailer-brand__about-links-social {
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 8px; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-brand__about-links-social {
          margin-right: 16px; } }
      .v2-retailer-brand__about-links-social.insta {
        background: url("../img/icons/insta.svg") no-repeat center center;
        background-size: 18px 18px; }
        .v2-retailer-brand__about-links-social.insta:hover, .v2-retailer-brand__about-links-social.insta:active {
          background: url("../img/icons/pressed/insta.svg") no-repeat center center;
          background-size: 18px 18px; }
      .v2-retailer-brand__about-links-social.vk {
        background: url("../img/icons/vk.svg") no-repeat center center;
        background-size: 18px 18px; }
        .v2-retailer-brand__about-links-social.vk:hover, .v2-retailer-brand__about-links-social.vk:active {
          background: url("../img/icons/pressed/vk.svg") no-repeat center center;
          background-size: 18px 18px; }
      .v2-retailer-brand__about-links-social.fb {
        background: url("../img/icons/fb.svg") no-repeat center center;
        background-size: 18px 18px; }
        .v2-retailer-brand__about-links-social.fb:hover, .v2-retailer-brand__about-links-social.fb:active {
          background: url("../img/icons/pressed/fb.svg") no-repeat center center;
          background-size: 18px 18px; }
      .v2-retailer-brand__about-links-social.wa {
        background: url("../img/icons/wa.svg") no-repeat center center;
        background-size: 18px 18px; }
        .v2-retailer-brand__about-links-social.wa:hover, .v2-retailer-brand__about-links-social.wa:active {
          background: url("../img/icons/pressed/wa.svg") no-repeat center center;
          background-size: 18px 18px; }
  .v2-retailer-brand__about-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .v2-retailer-brand__about-table-key {
      color: #5D6075; }
    .v2-retailer-brand__about-table-val {
      padding-left: 8px; }

.v2-retailer-cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-cart__top {
      -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; } }
  .v2-retailer-cart__top-total {
    color: #5D6075;
    padding-right: 10px; }
  .v2-retailer-cart__top-delete {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    color: #2C63DC; }
    .v2-retailer-cart__top-delete:hover {
      color: #171B39;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cart__top-delete {
        display: none; } }
    .v2-retailer-cart__top-delete:hover {
      color: #2C63DC; }
  .v2-retailer-cart__top-link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    cursor: pointer;
    color: #2C63DC; }
    .v2-retailer-cart__top-link:hover {
      color: #171B39;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-cart__top-link {
        margin-top: 8px; } }
    .v2-retailer-cart__top-link:hover {
      color: #2C63DC; }

.v2-retailer-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px; }
  .v2-retailer-cart__content--public .v2-retailer-cart__info {
    margin-bottom: 24px; }
    .v2-retailer-cart__content--public .v2-retailer-cart__info strong {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
  .v2-retailer-cart__content--public .v2-retailer-cart__content-right {
    width: 31.4%; }
    @media only screen and (max-width: 1023px) {
      .v2-retailer-cart__content--public .v2-retailer-cart__content-right {
        width: 40%; } }
    @media only screen and (max-width: 768px) {
      .v2-retailer-cart__content--public .v2-retailer-cart__content-right {
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .v2-retailer-cart__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .v2-retailer-cart__content-left {
    width: 66.6%;
    padding-right: 32px; }
    @media only screen and (max-width: 1023px) {
      .v2-retailer-cart__content-left {
        width: 100%;
        padding: 0; } }
  .v2-retailer-cart__content-right {
    width: 33.3%; }
    @media only screen and (max-width: 1023px) {
      .v2-retailer-cart__content-right {
        width: 100%; } }

@media only screen and (max-width: 1023px) {
  .v2-retailer-cart__total {
    padding-top: 32px;
    max-width: 352px; } }

.v2-retailer-cart__total-all {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #171B39;
  align-items: center;
  justify-content: space-between; }

.v2-retailer-cart__total-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px; }

.v2-retailer-cart__total-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }

.v2-retailer-cart__total-descr {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #2C63DC;
  margin-bottom: 8px; }
  .v2-retailer-cart__total-descr:last-child {
    margin-bottom: 0; }
  .v2-retailer-cart__total-descr--gray {
    color: #5D6075; }

.v2-retailer-cart__total-section {
  padding-top: 24px; }
  @media only screen and (max-width: 1023px) {
    .v2-retailer-cart__total-section {
      display: none; } }

.v2-retailer-cart__total-agreement {
  padding-top: 28px;
  padding-bottom: 28px; }

.v2-retailer-cart__info {
  font-size: 12px;
  line-height: 18px;
  color: #5D6075; }

.v2-retailer-cart__note {
  background-color: #F3F3F5;
  font-size: 14px;
  line-height: 20px;
  color: #171B39;
  border-radius: 4px;
  padding: 16px 23px 16px 16px; }

.v2-retailer-cart__brand {
  padding-top: 56px; }
  .v2-retailer-cart__brand:first-child {
    padding-top: 0; }
  .v2-retailer-cart__brand-title {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #171B39;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E9EC; }
    .v2-retailer-cart__brand-title:hover {
      color: #171B39;
      text-decoration: none; }
  .v2-retailer-cart__brand-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #E8E9EC; }
    .v2-retailer-cart__brand-product-logo {
      display: block; }
    .v2-retailer-cart__brand-product-img {
      width: 80px;
      height: 80px; }
    .v2-retailer-cart__brand-product-descr {
      width: calc(100% - 80px);
      padding-left: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cart__brand-product-descr {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .v2-retailer-cart__brand-product-descr-left {
        padding-right: 16px;
        width: 50%; }
        @media only screen and (max-width: 1500px) {
          .v2-retailer-cart__brand-product-descr-left {
            width: 40%; } }
        @media only screen and (max-width: 1023px) {
          .v2-retailer-cart__brand-product-descr-left {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .v2-retailer-cart__brand-product-descr-left {
            width: 100%; } }
      .v2-retailer-cart__brand-product-descr-right {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 1500px) {
          .v2-retailer-cart__brand-product-descr-right {
            width: 60%; } }
        @media only screen and (max-width: 1023px) {
          .v2-retailer-cart__brand-product-descr-right {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .v2-retailer-cart__brand-product-descr-right {
            width: 100%;
            -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; } }
      .v2-retailer-cart__brand-product-descr-bottom {
        width: 100%;
        padding-top: 16px; }
    .v2-retailer-cart__brand-product-brand {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .v2-retailer-cart__brand-product-text {
      font-size: 14px;
      line-height: 20px; }
      .v2-retailer-cart__brand-product-text--gray {
        color: #5D6075; }
    .v2-retailer-cart__brand-product-addtocart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cart__brand-product-addtocart {
          padding-top: 8px;
          padding-bottom: 16px; } }
      .v2-retailer-cart__brand-product-addtocart--public-home {
        margin-top: 9px; }
        @media only screen and (max-width: 767px) {
          .v2-retailer-cart__brand-product-addtocart--public-home {
            padding: 0; } }
    .v2-retailer-cart__brand-product-summary {
      padding-left: 32px;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cart__brand-product-summary {
          padding: 0; } }
    .v2-retailer-cart__brand-product-link {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      cursor: pointer;
      color: #2C63DC;
      display: block;
      margin-bottom: 8px; }
      .v2-retailer-cart__brand-product-link:hover {
        color: #171B39;
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cart__brand-product-link {
          margin-bottom: 16px; } }
      .v2-retailer-cart__brand-product-link:last-child {
        margin-bottom: 0; }
      .v2-retailer-cart__brand-product-link:hover {
        color: #2C63DC; }
    .v2-retailer-cart__brand-product-textarea {
      height: 92px; }
      @media only screen and (max-width: 767px) {
        .v2-retailer-cart__brand-product-textarea {
          width: 100%; } }

.v2-retailer-cart__customer {
  padding-top: 56px; }
  .v2-retailer-cart__customer--public {
    border-bottom: 1px solid #E8E9EC;
    margin-bottom: 24px;
    padding-top: 0; }
    @media only screen and (max-width: 1023px) {
      .v2-retailer-cart__customer--public {
        padding-top: 56px; } }
  .v2-retailer-cart__customer-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }

.v2-retailer-cart__placed {
  max-width: 600px; }

.v2-retailer-icon-lock {
  position: relative;
  display: block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/lock.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer; }
  .v2-retailer-icon-lock:hover .cabinet__catalog-tooltip {
    opacity: 1;
    visibility: visible; }

.v2-retailer-icon-unlock {
  position: relative;
  display: block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/unlock.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer; }
  .v2-retailer-icon-unlock:hover .v2-retailer-cabinet__catalog-tooltip {
    opacity: 1;
    visibility: visible; }

.v2-retailer-cabinet__catalog-tooltip {
  width: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .v2-retailer-cabinet__catalog-tooltip::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (max-width: 767px) {
  .v2-retailer-orders {
    margin-bottom: 24px; } }

@media only screen and (max-width: 1023px) {
  .v2-retailer-orders__search {
    width: calc(100% - 56px); } }

@media only screen and (max-width: 767px) {
  .v2-retailer-orders__search {
    max-width: calc(100% - 56px); }
    .v2-retailer-orders__search input {
      max-width: 100%; } }

.v2-retailer-orders__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E8E9EC;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-orders__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .v2-retailer-orders__row:first-child {
    border-top: 1px solid #E8E9EC; }

.v2-retailer-orders__cell-left {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-orders__cell-left {
      width: 100%; } }
  .v2-retailer-orders__cell-left a {
    color: inherit; }
    .v2-retailer-orders__cell-left a:hover {
      color: inherit;
      text-decoration: none; }

.v2-retailer-orders__cell-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 40%; }
  @media only screen and (max-width: 767px) {
    .v2-retailer-orders__cell-right {
      width: 100%;
      padding-top: 16px; } }
  .v2-retailer-orders__cell-right::-webkit-scrollbar {
    display: none; }
  .v2-retailer-orders__cell-right a:first-child {
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-orders__cell-right a:first-child {
        margin-left: 0; } }

.v2-retailer-orders__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px; }

.v2-retailer-orders__number {
  font-size: 14px;
  line-height: 20px;
  color: #2C63DC;
  margin-bottom: 16px; }

.v2-retailer-orders__img {
  width: 56px;
  height: 56px;
  margin-right: 16px; }

.v2-retailer-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .v2-retailer-order__top {
    margin-top: 32px;
    padding: 24px;
    background: #FAFAFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-order__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 56px;
        margin-bottom: 56px; } }
    .v2-retailer-order__top-left, .v2-retailer-order__top-right {
      width: 100%; }
    .v2-retailer-order__top-cell {
      margin-bottom: 24px; }
      .v2-retailer-order__top-cell:last-child {
        margin-bottom: 0; }
    .v2-retailer-order__top-key {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 8px; }
    .v2-retailer-order__top-val {
      margin-bottom: 4px; }
      .v2-retailer-order__top-val:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-order__top-detail {
        padding-top: 24px; } }
    .v2-retailer-order__top-total {
      padding-top: 16px;
      padding-bottom: 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
  .v2-retailer-order__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-order__body {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .v2-retailer-order__brand {
    padding-top: 56px; }
    @media only screen and (max-width: 767px) {
      .v2-retailer-order__brand:first-child {
        padding-top: 32px; } }
    .v2-retailer-order__brand-title {
      display: block;
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #171B39;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid #E8E9EC; }
      .v2-retailer-order__brand-title:hover {
        color: #171B39;
        text-decoration: none; }
    .v2-retailer-order__brand-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 0;
      border-bottom: 1px solid #E8E9EC; }
      .v2-retailer-order__brand-product-logo {
        display: block; }
      .v2-retailer-order__brand-product-img {
        width: 80px;
        height: 80px; }
      .v2-retailer-order__brand-product-descr {
        width: calc(100% - 80px);
        padding-left: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        @media only screen and (max-width: 767px) {
          .v2-retailer-order__brand-product-descr {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .v2-retailer-order__brand-product-descr-left {
          width: 100%; }
        .v2-retailer-order__brand-product-descr-right {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .v2-retailer-order__brand-product-descr-right {
              -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; } }
      .v2-retailer-order__brand-product-summary {
        padding-right: 32px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 767px) {
          .v2-retailer-order__brand-product-summary {
            padding: 0;
            padding-top: 8px;
            padding-bottom: 16px; } }
      .v2-retailer-order__brand-product-addtocart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .v2-retailer-order__brand-product-addtocart {
            padding-top: 8px;
            padding-bottom: 16px; } }
      .v2-retailer-order__brand-product-cart-btn {
        display: block;
        width: 136px;
        height: 32px;
        padding: 6px 16px;
        color: #2C63DC;
        line-height: 1;
        background: #E3ECFF; }
        .v2-retailer-order__brand-product-cart-btn:hover, .v2-retailer-order__brand-product-cart-btn:active {
          background-color: #D1DEFB;
          color: #2C63DC; }
      .v2-retailer-order__brand-product-brand {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .v2-retailer-order__brand-product-text {
        font-size: 14px;
        line-height: 20px; }
        .v2-retailer-order__brand-product-text--gray {
          color: #5D6075; }
      .v2-retailer-order__brand-product-comment {
        color: #5D6075;
        font-size: 14px;
        line-height: 20px;
        padding-top: 16px; }
        .v2-retailer-order__brand-product-comment span {
          display: block;
          padding-top: 4px; }

@media only screen and (max-width: 767px) {
  .v2-retailer .cabinet-product-detail-nav__link {
    font-size: 14px; } }
